/* Minification failed. Returning unminified contents.
(1335,13): run-time error CSS1038: Expected hex color, found '#ffff'
(3746,47): run-time error CSS1046: Expect comma, found '0'
(3746,51): run-time error CSS1046: Expect comma, found '/'
(3747,39): run-time error CSS1046: Expect comma, found '0'
(3747,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;
}*/

/*Bootstrap 4 Compatible Input Group Styling*/
.input-group {
    position: relative;
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    width: 100%;
}

.input-group-text,
.input-group-addon {
    background: rgb(1, 34, 160);
    color: #fff;
    font-size: 12px;
    border: 1px solid rgb(1, 34, 160);
    padding: 0.375rem 0.75rem !important;
    display: flex !important;
    align-items: center !important;
    white-space: nowrap;
    border-radius: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .form-control {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
}

/* Bootstrap 3 input-group border radius handling */
/* First child - rounded left, square right */
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

/* Last child - square left, rounded right */
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn:not(:first-child) {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

/* Not first or last - no rounded corners */
.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}

/* Date picker override - keep right border radius */
.input-group .DatePicker,
.input-group input.hasDatepicker,
.input-group input[id*="Date"],
.input-group input[name*="Date"],
.input-group .form-control.hasDatepicker {
    border-radius: 0 !important;
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

/* Bootstrap 4 input-group-text with equal-width modifier */
.input-group-text-equal {
    min-width: 140px;
    width: 140px;
    justify-content: flex-start;
}

/* Login form styling */
.FormLoading, .LoginForm {
    border-radius: 8px !important;
/*    padding: 20px !important;*/
}


.LoginNewsFeed {
    background: #f0f0f0;
    padding: 15px;
    border-radius: 8px;
}

.selectpicker {
    border-radius: 10px !important;
}

/* Ensure selectpicker works in Bootstrap 3 mode */
select.selectpicker {
    display: none !important; /* Hidden by bootstrap-select plugin */
}

/* Bootstrap-select wrapper should be visible */
.bootstrap-select {
    display: inline-block !important;
    position: relative;
}

/* Make sure bootstrap-select button is visible */
.bootstrap-select button.btn {
    display: inline-block !important;
    background-color: #fff !important;
    border: 1px solid #a9a9a9 !important;
}

/* Ensure btn-default gets proper styling */
.bootstrap-select button.btn-default {
    background-color: #fff !important;
    border: 1px solid #a9a9a9 !important;
    color: #555 !important;
}

input, select, button, textarea, .btn {
    border-radius: 10px !important;
}

.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
    margin-top: 0;
    margin-left: 10px;
}

.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;
}

/* Bootstrap 3 Button Base Styles */
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn.focus, 
.btn:focus, 
.btn:hover {
    color: #333;
    text-decoration: none;
}

/* Button Groups */
.btn-group-vertical > .btn, 
.btn-group > .btn {
    position: relative;
    float: left;
}

/* Small Buttons */
.btn-group-sm > .btn, 
.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

/* Tab content border-radius moved to main tab-content definition below */

.jumbotron {
    background: #FAF8F8;
    box-shadow: 0 2px 5pt -3px #080707;    
    border-radius: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    /*background-color: #eee;*/
}

.PageContainer {
    border-radius: 15px;
}

.well {
    background: #f0f0f0;
    padding: 19px;
    margin-bottom: 20px;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

/*Bootstrap 4 Modal Header Close Button Styling*/
.modal-header .close,
.modal-header .btn-close {
    font-size: 1.5rem;
    line-height: 1;
}

/* SRM modal header alignment */
#mPop .modal-header {
    display: flex;
    align-items: center;
}

#mPop .modal-title {
    order: 1;
    margin-right: 8px;
    text-align: right;
}

#mPop .modal-header .close {
    order: 2;
    float: none;
    margin-left: 0;
}

.modal-header button.close span {
    font-size: 40px;
    position: relative;
    top: -15px;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 90%;
        max-width: 1200px;
        margin: 30px auto;
    }
}

@media (min-width: 768px) {
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }
}

/* Keep session timeout popup at standard alert/modal size */
@media (min-width: 768px) {
    #SessionCountdownModal .modal-dialog {
        width: auto;
        max-width: 500px;
        margin: 30px auto;
    }
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    /*color:#686868 !important;*/
}

.ui-datepicker {
    z-index: 999999999 !important;
}

/*Bootstrap 4 Navbar Styling*/
.navbar-dark {
    background-color: #0122A0;
}

.navbar-brand {
    height: 50px;
    padding: 0 12px;
    line-height: 50px;
}

/*Add navbar-expand-md responsive styling*/
.navbar-expand-md .navbar-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.navbar-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

.navbar-nav .nav-item {
    display: flex;
    align-items: center;
}

.navbar-nav .nav-link {
    display: block;
    
    color: inherit;
    text-decoration: none;
}

/* Clamp header nav height without affecting other navs */
.navbar .navbar-nav {
    margin: 0;
}

.navbar .navbar-nav > li {
    height: 50px;
    display: flex;
    align-items: center;
}

.navbar .navbar-nav > li > a,
.navbar .navbar-nav > li > a.nav-link {
    height: 50px;
    padding: 0 12px;
    display: flex;
    align-items: center;
    line-height: normal;
}

.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;
    font-size: 14px;
    height: 37px;
}

