html, body {
    font-family: Roboto;
    height: 99%;
    background: #E5E5E5;
    color: black;
}

body {
    padding-top: 80px;
}

.content-wrapper {
    padding-bottom: 60px;
    min-height: 100%;
    position: relative;
}

.container-fluid {
    margin-top: 0 !important;
}

.navbar-nav {
    margin: 0 !important;
}

section.demand h1, section.demand h2, section.demand h3, section.demand .dspx-breadcrumbs, section.demand th, section.demand .dspx-btn, section.demand label {
    font-family: Roboto;
}

section.demand h2 {
    font-weight: 500;
    font-size: 28px;
    line-height: 24px;
    margin-bottom: 18px;
    margin-top: 30px;
}

section.demand h3 {
    text-transform: none;
    margin-bottom: 13px;
}

.dspx-breadcrumbs,
.dspx-breadcrumbs a, 
.dspx-breadcrumbs a:link, 
.dspx-breadcrumbs a:hover {
    color: black;
}

.panel {
    background: #FFFFFF;
    border: none;
    border-radius: 10px;    
    padding: 25px 30px;
}

.panel.chartpanel {
    padding: 10px 30px 25px 30px;
}

/* bg 2 */
div.bg2 {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #2893A6;
    left: 0;
    top: 0;
    z-index: 1;
}

