﻿@import url(https://fonts.googleapis.com/css?family=Fira+Sans);

html {
    font-family: 'Fira Sans';
    font-size: 14px;
    color: #9ca4ab;
    line-height: 1.15;
}

*, ::after, ::before {
    box-sizing: border-box;
}

html[Attributes Style] {
    -webkit-locale: "en";
}

body {
    margin: 0;
    font-family: 'Fira Sans' !important;
    font-size: 14px;
    color: #9ca4ab;
    -webkit-font-smoothing: antialiased;
    background-color: #f4f4f4 !important;
    text-align: left;
}

.main_container {
    background-color: #fff;
    color: rgba(90,90,90,1);
    padding-bottom: 30px;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.header_container {
    padding-top: 30px;
}

.header_profile {
    display: -webkit-inline-box;
    padding: 0px;
}

.header_profile_icon {
    vertical-align: middle;
    margin-right: 10px;
    padding-top: 7px;
    background-image: url("../images/user_icon.png");
    background-repeat: no-repeat;
    text-align: center;
    width: 40px;
    height: 40px;
}

.nav_bar {
    background-color: rgba(0,122,195,1);
    font-size: 18px;
    color: rgba(198,225,241,1);
    height: 40px;
    box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.2), 0 7px 10px 1px rgba(0, 0, 0, 0.14), 0 2px 16px 1px rgba(0, 0, 0, 0.12) !important;
}

.nav_bar_col {
    padding-left: 50px !important;
    /*padding-top: 5px;*/
}

.nav_bar_section {
    background-color: #6cb043;
    color: rgba(227,240,205,1);
}

.gray_container {
    background-color: rgba(246,246,246,1) !important;
    padding: 20px 10px !important;
    margin-top: 30px !important;
}

.title {
    font-size: 22px;
}

.acttionlink {
    text-decoration: none;
    color: rgba(0,122,195,1) !important;
    cursor: pointer;
    margin: 15px 0 !important;
}

.button {
    background: rgba(0,122,195,1) !important;
    color: rgba(198,225,241,1) !important;
    margin-top: 10px !important;
    cursor: pointer;
}


.button_continue {
    background-image: url("../images/continue_arrow.PNG");
    background-color: rgba(0,122,195,1) !important;
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 50px !important;
    color: rgba(198,225,241,1) !important;
    margin-top: 10px !important;
    cursor: pointer;
}

.button_continue_no_margin {
    background-image: url("../images/continue_arrow.PNG");
    background-color: rgba(0,122,195,1) !important;
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 50px !important;
    color: rgba(198,225,241,1) !important;
    cursor: pointer;
}

.button_gray {
    background: rgba(237,237,237,1) !important;
    margin-top: 10px !important;
    cursor: pointer;
}

.button_edit {
    background: rgba(237,237,237,1) !important;
    cursor: pointer;
}

.button_gray_disable {
    background: #D8D8D8 !important;
    margin-top: 10px !important;
    color: #B0B0B0 !important;
    pointer-events: none;
}

.button_gray_disable_w_pointer {
    background: #D8D8D8 !important;
    margin-top: 10px !important;
    color: #B0B0B0 !important;
}

.footer_container {
    margin-top: 30px;
}

.validation_message {
    font-style: italic;
    color: rgba(229,32,46,1);
    font-style: italic;
}

.tasks-area {
    border: 1px solid rgb(235, 235, 235);
}

.current-task {
    border: 1px solid rgb(0, 122, 195);
}

task-header {
    padding: 0 15px !important;
}

.current-task-header {
    color: rgb(0, 122, 195);
}

.progress-legend {
    color: rgb(175,175,175);
    font-size: .9rem;
}

.task-progressbar {
    height: .5rem !important;
}

.task-striped > div:nth-child(even) {
    background-color: rgba(246,246,246,1) !important;
    padding-bottom: 15px;
    padding-top: 15px;
}

.task-striped > div:nth-child(odd) {
    background-color: #fff !important;
    padding-bottom: 15px;
    padding-top: 15px;
}

.task-dark {
    border: solid 1px #000;
    padding-top: 10px;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.task-no-border {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 15px !important;
    margin-right: 15px !important;
}

.title-section {
    font-weight: bolder;
    margin-right: auto;
    display: inline-block;

}

.dark-divider {
    border: .5px solid rgb(197, 197, 197);
    margin-top: 5px !important;
    margin-bottom: 15px !important;
}

.task-window > div:first-child {
    background-color: rgb(0, 122, 195);
    color: white;
    padding-top: 11px;
}

.task-window > div:last-child {
    border: 1px solid rgb(0, 122, 195);
    padding: 15px 0px;
}

.yes-no-radio .yes-no-radio-label::before {
    border: 0px;
}

.yes-no-radio-input:checked ~ .yes-no-radio-label::before {
    color: rgba(244, 244, 244, 0.00) !important;
    border-color: rgba(244, 244, 244, 0.00) !important;
    background-color: rgba(244, 244, 244, 0.00) !important;
}

.yes-no-radio {
    padding: 0px !important;
    margin: 0px !important;
    margin-left: -4px !important;
}

.yes-no-radio-label {
    border: 1px solid black;
    padding: 3px 25px;
    border: 1px solid rgb(235, 235, 235);
    background-color: white;
    cursor: pointer;
}

.yes-no-radio-input:checked ~ .yes-no-radio-label {
    border: 1px solid rgb(101, 173, 216);
    background-color: rgb(226, 236, 243);
    color: rgb(103, 174, 217);
}

.field-decoration {
    background-color: rgba(246,246,246,1) !important;
    border: solid 1px #c0c0c0;
    font-size: 14px !important;
    color: #000 !important;
    position: absolute;
    padding: 5px 10px;
}

.button-arrow-decoration {
    font-size: 14px !important;
    color: white !important;
    margin-left: -5px !important;
    margin-top: 10px;
    border: 0px solid white !important;
    border-bottom-left-radius: 0% !important;
    border-top-left-radius: 0% !important;
    min-height: 32px;
}

.button-arrow ~ i {
    background-color: rgb(64, 155, 210) !important;
}

.button_gray ~ i {
    background-color: #C8C8C8 !important;
}

.button_gray_disable ~ i {
    background-color: #EDEDED !important;
}

.button-arrow-decoration-gray-back {
    background-color: #A0A0A0 !important;
    font-size: 14px !important;
    color: white !important;
    margin-right: -5px !important;
    margin-top: 10px;
    border: 0px solid white !important;
    border-bottom-right-radius: 0% !important;
    border-top-right-radius: 0% !important;
    min-height: 32px;
}

.button-arrow {
    border-bottom-right-radius: 0% !important;
    border-top-right-radius: 0% !important;
}

.icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-size: cover;
}

.green-check {
    background-image: url(../images/green_check.PNG);
}

.gray-check {
    background-image: url(../images/gray_check.PNG);
    margin-left: 9px;
}

.step-bubbles {
    margin-bottom: 50px;
}

    .step-bubbles > li {
        list-style: none;
        display: inline-block;
        margin-left: -5px;
        margin-top: 25px;
    }

        .step-bubbles > li:after {
            content: "\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014";
            letter-spacing: -1px;
            line-height: 250%;
            margin-left: -4px;
            color: rgb(235, 235, 235);
        }

        .step-bubbles > li:last-child:after {
            content: unset;
        }


.step-completed {
    display: inline-block;
}

    .step-completed > div:last-child {
        position: absolute;
        transform: translateX(-30%);
    }

    .step-completed > div:first-child {
        background-color: rgb(133, 188, 32);
        border-radius: 25px;
        display: inline-block;
        padding: 8px 8px 2px 8px;
        margin: 0px;
    }

.step-current {
    display: inline-block;
}

    .step-current > div:last-child {
        position: absolute;
        transform: translateX(-30%);
    }

    .step-current > div:first-child {
        background-color: rgb(64, 156, 210);
        border-radius: 25px;
        border: 1px solid rgb(64, 156, 210);
        display: inline-block;
        padding: 3px 11px;
        margin: 0px;
        color: white;
        font-size: 16px;
    }

.step-pending {
    display: inline-block;
}

    .step-pending > div:last-child {
        position: absolute;
        transform: translateX(-30%);
    }

    .step-pending > div:first-child {
        background-color: rgb(229, 229, 229);
        border-radius: 25px;
        display: inline-block;
        border: 1px solid rgb(183, 183, 183);
        padding: 3px 11px;
        margin: 0px;
        color: rgb(183, 183, 183);
        font-size: 16px;
    }

.circularProgress {
    width: 60px;
    height: 60px;
    background: none;
    position: relative;
}

    .circularProgress::after {
        content: "";
        width: 100%;
        height: 100%;
        border-radius: 50%;
        border: 6px solid #eee;
        position: absolute;
        top: 0;
        left: 0;
    }

    .circularProgress > span {
        width: 50%;
        height: 100%;
        overflow: hidden;
        position: absolute;
        top: 0;
        z-index: 1;
    }

    .circularProgress .circularProgress-left {
        left: 0;
    }

    .circularProgress .progress-circular {
        width: 100%;
        height: 100%;
        background: none;
        border-width: 6px;
        border-style: solid;
        position: absolute;
        top: 0;
    }

    .circularProgress .circularProgress-left .progress-circular {
        left: 100%;
        border-top-right-radius: 80px;
        border-bottom-right-radius: 80px;
        border-left: 0;
        -webkit-transform-origin: center left;
        transform-origin: center left;
    }

    .circularProgress .circularProgress-right {
        right: 0;
    }

        .circularProgress .circularProgress-right .progress-circular {
            left: -100%;
            border-top-left-radius: 80px;
            border-bottom-left-radius: 80px;
            border-right: 0;
            -webkit-transform-origin: center right;
            transform-origin: center right;
        }

    .circularProgress .progress-value {
        position: absolute;
        top: 0;
        left: 0;
    }

.step-pending > div:first-child {
    background-color: rgb(229, 229, 229);
    border-radius: 25px;
    display: inline-block;
    border: 1px solid rgb(183, 183, 183);
    padding: 3px 11px;
    margin: 0px;
    color: rgb(183, 183, 183);
    font-size: 16px;
}

.odd-even-background > div {
    padding: 12px 0px;
    margin: 0px -14px;
}

    .odd-even-background > div:nth-child(odd) {
        background-color: rgb(246, 246, 246);
    }

.no-background {
    background-color: rgba(0, 0, 0,0) !important;
}

.form_gray_border {
    border: 1px solid rgba(237,237,237,1);
    padding: 15px;
}

.form_active {
    border: 1px solid rgba(0,122,195,1);
    padding: 0 15px 15px 15px;
}

.form_section_title {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 0;
}

hr {
    border-top: 1px solid #000 !important;
    margin-bottom: 10px !important;
    margin-top: 10px !important;
}

.form_active_header {
    background-color: rgba(0,122,195,1);
    color: #fff;
    padding: 10px;
    font-size: 16px;
}

.form_right_label {
    text-align: right;
    white-space: nowrap;
}

.form_gray_row {
    background-color: rgba(246,246,246,1) !important;
    padding: 10px;
}

.form_white_row {
    background-color: #fff !important;
    padding: 10px;
}

.form_text_center {
    width: 100%;
    text-align: center;
}

.form_steps_container {
    margin-top: 30px;
    margin-bottom: 15px;
}

.form_progress {
    height: 5px !important;
}

.form_progress_bar {
    background-color: rgba(0,122,195,1) !important;
}

.title_bold {
    font-size: 28px;
    font-weight: bold;
}

.summary_container {
    padding: 10px !important;
}

hr.gray {
    color: rgba(239,239,239,1);
    border: 3px;
}

span.gray {
    color: rgba(189,189,189,1);
    font-size: 14px;
}

span.green_check {
    display: inline-block;
    width: 26px;
    height: 22px;
    background-image: url("../images/green_check.PNG");
}


.row-gray {
    background-color: rgb(229, 229, 229);
}



.step-text {
    line-height: 1.3;
    margin-top: 5px;
    text-align: center;
}

.progress {
    border-radius: 0px !important;
    height: 0.35rem !important;
    margin-top: 10px;
    margin-bottom: 3px;
}

.material-icons {
    font-size: 1.15rem;
    margin: -1px 5px 0 0;
    vertical-align: middle;
}

    .material-icons.md-18 {
        font-size: 18px;
    }

    .material-icons.md-24 {
        font-size: 24px;
    }

    .material-icons.md-36 {
        font-size: 36px;
    }

    .material-icons.md-48 {
        font-size: 48px;
    }
    /* Rules for using icons as black on a light background. */
    .material-icons.md-dark {
        color: rgba(0, 0, 0, 0.54);
    }

        .material-icons.md-dark.md-inactive {
            color: rgba(0, 0, 0, 0.26);
        }

    .material-icons.md-light {
        color: rgba(255, 255, 255, 1);
    }

        .material-icons.md-light.md-inactive {
            color: rgba(255, 255, 255, 0.3);
        }

.form-text-right {
    text-align: right !important;
    padding-right: 5px !important;
}

.txtboxLabel {
    background: transparent !important;
    border: none !important;
    outline: none !important;
    padding: 0px !important;
    display: inline-block;
    color: rgba(90,90,90,1);
    pointer-events: none;
}

.title-section-not-stated {
    color: #b6b6b6;
}

.buttons-sections {
    /*text-align: center;
    margin-bottom: 40px;*/
    padding: 0px !important;
}

.class-disabled {
    background-color: #e9ecef;
    opacity: 1;
    pointer-events: none;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
    justify-content: center;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.ConditionalField {
    border: 1px solid rgba(237,237,237,1);
    background-color: white;
    padding: 10px;
    width: 450px;
}

.AdditionalText {
    color: midnightblue;
    border: 1px solid rgb(0, 0, 0);
    background-color: beige;
    padding: 10px;
    width: 250px;
    float: right;
}

.FeesResubmissionText {
    color: red;
    margin-top: 15px;
}

.div-message {
    padding: 15px !important;
}

.div-message-container {
    margin-left: 15px !important;
}

.div-icon-container {
    border-radius: 200px 200px 200px 200px;
    -moz-border-radius: 200px 200px 200px 200px;
    -webkit-border-radius: 200px 200px 200px 200px;
    border: 2px solid #fcfcfc;
    min-width: 35px;
    margin-left: -10px;
    margin-top: 5px;
}

.div-icon {
    font-size: 20px;
    margin-left: 12px;
}

.button_browseImport {
    color: dodgerblue;
    /*background-color: rgba(0,122,195,1) !important;*/
    background-repeat: no-repeat;
    background-position: right;
    /*padding-right: 50px !important;
  color: rgba(198,225,241,1) !important;*/
    cursor: pointer;
}

#WKdashboard {
    cursor: pointer;
}

.info-box {
    border: 1px solid rgb(0, 122, 195);
    margin: 15px;
}

.info-row {
    overflow: hidden;
}

.info-left {
    display: table-cell;
    width: 50px;
    text-align: center;
    vertical-align: middle;
    background-color: rgb(0, 122, 195);
    color: white;
    font-size: 32px;
}

.info-right {
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
}

.info-item-header {
    list-style-type: none;
}

#loading {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    z-index: 1000;
}