.progress-border {
    border-radius: 20px !important;
    border: 2px solid transparent;
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

/* Bootstrap 3 table support */
/* Fix for Bootstrap 3 pattern where table-responsive is applied directly to table */
.table {
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 1rem;
    background-color: transparent;
}

.table-responsive {
    display: table !important;   
    overflow-x: visible !important;
    -webkit-overflow-scrolling: touch;
}

/* On small screens, enable horizontal scrolling */
@media (max-width: 767px) {
    .table-responsive {
        display: block !important;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

.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 to Font Awesome 4.7.0 mapping (since BS3->BS4 migration) */
.glyphicon {
    font-family: FontAwesome !important;
    font-style: normal;
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon:before {
    font-family: FontAwesome !important;
    -webkit-text-stroke: 0px;
}

.glyphicon-cog:before {
    content: "\f013"; /* fa-cog / fa-gear */
    font-family: FontAwesome !important;
}

.glyphicon-user:before {
    content: "\f007"; /* fa-user */
    font-family: FontAwesome !important;
}

.glyphicon-minus:before {
    content: "\f068"; /* fa-minus */
    font-family: FontAwesome !important;
}

.glyphicon-plus:before {
    content: "\f067"; /* fa-plus */
    font-family: FontAwesome !important;
}

.glyphicon-ok:before {
    content: "\f00c"; /* fa-check */
    font-family: FontAwesome !important;
}

.glyphicon-info-sign:before {
    content: "\f05a"; /* fa-info-circle */
    font-family: FontAwesome !important;
}

.glyphicon-search:before {
    content: "\f002"; /* fa-search */
    font-family: FontAwesome !important;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}

.panel-group .panel + .panel {
    margin-top: 5px;
}

.panel-default {
    border-color: #ddd;
}

.panel {
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-default > .panel-heading {
    color: rgb(51, 51, 51);
    background-color: rgb(245, 245, 245);
    border-color: rgb(221, 221, 221);
}

.panel-group .panel-heading {
    border-bottom: 0px;
}
.panel-default {
    border-color: #ddd;
}
.panel-heading {
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-primary > .panel-heading {
    color: #000000;
    font-weight: bold;
}

/* Card equivalent for panel-primary heading */

.card{
    margin-bottom: 0 !important;
    border-radius: 4px !important;
}
.card > .card-header {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    font-weight: bold;
}
.card > .card-title  {
    color: #000000;
    font-weight: bold;
}
.card-title {
    margin-bottom: 0 !important;
    color: #000000;
    font-size: 16px !important;
}

/* SRM accordion header: make full header clickable */
#accData .card-header {
    padding: 0;
}

#accData .card-header a {
    display: block;
    width: 100%;
    padding: 10px 15px;
}
.card-title a:hover {
    color: #000000;
    font-weight: bold;
}
a:hover, a:visited, a:link, a:active {
    text-decoration: none;
    cursor: pointer;
}
.card-title>.small, .card-title>.small>a, .card-title>a, .card-title>small, .card-title>small>a {
    color: inherit;
}


.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.panel-title > .small,
.panel-title > .small > a,
.panel-title > a,
.panel-title > small,
.panel-title > small > a {
    color: inherit;
}

.panel-group .panel-title a {
    display: block;
    width: 80%;
    padding: 10px 15px;
}


/*Bootstrap 4 Compatible Navbar Styling*/
.navbar {
    background-color: #0122A0;
}

.navbar-default {
    background-color: #0122A0;
    border: none;
}

.navbar-dark {
    background-color: #0122A0;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 0 12px;
    font-size: 18px;
    line-height: 50px;
    color: #fff;
    display: flex;
    align-items: center;
}

.navbar-brand:hover,
.navbar-brand:focus {
    color: #fff;
    text-decoration: none;
}

.navbar-brand > img {
    display: block;
    max-height: 40px;
    width: auto;
}

.navbar-default .navbar-brand {
    color: #fff;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 5px;
    margin-right: 15px;
    margin-bottom: 5px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: rgba(255, 255, 255, 0.1);
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-dark .navbar-toggle {
    color: #fff;
}

.navbar-toggle:focus {
    outline: 0;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

@media (min-width: 992px) {
    .navbar-toggle {
        display: none;
    }
}

/* Bootstrap 3 navbar-header with clearfix */
.navbar-header {
    margin-bottom: 0;
    padding: 0;
}

.navbar-header:before,
.navbar-header:after {
    display: table;
    content: " ";
}

.navbar-header:after {
    clear: both;
}

@media (min-width: 992px) {
    .navbar-header {
        float: left;
    }
}

/* Support collapse/expand with Bootstrap 3 data-toggle */
.collapse {
    display: none;
}

.collapse.in,
.collapse.show {
    display: block;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 0.35s ease;
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 0;
    padding-bottom: 0;
    overflow-x: visible;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before,
.navbar-collapse:after {
    display: table;
    content: " ";
}

.navbar-collapse:after {
    clear: both;
}

.navbar-collapse.in {
    overflow-y: auto;
}

@media (min-width: 992px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }

    .navbar-collapse.in {
        overflow-y: visible;
    }
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0;
    border: 1px solid transparent;
    padding: 0;
}

/* Disable Bootstrap 4 flexbox on navbar containers - use Bootstrap 3 float layout */
.navbar .container,
.navbar .container-fluid,
.navbar .container-lg,
.navbar .container-md,
.navbar .container-sm,
.navbar .container-xl {
    display: block !important;
    -ms-flexbox: none !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.navbar:before,
.navbar:after {
    display: table;
    content: " ";
}

.navbar:after {
    clear: both;
}

@media (min-width: 992px) {
    .navbar {
        border-radius: 0;
    }
}

/* Bootstrap 3 container margin handling for navbar */
.navbar > .container-fluid > .navbar-header,
.navbar > .container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 992px) {
    .navbar > .container-fluid > .navbar-header,
    .navbar > .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
    
    .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}

/* Hide SessionCountdown modal on login pages only */
#IsLoginPage ~ #SessionCountdown {
    display: none !important;
}

input[type="hidden"]#IsLoginPage ~ div #SessionCountdown {
    display: none !important;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: 0;
        margin-left: -1px;
        white-space: nowrap;
       /* max-height: 400px;
        overflow-y: auto;*/
    }

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}


/* Submenu arrow - uses Font Awesome right-chevron icon */
li.dropdown-submenu > a.dropdown-toggle::after {
    display: inline-block !important;
    content: "\f054" !important; /* Font Awesome 4.7 right-arrow */
    float: right !important;
    padding-top: 5px !important;
    margin-right: -9px !important;
    margin-left: 0 !important;
    vertical-align: middle !important;
    font-family: FontAwesome !important;
    font-size: 0.7em !important;
    font-weight: normal !important;
    font-style: normal !important;
    line-height: 1 !important;
    color: #333333 !important;
    /* Completely reset border-based arrow styling from DropdownArrowOverride.css */
    border: none !important;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    border-bottom: none !important;
    border-top-width: 0 !important;
    border-right-width: 0 !important;
    border-left-width: 0 !important;
    border-bottom-width: 0 !important;
    border-style: none !important;
    width: auto !important;
    height: auto !important;
    transform: none !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
}

li.dropdown-submenu:hover > a.dropdown-toggle::after {
    color: #000000 !important;
}

.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;
}

/* Bootstrap 3 Nav Tabs Styling */
.nav-tabs {
    border-bottom: 1px solid #ddd;
}

.nav-tabs:before,
.nav-tabs:after {
    display: table;
    content: " ";
}

.nav-tabs:after {
    clear: both;
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}

/* Override Bootstrap 4 .nav-link transparent background */
.nav-tabs .nav-link,
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 10px 10px 0 0 !important;
    color: #fff !important;
    background: rgb(1, 34, 160) !important;
    background-color: rgb(1, 34, 160) !important;
    box-shadow: 0 -3px 3pt -4px #080707;
    margin-bottom: -1px;
}



.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:hover,
.nav-tabs .nav-link.active:focus {
    color: #555 !important;
    cursor: default;
    background-color: #f5f5f5 !important;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

/* Nav Pills */
.nav-pills > li {
    float: left;
}

.nav-pills > li > a {
    border-radius: 4px;
}

.nav-pills > li + li {
    margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7;
}

/* Stacked pills */
.nav-stacked > li {
    float: none;
}

.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
}

/* Tab Content */

.tab-content {        
    border-bottom: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    background: #f5f5f5 !important;
    background: -moz-linear-gradient(top, #f5f5f5 0%, #dddddd 99%) !important;
    background: -webkit-linear-gradient(top, #f5f5f5 0%, #dddddd 99%) !important;
    background: linear-gradient(to bottom, #f5f5f5 0%, #dddddd 99%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#dddddd',GradientType=0 ) !important;
    box-shadow: 0 3px 2pt -3px #080707;
    border-radius: 0 10px 10px 10px;
}

.tab-content > .tab-pane {
    display: none;
    background: transparent !important;
}

.tab-content > .active {
    display: block;
    background: transparent !important;
}

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 */
}

/* Bootstrap 3 Button Primary Styles */
.btn-primary {
    color: #fff;
    background-color: #337ab7 !important;
    border-color: #2e6da4 !important;
    font-weight: bold;
}

.btn-primary {
    color: #000000;
    font-weight: bold;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: .65;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: black;
}

.btn-primary:hover {
    color: #fff;
    background-color: #286090 !important;
    border-color: #204d74 !important;
}
.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}
.btn-xs:hover, .btn-xs {
    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;
}

/* Bootstrap 3 btn-primary active state */
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090 !important;
    background-image: none;
    border-color: #204d74 !important;
}

.btn-info {
    color: #000000;
    font-weight: bold;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-group-xs>.btn, .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs:hover, .btn-xs {
    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:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}

.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;
    background-color: #f0ad4e;
    border-color: #eea236;

}
.btn-warning:hover,
.btn-warning:focus{
    color: #ffffff;
}

.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;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    outline: 2px solid blue;
    outline-offset: 1px;
     color: #ffff;
    }

