* {
    box-sizing: border-box;
}

html, body {
    min-height: 100%;
}

body {
    padding-top: 50px;
    padding-bottom: 20px;
    font-family: "Lato", sans-serif;
    width: auto;
    overflow-y: auto;
    overflow-x: hidden;
    background: #f0f4f7;
}


/* Set padding to keep content from hitting the edges */
.body-content {
    position: relative;
    z-index: 2;
}

.text-danger {
    color: #a94442 !important;
}

.form-group label {
    font-weight: bold;
}

.login-page {
    -ms-flex-align: center;
    align-items: center;
    background: #e9ecef;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    background-image: url("/_content/CircleMove.UIComponents/images/bg-login-sm.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.login-logo {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0;
    text-align: center;
    color: #666666;
}

.login-box {
    width: 450px;
    height: 450px;
    padding: 50px;
    border-radius: 50%;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(240,241,244,1) 47%, rgba(238,238,238,1) 100%);
    border: 10px solid #f0f1f4;
    -webkit-box-shadow: 1px 1px 9px -1px rgba(0,0,0,0.1);
    -moz-box-shadow: 1px 1px 9px -1px rgba(0,0,0,0.1);
    box-shadow: 1px 1px 9px -1px rgba(0,0,0,0.1);
    display: flex;
}

    .login-box .login-links a {
        color: #5790f0;
        font-size: 12px;
        font-weight: 100;
        text-align: center;
    }

    .login-box .rounded-top {
        border-radius: 10px 10px 0px 0px !important;
    }

    .login-box .rounded-bottom {
        border-radius: 0px 0px 10px 10px !important;
    }

    .login-box .btn-primary {
        background-color: #42508f !important;
        border-color: #42508f !important;
    }

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .3s ease; /* If you want a transition effect */
    padding: 10px 0;
    margin-left: 300px;
    clear: both;
    font-size: 12px;
}

#main.no-sideNav {
    margin-left: 0;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.input-group .datepicker-icon {
    border-radius: var(--bs-border-radius) !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

#accountInfoModal input {
    max-width: 100%;
}

#navHeader {
    transition: margin-left .3s ease; /* If you want a transition effect */
    margin-left: 300px;
    clear: both;
}

.navbar {
    background-color: #ffffff;
    border-bottom: 1px solid #dee2e6;
    height: 50px;
}

.navMenu {
    height: 100%;
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
    padding: 30px;
    color: white;
    z-index: 1031;
}

    .navMenu .menuBtn {
        position: fixed;
        top: 8px;
        left: 300px;
        font-size: 25px;
        margin-left: 20px;
        cursor: pointer;
        color: #7a7b7d;
        z-index: -1;
    }

#navAccount .nav-item.dropdown {
    z-index: 1031;
}

#navAccount .accountBtn {
    font-size: 25px;
    padding: 0;
    cursor: pointer;
    color: #7a7b7d;
    z-index: -1;
    text-align: right;
}

.nav-item.dropdown .dropdown-item:active {
    background-color: #f8f9fa !important;
}

#btnSignOut:hover,
.navMenu span:hover {
    color: #232324 !important;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 15px;
        }
}

.sidenav {
    height: 100%;
    width: 300px;
    position: fixed;
    z-index: 1031;
    top: 0;
    left: 0;
    background-color: #486c9e;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 50px;
}

    .sidenav a {
        padding: 8px 8px 8px 22px;
        text-decoration: none;
        font-size: 12px;
        color: #C2C7D0;
        display: block;
        transition: 0.3s ease;
    }

        .sidenav a:hover {
            color: white;
        }

    .sidenav .nav-item:hover {
        background-color: #3b5c8d;
    }

    .sidenav .nav-item.moduleGroup {
        margin-top: 2px;
        margin-bottom: 2px;
    }

        .sidenav .nav-item.moduleGroup.show {
            border-radius: 5px;
        }

    .sidenav .nav-item.module {
        padding-left: 10px !important;
        display: none;
    }

    .sidenav .nav-item .spnMenuToggle {
        float: right;
        margin-right: 10px
    }

    .sidenav .nav-item.show {
        background-color: #3b5c8d !important;
    }

    .sidenav .nav-item a.active, .sidenav .nav-item a:hover {
        background-color: #33517d !important;
        font-weight: bold;
        color: white;
    }

.input-group.date .dropdown-menu {
    display: block;
}

#StartDate, #EndDate {
    height: 30px;
    font-size: 13px;
}

#startDateIcon {
    height: 30px;
}

.report-details {
    display: none;
}

    .report-details.show {
        display: block;
    }

