html {
    font-size: 10px;
    margin: 0;
    height: 100%;
    min-height: 100%;
}

body {
    font-size: 1.8rem;
    color: #5b6770;
    height: 100%;
    min-height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #004e80;
}

a {
    transition: all .3s;
}

    a:hover {
        text-decoration: none;
    }

main {
    padding-bottom: 40px;
    min-height: -webkit-calc(100% - 100px);
    /* Chrome */
    min-height: -moz-calc(100% - 100px);
    /* Firefox */
    min-height: calc(100% - 100px);
}

    main a {
        color: #81a400;
    }

        main a:hover {
            color: #597100;
        }

ol,
ul {
    padding: 0;
    list-style-type: none;
}

    ol li,
    ul li {
        transition: all .3s;
    }

table {
    width: 100%;
}

button {
    transition: all .3s;
}

footer {
    position: relative;
    clear: both;
    background-color: #5b6770;
    overflow-x: hidden;
}

.margin__bottom {
    margin-bottom: 40px;
}

.margin-top {
    margin-top: 40px;
    padding-bottom: 40px;
}

.no-padding-left {
    padding-left: 0;
}

.no-padding-right {
    padding-right: 0;
}

.small-margin-top {
    margin-top: 10px;
}

.small-margin-bottom {
    margin-bottom: 10px;
}

@media screen and (min-width: 1390px) {
    .banner-graphic {
        background: url("../img/banner-graphic.svg") no-repeat;
        background-size: cover;
        position: absolute;
        right: 0px;
        top: 88px;
        height: 280px;
        width: 220px;
    }
}

.small--fonts {
    font-size: 1.4rem;
}

.button {
    background-color: #81a400;
    border: medium none;
    border-radius: 30px;
    color: #fff;
    padding: 8px 15px;
    text-transform: uppercase;
    outline: 0 !important;
    cursor: pointer;
    font-size: 1.4rem;
}

    .button:hover {
        background-color: #597100;
        color: #fff;
    }

    .button.disabled {
        background-color: #bfc7cc;
        cursor: auto;
    }

.button__top {
    position: absolute;
    right: 0;
    top: -8px;
}

.button__bottom {
    float: right;
}

@media screen and (max-width: 769px) {
    .hide--medium--down {
        display: none;
    }
}

@media screen and (max-width: 1200px) {
    .button__top {
        display: none;
    }
}

@media screen and (min-width: 769px) {
    .show--medium--up {
        display: none;
    }
}

.map--modal .modal-dialog {
    position: center;
    display: table;
    overflow-y: auto;
    overflow-x: auto;
    width: auto;
    min-width: 300px;
}

    .map--modal .modal-dialog .modal-content {
        padding: 20px;
    }

        .map--modal .modal-dialog .modal-content .modal-header {
            border-bottom: none;
        }

            .map--modal .modal-dialog .modal-content .modal-header .close {
                font-size: 3.5rem;
                outline: 0;
                font-weight: 300;
            }

        .map--modal .modal-dialog .modal-content .modal-body p {
            font-size: 1.4rem;
        }
        .map--modal .modal-dialog .modal-content .modal-footer {
            border-top: none;
            display: block;
        }
.survey--modal .modal-dialog {
    max-width: 1000px;
}

    .survey--modal .modal-dialog .modal-content {
        padding: 20px;
    }

        .survey--modal .modal-dialog .modal-content .modal-header {
            border-bottom: none;
        }

            .survey--modal .modal-dialog .modal-content .modal-header .close {
                font-size: 3.5rem;
                outline: 0;
                font-weight: 300;
            }

        .survey--modal .modal-dialog .modal-content .modal-body p {
            font-size: 1.4rem;
        }

        .survey--modal .modal-dialog .modal-content .modal-footer {
            border-top: none;
            display: block;
        }

            .survey--modal .modal-dialog .modal-content .modal-footer .button {
                /*padding: 0;*/
            }

                .survey--modal .modal-dialog .modal-content .modal-footer .button a {
                    color: #fff;
                    padding: 8px 15px;
                    display: block;
                }

