@-moz-document url-prefix() {
    .JQGridView {
        border-collapse: separate !important;
    }
}

a {
    cursor: pointer;
}

.JQGridView tr.filterrow .filter_column input.text_filter {
    width: calc(100%);
}

.JQGridView td a:hover {
    text-decoration: none;
}

.dashelt-content.hideborders,
.dashlet-content.hideborders {
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    border: 1px solid #cccccc !important;
    border-radius: 0 !important;
    margin: 0 0 25px !important;
    background: none !important;
}

    .dashelt-content.hideborders .field-validator,
    .dashlet-content.hideborders .field-validator,
    .content-with-border.hideborders .field-validator {
        text-align: left;
    }

.content-with-border.hideborders {
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    border: 0 none !important;
    background: none !important;
}

.loadingLabel {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 30%;
    width: 50%;
    margin: 40px 0 0 -25%;
}

.opacity_25 {
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
    /* IE 5-7 */
    filter: alpha(opacity=25);
    /* Netscape */
    -moz-opacity: 0.25;
    /* Safari 1.x */
    -khtml-opacity: 0.25;
    /* Good browsers */
    opacity: 0.25;
}

    .opacity_25:hover {
        /* IE 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        /* IE 5-7 */
        filter: alpha(opacity=100);
        /* Netscape */
        -moz-opacity: 100;
        /* Safari 1.x */
        -khtml-opacity: 100;
        /* Good browsers */
        opacity: 100;
    }

.drop-shadow {
    -webkit-box-shadow: 4px 4px 16px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 4px 4px 16px -4px rgba(0,0,0,0.75);
    box-shadow: 4px 4px 16px -4px rgba(0,0,0,0.75);
}

/*Bottom Menu Style end*/
.hidden {
    display: none !important;
}

.left-panel-toggle {
    display: none;
    position: relative;
    top: -2px;
}

.header-short {
    position: relative;
    height: 22px;
    float: left;
    width: auto;
    margin-right: 0px;
    padding: 0px 4px 0px 4px;
    vertical-align: middle;
    font-weight: bold;
    color: #006699;
    padding: 3px;
}

.header-bar-controls {
    position: relative;
    height: 22px;
    float: left;
    width: auto;
    margin-right: 0px;
    padding: 0px 4px 0px 4px;
    vertical-align: middle;
}

.header-bar {
    position: relative;
    height: 22px;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
}

.bg-314154 {
    background: #314154;
}

#sidebar-menu .navbar-nav {
    margin-top: 20px;
}

.fullwidth {
    width: calc(99%-11px);
}

.dashlet-title-inner {
    display: inline-block;
    width: 100%;
}

.modalPopup {
    padding: 0;
    background-color: #ffffff;
    overflow-x: auto;
}

    .modalPopup .header-bar {
        position: relative;
        border: 1px solid #999999;
        border-bottom: 0px solid #B6B6B6;
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box; /* Firefox, other Gecko */
        box-sizing: border-box; /* Opera/IE 8+ */
        color: #4F4F4F;
        font-size: 14px;
        height: 35px;
        font-weight: bold;
        padding: 6px;
        background: #ededed url(images/bg_fallback.png) 0 0 repeat-x; /* Old browsers */
        background: -moz-linear-gradient(top, #ededed 0%, #c4c4c4 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#c4c4c4)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #ededed 0%,#c4c4c4 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #ededed 0%,#c4c4c4 100%); /* Opera11.10+ */
        background: -ms-linear-gradient(top, #ededed 0%,#c4c4c4 100%); /* IE10+ */
        background: linear-gradient(top, #ededed 0%,#c4c4c4 100%); /* W3C */
        -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.6) inset;
        -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.6) inset;
        box-shadow: 0 1px 0 rgba(255,255,255,0.6) inset;
    }

    .modalPopup .header-short {
        color: #4F4F4F;
        text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    }

    .modalPopup .content-with-border {
        padding-bottom: 8px;
        border: 1px solid #999999;
    }

.popup-background {
    background-color: #000000;
    filter: alpha(opacity=6);
    opacity: 0.6;
}

.content-with-border {
    position: relative;
    width: auto;
    border: 1px solid #B6B6B6;
    margin-left: 0px;
    margin-right: 0px;
    padding: 4px 4px 4px 4px;
}

.content-no-border {
    position: relative;
    width: auto;
    margin-left: 0px;
    margin-right: 0px;
    padding: 4px 4px 4px 4px;
}

.frame-with-border {
    width: auto;
    border: 1px solid #B6B6B6;
    margin-left: 0px;
    margin-right: 0px;
    padding: 4px 4px 4px 4px;
}

.control-frame {
    position: relative;
    padding: 0px 4px 4px 4px;
    /*background:#ffffff;*/
}

.control-field-table {
    color: #666666;
}

    .control-field-table td {
        padding: 2px 2px 2px 2px;
    }

input[type=submit]:disabled,
input[type=image]:disabled,
.button:disabled,
.aspNetDisabled.button {
    opacity: 0.5;
}

.button {
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9) );
    background: -moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
    background-color: #f9f9f9;
    text-indent: 0px;
    border: 1px solid #c7c7c7;
    display: inline-block;
    color: #666666;
    font-family: Arial;
    padding: 0px 12px 0px 12px;
    font-weight: bold;
    font-style: normal;
    line-height: 30px;
    text-decoration: none !important;
    top: -1px;
    text-align: center;
    text-shadow: 1px 1px 0px #ffffff;
}

    .button:hover {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9) );
        background: -moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
        background-color: #e9e9e9;
        cursor: pointer;
    }

    .button:active {
        position: relative;
        top: 1px;
    }

.btn-add {
    border: 1px solid #bbb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 1px 1px 2px -1px #000;
    -moz-box-shadow: 1px 1px 2px -1px #000;
    box-shadow: 1px 1px 2px -1px #000;
    color: #333;
    font-family: Arial;
    font-size: 13px;
    padding: 5px 5px 5px 25px;
    text-decoration: none;
    cursor: pointer;
}

.btn-add-notification {
    background: #ddd url("/Images/bell.png") no-repeat scroll 2px center;
}

.btn-add-message {
    background: #ddd url("/Images/message.png") no-repeat scroll 2px center;
}

.btn-add-notification:hover {
    background: #eee url("/Images/bell.png") no-repeat scroll 2px center;
}

.btn-add-message:hover {
    background: #eee url("/Images/message.png") no-repeat scroll 2px center;
}

a:hover
.icon-button {
    text-decoration: none;
}

.icon-button {
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9) );
    background: -moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
    background-color: #f9f9f9;
    text-indent: 0px;
    border: 1px solid #c7c7c7;
    display: inline-block;
    color: #666666;
    font-family: Arial;
    padding: 0px 5px 0px 0px;
    font-weight: bold;
    font-size: 0.9em;
    height: 25px;
    font-style: normal;
    line-height: 25px;
    text-decoration: none;
    top: -1px;
    text-align: center;
    text-shadow: 1px 1px 0px #ffffff;
}

    .icon-button:hover {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9) );
        background: -moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
        background-color: #e9e9e9;
        text-decoration: none;
        cursor: pointer;
    }

    .icon-button:active {
        position: relative;
        top: 1px;
    }

.field-heading {
    text-align: right;
}

.label-control {
    width: 162px;
    color: #000000;
    font-weight: bold;
}

.field-validator {
    text-align: center;
    color: #ff0000;
}

.bluelink {
    color: #006699 !important;
}

    .bluelink:hover {
        text-decoration: underline !important;
    }

.semi-transparent-white {
    background-color: #ffffff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 10002;
    text-align: center;
    vertical-align: middle;
    height: 100%;
}

.progress-marker {
    background: url("/Images/logo_loading.gif?v=new") no-repeat center center;
    width: 100%;
    height: 100%;
}

.update-progress {
    position: absolute;
    top: 3px;
    width: 100px;
    left: 75px;
}

.update-progress-full {
    display: block;
    top: 5px;
    left: 5px;
    right: 5px;
    position: fixed;
    z-index: 1000;
    text-align: center;
    vertical-align: middle;
    height: 100%
}

.ajax__calendar_days > table > tbody td,
.ajax__calendar_days > table > thead td,
.ajax__calendar_days > table th {
    border: 0 none !important;
}

.left5 {
    margin-left: 5px;
}

.right5 {
    margin-right: 5px;
}

.left20 {
    margin-left: 20px;
}

.left50 {
    margin-left: 50px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.marginbottom10 {
    margin-bottom: 10px;
}

.marginbottom20 {
    margin-bottom: 20px;
}

.margin-bottom-15px {
    margin-bottom: 15px;
}

.margin-bottom-5px {
    margin-bottom: 5px;
}

.margin-left-5px {
    margin-left: 5px !important;
}

.margin-left-10 {
    margin-left: 10px !important;
}

.margin-left-20 {
    margin-left: 20px !important;
}

.margintop40 {
    margin-top: 40px;
}

.margintop10 {
    margin-top: 10px;
}

.margintop5 {
    margin-top: 5px;
}

.margintop2 {
    margin-top: 2px;
}

.displayBlock {
    display: block;
}

.displayInlineBlock {
    display: inline-block;
}

.margin_left_10px {
    margin-left: 10px;
}

.dashelt-content.hideborders,
.dashlet-content.hideborders {
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    border: 1px solid #cccccc !important;
    border-radius: 0 !important;
    margin: 0 0 25px !important;
    background: none !important;
}

    .dashelt-content.hideborders .field-validator,
    .dashlet-content.hideborders .field-validator,
    .content-with-border.hideborders .field-validator {
        text-align: left;
    }

.content-with-border.hideborders {
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    border: 0 none !important;
    background: none !important;
}

.dashlet_zone {
    float: left;
    padding: 5px;
    margin: 5px;
    width: 264px;
}

.card {
    padding: 1rem 1rem;
    box-shadow: none;
    border: 1px solid #B6B6B6;
}

.dashlet-title {
    padding: 0.75rem 0.15rem
}

.dashelt-content, .dashlet-content {
    padding: 0.5rem 0;
}

.verticaltop {
    vertical-align: top !important;
}

.information-message {
    background: #c0e9fa url(/Images/info16.png) no-repeat scroll 9px center;
    border: 1px solid #95b7c5;
    color: #0e7fad;
    margin: 0 0 5px;
    padding: 10px 10px 10px 35px;
    text-align: left;
    vertical-align: middle;
    border-radius: 0;
    border-left: 4px solid #3eb1e1;
    max-height: 200px;
    overflow-y: auto;
    position: relative;
}

.system-message {
    background: #c2e1e3 url(/Images/info16.png) no-repeat scroll 9px center;
    border: 1px solid #91a9ab;
    border-radius: 0px;
    color: #426164;
    margin: 0 0 5px;
    padding: 10px 35px;
    position: relative;
    text-align: justify;
    vertical-align: middle;
    border-left: 4px solid #5c7172;
    max-height: 200px;
    overflow-y: auto;
    position: relative;
}

.error-message {
    background: #ffa8a8 url("/Images/error16.png") no-repeat scroll 9px center;
    border-radius: 0px;
    border: 1px solid #d00000;
    vertical-align: middle;
    color: #d00000;
    text-align: justify;
    margin: 0 0 5px;
    padding: 10px 10px 10px 35px;
    border-left: 4px solid #c30d00;
    max-height: 200px;
    overflow-y: auto;
    position: relative;
}

.system-message h3 {
    margin: 0;
}

.system-message .not {
    color: #000;
    font-size: 13px;
}

    .system-message .not p {
        margin: 0;
    }

.system-message .closenot,
.warning-message .closenot,
.error-message .closenot,
.information-message .closenot {
    font-size: 25px;
    position: absolute;
    right: 10px;
    text-decoration: none;
    font-weight: 400;
    top: calc(50% - 18px);
}

.system-message .imgWaiting {
    position: absolute;
    right: 30px;
    top: 5px;
    width: 15px;
    display: none;
}

.image-waiting {
    left: 5px;
    position: relative;
    top: 6px;
    width: 25px;
}

.loading-spinner {
    margin-left: 10px;
    display: none;
    width: 20px;
}

.green {
    color: green;
}

.red {
    color: red;
}

.blue {
    color: blue;
}

.widthauto {
    width: auto !important;
}

.inputWidth150px input[type='text'] {
    width: 150px !important;
}

.saved-popup {
    background: rgb(246,248,249);
    background: -moz-linear-gradient(top, rgba(246,248,249,1) 0%, rgba(229,235,238,1) 50%, rgba(215,222,227,1) 51%, rgba(245,247,249,1) 100%);
    background: -webkit-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%);
    background: linear-gradient(to bottom, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 );
    border: 1px solid #bbb;
    font-size: 23px;
    height: 100px;
    left: calc(50% - 250px);
    padding: 33px 0 0;
    position: fixed;
    text-align: center;
    top: calc(50% - 50px);
    vertical-align: middle;
    width: 500px;
    display: none;
    z-index: 100000;
}

.project-setting-top-bar {
    display: block;
    height: 50px;
}

    .project-setting-top-bar .settings {
        float: right;
        margin-top: -20px;
    }

    .project-setting-top-bar select[id*='ddlGroup'] option[value='1'],
    .project-setting-top-bar select[id*='ddlGroup'] option[value='2'] {
        font-weight: bold;
        font-size: 13px;
    }

div.settings-tab-container {
    z-index: 10;
    padding: 0 !important;
}

div.settings-tab-menu {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
}

    div.settings-tab-menu div.list-group {
        margin-bottom: 0;
    }

        div.settings-tab-menu div.list-group > a {
            margin-bottom: 0;
        }

            div.settings-tab-menu div.list-group > a .glyphicon,
            div.settings-tab-menu div.list-group > a .fa {
                color: #4296b3;
            }

            div.settings-tab-menu div.list-group > a:first-child {
                border-top-right-radius: 0;
                -moz-border-top-right-radius: 0;
            }

            div.settings-tab-menu div.list-group > a:last-child {
                border-bottom-right-radius: 0;
                -moz-border-bottom-right-radius: 0;
            }

            div.settings-tab-menu div.list-group > a.active,
            div.settings-tab-menu div.list-group > a.active .glyphicon,
            div.settings-tab-menu div.list-group > a.active .fa {
                background-color: #4296b3;
                background-image: #4296b3;
                color: #ffffff;
            }

                div.settings-tab-menu div.list-group > a.active:after {
                    content: '';
                    position: absolute;
                    left: 100%;
                    top: 50%;
                    margin-top: -13px;
                    border-left: 0;
                    border-bottom: 13px solid transparent;
                    border-top: 13px solid transparent;
                    border-left: 10px solid #4296b3;
                }

