/* Minification failed. Returning unminified contents.
(1786,47): run-time error CSS1046: Expect comma, found '0'
(1786,51): run-time error CSS1046: Expect comma, found '/'
(1787,39): run-time error CSS1046: Expect comma, found '0'
(1787,43): run-time error CSS1046: Expect comma, found '/'
 */
body {
}
/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html,body,p,div,img,h1,h2,h3,h4,li,ul,ol,dl,dd,dt,form {
	margin:0;  
	padding:0;  
	border:0;  
	border-collapse:separate;  
	border-spacing:0;
}


.biOnscreenTable th {
    color: #fff !important;
    background-color: #0122A0 !important;
}

.biNum {
    text-align: right;
}

.biSum {
    background-color: #dff2ff !important;
}

.biExpandCollapse, .biExpandCollapseLevel {
    cursor: pointer !important;
}

#map {
    width: 100%;
    height: 800px;
    /*margin-bottom: 25px;*/
}

#legend {
    position: relative;
    width: 1000px;
    height: 30px;
    margin-top: 10px;
    text-align: left;
}

#legendGradient {
    width: 400px;
    height: 20px;
    text-align: left;
    text-decoration: double;
    border: 1px solid black;
}

.container-fluid {
    width: 97% !important;
}

#mainbody {
    background-color: #EBEBEB !important;
}

/*h5{
    line-height:34px;
    text-align:right;
}*/

.input-group-addon {
    border-radius: 10px;
    background: rgb(1, 34, 160);
    color: #fff;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    font-size: 12px;
}

