
#header {
    background-color: #3F98F7;
}



.bgm-dynamic {
    background-color: #0052D3;
}



.dataTables_wrapper .dataTables_paginate .paginate_button.current, 
.dataTables_wrapper .dataTables_paginate .paginate_button.current:focus, 
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
    background-color: #ED7B60;
}

.btn.bgm-blue.btn-float.waves-effect {
    background-color: #ED7B60 !important;
}

.btn-success {
    background-color: #ED7B60 !important;
}

.clr-ewita3 {
    color: #0052D3 !important;
}

.clr-ewita2 {
    color: #3F98F7 !important;
}

.clr-ewita {
    color: #ED7B60 !important;
}

.bgm-ewita3 {
    background-color: #0052D3 !important;
}

.bgm-ewita2 {
    background-color: #3F98F7 !important;
}

.bgm-ewita {
    background-color: #ED7B60 !important;
}

.bgm-gradient {
    background: #3F98F7 ;
    background: -webkit-linear-gradient(left, #3F98F7 0%, #ED7B60 100%);
    background: linear-gradient(to right, #3F98F7 0%, #ED7B60 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#3F98F7', endColorstr='#ED7B60', GradientType=1);
}

.btn-success:hover {
    background-color: #ED7B60;
}



.s-profile > a {
    background: url(../file/get/) left top no-repeat;
    background-size: 100%;
}



.login-content {
    background: url(loginbg) center no-repeat;
    background-blend-mode: multiply;
    background-size: cover;
}



    .logo-login {
        background: url(logologin);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
    }