.btn-block {
    display: block;
    width: 100%;
}


.btn-xs:hover, .btn-xs {
    color: #000000;
    font-weight: bold;
}


.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;
    caption-side: top;
}

@media screen and (min-width: 992px) {
    .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 with Bootstrap 4 --------- */
.navbar-dark .navbar-nav > li > a {
    color: #fff;
}

.navbar-dark .navbar-nav > li > a:hover, 
.navbar-dark .navbar-nav > li > a:focus {
    color: #3498db;
}

/* Support for Bootstrap 3 nav.navbar-nav structure in Bootstrap 4 navbar-dark */
.navbar-default .nav.navbar-nav > li > a {
    color: #fff;
}

.navbar-default .nav.navbar-nav > li > a:hover,
.navbar-default .nav.navbar-nav > li > a:focus {
    color: #3498db;
    background-color: transparent;
}

.navbar-default .nav.navbar-nav > li.dropdown > a::after {
    border-top-color: #fff;
}

.navbar-default .nav.navbar-nav > li.open > a,
.navbar-default .nav.navbar-nav > li.open > a:hover,
.navbar-default .nav.navbar-nav > li.open > a:focus {
    background-color: rgba(255, 255, 255, 0.1);
    color: #3498db;
}

.navbar-default .nav.navbar-nav > li.open > a::after,
.navbar-default .nav.navbar-nav > li.open > a:hover::after,
.navbar-default .nav.navbar-nav > li.open > a:focus::after {
    border-bottom-color: #3498db;
}

/* Bootstrap 4 dropdown-toggle styling */
.navbar-nav .dropdown-toggle::after {
    display: none;
}

.navbar-nav .dropdown-toggle {
    background-image: none;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
    color: #3498db !important;
}

.navbar-nav .nav-link.dropdown-toggle {
    padding-right: 0.5rem;
}

/* Bootstrap 3 dropdown support with bootstrap.hover.js - shows menu when .open class is added */
.dropdown.open > .dropdown-menu,
.dropdown-menu.show,
.nav.navbar-nav > li.open > .dropdown-menu,
.bootstrap-select.open > .dropdown-menu,
.bootstrap-select.show > .dropdown-menu {
    display: block !important;
    min-width: 160px;
}

.dropdown.open > .dropdown-toggle::after,
.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(180deg);
}