header {
    background-color: rgba(0, 78, 128, 0.95);
    border-bottom: 4px solid #81a400;
}

    header .utility--nav--icon {
        margin-top: 35px;
        float: right;
    }

        header .utility--nav--icon .menu--icon {
            position: absolute;
            top: 40%;
            width: auto;
            height: 25%;
            right: 0;
            font-size: 1.8rem;
            font-weight: 600;
            text-transform: uppercase;
            outline: 0;
            background-color: transparent;
            border: 0;
        }

            header .utility--nav--icon .menu--icon span {
                display: block;
                position: absolute;
                height: 2px;
                width: 27%;
                background: #fff;
                border-radius: 9px;
                opacity: 1;
                left: 0;
                -webkit-transform: rotate(0deg);
                -moz-transform: rotate(0deg);
                -o-transform: rotate(0deg);
                transform: rotate(0deg);
                -webkit-transition: .3s ease-in-out;
                -moz-transition: .3s ease-in-out;
                -o-transition: .3s ease-in-out;
                transition: .3s ease-in-out;
                font-weight: bold;
            }

                header .utility--nav--icon .menu--icon span:nth-child(1) {
                    top: 0px;
                }

                header .utility--nav--icon .menu--icon span:nth-child(2), header .utility--nav--icon .menu--icon span:nth-child(3) {
                    top: 8px;
                }

                header .utility--nav--icon .menu--icon span:nth-child(4) {
                    top: 16px;
                }

            header .utility--nav--icon .menu--icon .menu--text {
                color: #fff;
                text-transform: uppercase;
                font-size: 1.4rem;
                margin-left: 20px;
                margin-top: -3px;
            }

        header .utility--nav--icon .open span:nth-child(1) {
            top: 18px;
            width: 0%;
            left: 25%;
        }

        header .utility--nav--icon .open span:nth-child(2) {
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        header .utility--nav--icon .open span:nth-child(3) {
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        header .utility--nav--icon .open span:nth-child(4) {
            top: 18px;
            width: 0%;
            left: 25%;
        }

.logo {
    background: url("../img/logo.svg") no-repeat;
    background-size: contain;
    display: inline-block;
    height: 40px;
    margin: 35px 0 10px;
    width: 100%;
}

.utility--navigation {
    position: relative;
    margin-top: 35px;
}

    .utility--navigation ul {
        position: absolute;
        right: 0;
    }

    .utility--navigation li {
        display: inline-block;
        font-size: 1.4rem;
        padding: 0 10px 5px 0;
        position: relative;
    }

        .utility--navigation li + li {
            padding-left: 18px;
        }

            .utility--navigation li + li::before {
                color: rgba(255, 255, 255, 0.5);
                content: '|';
                display: inline-block;
                font-size: 1.6rem;
                left: 0;
                position: absolute;
                top: -2px;
            }

        .utility--navigation li img {
            width: 20px;
            margin-left: 5px;
        }

    .utility--navigation a {
        color: #fff;
        opacity: 0.5;
    }

        .utility--navigation a:hover {
            opacity: 1;
        }

.main--navigation ul {
    float: right;
    margin-bottom: 0;
}

.main--navigation li {
    display: inline-block;
    margin-bottom: 10px;
    min-width: 130px;
    padding: 10px 0;
    text-align: center;
}

    .main--navigation li.border-item {
        border: 1px solid #FFF;
        border-radius: 30px;
    }

        .main--navigation li.border-item:hover {
            background-color: #fff;
        }

            .main--navigation li.border-item:hover a {
                color: #81a400;
            }

                .main--navigation li.border-item:hover a::before {
                    display: none;
                }

.main--navigation a {
    color: #fff;
    display: block;
    font-size: 1.4rem;
    opacity: 0.8;
    position: relative;
    text-transform: uppercase;
}

    .main--navigation a:hover, .main--navigation a.active {
        opacity: 1;
    }

        .main--navigation a:hover::before, .main--navigation a.active::before {
            width: 100%;
        }

    .main--navigation a::before {
        background-color: #004e80;
        bottom: -25px;
        content: '';
        display: block;
        height: 4px;
        left: 0;
        position: absolute;
        transition: all .5s;
        width: 0;
    }

span.lime {
    background-color: #81a400;
    display: block;
    padding: 12px 30px;
    color: #fff;
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
}

.resource_box {
    float: left;
    width: 100%;
    background: #457ea2;
    color: #fff;
    display: grid;
    align-items: center;
    text-align: center;
    height: 70px;
    margin: 15px 0;
    font-size: 20px;
    padding: 0;
    line-height: 20px;
}

    .resource_box:hover {
        background: #0d5786;
        color: #fff;
    }

.side--nav {
    background-color: #457ea2;
    display: block;
    min-height: 100%;
}

    .side--nav li {
        color: #fff;
    }

        .side--nav li span {
            background-color: #004e80;
            display: block;
            padding: 12px 20px;
        }

            .side--nav li span.lime {
                background-color: #81a400;
            }

        .side--nav li .submenu li {
            background-color: #457ea2;
            border-bottom: 1px solid #fff;
        }

            .side--nav li .submenu li:first-child {
                border-top: 1px solid #fff;
            }

            .side--nav li .submenu li:last-child {
                border-bottom: none;
            }

            .side--nav li .submenu li:hover {
                background-color: #004e80;
            }

            .side--nav li .submenu li.active {
                background-color: #fff;
            }

                .side--nav li .submenu li.active a {
                    color: #004e80;
                }

            .side--nav li .submenu li a {
                color: #fff;
                padding: 12px 20px;
                display: block;
            }

.surveys-list li {
    background-color: #f3f3f3;
    border-left: 6px solid #e2e2e2;
    margin-bottom: 10px;
    padding: 8px 10px;
}

    .surveys-list li:hover {
        border-color: #81a400;
    }

    .surveys-list li span {
        color: #004e80;
    }

    .surveys-list li a {
        font-size: 1.2rem;
        text-transform: uppercase;
    }

.surveys-list.vertical li {
    padding: 0;
}

    .surveys-list.vertical li a {
        display: inline-block;
        width: 100%;
        padding: 8px 10px;
    }

        .surveys-list.vertical li a span {
            font-size: 2.4rem;
        }

        .surveys-list.vertical li a .survey--link {
            float: right;
            font-size: 1.2rem;
            color: #81a400;
            margin-top: 10px;
            transition: all .3s;
        }

        .surveys-list.vertical li a:hover .survey--link {
            color: #597100;
        }

.surveys-list.horizontal {
    width: 100%;
    justify-content: space-between;
    display: block;
}

    .surveys-list.horizontal li {
        height: 100%;
        margin-bottom: 0;
        padding: 0;
        transition: all .3s;
    }

        .surveys-list.horizontal li span {
            margin-bottom: 15px;
            display: block;
            font-weight: 600;
            font-size: 1.5rem;
        }

        .surveys-list.horizontal li a {
            padding-bottom: 12px;
            padding: 20px;
            display: block;
        }

@media screen and (max-width: 990px) {
    .surveys-list.horizontal {
        display: initial;
    }

        .surveys-list.horizontal li {
            margin-bottom: 10px;
        }
}

@media screen and (min-width: 768px) {
    .surveys-list.horizontal .align--left {
        float: left;
    }

        .surveys-list.horizontal .align--left li {
            min-height: 140px;
        }
}

.inner--page {
    position: relative;
}

.inner--section {
    border-bottom: 1px solid #81a400;
    padding-bottom: 6px;
    padding-top: 15px;
    float: left;
    width: 100%;
}

    .inner--section h3 {
        float: left;
        width: 100%;
    }

    .inner--section p {
        float: left;
        width: 100%;
    }

.inner--section2 {
    /*border-bottom: 1px solid #457ea2;*/
    padding-bottom: 6px;
    padding-top: 15px;
    float: left;
    width: 100%;
    position: relative;
}

.rightmost {
    float: right;
}

.inner--list {
    padding-left: 35px;
    float: left;
    width: 100%;
}

    .inner--list li {
        position: relative;
        padding: 5px 0;
        padding-left: 5px;
    }

        .inner--list li::before {
            background-color: #81a400;
            content: '';
            display: block;
            height: 4px;
            left: -10px;
            position: absolute;
            top: 15px;
            width: 5px;
            height: 5px;
        }

.report_list {
    padding: 0;
}

    .report_list li {
        border-bottom: 1px solid #b9c5d3;
        float: left;
        width: 100%;
        padding: 15px 0;
    }

        .report_list li:last-child {
            border-bottom: 0px solid #b9c5d3;
        }

    .report_list b {
        float: left;
        width: 100%;
        padding: 10px 0;
    }

.surveys--selection {
    position: relative;
}

    .surveys--selection::after {
        clear: both;
        content: '';
        display: block;
    }

    .surveys--selection table {
        margin-bottom: 30px;
    }

    .surveys--selection th {
        vertical-align: top;
    }

        .surveys--selection th .table--subheading {
            font-weight: normal;
        }

        .surveys--selection th + th {
            width: 30%;
        }

    .surveys--selection tbody tr {
        border-bottom: 1px solid #c4ccd1;
    }

    .surveys--selection tbody input[type=checkbox] {
        height: 18px;
        margin-right: 10px;
        width: 18px;
    }

        .surveys--selection tbody input[type=checkbox]:checked {
            filter: hue-rotate(223deg) brightness(103%);
        }

    .surveys--selection tbody .tooltip--icon {
        display: inline-block;
        width: 12px;
        height: 12px;
        text-align: center;
        background-color: #ccc;
        border-radius: 50%;
        font-size: 0.9rem;
        margin-left: 2px;
        cursor: pointer;
        font-weight: bold;
    }

    .surveys--selection tbody input[disabled] {
        filter: brightness(85%);
    }

    .surveys--selection td {
        height: 42px;
    }

.materials--table .subtext {
    color: #a2aeb6;
    font-size: 1.2rem;
}

.materials--table tbody tr {
    border-bottom: 1px solid #c4ccd1;
    width: 102%;
}

.materials--table tbody td {
    padding: 4px;
}

.materials--table tbody p {
    margin-bottom: 4px;
}

.materials--table td + td {
    text-align: right;
}

.materials--table tr {
    height: 58px;
}

.inner--wrapper {
    position: relative;
    overflow-x: hidden;
    min-height: 100%;
}

    .inner--wrapper .off-canvas--wrapper {
        background-color: #003e67;
        min-height: 100%;
        height: 100%;
        padding: 30px;
        overflow-y: hidden;
        transform: translate3d(100%, 0, 0);
        position: absolute;
        right: 0;
        z-index: 1001;
        transition: transform 500ms ease 0s;
    }

        .inner--wrapper .off-canvas--wrapper.active--nav {
            width: 30rem;
            transform: translate3d(0, 0, 0);
            box-shadow: 0px 0px 15px #333333;
        }

        .inner--wrapper .off-canvas--wrapper nav #accordion .card {
            background-color: transparent;
            border: none;
        }

            .inner--wrapper .off-canvas--wrapper nav #accordion .card .card-header {
                background-color: transparent;
                border-bottom: 1px solid rgba(255, 255, 255, 0.2);
                text-transform: uppercase;
                padding: 1.25rem 1.25rem;
            }

                .inner--wrapper .off-canvas--wrapper nav #accordion .card .card-header a {
                    color: rgba(255, 255, 255, 0.8);
                    font-size: 1.4rem;
                    display: block;
                }

                .inner--wrapper .off-canvas--wrapper nav #accordion .card .card-header .toggle--menu--open:before {
                    content: '+';
                    position: absolute;
                    display: inline-block;
                    width: 20px;
                    height: 20px;
                    right: 0;
                    top: 10px;
                    color: rgba(255, 255, 255, 0.8);
                    font-size: 2rem;
                }

                .inner--wrapper .off-canvas--wrapper nav #accordion .card .card-header .toggle--menu--close:before {
                    content: '-';
                    position: absolute;
                    display: inline-block;
                    width: 20px;
                    height: 20px;
                    right: 0;
                    top: 10px;
                    color: rgba(255, 255, 255, 0.8);
                    font-size: 2rem;
                }

            .inner--wrapper .off-canvas--wrapper nav #accordion .card .card-body {
                padding-bottom: 0;
            }

                .inner--wrapper .off-canvas--wrapper nav #accordion .card .card-body p {
                    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
                }

                    .inner--wrapper .off-canvas--wrapper nav #accordion .card .card-body p a {
                        color: rgba(255, 255, 255, 0.8);
                        font-size: 1.4rem;
                        padding-bottom: 5px;
                        display: block;
                    }

        .inner--wrapper .off-canvas--wrapper nav .small--utility--nav {
            margin-top: 30px;
            margin-bottom: 10px;
        }

            .inner--wrapper .off-canvas--wrapper nav .small--utility--nav ul {
                display: inline-block;
                list-style: none;
                width: 100%;
            }

                .inner--wrapper .off-canvas--wrapper nav .small--utility--nav ul li {
                    float: left;
                    padding: 0px 10px 5px 10px;
                    display: inline-block;
                    border-right: 2px solid #fff;
                    opacity: 0.5;
                    line-height: 1;
                }

                    .inner--wrapper .off-canvas--wrapper nav .small--utility--nav ul li a {
                        color: #fff;
                        font-size: 1.6rem;
                        letter-spacing: 1px;
                    }

                    .inner--wrapper .off-canvas--wrapper nav .small--utility--nav ul li:last-child {
                        border-right: none;
                    }

        .inner--wrapper .off-canvas--wrapper nav .search--box {
            position: relative;
        }

            .inner--wrapper .off-canvas--wrapper nav .search--box input {
                font-size: 1.4rem;
                color: #fff;
                font-weight: 300;
                border: 1px solid #092759;
                box-shadow: 2px 3px 0 #092759;
                background: #033b5f;
                width: 100%;
                padding: 10px;
                border-radius: 5px;
            }

                .inner--wrapper .off-canvas--wrapper nav .search--box input:focus {
                    outline: 0;
                }

                .inner--wrapper .off-canvas--wrapper nav .search--box input::placeholder {
                    color: #fff;
                }

            .inner--wrapper .off-canvas--wrapper nav .search--box button {
                position: absolute;
                right: 0;
                top: 0px;
                overflow: hidden;
                height: 40px;
                width: 40px;
                outline: 0;
                cursor: pointer;
                padding: 5px;
                box-shadow: none;
                color: rgba(255, 255, 255, 0.5);
                background-color: transparent;
                border: 0;
            }

                .inner--wrapper .off-canvas--wrapper nav .search--box button img {
                    width: 20px;
                }

    .inner--wrapper .move--left {
        transition: transform 500ms ease 0s;
        -webkit-transform: translateX(-300px);
        transform: translateX(-300px);
    }

    .inner--wrapper .info--content {
        transition: transform 500ms ease 0s;
    }

