@import url('https://fonts.googleapis.com/css?family=Raleway:300,300i,400,400i,600,600i,800,800i');

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,700,700i');



/* COOPER SERVICES */
body {
    font-family: "Roboto", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#wrapper {
    margin: 0px;
}

#main-content {
    background-color: #f7f7f7;
    /*min-height: 100%;
    height: 100%;
    margin: 0 auto -193px;*/
}

.container {
    max-width: 1020px;
}

.middle-content {
    padding-bottom: 20px;
}

section {
    /* used just to separate different styles */
    padding: 1em 0;
}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
}

.navbar {
    text-align: center;
}

/* Modal */
.modal-dialog {
    z-index: 2000;
    margin: 230px auto !important;
}

/* Theme Elementals */
a {
    color: #1C3354;
}

    a:hover, a:focus {
        color: #477E9F;
    }

    a:hover {
        color: #477E9F;
    }

h3 {
    color: #333;
}


/* Paint Services - Colors */
.lblue {
    color: #43a6dd;
}

.green {
    color: #22B573;
}

.white {
    color: #fff;
}

.text-danger {
    color: #d00;
}

.text-small {
    font-size: 0.857em;
}

/* Header */
.top-nav + .banner-container {
    margin-top: 90px;
}

.top-nav + .test-mode-warning {
    margin-top: 132px;
}

.top-nav + .middle-content {
    margin-top: 90px;
}

    .top-nav + .middle-content.logged-in {
        margin-top: 132px;
    }

.banner-container .banner-img {
    background: #e1e1e1 center center no-repeat;
    background-size: cover;
    background-image: url(../Images/road-city.jpg);
    padding: 100px 0px;
}

.banner-container h1, .banner-container p {
    color: #fff;
    text-align: center;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 8);
}

.banner-container h1 {
    font-size: 55px;
}

.banner-container p {
    font-size: 20px;
}


.top-nav {
    width: 100%;
    position: fixed;
    z-index: 100000;
    top: 0;
}

.user-bar {
    width: 100%;
    display: block;
    min-height: 35px;
    height: auto;
    background-color: #fff;
    padding: 7px 0px 7px 0px;
}

    .user-bar label, .user-bar a {
        color: #333;
        font-size: 12px;
    }

    .user-bar a {
        margin-left: 15px;
        text-decoration: none;
    }

        .user-bar a.btn {
            color: #fff;
        }

    .user-bar [class^="flaticon-"]:before, .user-bar [class*=" flaticon-"]:before, .user-bar [class^="flaticon-"]:after, .user-bar [class*=" flaticon-"]:after {
        font-size: 20px;
        vertical-align: middle;
    }


[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    line-height: 1px;
}



.top-bar {
    background: #fff;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
}

    .top-bar a {
        text-decoration: none;
    }


.header-logo {
    background: url('/Images/Logos/logo-horizontal-no-tagline.jpg');
    background-repeat: no-repeat;
    background-size: auto 80%;
    width: 150px;
    height: 56px;
    -webkit-transition: background-size 0.3s;
    -moz-transition: background-size 0.3s;
    -ms-transition: background-size 0.3s;
    -o-transition: background-size 0.3s;
    transition: background-size 0.3s;
    text-decoration: none;
    border: 0;
    margin: 0;
    padding-left: 2em;
}

.top-bar.smaller .header-logo {
    background-size: auto 60%;
}

@media screen and (min-width: 1200px) {
    .header-logo {
        background-size: auto 100%;
        width: 200px;
    }
}

.navbar-default {
    background: none;
    border: none;
}

.top-bar .nav > li > a {
    color: #1C3354;
    padding: 35px 15px;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    -ms-transition: padding 0.3s;
    -o-transition: padding 0.3s;
    transition: padding 0.3s;
}

.top-bar.smaller .nav > li > a {
    padding: 20px 15px;
}

.top-bar .nav > li > a:hover,
.top-bar .nav > li > a:focus,
.top-bar .nav .open > a, .top-bar .nav .open > a:hover, .top-bar .nav .open > a:focus {
    background: #A7C6DB;
}