/* Dropdown menu styling for navbar */
.navbar-default .dropdown-menu {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    white-space: nowrap;
    /*max-height: 400px;
    overflow-y: auto;*/
}

.navbar-default .dropdown-menu > li > a {
    color: #333;
}

.navbar-default .dropdown-menu > li > a:hover,
.navbar-default .dropdown-menu > li > a:focus {
    background-color: #f5f5f5;
    color: #262626;
}

/* Bootstrap 4 Navbar dropdown trigger */
.navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    max-height: 400px;
    overflow-y: auto;
}

.navbar-nav .nav-link.dropdown-toggle[aria-expanded="true"] ~ .dropdown-menu,
.navbar-nav .show > .dropdown-menu,
.navbar-nav .open > .dropdown-menu {
    display: block;
}

.dropdown-menu > li > a {
    padding: 12px 15px;
    display: block;
    color: #212529;
    text-decoration: none;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background-color: #f8f9fa;
    text-decoration: none;
    color: #212529;
}

.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 !important;
}

/* Datepicker trigger inside input-group should display as flex item */
.input-group .ui-datepicker-trigger {
    display: flex !important;
    align-items: center !important;
    flex: 0 0 auto !important;
    padding-left: 5px;
    position: static !important;
}

/* Datepicker trigger next to inlineblock textbox */
.inlineblock + .ui-datepicker-trigger {
    display: inline-block !important;
    vertical-align: middle !important;
    margin-left: 5px;    
}

 .ui-datepicker-trigger img {
     width: 25px;
     height: 25px;
     margin-top: 5px;
     vertical-align: middle;
 }

.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 !important;
    border: 1px solid #a9a9a9 !important;
    color: #555 !important;
    display: inline-block !important;
    padding: 7px 12px;
    border-radius: 10px !important;
    width: 100% !important;
    text-align: left;
    padding-right:0px !important
}

/* Bootstrap 3 mode - style the btn-default button */
.bootstrap-select > .btn-default {
    background-color: #fff !important;
    border: 1px solid #a9a9a9 !important;
    color: #555 !important;
    height: 37px;
    padding: 7px 12px;
    width: 100% !important;
}

/* Ensure button text container is visible */
.bootstrap-select .filter-option {
    display: inline-block !important;
    overflow: hidden;
    width: calc(100% - 30px) !important;
    text-align: left;
    padding-right: 10px;
}

.bootstrap-select .filter-option-inner {
    padding-right: 0 !important;
}

.bootstrap-select .filter-option-inner-inner {
    overflow: hidden;
}

/* Ensure caret icon shows in Bootstrap 3 mode */
.bootstrap-select .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}

/* Override bootstrap-select default width to match form-control behavior */
.bootstrap-select {
    width: 100% !important;
    margin-bottom: 0;
    padding: 0;
    border: none;
    height: auto;
}

/* Ensure bootstrap-select dropdown menus are positioned correctly */
.bootstrap-select .dropdown-menu {
    position: absolute !important;
    top: 100%;
    left: 0;
    z-index: 9999 !important;
    display: none;
    float: left;
    min-width: 100% !important;
    max-height: 300px;
    overflow-y: auto;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff !important;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

/* Bootstrap Select inner menu */
.bootstrap-select .dropdown-menu .inner {
    position: static !important;
    float: none !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    display: block !important;
   /* max-height: none !important;
    overflow: visible !important;*/
    width: 100% !important;
}

.bootstrap-select .dropdown-menu ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: block !important;
    width: 100% !important;
}

.bootstrap-select .dropdown-menu li {
    position: relative !important;
    display: block !important;
    list-style: none !important;
    width: 100% !important;
}

.bootstrap-select .dropdown-menu li a {
    cursor: pointer;
    user-select: none;
    display: block !important;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333 !important;
    white-space: nowrap;
    text-decoration: none !important;
}

.bootstrap-select .dropdown-menu li a:hover,
.bootstrap-select .dropdown-menu li a:focus {
    color: #262626 !important;
    text-decoration: none;
    background-color: #ADE0F0 !important;
}

/* Selected items in dropdown */
.bootstrap-select .dropdown-menu li.selected a,
.bootstrap-select .dropdown-menu li.selected a:hover,
.bootstrap-select .dropdown-menu li.active a,
.bootstrap-select .dropdown-menu li.active a:hover {
    background: #ADE0F0 !important;
    color: #333 !important;
}

/* Show dropdown when open */
.bootstrap-select.open .dropdown-menu,
.bootstrap-select.show .dropdown-menu {
    display: block !important;
}

/* Bootstrap-select search box styling */
.bootstrap-select .bs-searchbox input {
    width: 100%;
    padding: 4px 8px;
    margin-bottom: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

/* Bootstrap-select no results message */
.bootstrap-select .no-results {
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px;
}

/* Ensure selectpicker button title shows correctly */
.bootstrap-select .bs-caret .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
}

.bootstrap-select button .bs-caret {
    float: right;
}

.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 {
    content: "\f078"; /* Font Awesome chevron-down */
    font-family: FontAwesome !important;
    font-size: 10px;
}

.bs-caret .caret {
    display: none
}