div.settings-tab-content {
    display: inline-block;
}

div.settings-tab div.settings-tab-content:not(.active) {
    display: none;
}

.settings-tab-content .hideborders {
    border: 0 none !important;
    padding: 0 0 0 15px;
}

.narrow-editor {
    width: 460px;
}

.medium-editor {
    width: 700px;
}

.wide-editor {
    width: 840px;
}

.top-icon {
    font-size: 20px !important;
    display: block !important;
    margin: 5px !important;
}

.ae-report-setting-content,
.module-settings-content {
    width: 740px;
}

    .ae-report-setting-content .dashelt-content.hideborders,
    .module-settings-content .dashelt-content.hideborders {
        border: 0 none !important;
    }

.space {
    height: 15px;
}

.space30 {
    height: 30px;
    background: #ffffff;
}

.settings .button {
    text-decoration: none;
}

.payrow {
    margin: 5px;
}

.padded-image {
    width: 30px;
    padding: 7px 0 0 0;
}

    .padded-image > img {
        border: 1px solid red;
        border-radius: 50px;
        padding: 2px;
    }

.redLabelAE {
    padding-left: 20px;
    font-weight: bold;
    color: #c20000
}

.regular-message {
    border: 1px solid #999999;
    vertical-align: middle;
    color: #999999;
    text-align: justify;
    margin: 0 0 5px;
    padding: 8px 8px 8px 25px;
    background: #ffffff;
    border-radius: 5px;
}

.success-audit-message {
    background: #D7F095 url("/Images/check16.png") no-repeat left center;
    border: 1px solid #527A00;
    vertical-align: middle;
    color: #527A00;
    text-align: justify;
    margin: 0 0 5px;
    padding: 8px 8px 8px 25px;
    background-position: 4px center;
    border-radius: 5px;
}

.warning-message {
    background: #fdfdcb url(/Images/warning16.png) no-repeat scroll 9px center;
    border: 1px solid #cdcd9f;
    border-radius: 0;
    color: #9d9c49;
    margin: 0 0 5px;
    padding: 10px 10px 10px 35px;
    text-align: left;
    vertical-align: middle;
    border-left: 4px solid #dfdf00;
    max-height: 200px;
    overflow-y: auto;
    position: relative;
}

    .warning-message p {
        margin: 0;
    }

.error {
    color: #d00000;
}

input.error {
    background: #ffa8a8;
    border: 1px solid #d00000 !important;
}

.failure-audit-message {
    background: #EBA62F url("/Images/error16.png") no-repeat left center;
    border: 1px solid #EB772F;
    vertical-align: middle;
    border-radius: 5px;
    color: #d00000;
    text-align: justify;
    margin: 0 0 5px;
    padding: 8px 8px 8px 25px;
    background-position: 4px center;
}

.image-as-button {
    cursor: pointer;
}

.text-area-notes {
    width: 167px;
    resize: vertical;
    max-height: 200px;
    min-height: 50px;
}


/*Validation style*/
div[data-val-validationgroup], .validationSummary {
    background-color: #f3f3f3;
    border: 1px solid #ff0000;
    margin: 5px auto;
    color: #ff0000;
    padding: 10px 0 0 0;
    max-width: 550px;
}

/*Password strength*/
.VeryPoor {
    background-color: red;
}

.Weak {
    background-color: orange;
}

.Average {
    background-color: #A52A2A
}

.Excellent {
    background-color: yellow;
}

.Strong {
    background-color: green;
}

.border {
    border: 2px solid #800000;
    width: 20px;
}

.dock-all {
    height: -moz-calc(100% - 11px);
    height: -webkit-calc(100% - 11px);
    height: calc(100% - 11px);
    width: 100%;
    width: -moz-calc(100% - 11px);
    width: -webkit-calc(100% - 11px);
    width: calc(100% - 11px);
    min-width: 508px;
    min-height: 308px;
}

.fill_window {
    width: calc(100% - 11px);
}

.dual_window {
    width: calc(50% - 11px);
}

.page-wrapper {
    background: #F1F5F9;
}

.masonry:after {
    content: '';
    display: block;
    clear: both;
}

.head-row {
    text-shadow: 0 1px 0 #eee;
    font-size: 14px;
    font-weight: bold;
    color: #444;
}

.aligntop {
    vertical-align: text-top !important;
}

.instructions {
    font-size: 12px;
    font-style: italic;
    background: #ddd;
    padding: 10px;
    width: 98%;
    margin: 0 0 5px 0;
}

    .instructions .instructions-header {
        font-weight: bold;
        font-size: 13px;
        color: #444;
    }

/* =========== Help List items Skin ==================*/
#help_selectable li:hover {
    background: #d3d3d3;
    cursor: pointer;
}

#help_selectable {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    cursor: default;
}

    #help_selectable li {
        margin: 3px;
        padding: 0.4em;
        font-size: 0.9em;
        min-height: 18px;
        font-weight: bold;
        box-sizing: content-box !important;
    }

.help-color-green {
    border-left-width: 5px;
    border-left-color: #339900;
}

.help-color-orange {
    border-left-width: 5px;
    border-left-color: #FF9900;
}

.help-color-blue {
    border-left-width: 5px;
    border-left-color: #3399cc;
}

.help-color-purple {
    border-left-width: 5px;
    border-left-color: #800080;
}

.context-menu-item.context-menu-icon-ics {
    background: url("/Images/calendar--arrow.png") no-repeat 7px center;
}

.context-menu-item.context-menu-icon-goto {
    background: url("/Images/blue_arrow16.png") no-repeat 7px center;
}

.context-menu-item.context-menu-icon-del {
    background: url("/Images/delete.png") no-repeat 7px center;
}

.context-menu-item.context-menu-icon-email {
    background: url("/Images/email.png") no-repeat 7px center;
}

.context-menu-item.context-menu-icon-bold {
    content: "bold";
    font-family: FontAwesome;
}

.greenrow, .greenrow td {
    background: #ecfeec !important;
}

.yellowrow, .yellowrow td {
    background: #fefeec !important;
}

.redrow, .redrow td {
    background: #feeeec !important;
}

.pie-chart {
    display: inline-block;
    width: 33%;
}

.ajax__calendar table td {
    padding: 0 !important;
}

.tbx_grid {
    display: block;
    width: 100%;
    height: 100%;
}

/* =========== Resources List items Skin ==================*/
#resource_selectable li:hover {
    background: #d3d3d3;
    cursor: pointer;
}

#resource_selectable {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    cursor: default;
}

    #resource_selectable li {
        margin: 3px;
        padding: 0.4em;
        font-size: 0.9em;
        min-height: 18px;
        font-weight: bold;
        box-sizing: content-box !important;
    }

.bbox {
    padding: 0 0 10px;
    float: left;
    margin: 10px 0;
}

    .bbox.full-width {
        width: calc(99% - 11px);
    }

    .bbox.one-third {
        width: calc(32% - 11px);
    }

    .bbox.one-half {
        width: calc(49% - 11px);
    }

    .bbox.two-thirds {
        width: calc(65% - 18px);
    }

    .bbox.one-forth {
        width: calc(24% - 11px);
    }

    .bbox.one-eighth {
        width: calc(12% - 11px);
    }

    .bbox.one-sixth {
        width: calc(15% - 11px);
    }

.dashlet-title > i {
    margin-right: 5px;
}


/* Tooltip Start */

.alio-tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
    color: #006699;
    margin-left: 10px;
}

    .alio-tooltip > img {
        width: 17px;
    }

    .alio-tooltip .tooltiptext {
        background: #fafade none repeat scroll 0 0;
        border-radius: 2px;
        border: 1px solid #949494;
        text-align: left;
        color: #000;
        font-size: 12px;
        padding: 8px 10px;
        z-index: 999999;
        width: 220px;
        visibility: hidden;
        opacity: 0;
        transition: opacity 0.5s;
        position: absolute;
    }

    .alio-tooltip:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }

    .alio-tooltip .tooltiptext.right {
        top: -5px;
        left: 105%;
        margin-left: 10px;
    }

    .alio-tooltip .tooltiptext.left::after {
        content: " ";
        position: absolute;
        top: 10px;
        left: 100%;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent transparent #757474;
    }

    .alio-tooltip .tooltiptext.left {
        top: -5px;
        right: 105%;
        margin-right: 10px;
    }

    .alio-tooltip .tooltiptext.right::after {
        content: " ";
        position: absolute;
        top: 10px;
        right: 100%;
        border-width: 5px;
        border-style: solid;
        border-color: transparent #757474 transparent transparent;
    }

    .alio-tooltip .tooltiptext.top {
        bottom: 100%;
        left: 50%;
        margin-left: -10px;
        margin-bottom: 5px;
    }

    .alio-tooltip .tooltiptext.bottom::after {
        content: " ";
        position: absolute;
        bottom: 100%;
        left: 10px;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent #757474 transparent;
    }

    .alio-tooltip .tooltiptext.bottom {
        top: 100%;
        left: 50%;
        margin-left: -10px;
        margin-top: 10px;
    }

    .alio-tooltip .tooltiptext.top::after {
        content: " ";
        position: absolute;
        top: 100%;
        left: 10px;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #757474 transparent transparent transparent;
    }

table + .alio-tooltip {
    top: -8px;
}

.select2-results__options .alio-tooltip {
    position: unset;
}

.select2-results__options .tooltiptext.left {
    top: 0;
    margin-right: 0;
    right: 103%;
}

.select2-results__options .tooltiptext.right {
    top: 0;
    left: 103%;
    margin-left: 0;
}

.select2-selection__rendered .tooltiptext {
    display: none;
}

/* Tooltip End */


.contactClient {
    display: block;
    font-size: 15px;
    font-weight: 700;
    margin: 10px;
}

.notification {
    border: 1px solid #ccc;
    color: #333;
    display: inline-block;
    font-size: 15px;
    margin: 5px 4px;
    padding: 10px;
    width: auto;
}

.section-title {
    text-align: left;
    color: #666666;
    font-size: 15px;
    font-weight: bold;
    padding: 20px !important;
}

.section-title-smaller {
    text-align: left;
    color: #666666;
    font-size: 13px;
    font-weight: bold;
    padding: 5px 20px !important;
    text-decoration: underline;
}

.edit-icon-smaller {
    top: -3px;
    position: relative;
    height: 14px;
    left: 3px;
}

.breadcrumbs,
.paddingbottom10 {
    padding-bottom: 10px;
}

.paddingbottom20 {
    padding-bottom: 20px;
}

.paddingtop10 {
    padding-top: 10px;
}

.paddingtop20 {
    padding-top: 20px;
}

.highlight-label {
    border: 1px solid green;
    color: green;
    padding: 1px 5px;
}

.section-title-dashlet {
    color: #4F4F4F;
    margin: 0 0 10px 0;
    display: block;
    background: #ddd;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px;
}

.group-selector-title {
    color: #4f4f4f;
    font-size: 13px !important;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 20px;
    padding: 2px !important;
    text-decoration: underline;
    position: relative !important;
    text-transform: uppercase;
    top: -10px;
}

.group-selector-control {
    display: block;
    position: relative;
    top: -5px;
}

.hr-separator {
    background-image: -moz-linear-gradient(left center, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0)) border: medium none;
    background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)) color: #333;
    border: 0 none;
    height: 1px;
    margin: 5px auto;
    width: 95%;
}

.smaller-title {
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin: 10px 0;
}

.alio-editor .section-hr {
    background: #aaa none repeat scroll 0 0;
    height: 2px;
    margin: 0 0 10px;
}

.alio-editor h4 {
    font-size: 13px;
    font-weight: 700;
    margin: 5px 0;
}

.alio-editor .control-field-table {
    background: #eee none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-collapse: separate;
    font-size: 12px;
    padding: 10px 0;
    margin-bottom: 20px;
}

    .alio-editor .control-field-table .field-heading {
        font-size: 12px;
        padding: 0 7px;
        width: 40%;
    }

    .alio-editor .control-field-table .field-control input[type='text'],
    .alio-editor .control-field-table .field-control textarea {
        width: 204px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .alio-editor .control-field-table .field-control select {
        width: 204px;
        height: 23px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .alio-editor .control-field-table .field-control input[type='checkbox'] {
        margin-top: 0;
    }

.editor-container {
    width: 500px;
}

span#cphPage_lbTitle {
    display: inline !important;
}

.clientResoursesSelection {
    width: 50%;
    float: left;
}

.clientResoursesMap {
    height: 200px;
    width: 50%;
    float: right;
}

.routeSelection {
    width: 60%;
    float: left;
    padding-left: 25px;
}

.routeMap {
    float: right;
    width: 35%;
    height: 300px
}

.routeMapInner {
    height: 90%;
    width: 100%;
}

.distanceLabel {
    font-weight: bold;
    margin: 10px 0;
    text-align: center;
}

.pop-calendar {
    z-index: 10005 !important;
}

.medication-covered {
    border: 1px solid #ccc;
}

.medication-covered-label {
    color: green;
    text-align: center;
    display: block;
    font-size: 14px;
    font-weight: bold;
}

.medication-not-covered-label {
    color: red;
    text-align: center;
    display: block;
    font-size: 14px;
    font-weight: bold;
}

ul.thumbnails.image_picker_selector {
    overflow: auto;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

    ul.thumbnails.image_picker_selector ul {
        overflow: auto;
        list-style-image: none;
        list-style-position: outside;
        list-style-type: none;
        padding: 0px;
        margin: 0px;
    }

    ul.thumbnails.image_picker_selector li.group_title {
        float: none;
    }

    ul.thumbnails.image_picker_selector li {
        margin: 0px 12px 12px 0px;
        float: left;
    }

        ul.thumbnails.image_picker_selector li .thumbnail {
            border: 5px solid #eee;
            height: 145px;
            margin: 0;
            padding: 0;
            position: relative;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
        }

            ul.thumbnails.image_picker_selector li .thumbnail img {
                -webkit-user-drag: none;
                margin-top: 5%;
                width: 90%;
            }

            ul.thumbnails.image_picker_selector li .thumbnail.selected {
                background: #f0f0f0 none repeat scroll 0 0;
                border: 5px solid #aaa;
            }

            ul.thumbnails.image_picker_selector li .thumbnail:hover {
                border: 5px solid #ccc;
            }

            ul.thumbnails.image_picker_selector li .thumbnail p {
                bottom: 0;
                font-size: 12px;
                margin-bottom: 5px;
                position: absolute;
                text-align: center;
                width: 100%;
            }

.imgRoute {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #aaa;
    -moz-box-shadow: 0 1px 4px 0 #aaa;
    -webkit-box-shadow: 0 1px 4px 0 #aaa;
    box-shadow: 0 1px 4px 0 #aaa;
    display: table-cell;
    height: 110px;
    vertical-align: middle;
}

    .imgRoute > img {
        padding: 8px;
    }

#cphPage_rblRoutes input[type="radio"] {
    margin: 5px auto;
    text-align: center;
    width: 100%;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #222;
    overflow-x: hidden;
    padding-top: 60px;
    transition: 0.5s;
}

    .sidenav .closebtn {
        color: #ffffff;
        font-size: 36px;
        margin-left: 50px;
        position: absolute;
        right: 25px;
        text-decoration: none;
        top: 0;
    }

#main {
    -moz-transition: margin-left .5s;
    -webkit-transition: margin-left .5s;
    transition: margin-left .5s;
    width: 100%;
}

