﻿

.skin-red .main-header .logo {
    background-color: inherit !important;
}

.skin-red .main-header li.user-header {
    background-color: #222d32 !important;
}

.skin-red .main-header .navbar {
    background-color: #222d32 !important;
}

    .skin-red .main-header .navbar .sidebar-toggle:hover {
        background-color: #2c3b41 !important;
    }

.sidebar {
    margin-top: 10px;
}

.full-width {
    width: 100% !important;
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.no-pad-right {
    padding-right: 0px !important;
}

.no-pad-left {
    padding-left: 0px !important;
}

/* select2: quitar borde redondeado a busqueda en controles */
.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
    border-radius: 0px !important;
}

/* select2: quitar borde redondeado a controles */
.select2-container--bootstrap .select2-selection, .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
    border-radius: 0px !important;
}

/* select2: ajustar alto igual a controles de bootstrap */
.select2-container--bootstrap .select2-selection--single {
    height: 30px !important;
}

    /* select2: ajustar text del item seleccionado */
    .select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
        padding-top: 3px !important;
        font-size: 12px !important;
    }

/* full calendar: quitar opacidad a background-events */
.fc-bgevent {
    opacity: 0.7 !important;
}

/* full calendar: quitar color de fondo al dia actual */
.fc-unthemed td.fc-today {
    background: none !important;
}

    /* full calendar: numero en negrilla al dia actual */
    .fc-unthemed td.fc-today .fc-day-number {
        font-weight: bold !important;
    }

/* full calendar: numeros mas resaltantes para los dias */
.fc-day-number {
    font-weight: 400 !important;
}

.unbold {
    font-weight: normal !important;
}

/* overlay para modales */
.modal .overlay {
    z-index: 50;
    background: rgba(255,255,255,0.7);
    border-radius: 3px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

    /* overlay para modales */
    .modal .overlay > .fa {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -15px;
        margin-top: -15px;
        color: #000;
        font-size: 30px;
    }

/* se ocultan errores de validacion de formulario por tooltip */
.field-validation-error {
    display: none;
}
