
@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto/Roboto-light.ttf');
    src: url('fonts/Roboto/Roboto-light.ttf') format('embedded-opentype'), url('fonts/Roboto/Roboto-light.ttf') format('woff2'), url('fonts/Roboto/Roboto-light.ttf') format('woff'), url('fonts/Roboto/Roboto-light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Branding';
    src: url('fonts/Branding/Branding Semibold.otf');
    src: url('fonts/Branding/Branding Semibold.otf') format('embedded-opentype'), url('fonts/Branding/Branding Semibold.otf') format('woff2'), url('fonts/Branding/Branding Semibold.otf') format('woff'), url('fonts/Branding/Branding Semibold.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    font-family: Helvetica, sans-serif;
    color:#4f4f4f;
}

h1, h2, h3 {
    font-family: Helvetica !important;
}

h1 {
    font-size: 34px;
}

p {
    color: #5D5D5C;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
    font-size: 24px;
}

a {
    color: #0077cc;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

#overlay {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.5);
    z-index: 9999;
    cursor: default;
}

.spinner {
    position: fixed;
    width: 88px;
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    margin: auto;
    left: 50%;
    top: 50%;
    margin-left: -44px;
    margin-top: -44px;
}

    .spinner::before,
    .spinner::after {
        border: 6.6px solid #B1BE22;
        border-radius: 50%;
        position: absolute;
        content: '';
        display: block;
    }

    .spinner::before {
        width: 68px;
        height: 68px;
        border-bottom-color: transparent;
        border-left-color: transparent;
        animation: spinner-1o3y8q 1.0499999999999998s infinite linear reverse;
    }

    .spinner::after {
        animation: spinner-1o3y8q 0.7s infinite linear;
        height: 88px;
        width: 88px;
        border-right-color: transparent;
        border-top-color: transparent;
    }

.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;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}


.maincontainer {
    margin-left: 290px;
}
hr {
    border: 0;
    clear: both;
    display: block;
    background-color: #fff;
    height: 1px;
}
@keyframes spinner-1o3y8q {
    to {
        transform: rotate(360deg);
    }
}

a {
    color: #5D5D5C;
}

table td{
    color:#4f4f4f!important;
    font-size:14px;
}
table th {
    color: #4f4f4f !important;
    font-size: 14px;
}
table a {
    font-size: 14px;
}
    a:hover {
        color: #3f4444;
    }

.title-brand {
    text-decoration: none;
    font-weight:bold;
    color: #585858;
    font-size: 24px;
}

.s-select {
    position: relative;
    color: #000;
}

    .s-select:before {
        content: "";
        position: absolute;
        z-index: var(--zi-selected);
        right: 13px;
        border-color: currentColor transparent;
        border-style: solid;
        border-width: 4px;
        pointer-events: none;
        top: calc(50% - 5px);
        border-top-width: 0;
        border-bottom-width: 4px;
    }

    .s-select:after {
        content: "";
        position: absolute;
        z-index: var(--zi-selected);
        right: 13px;
        border-color: currentColor transparent;
        border-style: solid;
        border-width: 4px;
        pointer-events: none;
        top: calc(50% + 1px);
        border-top-width: 4px;
        border-bottom-width: 0;
    }

.btn-primary {
    background-color: #BFD041 !important;
    border-color: #BFD041 !important;
}

.sidenav {
    height: 100%;
    width: 290px;
    position: fixed;
    z-index: 1;
    top: 65px;
    left: 0;
    background-color: #BFD041;
    overflow-x: hidden;
    padding-left: 0 !important;
}

    .sidenav a {
        text-decoration: none;
        font-size: 16px;
        color: #fff;
        display: block;
    }

    .sidenav li {
        list-style-type: none;
    }

    .sidenav .rmitem {
        padding: 14px 10px;
        height: 50px;
    }

        .sidenav .rmitem:hover {
            background-color: #B0BF3C;
        }

    .sidenav .rmSeparator {
        background-color: #E9EFBD;
        height: 2px;
        padding: 0px;
        margin: 0px;
        border: none;
    }