.caretmenu::before {
    display: inline-block;
    content: "\f078"; /* Font Awesome chevron-down */
    font-family: FontAwesome !important;
    font-size: 10px;
    margin-bottom: 0;
    color: white;
    margin-left: 0.3em;
    vertical-align: middle;
}

.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;
    min-width: 320px;    
    max-width: min(320px, calc(100vw - 10px)) !important;
    word-wrap: break-word;
    text-align: left;    
}

.tooltip.top .tooltip-arrow {
    border-top-color: #00acd6;
}

/* CRITICAL FIX: Override Site.css universal * selector that breaks Font Awesome */
.fa,
.fa::before,
.fa::after {
    font-family: FontAwesome !important;
}

.fa::before {
    display: inline-block !important;
}

.tooltip.right .tooltip-arrow,
.bs-tooltip-right .arrow {
    border-right-color: #00acd6;
    margin-top: 0;
    top: 50%;
    transform: translateY(-50%);
}

.bs-tooltip-right .arrow::before {
    border-right-color: #00acd6;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #00acd6;
}

.tooltip.left .tooltip-arrow,
.bs-tooltip-left .arrow {
    border-left-color: #00acd6;
    margin-top: 0;
    top: 50%;
    transform: translateY(-50%);
}

.bs-tooltip-left .arrow::before {
    border-left-color: #00acd6;
}

.multi-list {
    list-style:none;
    float: left;
}

.clear {
    clear: both;
}

/* Custom pagination styles */
ul.pagination {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0;
    margin: 20px 0;
    align-items: center;
    justify-content: flex-start;
}

ul.pagination li {
    display: inline-block;
    margin-right: 4px;
}

ul.pagination li.active button,
ul.pagination li.active .btn-link,
ul.pagination li.active a {
    background: #337ab7;
    color: #fff;
    border-radius: 4px;
}

ul.pagination li button,
ul.pagination li .btn-link,
ul.pagination li a,
ul.pagination .page-link {
    border: 1px solid #ddd;
    background: #fff;
    color: #337ab7;
    padding: 6px 12px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    line-height: 1.42857143;
}

ul.pagination li button:hover,
ul.pagination li .btn-link:hover,
ul.pagination li a:hover,
ul.pagination .page-link:hover {
    background: #eee;
}

/* Fix for chevron symbols in pagination - Montserrat doesn't support them */
ul.pagination,
ul.pagination *,
ul.pagination li a,
ul.pagination li button,
ul.pagination li input,
ul.pagination li input[type="submit"],
ul.pagination li .btn-link,
ul.pagination .page-link {
    font-family: Arial, sans-serif !important;
}

ul.pagination li.disabled a,
ul.pagination li.disabled button,
ul.pagination li.disabled .page-link {
    pointer-events: none;
    cursor: default;
    background-color: #fff;
    color: #777;
    border-color: #ddd;
}

.page-item {
    display: inline-block;
}