.body-show-menu {
    overflow-x: hidden;
}

.body-hide-menu {
    overflow-x: auto;
}

.toggleMenu {
    background: #ccc none repeat scroll 0 0;
    display: block;
    height: 40px;
    padding: 10px 20px;
    text-decoration: none !important;
    background: #666666;
    background: -moz-linear-gradient(top, #666666 0%, #333333 100%);
    background: -webkit-linear-gradient(top, #666666 0%,#333333 100%);
    background: linear-gradient(to bottom, #666666 0%,#333333 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#333333',GradientType=0 );
    position: relative;
}

    .toggleMenu > span {
        border-bottom: 3px solid #fff;
        border-top: 10px double #fff;
        display: inline-block;
        height: 17px;
        margin: 0 5px -3px 0;
        width: 30px;
    }

.nnav {
    list-style: none;
    *zoom: 1;
    padding: 0;
    margin-top: 0;
}

    .nnav:before,
    .nnav:after {
        content: " ";
        display: table;
    }

    .nnav:after {
        clear: both;
    }

    .nnav ul {
        list-style: none;
        display: block;
        width: 100%;
    }

    .nnav a {
        color: #fff;
        display: block;
        -o-transition: .4s;
        -ms-transition: .4s;
        -moz-transition: .4s;
        -webkit-transition: .4s;
        transition: .4s;
        text-decoration: none;
    }

        .nnav a:hover {
            color: #ccc;
        }

    .nnav li {
        background: #222 none repeat scroll 0 0;
        border-bottom: 1px solid #222;
        float: none;
        position: relative;
    }

        .nnav li a {
            font-size: 18px;
            padding: 10px 15px;
        }

        .nnav li li {
            border-top: 1px solid #222;
            padding: 0 0 0 30px;
            position: relative;
            background: #000;
        }

            .nnav li li a {
                display: block;
                padding: 5px 10px;
                font-size: 16px;
            }

            .nnav li li li {
                border-top: 1px solid #222;
                padding: 0 0 0 30px;
                position: relative;
            }

                .nnav li li li a {
                    font-size: 14px;
                    padding: 5px 0;
                }

        .nnav li ul {
            display: none;
            padding: 0;
            background: #333;
        }

.menu-arrow {
    font-size: 12px !important;
    position: absolute;
    right: 15px;
    top: 6px;
}

    .menu-arrow:hover {
        text-decoration: none;
    }


.grid-prescriptions {
    width: 100%;
}

    .grid-prescriptions td {
        border-color: #999999;
        padding: 5px;
    }

.grid-no-border {
    width: 100%;
    border: 0 none;
}

    .grid-no-border td {
        border: 0 none;
    }

#mobileMenu {
    display: none;
    margin-bottom: 20px;
}

.table-responsive {
    overflow-x: hidden;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
    overflow-x: hidden !important;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #a9a9a9;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #a9a9a9;
    opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #a9a9a9;
    opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #a9a9a9;
}

.version-item {
    font-family: Verdana,Arial;
    margin: 10px 20px;
}

    .version-item h2 {
        font-size: 14px;
    }

.version-item-content {
    position: relative;
    overflow: hidden;
}

    .version-item-content p {
        margin: 0;
    }

.version-item .read-more {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 30px 0;
    background-image: linear-gradient(to bottom, transparent, #F4F4F4);
}

    .version-item .read-more a {
        border: 2px solid #7b7b7b;
        padding: 7px 75px;
        color: #484747;
        background: #f4f4f4;
        font-weight: bold;
        border-radius: 5px;
        font-size: 14px;
        text-decoration: none;
    }

.version-separator {
    background-image: -moz-linear-gradient(left center, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0)) border: medium none;
    background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)) color: #333;
    border: 0 none;
    height: 1px;
    margin: 5px auto;
}

.version-item .version-name {
    font-size: 24px;
}

.version-item .version-date {
    font-size: 14px;
    color: #888888;
    text-transform: uppercase;
    margin: 5px 0 20px 0;
}

.version-item .children {
    margin: 0;
}

    .version-item .children > li {
        font-size: 15px;
        margin: 5px 0;
    }


    .version-item .children .catsign {
        display: inline-block;
        text-align: center;
        width: 20px;
    }

    .version-item .children .item-title {
        font-size: 14px;
    }

    .version-item .children .item-desc {
        font-size: 12px;
        font-style: italic;
    }

#tblUsers {
    display: none;
}

.tblListItem {
    width: 100%;
    font-size: 13px;
    line-height: 20px;
}

.searchArea,
.height50 {
    height: 50px;
}

.not-active {
    color: #999999;
}

.superuser {
    color: green;
}

.locked {
    color: red;
}

.redText {
    color: red;
}

.boldRedText {
    color: red;
    font-weight: bold;
}

.boldGreenText {
    color: green;
    font-weight: bold;
}

.greenText {
    color: green;
}

.boldOrangeText {
    color: darkorange;
    font-weight: bold;
}

.orangeText {
    color: darkorange;
}

.boldText {
    font-weight: bold;
}

.italicText {
    font-style: italic;
}

input[readonly] {
    background: #EBEBE4;
    border: 1px solid #A9A9A9
}

.ui-autocomplete {
    position: absolute;
    cursor: default;
    z-index: 100000 !important;
}

.projectPaymentsEditor {
    width: 670px;
    padding-top: 10px;
}

.projectPaymentsLegend {
    width: 200px;
    float: right;
}

.listNoBullets {
    list-style: none;
    padding-left: 0px;
    margin: 0 !important;
}

.transparent-background {
    background-color: transparent !important;
}

.authorization-grid {
    border: 0 none;
}

    .authorization-grid td, .authorization-grid th {
        border: 0 none;
        padding: 5px;
        text-align: center;
        min-width: 90px !important;
    }

        .authorization-grid th.field-title {
            text-align: left;
        }

    .authorization-grid .field-name {
        background: #f7f8f9 none repeat scroll 0 0;
        border: 1px solid #ccc;
        display: block;
        padding: 1px 5px 3px;
        width: 350px;
        min-width: 350px;
        margin: 3px 20px 4px 0px;
        text-align: left;
    }

    .authorization-grid span.regular-checkbox {
        border: 1px solid #F4F4F4;
        padding: 3px 1px 1px 1px;
    }

    .authorization-grid span.bold-checkbox {
        border: 1px solid #ccc;
        padding: 3px 1px 1px 1px;
        background: #ddd;
    }

.popup-message {
    border: 1px solid #0e7fad;
    background: #c0e9fa url(/Images/info16.png) no-repeat scroll 13px center;
    border-radius: 0;
    color: #0e7fad;
    padding: 40px;
    text-align: justify;
    vertical-align: middle;
    position: fixed;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    font-size: 16px;
    z-index: 99999;
    box-shadow: 0px 0px 6px 2px #aaa;
    -moz-box-shadow: 0px 0px 6px 2px #aaa;
    -webkit-box-shadow: 0px 0px 6px 2px #aaa;
    border-left: 4px solid #0e7fad;
    display: none;
}

.popup-message-box {
    border: 1px solid #0e7fad;
    background: #c0e9fa;
    border-radius: 0;
    color: #0e7fad;
    padding: 30px;
    text-align: justify;
    vertical-align: middle;
    position: fixed;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    font-size: 16px;
    z-index: 99999;
    box-shadow: 0px 0px 6px 2px #aaa;
    -moz-box-shadow: 0px 0px 6px 2px #aaa;
    -webkit-box-shadow: 0px 0px 6px 2px #aaa;
    border-left: 4px solid #0e7fad;
    display: none;
}

    .popup-message-box p {
        border: 0 none !important;
    }

.popup-warning-box {
    color: #9d9c49;
    border: 1px solid #9d9c49;
    border-left: 4px solid #9d9c49;
    background: #fdfdcb;
    border-radius: 0;
    padding: 30px;
    text-align: justify;
    vertical-align: middle;
    position: fixed;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    font-size: 16px;
    z-index: 99999;
    box-shadow: 0px 0px 6px 2px #aaa;
    -moz-box-shadow: 0px 0px 6px 2px #aaa;
    -webkit-box-shadow: 0px 0px 6px 2px #aaa;
    display: none;
}

    .popup-warning-box p {
        border: 0 none !important;
    }

.popup-warning {
    color: #9d9c49;
    border: 1px solid #9d9c49;
    border-left: 4px solid #9d9c49;
    background: #fdfdcb url(/Images/warning16.png) no-repeat scroll 13px center;
    border-radius: 0;
    color: #000;
    padding: 40px;
    text-align: justify;
    vertical-align: middle;
    position: fixed;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    font-size: 16px;
    z-index: 99999;
    box-shadow: 0px 0px 6px 2px #aaa;
    -moz-box-shadow: 0px 0px 6px 2px #aaa;
    -webkit-box-shadow: 0px 0px 6px 2px #aaa;
    display: none;
}

.popup-error {
    border: 1px solid #f36c6c;
    border-left: 4px solid #f36c6c;
    background: #ffa8a8 url(/Images/error16.png) no-repeat scroll 13px center;
    border-radius: 0;
    color: #000;
    padding: 40px;
    text-align: justify;
    vertical-align: middle;
    position: fixed;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    font-size: 16px;
    z-index: 99999;
    box-shadow: 0px 0px 6px 2px #aaa;
    -moz-box-shadow: 0px 0px 6px 2px #aaa;
    -webkit-box-shadow: 0px 0px 6px 2px #aaa;
    display: none;
}

.close-message-button {
    position: absolute;
    top: -10px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    right: -10px;
}

.td70 > input {
    width: 70px !important;
}

.project-settings {
    border-collapse: collapse;
}

.section-title-mvc-editor {
    padding: 0px 0 0 5px;
}

.project-settings tr {
    background: #F4F4F4;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

    .project-settings tr td {
        border-color: #eee;
        padding: 5px;
    }

.whitebg {
    background: #fff;
}

.noborder {
    border: 0 none !important;
}

.bottom-grey-border {
    border-bottom: 1px solid #ccc;
}

.gridnoborder, .gridnoborder td {
    border: 0 none !important;
    padding: 0 5px;
}

.minHeight21 {
    min-height: 21px
}

input[type='image'] {
    cursor: pointer;
}

.fieldset-settings {
    margin: 0 0 20px 0;
}

.make-selection {
    border: 3px dashed #bbb;
    padding: 40px;
    display: block;
    text-align: center;
    width: 50%;
    font-size: 20px;
    color: #888;
    margin: 150px auto;
}

.clickable {
    cursor: pointer;
}

.field-stats {
    font-size: 12px;
    text-align: center;
    line-height: 20px;
}

    .field-stats th {
        font-size: 13px;
    }

#formarea .form-group.className-wrap {
    display: none !important;
}

#formarea .form-wrap.form-builder .stage-wrap.pull-right .frmb {
    min-height: 324px !important;
}

.navbar-alio {
    background: #eaeaea;
    min-height: 82px;
    z-index: 1000000;
}

    .navbar-alio:after {
        content: "";
        position: absolute;
        width: 100%;
        bottom: 1px;
        z-index: -1;
        box-shadow: 0px 0px 8px 1px #bbb;
        -moz-box-shadow: 0px 0px 8px 1px #bbb;
        -webkit-box-shadow: 0px 0px 8px 1px #bbb;
    }

.logo-img-client {
    height: 60px;
    margin-top: 10px;
}

.logged-in-client {
    margin-top: 25px;
}

.sticked-footer {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 75px;
    width: 100%;
    overflow: hidden;
}

#tabs li .ui-icon-close {
    float: left;
    margin: 0.4em 0.2em 0 0;
    cursor: pointer;
}

.alignicon {
    float: left;
    margin-top: 5px;
    cursor: pointer;
}

.button.publish {
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9) );
    background: -moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
    background-color: #f9f9f9;
    text-indent: 0px;
    border: 1px solid #c75454;
    display: inline-block;
    color: #c75454;
    font-family: Arial;
    padding: 0px 12px 0px 12px;
    font-weight: bold;
    font-style: normal;
    line-height: 30px;
    text-decoration: none;
    top: -1px;
    text-align: center;
    text-shadow: 1px 1px 0px #ffffff;
}

.ui.slider-Scale + input[type='hidden'] + p {
    height: 5px;
}

.p-slider + div {
    width: 90%;
    margin: 0 auto;
    display: block;
}

