body>header {
    background-color: #F5A200!important;
}

#companyLogoTopLeftImg {
    height: 42px!important;
    margin: 21px 0 0 32px;
}

.op-ebase-leftMenu .menuItem.level-leaf.selected {
    background: #F5A200!important;
}

#chartParamTypeSelectList .datagrid-row-selected {
    background: #FFD88E!important;
}

#energyParamTypeSelectList .datagrid-row-selected, #deviceTypeSelectList .datagrid-row-selected {
    background: #FFD88E!important;
}

.btn-success:hover {
    background-color: #E59200!important;
    border-color: #D58200!important;
}

.btn-success {
    background-color: #F5A200!important;
    border-color: #E59200!important;
}

.remoteSetTitle {
    background-color: #F5A200!important;
}

.op-ebase-leftMenu .menuItem.level-leaf.selected, .op-ebase-leftMenu .menuItem.level-leaf:hover {
	border-left: none!important;
	background: #F5A200!important;
    color: white!important;
}
/*.paramsTab .activeTab, .paramsTab li:hover {*/
/*    background: #F5A200 !important;*/
/*}*/

.switchbutton-on {
    background-color:#F5A200 !important;
}

@keyframes breathe {
    0%, 100% {
        filter: drop-shadow(0 0 5px rgba(245,162,0, 0.2));
        -webkit-filter: drop-shadow(0 0 5px rgba(245,162,0, 0.2));
    }
    50% {
        filter: drop-shadow(0 0 15px rgba(245,162,0, 0.5));
        -webkit-filter: drop-shadow(0 0 15px rgba(245,162,0, 0.5));
    }
}

.inverterImgOnline {
    animation: breathe 3s ease-in-out infinite;
}