/* Carga local de fuentes */

@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 300;
    src: url('fonts/Rubik-Regular.ttf');
}
/*
@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/Rubik-Black.ttf'), url('fonts/Rubik-BlackItalic.ttf'), url('fonts/Rubik-Bold.ttf'),
    url('fonts/Rubik-BoldItalic.ttf'), url('fonts/Rubik-Light.ttf'), url('fonts/Rubik-LightItalic.ttf'),
    url('fonts/Rubik-Medium.ttf'), url('fonts/Rubik-MediumItalic.ttf'), url('fonts/Rubik-Regular.ttf'),
    url('fonts/Rubik-RegularItalic.ttf');
}
*/


/* Tamaño por defecto de los tooltips*/
.tooltip-inner {
    max-width: 500px;
}

tr.selected td {
    background-color: rgba(0, 0, 255, 0.175) !important;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    background-color: rgba(0, 0, 255, 0.2) !important;
}

/* Botonera dentro de un datatable */
div.toolbar-buttons {
    position: relative;
    float: left;
    padding: 5px 0px 5px 0px;
}

/* Icono de los select. Cambiado el directorio por el de imagenes. TODO compilar el style.sccs*/
.custom-select {
    background: url("../0ima/custom-select.png") right 0.75rem center no-repeat !important;
}

.dataTables_length {
    padding-right: 10px;
}

/* Punto verde en las notificaciones. Tareas en curso*/
.notify .point-green {
    width: 6px;
    height: 6px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #2af66f;
    position: absolute;
    right: 6px;
    top: -10px
}

.notify .heartbit-green {
    position: absolute;
    top: -20px;
    right: -4px;
    height: 25px;
    width: 25px;
    z-index: 10;
    border: 5px solid #2af66f;
    border-radius: 70px;
    -moz-animation: heartbit 1s ease-out;
    -moz-animation-iteration-count: infinite;
    -o-animation: heartbit 1s ease-out;
    -o-animation-iteration-count: infinite;
    -webkit-animation: heartbit 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

strong
{
    font-weight: bold;
}

/* FORMULARIOS */

.form-group {
    margin-bottom: 15px
}

.btn {
    margin-bottom: 5px !important;
}


/* CKEDITOR PERSONALIZADO */


.ck-contenedor {
    border-radius: 0 !important;
    border: 1px solid black;
    font: 14px Rubik, Sans, Arial, sans-serif;
    color: black;
}

.ck-editor {
    width: 100% !important;
}

.ck-editor__editable
{
    min-height: 200px !important;
}

.input-group-text {
    align-items: normal;
    overflow-wrap: break-word;
    white-space: normal;
}


.fix-sidebar .left-sidebar {
    position: absolute !important;
}


@media (max-width: 767px) {
    .mini-sidebar .left-sidebar {
        position: absolute !important;
    }
}


/*---------------------------------------------------------------------------------*\
 *  ESTILOS PARA LAS TABLAS DE LOS GRIDS
\*---------------------------------------------------------------------------------*/

.column_checkbox
{
    width: 12px;
    text-align: center;
    padding: 0px 3px 3px 3px;
    vertical-align: top;
}

/*---------------------------------------------------------------------------------*\
 *  ESTILOS PARA LOS FORMULARIOS
\*---------------------------------------------------------------------------------*/

.input-group-sm .input-group-text
{
    height: 31px !important;
}