.slider-Scale {
    border-radius: 0px;
    background: #c7cdd5;
    border: none;
    height: 2px;
    margin: 0 auto;
}

    .slider-Scale .ui-slider-range {
        background: linear-gradient(to right, #434d5a 0%, #00c7d7 50%, #434d5a 100%);
        border: 1px solid rgba(67, 77, 90, 0.5);
        height: 4px;
        top: -1px;
        transition: all 0.2s ease-out;
    }

    .slider-Scale .ui-slider-handle.ui-slider-handle.ui-state-focus:after, .slider-Scale .ui-slider-handle.ui-slider-handle.ui-state-hover:after, .slider-Scale .ui-slider-handle.ui-slider-handle.ui-state-active:after {
        border-top-color: #00c7d7;
    }

    .slider-Scale .ui-slider-pip {
        top: 2px;
    }

        .slider-Scale .ui-slider-pip .ui-slider-label {
            background: rgba(67, 77, 90, 0);
            color: #434d5a;
            border-radius: 4px;
            padding: 0.3em 0;
            width: 2.4em;
            margin-left: -1.2em;
            transition: all 0.2s ease-out;
        }

        .slider-Scale .ui-slider-pip .ui-slider-line {
            height: 4px;
        }

        .slider-Scale .ui-slider-pip:nth-of-type(5n+2) .ui-slider-line {
            height: 8px;
        }

        .slider-Scale .ui-slider-pip:nth-of-type(10n+2) .ui-slider-line {
            height: 12px;
        }

        .slider-Scale .ui-slider-pip:nth-of-type(10n+2) .ui-slider-label {
            display: block;
        }

        .slider-Scale .ui-slider-pip.ui-slider-pip-last .ui-slider-line {
            margin-left: -1px;
        }

        .slider-Scale .ui-slider-pip.ui-slider-pip-selected .ui-slider-label, .slider-Scale .ui-slider-pip.ui-slider-pip-selected-first .ui-slider-label, .slider-Scale .ui-slider-pip.ui-slider-pip-selected-second .ui-slider-label {
            color: #fffaf7;
        }

        .slider-Scale .ui-slider-pip .ui-slider-label, .slider-Scale .ui-slider-pip .ui-slider-label i, .slider-Scale .ui-slider-pip .ui-slider-label span {
            width: 100px;
            margin-left: -50px;
            text-align: center;
        }

        .slider-Scale .ui-slider-pip .ui-slider-label {
            color: #888888;
        }

            .slider-Scale .ui-slider-pip .ui-slider-label i {
                font-style: normal;
                font-size: 16px;
                position: absolute;
                top: -36px;
            }

            .slider-Scale .ui-slider-pip .ui-slider-label span {
                opacity: 0.6;
                font-size: 1.2em;
                line-height: 1.3;
                position: absolute;
                top: 18px;
                transition: opacity 0.3s ease;
            }

        .slider-Scale .ui-slider-pip:hover .ui-slider-label span, .slider-Scale .ui-slider-pip:focus .ui-slider-label span, .slider-Scale .ui-slider-pip.ui-slider-pip-selected .ui-slider-label span {
            opacity: 1;
        }

        .slider-Scale .ui-slider-pip.ui-slider-pip-selected .ui-slider-label {
            color: black;
        }

.slider-Circles {
    margin-top: 24px;
    height: 2px;
    background: #dddddd;
    border: none;
    border-radius: 0;
}

    .slider-Circles .ui-slider-handle {
        background: #25daa5;
        border: none;
        width: 18px;
        height: 18px;
        margin-left: -9px;
        border-radius: 100%;
        transition: box-shadow 0.2s ease;
        margin-top: 2px;
    }

        .slider-Circles .ui-slider-handle.ui-state-hover,
        .slider-Circles .ui-slider-handle.ui-state-focus,
        .slider-Circles .ui-slider-handle.ui-state-active {
            box-shadow: 0 0 0 2px #25daa5;
            display: block;
        }

    .slider-Circles .ui-slider-pip {
        top: -5px;
    }

        .slider-Circles .ui-slider-pip .ui-slider-line {
            background: white;
            width: 12px;
            height: 12px;
            margin-left: -6px;
            box-shadow: 0 0 0 2px #c5c5c5;
            border-radius: 100%;
            transition: all 0.4s ease;
        }

        .slider-Circles .ui-slider-pip .ui-slider-label,
        .slider-Circles .ui-slider-pip .ui-slider-label i,
        .slider-Circles .ui-slider-pip .ui-slider-label span {
            width: 100px;
            margin-left: -50px;
            text-align: center;
            font-weight: normal;
            color: #888888;
        }

        .slider-Circles .ui-slider-pip .ui-slider-label {
            color: #888888;
        }

            .slider-Circles .ui-slider-pip .ui-slider-label i {
                font-style: normal;
                font-size: 16px;
                position: absolute;
                top: -36px;
            }

            .slider-Circles .ui-slider-pip .ui-slider-label span {
                opacity: 0.6;
                font-size: 1.2em;
                line-height: 1.3;
                position: absolute;
                top: 18px;
                transition: opacity 0.3s ease;
            }

        .slider-Circles .ui-slider-pip:hover .ui-slider-label span,
        .slider-Circles .ui-slider-pip:focus .ui-slider-label span,
        .slider-Circles .ui-slider-pip.ui-slider-pip-selected .ui-slider-label span {
            opacity: 1;
        }

        .slider-Circles .ui-slider-pip.ui-slider-pip-selected .ui-slider-label {
            color: black;
        }

.selected-pip {
    font-weight: bold !important;
    color: #000000 !important;
}

.selected-scale {
    border: 1px solid #cccccc !important;
    background: #25daa5 !important;
    font-weight: normal !important;
    color: #2b2b2b !important;
}

.ui-slider-horizontal.ui-slider-pips {
    margin-bottom: 40px;
}

.signature {
    width: 100%;
    height: 200px;
    position: relative;
}

    .signature canvas,
    .dashed-border {
        border: 1px dashed #cccccc;
        background: white;
    }

        .signature canvas.required {
            border: 1px solid red;
        }

.signature-border {
    border: 3px dashed #ccc !important;
}

.opened-signature-buttons {
    position: absolute;
    top: 5px;
    right: 0;
}

.btnBlue.btn-sign-signature,
.btnBlue.btn-use-signature,
.btnBlue.btn-save-use-signature,
.btnBlue.btn-clear-signature,
.btnBlue.btn-insert-signature,
.btnBlue.btn-cancel-signature {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-family: Arial;
    color: #ffffff;
    font-size: 11px;
    background: #0066CC;
    padding: 3px 10px;
    text-decoration: none;
    border: none !important;
    opacity: 0.6;
    margin: 0 5px 0 0;
}

    .btnBlue.btn-sign-signature:hover,
    .btnBlue.btn-use-signature:hover,
    .btnBlue.btn-save-use-signature:hover,
    .btnBlue.btn-clear-signature:hover,
    .btnBlue.btn-insert-signature:hover,
    .btnBlue.btn-cancel-signature:hover {
        opacity: 1.0;
    }

.btnBlue.btn-clear-image {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-family: Arial;
    color: #ffffff;
    font-size: 11px;
    background: #0066CC;
    padding: 3px 10px 3px 10px;
    text-decoration: none;
    border: none !important;
    opacity: 0.6;
    display: block;
    margin-bottom: 5px;
}

    .btnBlue.btn-clear-image:hover {
        opacity: 1.0;
    }

.table-with-description {
    display: inline;
}

    .table-with-description > table {
        display: inline;
    }

    .table-with-description > span > a {
        top: -7px !important;
    }

.textAlignRight {
    text-align: right !important;
}

.text-box-red-shadow {
    padding: 1px 0px 3px 3px;
    border: 1px solid red;
    background-color: #fffafa;
}

select:disabled {
    background-color: rgb(235, 235, 228);
}

.summary-table {
    border: 1px solid #ccc;
}

    .summary-table td {
        border: 1px solid #ccc;
        padding: 5px;
    }

    .summary-table .tdHead {
        font-weight: bold;
        width: 25%;
    }

    .summary-table p {
        margin: 0 0 10px;
    }


    .summary-table thead td {
        background: #333 none repeat scroll 0 0;
        color: #fff;
    }

.empty-data-label {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
}

.field-with-error,
.field-error {
    border: 1px solid red !important;
    background-color: #fffafa !important;
}

.lightredbg {
    background-color: #fff0f0 !important;
}

.lightgreenbg {
    background-color: #edf6ed !important;
}

.lightyellowbg {
    background-color: #fffff0 !important;
}

/* horizontal panel*/
.panel-container {
    display: flex;
    flex-direction: row;
    border: 1px solid silver;
    overflow: hidden;
}

.panel-left {
    flex: 0 0 auto;
    padding: 10px;
    white-space: nowrap;
    background: #efefef;
    color: white;
}

.splitter {
    width: 10px;
    background: url(/Images/vsizegrip.png) center center no-repeat #c4c4c4;
    min-height: 200px;
}

.panel-right {
    flex: 1 1 auto;
    padding: 10px 10px 10px 20px;
    width: 100%;
    min-width: 200px;
    background: #ffffff;
}

/* documentation categories */

#categories span.easytree-node {
    height: 20px;
    font-size: 13px;
    padding: 0px 0;
}

    #categories span.easytree-node:hover,
    .easytree-active {
        background-color: transparent !important;
        border-color: transparent !important;
    }

#categories ul.easytree-container li {
    padding: 4px 0 0px 0px;
}

#categories .easytree-container img {
    margin-left: 0;
    visibility: hidden;
}

#categories span.easytree-node.active,
#categories span.easytree-node.active:hover {
    background-color: #E5F3FB !important;
    border-color: #70C0E7 !important;
}

#categories .easytree-ico-ef span.easytree-icon {
    display: none;
}

#categories .easytree-ico-ef {
    font-weight: bold;
}

#categories .easytree-ico-c span {
    color: #006699;
}

    #categories .easytree-ico-c span:hover {
        text-decoration: underline;
    }

.panel-right h1 {
    margin: 0 0 30px 0;
}

.margin10auto {
    margin: 10px auto;
}

.only-text span {
    height: 18px;
    display: inline-block;
    padding: 0 5px;
}

.tax-button {
    padding: 2px 10px;
}

    .tax-button img {
        height: 12px;
        position: relative;
        top: -2px;
        left: 1px;
    }

.contact-info h4 {
    text-align: left;
    color: #666666;
    font-weight: bold;
    font-size: 1em;
    margin: 0 0 10px 0;
    line-height: 1.3em;
}

.contact-key {
    float: left;
    width: 110px;
    color: #666666;
}

.contact-value {
    color: #666666;
}

.sect {
    margin-top: 20px;
}

.mapping-chain {
    position: absolute;
    right: 20px;
    top: 5px;
}

.color-black {
    color: black;
}

.color-green {
    color: green;
}

.display-flex {
    display: flex;
}

.flex-left {
    flex: 0 0 65%;
}

.flex-right {
    flex: 1;
}

/*Fix for google charts tooltip flicker*/
svg > g > g:last-child {
    pointer-events: none
}

.scrollable_names {
    overflow-y: auto;
    max-height: 100px;
}

a.isParent::after {
    content: '\25BA';
    position: absolute;
    right: 5px;
    vertical-align: middle;
    font-family: arial;
    font-size: 7px;
    color: #348dbb;
}

.contact-head {
    height: 30px;
}

.contact-body {
    padding: 0 !important;
    border: 0 !important;
}

.contact-head span {
    line-height: 25px;
}

.emptyrow {
    margin: 15px 0;
    text-align: center;
}

.list.scrollable > table {
    overflow-y: scroll;
    max-height: 500px;
    display: block;
    overflow-x: hidden;
}

a.deactivated {
    color: #afafaf;
}

    a.deactivated:hover {
        color: #afafaf !important;
    }

.filters-area .filter {
    float: left;
    padding: 10px 20px;
    height: 50px;
}

.filter.button-filter {
    padding: 5px 20px;
}


.filters-area .filter span {
    padding: 0 10px;
    vertical-align: middle;
    font-size: 1.1em;
}

.filters-area .filter select {
    padding: 5px 10px;
    line-height: 1.5;
    border-radius: 3px;
    display: inline-block;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
}

.filters-area .filter input[type='text'],
.filters-area .filter input[type='number'] {
    padding: 5px 10px;
    border-radius: 3px;
    display: inline-block;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid #aaa;
}

.filters-area .filter input[type='submit'] {
    padding: 0 20px;
    line-height: 35px;
}

.filters-area .filter .multiselect-native-select .multiselect-selected-text {
    font-size: 13px;
}

.filters-area .filter .multiselect-native-select button {
    padding: 3px 5px;
    border: 1px solid #a9a9a9;
}

.fontsize16 {
    font-size: 16px !important;
}

.filters-area.more-room .filter {
    padding: 10px;
}

    .filters-area.more-room .filter select {
        padding: 5px;
    }

    .filters-area.more-room .filter span {
        padding: 0 5px;
    }

    .filters-area.more-room .filter.button-filter {
        padding: 5px 10px;
    }

.training-notification {
    padding: 5px 5px 5px 5px;
    border: solid 1px #999999;
    background: #ffee9e;
    font-size: 0.8em
}

.width745 {
    width: 745px;
}

.fontsize08em {
    font-size: 0.8em;
}

.cke_editable .content-with-border, .cke_show_border th, .cke_show_border td {
    border: 0 none !important;
}

.vertical-align-text-bottom {
    vertical-align: text-bottom;
}

.address-map-area .map-canvas {
    height: 200px;
    width: 100%;
    border: 1px solid #ccc;
}

.flex-container {
    display: flex;
}

.fill-width {
    flex: 1;
}

.address-form-area input,
.address-form-area select {
    padding: 3px;
}

.address-form-area .field-control {
    width: 320px;
}

.pac-container {
    z-index: 10002 !important;
}

.modules-panel {
    width: auto;
    max-width: 700px;
}

.box-module {
    position: relative;
    display: inline-block !important;
    border-radius: 5px;
    background: #fff;
    margin: 10px 5%;
    background-size: 100% 100%;
    height: 150px;
    width: 150px;
    left: 0;
    top: 0;
    border: 10px solid;
    border-color: #21718d;
    transition: border-color 200ms linear;
    -webkit-transition: border-color 200ms linear;
    -moz-transition: border-color 200ms linear;
    -o-transition: border-color 200ms linear;
    cursor: pointer;
}

    .box-module:hover {
        border-color: #00b1ff;
    }

    .box-module .module-title {
        border-radius: 0;
        height: 40px;
        top: 90px;
        position: absolute;
        left: 0px;
        width: 100%;
        font-family: "Trebuchet MS",Segoe UI,Arial,Helvetica,sans-serif;
        color: #eee;
        background-color: #21718d;
        text-align: center;
        font-size: 1.2em;
        font-weight: 700;
        transition: background-color 200ms linear;
        -webkit-transition: background-color 200ms linear;
        -moz-transition: background-color 200ms linear;
        -o-transition: background-color 200ms linear;
    }

    .box-module:hover > .module-title {
        border-color: #00b1ff;
        background-color: #00b1ff;
    }

