.btn-pad{
    margin-right:8px;
    margin-bottom:4px;
}
.content_botones {
    display: flex;
}

.icono_guardar {
    font-family: Roboto,sans-serif;
    background-color: #20a6cf;
    line-height: 20px;
    font-size: 14px;
    color: #fff !important;
    padding: 10px 18px;
    padding-left: 30px;
    background-image: url('Grid/icon_agregar2.png');
    background-repeat: no-repeat;
}

.icono_guardar:hover {
    background-color: #1a83a3 !important;
    color: #fff !important;
    background-image: url('Grid/icon_agregar2.png');
    background-repeat: no-repeat;
}

.icono_descargar_excel {
    font-family: Roboto,sans-serif;
    background-color: forestgreen;
    line-height: 20px;
    font-size: 14px;
    color: #fff !important;
    padding-left: 30px;
    background-image: url('Grid/excel.svg');
    background-position: left;
    background-repeat: no-repeat;
    padding-right: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.icono_ok {
    font-family: Roboto,sans-serif;
    background-color: #2b78e4;
    line-height: 20px;
    font-size: 14px;
    color: #fff !important;
    padding: 10px 30px;
    background-image: url('Grid/check.png');
    background-position: left;
    background-repeat: no-repeat;
    background-size: 16px 16px;
}

.icono_descargar_excel:hover {
    background-color: darkgreen !important;
    color: #fff !important;
    background-image: url('Grid/excel.svg');
    background-repeat: no-repeat;
}

.icono_eliminar {
    font-family: Roboto,sans-serif;
    background-color: #6c757d;
    font-size: 14px;
    color: #fff !important;
    padding: 10px 18px;
    padding-left: 30px;
    background-image: url('Grid/icon_eliminar2.png');
    background-repeat: no-repeat;
}

.icono_eliminar:hover {
    background-color: #4a5157;
    color: #fff !important;
    background-image: url('Grid/icon_eliminar2.png');
    background-repeat: no-repeat;
}

.icono_Editar {
    font-family: Roboto,sans-serif;
    font-size: 16px;
    color: white;
    margin: 5px;
    padding-left: 20px;
    background-image: url('Grid/icon_editar2.png');
    background-repeat: no-repeat;
}

.icono_ver_Lupa {
    font-family: Roboto,sans-serif;
    font-size: 16px;
    margin: 5px;
    padding-left: 20px;
    background-image: url('Grid/icon_lupa.png');
    background-repeat: no-repeat;
}


.RadGrid {
    border: 0px !important;
    border-color: #fff !important;
}

@media only screen and (min-width: 600px) {
    .left-boton {
        float: left;
    }
    .right-boton {
        float: right;
    }
}

/*botones grilla*/

.icono_Download::before {
    content: "\f381";
    font-family: "Font Awesome 5 Free";
    font-weight: 900; /* Solid */
    font-size: 20px;
    color: #005981;
}

.icono_Download:hover:before {
    color: #0AAACB !important;
}

.icono_Visualizar::before {
    content: "\f002";
    font-family: FontAwesome;
    font-size: 20px;
    color: #005981;
}

.icono_Visualizar:hover:before {
    color: #0AAACB !important;
}

.Mensaje {
    background-color: #FFF6D7;
    border: 1px solid rgb(255, 229, 138);
    color: rgb(0, 0, 0);
    margin: 5px 0px;
    padding: 0px 5px;
}

.indicadores {
    text-align: center;
    margin: 20px 0px;
}

.ErrorControl {
    border: 1px solid red !important;
}