/* Ellipse 12 */
div.ellipse12 {
    display: block;
    position: fixed;
    width: 2300px;
    height: 1400px;
    right: -1300px;
    top: -700px;

    background: radial-gradient(50% 50% at 50% 50%, #3DE2FF 0%, rgba(40, 147, 166, 0) 100%);
    opacity: 0.6;
    z-index: 3;
}

/* Ellipse 13 */
div.ellipse13 {
    display: block;
    position: fixed;
    width: 2300px;
    height: 1400px;
    left: -1201px;
    top: 284px;

    background: radial-gradient(50% 50% at 50% 50%, #3DE2FF 0%, rgba(40, 147, 166, 0) 100%);
    opacity: 0.8;
    z-index: 4;
}

/* bg 70% */
div.bg70 {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;

    background: #2893A6;
    opacity: 0.7;
    z-index: 2;
}

.container {
    position: relative;
    z-index: 5;
}

.loginform-wrapper {
    width: 530px;
    height: 550px;
}

.container.loginform {
    position: absolute;
    margin-left: -265px;
    left: 50%;
    margin-top: -600px;
    top: 50%;
    padding: 0px;
    width: 530px;
}

.login-logos-wrapper {
    text-align: left !important;
}

@media screen and (max-height: 950px) {
    .login-logos-wrapper {
        display: none;
    }
    
    .container.loginform {
        margin-top: -400px;
    }
}

.col-sm-min-width {
    min-width: 300px;
}

.col-x-sm-min-width {
    min-width: 100px;
}

.col-line-spacing .row {
    padding-top: 4px;
    padding-bottom: 4px;
}

.select-bg {
    position: relative;
    top: -4px;
    width: 260px;
    height: 32px;
    border-radius: 6px;
    background: #F3F3F3;
}

.select-arrow {     
    background: url('./img/icon_drop_down_blue.png'); 
    background-repeat: no-repeat;
    background-position: right center;
    position: absolute;
    width: 32px;
    height: 32px;
    right: 7px;
} 

select {
    background: transparent;
    position: absolute;
    border: none;    
    border-radius: 6px;
    width: 260px;
    height: 32px;
    padding-left: 6px;
    padding-right: 32px;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    appearance:none;       
}

select.input-sm {
    position:static;  
    line-height: 14px;
    -moz-appearance:auto; /* Firefox */
    -webkit-appearance:auto; /* Safari and Chrome */
    appearance:auto;  
    border-color: black !important;    
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(61, 226, 255 / 60%) !important;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(61, 226, 255  / 60%) !important;    
}

input.input-sm {
    -moz-appearance:auto; /* Firefox */
    -webkit-appearance:auto; /* Safari and Chrome */
    appearance:auto;  
    border-color: #E5E5E5 !important;    
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(61, 226, 255 / 60%) !important;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(61, 226, 255  / 60%) !important;
}

.editable-container.editable-inline {
    position:relative;
    top: -8px;
    margin-bottom: -15px;
}

.editable-container.editable-inline .editable-buttons {
    margin-top: 3px;
}

.editable-container.editable-inline .editable-buttons .editable-cancel {
    margin-left: 0px;
}
   
.table.report.dspx-report-table > thead > tr > th,
.table.report.dspx-report-table th[aria-sort] {
    font-family: Roboto;
    background: black;
    border-bottom: none;
}

.table>tbody>tr>td, 
.table>tbody>tr>th, 
.table>tfoot>tr>td,
.table>tfoot>tr>th, 
.table>thead>tr>td, 
.table>thead>tr>th {
    border-top: none;
}

.dspx-form label {
    color: black;
    text-transform: none;
    font-weight: 400;
    font-size: 18px;
    line-height: 54px;   
}

.dspx-form label.valign_top {
    line-height: 14px;
    padding-top: 9px;
}

.report-filters .input-group {
    float: left;
    margin-right: 20px;
}

.osi-form-element.osi-select .dropdown .osi-form-control {
    background: url('./img/icon_drop_down_blue.png') no-repeat right center; 
}

.osi-form-element.osi-select .dropdown.open .osi-form-control {
    background: url('./img/icon_arrow_up_blue.png') no-repeat right center; 
}

.osi-form-element.osi-select .osi-form-control,
.osi-form-element.osi-select .osi-form-control:focus {    
    border: 1px solid #E5E5E5;
    border-radius: 5px;
    height: 32px;
    font-size: 14px;
    padding-right: 30px;
}

.osi-form-element .dropdown-menu {
    min-width: 300px;
    margin-top: -7px;
    padding: 10px;
    line-height: 18px;
    border-radius: 5px;
}

.osi-form-element.osi-multi-select[name=platform_accounts] .dropdown-menu {
    min-width: 620px;
}

.osi-form-element.osi-multi-select .dropdown-menu input[type=text] {
    border-radius: 5px;
    border: 1px solid #cfd4db;
    margin: 5px 5px 10px 5px;
    padding: 5px 10px;
}

.osi-form-element.osi-multi-select .dropdown-menu li {
    margin-bottom: 5px;
}

.osi-form-element.osi-multi-select .dropdown-menu li .osi-checkbox-icon {
    top: 2px !important;
    height: 1.4em;
    width: 1.4em;
    border-radius: 3px;
    border: 1px solid #cfd4db;
    -webkit-box-shadow: 0 0 0 0.0125em #cfd4db;
    box-shadow: 0 0 0 0.0325em #cfd4db;
    color: white;
}

.osi-form-element.osi-multi-select .dropdown-menu li .osi-checkbox-icon.checked {
    background-color: #2F93A5;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.osi-form-element.osi-multi-select .dropdown-menu li.disabled .osi-checkbox-icon.checked {
    background-color: #bec3ca;
}

.osi-form-element.osi-multi-select .dropdown-menu li .osi-checkbox-icon::before,
.osi-form-element.osi-multi-select .dropdown-menu li .osi-checkbox-icon::after {
    -webkit-transition: opacity 0.28s ease, height 0s linear 0.28s;
    transition: opacity 0.28s ease, height 0s linear 0.28s;   
}

.osi-form-element.osi-multi-select .dropdown-menu li .osi-checkbox-icon::after {
    background-color: white;
    height: 0.35em; 
    top: 0.68em;
    left: 0.38em;
    width: 0.1em;
    -webkit-box-shadow: 0 0 0 0.0325em #fff;
    box-shadow: 0 0 0 0.0325em #fff;
}

.osi-form-element.osi-multi-select .dropdown-menu li .osi-checkbox-icon::before {
    background-color: white;
    height: 0.6em;   
    top: 0.96em;
    left: 0.66em;
    width: 0.1em;
    -webkit-box-shadow: 0 0 0 0.0325em #fff;
    box-shadow: 0 0 0 0.0325em #fff;
}

.datepicker-dropdown.datepicker-orient-top {
    margin-top: 10px;
    border:none;
}

.datepicker-dropdown.datepicker-orient-top:before,
.datepicker-dropdown.datepicker-orient-top:after {
    display: none;
}

.osi-form-control,
.osi-form-control:focus {
    border: none;
    background: #F3F3F3;
    border-radius: 10px;
    outline: none;
    box-shadow: none;
    margin-bottom: 16px;
    padding: 6px 12px;
    display: block;
    color: black !important;
    text-transform: none;    
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    width: 300px;
    height: 66px;
}

.osi-btn {
    display: inline-block;
    text-transform: none;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    width: 410px;
    height: 65px;
    background: linear-gradient( 0deg, #2893A6, #3DE2FF);
    border-radius: 100px;
    box-shadow: none;
    margin-left: -205px !important;
    margin-top: 20px;
}

.osi-btn.delivery-update-btn,
.osi-btn.delivery-filter-btn,
.osi-btn.btn-export-csv {
    border-radius: 0;
}

#content .osi-btn {
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
    margin-left: 0px !important;
    margin-top: 0px;
}

#content label {
    font-weight: 500;
}

#content input[type=checkbox] {
    position: absolute;
    opacity: 0;
    width: 20px;
    height: 20px;
}