.configure-module, .delete-module {
    position: absolute;
    font-size: 20px;
    top: -10px;
}

.configure-module {
    right: 9px;
}

.delete-module {
    right: -10px;
}

    .configure-module i, .delete-module i {
        background: #fff;
        width: 20px;
        text-align: right;
        height: 22px;
    }

    .delete-module i {
        color: #d25151;
    }

.module-labels-grid td {
    padding: 5px;
}

.dashed-panel {
    border: 3px dashed #bbb;
    padding: 20px 0;
}

.dashed-panel-label {
    color: #888;
    font-size: 20px;
    margin: 0 auto;
    text-align: center;
    display: block;
}

.workflow td.control-heading {
    background: #ddd;
    font-weight: bold;
    display: block;
    margin-top: 5px;
    padding: 5px 10px;
    border-radius: 5px;
}

.workflow.settings td.control-heading {
    width: 100%;
}

td.left10 {
    padding-left: 10px !important;
}

td.left40 {
    padding-left: 40px !important;
}

td.left80 {
    padding-left: 80px !important;
}

td.form-field-setting > span {
    background: #f7f8f9 none repeat scroll 0 0;
    border: 1px solid #ccc;
    display: block;
    padding: 1px 5px 3px;
    width: 100%;
}

div.settings-tab-menu div.list-group > a:hover {
    text-decoration: none;
}

.indented-checkbox {
    padding-left: 15px;
}

    .indented-checkbox input + label {
        color: #333333;
    }

    .indented-checkbox input:disabled + label,
    .indented-checkbox input[disabled] + label,
    .lineoption input:disabled + label,
    .lineoption input[disabled] + label {
        color: #bababa;
    }

    .indented-checkbox input:checked + label,
    .lineoption input:checked + label {
        color: #006699;
    }

.indented-checkbox-5px {
    padding-left: 5px;
}

td.control-subheading > span {
    display: block;
    text-decoration: underline;
    background: #eee;
    width: 300px;
}

.full-width-field {
    width: 100% !important;
}

.greybackground {
    background: #ddd;
}

.ddl-multi-select {
    width: 150px;
}

.ddChild input[type='checkbox'] {
    display: inline;
    margin: 3px 5px 0 5px;
    position: relative;
    top: 5px;
}

.header-short.bigger {
    height: 40px;
    padding: 7px 4px 0px 4px
}

.header-bar-controls.bigger {
    height: 45px;
    padding: 7px 4px 0px 4px
}

.aspNetDisabled + .btn-group ul {
    display: none;
}

.translationpanel input {
    width: 60%;
    display: inline-block;
}

.translationpanel span {
    width: 40%;
    display: inline-block;
    text-align: right;
    padding: 5px 10px;
}

.alignedbutton {
    padding: 0 2px;
}

.translation-button {
    height: 20px;
    padding: 0;
}

.suggestion-title {
    font-size: 12px;
    font-weight: bold;
}

.suggestion-content {
    font-size: 12px;
    font-style: italic
}

.datatables-filter-checkbox {
    float: left;
    margin: 0 0 0 50px;
}

.rank-image {
    float: right;
    height: 87px;
    text-align: center;
}

    .rank-image img {
        height: 100%;
    }

    .rank-image span {
        display: block;
        font-size: 14px;
        margin-top: 2px;
    }

.rank-container .score {
    margin: 10px 0;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
    padding: 0px !important;
}

    .rank-container .score .num {
        font: normal 22px/22px MetaWeb-Bold;
        text-shadow: 1px 1px 3px #333;
        padding: 10px;
    }

    .rank-container .score .desc {
        font-size: 20px;
    }

    .rank-container .score .descTop {
        font-size: 17px;
    }

.rank-container .stats {
    font-weight: bold;
    margin: 10px 0;
}

.client-enrolment-preference-table {
    border-collapse: separate;
    border-spacing: 10px;
    text-align: center;
    width: 100%;
}

.text-align-right {
    text-align: right;
}

.underlined {
    text-decoration: underline;
}

td.field-heading.add-dash:before {
    content: "- ";
}

.scrollable-popup {
    overflow-y: auto;
    max-height: 300px;
}

.selection-description {
    display: block;
    padding: 5px 10px 10px 5px;
    font-weight: 500;
}

.selection-comment {
    display: block;
    padding: 0 10px 10px 10px;
    font-size: 11px;
}

.device-icon {
    height: 40px;
    float: left;
    width: 100px;
}

    .device-icon img {
        display: block;
        height: 100%;
        margin: 0 auto;
    }

.device-details .device-name {
    display: block;
    font-weight: bold;
    font-size: 15px;
}

.device-details .device-type {
    text-transform: uppercase;
    color: #aaa;
    font-size: 11px;
}

.form-title-wizard {
    font-size: 30px;
    font-family: sans-serif;
    font-weight: 100;
    margin: 0px 5px;
}

.validation-check-link {
    display: table-cell;
    height: 30px;
    vertical-align: middle;
    color: #006699;
    text-decoration: underline;
}

.field-item-margin {
    display: table-cell;
    height: 30px;
    vertical-align: middle;
}

.saved-message {
    color: green;
    font-weight: bold;
}

.form-builder-tooltip {
    position: absolute;
    left: 275px;
    bottom: 5px;
}

.form-logo-clear {
    float: right;
    position: relative;
    right: 47px;
    top: 0;
}

td.section-description > span {
    display: block;
    padding: 0 0 20px 0;
    width: 100%;
    font-size: 15px;
    font-weight: bold;
}

.updateProgress {
    position: absolute;
    background-color: #fff;
    filter: alpha(opacity=70);
    MozOpacity: 0.7;
    opacity: 0.7;
    padding: 0px;
    margin: 0px;
}

    .updateProgress div {
        background-color: white;
        padding: 4px;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 64px;
        height: 62px;
        margin-left: -32px;
        margin-top: -31px;
    }

.progress-visible {
    left: 0px !important;
    top: 0px !important;
    display: block !important;
}

.smaller-text {
    font-size: 11px;
}

.collapsed-row {
    display: none;
    padding: 0px;
    margin: 0px;
}

.btn-small {
    padding: 3px 4px 5px 5px;
    font-size: 8px;
    line-height: 1;
    border-radius: 3px;
    margin: 0px 0 3px 0;
}

td.left-top {
    text-align: left;
    vertical-align: top;
}

td.left-middle {
    text-align: left;
    vertical-align: top;
}

td.left-bottom {
    text-align: left;
    vertical-align: top;
}

td.center-top,
th.center-top {
    text-align: center;
    vertical-align: top;
}

td.center-middle,
th.center-middle {
    text-align: center;
    vertical-align: middle;
}

td.center-bottom,
th.center-bottom {
    text-align: center;
    vertical-align: bottom;
}

td.right-top {
    text-align: right;
    vertical-align: top;
}

td.right-middle {
    text-align: right;
    vertical-align: middle;
}

td.right-bottom {
    text-align: right;
    vertical-align: bottom;
}

span.spacer-5px {
    display: inline-block;
    width: 5px;
}

.width270 {
    width: 270px;
}

.buttons-container {
    padding-top: 5px;
    padding-bottom: 10px;
}

.update-info-preferences {
    position: absolute;
    right: 55px;
}

.password-verification input {
    margin: 5px auto;
    display: block;
    padding: 5px 10px !important;
    font-size: 16px !important;
    border-radius: 5px;
    border: 1px solid #999;
}

.sensitive-information {
    width: 475px !important;
    display: block;
    font-size: 12px;
    font-style: italic;
}

.animation-container {
    vertical-align: middle;
    position: fixed;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    z-index: -1;
    width: 550px;
    height: 400px;
}


/* ToDoListDashlet */

div.to-do-dashlet-action-bar-left {
    margin-bottom: 5px;
    text-align: left;
    display: inline-block;
}

div.to-do-dashlet-action-bar-right {
    margin-bottom: 5px;
    float: right;
}

.to-do-dashlet-table-empty {
    border: 1px solid #aaa;
    width: 100%;
    display: block;
    text-align: center;
    padding: 5px 0;
}

table.to-do-dashlet-table {
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #aaaaaa;
    border-collapse: collapse;
    padding: 0;
    margin: 0;
}

    table.to-do-dashlet-table tr:nth-child(odd) {
        background-color: #f6f6f6;
    }

    table.to-do-dashlet-table tr:nth-child(even) {
        background-color: #ffffff;
    }

    table.to-do-dashlet-table tr {
        border: 1px solid #b2b2b2;
    }

        table.to-do-dashlet-table tr:hover {
            background-color: #eaeaea;
            cursor: pointer;
        }

        table.to-do-dashlet-table tr td {
            padding: 3px 5px;
        }

            table.to-do-dashlet-table tr td.category-col {
            }

            table.to-do-dashlet-table tr td.count-col {
                width: 20px;
                text-align: right;
            }

            table.to-do-dashlet-table tr td.due-date-col {
                width: 120px;
                text-align: right;
            }

        table.to-do-dashlet-table tr.critical {
            color: #ff0000;
            font-weight: bold;
        }

        table.to-do-dashlet-table tr.warn {
            color: #ffbf00;
        }

.width-fill-max850 {
    width: 100%;
    max-width: 850px;
}

.highlight-cell {
    background-color: none;
}

    .highlight-cell:hover {
        background-color: #dbdbdb;
    }

.highlight-row {
    background-color: none;
}

    .highlight-row:hover {
        background-color: #e9e9e9;
    }

.fa-icon-16-large {
    width: 16px;
    text-align: center;
    vertical-align: text-top;
    font-weight: bold !important;
    font-size: larger !important;
    text-decoration: none;
}

.add-coverage .field-heading {
    width: 285px;
}

.lang {
    height: 100%;
    width: 142px;
    text-align: center;
    padding-top: 49px;
}

    .lang li:not(:first-child) {
        border-bottom-left-radius: 0;
        padding: 0 5px 0 5px;
    }

    .lang .list-group-item {
        padding: 0 10px 0 10px;
        border: none;
        font-weight: bold;
        width: 40px;
    }

        .lang .list-group-item a {
            color: #b2b2b2;
            text-decoration: none;
        }

            .lang .list-group-item a:hover {
                color: #254c76;
            }

    .lang .sel a {
        color: #254c76;
    }

button.ui-dialog-titlebar-close {
    display: none;
}

.show-close button.ui-dialog-titlebar-close {
    display: block;
    border: 0 none !important;
    outline: none;
}

.td-register {
    text-align: center;
    padding-top: 5px;
    font-size: 12px;
    color: #333;
}

.hr-regular {
    border-top: 1px solid #b3acac;
    border-bottom: 0 none;
    margin: 10px 0 3px 0;
}

.cb60 {
    color: #666666;
    display: inline-block;
    width: 100px;
}

.resource-preview {
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
}

    .resource-preview img {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 16px;
        height: 16px;
        margin-top: -8px;
        margin-left: -8px;
    }

.table-settings {
    width: 100%;
}

    .table-settings .tdLabel {
        width: 95%;
    }

        .table-settings .tdLabel h4 {
            text-transform: uppercase;
            font-size: 14px;
            margin: 10px 0 0 0;
        }

        .table-settings .tdLabel p {
            font-style: italic;
            margin: 0;
            font-size: 13px;
        }

    .table-settings .tdHead {
        width: 5%;
    }

.language-container-df {
    top: 0;
    right: 0;
}

.name-container-df {
    top: 0;
    right: 0;
}

.language-container-df > ul {
    padding-top: 20px;
}

.language-container {
    position: absolute;
    top: 0;
    right: 0;
}

    .language-container li {
        background-color: #f2f2f2;
    }

.editor-section {
    font-size: 15px;
    font-weight: bold;
    text-align: left;
    text-decoration: underline;
    margin: 5px 0 5px 0;
    display: block;
}

.control-field-table-form-bigger.workflow .field-heading {
    padding-left: 10px;
    width: 300px;
    text-align: left;
    font-size: 14px;
    display: block;
    position: relative;
}

.control-field-table-form-bigger.workflow.settings .field-heading {
    border-top: 1px solid #eeeeee;
    width: 480px;
}

.wide-headings .field-heading {
    width: 250px !important;
}

.control-field-table-form-bigger.workflow.settings .field-heading.add-dash,
.control-field-table-form-bigger.workflow.settings .field-heading.left80 {
    border-top: 0 none;
}

.workflow input:disabled + label {
    color: #999;
}

.workflow input:checked:disabled + label {
    color: #615f5f;
}

.workflow .indented-checkbox input:checked:disabled + label {
    color: #338fbd;
}

.modalPopup .participant-contact.update,
.modalPopup .participant-contact.add {
    width: 340px;
    margin-left: 200px;
    font-size: 12px;
}

.participant-name,
.pharmacy-name {
    font-weight: bold;
    font-size: 15px;
    margin: 0 10px;
}

.spacer {
    margin: 0 0 20px 0;
}

.add-button-wrapper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    padding-bottom: 1px;
}

.top20bold {
    padding-top: 20px !important;
    font-weight: bold;
}

.geolabel {
    font-family: monospace;
    font-weight: bold;
}

.reg-table td {
    display: inline-block;
    padding: 4pt;
}

.reg-table button {
    padding: 1px 4px;
    font-size: 13px;
    width: 90%;
    text-align: left;
    height: 23px;
}

    .reg-table button > b {
        position: absolute;
        right: 6px;
        top: 8px;
    }

.reg-table .caret {
    border-top: 6px solid;
    border-right: 3px solid transparent;
    border-left: 3px solid transparent;
}

.address-search {
    background-image: url(/Images/magnifier-grey.png) !important;
    background-repeat: no-repeat;
    background-position: 5px 8px;
    padding: 10px 30px !important;
    background-size: 16px;
}

/************************ Style for signature control panel ************************/
img.sig-dd-icon {
    width: 32px !important;
    height: 32px !important;
    padding: 0 !important;
    margin-right: 6px;
}

img.sig-img-preview {
    margin-left: 6px;
    border: 1px solid #cccccc;
    height: 43px;
    vertical-align: middle;
    -moz-box-shadow: 3px 3px 5px rgba(0,0,0,0.2);
    -webkit-box-shadow: 3px 3px 5px rgba(0,0,0,0.2);
    box-shadow: 3px 3px 5px rgba(0,0,0,0.2);
}