#loading-content {
    display: table;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#loading-spinner {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    font-size: larger;
    padding-top: 80px;
}

.importMessage {
    display: none;
    color: darkgreen;
    text-align: center;
    font-size: 16px;
}

.actionItems {
    color: #212529;
    width: 200px;
    font-size: 14px;
    font-family: 'Segoe UI';
    padding: 5px 5px 10px 5px;
}

.actionButton:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.colCenter {
    text-align: center;
}

.FeeFormat {
    width: 100px;
    text-align: right;
}

.task-striped-fees > div:nth-child(even) {
    background-color: rgba(246,246,246,1) !important;
}

.task-striped-fees > div:nth-child(odd) {
    background-color: #fff !important;
}

.fee_title {
    text-align: center;
    padding-bottom: 15px;
    padding-top: 15px;
}

.row-fees {
    padding-bottom: 0px;
    padding-top: 5px;
    margin: 0px;
    align-items: center;
}

.button_savefees_disable {
    background: #D8D8D8 !important;
    color: #B0B0B0 !important;
    pointer-events: none;
}

.padding-top-3 {
    padding-top: 3px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-right-3 {
    padding-right: 3px;
}

.padding-left-10 {
    padding-right: 10px;
}

.size-width-200 {
    width: 200px;
}

.size-width-300 {
    width: 300px;
}

.border-solid-black {
    border: solid 1px #000;
}

.margin-right-5 {
    margin-right: 5px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.display-none {
    display: none;
}

.text-justify {
    text-align: justify;
}

.validation-message-text-color {
    color: #E5202E;
}

.top-115 {
    top: 115px;
}

.progress-bar-25 {
    width: 25%;
}

.progress-bar-50 {
    width: 50%;
}

.progress-bar-75 {
    width: 75%;
}

.progress-bar-100 {
    width: 100%;
}

.span-message {
    display: block;
    margin-top: 7px;
    font-style: italic;
    color: rgba(229,32,46,1);
    font-style: italic;
}

#squares {
    float: left;
    height: 100%;
}

.navbar-toggler:focus {
    outline: none;
}

/*Menu css*/
button#menu {
    display: inline-block;
    border: none;
    outline: 0;
    background: none;
    height: 35px;
}

    button#menu > span {
        display: block;
    }