#footer {
    height: 20px;
    width: 100%;
    position: fixed;
    bottom: 0pt;
    left: 0pt;
    z-index: -2;
    text-align: center;
    opacity: 0.8;
    font-size: 11px;
    margin-left: 150px;
}

#footer.no-sideNav{
    margin-left: 0;
}

.validation-summary-errors ul {
    list-style-type: none;
    padding-left: 9px;
    font-weight: bold;
}

/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    margin-left: 150px;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url(/_content/CircleMove.UIComponents/images/ajax-loader.gif) 50% 50% no-repeat;
}

    .modal .modal-header h5 {
        font-size: 15px;
        font-weight: bold;
    }

    .modal .modal-body, .modal .modal-body label, .modal .modal-body span {
        font-size: 12px;
    }

    .modal input, .modal textarea {
        font-size: 12px;
        max-width: 100% !important;
    }

    .modal .form-label {
        font-weight: bold;
    }

    .modal.no-sideNav {
        margin-left: 0;
    }

.modal-backdrop {
    z-index: 800;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading .modal {
    overflow: hidden;
    display: block;
}

.card {
    min-width: 80%;
    margin-bottom: 10px;
}

.card-header {
    padding: 2px 15px;
}

#headingOne {
    padding: 10px 10px 10px 20px;
    font-size: 14px;
}

.card-body {
    padding: 10px 15px;
    border-top: 1px solid gainsboro;
}

    .card-body td {
        padding-left: 10px;
        padding-top: 10px;
    }

label {
    margin-left: 5px !important;
}

.btn {
    margin: 5px;
    font-size: 13px;
}

.bg-primary, .btn-primary {
    color: #fff;
    background-color: rgb(79,116,172) !important;
    border-color: rgb(79,116,172) !important
}

    .btn-primary:hover {
        background-color: #33517d !important;
        border-color: #2e6da4 !important;
    }


#btnSearch {
    margin-left: 0px;
}

/* css: buttons and filter start */
div#divButtons button, div#divButtons .dropdown-item, div#divFilter, div#divFilter input {
    font-size: 12px;
}

#divFilter div {
    margin-top: 2px;
}

#divFilter label {
    font-weight: bold;
}

#divFilter .form-label {
    margin-bottom: 0;
}

/* css: buttons and filter end */

@media (max-width: 576px) {

    .login-page {
        padding-top: 0;
        background: none;
    }

    .login-box {
        border-radius: 0;
        padding: 10px;
        width: 100%;
        height: 100%;
        border: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        max-height: 420px;
        max-width: 360px;
    }

    .footer {
        white-space: normal;
    }
}

.container {
    max-width: 100%;
}

#wrapper {
    overflow-x: hidden;
}

#sidebar-wrapper {
    min-height: 100vh;
    margin-left: -14rem;
    -webkit-transition: margin .25s ease-out;
    -moz-transition: margin .25s ease-out;
    -o-transition: margin .25s ease-out;
    transition: margin .25s ease-out;
}

    #sidebar-wrapper .sidebar-heading {
        padding: 0.880rem 1.26rem;
        font-size: 1.264rem;
    }

    #sidebar-wrapper .list-group {
        width: 15rem;
    }

#page-content-wrapper {
    min-width: 100vw;
}

#wrapper.toggled #sidebar-wrapper {
    margin-left: 0;
}

@media(min-width:768px) {
    #sidebar-wrapper {
        margin-left: 0;
    }

    #page-content-wrapper {
        min-width: 0;
        width: 100%;
    }

    #wrapper.toggled #sidebar-wrapper {
        margin-left: -15rem;
    }
}

.brand-image {
    margin-top: -.5rem;
    margin-right: .2rem;
    max-height: 33px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23) !important;
    border-radius: 50%;
    opacity: .8;
}

.brand-link {
    margin-top: -40px;
}

    .brand-link:hover {
        color: #ffffff !important;
        text-decoration: none !important;
    }

.brand-text {
    font-size: 20px;
    padding-left: 5px;
}

.navbar-toggler-icon {
    background-image: none;
}

.nav-item {
    width: 95%;
    margin: auto;
}

.dropdown-item {
    font-size: 13px;
    padding-top: 0;
    padding-bottom: 0;
}

    .dropdown-item a {
        color: black;
        padding-top: 0;
        padding-bottom: 0;
    }

/* css: change password start */
#divChangePassword, #divChangePassword input {
    font-size: 12px;
}

    #divChangePassword div {
        align-self: end;
        font-weight: bold;
    }

        #divChangePassword div.validation-summary-errors ul li {
            list-style-type: circle;
            margin-left: 20px;
        }
/* css: change password end */