.sig-btn-clear {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-family: Arial;
    color: #ffffff;
    font-size: 11px;
    background: #0066CC;
    padding: 3px 10px 3px 10px;
    text-decoration: none;
    border: none !important;
    margin: 0;
    width: 50px;
    position: absolute;
    top: 5px;
    right: 5px
}

    .sig-btn-clear:hover {
        opacity: 1.0;
    }

.sig-btn {
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9) );
    background: -moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
    background-color: #f9f9f9;
    text-indent: 0px;
    display: inline-block;
    font-family: Arial;
    padding: 0px 12px 0px 12px;
    font-weight: bold;
    font-style: normal;
    line-height: 30px;
    text-decoration: none;
    top: -1px;
    text-align: center;
    text-shadow: 1px 1px 0px #ffffff;
}


    .sig-btn:hover {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9) );
        background: -moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
        background-color: #e9e9e9;
        cursor: pointer;
    }

    .sig-btn:active {
        position: relative;
        top: 1px;
    }

.sig-btn-save {
    border: 1px solid #c75454;
    color: #c75454;
}

.sig-btn + .sig-btn {
    margin-left: 5px;
}

.sig-btn-cancel {
    border: 1px solid #c7c7c7;
    color: #666666;
}

.td-warn {
    background-color: #ff9400;
}

.td-err {
    background-color: #e20000;
    color: #ffffff;
    font-weight: 900;
}

.width250 {
    width: 250px !important;
}


.select2-results__group.expanded:after {
    content: '\2212';
    color: #333333;
    font-weight: bold;
    float: right;
    font-size: 20px;
    margin-top: 2px;
    cursor: pointer !important;
    border: 1px solid #ccc;
    padding: 0px 1px;
    line-height: 12px;
    height: 18px;
    background: #f9f9f9;
}

.select2-results__group.collapsed:after {
    content: "\002B";
}

.margin10 {
    margin: 10px !important;
}

/***************************************** Alio GridView Start *****************************************/

table.alio-gridview {
    border: none;
    border-collapse: collapse;
}

    table.alio-gridview thead tr.alio-gridview-btn-row td {
        border: 0px none transparent;
        padding: 0 0 5px 0;
    }

        table.alio-gridview thead tr.alio-gridview-btn-row td .alio-gridview-btn {
            padding: 5px;
            margin: 0 0 0 5px;
            width: auto !important;
        }

    table.alio-gridview thead tr th {
        border: 1px solid #aaaaaa;
        background: #ccc;
        background: linear-gradient(#eeeeee,#bbbbbb);
        color: #444;
        padding: 5px;
    }

        table.alio-gridview thead tr th .alio-gridview-filter {
            margin-top: 3px;
        }

    table.alio-gridview tbody tr:nth-child(even) {
        background-color: #f1f1f1;
    }

    table.alio-gridview tbody tr:nth-child(odd) {
        background-color: #f9f9f9;
    }

    table.alio-gridview tbody tr td {
        border: 1px solid #aaaaaa;
        padding: 5px !important;
    }

    table.alio-gridview tfoot {
        background-color: transparent;
        border-top: 1px solid #444;
        border-right: none;
        border-bottom: none;
        border-left: none;
    }

        table.alio-gridview tfoot tr {
            background-color: transparent;
            border: 0 none transparent;
        }

        table.alio-gridview tfoot td table tbody tr {
            background-color: transparent !important;
        }

        table.alio-gridview tfoot td table tbody td {
            background-color: transparent;
            border: none;
            padding: 0;
        }

/****************************************** Alio GridView End ******************************************/

.notresizable {
    resize: none !important;
}

.multi-select-normal-height button {
    padding: 0.15rem 0.4rem;
    font-size: 0.875rem;
    min-width: 290px;
    text-align: left;
    height: auto;
    font-weight: 400;
    text-align: left;
    display: inline-block;
    background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dadcde' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
}

.multiselect.dropdown-toggle::after {
    display: none;
}

.multi-select-normal-height button > b {
    position: absolute;
    right: 6px;
    top: 8px;
    display: none;
}

.multi-select-normal-height .caret {
    border-top: 6px solid;
    border-right: 3px solid transparent;
    border-left: 3px solid transparent;
}

.todo-grid #cphPage_maeToDoItem_upnlToDoItems .header-bar {
    display: inline-block;
    height: 5px;
}

.todo-grid #cphPage_maeToDoItem_upnlToDoItems #cphPage_maeToDoItem_btnClose {
    display: none;
}

.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
}

    .switch input {
        opacity: 0;
        margin: 0;
    }

.caret {
    border-top: 6px solid;
    border-right: 3px solid transparent;
    border-left: 3px solid transparent;
    left: 8px;
    position: relative;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 14px;
        width: 14px;
        left: 4px;
        bottom: 3px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.nurse-project-row {
    background: #ffffff;
}

    .nurse-project-row .nurse-project-name {
        float: left;
        font-size: 0.9em;
        padding: 2px 10px;
        width: 70%;
    }

    .nurse-project-row .nurse-project-status {
        float: left;
        font-size: 0.9em;
        padding: 2px 10px;
        width: 30%;
    }

.smaller-multiselect button {
    padding: 1px 4px;
    font-size: 13px;
    width: 300px;
    text-align: left;
    height: 21px;
    border-radius: 0;
    border: 1px solid #aaa;
    bottom: 1px;
}

    .smaller-multiselect button > b {
        position: absolute;
        right: 6px;
        top: 8px;
    }

.smaller-multiselect .caret {
    border-top: 6px solid;
    border-right: 3px solid transparent;
    border-left: 3px solid transparent;
}

ul[id$='_completionListElem'] {
    z-index: 10003 !important;
}

.more-info {
    background: #e1e1e1;
    border-radius: 10px;
    width: 70%;
    text-align: center;
    display: block;
    margin: 0 auto;
    padding: 5px;
}

    .more-info a, .more-info a:hover {
        text-decoration: none;
    }

a.take-shift {
    background: #2c3e50;
    padding: 0 8px;
    border-radius: 10px;
    color: #fff;
}

    a.take-shift.disabled {
        background: #c7c7c7;
        color: #ffffff;
        text-decoration: none;
        cursor: default;
    }

.dashlet-blue-button {
    display: inline-block;
    margin-left: 30px;
    font-weight: normal;
    text-shadow: none;
}

.tblShiftType {
    display: inline-block;
    vertical-align: top;
    border-collapse: collapse;
    text-align: center;
    margin: 0 5px;
}

    .tblShiftType td, .tblShiftType th {
        border-top: 1px solid #cccccc;
        padding: 5px 20px;
        border-collapse: collapse;
        height: 35px;
        border-left: 1px solid #cccccc;
        border-bottom: 1px solid #cccccc;
    }

    .tblShiftType tbody tr td,
    .tblShiftType tbody tr th,
    .tblShiftType tfoot td,
    .tblShiftType tfoot th {
        border-right: 1px solid #cccccc;
    }

    .tblShiftType th {
        background: #ddd;
        min-width: 200px;
    }

.btnGreen:disabled {
    background: #aaaaaa;
}

.cell-button {
    position: absolute;
    top: 0;
    display: none;
}

    .cell-button.reassign {
        right: 17px;
    }

    .cell-button.cancel {
        right: 0;
    }

#shifttable td:hover .cell-button {
    display: block;
}

#fomTree {
    overflow-y: auto;
    max-height: 1320px;
}

.disabled-item label {
    color: #bbb !important;
}

.password-group {
    position: relative;
    width: 100%;
}

    .password-group > input {
        width: 100%;
        padding: 1px 30px 0 5px;
    }

.password-visibility {
    text-decoration: none !important;
}

.password-box.password-width {
    width: 100% !important;
    padding: 1px 30px 1px 5px !important;
}

.profile-image {
    max-height: 150px;
    max-width: 150px;
    margin: 0 auto;
    position: relative;
}

.profile-image-dashlet {
    max-height: 110px;
    max-width: 110px;
    margin: 0 auto;
    position: relative;
}

.profile-image:hover .fa-edit,
.profile-image:hover .btn-trash {
    display: block;
}

.contact-picture,
.contact-picture-user {
    border: 3px solid;
    border-radius: 50%;
    border-color: #cccccc;
    width: 100%;
    height: 100%;
}

.dashlet-picture {
    border-radius: 10px;
    border: 3px solid #ccc;
    width: 80%;
    height: 80%;
}

.contact-picture-user ~ .fa-edit,
.contact-picture-user ~ .btn-trash {
    display: none;
    position: absolute;
    right: 5px;
    border-radius: 100%;
    background-color: white;
    box-shadow: 0 0 8px 1px #b8b8b8;
    -moz-box-shadow: 0 0 8px 1px #b8b8b8;
    -webkit-box-shadow: 0 0 8px 1px #b8b8b8;
    font-size: 14px;
    width: 25px;
    height: 25px;
    text-align: center;
    cursor: pointer;
}

.contact-picture-user ~ .fa-edit,
.dashlet-picture ~ .fa-edit {
    padding: 6px 0 0 2px;
}

.contact-picture-user ~ .btn-trash,
.dashlet-picture ~ .btn-trash {
    padding: 2px 0 0 0;
}

.contact-picture:hover {
    border-color: #00b1ff;
}

.profile-image .fa-edit {
    top: 20px;
}

.profile-image .btn-trash {
    top: 100px;
    color: #b91d1d;
}

.profile-image .contact-picture:hover {
    border-color: #21718d;
}

.profile-image .center-circle-module {
    cursor: default;
}

.user-profile .profile-section {
    margin: 0 auto 20px auto;
}

    .user-profile .profile-section .contact-picture:hover {
        border-color: #cccccc;
    }

    .user-profile .profile-section .upload-new-button {
        display: inline-block;
        margin: 0 auto;
    }

    .user-profile .profile-section .trash-button {
        display: inline-block;
        position: relative;
        bottom: 12px;
    }

.signature-button {
    margin: 10px auto 0 auto;
}

.contact-picture-small {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 2px solid #cccccc;
}

.dropdown-user a {
    padding: 0 !important;
}

.dropdown-user > a:hover, .nav .open > a, .nav .open > a:hover {
    background: none !important;
}

.dropdown-user a .user-name {
    position: relative;
    bottom: 13px;
    font-size: 14px;
}

.dropdown-user-link::after {
    font-family: FontAwesome;
    content: '\f107' !important;
    border: none !important;
    position: relative;
    bottom: 11px;
    right: 0;
    padding: 0 2px 0 6px;
    margin: 0 .3em 0 0;
    vertical-align: 0;
}

.toogle-google-map {
    border-style: none;
    height: 24px;
    margin-top: 5px;
}

.nav .dropdown-divider {
    margin: 0;
}

.nav .dropdown-divider {
    border-top: 1px solid #E0E2E8;
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid rgba(0,0,0,.15);
}

.dropdown-user .dropdown-menu {
    padding: 0;
    min-width: 220px;
    font-size: 15px;
}

.dropdown .dropdown-menu .dropdown-item i {
    font-size: 14px;
    margin-right: 10px;
    color: #727272;
    width: 14px;
}

.navbar {
    position: initial;
}

#configuration-wizard {
    width: 100%;
    margin: 50px auto 150px auto;
    text-align: center;
    position: relative;
    z-index: 0;
}

    #configuration-wizard fieldset {
        background: white;
        border: 0 none;
        border-radius: 3px;
        box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
        padding: 20px 30px;
        box-sizing: border-box;
        width: 80%;
        margin: 0 10%;
        position: relative;
    }

        #configuration-wizard fieldset:not(:first-of-type) {
            display: none;
        }

    #configuration-wizard .action-button {
        width: 100px;
        background: #4a96ad;
        font-weight: bold;
        color: white;
        border: 0 none;
        border-radius: 5px;
        cursor: pointer;
        padding: 10px 5px;
        margin: 10px 5px;
    }

    #configuration-wizard .multiselect.dropdown-toggle {
        font-size: 14px;
        margin: 0;
        height: 25px;
        padding: 0 10px 0 10px;
    }

    #configuration-wizard .action-button.top {
        font-size: 12px;
        padding: 5px 10px !important;
        margin: 10px 0 !important;
        border-radius: 5px !important;
        font-weight: normal !important;
    }

    #configuration-wizard .action-button:hover, #configuration-wizard .action-button:focus {
        box-shadow: 0 0 0 2px white, 0 0 0 3px #4a96ad;
    }

.fs-title {
    text-transform: uppercase;
    color: #2C3E50;
    margin-bottom: 10px;
}

.fs-subtitle {
    font-weight: normal;
    font-size: 15px;
    line-height: 1.5em;
    margin-bottom: 20px;
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
}

    #progressbar li {
        list-style-type: none;
        text-transform: uppercase;
        font-size: 11px;
        width: 12%;
        float: left;
        position: relative;
    }

        #progressbar li:before {
            content: counter(step);
            counter-increment: step;
            width: 20px;
            line-height: 20px;
            display: block;
            font-size: 10px;
            color: #333;
            background: #e1e1e1;
            border-radius: 3px;
            margin: 0 auto 5px auto;
        }

        #progressbar li:after {
            content: '';
            width: 100%;
            height: 2px;
            background: #ebebeb;
            position: absolute;
            left: -50%;
            top: 9px;
            z-index: -1;
        }

        #progressbar li:first-child:after {
            content: none;
        }

        #progressbar li.active:before, #progressbar li.active:after {
            background: #4a96ad;
            color: white;
        }

.sticky-header {
    position: fixed;
    bottom: 0;
    background: #c7c7c7;
    z-index: 9999;
    padding: 0;
    width: 600px;
    left: 50%;
    margin-left: -300px;
    height: 50px;
    border-radius: 3px;
    opacity: 0.8;
    font-weight: bold;
    text-align: center;
    padding: 14px 0 0 0;
    color: #000000;
    font-size: 15px;
    box-shadow: 0px 2px 5px #222;
    -moz-box-shadow: 0px 2px 5px #222;
    -webkit-box-shadow: 0px 2px 5px #222;
    display: none;
}

.margintop60 {
    margin-top: 60px;
}

.server-label {
    text-align: center;
    padding-bottom: 10px;
    color: red;
    font-weight: bold;
}

.video-chat-icon {
    width: 20px;
    opacity: 0.8;
    position: relative;
    top: 2px;
}

