﻿
/*
    CLASES PARA LOS PANELES:

    - htPanel
*/

/*Quitamos el padding al panel*/
#htPanel .rz-panel {
    padding: 0px !important;
    border-radius: 10px !important;
}
/*Y se lo añadimos a cada elemento*/
#htPanel .rz-panel-titlebar {
    padding: 5px 15px !important;
    /*background: #e6ecef !important;*/
    color: white !important;
    background: #007aae !important;
    border-radius: 10px 10px 0px 0px !important;
}

#htPanel .rz-panel-content-wrapper {
    /*padding: 5px 15px !important;*/
}

#htPanel .rz-panel-content {
    margin: 10px !important;
}

#htPanel .rz-panel-titlebar-icon {
    color: white !important;
    background: #007aae !important;
}
/*
    FIN CLASES PARA LOS PANELES
*/


/*
    CLASES PARA LOS BOTONES:

    - rz-button.btn-light
*/

.rz-button.btn-light, .btn-light.rz-paginator-element {
    background-color: #40bf40 !important;
    color: white !important;
}

.rz-splitbutton .rz-button {
    background-color: #40bf40 !important;
    color: white !important;
}

.rz-splitbutton-menubutton {
    border-left: solid 1px white !important;
}

