/* Minification failed. Returning unminified contents.
(1663,1): run-time error CSS1019: Unexpected token, found '}'
 */
#brand-logo {
    background: url(/Content/images/Custom/DTS_Logo_Wordmark_white_Header.png) left center no-repeat;
    width: 192px;
    height: 40px;
    display: block;
    margin-bottom: -40px;
    margin-top: -8px;
}

#brand-title {
    margin-left: 138px;
    margin-top: 12px;
    display: inline-block;
}

#signin-brand-logo {
    background: url(/Content/images/Custom/DTS_Logo_Banner_SignIn.png) center center no-repeat;
    height: 63px;
    margin-left: auto;
    margin-right: auto;
}

#signin-copywrite {
}

    #signin-copywrite a {
        color: white;
    }

.forgot-box .toolbar {
    text-align: right;
}

html.no-boxshadow #sidebar-collapse {
    display: none;
}

html.no-csstransforms3d .FixedHeader_Cloned {
    display: none;
}

span[data-rel="tooltip"] {
    cursor: help;
}

/*.page-header i {
    width: 30px;
}*/

.page-header h3 {
    margin-left: 42px;
    margin-top: 5px;
}

a.back-link {
    cursor: pointer;
}

.back-link:hover {
    text-decoration: none;
}

a.back-link:hover i {
    font-family: 'CbtGlyph';
}

    a.back-link:hover i:before {
        content: '\e60b';
    }

.breadcrumbs.breadcrumbs-fixed {
    display: none;
}

a.breadcrumb-back {
    /*margin-top:4px;*/
    color: #222A2D !important;
    font-size: 18px;
    position: relative;
    top: 5px;
}

    a.breadcrumb-back:hover {
        text-decoration: none;
        color: gray !important;
    }

.navbar .navbar-brand {
    padding: 15px 15px 15px 0px !important;
}

.last_step:before {
    max-width: 50%;
    width: 50%;
}

.processing-indicator {
    position: fixed;
    top: -39px;
    left: 0;
    width: 100%;
    z-index: 5000;
}

    .processing-indicator > div {
        margin: 0 auto;
        padding: 2px 10px;
        height: 35px;
        text-align: center;
        width: 150px;
        background-color: #000;
        color: #eee;
        font-size: 1.35em;
        -ms-border-radius: 0 0 5px 5px;
        border-radius: 0 0 5px 5px;
    }

        .processing-indicator > div > i {
            margin-right: 3px;
        }