.btn-secondary {
    background-color: #6c757d;
    color: #fff !important;
    border: 0;
}

.rmitem-selected {
    background-color: #B0BF3C !important;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index:1000;
}

.main-margin {
    margin-top: 65px;
}

.forgotpassword {
    padding: 20px 0;
    text-decoration: underline;
    font-size: 16px;
    color: #5D5D5C;
    display: block;
}

.forgotpassword-panel {
    padding: 20px;
    background-color: #12DEBD;
}

    .forgotpassword-panel h1, p {
        width: 100%;
    }

.btn-forgotpassword {
    border: none;
    background-color: #d9d9d6;
    color: #3f4444;
    font-size: 16px;
    display: flex;
    margin: auto;
}

div.pass-wrapper {
    padding: 10px;
    background-color: #12DEBD;
}

.validation-summary-errors ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.btnPass {
    width: 90px;
    height: 55px;
    font-weight: bold;
    margin-top: 0.5rem;
}

.btnLogin[type="submit"] {
    border: none;
    background-color: #D5D5D5;
}

.lblPass {
    font-weight: bold;
}

.txtPass {
    width: 180px;
}

div.login-wrapper {
    padding: 10px;
    margin-top: 200px;
}

.validation-summary-errors ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.btnLogin {
    font-weight: bold;
    margin-top: 0.5rem;
}

    .btnLogin[type="submit"] {
        border: none;
        background-color: #d9d9d6;
        color: #3f4444;
        font-size: 16px
    }

.lblLogin {
    font-weight: bold;
    color: #3f4444;
    font-size: 16px;
}

.form-space {
    padding-bottom: 24px;
}

div.form {
    display: block;
    background-color: rgb(243, 244, 247);
    text-align: left;
    border-radius: 10px;
    padding: 20px;
    margin: auto;
}

div.formTitle {
    display: block;
    text-align: left;
    padding: 5px;
    padding-left:0;
    margin: auto;
}
.lblLoginTitle
{
    font-weight:bold;
}
.sort-icon {
    height: 0.4rem;
    vertical-align: text-top;
}

.green-button {
    background-color: #B1BE22 !important;
    color: #ffffff !important;
    border-color: transparent !important;
}
div.pass-wrapper {
    padding: 10px;
    background-color: #12DEBD;
}

.validation-summary-errors ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.btnPass {
    width: 90px;
    height: 55px;
    font-weight: bold;
    margin-top: 0.5rem;
}

.btnLogin[type="submit"] {
    border: none;
    background-color: #D5D5D5;
}

.lblPass {
    font-weight: bold;
}

.txtPass {
    width: 180px;
}

.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

    .active, .accordion:hover {
        background-color: #ccc;
    }

.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.accordion:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
}

.alert-message {
    margin: 20px 0;
    padding: 20px;
    border-left: 3px solid #eee;
}

    .alert-message h4 {
        margin-top: 0;
        margin-bottom: 5px;
    }

    .alert-message p:last-child {
        margin-bottom: 0;
    }

    .alert-message code {
        background-color: #fff;
        border-radius: 3px;
    }

.alert-message-success {
    background-color: #F4FDF0;
    border-color: #3C763D;
}

    .alert-message-success h4 {
        color: #3C763D;
    }

.alert-message-danger {
    background-color: #fdf7f7;
    border-color: #d9534f;
}

    .alert-message-danger h4 {
        color: #d9534f;
    }

.alert-message-warning {
    background-color: #fcf8f2;
    border-color: #f0ad4e;
}

    .alert-message-warning h4 {
        color: #f0ad4e;
    }

.alert-message-info {
    background-color: #f4f8fa;
    border-color: #5bc0de;
}

    .alert-message-info h4 {
        color: #5bc0de;
    }

.alert-message-default {
    background-color: #EEE;
    border-color: #B4B4B4;
}

    .alert-message-default h4 {
        color: #000;
    }

.alert-message-notice {
    background-color: #FCFCDD;
    border-color: #BDBD89;
}

    .alert-message-notice h4 {
        color: #444;
    }
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 16px;
        }
}

