﻿@font-face
{
    font-family: ptsb;
    src: url("../fonts/PT_Sans/PT_Sans-Web-Bold.ttf");
}

@font-face
{
    font-family: ptsr;
    src: url("../fonts/PT_Sans/PT_Sans-Web-Regular.ttf")
}

@font-face
{
    font-family: osr;
    src: url("../fonts/Open_Sans/OpenSans-Regular.ttf");
}

@font-face
{
    font-family: osr_menu;
    src: url("../fonts/Open_Sans/OpenSans-Bold.ttf");
    font-size: 10px;
}

:root {
    --primary-color: #1a1c4a;
    --agent-account-footer-color: #33355e;
    --agent-account-primary-button-color: #1a1c4a;
    --agent-account-primary-button-hover-color: #48496e;
    --agent-account-message-text: #00539B;
    --login-button-hover: #00539B;
    --info-text-color: #00539B;
    --password-request-circle: #1F6FE6;
}

:root[data-theme="GSL"]{
    --primary-color: #58060C;
    --agent-account-footer-color: var(--primary-color);
    --agent-account-primary-button-hover-color: #3D5B65;
    --login-button-hover: #3D5B65;
    --password-request-circle: #30526E;
}

body
{
    font-family: osr, sans-serif;
    padding-bottom: 9rem;
}

html
{
    position: relative;
    min-height: 100%;
    overflow-x: hidden;
    font-family: osr, sans-serifs
}

.info-text {
    color: var(--info-text-color);
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 400;
}

i.pass-req.fa-circle {
    color: var(--password-request-circle);
}

i.pass-req.fa-check-circle {
    color: #00BB8E;
}

i.pass-req.fa-info-circle {
    color: var(--password-request-circle);
}

.popover {
    min-width: 500px !important;
}

.page-container
{
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 1440px)
{
    .container
    {
        max-width: 100%;
    }
}

h1
{
    font-family: ptsb, sans-serif;
    font-size: 2.5em;
}

h2
{
    font-family: ptsr, sans-serif;
    font-size: 1.5em;
}

h3
{
    font-family: osr, sans-serif;
    font-size: .7em;
}

.card-header
{
    background-color: #33355e;
    color: #fff;
}

footer
{
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    background-color: var(--agent-account-footer-color);
    color: #ffffff;
    position: absolute;
    font-family: 'PT Sans', sans-serif;
}

.footer_hr
{
    position: fixed;
    left: 0;
    bottom: 30px;
    width: 100%;
}

/*.navbar-brand
{
    margin-right: 5%;
}*/


.form-control
{
    height: 3em;
}

button
{
    background-color: var(--agent-account-primary-button-color);
    border: none;
    color: #ffffff;
    display: inline-block;
    font-size: 100%;
    font-family: sans-serif;
    font-weight: 700;
    padding: 0.5em 1em;
    text-transform: uppercase;
    cursor: pointer;
}

    button:hover
    {
        background-color: var(--agent-account-primary-button-hover-color);
        border: none;
        color: #ffffff;
        display: inline-block;
        font-size: 100%;
        font-family: sans-serif;
        font-weight: 700;
        padding: 0.5em 1em;
        text-transform: uppercase;
    }

    button:disabled
    {
        background-color: #abacbb;
        border: none;
        color: #ffffff;
        display: inline-block;
        font-size: 100%;
        font-family: sans-serif;
        font-weight: 700;
        padding: 0.5em 1em;
        text-transform: uppercase;
    }

.nav-back
{
    color: #212529;
}

.nav-back:hover, .nav-back:visited {
    color: #212529;
}

.security-section-wrapper {
    padding: 3%;
    margin-bottom: 3%;
    border-radius: 0.5rem;
    background: #fff;
}

.form-control-show-hide {
    position: absolute;
    top: 38px;
    right: 10px;
    z-index: 2;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 1.5 !important;
    text-align: center;
    color: #423c3c;
}


#logoutButton {
    background-color: var(--primary-color);
    border: none;
    color: #818181;
    display: inline-block;
    font-size: 100%;
    font-family: sans-serif;
    font-weight: 700;
    margin: 0.25em;
    padding: 0.5em 1em;
    text-transform: uppercase;
    padding-right: 10px;
}

    #logoutButton:hover
    {
        background-color: var(--primary-color);
        border: none;
        color: #f8f9fa;
        display: inline-block;
        font-size: 100%;
        font-family: sans-serif;
        font-weight: 700;
        margin: 0.25em;
        padding: 0.5em 1em;
        text-transform: uppercase;
        padding-right: 10px;
    }

input
{
    outline-color: #e6e6eb;
}

nav-toggler
{
    display: block;
}

#americoBannerMain
{
    background-color: #ffffff;
    margin-bottom: 10px;
    /*position: fixed;*/
    position: sticky;
    position: -webkit-sticky;
    top: 0px;
    z-index: 10000;
    transition: top 0.3s;
}

.right-nav
{
    display: inherit;
}

.right-nav-bell
{
    color: #e6e6eb;
    padding: 16px;
}