.input-group > .form-control {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.selectpicker {
    border-radius: 10px !important;
}

input, select, button, textarea, .btn {
    border-radius: 10px !important;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.btn-group > .btn:last-child:not(:first-child):not(.dropdown-toggle) {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.btn-group {
    display: flex;
}

.tab-content {
    border-radius: 0 10px 10px 10px;
}

.jumbotron {
    background: #FAF8F8;
    box-shadow: 0 2px 5pt -3px #080707;
    padding: 20px;
    border-radius: 15px;
}

.PageContainer {
    border-radius: 15px;
}

.well {
    background: #f0f0f0;
}

.modal-header button.close span {
    font-size: 40px;
    position: relative;
    top: -15px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    /*color:#686868 !important;*/
}

.ui-datepicker {
    z-index: 999999999 !important;
}

.navbar-brand {
    padding: 12px 0 0 16px;
}

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #DFF2FF;
    color: #000000;
}

.WhiteTable tbody {
    background: #fff;
}

.btn-danger-disabled {
    color: #fff !important;
    background-color: #C38479;
    border-color: #C38479;
}

.WhiteTable .TrSelected td span {
    color: #fff;
}

.dataTable .TrSelected td span {
    color: #fff;
}

.btn-default {
    background-color: #f5f5f5;
    border-color: #a9a9a9;
}

.form-control {
    border-color: #a9a9a9;
    height: 37px;
}

.progress {
    height: 35px;
}

.ui-corner-all {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.ui-widget-content {
    background: #FBFBFB;
    box-shadow: 0 0 10pt -1pt #000;
    border: 1px solid #c5c5c5;
}

.progress-bar {
    padding-top: 5px;
}

.AddonRightBorder {
    border-right: 1px solid #cccccc !important;
}

.modal-footer-left {
    text-align: left;
}

.bootstrap-select > .selectpicker {
    background-color: #fff;
    padding: 9px 28px;
}

.glyphicon {
    font-family: 'Glyphicons Halflings' !important;
}

.panel-heading {
    padding: 0;
}

.panel-primary > .panel-heading {
    color: #000000;
    font-weight: bold;
}

.panel-group .panel-title a {
    display: block;
    width: 80%;
    padding: 10px 15px;
}


/*Infinite Sub menus */
.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: 0;
        margin-left: -1px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: "\e080";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
       /* border-style: solid;*/
        border-width: 5px 0 5px 5px;
        border-left-color: #cccccc;
        margin-top: 5px;
        margin-right: -4px;
        font-family: 'Glyphicons Halflings' !important;
        font-size:8px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #ffffff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
        }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover {
    background: #ADE0F0;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background: #ADE0F0;
}

.nav-tabs > li > a {
    /*background: #e1e1e1;*/
    background: rgb(1, 34, 160);
    border-radius: 10px 10px 0 0;
    /*color: #000;*/
    color: #fff;
    box-shadow: 0 -3px 3pt -4px #080707;
    border-radius: 10px 10px 0 0 !important;
}

.nav-tabs {
    border-bottom: none;
}

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        background-color: #f5f5f5;
    }

.tab-content {
    border-bottom: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f5f5f5+0,dddddd+99 */
    background: #f5f5f5; /* Old browsers */
    background: -moz-linear-gradient(top, #f5f5f5 0%, #dddddd 99%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f5f5f5 0%,#dddddd 99%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f5f5f5 0%,#dddddd 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
    box-shadow: 0 3px 2pt -3px #080707;
}

fieldset {
    border: none;
}

.visually-hidden {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap; /* added line */
}

.btn-primary {
    color: #000000;
    font-weight: bold;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.open .dropdown-toggle.btn-primary {
    outline: 2px solid blue;
    outline-offset: 1px;
}

.btn-primary:active {
    font-size: 14px;
}

.btn-info {
    color: #000000;
    font-weight: bold;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.open .dropdown-toggle.btn-primary {
    outline: 2px solid blue;
    outline-offset: 1px;
}

.btn-info:active {
    font-size: 14px;
}

.btn-success {
    color: #000000;
    font-weight: bold;
}

.btn-xs:hover,
.btn-xs {
    color: #000000;
    font-weight: bold;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.open .dropdown-toggle.btn-success {
    outline: 2px solid blue;
    outline-offset: 1px;
}

.btn-warning {
    color: #000000;
    font-weight: bold;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
    outline: 2px solid blue;
    outline-offset: 1px;
}

.btn-danger {
    color: #000000;
    font-weight: bold;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    outline: 2px solid blue;
    outline-offset: 1px;
    }

.BlackColorBTag {
    color: #000000;
}

#chartjs-tooltip {
    opacity: 1;
    position: absolute;
    background: rgba(0, 0, 0, .7);
    border-radius: 3px;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
    pointer-events: auto !important;
    cursor: pointer;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 9;
}

.chartjs-tooltip-key {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 2px;
}

caption {
    color: #000000;
    font-size: 200%;
    font-weight: bold;
    text-align: left;
    margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-bottom: 48px;
    }

    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-left: 20px;
        padding-right: 20px;
    }
    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 32px;
    }
}


textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
input[type="button"]:focus,
input[type="submit"]:focus,
#ExpandCollapse:focus,
#OpenCloseParams:focus,
.form-control:focus,
.bootstrap-select .dropdown-toggle:focus,
a:focus,
textarea:hover,
input[type="text"]:hover,
input[type="password"]:hover,
input[type="radio"]:hover,
input[type="checkbox"]:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
#ExpandCollapse:hover,
#OpenCloseParams:hover,
.form-control:hover,
.bootstrap-select .dropdown-toggle:hover,
a:hover {
    outline: 2px solid blue !important;
    outline-offset: 1px;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active {
    outline: 2px solid blue;
    outline-offset: 1px;
}

.confirm:focus, .cancel:focus, label.btn.btn-primary:focus {
    outline: 2px solid blue !important;
    outline-offset: 1px;
}

/* ----- styles to make menu links look like menu links in previous version of bootstrap --------- */
.navbar-default .navbar-nav > li > a {
    color: #fff;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #3498db;
}

.dropdown-menu {
    padding: 0;
    margin-right: -2px;
    margin-left: -2px;
}

.dropdown-menu > li > a {
    padding: 12px 15px;
}

.dropdown-menu .divider {
    height: 1px;
    margin: .5px 0;
    background-color: #000;
}

label {
    font-weight: normal;
}

.jumbotron p {
    font-size: inherit;
}

.form-control, input {
    padding: 7px;
}
/* ----- end styles to make menu links look like menu links in previous version of bootstrap --------- */

.inlineblock {
    display:inline-block;
}

/*-------------------------------------Date Picker WCAG changes--------------------------------------*/

.ui-datepicker-month:hover, .ui-datepicker-year:hover, .ui-datepicker-close:hover,
.ui-datepicker-month:focus, .ui-datepicker-year:focus, .ui-datepicker-close:focus {
    outline: 2px solid blue !important;
    outline-offset: 1px;
}

.datepadding {
    padding-right: 10px;
}

.ui-datepicker-trigger {
    display: inline;
    padding: 0px;
    padding-left: 3px;
    vertical-align: baseline;
    position: absolute;
}

 .ui-datepicker-trigger img {
     width: 25px;
     height: 25px;
     margin-top: 5px;
 }

.offscreen {
    position: absolute;
    width: 1px;
    height: 1px;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    margin: 0;
    padding: 0;
}

button.ui-datepicker-trigger {
    background-color: transparent !important;
    border: none !important;
    margin: auto !important;
}

button.ui-datepicker-trigger:focus,
button.ui-datepicker-trigger:hover,
button.ui-datepicker-trigger:active {
    outline: 1px solid blue !important;
    outline-offset: 1px;
 }
/*------------------------------------------------------------------------------------------*/
.ScheduleMarginRight{
    margin-right:350px !important
}

.bootstrap-select > .dropdown-toggle {
    height: 37px;
    background-color:#fff;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}

.btn-primary.dashradio.active.focus, .btn-primary.dashradio.active:focus, .btn-primary.dashradio.active:hover {
    outline: 2px solid blue !important;
    outline-offset: 1px;
}

.dropdown-menu > .active > a.rptitem, .dropdown-menu > .active > a.rptitem:hover {
    background: #fff;
}

.dropdown-menu > li > a.rptitem:hover, .dropdown-menu > li > a.rptitem:focus {
    background: #fff;
}
 .sweet-alert .sa-icon {
    forced-color-adjust: none;
}

a.navbar-brand:focus, a.navbar-brand:hover, a.quicksearch:focus, a.quicksearch:hover, a.srmlnk:focus, a.srmlnk:hover {
    outline: 2px solid white !important;
    outline-offset: 1px;
}
.TopLevel > a.dropdown-toggle:focus, .TopLevel > a.dropdown-toggle:hover {
    outline: 2px solid white !important;
    outline-offset: 1px;
}

.nav-item > a.nav-link.dropdown-toggle:focus, .nav-item > a.nav-link.dropdown-toggle:hover {
    outline: 2px solid white !important;
    outline-offset: 1px;
}

.nav-tab-hover-background-color:hover {
    background-color: black !important;
    outline: 2px solid black !important;
}


.bs-caret::before {
    font-family: 'Glyphicons Halflings' !important;
    content: "\e114";
    font-size: 10px;
}

.bs-caret .caret {
    display: none
}

.caretmenu::before {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    font-family: 'Glyphicons Halflings' !important;
    content: "\e114";
    font-size: 10px;
    margin-bottom: 17px;
}

.Marginright{
    margin-right: 5px;
}
.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
    background-color: #4169E1;
    border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
    color: #fff;
}

.tooltip-inner {
    background-color: #f5dca2 !important;
    /*!important is not necessary if you place custom.css at the end of your css calls. For the purpose of this demo, it seems to be required in SO snippet*/
    color: black;
    font-weight: bold;
    max-width: 500px !important;
    text-align:left;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #00acd6;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #00acd6;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #00acd6;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #00acd6;
}

.multi-list {
    list-style:none;
    float: left;
}

.clear {
    clear: both;
}
/*Random Styles*/
.BoxShadow {
    box-shadow: 0 2px 9pt -2pt #3A3A3A;
}

.HoverMe:hover {
    cursor: pointer;
}

.NoHover {
    cursor: not-allowed;
}

    .NoHover:hover {
        cursor: not-allowed;
    }

.HoverTable tbody tr:hover td {
    cursor: pointer;
    background: #95a5a6 !important;
    color: #ecf0f1 !important;
}

.SmallSquare {
    height: 25px;
    width: 25px;
}

.NoDisplay {
    display: none;
}

.NoDisplayImportant {
    display: none !important;
}

.NoTableBorder td {
    border: none;
    border-top: none !important;
}

.NoList {
    list-style: none;
    margin-left: 10px;
}

.SpaceList li {
    margin-bottom: 10px;
}

    .SpaceList li:last-child {
        margin-bottom: 0 !important;
    }

.ListInline {
    list-style: none;
}

    .ListInline li {
        display: inline-block;
    }

/*Margins*/
.MarginTop5 {
    margin-top: 5px;
}

.MarginTop10 {
    margin-top: 10px;
}

.MarginTop15 {
    margin-top: 15px;
}

.MarginTop20 {
    margin-top: 20px;
}

.MarginTop25 {
    margin-top: 25px;
}

.MarginTop50 {
    margin-top: 50px;
}

.MarginRight5 {
    margin-right: 5px;
}

.MarginRight10 {
    margin-right: 10px;
}

.MarginRight15 {
    margin-right: 15px;
}

.MarginRight20 {
    margin-right: 20px;
}

.MarginRight25 {
    margin-right: 25px;
}

.MarginBottom15 {
    margin-bottom: 15px;
}

.MarginLeft5 {
    margin-left: 5px;
}

.MarginLeft10 {
    margin-left: 10px;
}

.MarginLeft20 {
    margin-left: 20px !important;
}


/*Paddings*/
.Padding10 {
    padding: 10px;
}

.Padding15 {
    padding: 15px;
}

.Padding20 {
    padding: 20px;
}

.PaddingTop20 {
    padding-top: 20px;
}

.PaddingTop30 {
    padding-top: 30px;
}

/*Display*/
.Left {
    float: left;
}

.CenterMargin {
    margin: 0 auto !important;
}

.Center {
    text-align: center;
}

.MakeBlock {
    display: block !important;
}

.InlineBlock {
    display: inline-block;
}

/*Widths*/
.Width100 {
    width: 100%;
}

.RWidth50 {
    width: 100%;
}

.Width250 {
    width: 100%;
}

.Width80P {
    width: 80% !important;
}

.Width5P {
    width: 90px;
}

.RCol10 {
    margin-top: 10px;
}

.RCol20 {
    margin-top: 20px;
}

.CenterResponsiveText {
    text-align: center;
}

/*Forms*/
.input-group-padding {
    padding: 6px 12px;
}


/*Text Colors*/
.WhiteText {
    color: #ecf0f1;
}

.WhiteLinkDark {
    color: #ecf0f1;
}

    .WhiteLinkDark:hover {
        color: #bdc3c7;
    }

.WhiteTextTable tr td {
    color: #ecf0f1;
}

.WhiteButtonText {
    color: #ecf0f1 !important;
}

.RedText {
    color: #e74c3c;
    font-weight:bold;
}

.RequiredText {
    color: #d32525;
    font-weight: bold;
}

.GreenText {
    color: #27ae60;
}

.BlueText {
    color: #0000cd;
}

.GrayText {
    color: #757575;
}

.BlackText {
    color: #34495e;
}

.DarkBlackText {
    color: #000000;
}

.DarkBlackTextBold {
    color: #000000;
    font-weight: bold;
}

.WhiteGlyph, .WhiteGlyph a {
    color: #ecf0f1;
}

a:hover .glyphicon {
    color: #3498db !important;
}

.BlackTBS {
    color: #34495e;
    text-shadow: 0 0 1pt #000;
}


/*Background Colors*/
.BlackBackground {
    background: #34495e;
}

.GreenBackground {
    background: #27ae60;
}

.TurquoiseBackground {
    background: #16a085;
}

.BlueBackground {
    background: #2980b9;
}

.PurpleBackground {
    background: #8e44ad;
}

.RedBackground {
    background: #e74c3c;
}

.GrayBackground {
    background: #ededed;
}

.WhiteBackground {
    background: #fff;
}

.GrayBorder {
    border: 1px solid #ccc;
}

/*Text*/
.TextRight {
    text-align: right;
}

.SmallText {
    font-size: 10pt;
}

.HorizontalScroll {
    width: 100%;
    overflow: auto;
}

.H1FontSize {
    font-size: 26px;
}

.H2FontSize{
    font-size: 19px;
}

.H3FontSize {
    font-size: 15px;
}

.H4FontSize {
    font-size: 13px;
}

.ExpandCollapseButton {
    background-color: Transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
}
/*
----------------------------------------------------------------------------
Copyright (c) Microsoft Corporation.
Licensed under the MIT license.
----------------------------------------------------------------------------
*/

body {
    font-family: 'Segoe UI Web Light', 'Segoe UI Light', 'Segoe WP Light', 'Segoe UI', 'Segoe WP', Tahoma, Arial, sans-serif
}

#embedContainer {
    min-width: 800px;
    height: calc(0.5625 * 100vw);
    width: 100%;
}

#dashboardContainer {
    min-width: 800px;
    height: calc(0.5625 * 64vw); /* 16:9 aspect ratio */
    width: 60%;
}

