/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 30/03/2017, 11:25:04 PM
    Author     : Ing.JulioAlberto
*/
.label-danger-14 {
    background-color: #f05050;
    font-size: 14px;
}
.label-warning-14 {
    background-color: #ff902b;
    font-size: 14px;
}
.label-info-14 {
    background-color: #23b7e5;
    font-size: 14px;
}
.label-success-14 {
    background-color: #27c24c;
    font-size: 14px;
}
.content-wrapper > .fullwrap {
    margin-top: -20px;
    margin-left: -35px;
    margin-right: -35px;
    margin-bottom: -20px;
    height: 100% !important;
}
.imagen-inicio {
    height: 39%;
}
.imagen-perfil{
    height: 200px;
}
.thumb200 {
    width: 200px !important;
    height: 200px !important;
    object-fit: contain;
}
/*
.metro:hover {
    -webkit-transform:scale(1.2); 
    transform:scale(1.2);
}
.metro {
    -webkit-transition: all 0.7s ease; 
    transition: all 0.7s ease;
}
*/
.metro {
    background-color: rgba(0, 0, 0, 0.2);
}
.metro:hover {
    background-color: rgba(0, 0, 0, 0.5);
}
.overlay {
    background-color: rgba(0, 0, 0, 0.4);
}
.height-80 {
    height: 80% !important;
}
.height-85 {
    height: 85% !important;
}
.height-86 {
    height: 86% !important;
}
.height-87 {
    height: 87% !important;
}
.height-88 {
    height: 88% !important;
}
.height-89 {
    height: 89% !important;
}
.height-90 {
    height: 90% !important;
}
.height-92 {
    height: 92% !important;
}
.height-93 {
    height: 93% !important;
}
.height-94 {
    height: 94% !important;
}
.height-95 {
    height: 95% !important;
}
.pdfobject { 
    border: 2px solid #666; 
}
@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: left;
        margin-bottom: 0;
        padding-top: 7px;
    }
}
a:hover, a:focus {
    color: #fad732;
}

.btn-outline.btn-default {
  border-color: #eaeaea;
  color: #eaeaea !important;
}
.btn-outline.btn-default:hover,
.btn-outline.btn-default:focus,
.btn-outline.btn-default:active,
.btn-outline.btn-default.hover,
.btn-outline.btn-default.focus,
.btn-outline.btn-default.active {
  color: #333 !important;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
}

fieldset {
  padding-bottom: 10px;
  border-bottom: 1px dashed #eee;
  margin-bottom: 10px;
}
.panel-theme > .panel-heading {
  font-weight: bold;
}
body table.dataTable thead th,
body .dataTables_wrapper .dataTables_length,
body .dataTables_wrapper .dataTables_filter,
body .dataTables_wrapper .dataTables_info,
body .dataTables_wrapper .dataTables_processing,
body .dataTables_wrapper .dataTables_paginate {
  color: #232323;
}

.pdfobject-container {
    width: 100%;
    height: 90%;
}

.pdfobject-container-style {
    overflow: auto; 
    width: 100%;
    height: 100%;
}
/*
Calendario:
    - Dias de Descanso: Gris
    - Dias Festivos: Gris
    - Dias Disponibles: Blanco
    - Dias Pendientes Aprobar: Amarillo
    - Dias de Vacaciones: Verde
    - Dias Solicitados: Azul
*/
.descansos button {
    background-color: #dadada;
    color: black;
}
.festivos button {
    background-color: #94ffce;
    color: black;
}
/*
.disponible button {
    color: black;
}
*/
.solicitudes button {
    background-color: #ffff00;
    color: black;
}
.vacaciones button {
    background-color: #00e700;
    color: black;
}
.incapacidades button {
    background-color: #df77e7;
    color: black;
}
.permisos button {
    background-color: #ff8400;
    color: black;
}
.solicitados button {
    background-color: #23b7e5;
    color: black;
}
.popover {
  z-index: 9001;
}