﻿@charset "utf-8";

* {
    box-sizing: border-box;
}

html {
    height: 100%;
}

body {
}

a {
    cursor: pointer !important;
}

.font-weight-bolder {
    font-weight: 500;
}

.fw-bolder {
    font-weight: 500;
}


.overflow-y-only {
    overflow-y: auto;
    overflow-x: clip;
}

.overflow-x-only {
    overflow-y: clip;
    overflow-x: auto;
}






.fxs-blade-close {
    height: 36px !important;
    width: 36px !important;
}

.fxs-blade-button {
    width: 32px;
}

    .fxs-blade-button svg, .fxs-blade-dropmenubutton svg {
        height: 12px;
        width: 12px;
    }

.fxs-blade-button, .fxs-blade-dropmenubutton {
    cursor: pointer;
    padding: 0;
    border: 0;
    background-color: transparent;
    margin: 0;
    transition: background-color .2s ease-out;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}


[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

.transaction-close-wrapper {
    margin: 0px 20px;
    display: flex;
    align-items: center;
    flex-direction: row;
}

    .transaction-close-wrapper i.fa-times {
        font-size: 20px;
        display: flex;
        width: 36px;
        height: 36px;
        align-items: center;
        justify-content: space-around;
        background: #f4f4f4;
    }

        .transaction-close-wrapper i.fa-times:hover {
            background: red;
            color: white;
        }


body {
    min-height: 100vh !important;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.grid-pager .pagination  li{
    padding:5px 10px;
    margin-right:6px;
    border:1px solid #ccc;
    border-radius:2px;
    cursor:pointer;
}

.grid-pager .pagination li:hover {
    background:#f4f4f4;
}

.formFieldsetFlow {
    list-style: none;
    list-style-type: none;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    clear: both;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 15px 0px;
    border: 1px solid #ccc;
    border-radius: 5px;
    min-width: 250px;
}

    .formFieldsetFlow li {
        padding: 5px 10px;
        margin: 8px 30px 8px 0px;
        display: inline-block;
    }

        .formFieldsetFlow li.title {
            grid-area: 1 / 1 / span 1 / span 2;
        }


            .formFieldsetFlow li.title > .inputLabel {
                font-weight: bolder !important;
            }

.formFieldsetGrid {
    list-style: none;
    list-style-type: none;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    clear: both;
    display: grid;
    grid-auto-flow: dense;
    grid-template-columns: repeat(auto-fit, 350px);
    /*grid-template-rows: repeat(auto-fit, 50px);*/
    margin: 15px 0px;
    border:1px solid #ccc;
    border-radius:5px;
}

    .formFieldsetGrid li {
        padding: 5px 10px;
        margin: 8px 30px 8px 0px;
        display: inline-block;
    }

    .formFieldsetGrid li.title {
        grid-area:1 / 1 / span 1 / span 2;
    }


        .formFieldsetGrid li.title > .inputLabel{
            font-weight:bolder !important;
        }

.divLine a {
    font-size: 12px;
}

    .divLine a > i {
        font-size: 14px;
        margin-right: 3px;
    }

.body-content {
    display: flex;
    overflow: hidden;
    height: 100vh;
    margin-top: -42px;
    padding-top: 42px;
    position: relative;
    backface-visibility: hidden;
    will-change: overflow;
}

.body-content-left-pane {
    display:flex;
    flex-direction:column;
    height:100%;
    overflow:hidden;
    max-width: 220px;
    min-width: 220px;
    font-size: 13px;
    box-sizing: border-box;
    background-color: #e9e9e9;
}

.hide-scroll {
    -webkit-overflow-scrolling: auto;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
}

/*.body-content-left-pane::-webkit-scrollbar {
    width: 0 !important
}*/

.body-content-left-pane.fullmenu {
    /*display: flex;
    flex-direction: column;
    max-width: 200px;
    min-width: 200px;
    transition: width 0.1s ease-out;*/
    /*min-height: 100vh !important;*/
    /*overflow: auto;
    overflow-x: hidden;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    background: #2C3135 !important;*/
}

.body-content-left-pane.minimenu {
    max-width: 36px !important;
    min-width: 36px !important;
    transition: width 0.1s ease-out;
    overflow: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
}

    .body-content-left-pane.minimenu:hover {
        max-width: 200px !important;
        min-width: 200px !important;
        transition: width 0.1s ease-out;
        overflow: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: none;
        position:absolute;
        z-index:10;
    }

.navigation-pane-holder {
    display: block;
    max-width: 200px;
}

.body-content-right-pane {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    height: 100%;
    width: 100%;
}

#contentBody {
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}


.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
}

    .form-check .form-check-input {
        float: left;
        margin-left: -1.5em;
    }

.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, 0.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

    .form-check-input[type=checkbox] {
        border-radius: 0.25em;
    }

    .form-check-input[type=radio] {
        border-radius: 50%;
    }

    .form-check-input:active {
        filter: brightness(90%);
    }

    .form-check-input:focus {
        border-color: #86b7fe;
        outline: 0;
        box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    }

    .form-check-input:checked {
        background-color: #0d6efd;
        border-color: #0d6efd;
    }

        .form-check-input:checked[type=checkbox] {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
        }

        .form-check-input:checked[type=radio] {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
        }

    .form-check-input[type=checkbox]:indeterminate {
        background-color: #0d6efd;
        border-color: #0d6efd;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
    }

    .form-check-input:disabled {
        pointer-events: none;
        filter: none;
        opacity: 0.5;
    }

        .form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
            opacity: 0.5;
        }

.form-switch {
    padding-left: 2.5em;
}

    .form-switch .form-check-input {
        width: 2em;
        margin-left: -2.5em;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
        background-position: left center;
        border-radius: 2em;
        transition: background-position 0.15s ease-in-out;
    }

@media (prefers-reduced-motion: reduce) {
    .form-switch .form-check-input {
        transition: none;
    }
}

.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
    background-position: right center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}


.flex-no-scroll {
    overflow: hidden;
}

.flex-no-scroll {
    overflow: auto;
    height: auto;
}

/*#contentBody > div, #contentBody > section {
    padding: 40px 30px;
    margin-top:15px;
}

    #contentBody > table {
        margin: 20px 30px;
        overflow: auto;
        height: auto;
    }

#contentBody > div.divLine {
    padding: 5px 30px;
    margin-top:0px;
}
    #contentBody > section.divLine {
        padding: 5px 30px;
        margin-top: 0px;
    }

    #contentBody > section:not(.divLine) {
        padding: 5px 30px;
        margin: 10px 0px;
    }

    #contentBody > div:not(.divLine) {
        padding: 5px 30px;
        margin: 10px 0px;
    }*/

i.fa {
    text-shadow: 0px 1px 2px rgba(49,49,64,0.2);
}

.pageList {
    list-style: none;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    display: inline-block;
    margin-top:5px;
}

    .pageList li {
        font-size: 11px;
        list-style: none;
        list-style-type: none;
        padding: 0px 6px;
        margin: 0px;
        display: inline-block;
        vertical-align: middle;
        text-align: center;
    }

        .pageList li i {
            color: #002066;
        }

            .pageList li i:hover {
                color: #CD5C5C;
            }

.v-align-top {
    vertical-align: top !important;
}

.tileMenuList {
    list-style: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
}

    .tileMenuList li {
        display: inline-flex;
        flex-direction: column;
        list-style: none;
        list-style-type: none;
        margin: 0 20px;
        padding: 0;
        min-width: 160px;
        width: 18%;
        text-align: center;
    }

        .tileMenuList li .logo {
            font-size: 36px;
            color: #0074d8; /*recolor000099*/
            padding: 10px 10px 5px 10px;
        }

        .tileMenuList li:hover {
            background-color: #f4f4f4;
        }

            .tileMenuList li:hover .logo {
                color: #0000cc;
            }

        .tileMenuList li .name {
            font-size: 16px !important;
            padding: 5px 10px;
        }

        .tileMenuList li .desc {
            font-size: 11px;
            color: #999;
            padding: 5px 10px 10px 10px;
        }

.progress-h-header {
    font-size: 14px;
    color: #0074d8; /*recolor000099*/
    margin-bottom: 5px;
}

.progress-h-bar {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-content: center;
    align-items: center;
}

    .progress-h-bar.vertical {
        flex-direction: column !important;
    }

    .progress-h-bar > .progress-h-component {
        height: 10px;
        display: flex;
        width: 80%;
        flex-direction: column;
        background-color: #ccc;
    }

        .progress-h-bar > .progress-h-component > div {
            height: 10px;
            display: flex;
            background-color: red;
        }

    .progress-h-bar > .progress-h-title {
        display: flex;
        width: 20%;
        flex-direction: column;
        text-align: center;
    }

.li-horizontal-style-1 {
    margin: 0px 0px 10px 0px;
    padding: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background-color: #ddd;
}

.li-horizontal-style-1.no-margin {
    margin:0px !important;
}

    .li-horizontal-style-1 li {
        margin: 0px;
        padding: 4px 6px;
        display: inline-flex;
        flex-direction:row;
        vertical-align: middle;
        line-height: unset;
    }
        .li-horizontal-style-1 li:hover {
            /*background-color: #eee;*/
        }

        .li-horizontal-style-1 li:first-child {
            margin-left: 0px !important;
        }

        .li-horizontal-style-1 li input, .li-horizontal-style-1 li select {
            max-width: 120px;
        }



        /*------Form Global Data Manager Theme---------------*/
        .form-header {
    padding: 0px !important;
    border-bottom: 1px solid #ddd;
    display: inline-block;
    flex-direction: column;
}

.form-wrapper {
    width: 100%;
    height: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
}


/*indesign*/
.crf-status-1 g{
    fill:yellow;
}

/*reveiwed*/
.crf-status-2 g {
    fill: lightgreen;
}

/*approved*/
.crf-status-3 g {
    fill: green;
}

/*active*/
.crf-status-4 g {
    fill: green;
}

/*inactive*/
.crf-status-5 g {
    fill: grey;
}