lines-button {
    transition: .3s;
    cursor: pointer;
    user-select: none;
    border-radius: 0.57143rem;
}

.lines-button:hover {
    opacity: 1;
}

.lines-button:active {
    -webkit-transition: 0;
    transition: 0;
}

.lines {
    display: inline-block;
    width: 22px;
    height: 3px;
    background: #ecf0f1;
    border-radius: 0.28571rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
}

    .lines:before, .lines:after {
        display: inline-block;
        width: 22px;
        height: 3px;
        background: #ecf0f1;
        border-radius: 0.28571rem;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        position: absolute;
        left: 0;
        content: '';
        -webkit-transform-origin: 0.28571rem center;
        transform-origin: 0.28571rem center;
    }

    .lines:before {
        top: 6px;
    }

    .lines:after {
        top: -6px;
    }

.lines-button:hover .lines:before {
    top: 8px;
}

.lines-button:hover .lines:after {
    top: -8px;
}

.sidenav {
    font-family: 'Roboto', sans-serif;
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #f5f8fa;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    box-shadow: 3px 0 6px rgba(0,0,0,.24);
}

    .sidenav.visible {
        width: 15%;
    }

    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 16px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }

        .sidenav a:hover {
            color: rgba(90,90,90,1);
        }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

#mainContainer {
    transition: margin-left .5s;
    padding: 16px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}