.nobold {
    font-weight: normal !important;
}

.params-column, .params-column-header {
    overflow-wrap: anywhere;
    width: 60%;
}

.download-file::after {
    content: "\f0c7";
    font-family: 'FontAwesome';
    padding: 0 5px;
}

.no-file {
    color: #666666 !important;
    text-decoration: none !important;
    cursor: text;
}

.centralized {
    text-align: center;
}

ul.nav.nav-pills.nav-stacked {
    display: block;
}

.menu-badge {
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    opacity: 0.9;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: #d3d3d3;
    color: #333;
    font-weight: bold;
}

.nav-pills > li > a {
    color: #333;
    background: #eee;
    outline: 0 none !important;
    border: 0 none !important;
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav-pills > li {
    display: block;
}

    .nav-pills > li > a:hover {
        background: #e5e5e5;
        text-decoration: none;
    }

.placeholder-element {
    border: 5px dashed #ccc;
    height: 380px;
    font-size: 34px;
    text-align: center;
    padding-top: 165px;
    color: #bbb;
    font-family: cursive;
}

.profile-dashlet .content-with-border {
    border: 0 none !important;
}

.profile-dashlet {
    margin: 10px 0;
}

.availability-panel {
    position: relative;
}

.update-availability-preferences {
    color: #006699 !important;
    font-weight: bold;
    text-decoration: underline;
    position: absolute;
}

.availabilities-list {
    border: 4px double #ccc;
    padding: 5px;
}

.filters-area + .availabilities-list {
    margin-top: 15px;
}

.availabilities-selection .availability-day {
    display: inline-block;
    width: 25% !important;
}

.availabilities-selection .availability-from,
.availabilities-selection .availability-to {
    width: 15% !important;
    text-align: center;
    display: inline-block;
}

.availabilities-selection .availability-from-label {
    width: 10% !important;
    display: inline-block;
    text-align: center;
}

.availabilities-selection .availability-to-label {
    width: 6% !important;
    text-align: center;
    display: inline-block;
}

.availabilities-selection .availability-add {
    margin-left: 15px;
    display: inline-block;
}

.availabilities-table {
    background: #efefef;
    margin-top: 10px;
    border: 0 none;
    border-collapse: separate !important;
}

.modalPopup .content-with-border .control-field-table-form-bigger {
    border-collapse: separate;
}

.searchable-dropdown .select2 {
    width: 90% !important;
    min-width: 200px;
}

.dataTables_wrapper td.center-top,
.dataTables_wrapper td.left-top {
    vertical-align: middle;
}

body, .left-menu, .site-content {
    background: #f3f3f3;
}

td.MainMenuItem, .MainMenuSelectedItem {
    border-right: solid 3px #f4f4f4;
}

.content-dashlet {
    margin-bottom: 10px;
}

img {
    -webkit-filter: drop-shadow(1px 0px 0px #fff);
    filter: drop-shadow(1px 0px 0px #fff);
}

.btnBlue {
    background: #206BC4;
    padding: 5px 16px;
    color: #fff;
    border: 0 none;
    border-radius: 7px;
    font-size: 13px;
    text-align: center;
    position: relative;
    top: -1px;
}

    .btnBlue:hover {
        background: #1D60B0;
        color: #fff;
        text-decoration: none;
    }

.btnGreen {
    background: #00991E;
    padding: 5px 16px;
    color: #fff;
    border: 0 none;
    border-radius: 7px;
    font-size: 13px;
    text-align: center;
    position: relative;
    top: -1px;
}

    .btnGreen:hover {
        background: #3cb0fd;
    }

#upnlAvailableDashlets .btnBlue {
    padding: 4px 12px;
    top: auto;
}

.modalPopup .dashlet-content,
.modalPopup .dashelt-content {
    background: #f3f3f3;
}

.header-bar {
    min-height: 30px;
}

.project-settings td:not(.dashlet-title) {
    background: #ffffff !important;
}

.project-settings .dashlet-title {
    background: #ddd;
    border-radius: 0;
    font-weight: bold;
    color: #333;
}

.project-settings .noborder .whitebg {
    height: 20px;
}

.modalPopup .content-with-border {
    background: #fff;
}

.ui-tabs .ui-tabs-nav li {
    border-radius: 5px 5px 0 0;
    background: #f1f1f1;
}

.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
    border-radius: 0;
}

.workflow .dashlet-title {
    background: #f1f1f1;
    font-weight: bold;
    padding: 5px !important;
}

    .workflow .dashlet-title span.form-check-input {
        background: transparent;
    }

.navbar-overlap:after {
    display: none;
}

.nav-link-icon i {
    font-size: 1.2rem;
}

.form-control, .form-select {
    padding: 0.15rem 0.4rem;
    display: inline-block;
    background-color: #ffffff;
}

.JQGridView th:not(.filterrow) {
    text-align: center;
    background: #f1f1f1;
}

table.dataTable thead {
    text-transform: uppercase;
    font-size: 0.7rem;
}

table.dataTable.no-footer {
    border-bottom: solid 1px #BABABA;
    font-size: 0.8rem;
}

.control-field-table-form,
.control-field-table-form-bigger {
    width: 100%;
}

    .control-field-table-form td,
    .control-field-table-form-bigger td {
        padding: 2px 2px 2px 2px;
    }

    .control-field-table-form .field-heading {
        width: 150px
    }

    .control-field-table-form-bigger .field-heading {
        padding-right: 10px;
        width: 200px;
    }

        .control-field-table-form-bigger .field-heading.bigger {
            width: 300px !important;
        }

.form-check input.form-check-input {
    float: left;
    margin-left: -1.5rem;
}

input.form-check-input, .form-check-input input {
    width: 1rem;
    height: 1rem;
    margin-top: 2px;
    vertical-align: top;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(101, 109, 119, 0.24);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

    input.form-check-input[type="checkbox"], .form-check-input input[type="checkbox"] {
        border-radius: 4px;
    }

    input.form-check-input[type="radio"], .form-check-input input[type="radio"] {
        border-radius: 50%;
    }

    input.form-check-input:active, .form-check-input input:active {
        filter: brightness(90%);
    }

    input.form-check-input:focus, .form-check-input input:focus {
        border-color: #90b5e2;
        outline: 0;
        box-shadow: 0 0 0 0.25rem rgba(32, 107, 196, 0.25);
    }

    input.form-check-input:checked, .form-check-input input:checked {
        background-color: #206bc4;
        border-color: rgba(101, 109, 119, 0.24);
    }

        input.form-check-input:checked[type="checkbox"], .form-check-input input[type="checkbox"]:checked[type="checkbox"] {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' width='16' height='16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8.5l2.5 2.5l5.5 -5.5'/%3e%3c/svg%3e");
        }

        input.form-check-input:checked[type="radio"], .form-check-input input[type="radio"] {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3ccircle r='3' fill='%23ffffff' cx='8' cy='8' /%3e%3c/svg%3e");
        }

    input.form-check-input[type="checkbox"]:indeterminate, .form-check-input input[type="checkbox"]:indeterminate {
        background-color: #206bc4;
        border-color: #206bc4;
        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='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
    }

    input.form-check-input:disabled, .form-check-input input:disabled {
        pointer-events: none;
        filter: none;
        opacity: 0.5;
    }

        input.form-check-input[disabled] ~ .form-check-label, input.form-check-input:disabled ~ .form-check-label,
        .form-check-input input[disabled] ~ .form-check-label, .form-check-input input:disabled ~ .form-check-label {
            opacity: 0.7;
        }

.form-check-input.inline {
    width: 100%;
    display: inline-flex;
    padding: 0 10px;
    height: auto;
    background: transparent;
}

    .form-check-input.inline input {
        margin: 2px 5px 3px 10px;
    }

.form-check-input.red {
    border-radius: 4px;
    background: transparent;
    border-color: #ff0000 !important;
}

    input.form-check-input.red:checked, .form-check-input.red input:checked {
        border-color: #ff0000 !important;
        background-color: #ff0000 !important;
        border-color: rgba(101, 109, 119, 0.24) !important;
    }

        input.form-check-input.red:checked[type="checkbox"], .form-check-input.red input[type="checkbox"]:checked[type="checkbox"] {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' width='16' height='16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8.5l2.5 2.5l5.5 -5.5'/%3e%3c/svg%3e") !important;
        }

.form-control[type='number'] {
    padding: 0.15rem 10px;
}

.form-check-input > label {
    margin-left: 10px;
}

span.form-control {
    min-height: 1.65rem;
}

.JQGridView thead .filterrow th {
    background: #f1f1f1 !important;
}

.JQGridView .filterrow input,
.JQGridView .filterrow select {
    border: 1px solid #bbb;
}

table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting {
    cursor: pointer;
}

.JQGridView thead .sorting {
    background: #f1f1f1 url("/Images/sort_both.png") no-repeat center right !important;
}

.JQGridView thead .sorting_asc {
    border-bottom: solid 2px #0072BC;
    background: #f1f1f1 url("/Images/sort_asc.png") no-repeat center right !important;
}

.JQGridView thead .sorting_desc {
    border-bottom: solid 2px #0072BC;
    background: #f1f1f1 url("/Images/sort_desc.png") no-repeat center right !important;
}

.JQGridView thead .sorting_disabled {
    background: #f1f1f1 !important;
}

.JQGridView thead .sorting_asc_disabled {
    background: #f1f1f1 url("/Images/sort_asc_disabled.png") no-repeat center right !important;
}

.JQGridView thead .sorting_desc_disabled {
    background: #f1f1f1 url("/Images/sort_desc_disabled.pngg") no-repeat center right !important;
}

.header-bar-controls.mid .btnBlue {
    top: 4px;
}

.dropdown-menu.show {
    display: block;
    min-width: 300px;
}

.input-group-addon {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 7px 5px;
    height: 30px;
}

.treeView a:hover {
    text-decoration: none;
    cursor: default;
}

.form-control + .btn-group button {
    height: 27px;
    font-size: 14px;
    font-weight: 400;
}

.step-header {
    font-size: 1rem;
    font-weight: bold;
}

.card-header,
.card-body {
    color: #656d77;
}

.dropdown-menu .dropdown-menu .dropdown-menu {
    max-height: 400px;
    overflow-y: auto;
}

.inline-editor .content-with-border.hideborders {
    max-width: 600px;
}

.modalPopup .card.p-0 .card-body {
    max-height: calc(100vh - 200px) !important;
}

span.form-check-input + .alio-tooltip {
    margin-left: 10px;
}

table.form-check-input.inline + .alio-tooltip {
    display: flex;
    flex-direction: row-reverse;
    top: -22px;
    width: 20px;
    float: right;
}

    table.form-check-input.inline + .alio-tooltip .tooltiptext.left {
        right: 5%;
    }

.ui-dialog .ui-dialog-titlebar {
    color: #656d77;
    display: flex;
    align-items: center;
    background: transparent;
    padding: 0.75rem 1rem;
    margin-bottom: 0;
    border-bottom: #e6e8e9 1px solid;
    border-left: 0 none;
    border-right: 0 none;
    border-top: 0 none;
}

.ui-dialog .ui-dialog-title {
    display: block;
    margin: 0.125rem 0;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5rem;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.stage-wrap.empty {
    display: block;
    padding: 0;
}

.form-control[readonly]:focus,
.form-control[readonly]:focus {
    border: 1px solid #A9A9A9;
    box-shadow: none;
}

.table-title {
    color: #006699;
    font-weight: bold;
    margin: 5px 0 0;
    width: 100%;
}

fieldset {
    border: 1px solid #ccc;
    padding: 0.35em 0.625em 0.75em;
    margin: 0 2px;
    display: block;
    -webkit-margin-start: 2px;
    -webkit-margin-end: 2px;
    -webkit-padding-before: 0.35em;
    -webkit-padding-start: 0.75em;
    -webkit-padding-end: 0.75em;
    -webkit-padding-after: 0.625em;
    min-width: -webkit-min-content;
}

legend {
    display: block;
    -webkit-padding-start: 2px;
    -webkit-padding-end: 2px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
}

select.wider + .btn-group ul.multiselect-container {
    min-width: 470px;
}

.nooverflow {
    overflow-x: auto !important;
}

.w-120 .form-control,
.w-120 .form-select {
    width: 120px !important;
}

.full-width-gridview {
    width: 100%;
    border-collapse: collapse;
    max-width: 100%;
}

.workflow .dashlet-title {
    padding: 3px 0px 1px 5px;
    font-size: 14px;
    border: 2px solid #d3d3d3;
}

.pass-desc {
    font-size: 0.8em;
    display: contents;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-top: 2px;
}

.select2-container.select2-container--disabled .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
}

.form-check-input.vertical {
    width: 100% !important;
}

    .form-check-input.vertical input {
        margin-right: 5px !important;
    }

.form-check-input.inline.withother {
    display: inline-block !important;
    width: auto !important;
}

.w-90 input,
.w-90 select {
    width: 90% !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    padding-left: 5px;
}

.sw-theme-arrows .sw-toolbar {
    display: block;
}

.sw-btn-group {
    display: inline-block;
    margin: 10px 0;
}

.insurance-notes .dashelt-content.hideborders,
.insurance-notes .dashlet-content.hideborders {
    border: 0 none !important;
}

.sw-theme-arrows > ul.step-anchor > li > a:after {
    border-top: 30px solid transparent !important;
    border-bottom: 30px solid transparent !important;
    margin-top: -30px !important;
    margin-left: -2px !important;
}

.btn-icon {
    padding: 10px;
}

.sticky-top {
    z-index: 99999;
}

.ui-widget-overlay {
    z-index: 10005;
}

.fs20px {
    font-size: 20px;
}

.resource-link {
    display: block;
}

    .resource-link:hover {
        text-decoration: none;
    }

.list-group-hoverable .list-group-item:hover {
    background: #efefef;
    cursor: pointer;
}

.simple-text-heading {
    font-weight: bold;
    color: #006699;
}

.blue-text {
    color: #006699;
}

.margin-left-auto {
    margin-left: auto;
}

.large-button {
    width: 40px !important;
    height: 40px !important;
    font-size: 20px !important;
}

.floating-bottom-left {
    z-index: 3;
    position: fixed;
    bottom: 20px;
    right: 20px;
}

.item-size {
    padding: 0 10px;
}

    .item-size:hover {
        cursor: pointer;
    }

.item-handler:hover {
    cursor: move;
}

.item-remove :hover {
    cursor: pointer;
}

.card-header.dashlet-title {
    padding: 0.75rem 1rem;
}

th[align='center'] {
    text-align: center !important;
}

.no-data {
    display: flex;
    width: 100%;
    border: 1px solid #ccc;
    padding: 5px 10px px;
}

.alio-gridview table td {
    border: 0 none !important;
}

.alio-gridview th {
    border: 1px solid #aaaaaa;
    padding: 5px;
    background: #e5e5e5;
}

table.alio-gridview tbody tr {
    background-color: #f5f5f5 !important;
}

.overflow-initial {
    overflow: initial !important;
}

.unknown-date-checkbox {
    margin-left: 10px;
}

label.fb-text-label, label.fb-date-label, label.fb-select-label {
    margin: 10px 0;
}

.rendered-form .fb-radio-group .radio-inline input, .rendered-form .fb-radio-group .radio input {
    margin: 2px 0 0;
}

.validationSummary-wizard {
    background-color: #f8d7da !important;
    border-radius: 5px;
    border: 1px solid #f4bec2 !important;
    color: #721c24 !important;
}

.blurred {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}

.select-clinic {
    display: none;
    position: absolute;
    left: 35%;
    top: 20%;
}

.select-clinic-label {
    font-size: 30px;
    border: 4px double #BBB;
    padding: 40px;
    background: #fff;
}

.non-authorized-signature {
    pointer-events: none;
}

    .non-authorized-signature::before {
        left: 0;
        content: "Please click the 'Save Form' button and let the physician complete the enrolment.";
        background: rgba(255, 255, 255, 0.59);
        color: #5a5a5a;
        width: 100%;
        font-size: 18px;
        font-weight: 600;
        position: absolute;
        text-align: center;
        top: 50px;
    }

.server-label-inner {
    margin: 8px 50px;
    color: red;
    border: 1px solid #ffa2a2;
    background: #ffcece;
    border-radius: 4px;
    padding: 4px;
}

.server-label-inner-centered {
    margin: 5px 0 0 -75px;
    color: red;
    border: 1px solid #ffa2a2;
    background: #ffcece;
    border-radius: 4px;
    padding: 3px;
    position: absolute;
    left: 50%;
    width: 150px;
    text-align: center;
}

.panel-notification {
    position: relative;
}

td.eq-columnspanel-column-button {
    display: block;
    width: 30px !important;
}

.iconPosition, .iconPosition img {
    position: relative;
    top: -3px;
    width: 21px;
}


#tblrblphys input[type='radio'], #tblrblpharm input[type='radio'] {
    top: 3px;
    position: relative;
}

.g-recaptcha > div {
    margin-top: 1em;
    text-align: center;
    width: auto !important;
    height: auto !important;
}

.subscription-icon {
    width: 24px;
    height: 24px;
}

.subscription-table {
    --tblr-table-accent-bg: rgba(255, 255, 255, .5);
}

.subscription-heading {
    background-color: #dce2ef !important;
}

.crm-background-color {
    background-color: #02a2d4;
    color: #ffffff;
}

.calendar-button {
    background: #2C3E50 !important;
}

    .calendar-button:hover {
        background: #1E2B37 !important;
    }

.bigger-icon {
    font-size: 21px;
    position: relative;
    top: -1px;
    right: 4px;
}

.font-16 {
    font-size: 16px;
}

.width900 {
    width: 900px;
}

.width1000 {
    width: 1000px;
}

img[id$='_imgFake'] {
    display: none;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    z-index: 5;
}

.overlay-relative {
    position: relative;
    z-index: 7;
}

.helper {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px;
    background: #FFF;
    border-radius: 4px;
    z-index: 6;
    display: none;
}

.ui-contextmenu {
    z-index: 9999 !important;
}

.width18, .width18 > img {
    width: 18px;
}

.pad-10-bold {
    padding: 10px 0 !important;
    font-weight: bold;
}

.height20row {
    width: 100%;
    height: 20px
}

.GridPager a,
.GridPager span {
    display: inline-block;
    padding: 0px 9px;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    background: #e9e9e9;
    box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
    font-size: .875em;
    font-weight: bold;
    text-decoration: none;
    color: #717171;
    text-shadow: 0px 1px 0px rgba(255,255,255, 1);
}

.GridPager a {
    background-color: #f5f5f5;
    color: #969696;
    border: 1px solid #969696;
}

.GridPager span {
    background: #616161;
    box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
    color: #f0f0f0;
    text-shadow: 0px 0px 3px rgba(0,0,0, .5);
}

.highlight-cell.clickable input[readonly] {
    background: #ffffff;
}

.splitter.collapse:not(.show) {
    display: block !important;
}

.user-img {
    display: inline-block;
}

    .user-img img {
        width: 40px;
        border-radius: 5px;
        margin-right: 5px;
    }

.user-initials {
    display: inline-block;
    border: 2px solid #ccc;
    padding: 6px 0;
    font-size: 15px;
    font-weight: 600;
    color: #747474;
    border-radius: 5px;
    margin-right: 5px;
    width: 40px;
    text-align: center;
}

/*Custom reports overflow fix*/
body > div {
    z-index: 100000 !important;
}

.ui-dialog,
.context-menu-list,
#session-expired-modal,
.fancybox-opened {
    z-index: 100001 !important;
}

.modal-backdrop {
    z-index: 0 !important;
}

.dt-button-background {
    z-index: 3 !important;
}

.visibility-hidden {
    visibility: hidden;
}

.sp-info {
    border: 3px double #ccc;
    padding: 4px;
}

.client-info h4 {
    font-size: 20px;
    color: #232e3c;
}

.client-info h5 {
    font-size: 16px;
    font-weight: 400;
    padding: 0;
}

.cat-title {
    text-transform: uppercase;
    font-weight: 600;
    color: #b5b5b5;
    display: block;
}

.cat-body {
    color: #232e42;
    margin: 1px 0;
    display: block;
}

.dashlet-picture ~ .fa-edit,
.dashlet-picture ~ .btn-trash {
    display: none;
    position: absolute;
    right: 5px;
    border-radius: 100%;
    background-color: white;
    box-shadow: 0 0 8px 1px #b8b8b8;
    -moz-box-shadow: 0 0 8px 1px #b8b8b8;
    -webkit-box-shadow: 0 0 8px 1px #b8b8b8;
    font-size: 14px;
    width: 25px;
    height: 25px;
    text-align: center;
    cursor: pointer;
}

.mr-150 {
    margin-right: 150px;
}

.profile-image-dashlet.editable:hover .fa-edit,
.profile-image-dashlet.editable:hover .btn-trash {
    display: block;
}

.profile-image-dashlet .fa-edit {
    top: 5px;
    right: 15px;
}

.profile-image-dashlet .btn-trash {
    top: 55px;
    right: 15px;
    color: #b91d1d;
}

.online-form-card-body {
    overflow: hidden;
    padding: 20px;
}

.nested-control {
    position: relative;
    left: -9px;
}

.padding5 {
    padding: 5px !important;
}

.card-header-with-background {
    background: #f1f5f9;
}

.print-only {
    display: none;
}

    .print-only p {
        margin-bottom: 1px;
        font-size: 14px;
    }

#clientLabelData {
    text-align: center;
    font-size: 16px;
}