#content input[type=checkbox]+label::before {
    position: relative;
    top: 5px;
    content: '';
    display: inline-block;
    width: 21px;
    height: 21px;
    margin-right: 8px;    
    background: url('./img/icon_check_off.png');
    background-repeat: no-repeat;
}

#content input[type=checkbox]:checked+label::before {    
    background: url('./img/icon_check_on_blue.png');
    background-repeat: no-repeat;
}

#content textarea {    
    border-radius: 6px;
    padding: 5px;
}

#content textarea[name=ac_wl_ips] {
    width:80%;
    min-width: 300px;
    border: none;
    background: #EBF9F5;
    color: #3EA983;
}

#content textarea[name=ac_bl_ips],
#content textarea[name=ac_bl_paths] {
    width:80%;
    min-width: 300px;
    border: none;
    background: #FDF4F7;
    color: #BA2D50;
}

.osi-btn-blue,
.osi-btn-blue:hover {
    background: linear-gradient( 0deg, #2893A6, #3DE2FF);
}

.btn {
    text-transform: none;
    font-weight: 700;
    font-size: 18px;
    line-height: 49px;
    height: 65px;
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
    margin-left: 0px;
    margin-top: 0px;
    background: linear-gradient( 0deg, #2893A6, #3DE2FF);
    border: none;  
    border-radius: 100px;
    box-shadow: none;
}

a.btn, 
a.btn:active, 
a.btn:link, 
a.btn:visited {
    color: #FFFFFF;
}

.btn,
.btn:hover,
.btn:visited,
.btn-success {
    color: #FFFFFF;
    text-transform: none;
    background: linear-gradient( 0deg, #2893A6, #3DE2FF);
    border-radius: 100px;
    box-shadow: none;    
}

.btn.btn-xs {     
    padding: 1px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 11px;
    height: 22px;    
}

.btn.btn-sm {     
    padding: 1px 10px;
    font-size: 12px;
    line-height: 1;
    border-radius: 11px;
    height: 22px;    
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary {
    color: #fff;
    background: linear-gradient( 0deg, #2893A6, #3DE2FF);
}

.bootstrap-switch.bootstrap-switch-focused {
    border-color: black;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(61, 226, 255 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(61, 226, 255  / 60%);
}

a.editable,
a.editable-click,
a.xeditable,

a.editable:link,
a.editable-click:link,
a.xeditable:link,

a.editable:visited,
a.editable-click:visited,
a.xeditable:visited 
{
    color: #000000;
}

/* top menu */
#navbar-header {
    background: black;
    border-bottom: none;
    height: 80px;
    padding-top: 10px;
}

.navbar-header {
    width: 301px;
    float: left;
}

#navbar-header .logos,
#navbar-header .logos a {
    font-family: inherit;
}

#navbar-header .logos {
    width: 190px;
    height: 63px;
    background: url('./img/cmmrcl.ly_logo_small_white.png');
    background-repeat: no-repeat;
    border-right: none;
    padding: 0;
    margin: 0;
}

#nav-additions {
    margin-left: -10px;
    margin-top: 1px;
}

#page-additions .input-sm.period-multidate {
     margin-left: 0; 
}

#page-additions .input-group {
    float: left;
    margin-left: 10px;
}

#page-additions .input-group-btn {
    line-height: 30px;
}

.input-group.rangeselector {
    margin-right: 0px;
}

.input-group.rangeselector .dropdown-menu {
    margin-top: 10px;
    border: none;
    left: -140px;
}

.input-group .input-sm.period-multidate.predefined {
    border-radius: 5px 0 0 5px;
    border-right: none;
    -webkit-box-shadow: none;
    box-shadow: none;    
}

.input-group button.dropdown-toggle,
.input-group button.dropdown-toggle:hover,
.input-group button.dropdown-toggle:visited,
.input-group button.dropdown-toggle:active {
    background: url('./img/icon_drop_down_blue.png') no-repeat right center; 
}