#eAppBannerMainNoScroll
{
    background-color: #1a1c4a;
    /*position: fixed;*/
    position: sticky;
    position: -webkit-sticky;
    top: 82px;
    z-index: 1000;
    transition: top 0.3s;
}

#eAppBannerMain
{
    height: 70px;
}

.eAppBannerNav
{
    margin-top: 2%;
}

.navbar-dark .navbar-nav .nav-link
{
    color: #1a1c4a;
    margin-top: 5px;
    margin-left: 100px;
    font-family: osr_menu;
}

.userNameLoginLogout
{
    color: #1a1c4a;
    font-family: sans-serif;
    font-size: 8px;
    margin-left: 20px;
}

nav navbar-nav navbar-right
{
    color: #1a1c4a;
    font-family: osr_menu;
    font-size: 10px;
    margin-top: 16px;
}

.navbar-dark .navbar-nav .nav-link:hover
{
    color: #48496e;
    margin-top: 5px;
    margin-left: 100px;
}

.overlay
{
    opacity: 0.3;
    background-color: #e6e6eb;
    position: absolute;
    height: 100%;
    top: 0px;
    left: 0px;
    width: 95%;
    z-index: 1000;
}
/* leave this here in case we want to use it later. */
/*@media (min-width:1080px) and (orientation: landscape)
{
    .iconShift
    {
        color: #abacbb;
    }

        .iconShift:hover
        {
            color: #48496e;
            box-shadow: #abacbb 2px 2px !important;
        }
}*/


.iconShift
{
    color: #48496e;
    box-shadow: #abacbb 2px 2px !important;
}

.input-validation-error
{
    border-color: red;
}

    .input-validation-error:focus
    {
        box-shadow: 0 0 5px rgba(255, 0, 0, 255);
        border: 1px solid rgba(255, 0, 0, 255);
    }

.form-control.input-validation-error
{
    border-color: red;
    box-shadow: 0 0 5px rgba(255, 0, 0, 255);
}

.field-validation-error
{
    font-size: small;
}

.sessionExpireButton
{
    text-align: center;
}

.mta
{
    padding-top: .65%;
    font-size: 18px;
}

.hideContent
{
    display: none;
}

.dashLi {
    list-style-type: none;
    text-align: left;
}

#passwordGuide-popover {
    min-width: 500px !important;
}

.loginSpacing {
    margin-top: 10px;
}

.login-button
{
    width: 100%;
    margin: 0;
}

    .login-button:hover
    {
        margin: 0;
    }

.validation-summary-errors
{
    color: red;
}

.validation-summary-errors ul, .validation-summary-errors li
{
    list-style-type: none !important;
    list-style: none !important;
}

.fromTopOfPage
{
    margin-top: 50px;
}

.center-element
{
    text-align: center;
}

.k-window-titlebar
{
    background-color: #1a1c4a;
    color: #ffffff;
    font-family: 'PT Sans', sans-serif;
}

.email-popup
{
    width: 100%
}

/***************Radio button look and feel updates******************/

.js-userType
{
    display: none;
}

.radio-label
{
    display: inline-block;
    padding: 5px 10px;
    cursor: pointer;
}

    .radio-label span
    {
        position: relative;
        line-height: 22px;
    }

        .radio-label span:before,
        .radio-label span:after
        {
            content: '';
        }


        .radio-label span:before
        {
            border: 1px solid #222021;
            width: 22px;
            height: 20px;
            margin-right: 10px;
            display: inline-block;
            vertical-align: top;
        }

        .radio-label span:after
        {
            background: #222021;
            width: 14px;
            height: 14px;
            position: absolute;
            top: 2px;
            left: 4px;
            transition: 300ms;
            opacity: 0;
        }

    .radio-label input:checked + span:after
    {
        opacity: 1;
    }

/******************LOGIN********************/
#frmLogin
{
    width: 100%;
    padding: 10px;
}

.user_card
{
    height: 500px;
    width: 350px;
    margin-top: auto;
    margin-bottom: auto;
    background: #ffffff;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 5px;
}