footer .footer--bottom {
    padding: 30px;
    width: 100%;
}

    footer .footer--bottom p {
        color: #fff;
        font-size: 1.4rem;
        font-weight: 400;
        text-align: center;
        margin-bottom: 0;
    }

        footer .footer--bottom p a {
            color: #fff;
            text-decoration: underline;
        }

            footer .footer--bottom p a:hover {
                text-decoration: none;
            }


/*/------------/*/
main.container-fluid.small--fonts.inner--page.info--content {
    padding-left: 0px;
    padding-bottom: 0px;
}

.AdminBTN {
    border: 1px solid #fff;
    padding: 5px 15px;
    text-transform: uppercase;
    color: #fff;
    background: #81a400;
    float: right;
    cursor: pointer;
}

    .AdminBTN:hover {
        background: #0d5786;
        color: #fff;
    }

.ContactList tr, .checkboxTable tr {
    border-bottom: 1px solid #457ea2;
}

.ContactList th, .checkboxTable th {
    font-size: 16px;
    text-transform: uppercase;
    padding: 0 5px;
}

.ContactList td, .checkboxTable td {
    font-weight: 400;
    font-size: 16px;
    padding: 0 5px;
}

.Admin_Form {
    float: left;
    width: 100%;
    padding: 15px 0;
}

    .Admin_Form .form-group {
        float: left;
        width: 50%;
        margin-bottom: 15px;
        padding: 0 15px;
    }

    .Admin_Form .text-box {
        width: 100%;
        height: 40px !important;
        border: 1px solid #7fa6bf;
        padding: 0 10px;
        font-size: 14px;
    }