.form-wrapper .no-padding {
    padding: 0px;
}

    .form-wrapper .no-padding-x {
        padding-right: 0px;
        padding-left: 0px;
    }

    .form-wrapper .no-padding-y {
        padding-top: 4px;
        padding-bottom: 4px;
    }

    .form-wrapper .no-padding-x-r {
        padding-right: 0px;
    }

    .form-wrapper .no-padding-x-l {
        padding-left: 0px;
    }

    .form-wrapper .no-padding-y-t {
        padding-top: 0px;
    }

    .form-wrapper .no-padding-y-b {
        padding-bottom: 4px;
    }

    .form-wrapper .padding {
        padding: 10px;
    }

    .form-wrapper .padding-x {
        padding-right: 10px;
        padding-left: 10px;
    }

    .form-wrapper .padding-y {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .form-wrapper .padding-2x {
        padding-right: 20px;
        padding-left: 20px;
    }

    .form-wrapper .padding-2x {
        padding-right: 30px;
        padding-left: 30px;
    }

    .form-wrapper .padding-2y {
        padding-top: 20px;
        padding-bottom: 20px;
    }

.form-header-content {
    background-color: #f4f4f4;
    border-bottom: 1px solid #ddd;
    padding:15px;
    line-height:19px;
}

.form-info-group {
    display: inline-block;
    padding: 0px;
    margin-right: 20px !important;
    max-width: 500px;
}

.form-info-label {
    font-size: 13px;
    color: #666;
}

.form-info-label .separator {
    color:#ccc;
    margin:0px 5px;
}

    .form-info-value {
    font-size: 15px;
    color: #000;
    word-wrap: break-word;
}

    .form-info-value.title {
        font-weight: 600;
        word-wrap: break-word;
    }

.form-action-panel {
    border-bottom: 1px solid #f4f4f4;
    vertical-align: middle;
    padding: 6px 10px !important;
    background: #eee;
}

    .form-action-panel a {
        display: inline-block;
        margin: 0px 10px 0px 10px;
        cursor: pointer;
    }

.form-content {
    background-color: #fff;
}

.form-content {
    /*overflow:auto;*/
    height: 100%;
}

.field-sdv-pane {
    flex-direction: column;
    display: flex;
    padding: 2px !important;
    background: #ddd;
    width: auto !important;
    align-self: center;
    align-items: center;
}

.form-message-panel {
    background-color: khaki;
    padding: 0px !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
}

    .form-message-panel .form-message-panel-icon {
        font-size: 15px !important;
        display: flex;
        flex-direction: row;
        padding: 7px 9px !important;
        color: #fff;
        text-align: center;
        align-items: center;
        align-content: center;
        background-color: darkkhaki;
    }

    .form-message-panel .form-message-panel-message {
        padding: 6px 10px !important;
        font-size: 13px;
        display: flex;
        color: #000;
        opacity: 0.7;
        width: 100%;
    }

.field-sdv-pane input {
    width: 16px;
    height: 16px;
}

.sdv-complete {
    background-color: lightgreen;
}

.form-notes {
    font-size: 12px;
    color: #666;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 5px;
}

.form-section{
}

.form-section-header {
    font-weight: bolder;
    padding: 15px 15px 5px 15px;
    font-size:14px;
}

    .form-section-header a {
        display: none;
        margin: 0px 4px;
    }

        .form-section-header a:first-child {
            margin-left: 40px;
        }

    .form-section-header:hover a {
        display: inline;
    }

.form-section-notes {
    font-size: 12px;
    color: #666;
    padding: 5px 15px 15px 15px;
}

.form-field-group {
    padding: 0px;
    margin: 0px;
    list-style: none;
    list-style-type: none;
}

.form-field {
    display: inline-flex;
    flex-direction: column;
    font-size: 12px;
    min-width:20%;
    padding:15px;
}
    .form-field.width-33 {
        width: 33%;
    }

.form-field.width-25{
    width:25%;
}
    .form-field.width-50 {
        width: 50%;
    }
    .form-field.width-75 {
        width: 75%;
    }
    .form-field.width-100 {
        width: 100%;
    }

    .form-field:hover {
        /*background-color: #f4f4f4;*/
    }

    .form-field.form-object-hidden {
        display: none !important;
    }

.form-field-sdv-group {
    display: flex;
    flex-direction: column;
    margin-left:10px;
}

.split-view .form-field-sdv-group {
    display: flex;
    flex-direction: row;
    flex-flow: row wrap;
}

.form-field.sdv {
    flex-direction: row !important;
}

.form-field.split-view {
    flex-direction: row !important;
    flex-flow: row wrap;
}


            .form-field.split-view .form-field-label {
                display: flex;
                width: auto;
                flex-direction: row;
            }

            .form-field.split-view .form-field-input {
                display: flex;
                width: auto;
                flex-direction: row;
                min-width:300px;
            }

            .form-field.split-view .form-field-validation {
                flex-basis: 100%;
                flex-direction: column;
                display:inline-flex;
            }

    .form-field-label {
    font-weight: 600;
    color: #444;
    display: flex;
    flex-direction: row;
    margin-bottom:4px;
    justify-content:space-between;
}

.form-field-label-text{

}

.form-field-label > div {
    padding: 0px;
}






.overview-info-item-row {
    position: relative;
    margin-bottom: 10px;
    display: flex;
    max-width: 100%;
    box-sizing: border-box;
    flex-direction: row;
    padding-right: 25px;
}

.overview-info-item-column {
    position: relative;
    padding-right: 25px;
    margin-bottom: 10px;
    display: flex;
    max-width: 100%;
    box-sizing: border-box;
    flex-direction: column;
}

.overview-info-label {
    font-size: 13px;
    line-height: 18px;
    color: #646464;
    display: flex;
    min-width: 200px;
}

.overview-info-item-row > .overview-info-label {
    margin-right: 30px;
}

.overview-info-value {
    font-size: 13px;
    line-height: 18px;
    color: #000;
    display: flex;
}

.essential-info-wrapper {
    display: flex;
    flex-direction: row;
    margin-top: 30px;
}

.essential-info-container {
    display: flex;
    flex-direction: column;
    margin-right: 50px;
    width: 100%;
}

.essential-info-title-wrapper {
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
}

.essential-info-title {
    font-weight: 500;
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 14px;
}

.essential-info-content-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.essential-info-list {
    list-style: none;
    list-style-type: none;
    padding: 0px;
    clear: both;
    display: grid;
    grid-auto-flow: dense;
    grid-template-columns: repeat(auto-fit, 300px);
    /*grid-template-rows: repeat(auto-fit, 50px);*/
}

    .essential-info-list li {
        padding: 4px 30px 4px 0px;
        display: flex;
        flex-direction: column;
        margin-bottom: 10px;
    }

.essential-info-item-label {
    font-size: 13px;
    line-height: 18px;
    color: #646464;
}

.essential-info-item-value {
    font-size: 13px;
    line-height: 18px;
    color: #000;
}




.content-actionbar-wrapper {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.content-actionbar {
    width: 100%;
    padding: 0;
    margin: 5px 0px;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    border-bottom: 1px solid rgba(204,204,204,.8);
    border-top: 1px solid rgba(204,204,204,.8);
}

.content-actionbar-wrapper .content-actionbar {
    margin: 0px !important;
}

.content-actionbar .title {
    font-size: 15px;
    color: #FFF;
    min-width: 300px;
    text-overflow: ellipsis;
    vertical-align: middle;
    background: #004b8b;
}

.content-actionbar a, .content-actionbar span.anchor-link {
    height: 36px;
    font-size: 13px;
    display: inline-flex;
    align-content: center;
    align-items: center;
    padding: 0px 20px;
    color: #323130 !important;
}

    .content-actionbar a:hover, .content-actionbar span.anchor-link:hover {
        background: #f4f4f4;
    }

    .content-actionbar a > i, .content-actionbar span.anchor-link > i {
        font-size: 16px;
        margin-right: 8px;
        margin-top: 2px;
        color: #0074d8 !important;
    }

        .content-actionbar a > i, .content-actionbar span.anchor-link > i.fa-2x {
            font-size: 20px;
        }





.sui-back-button {
    position: relative;
    box-sizing: border-box;
    min-height: 26px !important;
    font-size: 13px !important;
    line-height: 22px !important;
    font-weight: 600 !important;
    cursor: pointer;
    border: 1px solid #0074d8 !important;
    padding: 0px 15px;
    margin: 0;
    min-width: 60px;
    border-radius: 3px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    background-color: #0074d8 !important;
    border-color: #0074d8 !important;
    color: #fff !important;
    fill: white !important;
}

    .sui-back-button i {
        margin-right: 10px;
        font-size: 20px;
    }

    .sui-back-button:active {
        background-color: #005a9e;
        border-color: #005a9e;
    }

    .sui-back-button:hover {
        background-color: #106ebe !important;
        border-color: #106ebe !important;
    }

.sui-back-button-default {
    position: relative;
    box-sizing: border-box;
    min-height: 26px !important;
    font-size: 13px !important;
    line-height: 22px !important;
    font-weight: 600 !important;
    cursor: pointer;
    border: 1px solid #0074d8 !important;
    padding: 0px 15px;
    margin: 0;
    min-width: 60px;
    border-radius: 3px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    background-color: #fff;
    border-color: #8a8886;
    color: #323130;
    fill: #323130;
}

    .sui-back-button-default i {
        margin-right: 10px;
        font-size: 20px;
    }

    .sui-back-button-default:active {
        background-color: #005a9e;
        border-color: #005a9e;
    }

    .sui-back-button-default:hover {
        background-color: #f4f4f4 !important;
        border-color: #106ebe !important;
    }

.fxs-button {
    position: relative;
    box-sizing: border-box;
    height: 28px !important;
    font-size: 13px !important;
    line-height: 20px !important;
    font-weight: 600 !important;
    cursor: pointer;
    border: 1px solid #0074d8 !important;
    padding: 0px 20px;
    margin: 0;
    min-width: 60px;
    border-radius: 3px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

    .fxs-button i {
        margin-right: 10px;
        font-size: 16px;
        margin-left: -5px;
    }


.fxs-icon-button {
    position: relative;
    box-sizing: border-box;
    height: 28px !important;
    font-weight: 600 !important;
    cursor: pointer;
    border: 1px solid #0074d8 !important;
    padding: 0px 10px;
    margin: 0;
    min-width: 46px;
    border-radius: 3px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-color: #8a8886;
    color: #323130;
    fill: #323130;
}

    .fxs-icon-button:hover {
        color: #fff !important;
        fill: #fff !important;
        background-color: #0074d8 !important;
    }

    .fxs-icon-button.active {
        color: #fff !important;
        fill: #fff !important;
        background-color: #0074d8 !important;
    }




.fxs-icon-button-small {
    position: relative;
    box-sizing: border-box;
    height: 28px !important;
    font-weight: 600 !important;
    cursor: pointer;
    border: 1px solid #0074d8 !important;
    padding: 0px 6px;
    margin: 0;
    min-width: 30px;
    border-radius: 3px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-color: #8a8886;
    color: #323130;
    fill: #323130;
}

    .fxs-icon-button-small:hover {
        color: #fff !important;
        fill: #fff !important;
        background-color: #0074d8 !important;
    }


.fxs-portal-button-primary {
    background-color: #0074d8 !important;
    border-color: #0074d8 !important;
    color: #fff !important;
    fill: white !important;
}

    .fxs-portal-button-primary:active {
        background-color: #005a9e;
        border-color: #005a9e;
    }

    .fxs-portal-button-primary:hover {
        background-color: #106ebe !important;
        border-color: #106ebe !important;
    }




.fxs-button-default {
    background-color: #fff;
    border-color: #8a8886;
    color: #323130;
    fill: #323130;
}

    .fxs-button-default:hover {
        color: #201f1e !important;
        fill: #201f1e !important;
        background-color: #f3f2f1 !important;
    }

.fxs-button-disabled {
    cursor: default;
    background-color: #f3f2f1;
    border-color: #f3f2f1;
    color: #a19f9d;
    fill: #a19f9d;
}

.fxs-button.fxs-button-disabled {
    cursor: default;
}

.fxs-button:focus {
    outline: none;
}


.fxs-portal-button-primary > .fxs-button-text {
    color: #fff !important;
}


.content-loading-indicator {
    background-color: #111;
    width: 100%;
    height: 2px;
    margin-top: -4px;
    margin-bottom: 2px;
    display: none;
}

.content-loading-element {
    height: 2px;
    width: 100%;
    background: #e5e5e5;
}

    .content-loading-element:before {
        content: '';
        display: block;
        background-color: #4CAF50;
        height: 2px;
        width: 0;
        animation: getWidth 3.5s ease-in infinite;
    }

@keyframes getWidth {
    100% {
        width: 100%;
    }
}


.sui-page-title-wrapper {
    padding-left: 30px;
    /*padding-top: 10px;*/
    padding-bottom: 10px;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    background-color: #dedede;
}

.sui-page-title-icon {
    display: flex;
    align-content: center;
    align-items: center;
    padding-right: 15px;
}

    .sui-page-title-icon i {
        font-size: 28px;
    }

.sui-page-title a {
    font-size: 15px;
    margin: 0px 10px;
    line-height: 18px;
}

.sui-page-title {
    display: inline-flex;
    align-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 22px;
    flex: 0 1 auto;
    margin-right: 16px;
    width: 100%;
}

    .sui-page-title h6, .sui-page-title h4, .sui-page-title h5 {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        height: 30px;
        align-items: flex-start;
        font-size: 22px;
    }

    .sui-page-title div {
        line-height: 13px;
    }

.sui-page-title-subtitle {
    max-width: 100%;
    font-size: 12px;
    /*line-height: 14px;*/
    color: #666 !important;
    display: flex;
}


.transaction-close-wrapper {
    margin: 0px 20px;
    display: flex;
    align-items: center;
    flex-direction: row;
}

    .transaction-close-wrapper i.fa-times {
        font-size: 20px;
        display: flex;
        width: 36px;
        height: 36px;
        align-items: center;
        justify-content: space-around;
        background: #f4f4f4;
    }

        .transaction-close-wrapper i.fa-times:hover {
            background: red;
            color: white;
        }




.table-filter-wrapper {
    display: flex;
    flex-direction: row;
    background-color: #eee;
    min-height: 36px;
    align-items: center;
    border-radius: 3px;
    margin-top: 15px;
}

.table-filter-icon {
    display: flex;
    width: 40px;
    height: 30px;
    align-content: center;
    align-items: center;
    justify-content: center;
}

    .table-filter-icon svg {
        width: 24px;
        height: 24px;
    }

.table-filter-list-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0px;
    padding: 0px;
}

    .table-filter-list-container li {
        margin-right: 8px;
        padding: 4px 0px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }

        .table-filter-list-container li > input[type=text], .table-filter-list-container li > input[type=button], .table-filter-list-container li > select {
            width: 120px;
            border-radius: 15px !important;
            border-color: #0074d8 !important;
        }

        .table-filter-list-container li:hover {
        }

        .table-filter-list-container li:first-child {
            margin-left: 0px !important;
        }



.azc-metrics .azc-metrics-scrollbar {
    display: flex;
    flex-flow: column;
    flex: 0 0 auto;
    width: 28px;
    height: 100%;
    padding: 0 4px;
    box-sizing: border-box;
}

    .azc-metrics .azc-metrics-scrollbar .azc-metrics-scrollUp, .azc-metrics .azc-metrics-scrollbar .azc-metrics-scrollDown {
        align-content: center;
        padding: 0 3px;
        cursor: pointer;
    }

        .azc-metrics .azc-metrics-scrollbar .azc-metrics-scrollUp svg, .azc-metrics .azc-metrics-scrollbar .azc-metrics-scrollDown svg {
            height: 12px;
            width: 12px;
        }

.azc-metrics svg {
    display: block;
}

.azc-metrics .azc-metrics-scrollbar .azc-metrics-scrollText {
    width: 100%;
    font-size: 12px;
    padding: 2px;
    font-weight: 600;
}

.azc-metrics .azc-metrics-scrollbar .azc-metrics-scrollUp, .azc-metrics .azc-metrics-scrollbar .azc-metrics-scrollDown {
    align-content: center;
    padding: 0 3px;
    cursor: pointer;
}

    .azc-metrics .azc-metrics-scrollbar .azc-metrics-scrollUp svg, .azc-metrics .azc-metrics-scrollbar .azc-metrics-scrollDown svg {
        height: 12px;
        width: 12px;
    }

.azc-metrics .azc-metrics-container {
    display: flex;
    flex-flow: row;
    flex: 1 1 auto;
}

.azc-metrics.azc-metrics-sizeLarge ul.azc-metrics-vertical {
    padding-bottom: 12px;
    width: 100%;
}

.azc-metrics ul {
    margin: 0;
    padding: 0;
    list-style: none;
    min-width: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 210px;
}

    .azc-metrics ul.azc-metrics-horizontal {
        flex-direction: row !important;
    }

        .azc-metrics ul.azc-metrics-horizontal li {
            min-width: 150px;
        }

.azc-metrics {
    margin-left: 30px;
}

    .azc-metrics.azc-metrics-sizeLarge ul.azc-metrics-vertical li:first-child {
        margin-top: 0;
    }

    .azc-metrics.azc-metrics-sizeLarge ul.azc-metrics-vertical li {
        margin-bottom: 20px;
        height: 45px;
        margin-right: 0;
    }

    .azc-metrics.azc-metrics-sizeLarge ul li {
        height: 45px;
        margin-bottom: 15px;
    }

        .azc-metrics.azc-metrics-sizeLarge ul li .azc-metrics-barColor {
            display: inline-block;
            width: 5px;
            float: left;
            height: 45px;
            margin-right: 5px;
        }

div.msportalfx-bgcolor-i2, .azc-color-index-30, div.azc-color-i2, .azc-before-color-index-30::before, div.azc-before-color-i2::before {
    background-color: #55d455 !important;
}

.msportalfx-bgcolor-i2 {
    background-color: #55d455;
    color: #000;
}

.azc-metrics.azc-metrics-sizeLarge ul li .azc-metrics-barColor svg {
    height: 45px;
}

.azc-metrics svg {
    display: block;
}

.azc-metrics .azc-metrics-vertical .azc-metrics-singleSetting {
    width: calc(100% - (5px + 5px));
    height: inherit;
    min-width: 75px;
}

.azc-metrics .azc-metrics-singleSetting {
    display: inline-block;
    text-align: left;
}

.azc-metrics .azc-metrics-vertical .azc-metrics-singleSetting .azc-singleSetting-caption {
    max-width: calc(100% - 10px);
}

.azc-metrics .azc-metrics-singleSetting .azc-singleSetting-caption {
    font-weight: 700;
    font-size: 10px;
    line-height: 10px;
    letter-spacing: -.05em;
    text-align: left;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 4px;
    display: inline-block;
    max-width: 115px;
    vertical-align: top;
}

.azc-singleSetting .azc-singleSetting-caption {
    margin: 4px 0;
}

.azc-metrics.azc-metrics-sizeLarge .azc-singleSetting-data {
    height: 30px;
}

.azc-metrics .azc-metrics-singleSetting .azc-singleSetting-data {
    text-align: left;
}

.azc-singleSetting .azc-singleSetting-data {
    width: 100%;
    position: relative;
    line-height: 1;
}

.azc-metrics.azc-metrics-sizeLarge .azc-singleSetting-data div:first-child {
    padding-right: 5px;
}

.azc-metrics.azc-metrics-sizeLarge .azc-singleSetting-data .azc-singleSetting-value {
    font-size: 40px;
    line-height: 24px !important;
}

.azc-metrics .azc-metrics-singleSetting .azc-singleSetting-data .azc-singleSetting-value {
    font-weight: 600;
    font-size: 26px;
    line-height: 26px;
    letter-spacing: -.025em;
}

.azc-singleSetting .azc-singleSetting-data .azc-singleSetting-value {
    display: inline-block;
    font-size: 40px;
    pointer-events: none;
}


.fxc-section.fxc-smart-labels .fxc-section-control > .azc-form-labelcontainer, .fxc-section.fxc-smart-labels > .fxc-weave-pccontrol > .azc-form-labelcontainer, .fxc-section.fxc-smart-labels .fxc-section-control > .azc-formElementSubLabelContainer, .fxc-section.fxc-smart-labels > .fxc-weave-pccontrol > .azc-formElementSubLabelContainer {
    width: 100% !important;
}

.msportalfx-customHtml > .azc-formElementSubLabelContainer {
    height: 100%;
}

.fxc-section.fxc-smart-labels .fxc-section-control > .azc-form-labelcontainer, .fxc-section.fxc-smart-labels > .fxc-weave-pccontrol > .azc-form-labelcontainer, .fxc-section.fxc-smart-labels .fxc-section-control > .azc-formElementSubLabelContainer, .fxc-section.fxc-smart-labels > .fxc-weave-pccontrol > .azc-formElementSubLabelContainer {
    width: 100% !important;
}



/******** Breadcrumb Container *********/
.breadcrumb-container {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    min-width: 480px;
    padding: 0 40px;
}

.breadcrumb {
    display: flex;
    border-radius: 6px;
    overflow: hidden;
    margin: auto;
    text-align: center;
    top: 50%;
    width: 100%;
    height: 45px;
    transform: translateY(-50%);
    box-shadow: 0 1px 1px rgba(0,0,0,1), 0 4px 14px rgba(0,0,0,0.7);
    z-index: 1;
    background-color: #ddd;
    font-size: 14px;
}

    .breadcrumb a {
        position: relative;
        display: flex;
        flex-grow: 1;
        text-decoration: none;
        margin: auto;
        height: 100%;
        padding-left: 30px;
        padding-right: 0;
        color: #666;
    }

        .breadcrumb a:first-child {
            padding-left: 10px;
        }

        .breadcrumb a:last-child {
            padding-right: 10px;
        }

        .breadcrumb a:after {
            content: "";
            position: absolute;
            display: inline-block;
            width: 45px;
            height: 45px;
            top: 0;
            right: 9px;
            background-color: #ddd;
            border-top-right-radius: 5px;
            transform: scale(0.707) rotate(45deg);
            box-shadow: 1px -1px rgba(0,0,0,0.25);
            z-index: 1;
        }

        .breadcrumb a:last-child:after {
            content: none;
        }

.breadcrumb__inner {
    display: flex;
    flex-direction: column;
    margin: auto;
    z-index: 2;
}

.breadcrumb__title {
    font-weight: bold;
}

.breadcrumb a.active, .breadcrumb a:hover {
    background: darken(orange, 20%);
    color: white;
}

    .breadcrumb a.active:after, .breadcrumb a:hover:after {
        background: darken(orange, 20%);
        color: white;
    }

@media all and (max-width: 1000px) {
    .breadcrumb {
        font-size: 12px;
    }
}

@media all and (max-width: 710px) {
    .breadcrumb__desc {
        display: none;
    }

    .breadcrumb {
        height: 30px;
    }

        .breadcrumb a {
            padding-left: 10px;
        }

            .breadcrumb a:after {
                content: "";
                width: 30px;
                height: 30px;
                right: 14px;
                transform: scale(0.707) rotate(45deg);
            }
}

/*------End of Form Global Data Manager Theme---------------*/
.form-view-manager {
    width: 100%;
}

.form-view-left-panel {
    width: 20%;
    min-width: 300px;
    background-color: #eee;
    vertical-align: top;
    min-height: 100px;
    box-shadow: 0px 1px 4px rgba(49,49,64,0.4);
    margin-right: 20px;
}

    .form-view-left-panel .form-input-pane {
        padding: 10px;
    }

.form-input-pane input:not([type='button']), .form-input-pane select {
    display: inline-flex;
    border: 1px solid #ccc !important;
    /*padding: 4px 2px !important;*/
    /*margin-right:20px;*/
    font-size: 12px !important;
}

.form-view-list {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    list-style: none;
    list-style-type: none;
}

    .form-view-list li {
        margin: 0px 0px 3px 0px;
        padding: 0px;
        list-style: none;
        list-style-type: none;
        background: #fff;
        min-height: 60px;
    }

        .form-view-list li .title-text {
            margin: 0px 0px 6px 0px;
            padding: 0px;
            font-size: 13px;
        }

        .form-view-list li .sub-title-text {
            margin: 0px;
            padding: 0px;
            font-size: 12px;
            color: #666;
        }

.form-view-list-item {
    margin: 0px;
    padding: 0px;
    list-style: none;
    list-style-type: none;
    display: flex;
    width: 100%;
    box-shadow: 0px 1px 2px rgba(49,49,64,0.4);
}

    .form-view-list-item li {
        margin: 0px 0px 0px 0px;
        padding: 0px;
        list-style: none;
        list-style-type: none;
        float: left;
    }

        .form-view-list-item li.form-status-pane {
            width: 5px;
            background: #ccc;
            vertical-align: middle;
        }

            .form-view-list-item li.form-status-pane.inactive {
                background: #ccc;
            }

            .form-view-list-item li.form-status-pane.completed {
                background: #0074d8; /*recolor000099*/
            }

            .form-view-list-item li.form-status-pane.warning {
                background-color: darkorange;
            }

            .form-view-list-item li.form-status-pane.error {
                background-color: red;
            }

            .form-view-list-item li.form-status-pane.form-status-1 {
                background: #ff9900 !important;
            }

            .form-view-list-item li.form-status-pane.form-status-2 {
                background: #009933 !important;
            }

            .form-view-list-item li.form-status-pane.form-status-3 {
                background: #ccc !important;
            }

            .form-view-list-item li.form-status-pane.form-entry-status-1 {
                background: #ff9900 !important;
            }

            .form-view-list-item li.form-status-pane.form-entry-status-2 {
                background: #009933 !important;
            }

            .form-view-list-item li.form-status-pane.form-entry-status-3 {
                background: #ccc !important;
            }

.form-entry-status-1 {
    color: #888888 !important;
}

.form-entry-status-2 {
    color: #ff9900 !important;
}

.form-entry-status-3 {
    color: #009933 !important;
}

.form-entry-status-9 {
    color: blue !important;
}


.form-entry-status-1.bg {
    color: #888888 !important;
    background-color: #888888 !important;
}

.form-entry-status-2.bg {
    color: #ff9900 !important;
    background-color: #ff9900 !important;
}

.form-entry-status-3.bg {
    color: #009933 !important;
    background-color: #009933 !important;
}

.form-entry-status-9.bg {
    color: blue !important;
    background-color: blue !important;
}

.cursor-pointer{
    cursor:pointer;
}


.discrepancy-status-1 {
    color: red !important;
}

.discrepancy-status-2 {
    color: #ff9900 !important;
}

.discrepancy-status-3 {
    color: #009933 !important;
}

.discrepancy-status-4 {
    color: red !important;
}

.form-view-list-item li.form-status-pane.form-entry-status-1 {
    background: #ccc !important;
}

.form-view-list-item li.form-status-pane.form-entry-status-2 {
    background: #ff9900 !important;
}

.form-view-list-item li.form-status-pane.form-entry-status-3 {
    background: #009933 !important;
}

.form-view-list-item li.form-status-pane.discrepancy-active {
    background-color: red !important;
}

.form-view-list-item li.form-status-pane.freeze {
    background: #003366 !important;
}

.form-view-list-item li.form-title-pane {
    background: #fff;
    padding: 0px 10px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    width: 100%;
}

    .form-view-list-item li.form-title-pane .form-title-pane span {
        clear: both;
        margin-top: 4px;
    }

.form-view-list-item li.form-info-pane {
    display: flex;
    flex-direction: row;
    width: 60%;
    line-height: normal !important;
    text-align: center;
    font-size: 12px;
    color: #999;
}

    .form-view-list-item li.form-info-pane > p {
        padding: 0px 6px;
        margin: auto 5px !important;
        text-align: left !important;
        width: 60px;
    }

    .form-view-list-item li.form-info-pane .workflow-name {
        font-size: 10px;
        color: #999;
    }

.form-view-list-item li.form-action-pane {
    max-width: 100px;
    min-width: 50px;
    vertical-align: middle;
    float: right;
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    line-height: 60px;
    text-align: right;
}

    .form-view-list-item li.form-action-pane a {
        line-height: 30px;
        padding: 0px 8px;
        margin: 15px 5px;
        display: none;
    }

.form-view-list-item:hover li.form-action-pane a {
    display: inline;
}

.form-view-list-item li.form-action-pane a:hover {
    background-color: #f9f9f9;
}

.form-view-list-item li.form-action-pane p {
    line-height: 30px;
    padding: 0px 8px;
    margin: 15px 5px;
}

.form-view-list-item:hover li.form-action-pane p {
    display: inline;
}

.form-view-list-item li.form-action-pane p:hover {
    background-color: #f9f9f9;
}

.form-view-pane-header {
    display: flex;
    flex-direction: row;
}

    .form-view-pane-header .indicator {
        min-width: 40px;
        width: auto;
        padding: 10px;
        background-color: #FFB13D;
        text-align: center;
    }

    .form-view-pane-header .title-name {
        width: 100%;
        padding: 10px;
        background-color: #FFCC7F;
    }


.form-item-action-pane {
    margin-left: 20px !important;
    vertical-align: middle;
    min-width: 100px;
    display:flex;
    flex-direction:row;
    margin-left:20px;
    justify-content:flex-end;
    height:16px;
}

.split-view .form-item-action-pane {
    margin-right:20px;
}

    .form-item-action-pane a {
        margin: 0px 4px;
        display: none;
        text-align: center;
    }

        .form-item-action-pane a i {
            font-size: 14px !important;
        }

.form-field:hover .form-item-action-pane a {
    display: inline;
}


.form-item-action-pane a.active {
    display: inline;
}

.form-item-action-pane a:hover {
    background-color: #eeeeee;
}

tr.row-deleted-status {
    background-color: red !important;
}

    tr.row-deleted-status td {
        background-color: red !important;
    }

.form-view {
    display: flex;
    flex-direction: column;
    background: #fff;
    vertical-align: top;
    width: 100%;
}

.form-builder-pane {
    display: flex;
    width: 20%;
    min-width: 200px;
    background: #f4f4f4;
    flex-direction: column;
    /*box-shadow: 1px 0px 2px rgba(49,49,64,0.4);*/
    border-right: 1px solid #ddd;
}

.pane-header, .pane-content, .pane-footer {
    padding: 8px 10px 8px 20px;
}

.pane-content {
    /*overflow:auto;*/
}

.pane-header {
    color: #0074d8; /*recolor000099*/
    font-size: 15px;
    text-align: left;
    background: #DDDDdd;
    box-shadow: 1px 0px 2px rgba(49,49,64,0.4);
}

.form-builder-view-pane {
    display: flex;
    flex-direction: column;
    width: 100%;
    /*box-shadow: 0px 1px 2px rgba(49,49,64,0.4);*/
    /*border:1px dashed #ddd;*/
}

.form-properties-pane {
    display: flex;
    flex-direction: column;
    width: 25%;
    min-width: 300px;
    background: #f4f4f4;
    box-shadow: 1px 0px 2px rgba(49,49,64,0.4);
}

.form-component-list {
    list-style: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .form-component-list li {
        list-style: none;
        list-style-type: none;
        margin: 2px 0px;
        padding: 0;
        width: 100%;
        font-size: 11px;
        box-shadow: 1px 0px 2px rgba(49,49,64,0.4);
        display: inline-flex;
        background: #777;
        vertical-align: middle;
    }

        .form-component-list li:hover {
            background: #999;
        }

            .form-component-list li:hover a {
                color: #333;
            }

        .form-component-list li a {
            width: 100%;
            color: #FFF;
            display: flex;
            flex-direction: row;
        }

            .form-component-list li a > i {
                font-size: 14px;
                padding: 4px 4px 4px 8px;
            }

            .form-component-list li a > p {
                padding: 4px 4px 4px 4px;
                margin: 0px;
            }

.tabrow {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .tabrow li {
        margin: 0px;
        padding: 5px 10px;
        border: 1px solid #DDD;
        display: inline-block;
    }

        .tabrow li:hover {
            cursor: pointer;
        }

        .tabrow li.selected {
            background: #FFF;
            color: #000;
        }

.padding-10 {
    padding: 10px;
}

.padding-20 {
    padding: 20px;
}

.page-header-pane {
    width: 100%;
    font-size: 16px;
    background: #EEE;
    color: #666;
    margin: 0px !important;
    padding: 5px 20px;
    display: inline-flex;
}

.section-title-pane {
    font-size: 16px;
    background: #EEE;
    color: #002066;
    margin: 0px !important;
    padding: 10px 20px;
    border-bottom: 1px solid #ddd;
}

    .section-title-pane h3 {
        margin-top: 4px;
        margin-bottom: 4px;
    }

/***************Old theme******************/


h1, h2, h3, h4, h5, h6 {
    font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
    color: #004b8b;
    font-weight: normal;
    margin: 0px;
}

    h1.underline, h2.underline, h3.underline, h4.underline, h5.underline, h6.underline {
        border-bottom: 1px dashed #ccc;
    }

h1 {
    font-size: 40px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

h4 {
    font-size: 14px;
    margin-bottom: 8px;
    font-weight:500;
}

.sprite {
    background: url('/Images/Main/sprite_main.png') no-repeat;
}



/*body, html {
    clear: both;
}*/

body {
    font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
    font-size: 12px;
}

/*html {
    min-height: 100%;
    position: relative;
}*/

a {
    color: #004b8b;
    text-decoration: none;
}

    a:hover {
        color: #CD5C5C;
        text-decoration: none;
    }

#symetricLogo {
    display: flex;
    padding-left: 8px;
    resize: both;
    width: 220px;
}

    #symetricLogo img {
        padding: 9px 0px;
        max-width: 100px;
    }

    #symetricLogo .logofull {
        padding: 9px 0px;
        max-width: 100px;
    }

        #symetricLogo .logofull path {
            fill: #fff;
            color: #fff;
            stroke: #fff;
        }

    #symetricLogo .logomini {
        padding: 9px 0px;
        max-width: 90px;
    }

        #symetricLogo .logomini path {
            fill: #fff;
            color: #fff;
            stroke: #fff;
        }

#headerWrapper {
    display: flex;
    background: #0001FF;
    z-index: 100;
    box-shadow: 0px 1px 4px rgba(49,49,64,0.4);
    position: relative;
    color: #fff;
}

#headerRightWrapper {
    height: 42px;
    line-height: 46px;
    vertical-align: middle;
    /*min-width: 850px;*/
    width: 100%;
    overflow: hidden;
}

#headerToolBarLeft {
    display: inline-flex;
    padding: 0px;
    margin: 0px 0px 0px 0px;
}

    #headerToolBarLeft li {
        display: inline-flex;
        vertical-align: middle;
        padding: 0px 12px;
        margin: 0px 1px;
        text-align: center;
        color: #FFF;
        background: #0000D7;
    }

    #headerToolBarLeft.trx li {
        background: #333333 !important;
    }

    #headerToolBarLeft li.last {
        /*border-right: 0px;*/
    }

    #headerToolBarLeft li.first {
        /*border-right: 0px;*/
        margin-left: 0px;
    }

    #headerToolBarLeft li a {
        color: #fff !important;
    }

    #headerToolBarLeft li.active a:hover {
        color: #FDBC10 !important;
    }

    #headerToolBarLeft li a:hover {
        color: #FDBC10 !important;
    }

    #headerToolBarLeft li.nobg {
    }

        #headerToolBarLeft li.nobg a:hover {
            color: #fff;
        }

    #headerToolBarLeft li a span.lnr {
        font-size: 18px;
        line-height: 40px;
    }

    #headerToolBarLeft li:hover {
    }

    #headerToolBarLeft li i {
        font-size: 18px;
    }

    #headerToolBarLeft li p {
        margin: 0px;
        padding: 0px;
    }