.blo-logo {
    border: 3px #fff solid;
    padding: 4px;
    width: 40%;
    text-align: center;
    margin: 0px auto;
}

    .blo-logo h1 {
        font-size: 19px;
        font-weight: 800;
        letter-spacing: 6px;
    }

.selectedRow {
    background-color: #e5e5e5 !important;
}

/* Tables */

tr.selectedRow {
    background-color: #e5e5e5 !important;
}


/* Tooltips */

.tooltip {
    width: 200px;
}


/* Footer */
#footer {
    /*position: absolute;
    bottom: 0;
    width: 100%;
    height: 193px;*/
    border-top: 1px solid #e6e6e6;
    padding: 20px 0px;
    background: #fff;
}

/* Utilities */

.pt-5 {
    padding-top: 5px;
}

.pt-8 {
    padding-top: 8px;
}

.ml-5 {
    margin-left: 5px;
}


.ml-10 {
    margin-left: 10px;
}

.ml-15 {
    margin-left: 15px;
}

.mr-5 {
    margin-right: 5px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-15 {
    margin-left: 10px;
}

.mt-0 {
    margin-top: 0;
}

.mt-5 {
    margin-top: 5px;
}

.mt-7 {
    margin-top: 7px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-35 {
    margin-top: 35px;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-7 {
    margin-bottom: 7px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-25 {
    margin-bottom: 17px;
}

.mb-35 {
    margin-bottom: 30px;
}

.mv-0 {
    margin-top: 0;
    margin-bottom: 0;
}

.center {
    text-align: center;
}

.bold {
    font-weight: bold;
}

.no-bold {
    font-weight: normal !important;
}

.col-form-label {
    padding-top: .5rem;
    padding-bottom: .5rem;
    margin-bottom: 0;
}



/* Icons */

a[class^="flaticon-"] {
    text-decoration: none;
}

.fi-sm {
    font-size: 1em;
}

.fi-2x:before {
    font-size: 2em;
}

.fi-3x:before {
    font-size: 3em;
}

.fi-4x:before {
    font-size: 4em;
}

.glyph-icon {
    font-weight: 600;
    padding-right: 5px;
}

.flaticon-trash:before {
    content: "\f254";
    font-weight: semi-bold;
    color: #fff !important;
    background: #d34c4c;
    padding: .3em;
    font-size: 17px !important;
    -moz-border-radius: 70px;
    -webkit-border-radius: 70px;
    border-radius: 70px;
}

/* Buttons */
.btn-default {
    color: #fff;
    background-color: #1C3354;
    border-color: #1C3354;
}

    .btn-default:focus,
    .btn-default.focus {
        color: #fff;
        background-color: #1C3354;
        border-color: #1C3354;
    }

    .btn-default:hover {
        color: #fff;
        background-color: #477E9F;
        border-color: #477E9F;
    }

    .btn-default:active,
    .btn-default.active,
    .open > .dropdown-toggle.btn-default {
        color: #fff;
        background-color: #1C3354;
        border-color: #1C3354;
    }

        .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: #fff;
            background-color: #1C3354;
            border-color: #1C3354;
        }


    .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 {
        color: #fff;
        background-color: #333;
    }




    .btn-default .badge {
        color: #fff;
        background-color: #333;
    }

.btn-dropdown {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .btn-dropdown + .dropdown-menu {
        background-color: #fff;
    }

        .btn-dropdown + .dropdown-menu .dropdown-menu.inner {
            background-color: #fff;
        }

        .btn-dropdown + .dropdown-menu .dropdown-menu > li > a {
            color: #333;
        }

        .btn-dropdown + .dropdown-menu .dropdown-menu > .active > a.selected {
            color: #fff;
        }

.bootstrap-select .dropdown-menu li.active small {
    color: inherit !important;
}



/* Typography */
h1, h2, h3, h4, h5, h6 {
    margin-bottom: 1rem;
    font-weight: 300;
}

h2 {
    font-size: 3.6rem;
    line-height: 1.25;
    letter-spacing: -.1rem;
}

h3 {
    font-size: 3.0rem;
    line-height: 1.3;
    letter-spacing: -.1rem;
}

h4 {
    font-size: 2.4rem;
    line-height: 1.35;
    letter-spacing: -.08rem;
}

h5 {
    font-family: sans-serif;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: -.05rem;
}

h6 {
    font-size: 1.5rem;
    line-height: 1.6;
    letter-spacing: 0;
}

h2, h3 {
    margin-top: 1rem !important;
}

h1 {
    font-size: 4.0rem;
    line-height: 1.2;
    letter-spacing: -.1rem;
    margin: 0;
}

/* Form Styles */

.form-group.required label:after, .form-group label.required:after {
    color: #d00;
    content: "*";
    margin-left: 2px;
    font-size: 1.2em;
    line-height: 1px;
}

.input-list-inline {
    display: block;
}

    .input-list-inline > label {
        margin-right: 10px;
    }


input[type="radio"] + label {
    margin-right: 5px;
}

input[type="radio"], input[type="checkbox"] {
    margin-right: 5px;
}


.label-step {
    color: #333;
    font-size: 18px;
    font-weight: 400;
}

.input-group-addon, .input-group-btn {
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}

.input-group-addon {
    padding: 6px 10px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

        .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
        }

    .input-group-addon .glyph-icon {
        position: relative;
        top: 1px;
        display: inline-block;
        font-family: 'Glyphicons Halflings';
        font-style: normal;
        font-weight: 800;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
    }


.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    cursor: pointer;
}

    .checkbox-inline:nth-child(even), .radio-inline:nth-child(even) {
        padding-left: 20px;
    }

.form-styled h4 {
    color: #43a6dd;
}


/* Progress Steps */
.cd-breadcrumb, .cd-multi-steps {
    width: 100%;
    max-width: 990px;
    padding: 0.5em 1em;
    margin: 1em auto;
    background-color: #edeff0;
    border-radius: .25em;
}

    .cd-breadcrumb:after, .cd-multi-steps:after {
        content: "";
        display: table;
        clear: both;
    }

    .cd-breadcrumb li, .cd-multi-steps li {
        display: inline-block;
        float: left;
        margin: 0.5em 0;
    }

        .cd-breadcrumb li::after, .cd-multi-steps li::after {
            /* this is the separator between items */
            display: inline-block;
            content: '\00bb';
            margin: 0 .6em;
            color: #959fa5;
        }

        .cd-breadcrumb li:last-of-type::after, .cd-multi-steps li:last-of-type::after {
            /* hide separator after the last item */
            display: none;
        }

        .cd-breadcrumb li > *, .cd-multi-steps li > * {
            /* single step */
            display: inline-block;
            font-size: 1.4rem;
            color: #2c3f4c;
        }

        .cd-breadcrumb li.current > *, .cd-multi-steps li.current > * {
            /* selected step */
            color: #96c03d;
        }

.no-touch .cd-breadcrumb a:hover, .no-touch .cd-multi-steps a:hover {
    /* steps already visited */
    color: #96c03d;
}

.cd-breadcrumb.custom-separator li::after, .cd-multi-steps.custom-separator li::after {
    /* replace the default arrow separator with a custom icon */
    content: '';
    height: 16px;
    width: 16px;
    background: url(../img/cd-custom-separator.svg) no-repeat center center;
    vertical-align: middle;
}

.cd-breadcrumb.custom-icons li > *::before, .cd-multi-steps.custom-icons li > *::before {
    /* add a custom icon before each item */
    content: '';
    display: inline-block;
    height: 20px;
    width: 20px;
    margin-right: .4em;
    margin-top: -2px;
    background: url(../img/cd-custom-icons-01.svg) no-repeat 0 0;
    vertical-align: middle;
}

.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(2) > *::before, .cd-multi-steps.custom-icons li:not(.current):nth-of-type(2) > *::before {
    /* change custom icon using image sprites */
    background-position: -20px 0;
}

.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(3) > *::before, .cd-multi-steps.custom-icons li:not(.current):nth-of-type(3) > *::before {
    background-position: -40px 0;
}

.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(4) > *::before, .cd-multi-steps.custom-icons li:not(.current):nth-of-type(4) > *::before {
    background-position: -60px 0;
}

.cd-breadcrumb.custom-icons li.current:first-of-type > *::before, .cd-multi-steps.custom-icons li.current:first-of-type > *::before {
    /* change custom icon for the current item */
    background-position: 0 -20px;
}

.cd-breadcrumb.custom-icons li.current:nth-of-type(2) > *::before, .cd-multi-steps.custom-icons li.current:nth-of-type(2) > *::before {
    background-position: -20px -20px;
}

.cd-breadcrumb.custom-icons li.current:nth-of-type(3) > *::before, .cd-multi-steps.custom-icons li.current:nth-of-type(3) > *::before {
    background-position: -40px -20px;
}

.cd-breadcrumb.custom-icons li.current:nth-of-type(4) > *::before, .cd-multi-steps.custom-icons li.current:nth-of-type(4) > *::before {
    background-position: -60px -20px;
}

@media only screen and (min-width: 768px) {
    .cd-breadcrumb, .cd-multi-steps {
        padding: 0 1.2em;
    }

        .cd-breadcrumb li, .cd-multi-steps li {
            margin: 1.2em 0;
        }

            .cd-breadcrumb li::after, .cd-multi-steps li::after {
                margin: 0 1em;
            }

            .cd-breadcrumb li > *, .cd-multi-steps li > * {
                font-size: 1.4rem;
            }
}


/* -------------------------------- 

Multi steps indicator 

-------------------------------- */
@media only screen and (min-width: 768px) {
    .cd-multi-steps {
        /* reset style */
        background-color: transparent;
        padding: 0;
        text-align: center;
    }

        .cd-multi-steps li {
            position: relative;
            float: none;
            margin: 0.4em 5px 0.4em 0;
        }

            .cd-multi-steps li:last-of-type {
                margin-right: 0;
            }

            .cd-multi-steps li::after {
                /* this is the line connecting 2 adjacent items */
                position: absolute;
                content: '';
                height: 4px;
                background: #edeff0;
                /* reset style */
                margin: 0;
            }

            .cd-multi-steps li.visited::after {
                background-color: #1C3354;
            }

            .cd-multi-steps li > *, .cd-multi-steps li.current > * {
                position: relative;
                color: #2c3f4c;
            }

        .cd-multi-steps.custom-separator li::after {
            /* reset style */
            height: 4px;
            background: #edeff0;
        }

        .cd-multi-steps.text-center li::after {
            width: 100%;
            top: 50%;
            left: 100%;
            -webkit-transform: translateY(-50%) translateX(-1px);
            -moz-transform: translateY(-50%) translateX(-1px);
            -ms-transform: translateY(-50%) translateX(-1px);
            -o-transform: translateY(-50%) translateX(-1px);
            transform: translateY(-50%) translateX(-1px);
        }

        .cd-multi-steps.text-center li > * {
            z-index: 1;
            padding: .6em 1em;
            border-radius: .25em;
            background-color: #edeff0;
        }

    .no-touch .cd-multi-steps.text-center a:hover {
        background-color: #2c3f4c;
    }

    .cd-multi-steps.text-center li.current > *, .cd-multi-steps.text-center li.visited > * {
        color: #ffffff;
        background-color: #1ba064;
    }

    .cd-multi-steps.text-center.custom-icons li.visited a::before {
        /* change the custom icon for the visited item - check icon */
        background-position: 0 -60px;
    }

    .cd-multi-steps.text-top li, .cd-multi-steps.text-bottom li {
        width: 11%;
        text-align: center;
    }

        .cd-multi-steps.text-top li::after, .cd-multi-steps.text-bottom li::after {
            /* this is the line connecting 2 adjacent items */
            position: absolute;
            left: 50%;
            /* 40px is the <li> right margin value */
            width: calc(100% + 10px);
        }

        .cd-multi-steps.text-top li > *::before, .cd-multi-steps.text-bottom li > *::before {
            /* this is the spot indicator */
            content: '';
            position: absolute;
            z-index: 1;
            left: 50%;
            right: auto;
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            transform: translateX(-50%);
            height: 12px;
            width: 12px;
            border-radius: 50%;
            background-color: #edeff0;
        }

        .cd-multi-steps.text-top li.visited > *::before,
        .cd-multi-steps.text-top li.current > *::before, .cd-multi-steps.text-bottom li.visited > *::before,
        .cd-multi-steps.text-bottom li.current > *::before {
            background-color: #1C3354;
        }

    .no-touch .cd-multi-steps.text-top a:hover, .no-touch .cd-multi-steps.text-bottom a:hover {
        color: #1ba064;
    }

        .no-touch .cd-multi-steps.text-top a:hover::before, .no-touch .cd-multi-steps.text-bottom a:hover::before {
            box-shadow: 0 0 0 3px rgba(150, 192, 61, 0.3);
        }

    .cd-multi-steps.text-top li::after {
        /* this is the line connecting 2 adjacent items */
        bottom: 4px;
    }

    .cd-multi-steps.text-top li > * {
        padding-bottom: 20px;
        text-decoration: none;
        line-height: 1;
        font-weight: 800;
    }

        .cd-multi-steps.text-top li > * > span {
            font-size: .8em;
        }


        .cd-multi-steps.text-top li > *::before {
            /* this is the spot indicator */
            bottom: 0;
        }

    .cd-multi-steps.text-bottom li::after {
        /* this is the line connecting 2 adjacent items */
        top: 3px;
    }

    .cd-multi-steps.text-bottom li > * {
        padding-top: 20px;
    }

        .cd-multi-steps.text-bottom li > *::before {
            /* this is the spot indicator */
            top: 0;
        }
}

#ctl00_pnlTestMode.alert {
    margin-bottom: 0px;
}



/* Help Sidebar */

ul.helpSystem_questions > li {
    cursor: pointer;
}


.help-container, .help-container a, .help-container a:hover {
    color: #fff;
}

.right-sidebar-toggle {
    cursor: pointer;
    text-decoration: none;
}

    .right-sidebar-toggle:hover {
        text-decoration: underline;
    }


#right-sidebar {
    background-color: #fff;
    border-left: 1px solid #e7eaec;
    border-top: 1px solid #e7eaec;
    overflow: hidden;
    position: fixed;
    top: 90px;
    width: 450px !important;
    z-index: 1009;
    bottom: 0;
    right: -450px;
}

    #right-sidebar.sidebar-open {
        right: 0;
        z-index: 100000;
    }

        #right-sidebar.sidebar-open.sidebar-top {
            top: 0;
            border-top: none;
        }