.page-item:first-child .page-link {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.page-item:last-child .page-link {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.page-item.active .page-link {
    background-color: #337ab7;
    border-color: #337ab7;
    color: #fff;
}

.page-item.disabled .page-link {
    color: #777;
    pointer-events: none;
    cursor: default;
    background-color: #fff;
    border-color: #ddd;
}

/* Bootstrap 3 pagination styles */
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

/* ============================================
   Bootstrap 3 & 4 Grid System - Row and Column Styling
   ============================================ */
/* Bootstrap 3 .row with clearfix */
/* Bootstrap 3 uses 30px gutter width, so -15px margins on row */
.row {
    display: block; /* Override Bootstrap 4 flexbox for BS3 compatibility */
    margin-right: -15px !important;
    margin-left: -15px !important;
}

.row:before,
.row:after {
    display: table;
    content: " ";
}

.row:after {
    clear: both;
}

/* Bootstrap 3 Grid System */
/* Common styles for all column sizes */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1,
.col-xs-2, .col-sm-2, .col-md-2, .col-lg-2,
.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3,
.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4,
.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5,
.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7,
.col-xs-8, .col-sm-8, .col-md-8, .col-lg-8,
.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9,
.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10,
.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11,
.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none;
}

/* Extra small grid - col-xs- (mobile first, always applies) */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6,
.col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-12 { width: 100%; }
.col-xs-11 { width: 91.66666667%; }
.col-xs-10 { width: 83.33333333%; }
.col-xs-9 { width: 75%; }
.col-xs-8 { width: 66.66666667%; }
.col-xs-7 { width: 58.33333333%; }
.col-xs-6 { width: 50%; }
.col-xs-5 { width: 41.66666667%; }
.col-xs-4 { width: 33.33333333%; }
.col-xs-3 { width: 25%; }
.col-xs-2 { width: 16.66666667%; }
.col-xs-1 { width: 8.33333333%; }

.col-xs-pull-12 { right: 100%; }
.col-xs-pull-11 { right: 91.66666667%; }
.col-xs-pull-10 { right: 83.33333333%; }
.col-xs-pull-9 { right: 75%; }
.col-xs-pull-8 { right: 66.66666667%; }
.col-xs-pull-7 { right: 58.33333333%; }
.col-xs-pull-6 { right: 50%; }
.col-xs-pull-5 { right: 41.66666667%; }
.col-xs-pull-4 { right: 33.33333333%; }
.col-xs-pull-3 { right: 25%; }
.col-xs-pull-2 { right: 16.66666667%; }
.col-xs-pull-1 { right: 8.33333333%; }
.col-xs-pull-0 { right: auto; }

.col-xs-push-12 { left: 100%; }
.col-xs-push-11 { left: 91.66666667%; }
.col-xs-push-10 { left: 83.33333333%; }
.col-xs-push-9 { left: 75%; }
.col-xs-push-8 { left: 66.66666667%; }
.col-xs-push-7 { left: 58.33333333%; }
.col-xs-push-6 { left: 50%; }
.col-xs-push-5 { left: 41.66666667%; }
.col-xs-push-4 { left: 33.33333333%; }
.col-xs-push-3 { left: 25%; }
.col-xs-push-2 { left: 16.66666667%; }
.col-xs-push-1 { left: 8.33333333%; }
.col-xs-push-0 { left: auto; }

.col-xs-offset-12 { margin-left: 100%; }
.col-xs-offset-11 { margin-left: 91.66666667%; }
.col-xs-offset-10 { margin-left: 83.33333333%; }
.col-xs-offset-9 { margin-left: 75%; }
.col-xs-offset-8 { margin-left: 66.66666667%; }
.col-xs-offset-7 { margin-left: 58.33333333%; }
.col-xs-offset-6 { margin-left: 50%; }
.col-xs-offset-5 { margin-left: 41.66666667%; }
.col-xs-offset-4 { margin-left: 33.33333333%; }
.col-xs-offset-3 { margin-left: 25%; }
.col-xs-offset-2 { margin-left: 16.66666667%; }
.col-xs-offset-1 { margin-left: 8.33333333%; }
.col-xs-offset-0 { margin-left: 0; }

/* Small grid - col-sm- (992px and up) */
@media (min-width: 992px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6,
    .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }
    
    .col-sm-12 { width: 100%; }
    .col-sm-11 { width: 91.66666667%; }
    .col-sm-10 { width: 83.33333333%; }
    .col-sm-9 { width: 75%; }
    .col-sm-8 { width: 66.66666667%; }
    .col-sm-7 { width: 58.33333333%; }
    .col-sm-6 { width: 50%; }
    .col-sm-5 { width: 41.66666667%; }
    .col-sm-4 { width: 33.33333333%; }
    .col-sm-3 { width: 25%; }
    .col-sm-2 { width: 16.66666667%; }
    .col-sm-1 { width: 8.33333333%; }
    
    .col-sm-pull-12 { right: 100%; }
    .col-sm-pull-11 { right: 91.66666667%; }
    .col-sm-pull-10 { right: 83.33333333%; }
    .col-sm-pull-9 { right: 75%; }
    .col-sm-pull-8 { right: 66.66666667%; }
    .col-sm-pull-7 { right: 58.33333333%; }
    .col-sm-pull-6 { right: 50%; }
    .col-sm-pull-5 { right: 41.66666667%; }
    .col-sm-pull-4 { right: 33.33333333%; }
    .col-sm-pull-3 { right: 25%; }
    .col-sm-pull-2 { right: 16.66666667%; }
    .col-sm-pull-1 { right: 8.33333333%; }
    .col-sm-pull-0 { right: auto; }
    
    .col-sm-push-12 { left: 100%; }
    .col-sm-push-11 { left: 91.66666667%; }
    .col-sm-push-10 { left: 83.33333333%; }
    .col-sm-push-9 { left: 75%; }
    .col-sm-push-8 { left: 66.66666667%; }
    .col-sm-push-7 { left: 58.33333333%; }
    .col-sm-push-6 { left: 50%; }
    .col-sm-push-5 { left: 41.66666667%; }
    .col-sm-push-4 { left: 33.33333333%; }
    .col-sm-push-3 { left: 25%; }
    .col-sm-push-2 { left: 16.66666667%; }
    .col-sm-push-1 { left: 8.33333333%; }
    .col-sm-push-0 { left: auto; }
    
    .col-sm-offset-12 { margin-left: 100%; }
    .col-sm-offset-11 { margin-left: 91.66666667%; }
    .col-sm-offset-10 { margin-left: 83.33333333%; }
    .col-sm-offset-9 { margin-left: 75%; }
    .col-sm-offset-8 { margin-left: 66.66666667%; }
    .col-sm-offset-7 { margin-left: 58.33333333%; }
    .col-sm-offset-6 { margin-left: 50%; }
    .col-sm-offset-5 { margin-left: 41.66666667%; }
    .col-sm-offset-4 { margin-left: 33.33333333%; }
    .col-sm-offset-3 { margin-left: 25%; }
    .col-sm-offset-2 { margin-left: 16.66666667%; }
    .col-sm-offset-1 { margin-left: 8.33333333%; }
    .col-sm-offset-0 { margin-left: 0; }
}

/* Bootstrap 4 Clearfix */
.clearfix::after {
    display: block;
    content: "";
    clear: both;
}

/* Column sizing classes */
.col {
    flex: 1 0 0%;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
}

/* Small breakpoint columns (576px and up) */
@media (min-width: 576px) {
    .col-sm {
        flex: 1 0 0%;
    }
    
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
    }
    
    .col-sm-1 { width: 8.333333%; }
    .col-sm-2 { width: 16.666666%; }
    .col-sm-3 { width: 25%; }
    .col-sm-4 { width: 33.333333%; }
    .col-sm-5 { width: 41.666666%; }
    .col-sm-6 { width: 50%; }
    .col-sm-7 { width: 58.333333%; }
    .col-sm-8 { width: 66.666666%; }
    .col-sm-9 { width: 75%; }
    .col-sm-10 { width: 83.333333%; }
    .col-sm-11 { width: 91.666666%; }
    .col-sm-12 { width: 100%; }
}