.brand_logo_container
{
    position: absolute;
    height: 170px;
    width: 170px;
    top: -75px;
    border-radius: 50%;
    padding: 10px;
    text-align: center;
}
/*IE 11 fix for bootstrap centering not working*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none)
{
    .brand_logo_container
    {
        right: 85px;
    }
}

.login-logo
{
    height: 50px;
    width: 250px;
    margin-top: 50px;
}

.brand_logo
{
    height: 150px;
    width: 150px;
    border-radius: 50%;
    border: 2px solid white;
    background: #1a1c4a;
}

.form_container
{
    margin-top: 75px;
}

.login_btn
{
    width: 100%;
    background: #c0392b !important;
    color: white !important;
}

    .login_btn:focus
    {
        box-shadow: none !important;
        outline: 0px !important;
    }

.login_container
{
    padding: 0 2rem;
}

.input-group-text
{
    background: #abacbb;
    color: white;
    border: 0;
    border-radius: 0.25rem 0 0 0.25rem;
}

.input_user,
.input_pass:focus
{
    box-shadow: none !important;
    outline: 0px !important;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before
{
    background-color: #c0392b !important;
}

.registration-link
{
    position: absolute;
    margin-top: 20px;
    margin-left: 20px;
}

.login-error
{
    max-height: 3.5em;
    font-size: 12px;
}

.a-button
{
    display: block;
    width: 100px;
    background: #1a1c4a;
    padding: 10px !important;
    text-align: center;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    font-style: normal;
}

.a-grid-button
{
    display: block;
    background: #1a1c4a;
    padding: 10px !important;
    text-align: center;
    color: white !important;
    font-weight: bold;
    text-transform: uppercase;
    font-style: normal;
}

    .a-button:hover, .a-grid-button:hover
    {
        background-color: #48496e;
        color: white;
        text-decoration: none;
        cursor: pointer;
    }

.cancel-link
{
    cursor: pointer;
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    margin-right: 5px;
}

    .cancel-link:hover
    {
        color: #0056b3;
        text-decoration: underline;
    }

.pointer-cursor
{
    cursor: pointer;
}

    .pointer-cursor:hover
    {
        color: #1a1c4a;
    }

.col-align-center
{
    text-align: center !important;
}
/*******Kendo Tab Overrides*******/
.k-tabstrip-top > .k-tabstrip-items .k-item.k-state-active
{
    border: none;
    border-bottom: 2px solid #1a1c4a;
}

    .k-tabstrip-top > .k-tabstrip-items .k-item.k-state-active:hover
    {
        color: #1a1c4a;
    }

.k-tabstrip > .k-tabstrip-items .k-item .k-link
{
    padding: .5rem 1rem;
}

.k-tabstrip-top > .k-tabstrip-items
{
    font-weight: 600;
    font-size: 1rem;
}

.k-tabstrip .k-item
{
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

    .k-tabstrip .k-item:hover
    {
        color: #0056b3;
    }

.k-tabstrip > .k-content
{
    padding: 12px 8px;
}
/*******Kendo Grid Overrides*******/
.k-grid-header, .k-grid-toolbar, .k-grouping-header, .k-grid-add-row, .k-grid-footer, .k-drag-clue
{
    background-color: #1a1c4a;
    color: #ffffff;
}


/*Kendo Grid Overrides /light on the purple*/
.lighterPurpleForMePlease > .k-grid-header, .k-grid-toolbar, .k-grouping-header, .k-grid-add-row, .k-grid-footer, .k-drag-clue
{
    background-color: #abacbb;
    color: black;
}


.SelectListStyle
{
    background-color: #e6e6eb;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
    -webkit-appearance: none;
    margin: 0;
}

.form-control-feedback
{
    position: absolute;
    top: 5px;
    right: 30px;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 1.5 !important;
    text-align: center;
    color: #423c3c;
}

    .form-control-feedback:hover
    {
        color: #908888;
    }

.fa-1_5x
{
    font-size: 1.5rem;
}

.fa-1-5x
{
    font-size: 1.5em;
}

.loginAlert
{
    padding: 20px;
    text-align: center;
    position: absolute;
    width: 96%;
    left: 2%;
    top: 2%;
    z-index: 10000;
    border: 2px solid;
}

    .loginAlert p
    {
        margin: 0;
    }

.AmericoBootstrapSpinner
{
    color: #33355e;
    overflow: auto;
    height: 5em;
    width: 5em;
}

.AmericoSpinnerPlacement
{
    min-height: 380px !important;
}

.alert-dismissable.close
{
    top: -3px !important;
}

.hideLIDisc ul li
{
    list-style-type: none !important;
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
    list-style: none !important;
    padding: 0px;
}

@media (min-width: 768px)
{
    .container
    {
        max-width: 100%;
    }
}

@media (min-width: 750px) {
    .form-stepE {
        min-height: 700px;
    }
}


.adminHeirarchy_Message_Text
{
    font-size: 15px;
}

.adminHeirarchy_Button_Text_Formatting .a-button
{
    display: inline;
    width: auto;
    padding: 0;
}


.checkboxListStyle
{
    font-style: normal;
    font-weight: 100;
}

.noDisc ul li
{
    list-style: none !important;
    list-style-type: none;
    padding: 0px;
}

.grid_Info_Icon_Column_Spacing
{
    padding: 1% !important;
    margin-left: -5px;
}

.grid_Info_Icon_Spacing
{
    margin: 5% 50% 5% 40%;
    text-align: center;
}

#AdvanceSearchLinkPlacement
{
    top: 30px;
}

.scrFormControlOverrideOnError:focus
{
    color: #495057 !important;
    background-color: #fff !important;
    border-color: #6c757d !important;
    outline: 0 !important;
    box-shadow: 0 0 6px 1px #ff0000 !important;
}

.scrollTooManyAgentsInList
{
    max-height: 250px;
    overflow-x: scroll;
    overflow: auto;
}

.surveyMainNavSeperator
{
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 2px solid rgba(255, 255, 255, 1);
}


}
/*.addAnAsteriskToEndOfColumn:after
{
    content: "*";
    color: red !important;
}*/