@media only screen and (max-width: 1333.33px) {
    #embedContainer, #dashboardContainer {
        height: calc(0.5625 * 100vw);
    }
}

#buttonsWrapper {
    width: 100%;
    text-align: center;
    padding-top: 50px;
}

a:hover, a:visited, a:link, a:active {
    text-decoration: none;
    cursor: pointer;
}

#buttonsWrapper a {
    background-color: rgb(36, 169, 225);
    border: none;
    color: white;
    padding: 5px 30px;
    margin: 5px;
    width: 200px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
}

#buttonsWrapper a:hover {
   font-size: 120%;
}

#tileContainer {
    width: 400px;
    height: 350px;
}

.infoBox {
    margin-top: 30px;
}

iframe {
    border: none;
}

a {
    text-decoration: none;
}

.maxlength-feedback {
    font-size: 75%;
}

.maxlength-full {
    background-color: red;
}

.maxlength-overflow {
    background-color: #fcc;
}

.maxlength-disabled {
    opacity: 0.5;
}

#txtDescription + .maxlength-feedback {
    display: block;
    width: auto;
    text-align: left;
}

#txtChangeDescription + .maxlength-feedback {
    display: block;
    width: auto;
    text-align: left;
}

#txtEditAddAddtionalNote + .maxlength-feedback {
    display: block;
    width: auto;
    text-align: left;
}