.input-group .btn-group.open button.dropdown-toggle,
.input-group .btn-group.open button.dropdown-toggle:hover,
.input-group .btn-group.open button.dropdown-toggle:visited,
.input-group .btn-group.open button.dropdown-toggle:active {
    background: url('./img/icon_arrow_up_blue.png') no-repeat right center; 
}



.input-group button.dropdown-toggle,
.input-group .btn-group.open button.dropdown-toggle {
    color: #2893A6;
    font-size: 15px;
    /*background-color: white;*/
    border-color: #E5E5E5;
    border-radius: 0 5px 5px 0;
    height: 32px;
    margin-right: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.input-group button.dropdown-toggle,
.input-group button.dropdown-toggle:hover,
.input-group button.dropdown-toggle:visited,
.input-group button.dropdown-toggle:active {    
    color: #2893A6;
    text-transform: none;
    /*background: none;*/   
    box-shadow: none;    
    border-top: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
}

.input-group .input-sm.period-multidate {
    height: 32px;
    background: white;
    font-size: 14px;
    padding: 8px 22px 8px 0px;    
    color: black;
}

#filter-date .dropdown-menu a {
    cursor: pointer;
}

.delivery-btns-block2 {
    margin-top: 24px;
}

.delivery-btns-block button.osi-btn,
.delivery-btns-block2 button.osi-btn {
    font-size: 14px;
    height: 32px;
    margin-top: 0px;
    margin-left: 0px !important;
    width: auto;
    border: none;
    color: white;
    padding-left: 0px !important;
    padding-right: 0px !important;    
}

.delivery-btns-block2 button.osi-btn.osi-btn-green,
.delivery-btns-block2 button.osi-btn.osi-btn-green:hover {
    background: #2F93A5;
    border-radius: 5px;
}

.navbar > .container-fluid .navbar-brand {
    height: auto;
    margin: 0;
    padding: 0;
}

.navbar-brand span {
    display: none;
/*    position: relative;
    left: 284px;
    top: 32px;
    font-weight: 700;
    font-size: 17px;
    line-height: 47px;
    color: black;*/
}

.navbar-brand i.fa {
    display: none;
}

.navbar-toggle {
    display: none;
}

#user-menu {
    margin-right: 0;
    padding-top: 15px;
    height: 57px;
    font-size: 18px;
}

#user-menu .dropdown {
    display: none;
}

#user-menu li {
    padding-right: 40px;
}

#user-menu .user-login {
    font-weight: 400;
    font-size: 17px;
    color: white;    
}

#user-menu a {
    color: white;
    padding: 0px;
    line-height: 25px;
}

#user-menu a:hover {
    background: none;
}

#user-menu a span {
    margin-left: 30px;
    font-weight: 700;
    font-size: 17px;
}

#user-menu .user-logout a {
/*    color: #ffe400;*/    
}

#user-menu .fa {
    position: absolute;
    top: 2px;
    width: 24px;
    height: 24px;
}

.fa-settings-icon {
    background: url('./img/settings.png');
    background-repeat: no-repeat;
}

.fa-logout-icon {    
    background: url('./img/sign_out.png');
    background-repeat: no-repeat;
}

/* loader */
.loader {
    color: #fff;
}

.loader::before,
.loader::after {
    background: #2d3e50;
}

#footer {
    position: absolute;
    background: #ecf0f1;   
}

#footer .container {
    margin-right: 0;
    padding-right: 25px;
}

#footer .container:before {
    position: absolute;
    content: '';
    left: 0px;
    width: 300px;
    height: 60px;
    background-color: white;
}


/* sidebar */
#sidebar {
    /* position: relative; */
    width: 300px;
    /*display: block;*/ /* supress collapse */
    top: 80px;
    background-color: #fff;
    bottom: 0;
    border: none;
    transition: margin-left 0.3s ease;
}

#sidebar .user-item {
    /*display: none;*/
}

#sidebar .nav-sidebar {
    width: 300px;
    background: #fff;
    /* */
    margin-left: 0;
}

#sidebar li {
    border-bottom: 0;
    border-right: 1px solid #ecf0f1;
    padding-left: 15px;
    padding-top: 15px;
}

/* see fa fa-user-circle-o class styles */
#sidebar i.icon.icon-users:before {
    content: "\f2bd";
}

#sidebar i.icon.icon-users {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