.sidebar-container ul.nav-tabs {
    border: none;
}

    .sidebar-container ul.nav-tabs.navs-4 li {
        width: 25%;
    }

    .sidebar-container ul.nav-tabs.navs-3 li {
        width: 33.3333%;
    }

    .sidebar-container ul.nav-tabs.navs-2 li {
        width: 50%;
    }

    .sidebar-container ul.nav-tabs li {
        border: none;
    }

        .sidebar-container ul.nav-tabs li a {
            border: none;
            padding: 12px 10px;
            margin: 0;
            border-radius: 0;
            background: #2f4050;
            color: #fff;
            text-align: center;
            border-right: 1px solid #334556;
        }

        .sidebar-container ul.nav-tabs li.active a {
            border: none;
            background: #f9f9f9;
            color: #676a6c;
            font-weight: bold;
        }

.sidebar-container .nav-tabs > li.active > a:hover,
.sidebar-container .nav-tabs > li.active > a:focus {
    border: none;
}

.sidebar-container ul.sidebar-list {
    margin: 0;
    padding: 0;
}

    .sidebar-container ul.sidebar-list li {
        border-bottom: 1px solid #e7eaec;
        padding: 15px 20px;
        list-style: none;
        font-size: 12px;
    }

.sidebar-container .sidebar-message:nth-child(2n+2) {
    background: #f9f9f9;
}

