﻿/******************************************************/

body
{
    font-family: "BentonSans Light" ,sans-serif !important;
    font-size: 12px !important;
    line-height: 1.42857143;
    color: #777777;
    background-color: #ffffff;
}
a
{
    color: #77216f;
    text-decoration: none;
    font-size: 12px !important;
}

.progress-bar-SessionTimeout
{
    background-color: #77216f !important;
}
a:hover, a:focus
{
    color: #91170a;
    text-decoration: underline;
}
.img-thumbnail
{
    background-color: #fcfcfc;
    border: 1px solid #dddddd;
}
hr
{
    margin-top: 18px;
    margin-bottom: 18px;
    border-top: 1px solid #dddddd;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6
{
    font-family: "bentonsans light" ,sans-serif !important;
    font-weight: 300;
    line-height: 1.1;
    color: #4d4f53;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small
{
    color: #808080;
}
h1, .h1, h2, .h2, h3, .h3
{
    margin-top: 18px;
    margin-bottom: 9px;
}
h4, .h4, h5, .h5, h6, .h6
{
    margin-top: 9px;
    margin-bottom: 9px;
}
h1, .h1
{
    font-size: 22px;
}
h2, .h2
{
    font-size: 20px;
}
h3, .h3
{
    font-size: 18px;
}
h4, .h4
{
    font-size: 16px;
}
h5, .h5
{
    font-size: 13px;
}
p
{
    margin: 0 0 9px;
}
.lead
{
    margin-bottom: 18px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4;
}
@media (min-width: 768px)
{
    .lead
    {
        font-size: 19.5px;
    }
}
small, .small
{
    font-size: 92%;
}
.text-muted
{
    color: #808080;
}
.text-primary
{
    color: #d9230f;
}
a.text-primary:hover, a.text-primary:focus
{
    color: #a91b0c;
}
.text-success
{
    color: #468847;
}
a.text-success:hover, a.text-success:focus
{
    color: #356635;
}
.text-info
{
    color: #3a87ad;
}
a.text-info:hover, a.text-info:focus
{
    color: #2d6987;
}
.text-warning
{
    color: #c09853;
}
a.text-warning:hover, a.text-warning:focus
{
    color: #a47e3c;
}
.text-danger
{
    color: #b94a48;
}
a.text-danger:hover, a.text-danger:focus
{
    color: #953b39;
}
.bg-primary
{
    color: #fff;
    background-color: #d9230f;
}
a.bg-primary:hover, a.bg-primary:focus
{
    background-color: #a91b0c;
}
.page-header
{
    padding-bottom: 8px;
    margin: 36px 0 18px;
    border-bottom: 1px solid #dddddd;
}
ul, ol
{
    margin-bottom: 9px;
}
dl
{
    margin-bottom: 18px;
}
abbr[title], abbr[data-original-title]
{
    border-bottom: 1px dotted #808080;
}
blockquote
{
    padding: 9px 18px;
    margin: 0 0 18px;
    font-size: 16.25px;
    border-left: 5px solid #dddddd;
}
blockquote footer, blockquote small, blockquote .small
{
    color: #808080;
}
address
{
    margin-bottom: 18px;
}
kbd
{
    color: #ffffff;
    background-color: #333333;
}
pre
{
    padding: 8.5px;
    margin: 0 0 9px;
    font-size: 12px;
    border: 1px solid #cccccc;
    color: #444444;
}
caption
{
    color: #808080;
}
.table
{
    margin-bottom: 18px;
}
.table .table
{
    background-color: #fcfcfc;
}

@media screen and (max-width: 767px)
{

    .table-responsive
    {
        margin-bottom: 13.5px;
    }

    legend
    {
        margin-bottom: 18px;
        font-size: 19.5px;
        color: #777777;
    }
    output
    {
        padding-top: 9px;
        font-size: 13px;
        color: #777777;
    }
    .form-control
    {
        height: 36px;
        padding: 8px 12px;
        font-size: 13px;
        color: #777777;
        border: 1px solid #dddddd;
    }
    .form-control::-moz-placeholder
    {
        color: #dddddd;
    }
    .form-control:-ms-input-placeholder
    {
        color: #dddddd;
    }
    .form-control::-webkit-input-placeholder
    {
        color: #dddddd;
    }
    fieldset[disabled] .form-control
    {
        background-color: #dddddd;
    }

}
@media screen and (-webkit-min-device-pixel-ratio: 0)
{

    input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control
    {
        line-height: 36px;
    }
    input[type="date"].input-lg, input[type="time"].input-lg, input[type="datetime-local"].input-lg, input[type="month"].input-lg, .input-group-lg input[type="date"], .input-group-lg input[type="time"], .input-group-lg input[type="datetime-local"], .input-group-lg input[type="month"]
    {
        line-height: 53px;
    }
}

.radio label, .checkbox label
{
    min-height: 18px;
}
.form-control-static
{
    padding-bottom: 9px;
}
.form-group-sm .form-control-static
{
    min-height: 30px;
}
.input-lg
{
    height: 53px;
    padding: 14px 16px;
    font-size: 17px;
}
select.input-lg
{
    height: 53px;
    line-height: 53px;
}
.form-group-lg .form-control
{
    height: 53px;
    padding: 14px 16px;
    font-size: 17px;
}
.form-group-lg select.form-control
{
    height: 53px;
    line-height: 53px;
}
.form-group-lg .form-control-static
{
    height: 53px;
    min-height: 35px;
    padding: 15px 16px;
    font-size: 17px;
}
.has-feedback .form-control
{
    padding-right: 45px;
}
.form-control-feedback
{
    width: 36px;
    height: 36px;
    line-height: 36px;
}
.input-lg + .form-control-feedback, .input-group-lg + .form-control-feedback, .form-group-lg .form-control + .form-control-feedback
{
    width: 53px;
    height: 53px;
    line-height: 53px;
}
.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label
{
    color: #468847;
}
.has-success .form-control
{
    border-color: #468847;
}
.has-success .input-group-addon
{
    color: #468847;
}
.has-success .form-control-feedback
{
    color: #468847;
}
.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label
{
    color: #c09853;
}
.has-warning .form-control
{
    border-color: #c09853;
}
.has-warning .form-control:focus
{
    border-color: #a47e3c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.has-warning .input-group-addon
{
    color: #c09853;
}
.has-warning .form-control-feedback
{
    color: #c09853;
}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label
{
    color: #b94a48;
}
.has-error .form-control
{
    border-color: #b94a48;
}
.has-error .form-control:focus
{
    border-color: #953b39;
}
.has-error .input-group-addon
{
    color: #b94a48;
}
.has-error .form-control-feedback
{
    color: #b94a48;
}
.has-feedback label ~ .form-control-feedback
{
    top: 23px;
}
.help-block
{
    color: #b7b7b7;
}

@media (min-width: 768px)
{
    .form-horizontal .form-group-lg .control-label
    {
        padding-top: 15px;
        font-size: 17px;
    }
}

.btn-default
{
    color: #ffffff;
    background-color: #474949;
    border-color: #474949;
}
.btn-default:focus, .btn-default.focus
{
    color: #ffffff;
    background-color: #2e2f2f;
    border-color: #080808;
}
.btn-default:hover
{
    color: #ffffff;
    background-color: #2e2f2f;
    border-color: #292a2a;
}
.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default
{
    color: #ffffff;
    background-color: #2e2f2f;
    border-color: #292a2a;
}
.btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus
{
    color: #ffffff;
    background-color: #1c1d1d;
    border-color: #080808;
}
.btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus
{
    background-color: #474949;
    border-color: #474949;
}
.btn-default .badge
{
    color: #474949;
    background-color: #ffffff;
}
.btn-primary
{
    background-color: #77216f !important;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-family: "bentonsans light" ,sans-serif !important;
    font-size: 12px;
    font-weight: normal;
    padding: .8em 1.8em !important;
    text-align: center;
    text-transform: uppercase;
    background-image: none !important;
    border: 1px solid #77216f !important;
}
.btn-primary:focus, .btn-primary.focus
{
    color: #ffffff;
    background-color: #a91b0c;
    border-color: #621007;
}
.btn-primary:hover
{
    color: #ffffff;
    background-color: #a91b0c;
    border-color: #a01a0b;
}
.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary
{
    color: #ffffff;
    background-color: #a91b0c;
    border-color: #a01a0b;
}
.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus
{
    color: #ffffff;
    background-color: #881609;
    border-color: #621007;
}
.btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus
{
    background-color: #d9230f;
    border-color: #d9230f;
}
.btn-primary .badge
{
    color: #d9230f;
    background-color: #ffffff;
}
.btn-success
{
    color: #ffffff;
    background-color: #469408;
    border-color: #469408;
}
.btn-success:focus, .btn-success.focus
{
    color: #ffffff;
    background-color: #2f6405;
    border-color: #0d1b01;
}
.btn-success:hover
{
    color: #ffffff;
    background-color: #2f6405;
    border-color: #2b5a05;
}
.btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success
{
    color: #ffffff;
    background-color: #2f6405;
    border-color: #2b5a05;
}
.btn-success:active:hover, .btn-success.active:hover, .open > .dropdown-toggle.btn-success:hover, .btn-success:active:focus, .btn-success.active:focus, .open > .dropdown-toggle.btn-success:focus, .btn-success:active.focus, .btn-success.active.focus, .open > .dropdown-toggle.btn-success.focus
{
    color: #ffffff;
    background-color: #1f4204;
    border-color: #0d1b01;
}
.btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus
{
    background-color: #469408;
    border-color: #469408;
}
.btn-success .badge
{
    color: #469408;
    background-color: #ffffff;
}
.btn-info
{
    color: #ffffff;
    background-color: #029acf;
    border-color: #029acf;
}
.btn-info:focus, .btn-info.focus
{
    color: #ffffff;
    background-color: #02749c;
    border-color: #013c51;
}
.btn-info:hover
{
    color: #ffffff;
    background-color: #02749c;
    border-color: #016d92;
}
.btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info
{
    color: #ffffff;
    background-color: #02749c;
    border-color: #016d92;
}
.btn-info:active:hover, .btn-info.active:hover, .open > .dropdown-toggle.btn-info:hover, .btn-info:active:focus, .btn-info.active:focus, .open > .dropdown-toggle.btn-info:focus, .btn-info:active.focus, .btn-info.active.focus, .open > .dropdown-toggle.btn-info.focus
{
    color: #ffffff;
    background-color: #015a79;
    border-color: #013c51;
}
.btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled.focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info.focus
{
    background-color: #029acf;
    border-color: #029acf;
}
.btn-info .badge
{
    color: #029acf;
    background-color: #ffffff;
}
.btn-warning
{
    color: #ffffff;
    background-color: #9b479f;
    border-color: #9b479f;
}
.btn-warning:focus, .btn-warning.focus
{
    color: #ffffff;
    background-color: #79377c;
    border-color: #452047;
}
.btn-warning:hover
{
    color: #ffffff;
    background-color: #79377c;
    border-color: #723475;
}
.btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning
{
    color: #ffffff;
    background-color: #79377c;
    border-color: #723475;
}
.btn-warning:active:hover, .btn-warning.active:hover, .open > .dropdown-toggle.btn-warning:hover, .btn-warning:active:focus, .btn-warning.active:focus, .open > .dropdown-toggle.btn-warning:focus, .btn-warning:active.focus, .btn-warning.active.focus, .open > .dropdown-toggle.btn-warning.focus
{
    color: #ffffff;
    background-color: #612c63;
    border-color: #452047;
}
.btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning
{
    background-image: none;
}
.btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled.focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning.focus
{
    background-color: #9b479f;
    border-color: #9b479f;
}
.btn-warning .badge
{
    color: #9b479f;
    background-color: #ffffff;
}
.btn-danger
{
    color: #ffffff;
    background-color: #d9831f;
    border-color: #d9831f;
}
.btn-danger:focus, .btn-danger.focus
{
    color: #ffffff;
    background-color: #ac6819;
    border-color: #69400f;
}
.btn-danger:hover
{
    color: #ffffff;
    background-color: #ac6819;
    border-color: #a36317;
}
.btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger
{
    color: #ffffff;
    background-color: #ac6819;
    border-color: #a36317;
}
.btn-danger:active:hover, .btn-danger.active:hover, .open > .dropdown-toggle.btn-danger:hover, .btn-danger:active:focus, .btn-danger.active:focus, .open > .dropdown-toggle.btn-danger:focus, .btn-danger:active.focus, .btn-danger.active.focus, .open > .dropdown-toggle.btn-danger.focus
{
    color: #ffffff;
    background-color: #8d5514;
    border-color: #69400f;
}
.btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger
{
    background-image: none;
}
.btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled.focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger.focus
{
    background-color: #d9831f;
    border-color: #d9831f;
}
.btn-danger .badge
{
    color: #d9831f;
    background-color: #ffffff;
}
.btn-link
{
    color: #337ab7;
    font-weight: normal;
    border-radius: 0;
}
.btn-link:hover, .btn-link:focus
{
    color: #91170a;
}
.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus
{
    color: #808080;
}
.btn-lg, .btn-group-lg > .btn
{
    padding: 14px 16px;
    font-size: 17px;
}
.dropdown-menu .divider
{
    margin: 8px 0;
}
.dropdown-menu > li > a
{
    color: #444444;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus
{
    color: #ffffff;
    background-color: #d9230f;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus
{
    color: #ffffff;
    background-color: #d9230f;
}
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus
{
    color: #808080;
}
.dropdown-header
{
    color: #808080;
}
.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn
{
    height: 53px;
    padding: 14px 16px;
    font-size: 17px;
}
select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn
{
    height: 53px;
    line-height: 53px;
}
.input-group-addon
{
    padding: 8px 12px;
    font-size: 13px;
    color: #777777;
    background-color: #dddddd;
    border: 1px solid #dddddd;
}
.input-group-addon.input-lg
{
    padding: 14px 16px;
    font-size: 17px;
}
.nav > li > a:hover, .nav > li > a:focus
{
    text-decoration: none;
    background-color: #dddddd;
}
.nav > li.disabled > a
{
    color: #808080;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus
{
    color: #808080;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus
{
    background-color: #dddddd;
    border-color: #d9230f;
}
.nav .nav-divider
{
    margin: 8px 0;
}
.nav-tabs > li > a:hover
{
    border-color: #dddddd #dddddd #dddddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus
{
    color: #777777;
}

@media (min-width: 768px)
{
    .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus
    {
        border-bottom-color: #fcfcfc;
    }
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus
{
    color: #ffffff;
    background-color: #d9230f;
}

@media (min-width: 768px)
{
    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus
    {
        border-bottom-color: #fcfcfc;
    }
}

@media (min-width: 768px)
{
    .navbar
    {
        border-radius: 0px; /*4px*/
    }
}

.navbar-brand
{
    float: left; /*height: 32px;margin-top:10px; */
    width: 156px;
    background-image: url("../Images/logo.png");
    background-repeat: no-repeat;
    background-position: 100% 50%;
    margin-left: 20px !important;
    background-size: contain;
}

@media (min-width: 768px)
{
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand
    {
        margin-left: 0px;
        background-position: 100% 100%;
    }
}

.navbar-nav
{
    margin: 5.5px -15px;
}
.navbar-nav > li > a
{
    line-height: 18px;
}

@media (max-width: 767px)
{
    .navbar-nav .open .dropdown-menu > li > a
    {
        line-height: 18px;
    }
}
@media (min-width: 768px)
{
    .navbar-nav > li > a
    {
        padding-top: 11px;
        padding-bottom: 11px;
    }
}

.navbar-btn
{
    margin-top: 2px;
    margin-bottom: 2px;
}
.navbar-btn.btn-sm
{
    margin-top: 5px;
    margin-bottom: 5px;
}
.navbar-btn.btn-xs
{
    margin-top: 9px;
    margin-bottom: 9px;
}
.navbar-text
{
    margin-top: 11px;
    margin-bottom: 11px;
}
.navbar-default
{
    background-color: #5e2750;
}
.navbar-default .navbar-brand
{
    color: #777777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus
{
    color: #d9230f;
    background-color: transparent;
}
.navbar-default .navbar-text
{
    color: #fff;
}
.navbar-default .navbar-nav > li > a
{
    color: #fff;
    font-size: 1.4rem;
    letter-spacing: 0.14rem;
    margin-right: 3rem;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 4px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus
{
    color: #fff;
    background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus
{
    color: #fff;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus
{
    color: #444444;
}
.navbar-default .navbar-link:hover
{
    color: #d9230f;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus
{
    color: #d9230f;
}
.navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:focus
{
    color: #444444;
}
.navbar-inverse
{
    background-color: #d9230f;
    border-color: #a91b0c;
}
.navbar-inverse .navbar-brand
{
    color: #fac0ba;
}
.navbar-inverse .navbar-text
{
    color: #fac0ba;
}
.navbar-inverse .navbar-nav > li > a
{
    color: #fac0ba;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus
{
    color: #ffffff;
    background-color: transparent;
}
.navbar-inverse .navbar-toggle
{
    border-color: #a91b0c;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus
{
    background-color: #a91b0c;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus
{
    background-color: transparent;
    color: #ffffff;
}

@media (max-width: 767px)
{
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header
    {
        border-color: #a91b0c;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider
    {
        background-color: #a91b0c;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a
    {
        color: #fac0ba;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus
    {
        color: #ffffff;
        background-color: transparent;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus
    {
        color: #ffffff;
        background-color: transparent;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus
    {
        color: #cccccc;
        background-color: transparent;
    }
    .navbar-default .navbar-collapse
    {
        border-color: #5e2750;
        background-color: #5e2750;
        z-index: 1000;
        margin-top: 20px;
    }
}

.navbar-inverse .navbar-link
{
    color: #fac0ba;
}
.navbar-inverse .navbar-link:hover
{
    color: #ffffff;
}
.navbar-inverse .btn-link
{
    color: #fac0ba;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus
{
    color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:focus
{
    color: #cccccc;
}
.breadcrumb
{
    margin-bottom: 18px;
    background-color: transparent;
}
.breadcrumb > .active
{
    color: #808080;
}
.pagination
{
    margin: 18px 0;
}
.pagination > li > a, .pagination > li > span
{
    padding: 8px 12px;
    color: #444444;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus
{
    z-index: 2;
    color: #ffffff;
    background-color: #77216f;
    border-color: #77216f;
}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus
{
    color: #dddddd;
    pointer-events: none;
}
.pagination-lg > li > a, .pagination-lg > li > span
{
    padding: 14px 16px;
    font-size: 17px;
}
.pager
{
    margin: 18px 0;
}
.pager li > a:hover, .pager li > a:focus
{
    text-decoration: none;
    background-color: #d9230f;
}
.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span
{
    color: #dddddd;
}
.label-default
{
    background-color: #474949;
}
.label-default[href]:hover, .label-default[href]:focus
{
    background-color: #2e2f2f;
}
.label-primary
{
    background-color: #d9230f;
}
.label-primary[href]:hover, .label-primary[href]:focus
{
    background-color: #a91b0c;
}
.label-success
{
    background-color: #469408;
}
.label-success[href]:hover, .label-success[href]:focus
{
    background-color: #2f6405;
}
.label-info
{
    background-color: #029acf;
}
.label-info[href]:hover, .label-info[href]:focus
{
    background-color: #02749c;
}
.label-warning
{
    background-color: #9b479f;
}
.label-warning[href]:hover, .label-warning[href]:focus
{
    background-color: #79377c;
}
.label-danger
{
    background-color: #d9831f;
}
.label-danger[href]:hover, .label-danger[href]:focus
{
    background-color: #ac6819;
}
.list-group-item.active > .badge, .nav-pills > .active > a > .badge
{
    color: #d9230f;
    background-color: #ffffff;
}
.jumbotron
{
    background-color: #f4f4f4;
}
.jumbotron p
{
    font-size: 20px;
}
.jumbotron > hr
{
    border-top-color: #dbdbdb;
}

@media screen and (min-width: 768px)
{
    .jumbotron h1, .jumbotron .h1
    {
        font-size: 59px;
    }

}

.thumbnail
{
    margin-bottom: 18px;
    background-color: #fcfcfc;
    border: 1px solid #dddddd;
}
a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active
{
    border-color: #d9230f;
}
.thumbnail .caption
{
    padding: 9px;
    color: #777777;
}
.alert
{
    margin-bottom: 18px;
}
.alert-success .alert-link
{
    color: #356635;
}
.alert-info
{
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #3a87ad;
}
.alert-info .alert-link
{
    color: #2d6987;
}
.alert-warning
{
    border-color: #fbeed5;
}
.alert-warning hr
{
    border-top-color: #f8e5be;
}
.alert-warning .alert-link
{
    color: #a47e3c;
}
.alert-danger
{
    border-color: #eed3d7;
}
.alert-danger hr
{
    border-top-color: #e6c1c7;
}
.alert-danger .alert-link
{
    color: #953b39;
}
.progress-bar
{
    width: 0%;
    line-height: 18px;
    color: #ffffff;
    background-color: #d9230f;
}
.progress-bar-success
{
    background-color: #469408;
}
.progress-bar-info
{
    background-color: #029acf;
}
.progress-bar-warning
{
    background-color: #9b479f;
}
.progress-bar-danger
{
    background-color: #d9831f;
}
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus
{
    background-color: #dddddd;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text
{
    color: #808080;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus
{
    z-index: 2;
    color: #ffffff;
    background-color: #d9230f;
    border-color: #d9230f;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text
{
    color: #fac0ba;
}
.list-group-item-success
{
    color: #468847;
    background-color: #dff0d8;
}
a.list-group-item-success, button.list-group-item-success
{
    color: #468847;
}
a.list-group-item-success:hover, button.list-group-item-success:hover, a.list-group-item-success:focus, button.list-group-item-success:focus
{
    color: #468847;
}
a.list-group-item-success.active, button.list-group-item-success.active, a.list-group-item-success.active:hover, button.list-group-item-success.active:hover, a.list-group-item-success.active:focus, button.list-group-item-success.active:focus
{
    color: #fff;
}
.list-group-item-info
{
    color: #3a87ad;
}
a.list-group-item-info, button.list-group-item-info
{
    color: #3a87ad;
}
a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading
{
    color: inherit;
}
a.list-group-item-info:hover, button.list-group-item-info:hover, a.list-group-item-info:focus, button.list-group-item-info:focus
{
    color: #3a87ad;
}
a.list-group-item-info.active, button.list-group-item-info.active, a.list-group-item-info.active:hover, button.list-group-item-info.active:hover, a.list-group-item-info.active:focus, button.list-group-item-info.active:focus
{
    background-color: #3a87ad;
    border-color: #3a87ad;
}
.list-group-item-warning
{
    color: #c09853;
}
a.list-group-item-warning, button.list-group-item-warning
{
    color: #c09853;
}
a.list-group-item-warning:hover, button.list-group-item-warning:hover, a.list-group-item-warning:focus, button.list-group-item-warning:focus
{
    color: #c09853;
    background-color: #faf2cc;
}
a.list-group-item-warning.active, button.list-group-item-warning.active, a.list-group-item-warning.active:hover, button.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus, button.list-group-item-warning.active:focus
{
    background-color: #c09853;
    border-color: #c09853;
}
.list-group-item-danger
{
    color: #b94a48;
}
a.list-group-item-danger, button.list-group-item-danger
{
    color: #b94a48;
}
a.list-group-item-danger:hover, button.list-group-item-danger:hover, a.list-group-item-danger:focus, button.list-group-item-danger:focus
{
    color: #b94a48;
}
.panel
{
    margin-bottom: 18px;
}
.panel-title
{
    font-size: 15px;
}
.panel-footer
{
    background-color: #fcfcfc;
    border-top: 1px solid #dddddd;
}
.panel-group
{
    margin-bottom: 18px;
}
.panel-default > .panel-heading
{
    color: #444444;
    background-color: #fcfcfc;
}
.panel-default > .panel-heading .badge
{
    color: #fcfcfc;
    background-color: #444444;
}
.panel-primary
{
    border-color: #d9230f;
}
.panel-primary > .panel-heading
{
    color: #ffffff;
    background-color: #d9230f;
    border-color: #d9230f;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body
{
    border-top-color: #d9230f;
}
.panel-primary > .panel-heading .badge
{
    color: #d9230f;
    background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body
{
    border-bottom-color: #d9230f;
}
.panel-success
{
    border-color: #469408;
}
.panel-success > .panel-heading
{
    color: #ffffff;
    background-color: #469408;
    border-color: #469408;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body
{
    border-top-color: #469408;
}
.panel-success > .panel-heading .badge
{
    color: #469408;
    background-color: #ffffff;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body
{
    border-bottom-color: #469408;
}
.panel-info
{
    border-color: #029acf;
}
.panel-info > .panel-heading
{
    color: #ffffff;
    background-color: #029acf;
    border-color: #029acf;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body
{
    border-top-color: #029acf;
}
.panel-info > .panel-heading .badge
{
    color: #029acf;
    background-color: #ffffff;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body
{
    border-bottom-color: #029acf;
}
.panel-warning
{
    border-color: #9b479f;
}
.panel-warning > .panel-heading
{
    color: #ffffff;
    background-color: #9b479f;
    border-color: #9b479f;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body
{
    border-top-color: #9b479f;
}
.panel-warning > .panel-heading .badge
{
    color: #9b479f;
    background-color: #ffffff;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body
{
    border-bottom-color: #9b479f;
}
.panel-danger
{
    border-color: #d9831f;
}
.panel-danger > .panel-heading
{
    color: #ffffff;
    background-color: #d9831f;
    border-color: #d9831f;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body
{
    border-top-color: #d9831f;
}
.panel-danger > .panel-heading .badge
{
    color: #d9831f;
    background-color: #ffffff;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body
{
    border-bottom-color: #d9831f;
}
.well
{
    background-color: #f4f4f4;
}
.close
{
    font-size: 19.5px;
}
.modal-body
{
    padding: 20px;
}
.modal-footer
{
    padding: 20px;
}
.tooltip
{
    font-family: "Open Sans" , "Helvetica Neue" , Helvetica, Arial, sans-serif;
}
.popover
{
    font-family: "Open Sans" , "Helvetica Neue" , Helvetica, Arial, sans-serif;
    background-color: #5e2750;
}


/********* Custom in bootstrap**************/

.navbar-inverse .badge
{
    background-color: #fff;
    color: #d9230f;
}
.btn
{
    font-family: "Open Sans" , "Helvetica Neue" , Helvetica, Arial, sans-serif;
}
.btn-default, .btn-default:hover
{
    background-image: -webkit-linear-gradient(#4f5151, #474949 6%, #3f4141);
    background-image: -o-linear-gradient(#4f5151, #474949 6%, #3f4141);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4f5151), color-stop(6%, #474949), to(#3f4141));
    background-image: linear-gradient(#4f5151, #474949 6%, #3f4141);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4f5151', endColorstr='#ff3f4141', GradientType=0);
    -webkit-filter: none;
    filter: none;
    border: 1px solid #2e2f2f;
}
.btn-primary, .btn-primary:hover
{
    background-image: -webkit-linear-gradient(#e72510, #d9230f 6%, #cb210e);
    background-image: -o-linear-gradient(#e72510, #d9230f 6%, #cb210e);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e72510), color-stop(6%, #d9230f), to(#cb210e));
    background-image: linear-gradient(#e72510, #d9230f 6%, #cb210e);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe72510', endColorstr='#ffcb210e', GradientType=0);
    -webkit-filter: none;
    filter: none;
    border: 1px solid #a91b0c;
}
.btn-success, .btn-success:hover
{
    background-image: -webkit-linear-gradient(#4da309, #469408 6%, #3f8507);
    background-image: -o-linear-gradient(#4da309, #469408 6%, #3f8507);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4da309), color-stop(6%, #469408), to(#3f8507));
    background-image: linear-gradient(#4da309, #469408 6%, #3f8507);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4da309', endColorstr='#ff3f8507', GradientType=0);
    -webkit-filter: none;
    filter: none;
    border: 1px solid #2f6405;
}
.btn-info, .btn-info:hover
{
    background-image: -webkit-linear-gradient(#02a5de, #029acf 6%, #028fc0);
    background-image: -o-linear-gradient(#02a5de, #029acf 6%, #028fc0);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#02a5de), color-stop(6%, #029acf), to(#028fc0));
    background-image: linear-gradient(#02a5de, #029acf 6%, #028fc0);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff02a5de', endColorstr='#ff028fc0', GradientType=0);
    -webkit-filter: none;
    filter: none;
    border: 1px solid #02749c;
}
.btn-warning, .btn-warning:hover
{
    background-image: -webkit-linear-gradient(#a54caa, #9b479f 6%, #914294);
    background-image: -o-linear-gradient(#a54caa, #9b479f 6%, #914294);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#a54caa), color-stop(6%, #9b479f), to(#914294));
    background-image: linear-gradient(#a54caa, #9b479f 6%, #914294);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa54caa', endColorstr='#ff914294', GradientType=0);
    -webkit-filter: none;
    filter: none;
    border: 1px solid #79377c;
}
.btn-danger, .btn-danger:hover
{
    background-image: -webkit-linear-gradient(#e08b27, #d9831f 6%, #cc7b1d);
    background-image: -o-linear-gradient(#e08b27, #d9831f 6%, #cc7b1d);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e08b27), color-stop(6%, #d9831f), to(#cc7b1d));
    background-image: linear-gradient(#e08b27, #d9831f 6%, #cc7b1d);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe08b27', endColorstr='#ffcc7b1d', GradientType=0);
    -webkit-filter: none;
    filter: none;
    border: 1px solid #ac6819;
}
body
{
    font-weight: 200;
}
th
{
    color: #444444;
}
legend
{
    color: #444444;
}
label
{
    font-weight: normal;
}
.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label, .has-warning .form-control-feedback
{
    color: #d9831f;
}
.has-warning .form-control, .has-warning .form-control:focus
{
    border-color: #d9831f;
}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label, .has-error .form-control-feedback
{
    color: #d9230f;
}
.has-error .form-control, .has-error .form-control:focus
{
    border-color: #d9230f;
}
.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label, .has-success .form-control-feedback
{
    color: #469408;
}
.has-success .form-control, .has-success .form-control:focus
{
    border-color: #469408;
}
.pager a
{
    color: #444444;
}
.pager a:hover, .pager .active > a
{
    border-color: #d9230f;
    color: #fff;
}
.pager .disabled > a
{
    border-color: #dddddd;
}




/******* Custom Ends **********************/


/*****************************************************/



.hideRow
{
    visibility: hidden;
    display: none;
}
.button
{
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid black;
    text-align: center;
    font-size: small;
    color: White;
    border-color: White;
    background-color: #80cd32;
}
.immediatepaymenttextcolor
{
    color: #80cd32;
}
.bottom-pay-grid
{
    height: auto;
    margin: 15px 0 30px 0;
    position: relative;
}
#immediatepay
{
    cursor: pointer;
}

#ImmediatePayContent
{
    /*height: 300px; 	max-height: 328px;*/
    background: #7baf41;
    width: 85%;
}

.PayButton
{
    text-align: center;
}
.DialogBelowSection
{
    position: relative;
    font-size: small;
    text-align: center;
}
.DialogData
{
    /*font-size: large; 	 margin-left: -50px; 	width: 440px; */
    text-align: center;
    color: White;
}
.ui-dialog-titlebar
{
    background: #80cd32;
}
.table > tfoot
{
    visibility: hidden;
}
.FirstLink
{
    font-size: small;
}
.SecondLink
{
    font-size: small;
}
.brcolor#80cd32
{
    background: #80cd32;
}

.DialogWhiteSectionDiv
{
    background-color: White;
    width: 449px;
    margin-left: -47px;
    text-align: center;
}
.DialogWhiteSection p
{
    background-color: White;
    font-size: x-small;
    text-align: center;
}
.DialogWhiteSection
{
    background-color: White;
    font-size: small;
    text-align: center;
    padding: 8px;
}
.DialogWhiteSectionLink1
{
    background-color: White;
    font-size: small;
    text-align: center;
    text-decoration: underline;
    margin-left: 30px;
}

#ImmediatePayContent .DialogWhiteSectionLink1
{
    font-size: 14px !important;
    text-decoration: underline;
    color: #4d4f53 !important;
    font-weight: normal !important;
    margin-left: 0 !important;
}

#EmptyPayContent
{
    /*padding: 3%;margin-top: 10%;margin-left: 30%;width: 450px;*/
    height: 300px;
    max-height: 328px;
    background: #7baf41;
}
.DialogWhiteSectionLink2
{
    background-color: White;
    font-size: small;
    text-align: center;
    text-decoration: underline;
}
.DialogWhiteSection
{
    background-color: White;
    width: 449px;
    margin-left: -47px;
}
#Reviewpay
{
    cursor: pointer;
}
#RejectionDialogContent
{
    /*padding: 3%; 	max-height: 435px; 	margin-top: 20%; 	margin-left: 30%; 	color: #4d4f53 	width: 424px;*/
}
#RejectionDialogContent .row
{
    margin-right: 0 !important;
    margin-left: 0 !important;
}
#RejectionDialogContent .modal-header
{
    padding: 0 !important;
}
/* Reject Status addons */
.rejectLabel
{
    position: absolute;
    top: -30px;
}
.rejectLabel.initial
{
    left: 0 !important;
}
.rejectLabel.final
{
    right: 0 !important;
}
.rejectstatus_container
{
    padding: 30px 0;
}


#helpModalContent
{
    padding: 5px !important;
    overflow-y: auto !important;
}
#RejectionDialogContent .modal-header .close, #stremPayCriteriaModal .modal-header .close, #helpModalContent .modal-header .close, #TrackingDialogContent .modal-header .close
{
    color: #8b8d8e !important;
    font-size: 2.5em !important;
    font-family: "BentonSans Light" ,sans-serif !important;
    margin-top: 5px;
}
.trackInv-content .bs-wizard > .bs-wizard-step .bs-wizard-stepnum
{
    font-size: 14px !important;
    text-transform: uppercase;
    color: #4d4f53 !important;
}
.bs-wizard > .bs-wizard-step .bs-wizard-info
{
    font-size: 12px !important;
    position: absolute;
    width: 105px;
    left: 0;
    color: #8b8d8e !important;
}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot
{
    top: 27px;
}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot2
{
    display: none !important;
}
/*.bs-wizard-step.complete, .bs-wizard-step.disabled {width: 1%}*/
.trackInv-content
{
    padding: 0px 5px;
}
.trackInv-content .bs-wizard > .bs-wizard-step:first-child .bs-wizard-stepnum
{
    left: 0px !important;
    position: absolute;
}
.trackInv-content .bs-wizard > .bs-wizard-step:last-child .bs-wizard-stepnum
{
    left: -25px !important;
    position: absolute;
}
.modal-body .trackInv-content
{
    padding: 0px 25px;
}
#helpModalContent hr
{
    width: 25% !important;
    border: 1px dashed #dddddd !important;
    margin: 15px auto !important;
}
#RejectionDialogContent .modal-body
{
    padding: 0 !important;
}
#RejectionDialogContent .modal-body .modal-title
{
    font-size: 18px;
    margin: 0 0 7px 0;
}
#RejectionDialogContent .modal-body strong
{
    font-family: "BentonSans Light" ,sans-serif !important;
    font-weight: bold;
    color: #4d4f53;
}
#RejectionDialogContent .modal-body #RejectedInvoiceNo strong
{
    font-size: 16px;
}
#RejectionDialogContent .modal-body p.caption
{
    font-size: 12px !important;
}
#RejectionDialogContent .modal-body p.linkEmailMyContact a, .modalFooterLinks.linkEmailMyContact a
{
    color: #8b8d8e;
    text-decoration: underline;
    font-size: 12px !important;
    font-weight: normal;
}
#RejectionDialogContent .modal-body p.linkEmailMyContact
{
    margin-bottom: 0px !important;
}
#RejectionDialogContent .modal-body .btnContainer
{
    margin: 10px 0 !important;
}
#RejectionDialogContent .modalFooterLinks
{
    margin: 0 0 15px 0;
    font-size: 12px;
}
.rejectiondata, .rejectiondata ul
{
    padding-left: 20px;
}
.rejectiondata strong, .rejectiondata #approverName, #rejectionreason
{
    font-size: 16px !important;
}

#CalendarReviewDivContent, .modalStyleGWG .modal-content
{
    padding: 0 !important;
    margin-top: 0 !important;
    max-height: none !important;
    margin: 0 auto !important;
    width: 50% !important;
    height: auto !important;
}
#ReviewConfirmDivModal.modalStyleGWG .modal-content
{
    width: auto !important;
}
.modalStyleGWG h4.modal-title
{
    margin-top: 10px !important;
}
#CalendarReviewDivContent .modal-header
{
    padding: 0 !important;
    background: #3b6b17;
}
#CalendarReviewDivContent h4.modal-title, .modalStyleGWG h4.modal-title, .modalStyleGWG h2.modal-title
{
    font-family: "BentonSans Light" ,sans-serif !important;
    margin: 20px 0 6px 0;
    color: #ffffff !important;
    font-size: 19px;
    text-transform: capitalize;
}
#CalendarModalBody div > hr
{
    border: 1px solid #65804F !important;
}
#CalendarModalBody
{
    padding: 0px 20px;
}
.CalendarInvoicePOSection
{
    margin: 0;
}
.CalendarInvoicePONumber
{
    color: #ffffff;
    font-size: 16px;
}
.CalendarTotalMsg
{
    font-size: 14px !important;
    color: #ffffff;
    font-family: "BentonSans ExtraLight" ,sans-serif !important;
    font-weight: normal;
    padding: 5px 0 20px 0;
}
#CalendarReviewDivContent .dividerORStyle .orContainer, .modalStyleGWG .dividerORStyle .orContainer
{
    width: 50%;
    background: #3b6b17;
    top: 9px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.modalStyleGWG .dividerORStyle .orContainer
{
    background-color: #7baf41 !important;
}
#CalendarReviewDivContent .dividerORStyle hr, .modalStyleGWG .dividerORStyle hr
{
    border-top: 1px solid #ffffff;
    opacity: 0.3;
}
#CalendarReviewDivModal .responsive-calendar
{
    width: 290px !important;
    margin: 0 auto;
}
#CalendarReviewDivModal h4
{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
}
#CalendarReviewDivModal .day-headers
{
    margin-top: 10px;
}
.responsive-calendar .day .badge
{
    top: 23px !important;
    right: 0px !important;
    width: 80%;
}
.responsive-calendar .day.allbeforedates a:hover
{
    background-color: transparent !important;
}
.betweendayscss .classOne
{
    color: #ffffff !important;
}
.responsive-calendar .day a:hover
{
    color: #000000 !important;
}
/*Don't uncomment this, this cause diff other issue*/
/*.not-current {display: none !important}*/
.allbeforedates a
{
    cursor: not-allowed !important;
}

.modalStyleGWG .modal-content
{
    background-color: #7baf41 !important;
}
.modalStyleGWG .CalendarNewDatesMsg .row p
{
    font-size: 10px !important;
    margin-top: 7px;
    color: #4d4f53 !important;
    font-weight: normal;
}
.ReviewConfirmMsg, .PaymentConfirmNewEarlyDate, .PaymentConfirmNewEarlyDateText, .PaymentConfirmCheckboxMsg, .Reviewbutton, .reviewconfirmdata, .invoicenumberlist
{
    width: auto !important;
    margin-left: auto !important;
    text-align: center;
    background-color: transparent !important;
    color: #4d4f53 !important;
}
.ReviewConfirmMsg
{
    font-size: 14px !important;
    padding: 0px 10px;
}
.PaymentConfirmCheckboxMsg
{
    padding: 15px 30px 5px;
    margin-bottom: 25px;
}
.PaymentConfirmCheckboxMsg .Paymentdata
{
    font-size: 14px;
}
#AgreeCheckbox
{
    margin-left: 0 !important;
    width: 17px;
    height: 17px;
}
.modalStyleGWG .modal-body
{
    padding: 15px 0 !important;
    background-color: #ffffff;
}
#confirmdaystext, #daysspan
{
    color: #80cd32;
    font-weight: normal !important;
}
#newdate, #newdateamounttotal
{
    margin-left: 0 !important;
    font-size: 16px !important;
    color: #4d4f53 !important;
}

#ReviewDivContent h2.modal-title, #ReviewConfirmDivModal.modalStyleGWG h2.modal-title
{
    color: #ffffff !important;
    font-family: "BentonSans Light" ,sans-serif !important;
    margin: 0 auto !important;
    font-size: 2em !important;
}

#ReviewbodyDivContent
{
    background: #78426a;
}
.linkPay
{
    text-decoration: underline;
}
.Acceptbutton
{
    text-align: center;
    background-color: #78426a;
    color: White;
    border-color: #7f7f7f;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 20px;
    border: 1px solid black;
    font-size: small;
}
.invoicenumberlist
{
    margin-bottom: 10px; /* removed addition margin of 25px*/ /*margin-left: -47px; 	width: 422px; 	background-color: White; 	color: Black; 	text-align: center; 	font-size: medium;*/
}
.onlyforcolor
{
    margin-left: -47px;
    width: 449px;
    background-color: White;
}
.immediatepaymentcolor
{
    margin-left: -13px;
    width: 415px;
    background-color: White;
}
.reviewdata
{
    text-align: center;
    background-color: White;
    font-size: small; /*margin-left: -47px; 	width: 422px;*/
}
#ReviewDialogData
{
    color: White;
    text-align: center;
    font-size: x-large;
}

#ReviewConfirmDialogData
{
    color: White;
    text-align: center;
    font-size: x-large;
}
/* Navbar style overrite */
.navbar
{
    margin-bottom: 0 !important;
    border: none !important; /*padding-right: 35px*/
}
.navbar-nav
{
    padding: 5px 0 5px 30px !important;
}
.container-fluid
{
    padding-right: 15px !important;
    padding-left: 15px !important;
}
.navbar .container-fluid
{
    padding-right: 0px !important;
}

.dropdown-menu
{
    padding: 7px !important;
    margin-top: 10px !important;
    min-width: 228px !important;
    margin-right: 30px !important;
    border-radius: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: 0 !important;
}
ul.requestorClass.dropdown-menu
{
    padding: 7px 0 !important;
    width: auto;
}
ul.countryClass.dropdown-menu
{
    padding: 7px 0 !important;
    width: auto;
}
.dropdown-menu > li > a
{
    padding: 4px 20px !important;
}
.nav > li > a:visited
{
    text-decoration: underline;
}
.navbar-default .navbar-nav > li > a
{
    text-transform: none !important;
    letter-spacing: normal !important;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus
{
    color: #ffffff !important;
    background: none;
}
/* Overide bootstrap grey color */
.dropdown-menu > li > a:hover
{
    background-color: #77216f !important;
}
.datefilterRequestor .dropdown-menu > li > a:hover
{
    background-color: transparent !important;
    color: #4d4f53 !important;
}
.filterRequestor .btn, .datefilterRequestor .btn, .rangeFilterSection .btn, .countryRequestor .btn
{
    font-family: "BentonSans Medium" ,sans-serif !important;
    color: #4d4f53;
    font-weight: bold;
    font-size: 12px;
}

.navTopMainLinksHighlight
{
    border-bottom: 2px solid #ffffff;
    padding-bottom: 2px;
}

/************* Style for dropdown menu top caret *******************/
.dropdown-menu:before
{
    position: absolute;
    top: -7px;
    right: 10px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}
.dropdown-menu:after
{
    position: absolute;
    top: -6px;
    right: 10px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    border-left: 6px solid transparent;
    content: '';
}
/************* Style for dropdown menu top caret *******************/

.datefilterRequestor .dropdown-menu:before
{
    right: 282px;
}
.datefilterRequestor .dropdown-menu:after
{
    right: 283px;
}
.datefilterRequestor .dropdown-menu > li > a
{
    padding: 15px !important;
}

.footer-help a
{
    text-decoration: none;
    color: #4d4f53;
}

/* Navbar style overrite ends */

form
{
    margin-top: 0 !important;
}
.noPadding
{
    padding: 0 !important;
}

.top-heading
{
    height: auto;
    background-color: #7baf41;
    padding: 0px 15px 0px 30px !important; /*min-height: 150px;*/
    position: relative;
}

/*........... Bootstrap Override ........................ */

.margin-top-05
{
    margin-top: 0.5em !important;
}
.margin-top-10
{
    margin-top: 1.0em !important;
}
.margin-top-15
{
    margin-top: 1.5em !important;
}
.margin-top-20
{
    margin-top: 2.0em !important;
}
.margin-top-25
{
    margin-top: 2.5em !important;
}
.margin-top-30
{
    margin-top: 3.0em !important;
}

.margin-bottom-05
{
    margin-bottom: 0.5em !important;
}
.margin-bottom-10
{
    margin-bottom: 1.0em !important;
}
.margin-bottom-15
{
    margin-bottom: 1.5em !important;
}
.margin-bottom-20
{
    margin-bottom: 2.0em !important;
}
.margin-bottom-25
{
    margin-bottom: 2.5em !important;
}
.margin-bottom-30
{
    margin-bottom: 3.0em !important;
}

.marginClearLeftRight
{
    margin-left: auto !important;
    margin-right: auto !important;
}

.padding-top-05
{
    padding-top: 0.5em !important;
}
.padding-top-10
{
    padding-top: 1.0em !important;
}
.padding-top-15
{
    padding-top: 1.5em !important;
}
.padding-top-20
{
    padding-top: 2.0em !important;
}
.padding-top-25
{
    padding-top: 2.5em !important;
}
.padding-top-30
{
    padding-top: 3.0em !important;
}

.padding-bottom-05
{
    padding-bottom: 0.5em !important;
}
.padding-bottom-10
{
    padding-bottom: 1.0em !important;
}
.padding-bottom-15
{
    padding-bottom: 1.5em !important;
}
.padding-bottom-20
{
    padding-bottom: 2.0em !important;
}
.padding-bottom-25
{
    padding-bottom: 2.5em !important;
}
.padding-bottom-30
{
    padding-bottom: 3.0em !important;
}

.top-heading .table
{
    position: relative;
    display: table;
}
.top-heading .table-row
{
    position: relative;
    display: table-row;
}
.top-heading .table-cell
{
    position: relative;
    display: table-cell;
}

form .required:before
{
    content: "*";
    color: red;
}

.row-eq-height
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.height60px
{
    height: 60px;
}

.fontStyleBentonMedium
{
    font-family: "BentonSans Medium" ,sans-serif !important;
}

h1.modal-title
{
    margin: 20px 0;
}
h4.modal-title, h2.modal-title, h3.modal-title
{
    font-family: "BentonSans Medium" ,sans-serif !important;
    margin: 20px 0;
    color: #4d4f53 !important;
}
button:focus
{
    outline: 0 !important;
}

.btn-default
{
    background: none !important;
    color: #77216f !important;
    padding: 10px 20px !important;
    border-radius: 2px !important;
    border: 1px solid #77216f !important;
    font-family: "bentonsans light" ,sans-serif !important;
    font-size: 14px;
}
.btn-success
{
    background-color: #7baf41 !important;
}
#GobuttonFilter.btn-primary
{
    padding: 4px 7px !important;
    color: #ffffff;
    font-weight: normal;
    font-size: 12px;
    font-family: "BentonSans Light" ,sans-serif !important;
}
.btn-primary-outline
{
    border-radius: 4pt !important;
    background: none !important;
    color: #5e2750 !important;
    border: 1px solid #5e2750 !important;
    margin: 5px 0;
    padding: 10px 20px !important;
    font-family: "BentonSans Light" ,sans-serif !important;
}
#RejectionDialogContent .btn-primary-outline
{
    font-weight: bold;
}
.nav .btn-default
{
    color: #ffffff !important;
    border: 1px solid #ffffff !important;
}
.btn-default span
{
    font-size: 18px;
}
.btn .caret
{
    margin-left: 10px;
    background: url("../images/spriteImg.png") no-repeat transparent -237px -62px;
    height: 15px;
    width: 15px;
    border: 0;
}
.btn-round
{
    border-radius: 30px !important;
    background-color: #78426a !important;
    color: #ffffff !important;
    font-family: "BentonSans Light" ,sans-serif !important;
    padding: 7px 25px !important;
}

.modal-dialog
{
    top: 0px !important;
}
#RejectedDivModal .modal-dialog
{
    width: 25%;
    border-top: 3px solid #b13d24 !important;
}
.modal-header
{
    border-bottom: none !important;
    padding: 10px 15px 0 15px !important;
}
.modal-header h2
{
    color: #ffffff;
    text-align: center;
}
.modalGreenWhiteStyle .modal-header, #ReviewConfirmDivModal.modalStyleGWG .modal-header
{
    background-color: #7baf41;
    padding: 15px 20px !important;
}
.modal-header .close
{
    color: #ffffff !important;
    font-size: 2em !important;
    font-family: "BentonSans Extralight" ,sans-serif !important;
    padding: 0 10px 0 10px;
}
/*ul.DialogData {list-style: none; max-height: 132px; overflow-y: auto}*/
ul.DialogData
{
    list-style: none;
    height: 180px;
    overflow-y: auto;
}
/* Avoiding scroll */
ul.DialogData li
{
    font-size: 1.6em;
}
.modalGreenWhiteStyle .modal-header .close, #ReviewConfirmDivModal.modalStyleGWG .modal-header .close
{
    position: absolute;
    right: 20px;
    top: 15px;
}

.modal-content
{
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    border-radius: 0 !important;
    background-color: #ffffff;
}
.modal-body p
{
    font-size: 1.5em !important;
}
.modal-body p b
{
    font-weight: normal !important;
    font-family: "BentonSans Medium" ,sans-serif !important;
    font-size: 1.2em;
}
.modal-body strong
{
    font-family: "BentonSans Medium" ,sans-serif !important;
}
.modalGreenWhiteStyle .modal-body p
{
    font-size: 16px !important;
    line-height: 28px;
    text-align: center;
}
.modalGreenWhiteStyle .modal-body p b
{
    font-size: 0.9em;
}
#helpModalPay .modal-header
{
    border-bottom: 1px solid #dddddd !important;
}
#helpModalPay .modal-body
{
    padding-top: 10px !important;
    height: 260px;
    overflow-y: auto;
}
#helpModalPay .modal-footer
{
    border-top: 1px solid #dddddd;
    padding: 10px !important;
}

.modal-footer
{
    background-color: #ffffff;
    text-align: center;
}
.modalGreenWhiteStyle .modal-footer, .modalStyleGWG .modal-footer
{
    background-color: #e5e5e5;
    padding: 20px;
    position: relative;
    min-height: 55px;
}
.modal-footer > div.modalFooterCaption
{
    padding-bottom: 15px;
}
.modal-footer .modalFooterCaption
{
    font-size: 14px;
}
.broaderStreamBgImage
{
    position: absolute;
    top: 0px;
    opacity: 0.1;
    background-size: cover;
}
.modal-lg .broaderStreamBgImage
{
    background: url("../images/streamCircleBroadImg.png") no-repeat transparent -106px -16px;
    height: 87%;
    width: 55%;
}
.broaderStreamBgImage
{
    background: url("../images/streamCircleBroadImg.png") no-repeat transparent -67px -33px;
    height: 85%;
    width: 55%;
}
/*#ImmediatePayModal .broaderStreamBgImage {height: 100% !important}  Div getting overlapped with other controls  */
.streamBgImage
{
    background: url("../images/streamCircleImg.png") no-repeat transparent 0px -63px;
    height: 300px;
    width: 300px;
    background-size: cover;
    opacity: 0.1;
    position: absolute;
    top: 0;
}
/*.top-heading:before { background: url("../images/streamCircleImg.png"); content: ""; float: left; width: 300px; height: 300px; opacity: 0.1; top: -68px; position: absolute }*/
.streamTranLogo
{
    overflow-y: hidden;
    overflow-x: hidden;
    vertical-align: middle;
}
.streamTranLogo > img
{
    height: auto;
    position: absolute;
    opacity: 0.1;
    width: 100%;
    transform: translate(0%, -50%);
}
.rightArrowWhite
{
    background: url("../images/spriteImg.png")no-repeat transparent -106px -277px;
    height: 11px;
    width: 16px;
    display: inline-block;
}
.payStyleButton
{
    padding: 10px 30px !important;
    text-transform: uppercase;
    border-radius: 20px !important;
    background-color: transparent !important;
    font-family: "BentonSans Light" ,sans-serif !important;
}
.modalGreenWhiteStyle .payStyleButton, .modalStyleGWG .payStyleButton
{
    background-color: #78426a !important;
    position: absolute;
    bottom: 55px;
    left: 0;
    right: 0;
    padding: 10px 30px 10px 30px !important;
    text-transform: uppercase;
    font-weight: normal;
    color: #ffffff;
    border: 0;
    margin: 0 auto; /*width: 53%*/
}
#PaymentConfirmDivContent .payStyleButton, #ReviewDivContent .payStyleButton
{
    bottom: 45px;
    padding: 10px 20px 10px 20px !important;
}
#ReviewConfirmDivContent .payStyleButton
{
    bottom: 40px;
    border-radius: 35px !important;
}

/*.modalFooterLinks {padding-top: 15px;}*/
.top-heading h3
{
    color: #ffffff;
    margin: 20px 0 !important;
    font-size: 19px;
    line-height: 24px; /*max-width: 90%*/
}
.dashTopContent
{
    padding: 0 0 20px 20px;
    min-height: 50px;
}
.top-heading h3 b
{
    font-weight: normal;
    font-family: "BentonSans Medium" ,sans-serif !important;
    font-size: 1em;
}
/*.modalGreenWhiteStyle ul { font-size: 18px; margin: 20px auto; text-align: center; list-style-position: inside; padding-left: 0} */
.modalGreenWhiteStyle ul
{
    font-size: 18px;
    margin: 7px auto;
    text-align: center;
    list-style-position: inside;
    padding-left: 0;
}
/* Reduced extra margins */
/*.modalGreenWhiteStyle ul li {margin: 10px 0; font-size: 16px}*/
.modalGreenWhiteStyle ul li
{
    margin: 4px 0;
    font-size: 14px;
}
.invoicenumberlist .container-fluid ul
{
    max-height: 120px;
    overflow-y: auto;
    width: 50%;
    list-style: none;
}
/* aligning content both in desk and mob screens */
.invoicenumberlist .container-fluid ul li
{
    text-align: center; /*padding-left: 25%*/
}
/* aligning content both in desk and mob screens */
.invoicenumberlist .container-fluid ul li:before
{
    content: "-";
    position: relative;
    margin-left: -10px;
    left: -5px;
}
.summaryContainer
{
    max-height: 170px;
    overflow-y: auto; /*margin-bottom: 15px*/
}
/* Removed additional margin - compact popup */
.summaryContainer ul
{
    list-style: none;
}
.col-centered
{
    float: none;
    margin: 0 auto;
}
.amexLogo
{
    background-size: 90% 90%;
    background-position: center;
}
.amexNavLogo
{
    float: right;
    width: 79px;
}

.top-grid
{
    height: auto;
    padding: 0;
    height: auto;
    position: relative;
}
.ReviewConfirmForm
{
    margin-top: 0 !important;
}
.reviewHighlight
{
    color: #7baf41;
    font-weight: bold;
}

.btn-link, .noDataStyleGray
{
    color: #77216f;
    font-family: "BentonSans Medium" ,sans-serif !important;
    font-size: 11px !important;
    text-transform: uppercase;
    text-decoration: none !important;
}
.btn-link:hover, .btn-link:focus
{
    color: #77216f;
}
.invoiceStatusCount p
{
    height: 45px;
    margin-bottom: 0 !important;
}
.invoiceStatusCount p.invoiceStatusCountStyle
{
    margin-bottom: 0;
    border-bottom: 3px solid #77216f;
    padding-bottom: 18px;
}
.invoiceStatusCount p.noDataStyleGray
{
    border: 0;
    color: #8b8d8e !important;
}
.invoiceStatusCount .invoiceStatusTab
{
    display: inline-table;
    width: 16%;
    text-align: center;
}
.statusDataTable tr, table.statusDataTable tr th
{
    text-align: left;
}
table.statusDataTable tr td:last-child
{
    width: 30%;
}
.statusDataTable .invoiceNo
{
    word-wrap: break-word;
}

.row.filterSection
{
    margin-top: 10px;
}

.requestorFilter ul
{
    list-style: none;
    padding-left: 0;
}
.requestorFilter ul li
{
    display: inline-block;
    padding: 0px 10px;
}
.requestorFilter ul li:first-child, .cashFlowSection ul li:first-child
{
    padding-left: 0 !important;
}
.vendorSelector ul li
{
    display: inline;
    padding: inherit !important;
} 
.countrySelector ul li
{
    display: inline;
    padding: inherit !important;
} 
.cashFlowSection ul
{
    list-style: none;
    padding-left: 0;
}
.cashFlowSection ul li
{
    display: inline-block;
    padding: 0px 10px;
    vertical-align: middle;
}
.datefilterRequestor .dropdown-menu:before
{
    right: 282px;
}
.datefilterRequestor .dropdown-menu:after
{
    right: 283px;
}
.filterRequestor .dropdown-menu:before
{
    right: 94px;
}
.filterRequestor .dropdown-menu:after
{
    right: 95px;
}
.countryRequestor .dropdown-menu:before
{
    right: 94px;
}
.countryRequestor .dropdown-menu:after
{
    right: 95px;
}
.rangeFilterSection .dropdown-menu:before
{
    right: 113px;
}
.rangeFilterSection .dropdown-menu:after
{
    right: 114px;
}
.datefilterRequestor .dropdown-menu > li > a
{
    padding: 15px !important;
}
.payDateRangeContainer
{
    font-weight: bold;
}
.daterangepicker.opensright:before
{
    left: 0;
}
.daterangepicker:before
{
    top: 0px !important;
    border-right: none !important;
    border-left: none !important;
    border-bottom: none !important;
    display: none !important;
}
.daterangepicker:before, .daterangepicker:after
{
    position: absolute;
    display: none !important;
    border-bottom-color: none !important;
    content: none !important;
}
.daterangepicker:after
{
    display: none !important;
}
.daterangepicker.dropdown-menu:before
{
    top: -7px !important;
    left: 82px !important;
    right: auto !important;
    display: inline-block !important;
    border-right: 7px solid transparent !important;
    border-left: 7px solid transparent !important;
    border-bottom: 7px solid #ccc !important;
    content: '' !important;
}
.daterangepicker.dropdown-menu:after
{
    top: -6px !important;
    left: 83px !important;
    right: auto !important;
    display: inline-block !important;
    border-right: 6px solid transparent !important;
    border-left: 6px solid transparent !important;
    border-bottom: 6px solid #ffffff !important;
    content: '' !important;
}
.daterangepicker table tr
{
    height: auto;
}
.daterangepicker .calendar th, .daterangepicker .calendar td
{
    min-width: auto;
}
.daterangepicker_input input[type="text"]
{
    font-size: 13px important;
}
.daterangepicker .btn-success, .daterangepicker .btn-default
{
    background: #77216f !important;
    padding: .8em 1.8em !important;
    font-size: 14px !important;
    color: #ffffff !important;
    font-family: "BentonSans Mediiuim" ,sans-serif !important;
    border: 1px solid #77216f !important;
}

.bottom-heading
{
    padding: 10px 0px 15px 0px !important;
}
.bottom-heading, .filterSection
{
    height: auto;
}
.bottom-heading .row:nth-child(2)
{
    /*margin: 10px 0 20px 0*/
}
.bottom-heading h4 a
{
    font-size: 16px;
    font-weight: normal;
    text-decoration: underline;
}
.footer
{
    margin-top: 0 !important;
}
#PagingSection
{
    position: absolute;
    top: 22px;
    right: 10px;
}
#prevpage, #nextpage
{
    padding: 0 6px;
}

.dividerORStyle
{
    position: relative;
    text-align: center;
}
.dividerORStyle hr
{
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
.dividerORStyle .orContainer
{
    top: -8px;
    position: absolute;
    background: #ffffff;
    width: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

input[type="text"]
{
    font-size: 16px !important;
    text-align: left;
}
.datefilterRequestor input
{
    width: 100px;
    font-size: 16px;
    color: #77216f;
    text-align: center;
    margin-left: 10px;
}
.padding-x-15
{
    padding: 15px !important;
}
.calendarIcon
{
    background: url("../images/spriteImg.png") no-repeat transparent -80px -273px;
    width: 19px;
    height: 18px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: -5px;
}

.responsive-calendar, .responsive-calendar1
{
    width: 375px !important;
}
.toControls, .controls
{
    padding: 10px;
}
.responsive-calendar .controls h4, .responsive-calendar1 .toControls h4
{
    font-size: 26px;
}

table tr
{
    text-align: center;
    height: 60px;
}
.payDataTable tr th a
{
    color: #4d4f53;
    text-decoration: none;
    font-family: "BentonSans Medium" ,sans-serif !important;
}
.table > thead > tr > th
{
    border-top: 2px solid #dddddd !important;
    vertical-align: middle !important;
}
.payDataTable tbody > tr > td
{
    vertical-align: middle !important;
    border: none !important;
    line-height: 24px !important;
    font-size: 12px;
}
.payDataTable tbody > tr:first-child td
{
    padding-top: 40px;
}
.payDataTable tbody > tr > td:nth-child(1)
{
    width: 15%;
}
.payDataTable tbody > tr > td:nth-last-child(2)
{
    width: 20%;
}

.columnStyle div p
{
    padding-left: 15px !important;
}
.columnStyle div > p span
{
    color: #7baf41;
}
.columnStyle div p span a
{
    color: #7baf41 !important;
    font-weight: bold;
}
.columnStyle .statusIndicator
{
    background: url("../images/spriteImg.png") no-repeat transparent -4px -140px;
    width: 31px;
    height: 31px;
    display: inline-block;
    float: left;
}
.columnStyle .statusIndicator.indicatorGreen
{
    background: url("../images/spriteImg.png") no-repeat transparent -4px -148px;
}
.columnStyle .statusIndicator.indicatorGray
{
    background: url("../images/spriteImg.png") no-repeat transparent -51px -148px;
}
.columnStyle .statusIndicator.indicatorPendingGray
{
    background: url("../images/spriteImg.png") no-repeat transparent -87px -233px;
}
.columnStyle .statusIndicator.indicatorRejectedGray
{
    background: url("../images/spriteImg.png") no-repeat transparent -117px -233px;
}
.columnStyle .statusIndicator.indicatorPaidGray
{
    background: url("../images/spriteImg.png") no-repeat transparent 0px -199px;
    height: 25px;
}
.columnStyle .statusIndicator.indicatorPayDue
{
    background: url("../images/spriteImg.png") no-repeat transparent -272px -199px;
    height: 30px;
}

.CalendarDateMessages
{
    margin-left: 0 !important;
    color: #ffffff;
}
.CalendarDateMessages > div
{
    width: 50%;
    font-size: 14px;
    font-weight: normal;
    background: #7baf41;
    padding: 15px 0;
}
.CalendarDateMessages > div > span
{
    font-size: 14px !important;
    font-weight: bold !important;
}
.CalendarDateMessages > div:nth-child(1)
{
    border-right: 1px solid #97C397;
}
.CalendarNewDatesMsg
{
    margin-left: 0 !important;
    background: #ffffff;
    padding: 10px 30px 7px;
}
.CalendarNewDatesMsg .row
{
    margin: 0 !important;
    color: #8b8d8e;
}
.CalendarNewDatesMsg .row span
{
    font-size: 18px;
    color: #5e2750;
    font-weight: normal;
}
.CalendarNewDatesMsg .row hr
{
    border-top: 2px dotted #5e2750;
    margin: 0 0 5px 0;
}
.CalendarNewDatesMsg .row p
{
    font-size: 12px;
    font-weight: bold;
}
.equalToSign
{
    font-weight: bold;
    font-size: 24px;
}
.top-grid .col-centered, #CalendarReviewDivContent .col-centered, #TrackInvDivModal .col-centered
{
    display: inline-table;
}

.reviewconfirmdata
{
    min-height: 100px;
    font-size: 16px;
    padding: 0 15px;
}
.iconTick
{
    background: url("../images/submitted.png") no-repeat transparent 0px 0px;
    height: 27px;
    width: 28px;
    margin: 0 auto 7px;
}

.bs-wizard
{
    margin-bottom: 20px;
}

.streamPayExpandCollaps h4 a
{
    font-size: 13px !important;
}
.streamPayExpandCollapse p
{
    font-size: 1.2em !important;
}
.faqAns:not(:last-child)
{
    border-bottom: 0px !important;
    padding-bottom: 0px;
    line-height: 20px;
}
.faqAns
{
    font-size: 13px;
}
.faqAns a
{
    text-decoration: none !important;
}
.faqAns a:hover, .faqAns a:focus
{
    text-decoration: underline !important;
}

#MonthRangePicker .select2-container
{
    width: 150px !important;
}
.select2-container .select2-results
{
    width: 148px;
    font-size: 1em !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered
{
    font-size: 1.2em !important;
}

/*** Cashflow Styling ***/
.cashFlowHeader
{
    border-bottom: 1px solid #eaeaea;
}
.cashFlowShowAllIcon
{
    background: url("../images/spriteImg.png") no-repeat transparent -149px -234px;
    width: 32px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}
.btn-link[data-linkType="cashFlowLink"]
{
    font-weight: bold;
    color: #4d4f53;
    font-size: 14px;
}

#cashmonthfilter, #cashmonthfilter .panel-default > .panel-heading
{
    background-color: #f0f0f0;
}
#cashmonthfilter .panel
{
    border: 0px !important;
    background-color: transparent !important;
}
#cashmonthfilter .panel-group .panel + .panel
{
    margin-top: 0px !important;
}
#cashmonthfilter .panel-group .panel
{
    border-radius: 0 !important;
}
#cashmonthfilter .panel-heading
{
    padding: 0px;
}
#cashmonthfilter .timelineRightSectionTop .timeLineIcon
{
    display: none;
}

.timelineLeftSection
{
    background-color: #884a78;
    padding: 20px;
    color: #ffffff;
    font-size: 14px;
    position: relative;
    padding-top: 0;
}
.timelineRightSectionTop
{
    padding: 0 0 0 20px;
    background-color: transparent;
}
.timelineRightSectionBottom
{
    padding: 0 20px;
}
.timelineRightSectionBottom p
{
    margin-bottom: 0;
}
#cashmonthfilter .panel-group .panel-heading + .panel-collapse > .panel-body, #cashmonthfilter .panel-group .panel-heading + .panel-collapse > .list-group
{
    padding: 0;
    border: 0;
}
#cashmonthfilter .panel-title
{
    font-size: 18px;
}
.topBorder
{
    border-top: 2px solid #884a78;
}
.timeLineIcon
{
    position: absolute;
    background: url("../images/spriteImg.png") no-repeat transparent -4px -234px;
    width: 20px;
    height: 21px;
    top: -10px;
    right: -7px;
    z-index: 99;
}
.whiteSection
{
    background-color: #ffffff;
    padding: 20px 5px;
}
.showHideEventClass
{
    cursor: pointer;
}
.showHideEventClass span
{
    text-transform: capitalize;
    margin-right: 5px;
}
.glyphicon.glyphicon-menu-down, .glyphicon.glyphicon-menu-up
{
    color: #77216f;
    font-size: 12px;
}
.timelineLeftSection .paidPercent
{
    font-size: 12px;
}
.invoiceslist .whiteSection
{
    padding-top: 0;
    padding: 0 25px 20px;
}
.invoiceListTable thead tr
{
    border: 1px solid #eaeaea;
    border-left: 0;
    border-right: 0;
    text-transform: uppercase;
    height: 40px;
}
.invoiceListTable thead tr th
{
    text-align: left !important;
}
.invoiceListTable tbody td:last-child
{
    width: 45%;
    padding-top: 7px;
}
.invoiceListTable .statusIndicator
{
    margin-right: 7px;
}
.invoiceListTable .columnStyle div p
{
    padding-left: 0 !important;
}
.invoiceListTable tbody > tr > td
{
    vertical-align: middle !important;
    border: none !important;
    line-height: 24px !important;
    font-size: 12px;
    padding-left: 1%;
    text-align: left !important;
}

/**** Cashflow styling ends ***/

#helpModalPay:focus, a:focus
{
    outline: none !important;
}

/**** Account Settings styling ***/
#userProfileForm input[type='text']
{
    background: transparent;
    margin: 0 7px;
}
#userProfileForm .btn
{
    padding: 5px 15px !important;
    font-size: 14px !important;
}
#EarlyPayDuration
{
    font-size: 14px !important;
    background-color: transparent;
}
.error
{
    color: #b94a48;
}
/**** Account Settings styling ends ***/

.asc
{
    background: url("../images/spriteImg.png") no-repeat transparent -188px -103px;
    height: 21px;
    width: 23px;
    display: inline-block;
}
.desc
{
    background: url("../images/spriteImg.png") no-repeat transparent -192px -110px;
    height: 21px;
    width: 23px;
    transform: rotate(180deg);
    display: inline-block;
}
.serverName
{
    color: #77216f;
    text-align: right;
    padding-right: 15px;
    position: static;
    width: 100%;
}

table
{
    width: 100%;
    border-collapse: collapse;
}

/* Track Invoice */
.no-touch #cd-vertical-nav
{
    right: 40px;
}
.no-touch #cd-vertical-nav a:hover span
{
    background-color: #777777;
}

/**/

/**** SSO Login Styles *******/
.ssoContainer
{
    margin: 0 auto;
}
.ssoContainer > li
{
    display: inline-block;
    float: left;
}
.ssoContainer > li:first-child
{
    width: 68%;
}
.ssoContainer > li:last-child
{
    width: 30%;
    padding-top: 30px;
}
.jumbotron.jumboLogin
{
    margin: 30px auto 30px auto;
    width: 35%;
    border-radius: 0;
    border-top: 2px solid #77216f;
    padding: 10px;
}
.jumbotron.jumboLogin.forgtPassSection
{
    width: 56%;
}
.ssoContainer .jumbotron.jumboLogin
{
    /*margin: 30px auto 30px auto;*/
    margin-right: 30px;
    width: 100%;
    border-radius: 0;
    border-top: 2px solid #77216f;
    padding: 10px;
}
.createPassSection
{
    width: 91%;
}
.jumboLogin p
{
    font-size: 12px !important;
}
.loginPerson
{
    background: url("../images/spriteImg.png") no-repeat transparent -127px -263px;
    width: 18px;
    height: 25px;
    display: inline-block;
}
.passwordConfIcon, .userCreatedConfirmIcon
{
    background: url("../images/spriteImg.png") no-repeat transparent -4px -104px;
    width: 25px;
    height: 25px;
    display: inline-block;
}
.createUserIcon
{
    background: url("../images/spriteImg.png") no-repeat transparent -149px -263px;
    width: 18px;
    height: 25px;
    display: inline-block;
}
.usertRegSelectQuestIcon
{
    background: url("../images/icon-help1.png") no-repeat transparent 0 0;
    width: 33px;
    height: 32px;
    display: inline-block;
}
.loginTitle
{
    color: #77216f;
}
.jumboLogin ul
{
    padding-left: 15px;
}
.forgtPassSection.jumboLogin ul
{
    padding-left: 40px;
}
.jumboLogin li
{
    list-style: none;
    padding: 0 0 15px 0;
    display: inline;
}
.forgtPassSection.jumboLogin ul:not(.infoList) li
{
    display: inline-block;
}
.jumboLogin ul:not(.infoList) li:first-child
{
    margin-right: 10px;
}
.alert > ul
{
    padding-left: 5px;
    display: table-cell;
}
.alert li
{
    display: list-item;
    padding: 0;
    list-style: inherit;
    list-style-position: inside;
}
.inputContainer, .rules
{
    display: inline-block;
}
.jumboLogin input:not([type="submit"]):not([type="button"]):not([type="checkbox"])
{
    background: transparent;
    border: none;
    border-bottom: 3px dotted #77216f;
    outline: none;
    text-align: left;
    width: 205px;
}
.lbl
{
    line-height: 35px;
    color: #4d4f53;
}
.jumboLogin .footer
{
    height: auto;
    padding: 0 25px;
}
.ssoContainer .alert
{
    font-size: 12px;
    color: #4d4f53;
    padding: 3px;
}
.ssoRegisterContainer
{
    width: 68%;
}
.ssoContainer .alert-warning
{
    background-color: transparent !important;
    border: 0px;
}
.formEleContainer
{
    text-align: right;
}
select.form-control.secQues, #secQ select
{
    border: 1px solid #77216f;
    border-radius: 0;
    color: #4d4f53;
    font-size: 12px;
    width: 205px;
    padding: 5px;
    background: transparent;
    display: inline-block;
}
ul.infoList li
{
    display: list-item;
    list-style-type: disc;
    padding: 0;
    font-size: 12px;
}

.ssoRuleError
{
    color: red !important;
}
#ssoErrors
{
    color: red !important;
}
#ssoErrors ul
{
    margin: 0;
    list-style-type: none;
    color: red !important;
}
#ssoErrors ul li
{
    color: red !important;
}

/**** SSO Login Styles *******/

/*Session Box Styling*/
.countdown-holder
{
    font-weight: bold;
    color: #FFA500;
    font-size: 12px;
    padding: 10px !important;
}
#session-timeout-dialog.modal p
{
    font-size: 13px !important;
}
#session-timeout-dialog .modal-header
{
    padding: 15px;
    border-bottom: 1px solid #e5e5e5 !important;
}
#session-timeout-dialog h4.modal-title
{
    font-family: "BentonSans Light" ,sans-serif !important;
}
#session-timeout-dialog-logout, #session-timeout-dialog .close
{
    display: none;
}
#session-timeout-dialog .modal-dialog
{
    width: 400px;
}
/*Session Box Styling*/

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px)
{

    /* Force table to not be like tables anymore */
    table, thead, tbody, th, td, tr
    {
        display: block;
    }
    table.statusDataTable tr td:last-child
    {
        width: auto;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    thead tr
    {
        position: absolute;
        top: -9999px;
        left: -9999px;
        height: auto !important;
    }

    tr
    {
        border: 1px solid #ccc;
    }

    td, th
    {
        padding: 6px;
        text-align: left;
    }

    td
    {
        /* Behave  like a "row"  		border: none; 		border-bottom: 1px solid #eee; */
        position: relative;
        padding-left: 50% !important;
    }
    table tr
    {
        height: auto !important;
    }

    td:before
    {
        /* Now like a table header */
        position: absolute; /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 25%;
        padding-right: 10px;
        white-space: nowrap;
        font-weight: bold;
        color: #77216f;
    }

    td:empty
    {
        display: none;
    }

    /*
    	Label the data
    	*/
    td:before
    {
        content: attr(data-label);
    }

    .payDataTable tbody > tr:first-child td
    {
        padding-top: 0;
    }
    .payDataTable tbody > tr > td:nth-last-child(2)
    {
        width: 40%;
        box-sizing: content-box;
    }
    .columnStyle div p
    {
        padding-left: 0px !important;
    }
    .statusIndicator
    {
        display: none !important;
    }
    table tr td p
    {
        float: none !important;
    }
    .invoiceListTable tbody td:last-child
    {
        width: auto;
    }
    .timelineRightSectionTop
    {
        padding: 0;
    }
    /*#ReviewConfirmDivContent .payStyleButton {bottom: 72px}*/
    /* Date picker alignment in tab */
    .daterangepicker td, .daterangepicker th
    {
        display: inline-block;
        padding: 0 !important;
    }
    .daterangepicker table tr
    {
        border: none;
        margin: 5px 0;
    }
    .jumbotron.jumboLogin
    {
        width: 100%;
    }
    .ssoRegisterContainer
    {
        width: 100%;
    }
    .formEleContainer
    {
        text-align: right;
    }
}

@media (max-width: 1400px) and (min-width: 1200px)
{

    /*.dashTopContent {margin: 0 auto 0 300px; width: 75% }*/
    .dashTopContent h3
    {
        font-size: 18px;
    }
    .jumbotron.jumboLogin.forgtPassSection
    {
        width: 75%;
    }
}

@media (min-width: 1680px)
{
    .ssoRegisterContainer
    {
        width: 55%;
    }
}

/*Overrides for mobile xs mobile devices - Using mediaQ for fonts / padding/ margins rest assured by bootstrap */
@media (max-width: 380px)
{
    #ReviewDivContent .payStyleButton
    {
        font-size: 11px;
    }
    #ReviewDivModal .invoicenumberlist .container-fluid ul
    {
        width: 100%;
    }
    #FilterSection .allmonths_xs
    {
        display: block;
        padding: 0;
    }
    #MonthRangePicker.col-xs-12
    {
        padding: 0;
        margin: 10px 0;
    }
    #MonthRangePicker .select2-container, #MonthRangePicker .select2-container .select2-results, .select2-container .select2-results
    {
        width: 100% !important;
    }
    .row-eq-height
    {
        display: block;
    }
    #cashmonthfilter .timelineLeftSection
    {
        padding: 20px 20px 0 20px;
    }
    #cashmonthfilter .timelineLeftSection, #cashmonthfilter .timelineRightSectionTop
    {
        width: 100%;
        padding: 0;
        float: left;
        display: block;
    }
    #cashmonthfilter .timelineRightSectionTop .invoicesHeader .whiteSection .panel-title, #cashmonthfilter .timelineRightSectionTop .invoicesHeader .whiteSection .showHideEventClass
    {
        text-align: center;
    }
    #cashmonthfilter .toggle-records-xs
    {
        background-color: #884a78;
        padding: 0 0 20px 0;
        color: #FFFFFF;
        border-bottom: 1px solid #ffffff;
    }
    #cashmonthfilter .panel-default
    {
        padding-top: 20px;
        background-color: #884a78 !important;
    }
    #cashmonthfilter .timelineRightSectionTop .timeLineIcon
    {
        display: block;
        position: relative;
        background: url("../images/spriteImg.png") no-repeat transparent -4px -234px;
        width: 20px;
        height: 21px;
        z-index: 99;
        margin: -7px auto -20px;
        top: -7px;
        left: 0;
    }
    /*.daterangepicker .calendar td{ padding-left: 0 !important; display: inline !important; }*/
    .calendar-table td
    {
        display: inline-block;
        padding: 0 !important;
        margin: 4px 0;
    }
    .invoiceStatusCount .invoiceStatusTab
    {
        width: 100%;
    }
    .invoiceslist .whiteSection
    {
        padding: 0 !important;
    }
    .invoiceListTable tbody td:last-child
    {
        padding-top: 7px;
        width: auto;
    }
    .whiteSection .glyphicon.glyphicon-menu-down, .whiteSection .glyphicon.glyphicon-menu-up
    {
        color: #ffffff;
    }
    .invoiceslist.margin-bottom-30
    {
        margin-bottom: 0 !important;
    }

    #helpModalContent
    {
        width: 100%;
    }
    #helpModalPay .modal-dialog
    {
        margin: 0px !important;
    }
    #helpModalPay .modal-content
    {
        width: 100%;
        top: 40px !important;
        margin-top: 0px !important;
    }

    /* Early pay popup */
    #CalendarReviewDivContent, #PaymentConfirmDivContent, #ReviewConfirmDivContent
    {
        width: 100% !important;
    }
    .modal-header .close
    {
        top: 7px !important;
        right: 0 !important;
    }
    #CalendarReviewDivContent .CalendarTotalMsg, #PaymentConfirmModalBody
    {
        padding: 0 0 5px;
    }
    .CalendarNewDatesMsg, #CalendarModalBody, .top-heading
    {
        padding: 0;
    }
    .CalendarDateMessages > div
    {
        padding: 7px 0;
    }
    .CalendarDateMessages > div, .CalendarDateMessages > div > span, .CalendarNewDatesMsg .row span
    {
        font-size: 12px;
    }
    .CalendarDateMessages .equalToSign
    {
        font-size: 16px;
    }
    .CalendarNewDatesMsg p
    {
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }
    #CalendarReviewDivContent .modal-footer
    {
        padding: 0 0 10px;
    }
    #CalendarReviewDivModal .modal-dialog
    {
        top: 0 !important;
    }
    .container-fluid
    {
        padding: 0 5px !important;
    }

    /* Rejection details popup */
    #RejectedDivModal .modal-dialog
    {
        width: 100%;
        margin: 0px !important;
    }

    /* Additional styles */
    .top-heading h3
    {
        margin: 10px 0px 10px !important;
        font-size: 18px;
        line-height: 24px;
    }
    .top-heading .payStyleButton
    {
        width: 100%;
        margin: 0 0 10px !important;
    }
    .row
    {
        margin: 0 !important;
    }

    .invoiceStatusCount p
    {
        height: auto;
        padding: 2px 0;
        margin: 7px 0 !important;
    }
    .invoiceStatusTab a .visible-xs
    {
        display: inline-block !important;
    }
    .table-striped tbody tr
    {
        background-color: #FFFFFF !important;
        margin-top: 15px;
    }

    #PaymentConfirmTitleMsg
    {
        font-size: 18px;
    }
    .modalStyleGWG #PaymentConfirmDivContent .payStyleButton
    {
        width: 90%;
    }
    .PaymentConfirmCheckboxMsg
    {
        padding: 5px;
        margin-bottom: 10px;
    }
    #newdate, #newdateamounttotal
    {
        font-size: 20px !important;
    }
    /*#ReviewConfirmDivContent .payStyleButton {bottom: 72px}*/
    .topBorder
    {
        border-top: 0px;
    }

    .daterangepicker .btn-success, .daterangepicker .btn-default
    {
        font-size: 13px !important;
    }
    .floatLeftMobile
    {
        float: left !important;
    }

    .panel-default > .panel-heading, .panel-default .timelineLeftSection.topBorder, .panel-default .row-fluid.row-eq-height
    {
        border: none !important;
    }
    .bs-wizard.rejectstatus_container
    {
        margin-bottom: 20px !important;
    }
    .ssoRegisterContainer
    {
        width: 100%;
    }
    .formEleContainer
    {
        text-align: left;
    }
}

/**** target ipad landscape, portrait and iphone landscape, portrait ****
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px), only screen and (max-device-width: 667px) and (min-device-width: 320px) {
	
	.columnStyle .statusIndicator {float: none !important}

}**/

@media only screen and (min-width: 945px)
{
    .ssoRegisterContainer
    {
        width: 80%;
    }
}

@media only screen and (min-width: 768px) and (max-width:945px)
{
    .formEleContainer
    {
        text-align: left;
    }
}
/*........... Bootstrap Override ends ................... */

.ui-tooltip
{
    position: absolute;
    top: 100px;
    left: 100px;
}

/*Adding for the opt in-out functionality to receive automated invoices*/
#confirmAgreeAutomatedPay
{
    border-radius: 35px !important;
    font-size: 11px;
    padding: 10px 25px 10px 25px !important;
}
#interestedInEarlyPay
{
    padding: 10px 22px 10px 22px !important;
}
#interestedInEarlyPay span
{
    margin-right: 10px;
}
#AutoPayDone
{
    bottom: 35px;
}
.notInterstedLink
{
    cursor: pointer;
    margin-top: 10px;
    display: block;
    font-size: 14px !important;
    color: #78426a;
    border: none;
    border-bottom: 1px solid #78426a;
    line-height: 14px;
    font-weight: bold;
    background: none;
    padding: 0;
}
.optin-modalbody p, .optin-details-example
{
    font-size: 14px !important;
    padding: 0.5em 2em;
    line-height: 26px;
}
.optin-details-example label
{
    font-weight: bold;
    display: block;
    color: #000;
}
.optin-details-example span
{
    color: #7baf41 !important;
    font-weight: bold;
}
.days-paid-early
{
    text-align: left;
    margin: 0 10px 0 0;
}
.days-paid-early.pull-left
{
    width: 50%;
    padding-right: 20px;
}
.days-paid-early label
{
    font-weight: normal;
    color: #777777;
}
.days-paid-early .dayspaidearly-menu-div::after
{
    right: 10px;
}
.days-paid-early .dayspaidearly-menu-div::before
{
    right: 12px;
}
.days-paid-early .dropdown-menu
{
    min-width: 74px !important;
    height: 175px;
    overflow-y: auto;
    top: 85%;
    text-align: center;
    padding: 0 !important;
}
.days-paid-early button
{
    border: 1px solid #ccc;
    height: 35px;
    width: 90px;
}
.days-paid-early input
{
    border: 1px solid #ccc;
    height: 35px;
    border-radius: 4px;
    width: 90px;
    font-size: 14px !important;
    text-align: center;
}
.days-paid-early li
{
    cursor: pointer;
    padding: 5px 5px 0 0;
}
.optin-note
{
    background: #fff;
    padding: 1em;
}
.optin-note p
{
    margin: 0;
    font-size: 12px;
}
.days-paidearly-button span
{
    color: #77216f !important;
    font-weight: normal;
    width: 45px;
    display: inline-block;
}
.earlypay-title
{
    font-size: x-large !important;
}
a.payStyleButton:hover
{
    text-decoration: none;
}
a.payStyleButton
{
    cursor: pointer;
}
a.notInterstedLink
{
    display: inline-block;
}
a.notInterstedLink:hover, button.notInterstedLink:hover
{
    border-bottom: 1px solid #91170a;
    text-decoration: none;
    color: #91170a;
}

.automated-settings
{
    background: #D9D9D9;
    color: #000;
}
.automated-settings h2
{
    font-size: 24px;
}
.automated-settings .container
{
    padding: 1em 0;
    font-size: 15px;
}
.opt-out-disabled
{
    color: rgba(176, 176, 176, 1);
}
.automated-settings .payStyleButton
{
    background: #78426a !important;
}

#OptOutEarlyPayConfirmModal .modal-content
{
    width: 45% !important;
    background-color: transparent !important;
}
#OptOutEarlyPayConfirmModal .modal-body
{
    text-align: center;
    padding: 30px 0 !important;
    border-radius: 10px;
}
#OptOutEarlyPayConfirmModal a.payStyleButton
{
    position: static;
    width: 110px;
    display: inline-block;
}
#OptOutEarlyPayConfirmModal a.payStyleButton:hover, #OptOutEarlyPayConfirmModal a.payStyleButton:focus
{
    text-decoration: none;
}
/*Terms and Conditions- open in a modal popup*/
.tncModalView .modal-dialog{height:90%;}
.tncModalView .modal-content{height:100%;background: #7baf41;}
.tncModalView .modal-body{height:93%;padding: 0;background: #fff;}
.tncModalView .modal-header{padding-top: 0px !important;}
.tncModalView .close{float:right; margin: 10px 5px;}
.tncModalView .modal-title{color: #fff !important; font-size: 18px; margin: 10px 0;}

.hyperlink-text {
    cursor: pointer !important;
    color: blue;
}