#txtEditAddAddtionalILNote + .maxlength-feedback {
    display: block;
    width: auto;
    text-align: left;
}

.glyphicon {
    font-family: 'Glyphicons Halflings' !important;
}

* {
    font-size: 13px;
    color: #3c3c3c;
    font-family: 'Montserrat', sans-serif !important;
}


/** {
    color: #757575;
    font-size: 13px;
    font-family: 'Raleway', sans-serif;
}*/

h1, h2, h3, h4, h5 {
    font-weight: 500;
}

.dataTables_filter {
}

.dataTables_info {
}

.dataTables_length {
    display: none;
}

.dataTables_paginate {
    display: none;
}

.dt-scroll-headInner table {
    margin-bottom: 0;
}

table.dataTable th.dt-type-numeric div.dt-column-header, 
table.dataTable th.dt-type-numeric div.dt-column-footer, 
table.dataTable th.dt-type-date div.dt-column-header, 
table.dataTable th.dt-type-date div.dt-column-footer, 
table.dataTable td.dt-type-numeric div.dt-column-header, 
table.dataTable td.dt-type-numeric div.dt-column-footer, 
table.dataTable td.dt-type-date div.dt-column-header, 
table.dataTable td.dt-type-date div.dt-column-footer {
    flex-direction: row;
}

