@font-face {
    font-family: 'Coda';
    src: url('../../../assets/fonts/Coda-Heavy.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.nicEdit-main {
    padding:5px !important;
}
/*NAVBAR COLOR START*/
.navbar{
    background: #e4e6e9 !important;
}
/*NAVBAR COLOR END*/

/*SIDEBAR COLOR START*/

#sidebar {
    background: #e4e6e9 !important;
}
/*SIDEBAR COLOR END*/

/*TABLE HEADER START*/

.widget-color-pink>.widget-header{
    background: gray !important;
    border-color : gray !important;
}
.widget-color-pink{
    border-color : gray !important;
}
/*TABLE HEADER END*/

/*PAGINATION COLOR START*/

.pagination>li.active>a, .pagination>li.active>a:hover{
    background: gray !important;
    border-color : gray !important;
}
/*PAGINATION COLOR END*/


/*TABLE HEADER Buttons START*/

.btn-light, .btn-light:focus {
    background-color: #e7e7e7!important;
    border-color: #e7e7e7;
}
.btn-light {
    color: #888!important;
    text-shadow: 0 -1px 0 rgba(250,250,250,.25)!important;
}

.btn-yellow, .btn-yellow:focus {
    background-color: #fee188!important;
    border-color: #fee188;
}
.btn-yellow {
    color: #963!important;
    text-shadow: 0 -1px 0 rgba(255,255,255,.4)!important;
}

/*TABLE HEADER Buttons END*/

/*HEADER RIGHTSIDE DROPDOWN START*/

.ace-nav>li.light-blue>a{
    background-color:#e41c34 !important;
}
/*HEADER RIGHTSIDE DROPDOWN END*/
.error{
    color: red !important;
}
.alert_box_error{
    color: red !important;
}
.alert_box_success{
    color: green !important;
}