.logo {
    width: 100%;
    height: auto;
    max-height: 100px;
}

.margin-tb-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.center-content {
    align-self: center;
}

.no-margin {
    margin-top: 0px !important;
}

.sml-margin {
    margin-top: 5px !important;
}

.accordion {
    width: 100%;
    background-color: #007AC3;
    border: none;
    outline: none;
    text-align: left;
    padding: 11px;
    font-size: 17.5px;
    color: #FFFFFF;
    cursor: pointer;
    transition: background-color 0.2s linear;
}

    .accordion:after {
        content: '\002B';
        font-family: "Fira Sans";
        font-size: 17.5px;
        float: right;
    }

    .accordion.is-open:after {
        content: '\2212';
    }

    .accordion:hover, .accordion.is-open {
        background-color: #85BC20;
    }

.accordion-content {
    background-color: white;
    border-left: 1px solid whitesmoke;
    border-right: 1px solid whitesmoke;
    border-bottom: 1px solid whitesmoke;
    padding: 0 5px;
    max-height: auto;
    overflow: hidden;
    transition: max-height all ease-in-out;
}

.accordion-expandall {
    border: hidden;
    display: inline-block;
    margin-left: auto;
    float: right;
    padding: 8px 12px;
    cursor: pointer;
    font-family: sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    background-color: #007AC3;
}

.accordion-expandall:hover, .accordion-expandall.is-open {
    background-color: #85BC20;
}

.saveSection {
    border: hidden;
    outline: hidden;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 8px 12px;
    cursor: pointer;
    font-family: "Fira Sans";
    font-size: 13px;
    color: #FFFFFF;
    background-color: #007AC3;
    position: relative;
    bottom: 8px;
}

.customPage {
    display: block;
    margin-left:auto;
    margin-right: auto;
    font-family: "Fira Sans Light";
    text-align: center;
}

.table-width-300 {
    width: 300px;
}

.text-align-left {
    text-align: left;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.center-text {
    text-align: center;
}