.text-style-1 {
    font-size: 12px !important;
    color: #666 !important;
    margin: 0px;
    padding: 0px;
}

.fontAdjMinus {
    margin-top: -2px !important;
}

    .fontAdjMinus i {
        font-size: 16px !important;
    }

#headerToolBarRight {
    display: flex;
    padding: 0px;
    margin: 0px 0px 0px 0px;
    float: right;
}

    #headerToolBarRight li {
        display: inline-flex;
        /*height: 37px;
        line-height: 43p*/
        margin: 0px 1px;
        vertical-align: middle;
        padding: 0px 12px;
        text-align: center;
        color: #fff;
        background: #0000D7;
    }

    #headerToolBarRight.trx li {
        background: #2C3135 !important;
    }

    #headerToolBarRight li a span.lnr {
        font-size: 18px;
        line-height: 40px;
    }

    #headerToolBarRight li.last {
        /*border-right:0px;*/
        margin-right: 0px;
    }

    #headerToolBarRight li.first {
        /*border-right: 0px;*/
    }

    #headerToolBarRight li a {
        color: #fff !important;
    }

    #headerToolBarRight li.nobg {
    }

    #headerToolBarRight li.active {
        background: #002066 !important;
        color: #FFF !important;
    }

        #headerToolBarRight li.active a {
            color: #FFF !important;
        }

            #headerToolBarRight li.active a:hover {
                color: #FDBC10 !important;
            }

    #headerToolBarRight li a:hover {
        color: #FDBC10 !important;
    }

    #headerToolBarRight li.nobg a:hover {
        color: #fff;
    }

    #headerToolBarRight li:hover {
        /*opacity:0.8;*/
    }

    #headerToolBarRight li i {
        font-size: 18px;
    }

    #headerToolBarRight li p {
        margin: 0px;
        padding: 0px;
    }

#headerLeftWrapper.fullmenu {
    /*float: left;*/
    min-width: 220px !important;
    height: 42px !important;
    display: flex !important;
    /*border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;*/
}

#headerLeftWrapper.minimenu {
    /*float: left;*/
    max-width: 36px !important;
    height: 42px !important;
    display: flex !important;
    /*border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;*/
}

#contentWrapper {
    /*margin-top: 85px;*/
    padding-bottom: 50px !important;
    min-height: calc(100% - 85px) !important; /* IE9+ and future browsers */
    min-height: -moz-calc(100% - 85px) !important; /* Firefox */
    min-height: -webkit-calc(100% - 85px) !important; /* Chrome, Safari */
    width: 100%; /* IE9+ and future browsers */
    min-width: 850px;
}

#contentBody {
    /*margin-top: 120px;
    margin-left: 40px;
    margin-right: 40px;
    margin-bottom: 40px;*/
    /*margin-top:40px;*/
    /*width: 100%;*/
    height: 100%;
    overflow: hidden;
    /*margin-bottom:30px;*/
}

.content-inner-body {
    padding: 20px 20px 20px 20px;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    overflow: auto;
}

    .content-inner-body.no-overflow {
        overflow: hidden;
    }

.no-overflow {
    overflow: hidden;
}

.overflow-auto {
    overflow: auto;
}

/*.body-content-left-pane.study .jquery-accordion-menu-header {
    background: #004b8b !important;
}*/

.toggle-a a {
    color: #666 !important;
}

    .toggle-a a.active {
        color: #000099 !important;
    }

.header-text-style-1 {
    margin: 0;
    padding: 0;
    font-size: 16px;
}

.header-style-1 {
    margin: 0;
    padding: 0;
    font-size: 13px;
    color: #0074d8; /*recolor000099*/
}

#searchHelpForm {
    padding: 1px;
    background: #f4f4f4;
    display: flex;
}

#searchTextBox {
    width: 80%;
    margin: 3px 0px 3px 3px;
    height: 25px;
    border: 1px solid #CCCCCC;
    display: flex;
}

#searchButton {
    width: 20%;
    margin: 3px;
    height: 29px;
    background: #FAFAFA;
    color: #000;
    border: 1px solid #002066;
    cursor: pointer;
    display: flex;
}

    #searchButton:hover {
        border: 1px solid #002066;
        background: #002066;
        color: #FFF;
    }

#footerWrapper {
    clear: both;
    background: #FFF;
    height: 30px;
    border-top: 1px solid #eee;
    clear: both;
    line-height: 30px;
    vertical-align: middle;
    text-align: right;
    font-size: 12px;
    bottom: 0px;
    width: 100%;
    position: inherit;
}

    #footerWrapper a {
        text-decoration: none;
        color: #009;
    }

        #footerWrapper a:hover {
            text-decoration: none;
            color: #CD5C5C;
        }

#name {
    padding: 0px 10px 0px 10px;
    width: auto;
    height: 42px;
    line-height: 42px;
    font-size: 13px;
    color: #009;
    text-decoration: none;
}

    #name:hover {
        color: #CD5C5C;
        text-decoration: none;
    }

.title h1 {
    font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
    font-size: 20px;
    color: #009;
    font-weight: normal;
}

.title h2 {
    font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: normal;
}

.backButton {
    width: 40px;
    background-position: -169px -43px;
    background-repeat: no-repeat !important;
    line-height: 24px;
    padding-left: 30px;
    font-size: 15px;
    color: #004b8b;
    height: 24px;
    vertical-align: middle;
}

    .backButton:hover {
        background-position: -4px -1280px;
        background-repeat: no-repeat !important;
        color: #CD5C5C;
    }

    .backButton.custom {
        width: auto !important;
        background-repeat: no-repeat !important;
    }

.breadcrumb {
    list-style: none;
    overflow: hidden;
    font-size: 14px;
    font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
    margin: 0px;
    height: 30px;
    padding: 0px;
    vertical-align: middle;
}

    .breadcrumb li {
        float: left;
        height: 30px;
        line-height: 16px;
        vertical-align: middle;
    }

        .breadcrumb li a {
            color: white;
            text-decoration: none;
            padding: 7px 0 7px 45px;
            background: blue; /* fallback color */
            background: #515875;
            position: relative;
            display: block;
            float: left;
        }

            .breadcrumb li a:after {
                content: " ";
                display: block;
                width: 0;
                height: 0;
                border-top: 50px solid transparent; /* Go big on the size, and let overflow hide */
                border-bottom: 50px solid transparent;
                border-left: 30px solid #515875;
                position: absolute;
                top: 50%;
                margin-top: -50px;
                left: 100%;
                z-index: 2;
            }

            .breadcrumb li a:before {
                content: " ";
                display: block;
                width: 0;
                height: 0;
                border-top: 50px solid transparent;
                border-bottom: 50px solid transparent;
                border-left: 30px solid white;
                position: absolute;
                top: 50%;
                margin-top: -50px;
                margin-left: 1px;
                left: 100%;
                z-index: 1;
            }

        .breadcrumb li:first-child a {
            padding-left: 20px;
            padding-top: 7px;
            padding-bottom: 6px;
        }

            .breadcrumb li:first-child a img {
                line-height: 20px;
                vertical-align: middle;
            }

        .breadcrumb li:nth-child(2) a {
            background: #576F9E;
        }

            .breadcrumb li:nth-child(2) a:after {
                border-left-color: #576F9E;
            }

        .breadcrumb li:nth-child(3) a {
            background: #6697B9;
        }

            .breadcrumb li:nth-child(3) a:after {
                border-left-color: #6697B9;
            }

        .breadcrumb li:nth-child(4) a {
            background: #88C3D8;
        }

            .breadcrumb li:nth-child(4) a:after {
                border-left-color: #88C3D8;
            }

        .breadcrumb li:nth-child(5) a {
            background: #88C3D8;
        }

            .breadcrumb li:nth-child(5) a:after {
                border-left-color: #88C3D8;
            }

        .breadcrumb li:last-child a {
            background: transparent !important;
            color: black;
            pointer-events: none;
            cursor: default;
            color: #000099 !important;
            font-size: 16px;
        }

        .breadcrumb li a:hover {
            background: #0074d8; /*recolor000099*/
        }

            .breadcrumb li a:hover:after {
                border-left-color: #000099 !important;
            }

        .breadcrumb li:last-child a:after {
            border: 0;
        }

        .breadcrumb li:last-child {
            color: #000099 !important;
        }

.tableStyle1 {
    border-bottom: 1px solid #DDD;
    padding: 0;
    margin: 0;
    width: 100%;
}

    .tableStyle1 th {
        text-transform: uppercase;
        text-align: left;
        font-weight: bolder;
        color: #999;
        padding: 0px 15px 0px 3px;
        height: 30px;
        vertical-align: middle;
        border-bottom: 1px solid #DDD;
        font-size: 13px;
    }

    .tableStyle1 td {
        font-size: 13px;
        background: #F8FCFF;
        text-align: left;
        padding: 0px 15px 0px 3px;
        height: 30px;
        vertical-align: middle;
    }

.tableStyle1ColumnCheck {
    width: 20px;
    padding-right: 3px !important;
}

.tableStyle1Icon {
    width: 30px;
    text-align: center;
}

.tasksTable {
    border-collapse: collapse;
    width: 100%;
}

    .tasksTable tr {
        background: #fff;
    }

    .tasksTable tr {
        background: #f4f4f4;
    }

        .tasksTable tr td {
            border-top: 1px solid #fff !important;
            padding: 6px 10px 0px 5px;
            vertical-align: middle;
            color: #0074d8; /*recolor000099*/
            margin: 0px;
            border: 0px;
        }

            .tasksTable tr td.tdLast {
                padding-top: 0px !important;
                padding-bottom: 6px;
                border-top: 0px !important;
                border-bottom: 1px solid #fff;
                color: #666 !important;
            }

.tdCenter {
    text-align: center;
}

.tdRight {
    text-align: right;
}

h1 {
    font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #666;
}

h2 {
    font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
    font-size: 17px;
    font-weight: normal;
    color: #004b8b;
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
}

.page-link {
    position: relative;
    display: block;
    color: #0d6efd;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .page-link {
        transition: none;
    }
}

.page-link:hover {
    z-index: 2;
    color: #0a58ca;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.page-link:focus {
    z-index: 3;
    color: #0a58ca;
    background-color: #e9ecef;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.page-item:not(:first-child) .page-link {
    margin-left: -1px;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
    border-color: #dee2e6;
}

.page-link {
    padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}



table {
    width: 100%;
}

    table thead tr th {
        box-sizing: border-box;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-color: #edebe9;
        padding: 0 4px;
        height: 35px;
        font-weight: 600;
        margin: 0 4px;
        text-align: left;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }


    table tbody tr td {
        border-color: #f3f2f1;
        border-color: #ccc;
        height: 31px;
        box-sizing: border-box;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        padding: 0 4px;
        margin: 0 4px;
    }

div.dataTables_info {
    padding: 0 !important;
}

div.dataTables_length {
    margin-left: 30px;
}



.inputLabelModern {
    color: #004b8b !important;
    font-size: 12px !important;
    font-weight:bolder;
    line-height:20px;
    display:inline-block;
    margin-bottom:5px;
}

.inputLabel {
    color: #737373 !important;
    font-size: 12px !important;
}

    .inputLabel.small {
        font-size: 12px !important;
    }

.modernInputLabel {
    font-weight: bolder;
    color: #333;
}

    .modernInputLabel.small {
        font-size: 12px !important;
    }

.inputSectionLabel {
    font-size: 18px;
    border-bottom: 1px solid #EEE;
    margin-bottom: 20px;
    color: #AAA;
    width: 350px;
}

.inputSectionLabelFull {
    font-size: 18px;
    border-bottom: 1px solid #EEE;
    margin-bottom: 20px;
    color: #AAA;
}

input, textarea, select {
    font-family: inherit;
}

.pstyle1 {
    font-size: 12px;
    color: #444444;
}

.readonly-date {
    background-color: rgb(235,235,228);
}

.dashboardLinkList {
    list-style: none;
    list-style-type: none;
    display: inline-block;
    float: left;
    margin: 0px 80px 40px 0px;
    padding: 0px;
}

    .dashboardLinkList li {
        list-style: none;
        list-style-type: none;
        padding: 3px 0px;
    }

        .dashboardLinkList li a {
            color: #0074d8; /*recolor000099*/
        }

            .dashboardLinkList li a i {
                padding-right: 5px;
            }

        .dashboardLinkList li span {
            color: #666;
        }

.modernLinkboxSearch {
    background: #002066 !important;
    color: #FFF !important;
    font-size: 12px !important;
    font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
    vertical-align: middle !important;
    cursor: pointer !important;
    outline: none;
    border-width: 0;
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

    .modernLinkboxSearch:hover {
        background: #002066 !important;
        color: #FFF !important;
        outline: none;
        border-width: 0;
        border-radius: 2px;
        box-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    }

.modernLinkBox:hover {
    background: #002066 !important;
    color: #FFF !important;
    outline: none;
    border-width: 0;
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.modernLinkBox {
    background: #CCC !important;
    color: #000 !important;
    padding: 3px 10px 3px 10px !important;
    height: 25px !important;
    font-size: 13px !important;
    font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
    vertical-align: middle !important;
    cursor: pointer !important;
    outline: none;
    border-width: 0;
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    margin-right: 10px;
}

a.modernLinkBox {
    background: #CCC !important;
    color: #000 !important;
    padding: 3px 10px 3px 10px !important;
    height: 25px !important;
    font-size: 13px !important;
    font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
    line-height: 22px !important;
    vertical-align: middle !important;
    cursor: pointer !important;
    outline: none;
    border-width: 0;
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    margin-right: 10px;
}

.modernLinkBox:hover {
    outline: none;
    border-width: 0;
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.modernLinkBox.active {
    background: #002066 !important;
    color: #FFF !important;
    outline: none;
    border-width: 0;
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

a.modernLinkBox active {
    background: #002066 !important;
    color: #FFF !important;
    outline: none;
    border-width: 0;
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.modernLinkBox.cancel {
    margin-right: 10px;
}

.modernLinkBox.userLock {
    background: url('/Images/Main/userLock-icon.png') no-repeat left #CCC !important;
    padding-left: 35px !important;
    padding-right: 15px;
}

.modernLinkBox.timeLock {
    background: url('/Images/Main/timeLock-icon.png') no-repeat left #CCC !important;
    padding-left: 35px !important;
    padding-right: 15px;
}

a.modernLinkBox.userLock {
    background: url('/Images/Main/userLock-icon.png') no-repeat left #CCC !important;
    padding-left: 35px !important;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
}

a.modernLinkBox.timeLock {
    background: url('/Images/Main/timeLock-icon.png') no-repeat left #CCC !important;
    padding-left: 35px !important;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.textLinkBox {
    border: 2px solid #CCC !important;
    background: #CCC !important;
    color: #000 !important;
    padding: 0px 15px 0px 15px !important;
    font-size: 13px !important;
    font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
    line-height: 26px !important;
    vertical-align: middle !important;
    cursor: pointer !important;
}

a.textLinkBox {
    border: 1px solid #CCC !important;
    background: #CCC !important;
    color: #000 !important;
    padding: 5px 15px 5px 15px !important;
    font-size: 13px !important;
    font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
    line-height: 23px !important;
    vertical-align: middle !important;
    cursor: pointer !important;
}

.textLinkBox:hover {
    border-color: #666 !important;
}

.textLinkBox:hover {
    border: 1px solid #002066 !important;
    background: #002066 !important;
    color: #FFF !important;
}

.ellipsisLink {
    color: #666666;
    font-size: 16px;
    vertical-align: top;
    line-height: 20px;
    margin: 0px;
    padding-right: 30px;
    background: url('/Images/Main/ellipsis_sm.png') no-repeat right;
}

    .ellipsisLink:hover {
        color: #0074d8; /*recolor000099*/
        cursor: pointer;
        background: url('/Images/Main/ellipsis_sm_hover.png') no-repeat right;
    }

.addButton {
    background-position: -1px -85px;
    padding: 2px 0px 2px 25px;
    font-size: 13px;
    color: #666666;
    height: 20px !important;
    line-height: 20px;
    vertical-align: middle;
    margin-right: 20px;
}

    .addButton:hover {
        background-position: -1px -109px;
        color: #004b8b;
    }

.uploadButton {
    background: url('/Images/Main/upload.png') left no-repeat;
    padding: 2px 0px 2px 25px;
    font-size: 13px;
    color: #666666;
    height: 20px !important;
    line-height: 20px;
    vertical-align: middle;
    margin-right: 20px;
}

    .uploadButton:hover {
        background: url('/Images/Main/upload_hover.png') left no-repeat;
        color: #004b8b;
    }

.editButton {
    background-position: -1px -136px;
    padding: 2px 0px 2px 25px;
    font-size: 13px;
    color: #666666;
    height: 20px !important;
    line-height: 20px;
    vertical-align: middle;
    margin-right: 20px;
}

    .editButton:hover {
        background-position: -1px -160px;
        color: #004b8b;
    }

.dataAddButton {
    background-position: -1px -186px;
    padding: 2px 0px 2px 25px;
    font-size: 13px;
    color: #666666;
    height: 20px !important;
    line-height: 20px;
    vertical-align: middle;
    margin-right: 20px;
}

    .dataAddButton:hover {
        background-position: -1px -212px;
        color: #004b8b;
    }

.dataRetainButton {
    background-position: -5px -888px;
    padding: 2px 0px 2px 22px;
    font-size: 13px;
    color: #666666;
    height: 20px !important;
    line-height: 18px;
    vertical-align: middle;
    margin-right: 20px;
}

    .dataRetainButton:hover {
        background-position: -5px -927px;
        color: #004b8b;
    }

.shipmentButton {
    background-position: -5px -1025px;
    padding: 2px 0px 2px 30px;
    font-size: 13px;
    color: #666666;
    height: 20px !important;
    line-height: 18px;
    vertical-align: middle;
    margin-right: 20px;
}

    .shipmentButton:hover {
        background-position: -5px -1058px;
        color: #004b8b;
    }

.withdrawButton {
    background-position: -184px -681px;
    padding: 2px 0px 2px 25px;
    font-size: 13px;
    color: #666666;
    height: 20px !important;
    line-height: 20px;
    vertical-align: middle;
    margin-right: 20px;
}

    .withdrawButton:hover {
        background-position: -184px -723px;
        color: #004b8b;
    }

.studyCompletionButton {
    background-position: -184px -842px;
    padding: 2px 0px 2px 25px;
    font-size: 13px;
    color: #666666;
    height: 20px !important;
    line-height: 20px;
    vertical-align: middle;
    margin-right: 20px;
}

    .studyCompletionButton:hover {
        background-position: -184px -879px;
        color: #004b8b;
    }

.unblindButton {
    background-position: -184px -763px;
    padding: 2px 0px 2px 25px;
    font-size: 13px;
    color: #666666;
    height: 20px !important;
    line-height: 20px;
    vertical-align: middle;
    margin-right: 20px;
}

    .unblindButton:hover {
        background-position: -184px -802px;
        color: #004b8b;
    }

.divLine {
    line-height: 36px;
    min-height: 36px;
    vertical-align: middle;
    margin: 0px;
    background: #f0f0f0;
    /*border: 1px dashed #ddd;*/
    /*padding: 8px 10px;*/
    /*min-height:28px;*/
    padding: 0px;
    width: 100%;
    display: flex;
    box-shadow: 0px 1px 4px rgba(49,49,64,0.4);
}

    .divLine.noPadding {
        padding: 0px !important;
    }

    .divLine div {
        /*float:none !important;*/
        display: inline-block;
    }

    .divLine input {
        height: 26px;
        font-style: italic;
        border: 1px solid #ccc !important;
        margin-right: 3px;
    }

    .divLine .title {
        font-size: 13px;
        color: #000077;
        min-width: 415px;
        text-overflow: ellipsis;
        line-height: 34px !important;
        vertical-align: middle;
        background: #ddd;
    }

    .divLine a {
        margin-right: 10px;
    }

    .divLine ul li a {
        margin-right: 0px;
        margin-left: 0px;
    }

    .divLine ul.first {
        margin-left: 10px;
    }

    .divLine ul {
        list-style: none;
        list-style-type: none;
        display: inline-block;
        margin: 0px 0px;
        padding: 0px;
    }

        .divLine ul li {
            display: inline-block;
            list-style: none;
            list-style-type: none;
            padding: 3px 10px;
            margin: 0px;
            vertical-align: middle;
            line-height: normal !important;
            font-size: 11px;
        }

            .divLine ul li.background {
                background: #dae1e4;
            }

.divLineContent {
    background: #f7f7f7;
}

    .divLineContent p {
        margin: 0px;
        padding: 0px;
    }

    .divLineContent .subTitle {
        font-size: 13px;
        color: #004b8b;
    }

.grey {
    color: #666;
}

.divLineContent div.content {
    display: inline-block;
    vertical-align: top;
    margin-right: 0px;
    padding: 10px 10px;
}

.divLineContent ul {
    list-style: none;
    list-style-type: none;
    display: inline-block;
    margin: 0px 10px 0px 0px;
    padding: 0px;
}

    .divLineContent ul li {
        display: inline-block;
        list-style: none;
        list-style-type: none;
        padding: 3px 10px 3px 0px;
        margin: 0px 10px 0px 0px;
        vertical-align: top;
        min-width: 100px;
        line-height: normal !important;
    }

#jstree ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    position: relative;
}

#jstree li {
    list-style-type: none;
    border-left: 2px solid #000;
    margin-left: 1em;
}

    #jstree li div {
        position: relative;
        padding: 3px 3px 3px 1em;
    }

        #jstree li div:hover {
            background: #eee;
            cursor: pointer;
        }

        #jstree li div::before {
            content: '';
            position: absolute;
            top: 0;
            left: -2px;
            bottom: 50%;
            width: 0.75em;
            border: 2px solid #000;
            border-top: 0 none transparent;
            border-right: 0 none transparent;
        }

#jstree ul > li:last-child {
    border-left: 2px solid transparent;
}