.topRequestbtn{
    margin-top: 10px !important;
    margin-right: 5px !important;
    float: left;
}

    .tile {
        padding: 1em;
    }

        .tile > .btn {
            width: 100%;
            height: 275px;
            padding-top: 3em;
            padding-bottom: 3em;
            white-space: normal;
        }

            .tile > .btn > div {
                display: table;
                margin: auto;
            }

                .tile > .btn > div > div {
                    display: table-row;
                }

                    .tile > .btn > div > div > div {
                        display: table-cell;
                        vertical-align: middle;
                        padding: 0.75em;
                    }

        .tile > .btn {
            opacity: 0.9;
            filter: alpha(opacity=90); /*IE8*/
        }

            .tile > .btn:hover {
                opacity: 1.0;
                filter: alpha(opacity=100); /*IE8*/
                border: 1px solid black;
            }

            .tile > .btn.btn-default:hover {
                background-image: -webkit-gradient(linear, left 0%, left 100%, from(#F0F0F0), to(#E0E0E0));
                background-image: -webkit-linear-gradient(top, #F0F0F0 0%, #E0E0E0 100%);
                background-image: -moz-linear-gradient(top, #F0F0F0 0%, #E0E0E0 100%);
                background-image: linear-gradient(to bottom, rgb(240, 240, 240) 0%, rgb(224, 224, 224) 100%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F0F0F0', endColorstr='#E0E0E0',GradientType=0 ); /* IE6-9 */
            }

        .tile.tile-danger > .btn {
            background-color: rgb(255, 200, 200) !important;
            background-image: -webkit-gradient(linear, left 0%, left 100%, from(#FFFFFF), to(#FFC8C8));
            background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #FFC8C8 100%);
            background-image: -moz-linear-gradient(top, #FFFFFF 0%, #FFC8C8 100%);
            background-image: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 200, 200) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#FFC8C8',GradientType=0 ); /* IE6-9 */
        }

            .tile.tile-danger > .btn:hover {
                background-image: -webkit-gradient(linear, left 0%, left 100%, from(#FFF0F0), to(#FFC8C8));
                background-image: -webkit-linear-gradient(top, #FFF0F0 0%, #FFC8C8 100%);
                background-image: -moz-linear-gradient(top, #FFF0F0 0%, #FFC8C8 100%);
                background-image: linear-gradient(to bottom, rgb(255, 240, 240) 0%, rgb(255, 200, 200) 100%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFF0F0', endColorstr='#FFC8C8',GradientType=0 ); /* IE6-9 */
            }

        .tile.tile-success > .btn {
            background-color: rgb(200, 255, 200) !important;
            background-image: -webkit-gradient(linear, left 0%, left 100%, from(#FFFFFF), to(#C8FFC8));
            background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #C8FFC8 100%);
            background-image: -moz-linear-gradient(top, #FFFFFF 0%, #C8FFC8 100%);
            background-image: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(200, 255, 200) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#C8FFC8',GradientType=0 ); /* IE6-9 */
        }

            .tile.tile-success > .btn:hover {
                background-image: -webkit-gradient(linear, left 0%, left 100%, from(#F0FFF0), to(#C8FFC8));
                background-image: -webkit-linear-gradient(top, #F0FFF0 0%, #C8FFC8 100%);
                background-image: -moz-linear-gradient(top, #F0FFF0 0%, #C8FFC8 100%);
                background-image: linear-gradient(to bottom, rgb(240, 255, 240) 0%, rgb(200, 255, 200) 100%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F0FFF0', endColorstr='#C8FFC8',GradientType=0 ); /* IE6-9 */
            }

        .tile.tile-emphasize > .btn {
            border: 2px solid gray;
        }

            .tile.tile-emphasize > .btn:hover {
                border: 2px solid black;
            }

        .tile.tile-emphasize h1 {
            font-weight: bold;
        }

    /*.tile .glyphicon {
    font-size: 3.5em;
}*/

    .tile-details {
        font-size: 1.4em;
    }

    .tile .badge {
        font-family: Calibri;
        font-size: 1.5em;
        position: absolute !important;
        top: 1.5em !important;
        right: 1.5em !important;
    }
    /* any all toggle for tour page filters

    /* The switch - the box around the slider */
    .switch {
        position: relative;
        display: inline-block;
        width: 30px;
        height: 17px;
    }

        /* Hide default HTML checkbox */
        .switch input {
            opacity: 0;
            width: 0;
            height: 0;
        }

    /* The slider */
    .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: 13px;
            width: 13px;
            left: 2px;
            bottom: 2px;
            background-color: white;
            -webkit-transition: .4s;
            transition: .4s;
        }

    input:checked + .slider {
        background-color: #2e76b1;
    }

    input:focus + .slider {
        box-shadow: 0 0 1px #2e76b1;
    }

    input:checked + .slider:before {
        -webkit-transform: translateX(26px);
        -ms-transform: translateX(13px);
        transform: translateX(13px);
    }

    /* Rounded sliders */
    .slider.round {
        border-radius: 17px;
    }

        .slider.round:before {
            border-radius: 50%;
        }
    /* end any all toggle for tour page filters*/
    /* adding in additional badge color that ace is missing */
    .badge.badge-white {
        background-color: #fff !important;
        color: #666;
        border: 1px solid #eee !important;
    }

    .badge.badge-teal {
        background-color: #2EB8B8 !important;
    }

    div.fake-ace-label { /* because using <label> for content is symantically incorrect and restrictive */
        padding-top: 6px !important;
        margin-bottom: 4px;
        vertical-align: middle;
        font-weight: normal;
        font-size: 14px;
    }

    .bold {
        font-weight: bold;
    }

    .workflow-link {
        margin-top: 20px;
        font-size: 18px;
        padding-right: 39px;
    }
    /* fix jquery datatable pagination inside of ace wizards */
    .pagination > li.active {
        display: inline;
    }

    .task-status .label {
        vertical-align: middle;
    }

    .task-date {
        color: gray;
        font-size: 18px;
        font-weight: 300;
    }

    .date-report {
        color: #767676;
    }

    .datatables-short-margin > .dataTables_wrapper {
        margin-bottom: 10px;
    }

    .widget-toolbar.accordion-toolbar-right {
        position: absolute;
        right: 20px;
        z-index: 10;
        float: none;
    }

    h3 > .btn-group-vertical {
        margin: 2px 10px 0px 0px;
    }

    ul.badges {
        margin: 0;
    }

        ul.badges li.badge {
            margin-right: 5px;
        }


        ul.badges .more-tags {
            background: none;
            border: none;
            color: #2C6AA0;
            white-space: nowrap;
        }

            ul.badges .more-tags:hover {
                color: #428ccb;
                text-decoration: underline;
            }

    .popover .badge {
        white-space: normal !important;
        text-align: left !important;
        margin-bottom: 1px;
    }

    ul.badges .popover {
        min-width: 200px;
    }

        ul.badges .popover ul {
            width: 100%;
            padding-right: 15px;
        }

            ul.badges .popover ul li:nth-child(odd) {
                opacity: .8;
            }


    .callout {
        padding: 20px;
        margin: 20px 0;
        border: 1px solid #eee;
        border-left-width: 5px;
        border-radius: 3px;
    }

        .callout h4 {
            margin-top: 0;
            margin-bottom: 5px;
        }

        .callout p:last-child {
            margin-bottom: 0;
        }

        .callout code {
            border-radius: 3px;
        }

        .callout + .callout {
            margin-top: -5px;
        }

    .callout-danger {
        border-left-color: #ce4844;
    }

        .callout-danger h4 {
            color: #ce4844;
        }

    .callout-warning {
        border-left-color: #aa6708;
    }

        .callout-warning h4 {
            color: #aa6708;
        }

    .callout-info {
        border-left-color: #1b809e;
    }

        .callout-info h4 {
            color: #1b809e;
        }

    .callout-contact {
        border-left-color: #84B4DC;
        /*background:#eee;*/
        position: relative;
    }

        .callout-contact h4 {
            color: #84B4DC;
        }

    .callout-phone {
        border-left-color: #969696;
        /*background:#ccc;*/
    }

        .callout-phone h4 {
            color: #ccc;
        }

        .callout-phone .corner-button {
            top: 30px;
        }

    .alert.has-error {
        background: #D15B47;
        color: white;
    }

        .alert.has-error button {
            color: #D15B47;
            background: white;
        }

        .alert.has-error .contact-has-no-numbers {
            display: inline-block !important;
        }

        .alert.has-error .contact-has-numbers {
            display: none !important;
        }

    .alert.deleted {
        background: pink;
    }

    .corner-button {
        position: absolute !important;
        top: 10px;
        right: 0;
    }

    .delete-button {
        background: transparent;
        border: 0;
    }

    .undo-delete-button {
        background: transparent;
        border: 0;
    }

    .delete-button:hover {
        color: #B74635;
    }

    .deleted {
        background: pink;
        border-color: #B74635;
    }

    .margin-negative-30 {
        margin-left: -30px !important;
        margin-right: -30px !important;
    }

    .infobox-small {
        width: 178px !important;
    }

        .infobox-small > .infobox-data {
            max-width: none !important;
        }

    .infobox-noline {
        border: 0 !important;
    }

    td.legendLabel {
        padding: 2px 5px;
        font-size: 14px;
    }

    .legendSwatchBox {
        border: 0;
    }

    .legendSwatch {
        /*width: 4px;*/
        border-style: solid;
        border-width: 9px;
        overflow: hidden;
    }

    .widget-box-with-summary h2 {
        margin-top: 4px;
    }

    input.form-control.has-error {
        border-color: #f09784;
    }

    label.tsFavorite-label {
        white-space: nowrap;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        padding: 0 5px 0 5px !important;
        height: 22px;
    }

.bluerounded {
    background-color: #d9edf7;
    border: 2px solid #000;
    border-radius: 7px;
    padding: 0px 5px 0px 5px;
    margin: 4px 0px 5px 0px;
    margin-top: 4px;
    display: inline-block;
    font-weight: bold;
}

    /*************************************************************/
    /*
 * jQuery File Upload Plugin CSS 1.3.0
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */
    .fileinput-button {
        position: relative;
        overflow: hidden;
    }

        .fileinput-button input {
            position: absolute;
            top: 0;
            right: 0;
            margin: 0;
            opacity: 0;
            -ms-filter: 'alpha(opacity=0)';
            font-size: 200px;
            direction: ltr;
            cursor: pointer;
        }
    /* Fixes for IE < 8 */
    @media screen\9 {
        .fileinput-button input {
            filter: alpha(opacity=0);
            font-size: 100%;
            height: 100%;
        }
    }
    /*************************************************************/

    .dts-infobox .infobox {
        width: 165px !important;
    }

    .dts-infobox .infobox-data {
        max-width: 115px !important;
    }

    .btn-savedFilter {
        border: none;
        padding: 0px;
        background-color: transparent;
    }

    .btn-file {
        position: relative;
        overflow: hidden;
    }

        .btn-file input[type=file] {
            position: absolute;
            top: 0;
            right: 0;
            min-width: 100%;
            min-height: 100%;
            font-size: 100px;
            text-align: right;
            filter: alpha(opacity=0);
            opacity: 0;
            outline: none;
            background: white;
            cursor: inherit;
            display: block;
        }

    /* TODO: Remove all breadcrumbs instead of just hiding them. */
    div.breadcrumbs {
        visibility: hidden;
    }

    .list-page .panel-group {
        margin-bottom: 0;
    }

    .list-page .page-header {
        margin-bottom: 0;
    }

    .action-buttons {
        white-space: nowrap;
    }

    .panel-group-compact {
        margin-bottom: 0;
    }

    a.accordion-toggle {
        cursor: pointer;
        text-decoration: none;
    }

    .widget-header > .widget-caption, .widget-header > :first-child {
    }

    .widget-header > .widget-caption, .widget-header > a.accordion-toggle:first-child {
        display: block;
    }

    .last-new {
        border-top: solid #dddddd 7px !important;
    }

    /*************************************************************/
    /*
 * jQuery File Upload Plugin CSS 1.3.0
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */
    .fileinput-button {
        position: relative;
        overflow: hidden;
    }

        .fileinput-button input {
            position: absolute;
            top: 0;
            right: 0;
            margin: 0;
            opacity: 0;
            -ms-filter: 'alpha(opacity=0)';
            font-size: 200px;
            direction: ltr;
            cursor: pointer;
        }
    /* Fixes for IE < 8 */
    @media screen\9 {
        .fileinput-button input {
            filter: alpha(opacity=0);
            font-size: 100%;
            height: 100%;
        }
    }
    /*************************************************************/


    /*************************************************************/
    /** UX cleanup ***********************************************/
    /*************************************************************/

    .widget-header.widget-header-flat {
        background-color: rgb(248, 248, 248);
        border: 0;
        /*border-bottom: 1px solid #d5e3ef;*/
    }

    .header.blue {
        background-color: rgb(248, 248, 248);
        border: 0;
        padding-left: 10px;
        /*border-bottom: 1px solid #d5e3ef;*/
    }

    .login-container .header.lighter.blue {
        padding-left: 0;
        background-color: transparent;
    }

    .widget-toolbar button.btn.btn-sm {
        /*background-color: transparent !important;
    border: 0;*/
        transition: all .5s;
    }
  
    /*.widget-toolbar button.btn.btn-sm.btn-default {
        color: #ccc !important;
    }

    .widget-toolbar button.btn.btn-sm.btn-primary {
        color: #579EC8 !important;
    }

    .widget-toolbar button.btn.btn-sm.btn-success {
        color: #87B87F !important;
    }

    .widget-toolbar button.btn.btn-sm.btn-danger {
        color: #D15B47 !important;
    }

    .widget-toolbar button.btn.btn-sm.btn-warning {
        color: #FFB752 !important;
    }

    .widget-toolbar button.btn.btn-sm:hover {
        color: gray !important;
    }*/

    div.widget-body {
        border: 0;
    }

    div.widget-box {
        border: 0;
    }

    span.help-button, span.help-button:hover, button.help-button, button.help-button:hover {
        border: 0;
        -webkit-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none;
        background-color: transparent;
        font-size: 0;
    }

    .panel-heading span.help-button, .panel-heading span.help-button:hover, .panel-heading button.help-button, .panel-heading button.help-button:hover {
        top: 4px;
        position: relative;
    }

    span.help-button:before, button.help-button:before {
        font-size: 19px;
        content: '\f059';
        font-family: FontAwesome;
        color: #65bcda;
        transition: all .5s;
    }

    .panel-heading span.help-button:before, .panel-heading button.help-button:before {
        font-size: 25px;
    }

    span.help-button:hover:before, button.help-button:hover:before {
        color: #2C6AA0;
    }

    div.popover {
        box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.25);
        /*border: 0;*/
    }

    i[class*='flag-']:before {
        font-family: sans-serif;
        font-size: 10px;
        padding: 1px 3px 1px 3px;
        color: white;
        font-style: normal;
    }

    i.flag-new:before {
        content: "NEW";
        background-color: #FFCB00;
    }

    i.flag-updated:before {
        content: "UPDATED"; /*D.N.S.*/
        background-color: #82AF6F;
    }

    i.flag-restricted:before {
        content: "RESTRICTED";
        background-color: maroon;
    }

    i.flag-coming-soon:before {
        content: "COMING SOON!";
        background-color: #ddd;
    }

    i.flag-fuchsia:before {
        content: "HARD TO LOOK AT!";
        background-color: fuchsia;
    }

    div.restricted-item h4, li.restricted-item a, .restricted-item i {
        color: maroon;
    }

    li.restricted-item i.icon-li {
    }

        li.restricted-item i.icon-li:before {
            content: '\f084';
        }

    table.table thead tr {
        background-image: none;
    }

    div.page-header h1 {
        margin: 0 0 0 0px;
    }

    button.btn.btn-ghost {
        background-color: #eeeeee !important;
        border-color: #eeeeee;
        color: #6c6c6c !important;
    }

        button.btn.btn-ghost:hover {
            background-color: #ddd !important;
            color: #767676 !important;
        }

    .modal-footer button.btn.btn-ghost {
        background-color: white !important;
        border-color: white;
        color: #6c6c6c !important;
    }

    div.dataTables_wrapper .row:last-child {
        border: 0;
        background-color: #eee;
    }

    .widget-main div.dataTables_wrapper .row:last-child {
        background-color: transparent;
    }

    td.focused {
        background: #eeeeee;
        cursor: pointer;
    }
    /* WIDGET MAIN PADDING FIX */
    .widget-main.panel-collapse {
        /*padding: 0 !important;*/
        padding-bottom: 0px;
        padding-top: 0px;
    }

        .widget-main.panel-collapse::before, .widget-main.panel-collapse::after {
            content: " ";
            display: block;
            padding-top: 12px;
        }
    /* WIDGET MAIN PADDING FIX */

    a.btn-icon, button.btn-icon {
        background-color: transparent !important;
        border-color: transparent;
        color: gray !important;
        border: 0;
        padding: 0;
        font-size: 28px;
    }

        a.btn-icon:hover, button.btn-icon:hover {
            background-color: transparent !important;
            border-color: transparent;
            color: #2C6AA0 !important;
        }

    .btn-Toolbar {
        border-width: 4px !important;
    }
    .btn.btn-excel {
        /*color: #1F6F43 !important;*/
        color: white !important;
        background-color: #1F6F43 !important;
        border: 4px solid #1F6F43;
        font-size: 13px;
        padding: 4px 9px;
    }

        .btn.btn-excel:hover {
            background-color: #134e2d !important;
            border-color: #1F6F43;
            color: white !important;
        }

        .btn.btn-excel:disabled {
            /*color: #86998f !important;
    background-color: transparent !important;*/
            background-color: #86998f !important;
        }

        .btn.btn-excel i.fa {
            margin-right: 10px;
        }

    .btn-excel span {
        /*display: none;*/
        display: inline-block;
    }

    div.modal-footer {
        background-color: #eee;
    }

    div.modal-dialog.modal-700 {
        width: 700px;
    }

    .checkbox input[type=checkbox] + span.lbl {
        -webkit-user-select: none; /* Chrome all / Safari all */
        -moz-user-select: none; /* Firefox all */
        -ms-user-select: none; /* IE 10+ */
        user-select: none;
    }

    .form-field .checkbox {
        padding-left: 0;
    }

    input[type=checkbox].ace + .lbl:before, input[type=radio].ace + .lbl:before {
        margin-right: 5px !important;
    }

    .fa-inline {
        display: inline;
        margin-right: 5px;
    }

    button i.fa {
        margin-right: 10px;
    }

    button i.fas, button i.far {
        margin-right: 8px;
    }

    button.btn-right i.fa {
        margin-left: 10px;
        margin-right: 0px;
    }

    button.btn-icon i.fa {
        margin-right: 0px;
    }

    .widget-toolbar button i.fa {
        margin-right: 5px;
    }

    .skin-1 .nav-list > li > .submenu > li > a > [class*="fa-"]:first-child {
        display: none;
    }

    .radio, .checkbox {
        padding-left: 0;
    }

    .btn-help i {
        color: #65bcda;
    }

        .btn-help i:hover {
            color: #2C6AA0;
        }

    input[type=checkbox].ace + .lbl {
        margin-left /*\**/: 20px\9 !important;
    }

    input[type=checkbox].ace {
        margin-left /*\**/: 0px\9 !important;
    }

input[type="checkbox"].ace:focus + .lbl::before {
    border: 1px solid #2e76b1;
}
    /*.widget-header {
    box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 5px;
}*/

    .widget-header h4 {
        margin: 0;
        line-height: 36px;
    }

    .widget-header h4 {
        display: inline-block !important;
    }

        .widget-header h4 i.fa {
            margin-right: 5px;
        }

    .page-content h4 {
        font-size: 21px !important;
    }

    .nav-list > li > a > [class*="fa-"]:first-child {
        display: inline-block;
        vertical-align: middle;
        min-width: 30px;
        text-align: center;
        font-size: 16px;
        /*font-weight: normal;*/
        margin-right: 2px;
    }

    .fake-ace-label {
        margin-top: 1px;
    }

    input[type=checkbox].ace + .lbl, input[type=radio].ace + .lbl {
        position: static !important;
    }

    .btn-group > .button-tooltip {
        top: -5px;
        position: relative;
    }

        .btn-group > .button-tooltip > .btn-sm {
            border-width: 2px;
        }

        .btn-group > .button-tooltip > .btn, .btn-group > .button-tooltip > .btn + .btn {
            margin: 0 1px 0 0;
        }


    .ppa-ptb-open {
        color: red;
    }

    .ppa-ptb-awarded {
        color: green;
    }

    .ppa-ptb-closed {
        color: gray;
    }

    .steps-wrapper {
        height: 40px;
    }

    @media (max-width:1200px) {
        .steps-wrapper {
            height: auto;
        }
    }

    #versionDisplay {
        position: fixed;
        bottom: 0;
        right: 0;
        padding: 5px;
        background-color: green;
        display: none;
    }

        #versionDisplay::after {
            color: white;
            content: 'version=0.0.0';
        }

    /* Fix disabled multi-select select2 so that the option text is readable */
    .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
        background-color: #5293C4 !Important;
    }

    .sidebar-fixed.menu-scroll #sidebar-collapse {
        position: fixed;
        width: 190px;
        bottom: 0;
    }

    .sidebar-fixed.menu-scroll.menu-min #sidebar-collapse {
        width: 43px;
    }

    .sidebar-fixed.menu-scroll.menu-min .nav-list > li > .submenu {
        position: fixed;
        top: 15px;
        height: 1000px;
    }

    .sidebar-fixed.menu-min:not(.menu-scroll) .nav.nav-list {
        overflow: visible !important;
    }

    @media only screen and (max-width: 991px) {
        .menu-toggler-fixed {
            position: fixed !important;
            z-index: 1029 !important;
            left: 0 !important;
            top: 50px;
        }

        .sidebar-fixed {
            position: fixed !important;
            left: 0 !important;
        }

        .scroll-positions-fixed {
            position: fixed;
            left: 0px;
        }
    }


    .bottom15 {
        margin-bottom: 15px !important;
    }

    .vpadding-bottom-15 {
        padding-bottom: 15px !important;
    }

    .width-percent-100 {
        width: 100% !important;
    }

    a .icon-zoom-in:hover {
        text-decoration: none !important;
    }

    .btn .badge.badge-btn {
        background-color: white !important;
        font-weight: bold;
    }

    .btn-plain {
        outline: none;
        padding: 0;
        border: 0;
        box-sizing: none;
        background-color: transparent;
        text-align: left;
    }

    .display-none {
        display: none !important;
    }

    .popover {
        width: 100% !important;
    }

    /* -- XL modal -- */
    .modal-xl {
        width: 1400px;
    }

    @media (min-width: 1401px) {
        .modal-xl {
            width: 1400px;
        }
    }

    @media (min-width: 1102px) and (max-width: 1401px) {
        .modal-xl {
            width: 1100px;
        }
    }

    @media (min-width: 900px) and (max-width: 1102px) {
        .modal-xl {
            width: 800px;
        }
    }

    @media (min-width: 400px) and (max-width: 900px) {
        .modal-xl {
            width: 550px;
        }
    }

    .word-break-all {
        word-break: break-all !important;
    }

    .word-break-normal {
        word-break: normal;
    }

    .tree .tree-item, .tree .tree-folder .tree-folder-header {
        margin-left: 8px;
        margin-bottom: 13px;
    }


    .tree .tree-folder .tree-folder-content {
        margin-left: 28px;
    }

    .tree-folder-header a, .tree-item > a {
        visibility: hidden;
    }

    .tree-folder-header:hover a, .tree-item:hover > a {
        visibility: visible;
    }

    [class*='support-label-'] {
        text-transform: uppercase;
        font-size: 9px;
        border-width: 1px;
        border-style: solid;
        background-color: white;
        padding: 0 3px;
        z-index: 2;
        margin-right: 5px;
    }

    .support-label-category {
        border-color: #1A3D5B;
        color: #1A3D5B;
    }

    .support-label-type {
        border-color: #2C6AA0;
        color: #2C6AA0;
    }

    .support-label-item {
        border-color: #8CB8DF;
        color: #4e7aa1 !important;
    }

    .support-label-link {
        border-color: #BBD5EC;
        color: #5f7990;
    }

    .label-description {
        font-size: smaller !important;
        vertical-align: middle !important;
    }

    .well-success {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }

        .well-success hr {
            border-top-color: #c9e2b3;
        }

    .well-info {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1;
    }

        .well-info hr {
            border-top-color: #a6e1ec;
        }

    .well-warning {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc;
    }

        .well-warning hr {
            border-top-color: #f7e1b5;
        }

    .well-danger {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1;
    }

        .well-danger hr {
            border-top-color: #e4b9c0;
        }

    .dark-red {
        color: darkred !important;
    }

    tr.bkrd-orange {
        color: #cc7300;
    }

    tr.bkrd-green {
        background-color: green !important;
    }

    tr.bkrd-yellow {
        background-color: yellow !important;
    }

    tr.dark-green {
        color: darkgreen !important;
    }

    .tree .tree-folder .tree-folder-content:before {
        margin-top: 8px;
    }

    .skip-link:active, .skip-link:focus {
        position: fixed;
        color: black;
        background-color: white;
        padding: 3px;
        margin: 0;
        width: auto;
        height: auto;
        top: 0;
        left: 0;
        z-index: 10000;
        overflow: visible;
        clip: auto;
    }

    [tabindex='-1'] {
        outline: none;
    }

    /* Styles for scrollable content on details page */
    .scrollable {
        max-height: 165px;
        overflow: auto;
        overflow-x: hidden;
        padding-top: 6px;
    }

        .scrollable label {
            width: 100%;
        }

    /* Make bootstrap button drop down menu links have a pointer cursor on hover */
    .dropdown-menu a:hover {
        cursor: pointer;
    }

    /* Make popovers (the ones that come up when you hover over the '?') come in front of the navigation bar on the left. */
    .popover {
        z-index: 1050;
    }

    .dayslot {
        width: 6%;
    }

    .custom-chair {
        background: url(/Content/images/Custom/black-chair.png) left center no-repeat;
        width: 192px;
        height: 40px;
        display: block;
        margin-bottom: -40px;
        margin-top: -8px;
    }

    .select2-container .select2-selection--single .select2-selection__rendered {
        z-index: 1;
    }

    .select2-search-choice-close {
        z-index: 2;
    }

    a.buttons-columnVisibility[aria-controls='imatHistoryTable'] {
        height: 55px;
        white-space: normal;
    }

    .no-pad-horizontal {
        padding-left: 0;
        padding-right: 0;
    }

    span.no-pad-left {
        padding-left: 0;
    }

    .undo-delete-button.contact-btn-block, .contact-deleted {
        font-size: 2rem;
    }

    .callout + .deleted.callout {
        margin-top: 20px;
    }

    .delete-contact {
        position: relative;
        margin-top: 0;
    }

    .moreInfo {
        width: 10%;
        float: right;
    }

    .delete-contact .delete-button.corner-button {
        top: 10px;
    }

    @media (max-width: 767px) {
        .contact-btn-block {
            display: block;
            width: 100%;
            padding-left: 0;
            padding-right: 0;
        }

        .contact-has-numbers.contact-btn-block,
        .undo-delete-button.contact-btn-block {
            margin-top: 15px;
        }

        .topRequestbtn {
            margin-top: 0px !important;
            margin-right: 0px !important;
        }
    }


    /*
    508 tweaks
*/
    .accessible-input {
    }

    .accessible-input__label {
        position: absolute;
        left: -10000px;
        top: auto;
        width: 1px;
        height: 1px;
        overflow: hidden;
    }

    .login-form {
    }

    .login-form__accessible-input {
        margin-bottom: 11px;
    }

    .search-label {
        margin-bottom: 0;
        vertical-align: unset;
    }

    .search-label__caption {
        font-size: 21px !important;
        margin-top: 10px;
        margin-bottom: 10px;
        line-height: 1.1;
    }

    .too-many-sids {
        color: #d16e6c;
        padding-top: 5px;
    }

    .date-range input[type="text"] {
        z-index: auto;
    }

    .date-range__label {
        position: absolute;
        left: -10000px;
        top: auto;
        width: 1px;
        height: 1px;
        overflow: hidden;
    }

    .skin-1 .nav-list > li > a:focus, .skin-1 .menu-min .nav-list > li.open > a:focus, .skin-1 .nav-list > li.open > a:focus, .skin-1 .nav-list > li.active > a:focus {
        background-color: #414B51;
        color: #E1EAF1;
    }

    .skin-1 .nav-list > li > .submenu > li.active > a:focus, .skin-1 .nav-list > li > .submenu > li > a:focus {
        background-color: #414B51;
        color: #E1EAF1;
    }


    div.sidebar-shortcuts-large > a.btn-info:focus {
        background-color: #4f99c6 !important;
        border-color: #6fb3e0;
    }

    div.sidebar-shortcuts-large > a.btn-success:focus {
        background-color: #629b58 !important;
        border-color: #87b87f;
    }

    div.sidebar-shortcuts-large > a.btn-warning:focus {
        background-color: #e59729 !important;
        border-color: #ffb752;
    }

    div.sidebar-shortcuts-large > a.btn-danger:focus {
        background-color: #b74635 !important;
        border-color: #d15b47;
    }

    .font-size-label {
        font-size: 1.4rem;
    }

    span.select2 + button.close {
        margin-top: -30px;
    }

    h4.lighter > i.fas, h4.lighter > i.far {
        margin-right: 10px;
    }

    .widget-toolbar-overflow-container {
        height: 45px;
        width: 100%;
    }

    .widget-toolbar-overflow-header {
        display: inline-block;
        margin-left: 12px;
        margin-right: 12px;
    }

    .widget-toolbar-overflow-toolbar {
        display: inline-block;
        float: right;
        margin-top: 5px;
    }

    .widget-header-grey {
        background-color: rgb(248, 248, 248);
    }

    .widget-toolbar-header {
        display: block;
        margin-left: 12px;
        margin-right: 12px;
    }

    .widget-toolbar-header > .btn-group {
        float: right;
        padding-top:5px;
    }

.js-accessible-radio-span:before,
.js-accessible-checkbox-span:before {
	border-color: rgba(82,168,236,.8) !important;
	-webkit-box-shadow: 0 0 8px rgba(82,168,236,.6) !important;
	box-shadow: 0 0 8px rgba(82,168,236,.6) !important;
}

textarea,
input[type] {
    color: #767676 !important;
}

.form-group.has-info label {
    color: #61779c !important;
}

span.btn-success, span.btn-success:focus {
    background-color: #518249 !important;
    border-color: #518249;
}

.form-group.has-error .control-label, .form-group.has-error .help-block, 
.form-group.has-error .help-inline {
    color: #bb5856 !important;
}

.btn-group-vertical > .btn:focus, .btn-group > .btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px;
}

input[type].btn-primary{
    color: #fff !important;
}

button.btn-warning, button.btn-warning:focus{
    background-color:#ad6500!important;
    border-color:#ad6500;
}

button.btn-info, button.btn-info:focus {
    background-color: #387ca9 !important;
    border-color: #387ca9;
}
}

@-ms-viewport {
    width: auto !important;
}

h3.green {
    color: #40811d !important;
}

li.selected {
    background-color: gainsboro !important;
}

.btn-link {
    background: transparent;
    color: #337ab7;
    text-decoration: none;
}

.btn-link:hover {
    text-decoration: underline;
}

.truncate-cell {
    -webkit-mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
    mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
    height: 150px;
    max-height: 150px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    overflow: hidden;
    max-height: 150px;
    max-width: 150px;
    align-items: center;
}

.label-stacked {
    padding-left: 15px !important;
    margin-bottom: 5px !important;
}

.modal-65 {
    width: 65%;
    max-Width: 1200px;
}

.modal-70 {
    min-width: 900px;
    width: 70%;
}

.modal-75 {
    min-width: 900px;
    width: 75%;
}

.modal-80 {
    min-width: 900px;
    width: 80%;
}

.modal-40 {
    min-width: 400px;
    width: 40%;
}

.widget-toolbar > .btn-group > button {
    margin-left: 7px;
    margin-top: 2px;
}

.widget-toolbar > .btn-group > .btn-group > button {
    margin-top: 4px;
}