/* Medium breakpoint columns (992px and up) - Bootstrap 3 additions */
@media (min-width: 992px) {
    /* Bootstrap 3 col-md float-based grid */
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6,
    .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }
    
    .col-md-12 { width: 100%; }
    .col-md-11 { width: 91.66666667%; }
    .col-md-10 { width: 83.33333333%; }
    .col-md-9 { width: 75%; }
    .col-md-8 { width: 66.66666667%; }
    .col-md-7 { width: 58.33333333%; }
    .col-md-6 { width: 50%; }
    .col-md-5 { width: 41.66666667%; }
    .col-md-4 { width: 33.33333333%; }
    .col-md-3 { width: 25%; }
    .col-md-2 { width: 16.66666667%; }
    .col-md-1 { width: 8.33333333%; }
    
    .col-md-pull-12 { right: 100%; }
    .col-md-pull-11 { right: 91.66666667%; }
    .col-md-pull-10 { right: 83.33333333%; }
    .col-md-pull-9 { right: 75%; }
    .col-md-pull-8 { right: 66.66666667%; }
    .col-md-pull-7 { right: 58.33333333%; }
    .col-md-pull-6 { right: 50%; }
    .col-md-pull-5 { right: 41.66666667%; }
    .col-md-pull-4 { right: 33.33333333%; }
    .col-md-pull-3 { right: 25%; }
    .col-md-pull-2 { right: 16.66666667%; }
    .col-md-pull-1 { right: 8.33333333%; }
    .col-md-pull-0 { right: auto; }
    
    /* Fix for col-md-pull-9 with pull-right: treat as col-md-9 */
    .col-md-pull-9.pull-right {
        width: 75% !important;
        float: left !important;
        right: auto !important;
        text-align: right;
    }
    
    .col-md-push-12 { left: 100%; }
    .col-md-push-11 { left: 91.66666667%; }
    .col-md-push-10 { left: 83.33333333%; }
    .col-md-push-9 { left: 75%; }
    .col-md-push-8 { left: 66.66666667%; }
    .col-md-push-7 { left: 58.33333333%; }
    .col-md-push-6 { left: 50%; }
    .col-md-push-5 { left: 41.66666667%; }
    .col-md-push-4 { left: 33.33333333%; }
    .col-md-push-3 { left: 25%; }
    .col-md-push-2 { left: 16.66666667%; }
    .col-md-push-1 { left: 8.33333333%; }
    .col-md-push-0 { left: auto; }
    
    .col-md-offset-12 { margin-left: 100%; }
    .col-md-offset-11 { margin-left: 91.66666667%; }
    .col-md-offset-10 { margin-left: 83.33333333%; }
    .col-md-offset-9 { margin-left: 75%; }
    .col-md-offset-8 { margin-left: 66.66666667%; }
    .col-md-offset-7 { margin-left: 58.33333333%; }
    .col-md-offset-6 { margin-left: 50%; }
    .col-md-offset-5 { margin-left: 41.66666667%; }
    .col-md-offset-4 { margin-left: 33.33333333%; }
    .col-md-offset-3 { margin-left: 25%; }
    .col-md-offset-2 { margin-left: 16.66666667%; }
    .col-md-offset-1 { margin-left: 8.33333333%; }
    .col-md-offset-0 { margin-left: 0; }
    
    /* Bootstrap 4 flexbox columns */
    .col-md {
        flex: 1 0 0%;
    }
    
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
    }
    
    .offset-md-0 { margin-left: 0; }
    .offset-md-1 { margin-left: 8.333333%; }
    .offset-md-2 { margin-left: 16.666666%; }
    .offset-md-3 { margin-left: 25%; }
    .offset-md-4 { margin-left: 33.333333%; }
    .offset-md-5 { margin-left: 41.666666%; }
    .offset-md-6 { margin-left: 50%; }
    .offset-md-7 { margin-left: 58.333333%; }
    .offset-md-8 { margin-left: 66.666666%; }
    .offset-md-9 { margin-left: 75%; }
    .offset-md-10 { margin-left: 83.333333%; }
    .offset-md-11 { margin-left: 91.666666%; }
}

/* Large breakpoint columns (992px and up) - Bootstrap 3 additions */
@media (min-width: 992px) {
    /* Bootstrap 3 container width at 992px breakpoint */
    .container {
        max-width: 970px;
    }
    
    /* Bootstrap 3 col-lg float-based grid */
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6,
    .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }
    
    .col-lg-12 { width: 100%; }
    .col-lg-11 { width: 91.66666667%; }
    .col-lg-10 { width: 83.33333333%; }
    .col-lg-9 { width: 75%; }
    .col-lg-8 { width: 66.66666667%; }
    .col-lg-7 { width: 58.33333333%; }
    .col-lg-6 { width: 50%; }
    .col-lg-5 { width: 41.66666667%; }
    .col-lg-4 { width: 33.33333333%; }
    .col-lg-3 { width: 25%; }
    .col-lg-2 { width: 16.66666667%; }
    .col-lg-1 { width: 8.33333333%; }
    
    .col-lg-pull-12 { right: 100%; }
    .col-lg-pull-11 { right: 91.66666667%; }
    .col-lg-pull-10 { right: 83.33333333%; }
    .col-lg-pull-9 { right: 75%; }
    .col-lg-pull-8 { right: 66.66666667%; }
    .col-lg-pull-7 { right: 58.33333333%; }
    .col-lg-pull-6 { right: 50%; }
    .col-lg-pull-5 { right: 41.66666667%; }
    .col-lg-pull-4 { right: 33.33333333%; }
    .col-lg-pull-3 { right: 25%; }
    .col-lg-pull-2 { right: 16.66666667%; }
    .col-lg-pull-1 { right: 8.33333333%; }
    .col-lg-pull-0 { right: auto; }
    
    .col-lg-push-12 { left: 100%; }
    .col-lg-push-11 { left: 91.66666667%; }
    .col-lg-push-10 { left: 83.33333333%; }
    .col-lg-push-9 { left: 75%; }
    .col-lg-push-8 { left: 66.66666667%; }
    .col-lg-push-7 { left: 58.33333333%; }
    .col-lg-push-6 { left: 50%; }
    .col-lg-push-5 { left: 41.66666667%; }
    .col-lg-push-4 { left: 33.33333333%; }
    .col-lg-push-3 { left: 25%; }
    .col-lg-push-2 { left: 16.66666667%; }
    .col-lg-push-1 { left: 8.33333333%; }
    .col-lg-push-0 { left: auto; }
    
    .col-lg-offset-12 { margin-left: 100%; }
    .col-lg-offset-11 { margin-left: 91.66666667%; }
    .col-lg-offset-10 { margin-left: 83.33333333%; }
    .col-lg-offset-9 { margin-left: 75%; }
    .col-lg-offset-8 { margin-left: 66.66666667%; }
    .col-lg-offset-7 { margin-left: 58.33333333%; }
    .col-lg-offset-6 { margin-left: 50%; }
    .col-lg-offset-5 { margin-left: 41.66666667%; }
    .col-lg-offset-4 { margin-left: 33.33333333%; }
    .col-lg-offset-3 { margin-left: 25%; }
    .col-lg-offset-2 { margin-left: 16.66666667%; }
    .col-lg-offset-1 { margin-left: 8.33333333%; }
    .col-lg-offset-0 { margin-left: 0; }
    
    /* Bootstrap 4 flexbox columns */
    .col-lg {
        flex: 1 0 0%;
    }
    
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
    }
}