table.dataTable th.dt-type-numeric, table.dataTable th.dt-type-date, table.dataTable td.dt-type-numeric, table.dataTable td.dt-type-date {
    text-align: left;
}


.SRMBody .lbl {
    text-align: right;
    line-height: 30px;
}

.SRMBody .jumbotron {
    padding: 25px;
}

.SRMBody .panel:hover .panel-title a {
    color: #000000 !important;
    font-weight: bold;
}

.ImportantRow td {
    color: #b94a48 !important;
}

.CheckoutHeader {
    padding-bottom: 7px;
    border-bottom: 1px solid #ccc;
}

#ProgressContainer {
    position: fixed;
    height: 300px;
    width: 400px;
    z-index: -1;
}

#SpinnerContainer i {
    font-size: 150px;
    color: #43ac6a;
    text-shadow: 0 0 5pt #000;
}

.OverflowContainer {
    width: 100%;
    overflow: auto;
}

.MaxHeight500 {
    max-height: 500px;
    overflow: auto;
}

.OpenCloseParamsContainer {
    position: relative;
    color: #0000cd;
}

.OpenCloseParams {
    position: absolute !important;
    font-size: 15px;
    top: -11px !important;
    left: -11px;
    font-weight: 800;
    background-color: Transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
}

/*.ClearFont {
    font-family: sans-serif !important;
}

    .ClearFont tr td {
        font-family: sans-serif !important;
    }

    .ClearFont tr td a {
        font-family: sans-serif !important;
    }*/

