﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

.bg-abpath-telerik {
    color: #fff !important;
    background-color: #003da5 !important;
    border-color: #003da5 !important;
}



    .bg-abpath-telerik:hover, .bg-abpath-telerik:focus,
    button.bg-abpath-telerik:hover,
    button.bg-abpath-telerik:focus {
        color: #fff !important;
        background-color: #6c757d !important;
        border-color: #6c757d !important;
    }

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.h1ABP {
    color : #3263b7; 
    font-size : 150%;
}


.h4ABP {
    color:#3263b7; 
    font-size : 100%;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.thinGrayRoundedBorder {
    border: 1px solid #DDDDDD;
    border-radius: 3px;
}

.rightAlignLabel {
    text-align: right;
}


input, select, textarea {
}

div[class="contour"] {
    outline: 1px solid #bbbbbb;
    padding: 15px;
}

.abpathreadonly {
    color: red !important;
    font-size: small;
}

.bg-abpathadd {
    color: black !important;
    background-color: lawngreen !important;
    border-color: lawngreen !important;
}

    .bg-abpathadd:hover, a.bg-abpathadd:focus,
    button.bg-abpathadd:hover,
    button.bg-abpathadd:focus {
        color: white !important;
        background-color: green !important;
        border-color: green !important;
    }

.bg-abpathdelete {
    color: black !important;
    background-color: #FB1717 !important;
    border-color: #FB1717 !important;
}

    .bg-abpathdelete:hover, a.bg-abpathdelete:focus,
    button.bg-abpathdelete:hover,
    button.bg-abpathdelete:focus {
        color: white !important;
        background-color: darkred !important;
        border-color: darkred !important;
    }

.card {
    border: 3px solid #003da5;
    border-radius: .8rem;
    margin-bottom: 10px;
}

.card p {
    color: darkblue;
    font-size: 1.5em;
    font-weight: bolder
}

.bg-abpath {
    background-color: #003da5 !important;
    border-color: #003da5 !important;
}

    .bg-abpath:hover, a.bg-abpath:focus,
    button.bg-abpath:hover,
    button.bg-abpath:focus {
        color: #fff !important;
        background-color: #6c757d !important;
        border-color: #6c757d !important;
    }

.bg-abpathalt1 {
    background-color: #8db600 !important;
    border-color: #8db600 !important;
}

    .bg-abpathalt1:hover, a.bg-abpathalt1:focus,
    button.bg-abpathalt1:hover,
    button.bg-abpathalt1:focus {
        color: #fff !important;
        background-color: #e75480 !important;
        border-color: #e75480 !important;
    }



.navbar-brand {
    float: left;
    padding: 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

#chatnotifications {
    width: 35px;
    height: 35px;
    background-image: url("https://abpathpathwaywebapp.azurewebsites.net/Images/mail-gray.svg");
    background-repeat: no-repeat;
    cursor: pointer;
    float: right;
    margin-right: 50px;
}

#notificationsCountValue {
    position: relative;
    background-color: #fa3e3e;
    border-radius: 2px;
    padding: 1px 3px;
    color: #fff;
    right: -25px;
    font-size: 10px;
}

#notificationsContent {
    position: relative;
    width: 300px;
    height: 70px;
    background-color: #fff;
    right: 270px;
    top: 23px;
}

#uparrow {
    width: 20px;
    height: 11px;
    background-image: url("https://www.facebook.com/rsrc.php/v3/yP/r/sgy1EK7Cr23.png");
    background-repeat: no-repeat;
    background-size: 30px 1082px;
    background-position: 0 -802px;
    float: right;
    top: -11px;
    position: relative;
}
/* CSS to defines your number of messages */
.numbofpathwaynotifications {
    display: inline-block;
    background: red;
    text-align: center;
    color: #FFF;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    line-height: 26px;
}

.queuetitle {
    color: black;
    background-color: transparent;
    border-color: transparent;
    font-weight: 500;
}

.standardcontrolwidth {
    width: 400px !important;
}