.spinner div {
    width: 6px;
    height: 6px;
    position: absolute;
    margin-top: 6px;
    margin-bottom: 6px;
    background-color: #0074d8;
    border-radius: 50%;
    animation: move 4s infinite cubic-bezier(.2,.64,.81,.23);
}

    .spinner div:nth-child(2) {
        animation-delay: 100ms;
    }

    .spinner div:nth-child(3) {
        animation-delay: 200ms;
    }

    .spinner div:nth-child(4) {
        animation-delay: 300ms;
    }

    .spinner div:nth-child(5) {
        animation-delay: 400ms;
    }

    .spinner div:nth-child(6) {
        animation-delay: 500ms;
    }

    .spinner div:nth-child(7) {
        animation-delay: 600ms;
    }

@keyframes move {
    0% {
        left: 0%;
    }

    75% {
        left: 100%;
    }

    100% {
        left: 100%;
    }
}

.actionBar a {
    font-size: 12px;
    line-height: 30px;
}

    .actionBar a > i {
        font-size: 14px;
        margin-right: 3px;
    }

.actionBar {
    line-height: 18px;
    /*height:45px;*/
    min-height: 36px;
    vertical-align: middle;
    margin: 0px;
    background: #f9f9f9;
    padding: 4px 30px 4px 20px;
    width: 100%;
    display: flex;
    flex-direction:row;
    align-items:center;
    box-shadow: 1px 0px 2px rgba(49,49,64,0.4);
    z-index: 1;
    opacity: 0.9;
}

    .actionBar.noPadding {
        padding: 0px !important;
    }

    .actionBar div {
        /*float:none !important;*/
        display: inline-block;
    }

    .actionBar input {
        height: 28px;
        font-style: italic;
        border: 1px solid #ccc !important;
        margin-right: 3px;
    }

    .actionBar .title {
        font-size: 15px;
        color: #FFF;
        min-width: 300px;
        text-overflow: ellipsis;
        vertical-align: middle;
        background: #004b8b;
    }

    .actionBar a {
        margin-right: 20px;
        text-overflow:ellipsis;
        white-space:nowrap;
        flex-wrap:nowrap;

    }

    .actionBar ul li a {
        margin-right: 0px;
        margin-left: 0px;
    }

    .actionBar ul.first {
        margin-left: 10px;
    }

    .actionBar ul {
        list-style: none;
        list-style-type: none;
        display: inline-block;
        margin: 0px 0px;
        padding: 0px;
    }

        .actionBar ul li {
            display: inline-block;
            list-style: none;
            list-style-type: none;
            padding: 3px 10px;
            margin: 0px;
            vertical-align: middle;
            line-height: normal !important;
        }

            .actionBar ul li.background {
                background: #ccc;
            }

.actionBarContent {
    background: #f7f7f7;
}

    .actionBarContent p {
        margin: 0px;
        padding: 0px;
    }

    .actionBarContent .subTitle {
        font-size: 13px;
        color: #004b8b;
    }

    .actionBarContent div.content {
        display: inline-block;
        vertical-align: top;
        margin-right: 0px;
        padding: 5px 10px;
    }

    .actionBarContent ul {
        list-style: none;
        list-style-type: none;
        display: inline-block;
        margin: 0px 10px 0px 0px;
        padding: 0px;
    }

        .actionBarContent ul li {
            display: inline-block;
            list-style: none;
            list-style-type: none;
            padding: 3px 10px 3px 0px;
            margin: 0px 10px 0px 0px;
            vertical-align: top;
            min-width: 100px;
            line-height: normal !important;
        }

.bottomLine {
    border-bottom: 1px solid;
    border-bottom-color: #CCC;
}

    .bottomLine.dashed {
        border-bottom-style: dashed;
    }

.searchButton {
    width: 23px;
    height: 28px !important;
    background-position: -264px -300px;
    border: 1px solid #ccc;
    cursor: pointer;
}

    .searchButton:hover {
        background-position: -287px -300px;
        border: 1px solid #ccc;
    }

.flexBoxContainer {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
}

.divBlockPanel {
    display: inline-block;
}

.verticalTabs {
    list-style: none;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    max-width: 160px;
    min-width: 140px;
}

    .verticalTabs li {
        list-style: none;
        list-style-type: none;
        margin: 0px 0px 2px 0px;
        padding: 10px;
        min-height: 50px;
        display: flex;
        background: #f4f4f4;
        color: #004b8b;
        vertical-align: middle;
        text-align: center;
        background: #f4f4f4;
        font-size: 13px;
        box-shadow: 0px 1px 2px rgba(49,49,64,0.4);
        align-content: center;
        align-items: center;
        align-self: center;
    }

        .verticalTabs li:hover {
            cursor: pointer;
            color: #FFF !important;
            background: #002066 !important;
        }

            .verticalTabs li:hover > p a {
                color: #FFF !important;
            }

        .verticalTabs li.active:hover > p a {
            color: #004b8b !important;
        }

        .verticalTabs li.active:hover {
            color: #002066 !important;
            background: #F4F4F4 !important;
        }

        .verticalTabs li.complete {
            color: #FFF;
            background: #004b8b;
        }

            .verticalTabs li.complete a {
                color: #FFF;
            }

        .verticalTabs li.incomplete {
            color: #004b8b;
            background: #CCC;
        }

        .verticalTabs li.active {
            color: #002066 !important;
            background: #F4F4F4 !important;
        }

            .verticalTabs li.active a {
                color: #002066 !important;
            }

        .verticalTabs li p {
            line-height: normal !important;
            margin: 0px;
            padding: 0px;
            vertical-align: middle;
            display: inline-block;
            text-align: left;
        }

.simpleFloatInputList {
    list-style: none;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

table.tablesorter thead tr .headerSortUp {
    cursor: pointer;
    background: url('/Images/Main/sort_desc.png') right center no-repeat;
}

table.tablesorter thead th {
    cursor: pointer;
}

table.tablesorter thead tr .headerSortDown {
    cursor: pointer;
    background: url('/Images/Main/sort_asc.png') right center no-repeat;
}

#pager {
}

    #pager .first {
        height: 10px;
        line-height: 10px;
        vertical-align: middle;
        background-position: -103px -307px;
        cursor: pointer;
        padding: 0px 3px 0px 3px;
    }

        #pager .first:hover {
            background-position: -135px -307px;
        }

    #pager .prev {
        height: 10px;
        line-height: 10px;
        vertical-align: middle;
        background-position: -2px -307px;
        cursor: pointer;
        padding: 0px 3px 0px 3px;
    }

        #pager .prev:hover {
            background-position: -26px -307px;
        }

    #pager .next {
        height: 10px;
        line-height: 10px;
        vertical-align: middle;
        background-position: -52px -307px;
        cursor: pointer;
        padding: 0px 3px 0px 3px;
    }

        #pager .next:hover {
            background-position: -79px -307px;
        }

    #pager .last {
        height: 10px;
        line-height: 10px;
        vertical-align: middle;
        background-position: -168px -307px;
        cursor: pointer;
        padding: 0px 3px 0px 3px;
    }

        #pager .last:hover {
            background-position: -203px -307px;
        }

.pageList li button {
    border: 0px;
    background-color: transparent;
}

.page-notification {
    padding: 30px;
    background-color: chartreuse;
    z-index: 20;
}

.formFieldset {
    list-style: none;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    clear: both;
    display: flex;
    flex-wrap: wrap;
    margin: 15px 0px;
    width: 100%;
}

    .formFieldset li {
        margin: 8px 30px 8px 0px;
        display: inline-block;
    }

.formFieldsetLarge {
    list-style: none;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    clear: both;
    display: flex;
    margin: 15px 0px;
}

    .formFieldsetLarge li {
        margin: 8px 30px 8px 0px;
        display: inline-block;
        flex-direction: column;
        min-width: 700px;
    }