a {
    color: #0000cd;
    text-decoration: none !important;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.spinner {
    position: fixed !important;
}

.table hr {
    margin: 0 !important;
}

#CompanyName {
    color: #fff;
    font-size: 19px;
}

a:hover {
    color: #3498db;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

#BodyContainer {
    margin: 25px auto 75px auto;
}

body, html {
    min-height: 100%;
}

#TrackingDetailDiv {
    max-height: 600px;
    overflow: auto;
}

#mainbody {
    background: #7f8c8d; /* Old browsers */
    background: -moz-linear-gradient(top, #ecf0f1 1%, #ecf0f1 37%, #7f8c8d 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ecf0f1), color-stop(37%,#ecf0f1), color-stop(100%,#7f8c8d)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ecf0f1 1%,#ecf0f1 37%,#7f8c8d 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ecf0f1 1%,#ecf0f1 37%,#7f8c8d 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ecf0f1 1%,#ecf0f1 37%,#7f8c8d 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ecf0f1 1%,#ecf0f1 37%,#7f8c8d 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecf0f1', endColorstr='#7f8c8d',GradientType=0 ); /* IE6-9 */
}



footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 30px;
    background-color: #333;
    padding: 5px 0 0 0;
}

    footer div {
        color: #fff;
    }

        footer div a {
            color: #3498db;
        }

.PageContainer {
    padding: 25px;
    background: #FAF8F8;
    box-shadow: 0 9px 13pt 7pt #18252A;
}

    .PageContainer .CILogo {
        display: inline-block;
        max-width: 50px;
        margin-right: 15px;
    }

.CustomHr {
    height: 10px;
    background: #d35400;
    border: none;
    width: 100%;
}

.ReportContainer {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 60%;
}

    .ReportContainer .Frame {
        position: absolute;
        top: 0;
        left: 0;
    }

.ReportParametersContainer {
    position: relative;
}

    .ReportParametersContainer > h4 {
        color: #0000cd;
        text-shadow: 0 1px 5px #fff;
    }

.ReportParametersContainerMM {
    position: absolute !important;
    font-size: 15px;
    top: -3px !important;
    left: -5px;
    font-weight: 800;
}

#DataGrid {
    /*display: none;*/
}

.MCLPagination {
    list-style: none;
}

    .MCLPagination li {
        display: inline-block;
        border-radius: 4px;
        border: 1px solid #34495e;
    }

    .MCLPagination a {
        display: block;
        padding: 6px 12px;
        color: #0000cd;
        font-size: 13px;
        -webkit-transition-duration: 0.0s;
        -moz-transition-duration: 0.0s;
        -o-transition-duration: 0.0s;
        transition-duration: 0.0s;
    }

        .MCLPagination a:hover {
            background: #34495e;
            color: #fff;
            -webkit-transition-duration: 0.0s;
            -moz-transition-duration: 0.0s;
            -o-transition-duration: 0.0s;
            transition-duration: 0.0s;
        }

    .MCLPagination li .Active {
        background: #34495e;
        color: #fff;
    }