.control-label {
    padding: 5px 0;
    font-weight: 600;
    color: #5b6770;
}

.login_win .input-field {
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 2px 3px 0px rgba(0,0,0,0.2);
    border: 1px solid #e2e2e2;
    transition: all .3s;
    height: 25px;
    width: 260px;
}

.login_win .smallinput {
    width: 150px;
}


.login_win b {
    font-size: 13.3px;
    color: #000;
}

.login_win .smaller {
    font-size: 12px;
    color: #000;
}

.login_win a {
    font-size: 13.3px;
    text-decoration: none;
}

    .login_win a:hover {
        background-color: #04347a;
        color: #fff;
    }

.Presentation_div li::before {
    background-color: transparent !important;
}

.Webinar_list {
    padding: 0 !important;
    float: left;
    width: 100%;
    padding-top: 30px !important;
    list-style: none;
}

    .Webinar_list li {
        border-bottom: 1px solid #b9c5d3;
        float: left;
        width: 100%;
        padding: 15px 0;
    }

.webinar_text {
    float: left;
    width: 50%;
    padding-bottom: 15px;
}

.Web_but_div {
    float: left;
    text-align: right;
    width: 50%;
    padding: 0 15px 0 0;
}

.Web_btn {
    border: 1px solid #81a400;
    padding: 5px 20px;
    border-radius: 50px;
    min-width: 150px;
    display: inline-block;
    text-align: center;
    margin: 5px;
}

    .Web_btn:hover {
        background-color: #81a400;
        color: #fff;
    }