.flexFieldset {
    list-style: none;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    clear: both;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

    .flexFieldset li {
        margin: 3px 10px 3px 0px;
        padding: 0px;
        display: flex;
    }

.split-form-fieldset-title {
    font-size: 13px;
    color: #004b8b;
    font-weight: bolder;
    border-bottom: 1px solid #ccc;
    margin: 10px 0px 8px 0px;
    padding-bottom: 5px;
    width: 100%;
}

.split-form-fieldset {
    list-style: none;
    list-style-type: none;
    padding: 0px;
    clear: both;
    display: flex;
    flex-direction: column;
    margin: 0px 0px 10px 0px;
    width: 100%;
}

    .split-form-fieldset li {
        margin: 0px;
        padding: 0px;
        display: flex;
        width: 100%;
    }

        .split-form-fieldset li:hover {
            background: #f4f4f4;
        }

        .split-form-fieldset li > section:first-child {
            width: 60%;
            padding: 8px 0px !important;
            display: flex;
            align-items: center;
        }

        .split-form-fieldset li > section:last-child {
            width: 40%;
            padding: 8px 0px !important;
            display: flex;
            align-items: center;
        }

.contextNotes {
    clear: both;
    border: 1px solid #CCC;
    padding: 15px;
    margin-top: 40px;
}

.setupRoleButton {
    background-position: -184px -918px;
    padding: 2px 0px 2px 30px;
    font-size: 13px;
    color: #666666;
    height: 20px !important;
    line-height: 20px;
    vertical-align: middle;
}

    .setupRoleButton:hover {
        background-position: -184px -956px;
        color: #004b8b;
    }

.rowEditLink {
    height: 25px;
    width: 25px;
    border: 0px;
    background-position: -1px -133px;
    line-height: 30px;
    vertical-align: middle;
}

    .rowEditLink:hover {
        background-position: -1px -157px;
    }

.rowDeleteLink {
    height: 25px;
    width: 25px;
    border: 0px;
    background-position: -1px -1361px;
    line-height: 30px;
    vertical-align: middle;
}

    .rowDeleteLink:hover {
        background-position: -1px -1389px;
    }

.rowDownloadLink {
    height: 25px;
    width: 25px;
    border: 0px;
    background: url('/Images/Main/download.png') center no-repeat;
    line-height: 30px;
    vertical-align: middle;
}

    .rowDownloadLink:hover {
        background: url('/Images/Main/download.png') center no-repeat;
    }

.rowAcceptRequestLink {
    height: 25px;
    width: 25px;
    border: 0px;
    background-position: -6px -1085px;
    line-height: 30px;
    vertical-align: middle;
}

    .rowAcceptRequestLink:hover {
        background-position: -6px -1118px;
    }

.rowDataItemRemoveLink {
    height: 25px;
    width: 25px;
    border: 0px;
    background-position: -1px -241px;
    line-height: 30px;
    vertical-align: middle;
}

    .rowDataItemRemoveLink:hover {
        background-position: -1px -273px;
    }

.rowReceiveLink {
    height: 25px;
    width: 25px;
    border: 0px;
    background-position: -6px -958px;
    line-height: 30px;
    vertical-align: middle;
}

    .rowReceiveLink:hover {
        background-position: -6px -989px;
    }

.expandRow {
    height: 20px;
    width: 20px;
    background-position: -2px -1151px;
    border: 0px;
    line-height: 20px;
    vertical-align: middle;
}

    .expandRow:hover {
        background-position: -28px -1151px;
    }

.collapseRow {
    height: 20px;
    width: 20px;
    border: 0px;
    background-position: -2px -1203px;
    line-height: 20px;
    vertical-align: middle;
}

    .collapseRow:hover {
        background-position: -28px -1203px;
    }

.expandCollapseAll {
    height: 20px;
    width: 20px;
    border: 0px;
    background-position: -2px -1176px;
    line-height: 20px;
    vertical-align: middle;
}

    .expandCollapseAll:hover {
        background-position: -28px -1176px;
    }

.validation-summary-errors {
    background-color: lemonchiffon;
}

.validation-summary-errors {
    background-color: ivory;
    color: red;
    padding: 5px;
    font-size: 12px;
}

    .validation-summary-errors ul {
        list-style: none;
        list-style-type: none;
        margin: 2px;
        padding: 5px 5px 5px 5px;
        font-size: 14px;
    }

.mediumLoader {
    height: 32px;
    line-height: 32px;
    vertical-align: middle;
    color: #666666;
}

.loader {
    display: none;
}

/*subjectVisitStatusIndicator*/

.visitForm {
    background: #FAFAFA;
    padding: 10px;
    margin: 0px;
    clear: both;
    border: 1px solid #7AE093;
}

.subjectVisitStatusIndicatorWrapper {
    width: 100%;
    height: 28px;
    display: inline-block;
}

.subjectVisitStatusIndicator {
    list-style: none;
    display: inline;
}

    .subjectVisitStatusIndicator li {
        font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
        font-size: 13px;
        line-height: 28px;
        float: left;
        width: 110px;
        text-align: center;
        height: 28px;
        vertical-align: middle;
        padding: 0px 10px 0px 10px;
        background-position: -2px -419px;
        overflow: hidden;
    }

        .subjectVisitStatusIndicator li a {
            color: #FFF;
        }

            .subjectVisitStatusIndicator li a:hover {
                color: #FFF;
            }

.subjectVisitStatusIndicatorTitle {
    color: #666;
}

    .subjectVisitStatusIndicatorTitle.active {
        background-position: -2px -363px;
        color: #FFF;
    }

    .subjectVisitStatusIndicatorTitle.completed {
        background-position: -2px -391px;
        color: #FFF;
    }

    .subjectVisitStatusIndicatorTitle.header {
        background: #004b8b;
        text-align: left !important;
        color: #FFF;
        width: 125px !important;
        padding-right: 20px;
        margin-right: 8px;
    }

        .subjectVisitStatusIndicatorTitle.header.active {
            background: #40D98C;
            color: #FFF !important;
        }

    .subjectVisitStatusIndicatorTitle.info {
        background-position: -2px -504px;
        padding-left: 5px !important;
        padding-right: 15px !important;
    }

        .subjectVisitStatusIndicatorTitle.info.active {
            background-position: -2px -448px;
        }

        .subjectVisitStatusIndicatorTitle.info.completed {
            color: #FFF;
            background-position: -2px -476px;
        }

    .subjectVisitStatusIndicatorTitle.screening {
        background-position: -2px -646px;
        width: 80px !important;
    }

        .subjectVisitStatusIndicatorTitle.screening.active {
            background-position: -2px -618px;
        }

        .subjectVisitStatusIndicatorTitle.screening.completed {
            color: #FFF;
            background-position: -2px -675px;
        }

    .subjectVisitStatusIndicatorTitle.randomize {
        background-position: -2px -561px;
        width: 90px !important;
    }

        .subjectVisitStatusIndicatorTitle.randomize.active {
            background-position: -2px -533px;
        }

        .subjectVisitStatusIndicatorTitle.randomize.completed {
            color: #FFF;
            background-position: -2px -590px;
        }

    .subjectVisitStatusIndicatorTitle.summary {
        background-position: -2px -759px;
        width: 100px !important;
    }

        .subjectVisitStatusIndicatorTitle.summary.active {
            background-position: -2px -703px;
        }

        .subjectVisitStatusIndicatorTitle.summary.completed {
            color: #FFF;
            background-position: -2px -731px;
        }

.subjectInfoIcon {
    width: 100%;
    height: 40px;
}

    .subjectInfoIcon .manageVisits {
        margin: 10px;
        padding: 0px;
        width: 16px;
        height: 26px;
        background-position: -42px -797px;
    }

    .subjectInfoIcon .update {
        margin: 10px;
        padding: 0px;
        width: 19px;
        height: 26px;
        background-position: -5px -797px;
    }

    .subjectInfoIcon .summaryReport {
        margin: 10px;
        padding: 0px;
        width: 26px;
        height: 18px;
        background-position: -41px -844px;
    }

    .subjectInfoIcon .unblind {
        margin: 10px;
        padding: 0px;
        width: 22px;
        height: 26px;
        background-position: -83px -844px;
    }

    .subjectInfoIcon .withdraw {
        margin: 10px;
        padding: 0px;
        width: 26px;
        height: 26px;
        background-position: -83px -797px;
    }

    .subjectInfoIcon .completeStudy {
        margin: 10px;
        padding: 0px;
        width: 26px;
        height: 26px;
        background-position: -5px -844px;
    }

    .subjectInfoIcon .manageForm {
        margin: 10px;
        padding: 0px;
        width: 26px;
        height: 26px;
        background-position: -131px -797px;
    }

    .subjectInfoIcon .manageFormAttachment {
        margin: 10px;
        padding: 0px;
        width: 26px;
        height: 26px;
        background-position: -131px -847px;
    }

.subjectInfoTitle {
    font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
    font-size: 14px;
    color: #000;
    width: 100px;
    height: 45px;
    background: #CCCCCC;
    text-align: left;
    padding: 5px 0px 5px 10px;
}

.subjectInfoLinkWrapper {
    width: 110px;
    height: 105px;
    border: 1px dashed #CCC;
    border-left: 5px solid #004b8b;
    background: #F4F4F4;
    margin-bottom: 20px;
    margin-right: 20px;
    float: left;
}

.subjectInfoLink .subjectInfoLinkWrapper:hover {
    border: 1px dashed #004b8b;
    border-left: 5px solid #004b8b;
    background: #FFF;
}

/*Page action sub menu*/
.pageActionSubMenu {
    border-bottom: 1px solid #E4E4E4;
    margin-bottom: 20px;
    border-top: 1px solid #E4E4E4;
    background: #f4f4f4;
    height: 30px;
}

    .pageActionSubMenu.noTopBorder {
        border-top: 0px solid #E4E4E4 !important;
    }

    .pageActionSubMenu.noBottomBorder {
        border-bottom: 0px solid #E4E4E4 !important;
    }

    .pageActionSubMenu h4 {
        padding-left: 10px;
        display: inline;
        float: left;
        line-height: 30px;
        vertical-align: middle;
        margin: 0px;
    }

    .pageActionSubMenu ul.floatRight {
        float: right;
        display: inline;
    }

    .pageActionSubMenu ul {
        margin: 0px;
        padding: 0px;
        height: 30px;
        list-style: none;
        list-style-type: none;
    }

        .pageActionSubMenu ul li {
            height: 30px;
            display: inline-block;
            float: left;
            margin: 0px 0px 0px 0px;
            padding: 0px 10px;
            border: 0px;
            line-height: 30px;
            vertical-align: middle;
            width: auto;
            font-size: 12px;
            text-align: center;
            background: none;
        }

            .pageActionSubMenu ul li:hover {
                color: #fff;
                background: #0074d8; /*recolor000099*/
            }

            .pageActionSubMenu ul li a {
            }

                .pageActionSubMenu ul li a:hover {
                    color: #fff;
                }

.modal {
    padding: 0px;
}

.modal-header {
    padding: 10px;
    background: #666;
    display: flex;
    flex-direction: row;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.modal-title {
    color: #fff;
    font-size: 14px;
    vertical-align: middle;
    width: 100%;
}

.modal-close {
    color: #fff;
    vertical-align: middle;
    font-size: 18px;
    width: 30px;
}

    .modal-close a {
        color: #fff !important;
    }

.modal-content-body {
    padding: 10px;
}

.modal {
    display: none;
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(240,255,255,0.8);
}

.modal-content {
    background-color: #fefefe;
    margin: 10% auto;
    border: 1px solid #999;
    width: 80%;
    border-radius: 5px 5px;
}

/*.sub-overlay-progress {
    background: #000;
    height: 100%;
    width: 100%;
    opacity: 0.6;
    position: absolute;
    padding: 0;
    width: 100%;
    background-color: #FFF;
    opacity: 0.3;
    -moz-opacity: 0.3;
    filter: alpha(opacity=30);
}*/

.sub-overlay-progress {
    width: 100%;
    height: 100%;
    position: absolute;
}

    .sub-overlay-progress::after {
        content: '';
        width: 100%;
        height: 100%;
        background-color: #ccc;
        opacity: 0.8;
        position: absolute;
        top: 0;
        left: 0;
    }

.sub-modal {
    padding: 0px;
}

.sub-modal-header {
    padding: 10px 20px;
    background: #eee;
    display: flex;
    flex-direction: row;
    min-height: 45px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom: 1px solid #ccc;
    cursor: move;
}

.sub-modal-title {
    color: #0074d8; /*recolor000099*/
    font-size: 16px;
    vertical-align: middle;
    width: 100%;
}

.sub-modal-close {
    width: auto !important;
}

.sub-modal-header > .sub-modal-close {
    color: #fff;
    vertical-align: middle;
    font-size: 18px;
    width: 30px;
}

.sub-modal-close a {
    color: #000099 !important;
}

.sub-modal-content-body {
    padding: 20px;
    position: relative;
    height: 100%;
    overflow-y: auto;
}

.sub-modal-content-footer {
    border-top: 1px solid #eee;
    padding: 10px 20px;
    font-size: 15px;
    color: #0074d8; /*recolor000099*/
}

.sub-modal {
    display: none;
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.sub-modal-content {
    background-color: #fefefe;
    margin: 10% 10%;
    border: 1px solid #999;
    width: 400px;
    max-height: 300px;
    position: relative;
    display: inline-flex;
    flex-direction: column;
    z-index: 2;
    border-radius: 2px 2px;
    box-shadow: 0px 0px 2px rgba(49,49,49,0.4);
}

.audit-modal {
    padding: 0px;
}

.audit-modal-header {
    padding: 6px 20px;
    background: #eee;
    min-height: 36px;
    display: flex;
    flex-direction: row;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom: 1px solid #ccc;
    cursor: move;
}

.audit-modal-title {
    color: #0074d8; /*recolor000099*/
    font-size: 16px;
    vertical-align: middle;
    width: 100%;
}

.audit-modal-close {
    width: auto !important;
}

.audit-modal-header > .audit-modal-close {
    color: #fff;
    vertical-align: middle;
    font-size: 18px;
    width: 30px;
}

.audit-modal-close a {
    color: #000099 !important;
}

.audit-modal-content-body {
    padding: 20px;
    position: relative;
    height: 100%;
    overflow-y: auto;
}

.audit-modal-content-footer {
    border-top: 1px solid #eee;
    padding: 10px 20px;
    font-size: 15px;
    color: #0074d8; /*recolor000099*/
}

.audit-modal {
    display: none;
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.audit-modal-content {
    background-color: #fefefe;
    margin: 10% 10%;
    border: 1px solid #999;
    width: 600px;
    max-height: 400px;
    position: relative;
    display: inline-flex;
    flex-direction: column;
    z-index: 2;
    border-radius: 2px 2px;
    box-shadow: 0px 0px 2px rgba(49,49,49,0.4);
}










.action-overlay-progress {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.action-overlay-progress::after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #ccc;
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
}

.action-modal {
    padding: 0px;
}

.action-modal-header {
    padding: 6px 20px;
    background: #eee;
    min-height: 36px;
    display: flex;
    flex-direction: row;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom: 1px solid #ccc;
    cursor: move;
}

.action-modal-title {
    color: #0074d8; /*recolor000099*/
    font-size: 16px;
    vertical-align: middle;
    width: 100%;
}

.action-modal-close {
    width: auto !important;
}

.action-modal-header > .action-modal-close {
    color: #fff;
    vertical-align: middle;
    font-size: 18px;
    width: 30px;
}

.action-modal-close a {
    color: #000099 !important;
}

.action-modal-content-body {
    padding: 20px;
    position: relative;
    height: 100%;
    overflow-y: auto;
}

.action-modal-content-footer {
    border-top: 1px solid #eee;
    padding: 10px 20px;
    font-size: 15px;
    color: #0074d8; /*recolor000099*/
}

.action-modal {
    display: none;
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.action-modal-content {
    background-color: #fefefe;
    margin: 10% 10%;
    border: 1px solid #999;
    width: 600px;
    max-height: 400px;
    position: relative;
    display: inline-flex;
    flex-direction: column;
    z-index: 2;
    border-radius: 2px 2px;
    box-shadow: 0px 0px 2px rgba(49,49,49,0.4);
}














.discrepancy-overlay-progress {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

    .discrepancy-overlay-progress::after {
        content: '';
        width: 100%;
        height: 100%;
        background-color: #ccc;
        opacity: 0.8;
        position: absolute;
        top: 0;
        left: 0;
    }

.discrepancy-modal {
    padding: 0px;
}

.discrepancy-modal-header {
    padding: 6px 10px;
    background: #ddd;
    display: flex;
    flex-direction: row;
    min-height: 36px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom: 1px solid #ccc;
    cursor: move;
}

.discrepancy-modal-title, .coder-approval-modal-title, .audit-modal-title {
    color: #0074d8; /*recolor000099*/
    font-size: 15px;
    width: 100%;
    display: flex;
    align-items: center;
    font-weight: 500;
}

.discrepancy-modal-close {
    color: #444 !important;
    font-size: 22px;
    width: 30px;
    display: flex;
    align-items: center;
}

    .discrepancy-modal-close a i {
        font-size: 22px;
    }

.coder-approval-modal-close a i {
    font-size: 22px;
}

.audit-modal-close a i {
    font-size: 22px;
}

.discrepancy-modal-close a {
    color: #444 !important;
}

.discrepancy-modal-content-body {
    padding: 20px;
    position: relative;
    height: 100%;
    overflow-y: auto;
}

.discrepancy-modal {
    display: none;
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.discrepancy-modal-content {
    background-color: #fefefe;
    margin: 10% 10%;
    border: 1px solid #999;
    width: 60%;
    z-index: 2;
    min-height: 100px;
    max-height: 70%;
    position: relative;
    display: inline-flex;
    flex-direction: column;
    z-index: 2;
    border-radius: 2px 2px;
    box-shadow: 0px 0px 2px rgba(49,49,49,0.4);
}


.text-muted {
    font-size: 90%;
    font-size:12px;
    display: inline-block;
}


/* Navigation Indicator Styling */
.navigationIndicatorWrapper {
    /*border-bottom: 1px solid #CCC;*/
    height: 34px;
    display: inline-block;
    /*margin-bottom: 20px;*/
    /*padding-bottom: 8px;*/
    /*padding-left:40px;*/
    width: 100%;
    background: #DDD;
    /*position: fixed;*/
    /*display: inline-flex;*/
    /*top: 43px;*/
    opacity: 0.9;
    z-index: 1;
    /*box-shadow: 0px 1px 4px rgba(49,49,64,0.4);*/
}

.navigationIndicator {
    list-style: none;
    display: flex;
    padding: 0px 0px 0px 20px;
    margin: 0px;
    height: 34px;
    align-items: center;
}

    .navigationIndicator li {
        display: inline-flex;
    }

.navigationIndicatorTitle {
    font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
    vertical-align: middle;
}

    .navigationIndicatorTitle a {
        color: #000099; /*recolor000099*/
        text-decoration: none;
        text-overflow: ellipsis;
        font-size: 13px;
        font-weight: 500;
        margin-top: 1px;
    }

        .navigationIndicatorTitle a:hover {
            color: #0074d8;
            text-decoration: none;
        }

.navigationIndicatorTitleSpacer {
    font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
    text-decoration: none;
    text-overflow: ellipsis;
    font-weight: normal;
    vertical-align: middle;
    color: #0074d8; /*recolor000099*/
    background: none;
    margin: 0px 15px;
    font-weight: lighter;
}

.navigationIndicatorTitleSpacer i{
    font-size:22px;
}
    /* Form Fieldset Styles */

    input .email {
    width: 225px;
}

input.date {
    width: 130px !important;
}

input[type=date] {
    width: 130px !important;
}

textarea.bigTextArea {
    width: 100%;
    /*min-width:500px;*/
    min-height: 60px;
}

textarea.mediumTextArea {
    min-width: 350px;
    min-height: 60px;
}

#sliderPanel-wrapper {
    width: auto !important;
}

.transactionHelpLink {
    /*width: 24px;
    height: 24px;
    background-position: -2px -327px;
    cursor: pointer;
    float: right;*/
    display: none;
}

    .transactionHelpLink:hover {
        background-position: -38px -327px;
        display: none;
    }

/*  EDC Theme  */

.formVisitList {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

    .formVisitList li {
        padding: 4px 10px 4px 10px;
        cursor: pointer;
        float: left;
        list-style-type: none;
        border: 1px solid #333333;
        margin-right: 10px;
        background: #EEE;
    }

        .formVisitList li.button1 {
        }

            .formVisitList li.button1 a {
            }

                .formVisitList li.button1 a:hover {
                }

        .formVisitList li.button2 {
            background: #002066 !important;
            color: #fff !important;
        }

            .formVisitList li.button2 a {
                color: #fff !important;
            }

                .formVisitList li.button2 a:hover {
                }

        .formVisitList li.button3 {
            background: #002066 !important;
            color: #fff !important;
        }

            .formVisitList li.button3 a {
                color: #fff !important;
            }

                .formVisitList li.button3 a:hover {
                }

        .formVisitList li.button4 {
            background: #00CC00 !important;
            color: #fff !important;
        }

            .formVisitList li.button4 a {
                color: #fff !important;
            }

                .formVisitList li.button4 a:hover {
                }

        .formVisitList li.button5 {
            background: #00CC00 !important;
            color: #fff !important;
        }

            .formVisitList li.button5 a {
            }

                .formVisitList li.button5 a:hover {
                }

/*Quick Entry Theme*/

.quickEntryHeaderWrapper {
    width: 100%;
    height: 60px;
    background: #004b8b;
}

.quickEntryHeader {
    width: 800px;
    margin: auto;
    height: 60px;
}

.quickEntryClose {
    float: right;
    margin-right: 25px;
    margin-top: 7px;
    cursor: pointer;
    font-size: 32px;
    width: 32px;
    height: 32px;
    color: #CCC;
    font-weight: lighter;
}

    .quickEntryClose:hover {
        color: #FFF;
    }

.quickEntryBodyWrapper {
    margin-top: 20px;
    background: #fff;
}

.prevNextNav {
    float: left;
    font-size: 36px;
    color: #FFF;
    margin-right: 60px;
    line-height: 56px;
    vertical-align: middle;
    height: 60px;
    font-weight: lighter;
}

.prevNavDiv {
    float: left;
    font-size: 36px;
    color: #FFF;
    margin-right: 15px;
    line-height: 50px;
    vertical-align: middle;
    height: 60px;
    font-weight: lighter;
}

.prevNav {
    width: 40px;
    vertical-align: middle;
    background: url('/Images/Main/quickEntryPrev.png') left center no-repeat;
}

.quickEntryHeaderInfo {
    float: left;
    padding: 8px 0px;
    height: 44px;
}

    .quickEntryHeaderInfo ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

        .quickEntryHeaderInfo ul li {
            float: left;
            margin-right: 50px;
            border-left: 3px solid #CCC;
            padding: 2px 5px 2px 8px;
        }

            .quickEntryHeaderInfo ul li span {
                font-size: 15px;
                color: #FFF;
            }

                .quickEntryHeaderInfo ul li span.label {
                    font-size: 14px;
                    color: #CCC !important;
                }

.quickEntryFooterWrapper {
    margin-top: 20px;
    width: 100%;
    border-top: 1px solid #CCC;
    min-height: 25px;
    padding: 10px 0px;
}

.quickEntryFooter {
    width: 800px;
    margin: auto;
}

    .quickEntryFooter .buttons {
        float: left;
        margin-right: 20px;
    }

.quickEntryBody {
    width: 800px;
    margin: auto;
}

    .quickEntryBody p, .quickEntryBody span {
        font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
    }

.dialog.ui-dialog-content {
    padding: 0px !important;
}

.quickEntryGroupHeader {
    border-bottom: 1px solid #CCC;
    font-size: 20px;
    color: #000066;
    margin-bottom: 6px;
}

.quickEntryGroupDescription {
    margin: 0px 0px 15px 0px;
    font-size: 13px;
}

.quickEntryInputLabel {
    color: #666;
    margin-bottom: 3px;
}

.quickEntryTextArea {
    width: 300px;
    height: 70px;
}

.quickEntryFieldAlignments.left {
    width: 350px;
    float: left;
}

.quickEntryFieldAlignments.right {
    width: 350px;
    float: left;
}

#ajax-loader-img {
    font-size: 12px;
}

.quickEntryConflictLink {
    background: url('/Images/Main/disc_cln.png') center no-repeat;
}

    .quickEntryConflictLink.active {
        background: url('/Images/Main/disc_dirt.png') center no-repeat;
    }

.auditLogLink {
    background: url('/Images/Main/form_audit_list.png') center no-repeat;
}

.fieldValueClearButton {
    background: url('/Images/Main/value_clear.png') center no-repeat;
}

.auditLogLink:hover {
    background: url('/Images/Main/form_audit_list_hover.png') center no-repeat;
}

.formFieldEditLink {
    background: url('/Images/Main/form_com_edit.png') center no-repeat;
}

    .formFieldEditLink:hover {
        background: url('/Images/Main/form_com_edit_hover.png') center no-repeat;
    }

.inputWrapper {
    /*border:1px solid #F4F4F4;*/
    padding: 0px 15px;
    font-size: 12px;
}

    .inputWrapper:hover {
        background: #F0F0F0;
        /*border:1px solid #CCC;*/
    }

/*Quick Entry Conflict*/

.quickEntryConflictHeaderWrapper {
    width: 1000px;
    height: 50px;
    background: #004b8b;
}

.quickEntryConflictHeaderInfo {
    width: 980px;
    margin: auto;
    height: 50px;
}

.quickEntryConflictFieldInfoWrapper {
    width: 1000px;
    height: 45px;
    background: #f4f4f4;
    border-bottom: 1px solid #B6B3DA;
}

.quickEntryConflictFieldInfo {
    float: left;
    width: 850px;
    height: 45px;
    margin-left: 10px;
}

.quickEntryConflictClose {
    float: right;
    margin-right: 5px;
    margin-top: 5px;
    cursor: pointer;
    width: 32px;
    height: 32px;
    color: #CCC;
    font-size: 30px;
    font-weight: lighter;
}

    .quickEntryConflictClose:hover {
        color: #FFF;
    }

.quickEntryConflictHeaderInfo ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

    .quickEntryConflictHeaderInfo ul li {
        float: left;
        margin-right: 75px;
        padding: 4px 5px 4px 0px;
    }

        .quickEntryConflictHeaderInfo ul li span {
            font-size: 13px;
            color: #FFF;
        }

            .quickEntryConflictHeaderInfo ul li span.label {
                color: #CCC !important;
            }

.quickEntryConflictFieldInfo ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

    .quickEntryConflictFieldInfo ul li {
        float: left;
        padding: 2px 5px 2px 0px;
    }

        .quickEntryConflictFieldInfo ul li span {
            font-size: 13px;
            color: #000000;
        }

            .quickEntryConflictFieldInfo ul li span.label {
                color: #666666 !important;
            }

.quickEntryConflictButtons {
    width: 45px;
    height: 45px;
    float: right;
    cursor: pointer;
}

    .quickEntryConflictButtons.viewAll {
        border-left: 1px solid #B6B3DA;
        background: url('/Images/Main/quickEntryConflict_viewAll.png') center no-repeat;
    }

    .quickEntryConflictButtons.new {
        border-left: 1px solid #B6B3DA;
        background: url('/Images/Main/quickEntryConflict_new.png') center no-repeat;
    }

.quickEntryConflictContentWrapper {
    clear: both;
    width: 1000px;
}

.quickEntryConflictContent {
    width: 980px;
    margin: auto;
    margin-bottom: 10px;
}

/* Form DATA ENTRY CONSOLE WRAPPER */

.formDataEntryConsoleWrapper {
    /*border: 1px solid #CCC;*/
    overflow-x: auto;
    background: #f4f4f4;
}

.formDataEntryConsoleHeader {
    border-left: 4px solid #00CC00;
    padding: 10px;
    border-bottom: 1px solid #CCC;
}

.textStyle1 {
    color: #004b8b;
    font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
    font-size: 18px;
}

.textStyle2 {
    color: #666666;
    font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
    font-size: 14px;
}

.textStyle3 {
    color: #666666;
    font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
    font-size: 12px;
}

.textStyle4 {
    color: #666666;
    font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
    font-size: 16px;
}

.formDataEntryConsoleContentWrapper {
    background: #f4f4f4;
}

.formDataEntryConsoleContent {
    padding: 10px;
}

#dataEntryActionNav {
    background: #f4f4f4;
    color: #0074d8; /*recolor000099*/
    padding: 5px 10px 5px 10px;
    border-bottom: 1px dashed #666;
}

.tableStyle3 {
    width: 100%;
    padding: 0;
    margin: 0;
    border: 1px solid #CCC;
    background: #FFF;
    border-collapse: collapse;
}

    .tableStyle3 td {
        padding: 8px;
        border: 1px solid #CCC;
        margin: 0px;
    }

        .tableStyle3 td.cAlign {
            text-align: center;
        }

    .tableStyle3 thead th {
        padding: 8px;
        border: 1px solid #CCC;
        margin: 0px;
        background: #004b8b;
        height: 25px;
        color: #FFF;
        font-size: 14px;
        font-weight: normal;
        text-align: left;
    }

        .tableStyle3 thead th.cAlign {
            text-align: center;
        }

    .tableStyle3 tbody tr:hover {
        background: #fafafa !important;
    }

    .tableStyle3 tbody td {
        min-height: 25px;
        font-size: 13px;
    }

.tableTopFilter {
    height: 50px;
    border: 1px solid #ccc;
    background: #F0F8FC;
}

    .tableTopFilter .header {
        background: url('/Images/Main/filter_icon.png') center no-repeat #F0F8FC;
        float: left;
        width: 30px;
        height: 100%;
        border-right: 1px solid #ccc;
    }

    .tableTopFilter .options {
        float: right;
    }

        .tableTopFilter .options ul {
            list-style-type: none;
            list-style: none;
            margin: 0px;
            padding: 0px;
        }

            .tableTopFilter .options ul li {
                list-style-type: none;
                display: inline;
                float: left;
                margin: 0px;
                padding: 3px 20px 3px 20px;
                border-left: 1px solid #ccc;
                height: 44px;
            }

                .tableTopFilter .options ul li:hover {
                    background: #FFF;
                    cursor: pointer;
                }

.modernTableTopFilter {
    height: 50px;
    background: #517DA8;
}

    .modernTableTopFilter .header {
        background: url('/Images/Main/filter_icon_white.png') center no-repeat #004b8b;
        float: right;
        width: 50px;
        height: 100%;
        border-right: 1px solid #004b8b;
    }

    .modernTableTopFilter .options {
        float: right;
    }

        .modernTableTopFilter .options.actionBar {
            float: left;
        }

        .modernTableTopFilter .options ul {
            list-style-type: none;
            list-style: none;
            margin: 0px;
            padding: 0px;
        }

            .modernTableTopFilter .options ul li {
                list-style-type: none;
                display: inline;
                float: left;
                margin: 0px;
                padding: 3px 20px 3px 20px;
                border-left: 1px solid #004b8b;
                height: 44px;
                color: #FFF;
            }

        .modernTableTopFilter .options.actionBar ul li {
            border-left: 0px !important;
            border-right: 1px solid #004b8b;
            padding: 3px 6px !important;
            line-height: 50px;
            vertical-align: middle;
        }

        .modernTableTopFilter .options ul li .inputLabel {
            color: #FFF !important;
        }

        .modernTableTopFilter .options ul li:hover {
            background: #004b8b;
            cursor: pointer;
        }

.progressBarSmall {
    width: 160px;
    height: 8px;
}

.formFVMButton {
    border: 0px;
    color: #004b8b;
    padding: 3px 5px 3px 30px;
    font-size: 16px;
    cursor: pointer;
    margin-right: 30px;
}

    .formFVMButton:hover {
        color: #333;
    }

    .formFVMButton.save {
        background: url('/Images/Main/form_save.png') left center no-repeat;
    }

    .formFVMButton.verify {
        background: url('/Images/Main/form_verify.png') left center no-repeat;
    }

    .formFVMButton.erase {
        background: url('/Images/Main/form_erase.png') left center no-repeat;
    }

.formFieldList {
    list-style: none;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    clear: both;
}

    .formFieldList li {
        list-style: none;
        list-style-type: none;
        vertical-align: top;
        padding: 10px;
        margin: 0px;
        margin-right: 30px;
        width: auto;
        display: inline-flex;
        flex-direction: column;
    }

        .formFieldList li:hover {
            background: #fff;
        }

        .formFieldList li.crf-field-newline {
            clear: left;
            min-height: 0px !important;
        }

.dcfFieldList {
    list-style: none;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

    .dcfFieldList li {
        list-style: none;
        list-style-type: none;
        display: inline-block;
        vertical-align: top;
        margin: 10px 20px 10px 0px;
        padding: 0px;
        width: 300px;
    }

/********************************/

.viewDCFTable {
    padding: 0;
    margin: 0;
    width: 100%;
    border-width: 1px 1px 1px 1px;
    border-color: #CCC !important;
    border-spacing: 0;
    border-collapse: collapse;
    border-style: solid;
}

    .viewDCFTable th {
        text-align: left;
        font-weight: normal;
        font-size: 14px;
        color: #004b8b;
        padding: 0px 5px 0px 5px;
        height: 35px;
        vertical-align: middle;
        background: #F4F4F4;
        border-color: #CCC !important;
        border-width: 0 0 1px 1px;
        border-spacing: 0;
        border-collapse: collapse;
        border-style: solid;
    }

    .viewDCFTable.edit th {
        border-color: #CCC !important;
    }

    .viewDCFTable td {
        background: #FAFAFA;
        padding: 0px 5px 0px 5px;
        height: 28px;
        vertical-align: middle;
        border: 1px solid #CCC;
        border-spacing: 0px 0px;
    }

    .viewDCFTable tfoot td {
        background: #CCCCCC;
        padding: 0px 5px 0px 5px;
        height: 28px;
        vertical-align: middle;
        border: 1px solid #999999;
        border-spacing: 0px 0px;
        font-weight: bold;
    }

    .viewDCFTable th {
        padding: 10px;
        font-size: 13px;
    }

    .viewDCFTable td {
        padding: 10px;
    }

        .viewDCFTable td ul.fieldList {
            list-style: none;
            list-style-type: none;
            margin: 0px;
            padding: 0px;
        }

            .viewDCFTable td ul.fieldList li {
                list-style: none;
                list-style-type: none;
                display: inline-block;
                vertical-align: top;
                margin-right: 20px;
                padding: 0px;
                width: 300px;
            }

    .viewDCFTable .txtStyle1 {
        font-weight: bold;
        color: #333333;
        font-size: 13px;
    }

    .viewDCFTable .txtStyle2 {
        font-weight: bold;
        color: #555555;
        font-size: 13px;
    }

    .viewDCFTable .txtStyle3 {
        font-weight: bold;
        color: #333333;
        font-size: 15px;
    }

    .viewDCFTable tbody tr td {
        padding: 6px;
    }

/********************************/

.viewFormTable {
    padding: 0;
    margin: 0;
    width: 100%;
    border-width: 1px 1px 1px 1px;
    border-color: #CCC !important;
    border-spacing: 0;
    border-collapse: collapse;
    border-style: solid;
}

    .viewFormTable th {
        text-align: left;
        font-weight: normal;
        font-size: 14px;
        color: #004b8b;
        padding: 0px 5px 0px 5px;
        height: 35px;
        vertical-align: middle;
        background: #F4F4F4;
        border-color: #CCC !important;
        border-width: 0 0 1px 1px;
        border-spacing: 0;
        border-collapse: collapse;
        border-style: solid;
    }

    .viewFormTable.edit th {
        border-color: #CCC !important;
    }

    .viewFormTable td {
        background: #FAFAFA;
        padding: 0px 5px 0px 5px;
        height: 28px;
        vertical-align: middle;
        border: 1px solid #CCC;
        border-spacing: 0px 0px;
    }

    .viewFormTable tfoot td {
        background: #CCCCCC;
        padding: 0px 5px 0px 5px;
        height: 28px;
        vertical-align: middle;
        border: 1px solid #999999;
        border-spacing: 0px 0px;
        font-weight: bold;
    }

    .viewFormTable th {
        padding: 10px;
        font-size: 13px;
    }

    .viewFormTable td {
        padding: 10px;
    }

        .viewFormTable td ul.fieldList {
            list-style: none;
            list-style-type: none;
            margin: 0px;
            padding: 0px;
        }

            .viewFormTable td ul.fieldList li {
                list-style: none;
                list-style-type: none;
                display: inline-block;
                vertical-align: top;
                margin-right: 20px;
                padding: 0px;
                width: 300px;
            }

    .viewFormTable .txtStyle1 {
        font-weight: bold;
        color: #333333;
        font-size: 13px;
    }

    .viewFormTable .txtStyle2 {
        font-weight: bold;
        color: #555555;
        font-size: 13px;
    }

    .viewFormTable .txtStyle3 {
        font-weight: bold;
        color: #333333;
        font-size: 15px;
    }

    .viewFormTable tbody tr td {
        padding: 6px;
    }

.progressVerified {
    color: #00CC00;
}

/*-------Home Page Theme-------*/
.homePageStatusHolder {
    max-width: 375px;
    display: inline-table;
    margin: 0px 20px 20px 0px;
}

    .homePageStatusHolder.medium {
        max-width: 230px;
    }

    .homePageStatusHolder.small {
        max-width: 100px;
    }

    .homePageStatusHolder.big {
        max-width: 1200px;
    }

    .homePageStatusHolder.freeSize {
        min-width: 400px;
        max-width: 100%;
    }

.homePageStatusListTitle {
    font-size: 14px;
    color: #006666;
    margin-bottom: 5px;
}

.homePageStatusTable {
    /*table-layout: fixed;*/
    border: 1px dashed #ccc;
    border-collapse: collapse;
    margin: 0px;
    background: #f9f9f9;
}

    .homePageStatusTable thead tr {
        background: #f0f0f0;
        color: #004b8b;
    }

        .homePageStatusTable thead tr th {
            text-align: left;
            vertical-align: middle;
            font-size: 13px;
            height: 18px;
            color: #666;
            font-weight: normal;
        }

    .homePageStatusTable th, .homePageStatusTable td {
        color: #004b8b;
        padding: 5px;
        min-width: 80px;
    }

        .homePageStatusTable td.center {
            text-align: center;
        }

        .homePageStatusTable th.center {
            text-align: center;
        }

.homePageStatusList {
    list-style: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    max-width: 400px;
}

    .homePageStatusList li {
        list-style: none;
        list-style-type: none;
        min-width: 100px;
        max-width: 100px;
        background: #fff;
        border-radius: 4px;
        margin: 0px 8px 10px 0px;
        padding: 0;
        display: inline-flex;
        flex-direction: column;
        box-shadow: 0 0 4px rgb(0 0 0 / 30%) !important;
    }

        .homePageStatusList li .itemValue {
            font-size: 22px;
            color: #00748d; /*recolor000099*/
            height: 28px;
            margin: 0px 5px 5px 5px;
            padding: 0;
            font-weight: 500;
        }

        .homePageStatusList li .itemText {
            font-size: 12px;
            color: #666;
            margin: 0px 5px 5px 5px;
            padding: 0;
            display: inline-flex;
            align-items: end;
            min-height: 30px;
        }

.homePageStatusListTable {
    width: 100%;
    border-width: 1px;
    border-color: #ccc;
    border-spacing: 0;
    border-collapse: collapse;
    border-style: none;
    box-shadow: 0 0 4px rgb(0 0 0 / 30%) !important;
}

    .homePageStatusListTable td {
        height: 28px;
        padding: 0px;
        margin: 0px;
        color: #0074d8; /*recolor000099*/
        border-bottom: 1px dashed #ccc;
        border-spacing: 0px 0px;
        font-size: 14px;
    }

.homePageNewsList {
    list-style: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}

    .homePageNewsList li {
        list-style: none;
        list-style-type: none;
        height: 50px;
        background: #f4f4f4;
        border: 1px dashed #ccc;
        border-collapse: collapse;
        margin: 0;
        padding: 0;
    }

        .homePageNewsList li:hover {
            border-color: #004b8b;
            background: #fff;
            cursor: pointer;
        }

        .homePageNewsList li .newsLink {
            width: inherit;
            height: 40px;
            margin: 5px;
            padding: 0px;
            text-overflow: ellipsis;
            max-width: 380px;
            display: block;
            overflow: hidden;
        }

.helpButton {
    display: inline-block;
    float: right;
    margin-right: 200px;
    line-height: 50px;
    vertical-align: middle;
}

/*---------------SAE/AE Reporting Module Themes--------------------*/

.subjectEventInfoWrapper {
    font-size: 13px !important;
    padding: 10px !important;
    border: 1px dashed #5C85AD !important;
    background: #F4F4F4;
}

    .subjectEventInfoWrapper .inputLabel {
        font-weight: bold;
        color: #666;
    }

.subjectEventNotification {
    padding: 10px !important;
    border: 1px dashed #5C85AD !important;
    background: #999;
    color: #fff;
}

.erfFormHeader {
    font-size: 20px;
    color: #000066;
}

.erfFormDescription {
    font-size: 13px;
}

/*----------------------- Modern Table Styles -------------------------*/

.mts1 {
    padding: 0;
    margin: 0;
    border-spacing: 0px;
    border-collapse: collapse;
}

    .mts1.fullWidth {
        width: 100%;
    }

    .mts1.autoWidth {
        width: auto !important;
    }

    .mts1 th {
        font-weight: bolder;
        font-size: 13px;
        color: #666;
        text-transform: uppercase;
        text-align: left;
        min-height: 28px;
        vertical-align: middle;
        padding: 5px 30px 5px 10px;
    }

    .mts1 td {
        font-size: 13px;
        text-align: left;
        min-height: 28px;
        vertical-align: middle;
        padding: 5px 30px 5px 10px;
    }

    .mts1 thead tr {
        border-bottom: 1px solid #FFF;
    }

    .mts1 tbody tr {
        border-top: 1px solid #fff;
    }

    .mts1.darkGrey thead tr {
        background: #CCC;
    }

    .mts1.darkGrey tbody tr {
        background: #EEE;
    }

    .mts1.darkGrey.hover tbody tr:hover {
        background: #EFEFEF;
    }

    .mts1.lightGrey thead tr {
        background: #BDC2C7;
    }

    .mts1.lightGrey tbody tr {
        background: #ECEFF2;
    }

    .mts1.lightGrey.hover tbody tr:hover {
        background: #F5F7F8;
    }

    .mts1.orange thead tr {
        background: #F39C0F;
    }

    .mts1.orange tbody tr {
        background: #F3C60C;
    }

    .mts1.orange.hover tbody tr:hover {
        background: #F9E285;
    }

    .mts1.midnightBlue thead tr {
        background: #2A3C4F;
    }

    .mts1.midnightBlue tbody tr {
        background: #344A5D;
    }

    .mts1.midnightBlue.hover tbody tr:hover {
        background: #99A4AE;
    }

    .mts1.cursor tbody tr:hover {
        cursor: pointer;
    }

    .mts1.defaultBlue thead tr {
        background: #004b8b;
    }

        .mts1.defaultBlue thead tr th {
            color: #FFF;
            text-transform: none;
        }

    .mts1.defaultBlue tbody tr {
        background: #f0f8fc;
    }

    .mts1.defaultBlue.hover tbody tr:hover {
        background: #f4f4f4;
    }

    .mts1.cursor tbody tr:hover {
        cursor: pointer;
    }

/* -----------------------------Reset PIN Progressive Theme ------------------------------- */

.resetPINHeaderWrapper {
    width: 100%;
    height: 60px;
    background: #004b8b;
}

.resetPINHeader {
    width: 800px;
    margin: auto;
    height: 60px;
}

.resetPINClose {
    float: right;
    margin-right: 25px;
    margin-top: 7px;
    cursor: pointer;
    font-size: 32px;
    width: 32px;
    height: 32px;
    color: #CCC;
    font-weight: lighter;
}

    .resetPINClose:hover {
        color: #FFF;
    }

.resetPINBodyWrapper {
    margin-top: 20px;
}

.resetPINHeaderInfo {
    float: left;
    padding: 8px 0px;
    height: 44px;
    font-size: 30px;
    color: #fff;
    font-weight: lighter;
}


.resetPINHeaderInfo a{
    color:#fff !important;
}

    .resetPINWrapper {
    margin-top: 20px;
    width: 100%;
    border-top: 1px solid #CCC;
    min-height: 25px;
    padding: 10px 0px;
}

.resetPINFooter {
    width: 800px;
    margin: auto;
}

    .resetPINFooter .buttons {
        float: left;
        margin-right: 20px;
    }

.resetPINBody {
    width: 800px;
    margin: auto;
}

    .resetPINBody p, .resetPINBody span {
        font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
    }

.mtsFilter {
    min-height: 50px;
    background: #f4f4f4;
    border: 1px solid #999;
}

    .mtsFilter .header {
        background: url('/Images/Main/filter_icon.png') center no-repeat;
        float: left;
        width: 50px;
        height: 50px;
    }

    .mtsFilter .options {
        float: left;
    }

        .mtsFilter .options.actionBar {
            float: left;
        }

        .mtsFilter .options ul {
            list-style-type: none;
            list-style: none;
            margin: 0px;
            padding: 0px;
        }

            .mtsFilter .options ul li {
                list-style-type: none;
                display: inline;
                float: left;
                margin: 0px;
                padding: 3px 10px 3px 10px;
                border-left: 1px solid #999;
                height: 44px;
                color: #666;
                max-width: 140px;
            }

                .mtsFilter .options ul li select {
                    max-width: 140px;
                }

        .mtsFilter .options.actionBar ul li {
            border-left: 0px !important;
            border-right: 1px solid #999;
            padding: 3px 6px !important;
            line-height: 50px;
            vertical-align: middle;
        }

        .mtsFilter .options ul li .inputLabel {
            color: #999 !important;
        }

        .mtsFilter .options ul li:hover {
            background: #ddd;
            cursor: pointer;
        }

.genericUL {
    list-style-type: none;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

    .genericUL > li {
        list-style-type: none;
        list-style: none;
        margin: 0px;
        padding: 5px 30px 5px 0px;
        display: inline-block;
    }

/*---------------Rndomization Screen Theme----------------*/
.assignedKitsList {
    margin: 0px;
    padding: 0px;
    list-style: none;
    list-style-type: none;
}

    .assignedKitsList li {
        width: 200px;
        margin-right: 20px;
        list-style: none;
        list-style-type: none;
        display: inline-block;
    }

        .assignedKitsList li .slNo {
            float: left;
            width: 29px;
            border-top: 1px solid #CCC;
            border-bottom: 1px solid #CCC;
            border-left: 1px solid #CCC;
            position: relative;
            text-align: center;
            padding-top: 10px;
            padding-bottom: 10px;
            background: #EEE;
        }

        .assignedKitsList li .kitInfo {
            width: 148px;
            padding: 10px;
            border: 1px solid #CCC;
            float: right;
            position: relative;
            background: #EEE;
        }

/*----------------- New EDC Design ------------------*/

.transBackButton {
    background-position: -169px -43px;
    background-repeat: no-repeat !important;
    margin-bottom: 0px;
    font-size: 18px;
    margin-left: 20px;
    text-align: left;
    color: #004b8b;
    vertical-align: middle;
}

    .transBackButton:hover {
        background-position: -4px -1280px;
        background-repeat: no-repeat !important;
        color: #CD5C5C;
        cursor: pointer;
    }

    .transBackButton.small {
        font-size: 13px;
    }

.transHeader {
    background: #F0F0F0;
    padding: 10px;
}

.fieldsetLegend {
    font-size: 16px;
    font-weight: lighter;
    color: #666;
}

/* New EDC Themes */

input.ng-invalid {
    border-color: red;
}

select.ng-invalid {
    border-color: red;
}

textarea.ng-invalid {
    border-color: red;
}

.errorLabel {
    color: red;
    font-size: 12px;
}

.tablesorter-childRow td {
    font-size: 12px;
}

.textStyleN1 {
    font-size: 13px;
    color: #000;
}

.formIcon.act {
    padding-left: 40px !important;
    background: url('/Images/Main/form_act_icon.png') left center no-repeat;
}

.formIcon.inact {
    padding-left: 40px !important;
    background: url('/Images/Main/form_inact_icon.png') left center no-repeat;
}

.formIcon {
    padding-left: 40px !important;
}

    .formIcon.s1 {
        background: url('/Images/Main/form_s1.png') left center no-repeat;
    }

    .formIcon.s2 {
        background: url('/Images/Main/form_s2.png') left center no-repeat;
    }

    .formIcon.s3 {
        background: url('/Images/Main/form_s3.png') left center no-repeat;
    }

    .formIcon.s4 {
        background: url('/Images/Main/form_s4.png') left center no-repeat;
    }

    .formIcon.s5 {
        background: url('/Images/Main/form_s5.png') left center no-repeat;
    }

    .formIcon.s6 {
        background: url('/Images/Main/form_s6.png') left center no-repeat;
    }

    .formIcon.s7 {
        background: url('/Images/Main/form_s7.png') left center no-repeat;
    }

    .formIcon.disc {
        background: url('/Images/Main/form_s7.png') left center no-repeat !important;
    }

.fullWidth {
    width: 100%;
}

.tablesorter-childRow.hoverRow {
    background: #f4f4f4;
}

    .tablesorter-childRow.hoverRow:hover {
        background: #fefefe;
    }

.tablesorter-childRow.smallHeight {
    background: #85A3C2;
}

    .tablesorter-childRow.smallHeight td {
        height: 20px !important;
        min-height: 20px !important;
        font-weight: bold;
        color: #fff;
    }

    .tablesorter-childRow.smallHeight:hover td {
        color: #666;
    }

.tableStyle3.nonFullWidth {
    width: auto !important;
}

.tablesorter-childRow td {
    min-height: 25px !important;
}

.textStyle41 {
    font-size: 13px;
    color: #004b8b;
}

.mts2 {
    padding: 0;
    margin: 0;
    border-spacing: 0px;
    border-collapse: collapse;
}

    .mts2.fullWidth {
        width: 100%;
    }

    .mts2.autoWidth {
        width: auto !important;
    }

    .mts2 th {
        font-weight: bolder;
        font-size: 13px;
        color: #000;
        text-align: left;
        vertical-align: middle;
        padding: 8px 15px 8px 15px;
    }

    .mts2 td {
        font-size: 13px;
        text-align: left;
        vertical-align: top;
        padding: 8px 15px 8px 15px;
    }

    .mts2 thead tr {
        border-bottom: 1px solid #ccc;
    }

    .mts2 tbody tr {
        border-top: 1px solid #ccc;
    }

    .mts2.defaultBlue thead tr {
        background: #004b8b;
    }

        .mts2.defaultBlue thead tr th {
            color: #FFF;
            text-transform: none;
        }

    .mts2.defaultBlue tbody tr {
        background: #f0f8fc;
    }

    .mts2.defaultBlue.hover tbody tr:hover {
        background: #f4f4f4;
    }

    .mts2.lightGrey thead tr {
        background: #BDC2C7;
    }

    .mts2.lightGrey tbody tr {
        background: #ECEFF2;
    }

    .mts2.lightGrey.hover tbody tr:hover {
        background: #F5F7F8;
    }

.rowExportDataLink {
    height: 25px;
    width: 25px;
    border: 0px;
    background: url('/Images/Main/data_exp.png') left center no-repeat;
    line-height: 30px;
    vertical-align: middle;
}

    .rowExportDataLink:hover {
        background: url('/Images/Main/data_exp_hover.png') left center no-repeat;
    }

.rowPDFExportLink {
    height: 25px;
    width: 25px;
    border: 0px;
    background: url('/Images/Main/pdf_exp.png') left center no-repeat;
    line-height: 30px;
    vertical-align: middle;
}

    .rowPDFExportLink:hover {
        background: url('/Images/Main/pdf_exp_hover.png') left center no-repeat;
    }

.mts3 {
    /*table-layout: fixed;*/
    border-collapse: collapse;
    /*margin-top: 20px;*/
    margin-bottom: 20px;
}

    .mts3.fullWidth {
        width: 100%;
    }

    .mts3 thead tr {
    }

        .mts3 thead tr th {
            text-align: left;
            background: #e4e4e4;
            vertical-align: middle;
            font-weight: 500;
            min-height: 24px;
            color: #333;
        }

    .mts3 th {
        color: #666;
        padding-left: 6px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 15px;
        background: #f6f6f6;
        border-bottom: 1px solid #fff;
    }

    .mts3 td {
        color: #111;
        padding-left: 6px;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-right: 15px;
        background: #f4f4f4;
        border-bottom: 1px solid #fff;
    }

    .mts3 td {
        font-size: 13px;
    }

    .mts3 th.subHeader {
        background: #e4e4e4;
        height: 25px;
    }

    .mts3 tbody tr:hover > td {
        background-color: #fff;
    }

    .mts3 th.noHeader, .mts3 td.noHeader {
        border-top: 0px;
        border-bottom: 0px;
    }

    .mts3 th.link, .mts3 td.link {
        padding-left: 15px !important;
    }

    .mts3 th.link a, .mts3 td.link a {
        margin-right: 15px !important;
    }

    .mts3 tfoot tr td {
        border-bottom: 1px dashed #C8CECF;
    }

.mts4 {
    /*table-layout: fixed;*/
    border-collapse: collapse;
    margin-bottom: 20px;
}

.noBottomMargin {
    margin-bottom: 0px !important;
}

.li-hover:hover{
    background:#eee;
}

.li-hover.active {
    background: #eee;
}

.mts4.fullWidth {
    width: 100%;
}

.mts4 thead tr {
}

    .mts4 thead tr th {
        text-align: left;
        border-bottom: 1px solid #ccc;
        background: #f4f4f4;
        vertical-align: middle;
        font-size: 13px;
        font-weight: 500;
        height: 18px;
    }

.mts4 th, .mts4 td {
    color: #666;
    padding-left: 6px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 15px;
    border-bottom: 1px solid #ccc;
}

    .mts4 th.subHeader {
        background: #e4e4e4;
        height: 25px;
    }

.mts4 tbody tr:hover {
    background-color: #f4f4f4;
}

.mts4 th.noHeader, .mts4 td.noHeader {
    border-top: 0px;
    border-bottom: 0px;
}

.mts4 th.link, .mts4 td.link {
    padding-left: 15px !important;
}

.mts4 tfoot tr td {
    border-bottom: 1px dashed #C8CECF;
}

/*--------------------------------------------*/

.discrepancyDialog .ngdialog-content {
    width: 1000px !important;
    border: 0px !important;
    padding: 10px !important;
    border-radius: 0px !important;
}

.dropDownWidth {
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .dropDownWidth select {
        white-space: nowrap;
        width: 200px;
        border-bottom: 1px #ccc solid; /* This doesn't work. */
    }

.globe {
    background-image: url('/Images/Main/Globe.png');
}

#globeSettings {
    width: 42px;
    height: 42px;
    line-height: 42px;
    background-position: center;
    background-repeat: no-repeat;
}

input.requiredField {
    border: 1px solid #FFAA00 !important;
}

select.requiredField {
    border: 1px solid #FFAA00 !important;
}

textarea.requiredField {
    border: 1px solid #FFAA00 !important;
}

/*.dropdown {
    display: block;
    display: inline-block;
    margin: 0px 3px;
    position: relative;
}*/


    .dropdown .dropdown_button {
        cursor: pointer;
        width: auto;
        display: inline-block;
        padding: 4px 5px;
        border: 1px solid #AAA;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        font-weight: bold;
        color: #717780;
        line-height: 16px;
        text-decoration: none !important;
        background: white;
    }

    .dropdown input[type="checkbox"]:checked + .dropdown_button {
        border: 1px solid #3B5998;
        color: white;
        background: #6D84B4;
        -moz-border-radius-topleft: 2px;
        -moz-border-radius-topright: 2px;
        -moz-border-radius-bottomright: 0px;
        -moz-border-radius-bottomleft: 0px;
        -webkit-border-radius: 2px 2px 0px 0px;
        border-radius: 2px 2px 0px 0px;
        border-bottom-color: #6D84B4;
    }

    .dropdown input[type="checkbox"] + .dropdown_button .arrow {
        display: inline-block;
        width: 0px;
        height: 0px;
        border-top: 5px solid #6B7FA7;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
    }

    .dropdown input[type="checkbox"]:checked + .dropdown_button .arrow {
        border-color: white transparent transparent transparent;
    }

    .dropdown .dropdown_content {
        position: absolute;
        border: 1px solid #777;
        padding: 0px;
        background: white;
        margin: 0;
        display: none;
    }

        .dropdown .dropdown_content li {
            list-style: none;
            margin-left: 0px;
            line-height: 16px;
            border-top: 1px solid #FFF;
            border-bottom: 1px solid #FFF;
            margin-top: 2px;
            margin-bottom: 2px;
        }

            .dropdown .dropdown_content li:hover {
                border-top-color: #3B5998;
                border-bottom-color: #3B5998;
                background: #6D84B4;
            }

            .dropdown .dropdown_content li a {
                display: block;
                padding: 2px 7px;
                padding-right: 15px;
                color: black;
                text-decoration: none !important;
                white-space: nowrap;
            }

            .dropdown .dropdown_content li:hover a {
                color: white;
                text-decoration: none !important;
            }

    .dropdown input[type="checkbox"]:checked ~ .dropdown_content {
        display: block;
    }

    .dropdown input[type="checkbox"] {
        display: none;
    }

.CalendarButton {
    background: url('../../../Images/Main/Calendar.png') left no-repeat;
    padding: 2px 0px 2px 25px;
    font-size: 13px;
    color: #666666;
    height: 20px !important;
    line-height: 20px;
    vertical-align: middle;
    margin-right: 20px;
}

/**********CTMS UI************/
#chartHeader {
    font-size: 16px;
    color: #666;
    border-left: 3px solid #0074d8; /*recolor000099*/
    padding: 5px 5px 5px 10px;
}

#chartDrawArea {
    padding: 10px;
}

.ctmsActivityChartArea {
    float: left;
    position: relative;
}

.ctmsChartInfoArea ul {
    list-style: none;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

    .ctmsChartInfoArea ul li {
        list-style-type: none;
        float: left;
        display: block;
        margin-right: 10px;
        margin-bottom: 10px;
        background: #0074d8; /*recolor000099*/
        color: #FFF;
        width: 120px;
    }

        .ctmsChartInfoArea ul li.red {
            background: #00cc99;
        }

        .ctmsChartInfoArea ul li.green {
            background: #00cc99;
        }

.chartInfoValue {
    font-size: 20px;
    margin: 0px;
    padding: 5px;
}

.chartInfoTitle {
    margin: 0px;
    padding: 5px;
}

.ctmsActivityHeader {
    background: #FAFAFA;
    border-left: 3px solid #0074d8; /*recolor000099*/
    padding: 5px 5px 5px 10px;
    width: auto;
    min-height: 60px;
}

.ctmsActivityHeaderInfo {
    float: left;
    position: relative;
}

#actHeader {
    font-size: 26px;
    color: #004b8b;
}

#actDesc {
    color: #666;
    font-style: italic;
}

.ctmsActivityChartArea {
    margin-top: 20px;
    margin-right: 20px;
    background: #F4F4F4;
}

.ctmsActivitySettingsInfo {
}

    .ctmsActivitySettingsInfo ul {
        list-style: none;
        list-style-type: none;
    }

        .ctmsActivitySettingsInfo ul li {
            list-style-type: none;
            float: right;
            margin-left: 10px;
        }

.ctmsActivitySettingsInfo {
    width: auto;
    float: right;
}

.ctmsActInfo {
    background: #FAFAFA;
    border-top: 1px dashed #ccc;
    padding: 5px;
}

.ctmsActSettings {
    background: #FAFAFA;
    border-top: 1px dashed #ccc;
    padding: 5px;
}

.toggleActInfo {
    background: url('/Images/Main/menu_hb.png') center no-repeat;
    height: 30px;
    width: 30px;
    cursor: pointer;
}

    .toggleActInfo:hover {
        background: url('/Images/Main/menu_hb-hover.png') center no-repeat;
    }

.ctmsActSettings ul {
    list-style: none;
    list-style-type: none;
}

    .ctmsActSettings ul li {
        list-style-type: none;
        float: right;
        margin-left: 10px;
    }

.ctmsActivityChartArea {
    background: url('/Images/Main/loader_medium.gif') left center no-repeat;
}

.ctmsUsersListInfo {
    float: left;
    display: inline-block;
    margin-top: 20px;
}

.sleekTextArea {
    width: 90%;
    height: 50px;
}

/**** --------------- Dashboard Themes ------------------------- ***/

.sectionNavigationPanel {
    margin-top: 90px;
    border-right: 1px solid #CCC;
    padding: 0px 20px 0px 0px;
}

.formActionMenuList {
    clear: both;
    list-style: none;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    background: #fff;
    border: 1px solid #ccc;
    color: darkblue;
}

    .formActionMenuList li {
        border: none;
        list-style: none;
        list-style-type: none;
        font-size: 13px;
        padding: 8px 20px;
        margin: 0px;
        width: auto;
        vertical-align: middle;
        display: inline-block;
    }

        .formActionMenuList li .label {
            color: #666;
        }

.formSectionName {
    font-size: 13px;
    font-weight: bolder;
    text-align: center;
    border-top: 1px solid #ddd;
    border-right: 0px solid #ccc;
    border-left: 0px solid #ccc;
    border-bottom: 1px solid #ddd;
    padding: 5px 0px;
    clear: both;
}

.menuListHorizontal {
    height: inherit;
    font: inherit;
    font-size: inherit;
}

    .menuListHorizontal a {
        padding: 0px 10px;
        display: inline-block;
    }

.dashboardMenuList {
    list-style: none;
    list-style-type: none;
    display: inline-block;
    float: left;
    margin: 0px 80px 40px 0px;
    padding: 0px;
}

    .dashboardMenuList li {
        list-style: none;
        list-style-type: none;
        line-height: 28px;
        font-size: 12px;
    }

        .dashboardMenuList li.title {
            font-weight: lighter;
            font-size: 20px;
        }

        .dashboardMenuList li.subtitle {
            font-weight: lighter;
            margin-bottom: 10px;
        }

.largeMenuList {
    list-style: none;
    list-style-type: none;
    display: inline-block;
    /*margin: 0px 80px 60px 0px;*/
    padding: 0px;
}

    .largeMenuList li {
        list-style: none;
        list-style-type: none;
        font-size: 18px;
        vertical-align: middle;
        line-height: 24px;
        margin: 0px 0px 20px 0px;
        border-bottom: 1px solid #ccc;
    }

        .largeMenuList li a {
            font-size: 18px;
            margin-bottom: 5px;
        }

        .largeMenuList li.title {
            font-weight: lighter;
            font-size: 20px;
            line-height: 50px;
        }

.navigationPanelSubmenu {
    text-align: right;
    list-style-position: inside;
    margin: 0px;
}

    .navigationPanelSubmenu.ordered {
        list-style: decimal;
    }

    .navigationPanelSubmenu.unordered {
        list-style: none;
    }

    .navigationPanelSubmenu li {
        text-align: right;
        list-style-position: inside;
        line-height: 20px;
        font-size: 13px;
        padding-top: 8px;
        padding-bottom: 8px;
        color: #004b8b;
    }

        .navigationPanelSubmenu li a {
            color: #004b8b;
        }

            .navigationPanelSubmenu li a:hover {
                color: #0074d8; /*recolor000099*/
            }

            .navigationPanelSubmenu li a.active {
                font-weight: bolder;
                font-size: 13px;
            }

                .navigationPanelSubmenu li a.active:hover {
                    color: #004b8b;
                }

        .navigationPanelSubmenu li.title {
            font-weight: lighter;
            font-size: 16px;
            line-height: 30px;
        }

.goBackButton {
    background-position: -169px -39px;
    background-repeat: no-repeat !important;
    font-size: 16px;
    font-weight: lighter;
    padding-left: 45px;
    color: #004b8b;
    vertical-align: middle;
}

    .goBackButton:hover {
        background-position: -4px -1276px;
        background-repeat: no-repeat !important;
        color: #CD5C5C;
    }

.pageHighlight {
    background: #f4f4f4;
    padding: 8px 20px;
    /*margin:0px 0px 10px 0px !important;*/
    box-shadow: 0px 1px 4px rgba(49,49,64,0.4);
    /*display: flex;*/
    flex-direction: column;
}

.pageHighlightTitle {
    font-size: 18px;
    line-height: 18px;
}

.pageHighlightSubTitle {
    font-size: 14px;
}

.pageHighlightList {
    clear: both;
    list-style: none;
    list-style-type: none;
    margin: 0px 30px 0px 0px;
    padding: 5px 0px 5px 0px;
    flex-wrap:wrap;
}

    .pageHighlightList li {
        display: inline-block;
        padding: 5px 0px;
        padding-right: 15px;
        min-width: 200px;
        margin-right: 30px;
    }

.pageHighlightListItemTitle {
    font-size: 14px;
}



.reporttable-filter-wrapper {
    display: flex;
    flex-direction: row;
    background-color: #E5E5E5;
    align-items: center;
    border-radius: 0px;
    border: 1px solid #ccc;
    z-index: 1;
}

.reporttable-filter-icon {
    display: flex;
    width: 40px;
    height: 30px;
    align-content: center;
    align-items: center;
    justify-content: center;
}

    .reporttable-filter-icon svg {
        width: 24px;
        height: 24px;
    }

.reporttable-filter-list-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0px;
    padding: 0px;
}

    .reporttable-filter-list-container li {
        margin-right: 8px;
        padding: 5px 0px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }

        .reporttable-filter-list-container li > input[type=text], .reporttable-filter-list-container li > input[type=button], .reporttable-filter-list-container li > select {
            width: 120px;
        }

        .reporttable-filter-list-container li:hover {
        }

        .reporttable-filter-list-container li:first-child {
            margin-left: 0px !important;
        }

    .reporttable-filter-list-container .chosen-container-multi .chosen-choices {
        border-radius: 3px !important;
    }


.event-form-list {
    margin: 0px;
    padding: 0px;
    list-style: none;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

    .event-form-list li {
        margin: 0px;
        padding: 0px;
        list-style: none;
        list-style-type: none;
        display: inline-flex;
        flex-direction: column;
        vertical-align: middle;
        width: 100%;
    }

        .event-form-list li i {
            font-size: 13px !important;
            color: #999;
            margin-right: 5px;
        }

        .event-form-list li a {
            display: inline;
            line-height: 1.1;
        }

        .event-form-list li p {
            margin: 0px 0px 0px 0px;
            padding: 8px 0px 8px 0px;
            vertical-align: middle;
            font-size: 13px;
            cursor: pointer;
        }

        .event-form-list li p {
            padding-left: 30px !important;
            padding-right: 10px;
            display: flex;
            flex-direction: row;
            align-content: flex-start;
        }

            .event-form-list li p:hover {
                background: #ddd;
            }

.event-form-sub-list {
    margin: 0px;
    padding: 0px 0px 0px 0px;
    list-style: none;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    width: 100%;
}

    .event-form-sub-list li {
        margin: 0px;
        padding: 0px;
        list-style: none;
        list-style-type: none;
        display: inline-flex;
        padding: 8px 0px 8px 0px;
/*        vertical-align: middle;
        line-height: 1.2;*/
        flex-direction: row;
        align-content: center;
        align-items: center;
        width: 100%;
    }

        .event-form-sub-list li.active-form {
            background: #fff !important;
        }

    .event-form-sub-list li {
        padding-left: 47px;
        padding-right: 10px;
    }

        .event-form-sub-list li:hover {
            background-color: #FFF;
        }

        .event-form-sub-list li i {
            font-size: 22px !important;
            display: inline;
            color: #999;
            margin-right: 5px;
            /*align-self: flex-start;*/
        }

.float-right {
    float: right !important;
}

.event-status-1 {
    color: #999 !important;
}

.event-status-2 {
    color: #ff9900 !important;
}

.event-status-3 {
    color: #009933 !important;
}

.prev-next-form-toggler {
    display: flex;
    flex-direction: row;
    margin: 0px;
    padding: 0px;
    align-content: flex-start;
    height: 40px;
}

    .prev-next-form-toggler > li {
        margin: 0px;
        width: 100%;
        text-align: center;
        display: inline-block;
        background: #eee;
    }

        .prev-next-form-toggler > li i {
            font-size: 12px !important;
        }

        .prev-next-form-toggler > li:first-child {
            width: 40px !important;
            padding: 10px;
            background: #ddd;
            color: #0074d8; /*recolor000099*/
            cursor: pointer;
        }

        .prev-next-form-toggler > li:last-child {
            width: 40px !important;
            padding: 10px;
            background: #ddd;
            color: #0074d8; /*recolor000099*/
            cursor: pointer;
        }

    .prev-next-form-toggler li > ul {
        height: 40px;
        margin: 0px;
        padding: 0px;
        display: inline-flex;
        flex-direction: row;
    }

        .prev-next-form-toggler li > ul > li {
            padding: 5px 15px;
            height: 100%;
            margin: 0px 3px;
            background: #ddd;
            box-shadow: 0px 0px 1px rgba(49,49,49,0.3);
            display: inline;
            text-align: center;
            vertical-align: middle;
            width: auto;
            flex-wrap: nowrap;
        }

            .prev-next-form-toggler li > ul > li a {
                font-size: 10px !important;
                flex-direction: row;
                margin: 0px;
                color: #444 !important;
            }

                .prev-next-form-toggler li > ul > li a i {
                    font-size: 12px !important;
                    color: #002066;
                }

            .prev-next-form-toggler li > ul > li span {
                font-size: 10px !important;
                color: #444;
                clear: both;
            }

            .prev-next-form-toggler li > ul > li.active {
                background-color: #fff !important;
            }

            .prev-next-form-toggler li > ul > li:hover {
                background-color: #eee;
            }

            .prev-next-form-toggler li > ul > li.action-item {
                background: none !important;
                box-shadow: none !important;
                color: #000099 !important;
            }

li.disabled {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.7;
}

/**********Tile Layout CSS***********/
.tileLayout {
    padding: 0;
    margin: 0;
}

    .tileLayout .tile {
        display: inline-block;
        background: #FAFAFA;
        padding: 10px;
        margin: 0px 6px 6px 0px;
        text-overflow: clip;
        overflow: auto;
        vertical-align: top;
    }

        .tileLayout .tile .title {
            font-size: 14px;
            font-weight: lighter;
            margin: 0px;
            padding: 0px;
            color: #0074d8; /*recolor000099*/
        }

        .tileLayout .tile.medium .title {
            font-size: 16px;
            font-weight: lighter;
            margin: 0px;
            padding: 0px;
            color: #0074d8; /*recolor000099*/
        }

        .tileLayout .tile.large {
            width: 100%;
            min-height: 100px;
        }

        .tileLayout .tile.small {
            width: 90px !important;
            min-height: 70px;
        }

        .tileLayout .tile.medium {
            width: 275px !important;
            min-height: 150px;
        }

        .tileLayout .tile.auto {
            width: auto !important;
            min-width: 400px;
            min-height: 195px;
            height: auto;
        }

        .tileLayout .tile select {
            width: 100% !important;
        }

hr {
    border-width: 0px;
    border-color: #ccc;
    border-bottom: 0px;
    color: #ccc;
    background-color: #ccc;
    height: 1px;
}

.pageDashboard {
    text-align: center;
}

.pageDashboardTitle {
    font-size: 16px;
    color: #0074d8; /*recolor000099*/
    font-weight: lighter;
    text-align: left;
    margin: 0px 0px 10px 0px;
    padding: 0px;
}

.pageDashboardList {
    clear: both;
    list-style: none;
    list-style-type: none;
    margin: 0px 0px 10px 0px;
}

    .pageDashboardList li {
        display: inline-block;
        margin-right: 50px;
        margin-bottom: 20px;
        text-align: center;
        box-shadow: 0px 1px 4px rgba(49,49,64,0.4);
    }

.pageDashboardItemTitle {
    font-size: 13px;
    color: #666;
    text-transform: uppercase;
}

.pageDashboardItemValue {
    font-size: 60px;
}

/**********Timeline CCS***********/

.timeline {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .timeline .li {
        transition: all 200ms ease-in;
    }

    .timeline .timestamp {
        margin-bottom: 20px;
        padding: 0px 30px;
        /*display: flex;*/
        flex-direction: column;
        align-items: center;
        text-align: center;
        font-weight: 100;
    }

    .timeline .status {
        padding: 0px 40px;
        display: flex;
        justify-content: center;
        border-top: 2px solid #D6DCE0;
        position: relative;
        transition: all 200ms ease-in;
    }

        .timeline .status h4 {
            font-weight: 600;
        }

        .timeline .status:before {
            content: "";
            width: 25px;
            height: 25px;
            background-color: white;
            border-radius: 25px;
            border: 1px solid #ddd;
            position: absolute;
            top: -15px;
            left: 42%;
            transition: all 200ms ease-in;
        }

    .timeline .li.complete .status {
        border-top: 2px solid #004b8b;
    }

        .timeline .li.complete .status:before {
            background-color: #004b8b;
            border: none;
            transition: all 200ms ease-in;
        }

        .timeline .li.complete .status:hover {
            background: #f4f4f4;
            cursor: pointer;
        }

        .timeline .li.complete .status h4 {
            color: #004b8b;
        }

@media (min-device-width: 320px) and (max-device-width: 700px) {
    .timeline {
        list-style-type: none;
        display: block;
    }

        .timeline .li {
            transition: all 200ms ease-in;
            display: flex;
            width: inherit;
        }

        .timeline .timestamp {
            width: 100px;
        }

        .timeline .status:before {
            left: -8%;
            top: 30%;
            transition: all 200ms ease-in;
        }
}

/*button {
  position: relative;
  width: 100px;
  min-width: 100px;
  padding: 20px;
  margin: 20px;
  border: none;
  color: white;
  font-size: 16px;
  text-align: center;
}*/

.displayNone {
    display: none;
}

.pageStatusList {
    margin: 0px;
    padding: 0px;
    list-style: none;
    list-style-type: none;
}

    .pageStatusList li {
        display: inline-block;
        list-style: none;
        list-style-type: none;
        float: left;
        background: #f4f4f4;
        border: 1px dashed #ccc;
        margin: 10px 10px 10px 0px;
        width: 150px;
        height: 130px;
        box-shadow: 0px 1px 4px rgba(49,49,64,0.4);
    }

    .pageStatusList.small li {
        display: inline-block;
        list-style: none;
        list-style-type: none;
        float: left;
        background: #f4f4f4;
        border: 1px dashed #ccc;
        margin: 10px 10px 10px 0px;
        width: 140px;
        height: 90px;
    }

    .pageStatusList li .itemTitle {
        padding: 10px;
        text-align: center;
        font-size: 14px;
        margin: 0px;
        color: #666;
    }

    .pageStatusList li .itemContent {
        padding: 10px;
        font-size: 40px;
        color: #0074d8; /*recolor000099*/
        margin: 0px;
        padding: 0px;
        height: 75px;
        text-align: center;
        line-height: 70px;
        vertical-align: middle;
    }

    .pageStatusList.small li .itemTitle {
        padding: 5px 10px;
        text-align: center;
        font-size: 13px;
        margin: 0px;
        color: #666;
    }

    .pageStatusList.small li .itemContent {
        padding: 5px 10px;
        font-size: 25px;
        color: #0074d8; /*recolor000099*/
        margin: 0px;
        padding: 0px;
        height: 45px;
        text-align: center;
        line-height: 45px;
        vertical-align: middle;
    }

.pageSubMenuList {
    background: #f4f4f4;
    margin: 0px;
    padding: 0px;
    height: 30px;
    list-style: none;
    list-style-type: none;
}

.pageSubMenuDiv {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.pageSubMenuList li {
    height: 30px;
    display: inline-block;
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 0px 10px;
    border: 0px;
    line-height: 30px;
    vertical-align: middle;
    width: auto;
    font-size: 12px;
    text-align: center;
    background: none;
}

    .pageSubMenuList li:hover {
        color: #fff;
        background: #0074d8; /*recolor000099*/
    }

    .pageSubMenuList li a {
    }

        .pageSubMenuList li a:hover {
            color: #fff;
        }

.loading {
    text-align: center;
}

.loading-bar {
    display: inline-block;
    width: 4px;
    height: 12px;
    border-radius: 4px;
    animation: loading 1s ease-in-out infinite;
}

    .loading-bar:nth-child(1) {
        background-color: #0074d8; /*recolor000099*/
        animation-delay: 0;
    }

    .loading-bar:nth-child(2) {
        background-color: #c0392b;
        animation-delay: 0.09s;
    }

    .loading-bar:nth-child(3) {
        background-color: #f1c40f;
        animation-delay: .18s;
    }

    .loading-bar:nth-child(4) {
        background-color: #27ae60;
        animation-delay: .27s;
    }

    .loading-bar:nth-child(5) {
        background-color: #f1c40f;
        animation-delay: .18s;
    }

    .loading-bar:nth-child(6) {
        background-color: #27ae60;
        animation-delay: .27s;
    }

@keyframes loading {
    0% {
        transform: scale(1);
    }

    20% {
        transform: scale(1, 2.2);
    }

    40% {
        transform: scale(1);
    }
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 128px;
}

    .lds-ellipsis div {
        position: absolute;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #0074d8; /*recolor000099*/
        animation-timing-function: cubic-bezier(0, 1, 1, 0);
    }

        .lds-ellipsis div:nth-child(1) {
            left: 6px;
            animation: lds-ellipsis1 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(2) {
            left: 6px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(3) {
            left: 20px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(4) {
            left: 40px;
            animation: lds-ellipsis3 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(5) {
            left: 60px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(6) {
            left: 80px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(7) {
            left: 100px;
            animation: lds-ellipsis3 0.6s infinite;
        }

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(19px, 0);
    }
}

/*------------------*/

.ui-widget-overlay {
    z-index: 3;
}

.ui-dialog {
    z-index: 10;
}

.ulTableList {
    max-width: 100%;
    padding: 0px;
    margin: 0px;
    list-style: none;
    list-style-type: none;
}

    .ulTableList li {
        padding: 0px;
        margin-bottom: 5px;
        list-style: none;
        list-style-type: none;
        border: 1px solid #f0f0f0;
        width: auto;
    }

        .ulTableList li:hover {
            background: #f4f4f4;
        }

.ulTableListDiv {
    display: inline-block;
    vertical-align: middle;
    padding: 5px 10px;
    font-size: 14px;
}

    .ulTableListDiv.small {
        width: 20%;
    }

    .ulTableListDiv.medium {
        width: 30%;
    }

    .ulTableListDiv.big {
        width: 50%;
    }

    .ulTableListDiv.full {
        width: 100%;
    }

.ulDashboardCard {
    padding: 0px;
    margin: 10px 10px 10px 0px;
    background: #fff;
    box-shadow: 0 0 4px rgb(0 0 0 / 30%) !important;
    border-radius: 4px;
    display: inline-block;
}

    .ulDashboardCard li {
        padding: 5px 10px;
        margin: 0px;
        display: inline-block;
        vertical-align: middle;
        line-height: 20px;
        color: #666;
    }

        .ulDashboardCard li.first {
            text-align: center;
            color: #0074d8;
        }

        .ulDashboardCard li .mainText {
            font-size: 12px;
            color: #666;
        }

        .ulDashboardCard li i.fa.icon {
            color: #CD5C5C;
        }

.subTransactionTitle {
    width: 100%;
    font-size: 15px;
    color: #0074d8; /*recolor000099*/
    padding-bottom: 3px;
    border-bottom: 1px solid #cccccc;
}

.subjectInfoWrapper {
    font-size: 12px !important;
    padding: 0px 10px !important;
    border: 1px dashed #CCC !important;
    background: #F0F0F0;
}

    .subjectInfoWrapper .inputLabel {
        font-weight: bold;
        color: #666;
    }

.visitInfoWrapper {
    font-size: 13px !important;
    padding: 10px !important;
    border: 1px dashed #CCC !important;
    background: #F0F0F0;
}

    .visitInfoWrapper .inputLabel {
        font-weight: bold;
        color: #666;
    }

.visitBodyWrapper {
    font-size: 13px !important;
    padding: 10px !important;
    border: 1px dashed #CCC !important;
    background: #F9FAFB;
}

.toggleDiv {
    font-size: medium;
    color: #000000;
    text-transform: uppercase;
    padding: 5px 5px;
}

.clearfix:after {
    content: "";
    clear: both;
    display: table;
}

.wrapper {
    background: white;
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 100%;
}

/*.overlay {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity .2s ease-in-out 1s;
}
.overlay.active {
  opacity: 1;
  display: block;
}*/

.flyout {
    z-index: 100;
    background: #fbfbfb;
    bottom: 0;
    height: 100%;
    max-width: 800px;
    min-width: 600px;
    overflow-y: auto;
    position: fixed;
    right: -10px;
    top: 42px;
    transform: translate3d(100%, 0, 0);
    width: 80%;
    -webkit-transition: transform 0.2s ease-in-out;
    -moz-transition: transform 0.2s ease-in-out;
    -ms-transition: transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
}

    .flyout.active {
        transform: translate3d(0, 0, 0);
    }

.flyout-header {
    background-color: #666;
    color: white;
    padding: 1em;
}

    .flyout-header h4 {
        display: inline-block;
        color: #FFF !important;
        font-size: 18px !important;
        margin: 0;
    }

.flyout-body {
    overflow-y: auto;
    padding: 2em;
    flex: 0 1 0;
}

.flyout-close {
    cursor: pointer;
    float: right;
    color: #FFF !important;
    font-size: 16px !important;
    margin-right: 10px;
}

.flyout-refresh {
    cursor: pointer;
    float: right;
    color: #FFF !important;
    font-size: 16px !important;
    margin-right: 20px;
}

.flyout-loader {
    width: 100%;
    height: 3px;
    display: none;
    background-color: red;
}

.help-flyout {
    z-index: 100;
    background: #fbfbfb;
    bottom: 0;
    height: 100%;
    max-width: 500px;
    min-width: 300px;
    overflow-y: auto;
    position: fixed;
    right: -10px;
    top: 42px;
    transform: translate3d(100%, 0, 0);
    width: 80%;
    -webkit-transition: transform 0.2s ease-in-out;
    -moz-transition: transform 0.2s ease-in-out;
    -ms-transition: transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
}

    .help-flyout.active {
        transform: translate3d(0, 0, 0);
    }

.help-flyout-header {
    background-color: #002066;
    color: white;
    padding: 1em;
}

    .help-flyout-header h4 {
        display: inline-block;
        color: #FFF !important;
        font-size: 18px !important;
        margin: 0;
    }

.help-flyout-body {
    overflow-y: auto;
    padding: 2em;
    flex: 0 1 0;
}

.help-flyout-close {
    cursor: pointer;
    float: right;
    color: #FFF !important;
    font-size: 16px !important;
    margin-right: 10px;
}

.help-flyout-refresh {
    cursor: pointer;
    float: right;
    color: #FFF !important;
    font-size: 16px !important;
    margin-right: 20px;
}

.help-flyout-loader {
    width: 100%;
    height: 3px;
    display: none;
    background-color: red;
}

.correct-x {
    color: #000000 !important;
}






.form-flyout {
    z-index: 100;
    background: #fbfbfb;
    bottom: 0;
    height: 100%;
    max-width: 500px;
    min-width: 350px;
    overflow-y: auto;
    position: fixed;
    right: -10px;
    top: 234px;
    transform: translate3d(100%, 0, 0);
    width: 80%;
    -webkit-transition: transform 0.2s ease-in-out;
    -moz-transition: transform 0.2s ease-in-out;
    -ms-transition: transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
}

    .form-flyout.active {
        transform: translate3d(0, 0, 0);
    }

.form-flyout-header {
    background-color: #BBB;
    color: black;
    padding: 0.8em;
}

    .form-flyout-header h4 {
        display: inline-block;
        color: navy !important;
        font-size: 14px !important;
        margin: 0;
        font-weight:bolder;
    }

.form-flyout-body {
    overflow-y: auto;
    padding: 1.6em;
    flex: 0 1 0;
}

.form-flyout-close {
    cursor: pointer;
    float: right;
    color: navy !important;
    font-size: 16px !important;
    margin-right: 16px;
}

.form-flyout-loader {
    width: 100%;
    height: 3px;
    display: none;
    background-color: darkslateblue;
}


.body-content-loader {
    width: 100%;
    height: 3px;
    display: none;
    background-color: darkslateblue;
}



.fxs-portal-shield {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.7);
    z-index: 7;
    display: table;
}

.fxs-portal-shield-icon {
    position: absolute;
    height: 40px;
    width: 40px;
    top: -20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fxs-portal-shield-icon-warning {
    background-color: #db7500;
}

.fxs-portal-shield-icon-audit {
    background-color: cornflowerblue;
}

.fxs-portal-shield-middle {
    display: table-cell;
    vertical-align: middle;
}

.fxs-portal-shield-modaldialog {
    width: 430px;
    max-width: 100vw;
    margin: auto;
    padding: 20px;
    position: relative;
}


.fxs-messagebox {
    font-size: 14px;
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    line-height: normal;
    position: relative;
    overflow: hidden;
}

.fxs-messagebox-buttons {
    padding: 8px 20px 16px;
}

    .fxs-messagebox-buttons .fxs-button {
        margin-right: 8px;
    }

.fxs-messagebox-title {
    padding: 12px 20px 7px;
    margin: 0;
    border-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.msportalfx-shadow-level2, .shadow {
    box-shadow: 0 0 4px rgba(0,0,0,0.3) !important;
}


.fxs-button {
    position: relative;
    box-sizing: border-box;
    height: 26px !important;
    font-size: 13px !important;
    line-height: 20px !important;
    font-weight: 600 !important;
    cursor: pointer;
    border: 1px solid #0074d8 !important;
    padding: 0px 20px;
    margin: 0;
    min-width: 60px;
    border-radius: 3px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

    .fxs-button i {
        margin-right: 10px;
        font-size: 16px;
        margin-left: -5px;
    }

.fxs-button-default {
    background-color: #fff;
    border-color: #8a8886;
    color: #323130;
    fill: #323130;
}

    .fxs-button-default:hover {
        color: #201f1e !important;
        fill: #201f1e !important;
        background-color: #f3f2f1 !important;
    }

.fxs-button-disabled {
    cursor: default;
    background-color: #f3f2f1;
    border-color: #f3f2f1;
    color: #a19f9d;
    fill: #a19f9d;
}

.fxs-button.fxs-button-disabled {
    cursor: default;
}

.fxs-button:focus {
    outline: none;
}

.fxs-portal-button-primary {
    background-color: #0074d8 !important;
    border-color: #0074d8 !important;
    color: #fff !important;
    fill: white !important;
}

    .fxs-portal-button-primary:active {
        background-color: #005a9e;
        border-color: #005a9e;
    }

    .fxs-portal-button-primary:hover {
        background-color: #106ebe !important;
        border-color: #106ebe !important;
    }


.fxc-simplebutton {
    display: inline-flex;
    -webkit-user-select: none;
    text-align: center;
    position: relative;
    max-width: 100%;
}

.fxs-commandBar, .fxs-inner-solid-border, .mectrl_root, .studyctrl_root {
    position: relative;
}

.fxs-portal-button-primary > .fxs-button-text {
    color: #fff !important;
}

.bg-extra-light {
    background-color: #f4f4f4 !important;
}

.fxs-portal {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 0;
    display: flex;
    flex-direction: column;
    font-size: 13px;
    line-height: normal;
}

.fxs-portal-bg-txt-br {
    color: #323130;
    border-color: rgba(204,204,204,.8);
    background-color: #fff;
}

.fxs-portal-border {
    border-color: rgba(204,204,204,.8);
}


.fxs-progressbox-text, .fxs-modal-template, .fxs-messagebox-template, .fxs-messagebox-text {
    padding: 0 20px 8px;
    word-wrap: break-word;
}











input .email {
    width: 225px;
}

input.date {
    width: 130px !important;
}

input[type=date] {
    width: 130px !important;
}

textarea.bigTextArea {
    width: 100%;
    /*min-width:500px;*/
    min-height: 60px;
}

textarea.mediumTextArea {
    min-width: 350px;
    min-height: 60px;
}


input.ng-invalid {
    border-color: red;
}

select.ng-invalid {
    border-color: red;
}

textarea.ng-invalid {
    border-color: red;
}

.errorLabel {
    color: red;
    font-size: 13px;
}



input.requiredField {
    border: 1px solid #FFAA00 !important;
}

select.requiredField {
    border: 1px solid #FFAA00 !important;
}

textarea.requiredField {
    border: 1px solid #FFAA00 !important;
}

.dropdown {
    display: block;
    display: inline-block;
    margin: 0px 3px;
    position: relative;
}

    .dropdown .dropdown_button {
        cursor: pointer;
        width: auto;
        display: inline-block;
        padding: 4px 5px;
        border: 1px solid #AAA;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        font-weight: bold;
        color: #717780;
        line-height: 16px;
        text-decoration: none !important;
        background: white;
    }

    .dropdown input[type="checkbox"]:checked + .dropdown_button {
        border: 1px solid #3B5998;
        color: white;
        background: #6D84B4;
        -moz-border-radius-topleft: 2px;
        -moz-border-radius-topright: 2px;
        -moz-border-radius-bottomright: 0px;
        -moz-border-radius-bottomleft: 0px;
        -webkit-border-radius: 2px 2px 0px 0px;
        border-radius: 2px 2px 0px 0px;
        border-bottom-color: #6D84B4;
    }

    .dropdown input[type="checkbox"] + .dropdown_button .arrow {
        display: inline-block;
        width: 0px;
        height: 0px;
        border-top: 5px solid #6B7FA7;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
    }

    .dropdown input[type="checkbox"]:checked + .dropdown_button .arrow {
        border-color: white transparent transparent transparent;
    }

    .dropdown .dropdown_content {
        position: absolute;
        border: 1px solid #777;
        padding: 0px;
        background: white;
        margin: 0;
        display: none;
    }

        .dropdown .dropdown_content li {
            list-style: none;
            margin-left: 0px;
            line-height: 16px;
            border-top: 1px solid #FFF;
            border-bottom: 1px solid #FFF;
            margin-top: 2px;
            margin-bottom: 2px;
        }

            .dropdown .dropdown_content li:hover {
                border-top-color: #3B5998;
                border-bottom-color: #3B5998;
                background: #6D84B4;
            }

            .dropdown .dropdown_content li a {
                display: block;
                padding: 2px 7px;
                padding-right: 15px;
                color: black;
                text-decoration: none !important;
                white-space: nowrap;
            }

            .dropdown .dropdown_content li:hover a {
                color: white;
                text-decoration: none !important;
            }

    .dropdown input[type="checkbox"]:checked ~ .dropdown_content {
        display: block;
    }

    .dropdown input[type="checkbox"] {
        display: none;
    }



a {
    color: #0009d8;
    cursor: pointer;
    text-decoration: none !important;
}

    a:hover {
        color: #004578;
        text-decoration: none !important;
    }

    a:active {
        color: #004578;
    }

    a[href] {
        -webkit-touch-callout: default;
    }


    a[href]:hover, [role="link"].fxs-fxclick:hover {
        text-decoration: none !important;
    }

    a[href]:not([tabindex="-1"]):focus, area[href]:not([tabindex="-1"]):focus, input:not([disabled]):not([tabindex="-1"]):focus, select:not([disabled]):not([tabindex="-1"]):focus, textarea:not([disabled]):not([tabindex="-1"]):focus, button:not([disabled]):not([tabindex="-1"]):focus, iframe:not([tabindex="-1"]):focus, [contentEditable=true]:not([tabindex="-1"]):focus {
        outline-offset: -1px;
    }

    a:active, a:focus {
        outline: 0;
        border: none;
        -moz-outline-style: none;
        text-decoration: none !important;
    }

.anchor-link, .anchor-link > span, .anchor-link > div {
    color: #0009d8;
    cursor: pointer;
    text-decoration: none !important;
}

    .anchor-link:hover {
        color: #004578;
        text-decoration: none !important;
    }

    .anchor-link:active {
        color: #004578;
    }

    .anchor-link[href] {
        -webkit-touch-callout: default;
    }

        .anchor-link[href]:hover, .anchor-link[role="link"].fxs-fxclick:hover {
            text-decoration: none !important;
        }

.anchor-linka[href]:not([tabindex="-1"]):focus, area[href]:not([tabindex="-1"]):focus, input:not([disabled]):not([tabindex="-1"]):focus, select:not([disabled]):not([tabindex="-1"]):focus, textarea:not([disabled]):not([tabindex="-1"]):focus, button:not([disabled]):not([tabindex="-1"]):focus, iframe:not([tabindex="-1"]):focus, [contentEditable=true]:not([tabindex="-1"]):focus {
    outline-offset: -1px;
}

.anchor-link:active, .anchor-link:focus {
    outline: 0;
    border: none;
    -moz-outline-style: none;
    text-decoration: none !important;
}


.input-group-text {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0px 10px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #8a8886 !important;
    border-radius: 3px 0px 0px 3px;
}

.field-validation-error::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f057";
    color: #e00b1c !important;
    align-items: center;
    display: flex;
    height: 20px;
}

.field-validation-error {
    display: inline-flex;
}

    .field-validation-error span {
        display: block;
        margin-left: 6px;
        color: #e00b1c !important;
    }


.form-field-validation-error i {
    font-weight: 900;
    color: #e00b1c !important;
    align-items: center;
    display: flex;
    height: 20px;
    margin-right: 8px;
}

.form-field-validation-error {
    display: inline-flex;
    max-width: 250px;
    white-space: initial;
    color: #e00b1c !important;
    margin: 5px 0px;
}

    .form-field-validation-error span {
        display: inline-flex;
        margin-left: 6px;
        color: #e00b1c !important;
    }


input:not([type="button"]):not([type="submit"]):not([type="checkbox"]), select, select.form-select, textarea, input[type=radio] {
    color: #323130 !important;
    border-color: #8a8886;
    text-overflow: ellipsis !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 18px !important;
}

    input:not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"]), select, textarea {
        border-radius: 3px;
    }

        input:not([type="button"]):not([type="submit"]):not([type="checkbox"]).input-validation-error, select.input-validation-error, textarea.input-validation-error, input[type=radio].input-validation-error {
            border-color: #e00b1c !important;
            box-shadow: inset 0 0 0 0.5px #e00b1c !important;
        }

        textarea, textarea.form-control {
            display: inline-block;
            box-sizing: border-box;
            overflow: auto;
            margin: 0;
            padding: 5px 8px 5px;
            border-width: 1px;
            border-style: solid;
            border-color: #8a8886 !important;
            line-height: 18px;
            border-radius: 3px;
        }

            textarea:focus, textarea.form-control:focus {
                border: 1px solid #0074d8;
                box-shadow: inset 0 0 0 1px #0074d8;
                padding: 5px 8px 5px;
                line-height: 18px;
            }

            textarea:hover, textarea.form-control:hover {
                color: #201f1e;
                border-color: rgba(204,204,204,.8);
            }

    input:not([type="button"]):not([type="submit"]):not([type="checkbox"]):not(.chosen-search-input):not([type="radio"]) {
        min-height: 24px;
        padding: 3px 8px 5px;
        text-overflow: ellipsis;
        /*background-color: #fff;*/
        border-style: solid;
        border-width: 1px;
        box-sizing: border-box;
        outline: none;
        min-height: 24px;
        padding-right: 10px;
    }

.form-floating > input:not([type="button"]):not([type="submit"]), .form-floating > select {
    height: calc(3.5rem + 2px) !important;
    line-height: 1.25 !important;
    padding: 1rem 0.75rem !important;
}

.form-floating textarea {
    height: calc(3.5rem + 2px) !important;
    line-height: 18px !important;
    padding-top: 1.25rem !important;
    padding-bottom: 0.7rem !important;
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
}

.form-control-number {
    width: 100px !important;
}

input:not([type="radio"]):focus {
    border: 1px solid #0074d8 !important;
    box-shadow: inset 0 0 0 1px #0074d8 !important;
}

input:not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not(.chosen-search-input):focus {
    border: 1px solid #0074d8 !important;
    box-shadow: inset 0 0 0 1px #0074d8 !important;
}

input:not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not(.chosen-search-input):hover {
    color: #201f1e !important;
    border-color: rgba(204,204,204,.8) !important;
}

input[type=checkbox] {
    margin-right: 4px !important;
    /*margin-bottom: 3px !important;*/
    /*margin: 1px 6px 4px 5px !important;*/
    vertical-align: middle;
    width: 16px;
    height: 16px;
    border-radius: 3px;
    flex: 0 0 auto;
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: #323130 !important;
    outline: 0;
}

    input[type=checkbox].input-validation-error {
        border-color: #e00b1c !important;
        box-shadow: inset 0 0 0 0.5px #e00b1c !important;
    }

input[type=radio] {
    margin-right: 5px !important;
    /*margin-bottom: 3px !important;*/
    /*margin: 1px 6px 4px 5px !important;*/
    vertical-align: middle;
    width: 16px;
    height: 16px;
    outline: 0;
}


    input[type=radio]:focus, input[type=radio]:active {
        outline: 0;
    }


/*input:not(.fxs-button):disabled {
    background-color: #e9ecef !important;
}*/

.form-select:disabled {
    background-color: #e9ecef !important;
}

select:disabled {
    background-color: #e9ecef !important;
}

select:focus {
    border: 1px solid #0074d8 !important;
    box-shadow: inset 0 0 0 1px #0074d8 !important;
}

select:hover {
    color: #201f1e !important;
    border-color: rgba(204,204,204,.8) !important;
}

textarea {
    resize: both !important;
}

    textarea.input-validation-error {
        border-color: #e00b1c !important;
    }



input[type=checkbox].form-check-input {
    height: 1em !important;
}

.form-control {
    min-height: 24px;
    padding: 3px 8px 5px;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    outline: none;
    min-height: 24px;
    padding-right: 10px;
    display: flex;
}

.form-control {
    border-radius: 3px;
}

.form-control {
    color: #323130;
    border-color: #8a8886;
    font-size: 13px;
    line-height: 18px;
}

    .form-control:disabled, .form-control.disabled, .form-control[readonly] {
        background-color: #e9ecef;
        opacity: 1;
    }



.form-field.sdv {
    flex-direction: row !important;
}

.form-field.split-view {
    flex-direction: row !important;
    flex-flow: row wrap;
}

    .form-field.split-view .form-field-label {
        display: flex;
        width: auto;
        flex-direction: row;
    }

    .form-field.split-view .form-field-input {
        display: flex;
        width: auto;
        flex-direction: row;
        min-width: 300px;
    }

    .form-field.split-view .form-field-validation {
        flex-basis: 100%;
        flex-direction: column;
        display: inline-flex;
    }

.form-field-label {
    font-weight: 600;
    color: #444;
    display: flex;
    flex-direction: row;
    margin-bottom: 4px;
    justify-content: space-between;
}

.form-field-label-text {
}

.form-field-label > div {
    padding: 0px;
}

.form-field-input {
}

/*.form-field {
    display: flex;
    flex-direction: column;
    width: 100%;
}*/

.form-field-right-text {
    display: flex;
    align-items: center;
    margin-left: 10px;
}

td .form-field {
    padding: 0px !important;
    flex-wrap: nowrap;
    white-space: nowrap;
    padding: 3px 10px 3px 0px !important;
    flex-direction: column;
}

    td .form-field .form-field-input {
        padding: 0px !important;
    }

    td .form-field .form-field-validation {
        padding: 0px !important;
    }

.form-field-input input[type='text'], .form-field-input input[type='date'], .form-field-input input[type='datetime'], .form-field-input input[type='month'], .form-field-input input[type='number'], .form-field-input input[type='range'], .form-field-input input[type='tel'], .form-field-input input[type='week'], .form-field-input input[type='time'], .form-field-input textarea, .form-field-input select {
    line-height: 20px !important;
    min-height: 22px !important;
    border: 1px solid #ccc;
    color: #000 !important;
    border-radius: 2px 2px !important;
    padding: 3px;
    margin: 0px;
}

.form-check {
    display: block;
    min-height: 22px;
    /*padding-left: 0px;*/
    margin-bottom: 0px;
}

.form-field textarea {
    display: flex;
    flex-direction: column;
}

.form-field-input input[type='checkbox'] {
    width: 15px;
    height: 15px;
    vertical-align: middle;
}

.form-field-input input[type='radio'] {
    width: 15px;
    height: 15px;
    vertical-align: middle;
}

.form-field-validation {
    margin-top: 5px;
    flex-direction: column;
    display: flex;
}

.field-delete-flag {
    background-color: orangered !important;
}

.form-repeat-table {
    border-collapse: collapse;
    border-spacing: 0;
    width: auto !important;
    min-width: 100%;
}

    .form-repeat-table td, th {
        /*width:250px;*/
    }

    .form-repeat-table .dropdown-menu {
        position: absolute !important;
        z-index: 100;
    }

    .form-repeat-table th {
        font-weight: 500;
        padding: 8px 4px;
        overflow: visible;
        height: auto !important;
        white-space: normal;
        /*min-width: 150px;*/
    }

    .form-repeat-table td {
        vertical-align: top;
        padding-right: 10px;
        /*min-width: 150px;*/
    }

    .form-repeat-table th.center {
        text-align: center;
    }

    .form-repeat-table td.center {
        text-align: center;
    }

    /*    .form-repeat-table tr:nth-child(even) td {
        background: #F9F9F9;
    }

    .form-repeat-table tr:nth-child(odd) td {
        background: #FEFEFE;
    }*/

    .form-repeat-table tr td:hover {
        /*background: #f4f4f4;*/
    }

.form-footer {
    clear: both;
    margin-top: 20px;
    background-color: #f4f4f4;
}

.form-footer-controls input, .form-footer-controls a {
    margin-right: 15px;
}

.overlay-progress {
    height: 100%;
    width: 100%;
    position: absolute;
    padding: 0;
    z-index: 20;
    display: none;
    background-color: rgba(0, 0, 0, 0.65);
}

#overlay-progress-title, #overlay-progress-title i {
    color: #fff !important;
}

.form-workflow-progress {
    list-style: none;
    list-style-type: none;
    display: flex;
    flex-direction: column;
}

    .form-workflow-progress li {
        list-style: none;
        list-style-type: none;
        display: flex;
        flex-direction: column;
        margin: 3px 10px;
        width: 60px;
        line-height: normal !important;
        height: 100% !important;
        vertical-align: middle;
        align-content: center;
        align-items: center;
        align-self: center;
    }

.form-workflow-progress-indicator {
    width: 100%;
    flex-direction: row;
    display: flex;
}

.form-workflow-progress-component {
    width: 100%;
    flex-direction: row;
    display: flex;
    height: 10px;
    background: #aaa;
}

    .form-workflow-progress-component div {
        flex-direction: row;
        display: flex;
        height: 100%;
        width: 50%;
        color: #004b8b;
    }

.field-popup-message-wrapper {
    margin: 10px 0px 0px 0px !important;
    font-size: 14px;
    background-color: khaki;
    padding: 10px !important;
    max-width: 250px;
    white-space: initial !important;
}

.combodate {
    display: flex;
}

select, select.form-select {
    min-height: 26px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    padding: 3px 30px 3px 8px !important;
    box-sizing: border-box;
    border-radius: 3px;
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: #8a8886 !important;
    /*background-color: #fff;*/
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4Igp3aWR0aD0iMzAiIGhlaWdodD0iMzAiCnZpZXdCb3g9IjAgMCAzMCAzMCIKc3R5bGU9IiBmaWxsOiMwMDAwMDA7Ij4gICAgPHBhdGggZD0iTTMsMTJ2LTJjMC0wLjM4NiwwLjIyMy0wLjczOCwwLjU3Mi0wLjkwNHMwLjc2Mi0wLjExNSwxLjA2MiwwLjEzTDE1LDE3LjcwOGwxMC4zNjctOC40ODIgYzAuMjk5LTAuMjQ1LDAuNzEyLTAuMjk1LDEuMDYyLTAuMTNDMjYuNzc5LDkuMjYxLDI3LDkuNjE0LDI3LDEwdjJjMCwwLjMtMC4xMzUsMC41ODQtMC4zNjcsMC43NzRsLTExLDkgYy0wLjM2OSwwLjMwMS0wLjg5OCwwLjMwMS0xLjI2NywwbC0xMS05QzMuMTM1LDEyLjU4NCwzLDEyLjMsMywxMnoiPjwvcGF0aD48L3N2Zz4=');
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: 1em auto, 100%;
}

.select-css::-ms-expand {
    display: none;
}

select {
    position: relative !important;
}

.msportalfx-shadow-level4 {
    box-shadow: 0 6.4px 14.4px 0 rgb(0 0 0 / 13%), 0 1.2px 3.6px 0 rgb(0 0 0 / 11%);
    z-index:1;
}