html,
body { 
    font-family: proxima-nova, sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    /* height: 100%;  */
}
body {
    margin-bottom: 65px;
}
a {
    color: #457180;
}
/*============ NAVBAR STYLES =================*/
.navbar-laravel {
    background-color: #1d2758;
    color: #ffffff;
}
.nav-item > a,
a.navbar-brand,
a.nav-link {
    color: #ffffff;
}
.nav-item {
    background-color: #e1e1e1;
    color: #1d2758;
    margin-right:5px;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
}
.nav-link > a {
    color: #1d2758;
}
.nb2 > .nav-item > a,
.nb2 > .nav-link > a {
    color:#1d2758;
    font-weight: 500;
}
.nb2 > .nav-item > a:hover, .nb2 > .nav-link > a:hover {
    color:#ffffff;
}
.auth-item {
    background-color: transparent;
}
.page-title {
    font-weight: bold;
}
.fakebtn {
    border: 1px solid #ffffff;
    border-radius: 3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    padding: 8px 15px;
}
.fakebtn > a {
    color: #ffffff;
}
.fake-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: .9rem;
    line-height: 1.6;
    color: #495057;
    background-color: #e1e1e1;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}
#nav-sidebar {
    background-color:#7a848b;
    color:#ffffff;
}
.custom-toggler.navbar-toggler {
    border-color: rgb(5,5,5);
}
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(5,5,5, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.admin-nav-item {
    background-color: transparent;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #ffffff !important;
    text-decoration: none;
    background-color: #1d2758;
    margin-right: 0px;
}
.nav-link:focus, .nav-link:hover {
    color: #ffffff !important;
    text-decoration: none;
    background-color: #1d2758;
    margin-right: 0px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
/*============ TEMPLATE STYLES =================*/
.admin-container,
.auth-container {
    padding-top: 25px;
}
/*============ BUTTON STYLES =================*/
.btn-primary {
    color: #1d2758;
    background-color: transparent;
    border-color: #1d2758;
}
.btn-secondary {
    color: #7a848b;
    background-color: transparent;
    border-color: #7a848b;
}
.btn-warning {
    color: #ffc61a;
    background-color: transparent;
    border-color: #ffc61a;
}
.btn-success {
    color: #288a52;
    background-color: transparent;
    border-color: #288a52;
}
.btn-danger {
    color: #e90029;
    background-color: transparent;
    border-color: #e90029;
}
.btn-info {
    color: #457180;
    background-color: transparent;
    border-color: #457180;
}
.btn-light {
    color: #ffed4a;
    background-color: transparent;
    border-color: #ffed4a;
}
.btn-dark {
    color: #ffed4a;
    background-color: transparent;
    border-color: #ffed4a;
}
.btn-link {
    font-weight: 400;
    color: #1d2758;
    background-color: transparent;
    white-space: normal;
    text-align: left;
}
.btn-worange {
    color: #d67843;
    background-color: transparent;
    border-color: #d67843;
}
.btn-export {
    padding:10px 0px;
}
/*============== BUTTON STATES =============*/
.btn-primary:focus, .btn-primary:hover {
    color: #fff;
    background-color: #1d2758;
    border-color: #1A234F;
}
.btn-secondary:focus, .btn-secondary:hover {
    color: #fff;
    background-color: #7a848b;
    border-color: #6D767D;
}
.btn-warning:focus, .btn-warning:hover {
    color: #3b4144;
    background-color: #ffc61a;
    border-color: #e6ac00;
}
.btn-success:focus, .btn-success:hover {
    color: #fff;
    background-color: #288a52;
    border-color: #1d633b;
}
.btn-danger:focus, .btn-danger:hover {
    color: #fff;
    background-color: #e90029;
    border-color: #D10026;
}
.btn-info:focus, .btn-info:hover {
    color: #fff;
    background-color: #457180;
    border-color: #3f6674;
}
.btn-light:focus, .btn-light:hover {
    color: #212529;
    background-color: #ffed4a;
    border-color: #ffed4a;
}
.btn-dark:focus, .btn-dark:hover {
    color: #212529;
    background-color: #ffed4a;
    border-color: #ffed4a;
}
.btn-link:focus, .btn-link:hover {
    font-weight: 400;
    color: #1d2758;
    background-color: transparent;
}
.btn-worange:focus, .btn-worange:hover{
    color: #ffffff;
    background-color: #d67843;
    border-color: #d67843;
}
.btn-export {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
/*============ PAGE STYLES =================*/
.page-heading {
    background-color: #d9d9d9;
    border-radius: 3px;
    padding: 15px 15px;
}
.resp-section {
    background-color: #ebebeb;
    color: #1d2758;
    font-weight:400;
    display: flex;
    align-items: center;
    padding: 10px 5px;
}
#resp-list {
    display: flex;
    flex-direction: column;
    padding: 10px 5px 10px 20px;
    margin-bottom: 0rem;
}
.phome {
    padding: 25px 8px;
}
#usersHeading {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
} 
.buttonsection {
    background-color: #ffffff;
    padding: 20px 20px;
    border-radius: 5px;
}
.table thead th {
    font-weight: 400 !important;
}
#deleteform {
    padding-top: 15px;
}
#pwreq {
    list-style-type: none;
    padding: 5px 5px;
    display: inline;
}
/*============ CARD STYLES =================*/
.card-heading {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 5px;
    padding-bottom: 15px;
}
.card-title {
    font-size: 1.25rem;
    font-weight: bold;
    color: #1d2758;

}
.card-number {
    font-size: 1.2rem;
    font-weight:900;
    font-style: italic;
    color: #1d2758;
}
.card-text {
    color: #1d2758;
}
#card-title-heading {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 5rem;
    justify-items: center;
    padding: 10px 10px;
}
.card-two {
    margin-bottom: 10px;
    background-color:#e1e1e1;
}
/*============ RESULTS STYLES =================*/
.files li {
    list-style-type: none;
    padding: 5px 5px;
    display: inline;
}
#rdates, #rcontact {
    display: grid;  
    justify-items: center;
    grid-template-columns: 1fr 1fr;
    padding: 10px 10px;
}
/*============ PROCUREMENT STYLES =================*/
#pcontent {
    padding: 10px 20px;
}
.ptype {
    font-size: 1.2rem;
    color: #ffffff;
    border-radius: 5px;
    background-color: #1d2758;
    border-bottom: 1px solid rgba(0,0,0,.125);
}
#pdetails {
    display: grid;  
    grid-template-columns: 1fr 1fr;
    padding: 10px 10px;
}
#pdates {
    padding: 10px 20px;
}
#afiles {
    display: grid;  
    justify-items: center;
    grid-template-columns: 1fr 1fr;
    padding: 10px 10px;
}
#solications-wrapper {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    margin-top: 50px;
}
.tdowns {
    font-weight: 400;
    font-size: .9rem;
    background-color: transparent;
    color: #ffffff;
    line-height: 1.6;
    padding: .375rem .75rem;
    color: #2b4d65;
    border: 1px solid #2b4d65;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
#pcontact {
    display: grid;
    justify-items: end;
    padding: 10px 20px;
}
#pfiles-list {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#pfiles-list > li {
    padding: 10px 0px;
}
#ptable {
    padding-top: 20px;
}
#ptable th {
    background-color: #1d2758;
    color: #ffffff; 
    font-weight: 400;
}
#pro-list {
    padding: 10px 15px;
}
#pro-list li {
    list-style-type: circle;
}
.graydiv {
    background-color: #ebebeb;
    color: #1d2758;
    font-weight:400;
    padding: 10px 5px;
}
.pstatus {
    font-weight: bold;
    font-size: 1.0rem;
}
.activity-section {
    padding: 20px 10px;
}
#download_activity {
    padding-top: 10px;
}
.tabp {
    text-align: left;
}
/*============ IMAGE STYLES =================*/
#ipath {
    display: grid;  
    grid-template-columns: 1fr;
    padding: 10px 10px;
}
#idetails {
    display: grid;  
    grid-template-columns: 1fr 2fr;
    padding: 10px 10px;
    align-items: end;
    grid-gap: 0.5em;
}
/*============ DASHBOARD STYLES =================*/
.charts-row {
    padding: 20px 5px;
}
.dashdiv {
    background-color: #EDEDEC;
    padding: 5px 0px;
    border-radius: 3px;
}
.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #1d2758;
    border-color: #1A234F;
}
.ddsection {
    border-top: 2px solid #131a3a;
}
/*============ UTILITIES STYLES =================*/
.selected {
    background-color:#ffffff !important;
    border: 1px solid #1d2758 !important;
}
.hideDiv {
    display: none;
}
.showDiv {
    display: block;
}
/*============ FOOTER STYLES =================*/
.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 65px;
    background-color: #1d2758 !important; 
    color: #ffffff;
    padding: 5px 0px;
}
.email-link {
    color: #ffffff;
}
/*============ RESPONSIVE STYLES =================*/
@media (min-width: 768px) { 
    #navbarSupportedContent {
        display: flex;
        justify-content: center;
    }
}
@media (max-width: 768px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .9rem;
        padding-left: .9rem;
    }
    .nav-item, .nav-link { 
        padding-left: 10px;
    }
    #usersHeading {
        display: grid;
        grid-template-columns: 1fr;
    }
    #rdates, #rcontact, #idetails {
        display: grid;  
        justify-items: center;
        grid-template-columns: 1fr;
        padding: 10px 10px;
    } 
    #afiles {
        display: grid;  
        justify-items: center;
        grid-template-columns: 1fr;
        padding: 10px 10px;
    }
    .footer {
        height: 100px !important;
    }
    #card-title-heading {
        display: grid;
        grid-template-columns: 1fr;
        justify-items: start; 
    }
}