.ContactListDIV {
    float: left;
    width: 100%;
    position: relative;
}

a {
    outline: none !important;
}

#page-title {
    color: #5b6770;
    font-weight: 600;
    font-family: "ITC Franklin Gothic W01", sans-serif;
    letter-spacing: 0;
    font-size: 3.8rem;
}

.loginWindow {
    width: 100% !important;
    box-shadow: 1px 1px 10px #ccc;
}

    .loginWindow .form-control {
        font-size: 16px;
    }

    .loginWindow .control-label {
        font-size: 14px;
    }

    .loginWindow .validation-summary-errors {
        float: left;
        width: 100%;
        font-size: 12px;
    }

        .loginWindow .validation-summary-errors ul {
            list-style: disc;
            padding-left: 15px;
            width: auto;
            margin: 0 auto;
        }

.loginText {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.ForgotLink {
    float: left;
    width: 100%;
    padding: 0 15px;
    font-size: 14px;
}

.backpage {
    position: relative;
    width: 100%;
    float: right;
    text-align: right;
    text-transform: uppercase;
}

.select-box {
    height: 40px !important;
    border: 1px solid #7fa6bf;
    padding: 0 10px;
    font-size: 14px;
}

.ParticipantsTBL th, .ParticipantsTBL td {
    border-bottom: 1px solid #b9c5d3;
    padding: 10px 0;
    color: #5a6770 !important;
}

.expExcel {
    transform: translateY(-66px);
}

#dataTable_length {
    float: left;
    padding-bottom: 15px;
}