@media print {
    .print-only {
        display: block;
    }

    body {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
}

.modalPopup .dropdown-menu {
    z-index: 10006 !important;
}

.width-fill-max950 {
    width: 100%;
    max-width: 950px;
}

.iconPositionDP, .iconPositionDP img {
    position: relative;
    width: 18px;
}

.smaller-dropdown select {
    width: 85%;
}

.show-all-panel {
    padding-bottom: 20px;
    padding-top: 10px;
    clear: both;
}

.content-center {
    justify-content: center;
}

.adjust-width {
    flex: 1 !important;
    width: auto;
}

.margin0 {
    margin: 0;
}

.gridview-with-colors td.sorting_1 {
    background: inherit !important;
}

.diagnosis-message {
    display: block;
    margin: 10px 5px;
    clear: both;
}

.calendar-event-menu {
    text-decoration: none !important;
    font-size: 16px;
    float: left;
    width: 22px;
    cursor: pointer;
    margin-top: -2px;
}

    .calendar-event-menu:focus-visible {
        outline: none;
    }

    .calendar-event-menu:hover i::before {
        color: #ccc;
    }

.calendar-event-title {
    float: left;
    width: calc(100% - 22px);
}

.event-dropdown-item {
    padding: 5px 10px;
}

.calendar-event-menu-items.show {
    min-width: auto !important;
}

.fc-h-event {
    display: flex;
}

.calendar-event-menu-link {
    text-decoration: underline !important;
    cursor: pointer;
}

.dynamic-forms-of-project .form-check-input {
    padding: 0 !important;
}

.dynamic-forms-of-project .table-with-description {
    padding: 2px !important;
    display: flex;
}

.dynamic-forms-of-project .alio-tooltip > img {
    height: 17px;
}

.dynamic-forms-of-project table.form-check-input.inline + .alio-tooltip {
    top: 5px !important
}

body.dt-print-view td {
    text-align: center;
    padding: 0px;
}

body.dt-print-view table {
    border: none;
}

body.dt-print-view h1 {
    text-align: center;
    padding-bottom: 20px;
    padding-top: 0px;
}

.image-buttons-column input[type=image] {
    position: relative;
    top: 4px;
}

.multi-select-dropdown .btn-group {
    padding: 0.15rem 0.4rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.4285714;
    color: #232e3c;
    border: 1px solid #dadcde;
    border-radius: 4px;
    width: 100%;
    display: inline-block;
    background-image: url(/Images/arrow-down.svg);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
}

.multi-select-dropdown .multiselect-native-select {
    padding: 0 !important;
}

    .multi-select-dropdown .multiselect-native-select button {
        border: 0 none !important;
        padding: 3px 0 5px 0 !important;
        width: 100% !important;
        display: inline-block;
        text-align: left;
        background: transparent !important;
    }

    .multi-select-dropdown .multiselect-native-select .multiselect-selected-text {
        border: 0 none !important;
        font-size: 14px !important;
        font-weight: 400 !important;
        padding: 3px !important;
    }

    .multi-select-dropdown .multiselect-native-select .caret {
        display: none;
    }

.scheduler-label {
    font-size: 13px !important;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 5px;
}

.qtip-dashlets .qtip-content {
    max-height: 450px;
    overflow-y: auto;
}

.server-description {
    text-align: center;
    padding-top: 10px;
    color: #0574bd;
    font-weight: bold;
}

.clientVisitButtons {
    width: 108%;
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
}

.fc-datepickerButton-button #calendar-datepicker {
    display: none;
}

.fc-datepickerButton-button .ui-datepicker-trigger {
    display: none;
}

button.ui-datepicker-close {
    display: none;
}

.ui-datepicker-current {
    background: #2C3E50 !important;
    opacity: 1 !important;
    color: #fff !important;
}

.ui-datepicker .ui-state-default.ui-state-active {
    background: #2C3E50 !important;
}

.ui-datepicker table .ui-state-hover {
    background: #2C3E50 !important;
}

.table-scheduler-tasks thead tr, .table-scheduler-tasks thead th {
    border-top: none;
    border-bottom: none !important;
    padding: 0.75rem;
}

.table-scheduler-tasks tbody th {
    font-weight: bold;
}

.table-scheduler-tasks tbody th, .table-scheduler-tasks tbody td {
    color: #777;
    font-weight: 300;
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.table-scheduler-tasks tbody tr:hover {
    background-color: #f8f9fa;
}

.todo-notification i {
    font-size: 18px;
    margin: 0px 0 0 10px;
    position: relative;
    top: 2px;
}

.pnlshiftEditorNurseList {
    max-height: 250px;
    overflow-y: scroll;
}

.shade-red {
    color: #ff0000;
}

.lowered-checkbox {
    position: relative;
    top: 4px;
}

.normal12 {
    font-size: 12px;
    font-weight: normal;
}

.alternating:nth-child(odd) {
    border-top: solid 1px #b2b2b2;
    background-color: #ffffff;
}

.alternating:nth-child(even) {
    border-top: solid 1px #b2b2b2;
    background-color: #f9f9f9;
}

.alternating:last-child {
    border-bottom: solid 1px #b2b2b2;
}

.pad-left-5 {
    padding-left: 5px;
}

.lowered-button {
    position: relative;
    top: 2px;
}

.tooltip-list {
    font-size: 12px;
}

    .tooltip-list li {
        list-style-type: disclosure-closed;
    }

.wide-tooltip .tooltiptext {
    width: 300px;
}

.selected-row {
    background-color: #c4ffc4 !important;
}

.calendar-event-menu-group.visit-block {
    line-height: 100%;
    display: table;
    height: 100%;
    width: 100%;
    text-align: center;
}

.calendar-visit-block {
    display: table-cell;
    vertical-align: middle;
}

.shift-form-message {
    color: #0066CC;
    font-weight: bold;
    width: 500px !important;
    text-align: center;
    display: block;
    padding-bottom: 10px;
}

.form-check-input.availability-full {
    display: inline-block;
    width: 125px;
    margin-left: 7px;
}

.fc-scrollgrid-section.fc-scrollgrid-section-body .fc-scroller-harness .fc-scroller {
    max-height: 100vh;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
    height: auto;
}

div[id$="_ProjectGeneralEditor1_ucProjectAvailabilityEditor_pnlContainer"] {
    width: 780px;
}

.header-title-margin {
    margin: 15px 0 0 10px;
}

.visit-status-confirmed {
    color: #1EB222;
    font-size: 15px;
    position: relative;
    top: 1px;
    font-weight: 600;
}

.visit-status-request-to-cancel {
    color: #C4100C;
    font-size: 15px;
    position: relative;
    top: 1px;
    font-weight: 600;
}

.fc-timegrid-event-harness {
    overflow: hidden;
}

.checkbox-list-color {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 2px;
    left: 0;
}

.filtered-color-checkbox {
    position: relative;
}

.filtered-color-checkbox-value {
    margin-left: 20px;
}

.check-icon-green {
    background-color: #009900;
    color: #f9f9f9;
}

.x-icon-red {
    background-color: #cc0000;
    color: #f9f9f9;
}

span.blue-title {
    color: #206bc4;
    text-transform: uppercase;
}