#sidebar .nav-sidebar a.section-anchor i {
    padding-right: 8px;
}

#sidebar .nav-sidebar .sub li {    
    padding-top: 5px;
    padding-bottom: 5px;
}

#sidebar .nav-sidebar a {
    font-size: 18px;
    color: #2d3e50;
    height: 49px;
    line-height: 49px;
    font-weight: bold;
}

#sidebar .nav-sidebar li a:hover {
    background-color: #fff;
    font-weight: 600;
}

#sidebar li a:focus {

}

#sidebar .nav-sidebar li a .caret {
    display: none;
}

#sidebar .nav-sidebar .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #FFFFFF;
}

#sidebar li .sub {
    margin-left: -15px;
    padding-left: 15px;
    border-top: 0;
}

#sidebar li .sub .fa-chevron-right:before {
    content: none;
}

#sidebar li .sub li {
    border: none;
}

#sidebar li .sub a {
    color: black;
    height: 35px;
    line-height: 35px;
    padding-left: 15px;
    font-weight: normal;
}

#sidebar li .sub a:hover,
#sidebar li .sub a:focus {
    background-color: transparent;
}

#sidebar .nav-sidebar li.open.active a.non-selected {
    background-color: #fff;
}

#sidebar .nav-sidebar > .active > a, 
#sidebar .nav-sidebar > .active > a:focus, 
#sidebar li a.selected {
    font-family: inherit;
    color: #2893A6;
    background-color: #FFFFFF;
    /*font-weight: bold;*/
}

#sidebar li .sub .active {
    color: #2893A6;
    font-weight: 700;
    background: #E5E5E5;
    
}

/* main content part */
.main.content {
    transition: margin-left 0.3s ease;
    margin-left: 300px;
}

.panel.login-form {
    position: relative;
    background-color: #fff;
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.2);
    border: none;
    padding: 46px 46px;
    width: 530px;
    margin-left: 0;
    left: 0;

    background: #FFFFFF;
    box-shadow: 0px 30px 100px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
}

.panel.login-form button {
    width: 100%;
    margin-top: 30px;
}

.form-group {
    margin:0;
}


.dspx-msg.dspx-msg-success span.content {
    border: none;
}    

.dspx-modal .modal-body{
    max-height: 400px;
    overflow: hidden;
    overflow-y: auto;
}

.bootstrap-select.form-control:not([class*=col-]) {
    width: 257px;
}

.bootstrap-select.form-control.control-short:not([class*=col-]) {
    width: 65px;
}

.bootstrap-select.form-control.control-long:not([class*=col-]) {
    width: 489px;
}

.bootstrap-select.form-control button {
    border: none;
}

/* little login fixes */
.login-form .form-group .control-label {
    width: 110px;
    float: left;
}

.login-form .form-group .form-control {
    width: 300px;
}

/* login logo fixes */
.login-logos span,
.login-logos i,
.login-logos div,
.login-logos .login-slash {
    display: none;
}

.login-logos {
    height: 200px;
    margin-bottom: 0;
    margin-top: 0;
    margin-left: 110px;
}

.login-logos div.logo {
    display: block;
    background: url('./img/cmmrcl.ly_logo_login.png');
    background-size: cover;
    margin-top: 50px;
    width: 304px;
    height: 100px;
    /*opacity: 0.2;*/
}

/* checkbox */
.md-checkbox {
    position: relative;
}
.md-checkbox label {
    cursor: pointer;
    padding-top: 0;
}
.md-checkbox label:before, .md-checkbox label:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
}
.md-checkbox label:before {
    width: 20px;
    height: 20px;
    background: #fff;
    border: 2px solid rgba(0, 0, 0, 0.54);
    border-radius: 2px;
    cursor: pointer;
    transition: background .3s;
}
.md-checkbox input[type="checkbox"] {
    outline: 0;
    margin-right: 10px;
}
.md-checkbox input[type="checkbox"]:checked + label:before {
    background: #009688;
    border: none;
}
.md-checkbox input[type="checkbox"]:checked + label:after {
    transform: rotate(-45deg);
    top: 5px;
    left: 4px;
    width: 12px;
    height: 6px;
    border: 2px solid #fff;
    border-top-style: none;
    border-right-style: none;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #2893A6;
    border-color: #2893A6;
    color: white;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    color: black;
}

.pagination>li>a, .pagination>li>span {
    color: black;
}

.no-text-transform {
    text-transform: none !important;
}