div.dataTables_wrapper div.dataTables_filter {
    padding-bottom: 15px;
}

table.dataTable {
    border-collapse: collapse !important;
}

.dataTables_filter input {
    height: 30px !important;
    border: 1px solid #7fa6bf;
    padding: 0 10px;
    font-size: 14px;
}

.dataTables_length {
    float: left;
    width: 50%;
}

div.dataTables_wrapper div.dataTables_length select {
    height: 30px !important;
    border: 1px solid #7fa6bf;
    padding: 0 10px;
    font-size: 14px;
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: 15px;
    white-space: nowrap;
    float: left;
    width: 50%;
}

div.dataTables_wrapper div.dataTables_paginate {
    padding-top: 15px;
    float: left;
    width: 50%;
    padding-bottom: 15px;
}

#dataTable_previous {
    padding: 0 10px;
}

#dataTable_next {
    padding-left: 10px;
}

.paginate_button {
    cursor: pointer;
}

    .paginate_button.current {
        color: #fff;
        background: #457ea2;
        border: 1px solid #457ea2;
    }

span .paginate_button {
    display: inline-block;
    height: 25px;
    width: 25px;
    text-align: center;
    margin: 0 3px;
    border: 1px solid #ccc;
}

table.dataTable thead .sorting::before,
table.dataTable thead .sorting::after,
table.dataTable thead .sorting_asc::before,
table.dataTable thead .sorting_asc::after,
table.dataTable thead .sorting_desc::before,
table.dataTable thead .sorting_desc::after,
table.dataTable thead .sorting_asc_disabled::before,
table.dataTable thead .sorting_asc_disabled::after,
table.dataTable thead .sorting_desc_disabled::before,
table.dataTable thead .sorting_desc_disabled::after {
    position: absolute;
    bottom: 2px;
    display: block;
    opacity: 1;
    font-size: 17px;
    /* font-weight: 600; */
}