.sidebar-container ul.sidebar-list li a {
    text-decoration: none;
    color: inherit;
}

.sidebar-container .sidebar-content {
    padding: 15px 20px;
    font-size: 12px;
}

.sidebar-container .sidebar-title {
    background: #f9f9f9;
    padding: 20px;
    border-bottom: 1px solid #e7eaec;
}

    .sidebar-container .sidebar-title h3 {
        margin-bottom: 3px;
        padding-left: 2px;
    }

.sidebar-container .tab-content h4 {
    margin-bottom: 5px;
}

.sidebar-container .sidebar-message > a > .pull-left {
    margin-right: 10px;
}

.sidebar-container .sidebar-message > a {
    text-decoration: none;
    color: inherit;
}

.sidebar-container .sidebar-message {
    padding: 15px 20px;
}

    .sidebar-container .sidebar-message .message-avatar {
        height: 38px;
        width: 38px;
        border-radius: 50%;
    }

.sidebar-container .setings-item {
    padding: 15px 20px;
    border-bottom: 1px solid #e7eaec;
}

.table .footer-row {
    font-weight: bold;
}


/*-- Custom Page Styles --*/

.partnerPanel {
    height: 680px;
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: #fff;
    border: 1px solid #333;
    padding: 10px 50px;
}

/*-- Validation Summaries --*/
.validation-summary ul {
    padding-left: 0;
    margin-bottom: 0;
}

