.menu_logo img{
    width: 98%;
    margin-bottom: 30px;
}

.commandCell, .k-grid th.k-header.commandCell{
    /*background: #eaa7b1 !important;*/
    background: #dce9c4 !important;
}
.statusDropdownContainer{
    background: #dce9c4;
}

body{
    background: #f2fbe3 !important;
}

a{
    color: #4b7d29;
}

.menu_collapser{
    background: #4b7d29;
}
.left_navigation, .leftPanelCollapsed{
    border-right: 1px solid #4b7d29;
}

.left_navigation .k-panelbar .k-item.k-state-active .k-link.k-header > span > a, .top-submenu li.active a, .top-submenu li a:hover{
    color: #4b7d29 !important;
}
.left_navigation .k-panelbar > li.k-item.k-state-active > .k-header > span.k-icon{
    color: #4b7d29;
}
.k-splitbar .k-icon.k-collapse-prev, .k-splitbar .k-icon.k-collapse-next, .k-splitbar .k-icon.k-expand-next, .k-splitbar .k-icon.k-expand-prev, .k-splitbar .k-resize-handle{
    background-color: #4b7d29;
}

.left-grid-panel .k-state-selected td, .left-grid-panel .k-state-selected td:hover{
    color: #4b7d29 !important;
}

.detail-panel fieldset legend{
    color: #4b7d29 !important;
    border-bottom: 1px solid #4b7d29;
}

.k-panelbar .k-item .k-link.k-header.k-state-hover, .k-panelbar .k-item.k-state-active .k-link.k-header{
    background: #779e30;
    color: #fff !important;
}
.k-panelbar .k-item .k-link.k-header{
    color: #6d6d6d !important;
}
.k-panelbar .k-item{
    border-bottom: 1px solid #779e30;
}

.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary{
    background-color: #4b7d29 !important;
    border-color: #4b7d29;
}

.k-pager-refresh{
    color: #4b7d29 !important;
}

.groups_header{
    background: #e5e5e6 !important;
    color: #444448 !important;
}
.k-widget.k-treeview{
    color: #333;
}

.k-panelbar .k-tabstrip-items .k-state-active, .k-tabstrip-items .k-state-active{
    border-color: #4b7d29;
}

.k-window .actions button:hover, .k-window .actions button:active{
    background: #8dc04c !important;
}

#sprycontrol-deviceDashboard .grid-stack > .grid-stack-item > .grid-stack-item-content{
    /*background: #fffcf3 !important;*/
}

body.page-login button:hover{
    background: #8dc04c !important;
}

body.page-login button{
    background: #4b7d29 !important;
}
body.page-login button:hover{
    background: #dce9c4 !important;
    color: #444448 !important;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus{
    background: #8dc04c !important;
}

.k-window .k-button{
    background: #8dc04c !important;
}


.ui-keyboard{
    background: #535353;
    padding: 10px !important;
}
button.ui-keyboard-button, body.page-login button.ui-keyboard-button{
    height: 50px !important;
    width: 65px !important;
    display: inline-block !important;
    background: #f1f1f1 !important;
    color: #000;
    text-align: center;
    border: 0 !important;
    letter-spacing: normal !important;
    box-sizing: border-box;
    font-size: 20px !important;
    border-radius: 5px !important;
    padding: 0;
    margin: 2px !important;
    text-transform: none;
}
.ui-keyboard-button.ui-keyboard-space{
    width: 200px !important;
}
button.ui-keyboard-button:hover, body.page-login button.ui-keyboard-button:hover{
    background: #FECA00 !important;
}
.ui-keyboard-preview, body.page-login .ui-keyboard-preview[type="text"], body.page-login .ui-keyboard-preview[type="password"], body.page-login ui-keyboard-preview[type="text"]:focus, body.page-login ui-keyboard-preview[type="password"]:focus{
    color: #fff !important;
    font-size: 20px !important;
    height: 25px !important;
    width: 80% !important;
}

.makeAppPage{
    display: none !important;
}

.k-grouping-header, .k-grid-toolbar{
    background: #779e30;
}

#price_form .head{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
#price_form .subhead h5{
    color: #4b7d29 !important;
    margin-bottom: 0;
}
#price_form .subhead{
    color: #4b7d29 !important;
    border-bottom: 1px solid #4b7d29;
    margin-bottom: 15px;
}
#price_form .k-numerictextbox input{
    margin-top: 1px !important;
}


.price_creation_widget h4{
    color: #4b7d29 !important;
    border-bottom: 1px solid #4b7d29;
    padding-bottom:5px;
    margin-bottom: 12px;
    margin-top: 0;
}
.price_creation_widget .dashboardTable{
    width: 100%;
}

.createDashboardButton{
    display: none !important;
}

#settings_menu{ /* workaround to hide Dashboards settings page from Carriers */
    display: none;
}

.dark_mode_switch_container{
    display: none !important;
}

.k-stepper .k-step-current .k-step-indicator, .k-stepper .k-step-done .k-step-indicator{
    border-color: #4b7d29;
    background-color: #4b7d29;
}

.subhead .k-multiselect-wrap .k-clear-value{
    display: none;
}

#filterMultiselectBox-list{
    width: 300px !important;
}

.top_section {
    background: #d9e8c1;
}

.module_sections.k-tabstrip > .k-tabstrip-items-wrapper > .k-tabstrip-items > .k-tabstrip-item:hover,
.module_sections.k-tabstrip > .k-tabstrip-items-wrapper > .k-tabstrip-items > .k-tabstrip-item.k-state-active {
    border-bottom: 2px solid #779e30 !important;
}

.sustainableIcon{
    color: #00BB00;
    margin-right: 10px;
}
.k-grid-content td .sustainableIcon{
    float: right;
    margin-top: 3px;
    margin-left: 10px;
    margin-right: 0;
}

.red_color{
    color: #ce0000;
}

.sustainable_warning{
    border: 3px solid #00BB00;
}

.sustainableBaseData::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('/images/sustainable_bg.jpg') no-repeat !important;
    background-size: contain !important;
    background-position: center bottom !important;
    opacity: 0.85;
    z-index: 1;
}
.sustainableBaseData > div{
    z-index: 2;
    position: relative;
}