.submenu a.active {
    background: #fff;
    color: #457ea2 !important;
}

a.active {
    background: #fff;
    color: #457ea2 !important;
}

.compList {
    float: left;
    width: 100%;
    padding: 15px;
    margin: 0;
    list-style: none;
}

    .compList li {
        float: left;
        width: 50%;
        font-size: 16px;
    }

.CompanySection {
    float: right;
    width: 40%;
    position: relative;
    padding-left: 15px;
}

.FilterSection {
    float: left;
    width: 60%;
    position: relative;
}

#tableFilters {
    float: left;
    width: 100%;
    position: relative;
}

    #tableFilters li {
        float: left;
        width: 50%;
        position: relative;
        padding: 15px;
    }

    #tableFilters b {
        float: left;
        width: 100%;
        padding-bottom: 5px;
    }


    #tableFilters select {
        float: left;
        width: 100%;
        border: 1px solid #ccc;
        border-radius: 5px;
        height: 150px;
    }

#btnFilter, #btnSubmit, #ClearSelection {
    margin: 10px 0 0;
}

#ClearSelection {
    margin-right: 15px;
}

.backtotop {
    position: fixed;
    bottom: 85px;
    right: 0;
    background: #457ea2;
    padding: 5px 15px;
    color: #fff;
    border-radius: 50px 0 0 50px;
    z-index: 9;
}

.Rsp_tbl_div {
    float: left;
    width: 100%;
    padding: 15px 0;
}

    .Rsp_tbl_div b {
        float: left;
        width: 100%;
        padding-bottom: 5px;
    }

    .Rsp_tbl_div select {
        height: 561px !important;
        border: 1px solid #ccc;
        border-radius: 5px;
    }

#PartialContent {
    float: left;
    width: 100%;
    padding: 40px 0 0 15px;
}

.form-area {
    height: 250px;
    border: 1px solid #7fa6bf;
    padding: 0 10px;
    font-size: 14px;
}

.HelpLink {
    color: #5b6770;
    text-transform: uppercase;
    font-weight: 600;
    float: right;
    cursor: pointer;
}

.inner--section h2 {
    float: left;
}

.helpDiv {
    position: fixed;
    width: 60%;
    height: auto;
    top: 50%;
    left: 50%;
    background: #fafafa;
    transform: translate(-50%,-50%);
    overflow: hidden;
    padding: 15px;
    z-index: 999;
    border-radius: 5px;
    border: 1px solid #0d5786;
    display: none;
}

.closeHelp {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}