.validation-summary li {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    color: #a94442;
    background-color: #fff;
    border: 1px solid #ddd;
}

    .validation-summary li:first-child {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

    .validation-summary li:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

.popover {
    min-width: 230px
}

.table tr:last-child {
    border-bottom: 1px solid #ddd;
}

.table td {
    vertical-align: middle !important;
}

.alert-sm {
    padding: 5px 15px;
}

.alert > .alert {
    padding: 0;
    border: none;
}

.popover {
    z-index: 1000000 !important;
}

.help-container {
    color: #fff;
}

.alert-success a,
.alert-success a:hover {
    color: #1C3354
}

.list-group {
    margin-bottom: 0;
}

.text-underline {
    text-decoration: underline;
}

/*  toast notifications  */
.iziToast-wrapper {
    z-index: 999999;
    padding-top: 75px;
}

.toast-success > .iziToast-body .iziToast-title {
    color: #3c763d;
}

.toast-fail > .iziToast-body .iziToast-title {
    color: #a94442;
}

.toast-warning > .iziToast-body .iziToast-title {
    color: #8a6d3b;
}

.toast-info > .iziToast-body .iziToast-title {
    color: #31708f;
}

.bootstrap-select .dropdown-menu {
    background-color: #fff !important;
    left: 0 !important;
}

    .bootstrap-select .dropdown-menu.inner > li a:hover,
    .bootstrap-select .dropdown-menu.inner > li a:focus {
        /*color: #555 !important;*/
        /*background-color: #fff !important;*/
        transform: none !important;
    }

    .bootstrap-select .dropdown-menu > li > a:hover, .bootstrap-select .dropdown-menu > li > a:focus {
        transform: none !important;
    }

    .bootstrap-select .dropdown-menu li a {
        color: #555 !important;
    }

.bootstrap-select a:focus {
    outline: none !important;
}

.bs-actionsbox .btn-group .bs-select-all {
    border-right: 4px solid white
}

.bs-actionsbox .btn-group .bs-deselect-all {
    border-left: 4px solid white
}

.input-letter-spacing {
    letter-spacing: 2px;
}

@media print {
    nav {
        display: none !important;
    }

    #top-nav {
        display: none;
    }

    .test-mode-warning {
        display: none !important;
    }

    .logo-container {
        display: none !important;
    }
}

.custom-modal-open {
    overflow: hidden;
    padding-right: 17px;
}



#wrapper > form {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

.middle-content {
    flex: 1 0 auto;
}