.DashContainer {
    list-style: none;
    overflow: none;
}

.DashContainerItem {
    background: #e5e5e5; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, #e5e5e5 0%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#e5e5e5), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, #e5e5e5 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, #e5e5e5 0%,#ffffff 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, #e5e5e5 0%,#ffffff 100%); /* IE10+ */
    background: radial-gradient(ellipse at center, #e5e5e5 0%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    height: 515px;
    padding: 19px;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 5pt -3px #080707;
    float: left;
    width: 100%;
    margin-right: 2%;
    overflow: visible;
}

.SortLI {
    height: 100px !important;
}

    .SortLI:hover {
        box-shadow: 0 0 1px 2px #7f8c8d;
        cursor: pointer;
    }

.SortLIDragging {
    box-shadow: 0 0 1px 2px #3498db;
    width: 48%;
    height: 100px;
    float: left;
    padding: 19px;
    margin-bottom: 20px;
    border-radius: 10px;
    margin-right: 2%;
}

.DashContainerItem .DragSorting {
    color: #34495e;
    font-size: 15pt;
    text-align: center;
    padding: 25px;
}

.ReportParametersContainerMM:hover {
    color: #43ac6a !important;
    cursor: pointer;
}

.TrSelected td {
    background: #0000cd !important;
    color: #fff !important;
}

    .TrSelected td a {
        color: #72C7FF;
    }

        .TrSelected td a.btn {
            color: #000000;
        }

.SelectTable {
}

    .SelectTable tr td:hover {
        cursor: pointer;
    }

.GLForm input[type=submit], .GLForm input[type=button] {
    width: 100%;
    padding: 3px;
}

.GLForm input[type=text] {
    padding: 3px;
    font-size: 11px;
    height: 25px;
}

.GroupTable td {
    border-top: none !important;
}

.GroupTable .NewRow td {
    border-top: 2px solid #95a5a6 !important;
}

.PageNotFound {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    z-index: -1;
}

.dataTables_scrollBody {
    /*min-height: 350px;*/
    background: #fff;
}

.PagingEllipsis {
    padding: 0 15px;
    border: none !important;
    font-size: 22px;
}

.DisabledSelectOption {
    color: red;
    background: #ccc;
}

.DisabledReport {
    cursor: not-allowed !important;
    background: none !important;
    color: #fff !important;
}



#TrancodeReportChargeContainer {
    background: #fff;
    padding: 20px 10px 10px 10px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.TrancodeReportChargeCheckbox {
    position: relative;
    top: 7px;
    right: 25px;
    display: inline-block
}

#ChargeAccordion {
    max-height: 400px;
    overflow: auto;
}

#ChargeAccordion a {
        display: inline-block;
 }

 #ChargeAccordion .panel-body {
        max-height: 300px;
        overflow: auto;
 }

.BSAccordion {
    max-height: 500px;
    overflow: auto;
}

    .BSAccordion .panel-body {
        max-height: 400px;
        overflow: auto;
    }

.CustomHierarchyTable > div {
    height: 625px;
}

.CustomHierarchyTable table tbody div {
    max-height: 450px;
    overflow: auto;
}

.CustomHierarchyTable .dataTables_length {
    display: none;
}

#IncludedTable_filter {
    float: left !important;
}

.CustomHierarchyBox {
    background: #efefef;
    box-shadow: 0 0 4pt -1pt #000;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48 !important;
}

    .field-validation-error span {
        color: #b94a48 !important;
    }

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors ul li {
    color: #e74c3c;
    list-style: none;
}

.validation-summary-valid {
    display: none;
}

.navbar-brand img {
    width: 25px;
}

.progress.active .progress-bar {
    -webkit-transition: none !important;
    transition: none !important;
    width: 100%;
}