.helpTabheading {
    float: left;
    width: 100%;
    display: table;
    border-bottom: 1px solid #ccc;
}

    .helpTabheading li {
        float: left;
        padding: 10px 20px;
        margin: 0 5px;
        border-radius: 5px 5px 0 0;
        background: #ccc;
        cursor: pointer;
    }

        .helpTabheading li.activetab {
            background: #457ea2;
            color: #fff;
        }

.innerHelp {
    float: left;
    width: 100%;
    padding: 15px 0 0;
}

.tabDiv {
    float: left;
    width: 100%;
    height: auto;
    display: none;
    max-height: 400px;
    overflow: hidden;
    overflow-y: auto;
}

    .tabDiv.activeShow {
        display: block;
    }

@media screen and (max-width: 575px) {
    .helpDiv {
        width: 90%;
    }
}


/*------------------- Individual Job Report Summary ----------------------*/
.HeadingDiv {
    float: left;
    width: 100%;
    text-align: right;
    background: #004e80;
    color: #fff;
    padding: 5px 15px;
    font-weight: 600;
    font-size: 22px;
}

.GroupInfo {
    float: left;
    width: 100%;
    background: #81a400;
    color: #000;
    font-weight: 600;
}

.width50 {
    float: left;
    width: 50%;
    padding: 5px 15px;
}

.BlankSpaceDiv {
    float: left;
    width: 100%;
    padding: 15px;
}

.borderDiv {
    border: 1px solid #000;
    padding: 15px;
    float: left;
    width: 100%;
    min-height: 270px;
}


    .borderDiv P {
        width: 100%;
        float: left;
        font-size: 16px;
    }

.padL0 {
    padding-left: 0;
}

.padR0 {
    padding-right: 0;
}

.JobTitle {
    float: left;
    width: 100%;
    font-weight: 600;
    color: #000;
    padding: 5px 0 15px;
}

.SummaryTable {
    width: 100%;
    font-size: 16px;
}

    .SummaryTable tr {
        border-bottom: 1px solid #aaa;
    }

.ReportHeading {
    float: left;
    width: 100%;
    text-align: right;
    font-size: 36px;
    font-weight: 600;
    padding: 15px 0;
}

.width60 {
    float: left;
    width: 60%;
    padding: 0 15px 0 0;
}

.width40 {
    float: left;
    width: 40%;
    padding: 0 0 0 15px;
}

.not {
    float: left;
    width: 100%;
    font-size: 14px;
}
/*------------------- Individual Job Report Summary END ----------------------*/
.linkonly {
    float: right;
    margin: 15px;
    background: #81a400;
    color: #fff;
    border: 0;
    padding: 5px 15px;
    cursor: pointer;
}

    .linkonly:hover {
        background: #457ea2;
    }

.SubmissionMlist .Web_btn {
    margin: 7px 5px;
}

.subtext b {
    float: none;
}

.maintxt {
    font-size: 1.4rem;
    color: #5b6770;
    font-weight: 600;
    margin-top: 10px;
}

.selectPerTbl tbody tr {
    padding: 10px !important;
    float: left;
    width: 100%;
}

    .selectPerTbl tbody tr:nth-child(2n+1) {
        background: #D9D9D6;
    }

.reportTBL button {
    cursor: pointer;
    background: transparent;
    outline: none;
    border: 0;
}

.pull-right.ppBTN {
    float: left;
    width: 100%;
    padding-bottom: 15px;
}

#myInput {
    border: 1px solid #ccc;
    height: 40px;
    float: right;
    margin-bottom: 10px;
    width: 300px;
    padding: 0 10px;
    border-radius: 5px;
}

#myUL {
    float: left;
    width: 100%;
    position: relative;
}

.ContactList tr, .tblCheckbox tr {
    border-bottom: 1px solid #457ea2;
}

.ContactList th, .tblCheckbox th {
    font-size: 16px;
    text-transform: uppercase;
    padding: 0 5px;
}

.ContactList td, .tblCheckbox td {
    font-weight: 400;
    font-size: 16px;
    padding: 0 5px;
}

@media screen and (max-width: 1390px) {
    .imgreport {
        left: auto !important;
        right: 0;
    }
}

@media screen and (max-width: 557px) {
    .imgreport {
        position: relative !important;
    }
}