/* Extra large breakpoint columns (1200px and up) */
@media (min-width: 1200px) {
    /* Bootstrap 3 container width at 1200px breakpoint */
    .container {
        max-width: 1170px;
    }
    
    .col-xl {
        flex: 1 0 0%;
    }
    
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
    }
    
    .col-xl-1 { width: 8.333333%; }
    .col-xl-2 { width: 16.666666%; }
    .col-xl-3 { width: 25%; }
    .col-xl-4 { width: 33.333333%; }
    .col-xl-5 { width: 41.666666%; }
    .col-xl-6 { width: 50%; }
    .col-xl-7 { width: 58.333333%; }
    .col-xl-8 { width: 66.666666%; }
    .col-xl-9 { width: 75%; }
    .col-xl-10 { width: 83.333333%; }
    .col-xl-11 { width: 91.666666%; }
    .col-xl-12 { width: 100%; }
}

/* Bootstrap 3 support: pull-left, pull-right */
.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

.navbar-right {
    float: right !important;
    margin-right: -15px;
}

/* Bootstrap 3 nav navbar styling */
.navbar-nav {
    margin: 0;
}

.navbar-nav > li > a {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 20px;
}

@media (min-width: 992px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }

    .navbar-nav > li {
        float: left;
    }

    .navbar-nav > li > a {
        padding-top: 0;
        padding-bottom: 0;
        line-height: 15px;
    }
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav:before,
.nav:after {
    display: table;
    content: " ";
}

.nav:after {
    clear: both;
}

.nav > li {
    position: relative;
    display: block;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: #eeeeee;
}

/* Disabled state */
.nav > li.disabled > a {
    color: #777;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
}

/* Open dropdowns */
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #337ab7;
}

/* Prevent IE8 from misplacing imgs */
.nav > li > a > img {
    max-width: none;
}

.nav.navbar-nav > li.dropdown > a::after {
    content: "";
    display: inline-block;
    margin-left: 0.5em;
    vertical-align: 0.255em;
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

/* Show caret arrow when dropdown is open */
.nav.navbar-nav > li.open > a::after {
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}

.dropdown-menu {
    padding: 5px 0;
    margin: 0;
    min-width: 160px;
    /*max-height: 400px;
    overflow-y: auto;*/
    display: none;
    position: absolute !important;
    top: 100%;
    left: 0;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    z-index: 1000;
}


.NoDisplay,
.row.NoDisplay {
    display: none;
}

/* Bootstrap 3 Progress Bar Styles with Gradients */
.progress {
    height: 35px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 35px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
    /* Gradient */
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #286090 100%);
    background-image: -o-linear-gradient(top, #337ab7 0%, #286090 100%);
    background-image: linear-gradient(to bottom, #337ab7 0%, #286090 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);
}

.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

@-webkit-keyframes progress-bar-stripes {
    from { background-position: 40px 0; }
    to { background-position: 0 0; }
}

@-o-keyframes progress-bar-stripes {
    from { background-position: 40px 0; }
    to { background-position: 0 0; }
}

@keyframes progress-bar-stripes {
    from { background-position: 40px 0; }
    to { background-position: 0 0; }
}

.progress-bar-success {
    background-color: #5cb85c;
    background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
    background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
    background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
}

.progress-bar-info {
    background-color: #5bc0de;
    background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
    background-image: -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
    background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
}

.progress-bar-warning {
    background-color: #f0ad4e;
    background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
    background-image: -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
    background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
}

.progress-bar-danger {
    background-color: #d9534f;
    background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
    background-image: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
    background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
}

/* Striped variants - must come after solid color variants to override */
.progress-striped .progress-bar-success,
.progress-bar-success.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-striped .progress-bar-info,
.progress-bar-info.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-striped .progress-bar-warning,
.progress-bar-warning.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-striped .progress-bar-danger,
.progress-bar-danger.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

/* End Bootstrap 3 Progress Bar Styles */

.hidden {
    display: none !important;
}
/*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;
}

.CffTextBoxWidth{
    width:80%;
    float:left;
    margin:0 5px 0 0;
}
.UsBankLogo {
    width: 113px !important;
    height:30px !important;
    margin-top:1px !important;
}
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;
}
/* 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%;
    }
}

.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);
}



/*
----------------------------------------------------------------------------
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;
}