.progress-border {
    border-radius: 20px !important;
    border: 2px solid transparent;
}

.screenreader-text {
    position: absolute;
    left: -999px;
    width: 1px;
    height: 1px;
    top: auto;
}

.screenreader-text:focus {
    color: blue;
    display: inline-block;
    height: auto;
    width: auto;
    position: static;
    margin: auto;
}

/* Login Widget styles */
.aw-usb-authenticate.borderStyle {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
    background: #f0f0f0!important;
}

#login-in-to-account {
    display: none;
}

.aw-usb-authenticate label {
    border-radius: 10px;
    background: #0122a0;
    color: #fff;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    font-size: 12px;
    padding: 8px 12px;
}

.aw-usb-authenticate label#--label {
    border-radius: initial;
    background: #f0f0f0!important;
    color: initial;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    font-size: initial;
}

.aw-usb-authenticate input[type=text], .aw-usb-authenticate input[type=password] {
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important;
    width: 91%;
    padding: 5px!important;
    border: 1px solid #a9a9a9;
    height: 32px;
}

.aw-usb-authenticate button.usb-button.login-button-continue {
    border-radius: 10px;
    background: #0122a0;
    color: #fff;
    border: 1px solid #ccc!important;
    font-size: 12px;
    padding: 6px;
    width: 90px!important;
}

.aw-usb-authenticate .rememberCheckbox {
    padding: 0!important;
}

.aw-usb-authenticate .error > *, .aw-usb-authenticate .error span,
.aw-usb-authenticate .error-text__container > *, .aw-usb-authenticate .error-text__container p,
#LoginWidgetApp .error > *, #LoginWidgetApp .error span,
#LoginWidgetApp .error-text__container > *, #LoginWidgetApp .error-text__container p {
    display: inline-block;
    color: #e74c3c;
    font-weight: bold;
}

.aw-usb-authenticate #aw-personal-id.error label,
.aw-usb-authenticate #aw-password.error label {
    color: #fff;
    font-weight: normal;
}

.aw-usb-authenticate #aw-password.error button {
    color: #222;
    font-weight: normal;
}

.aw-usb-authenticate #aw-password .usb-input__show-hide {
    margin-left: 3px;
}

.aw-usb-authenticate .rememberCheckbox #defaultFor {
    margin-right: 3px;
}

.aw-usb-authenticate .rememberCheckbox .svg-icon.check.light {
    display: none;
}

.aw-usb-authenticate .svg-icon.warning-icon path,
.aw-usb-authenticate .svg-icon.error path {
    color: #e74c3c;
    fill: currentColor;
}

.aw-usb-authenticate .error h2 {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 1.5em!important;
}

.PassWeak {
    color: #000;
    /*box-shadow: 0 0 1px 1px #ff0000 !important;*/	
    background: rgba(255, 0, 0, 0.6);
}

.PassNormal {
    color: #000;
	/*box-shadow: 0 0 1px 1px #d35400 !important;*/	
    background: rgba(255, 106, 0, 0.89);
}

.PassMedium {
    color: #000;
    /*box-shadow: 0 0 1px 1px #f1c40f !important;*/	
    background: rgba(241, 196, 15, 0.6);
}

.PassStrong {
    color: #000;
    /*box-shadow: 0 0 1px 1px #27ae60 !important;*/	
    background: rgba(39, 174, 96, 0.6);
}



/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

@media(max-width:767px) { /*for small devices that need overriding while small */

}

@media(max-width:500px) { /*for small devices that need overriding while small */

}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    .CenterResponsiveText {
        text-align: left;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) { 	
    .RWidth50 {
        width: 50%;
    }

    .RCol10 {
        margin-top: 0;
    }

    .RCol20 {
        margin-top: 0;
    }

    .Width250 {
        width: 250px;
    }

    .modal-lg {
        width: 1200px;
    }

    .DashContainerItem {
        width: 48%;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 	
    .LH2 {
        position: relative;
        top: 7px;
    }

    .ScheduledTable {
        width: 50%;
    }
}
