﻿.md-skin .nav-header a {
    color: #808080;
}

.md-skin .nav-header .text-muted {
    color: #808080;
}

.table-condensed td {
    font-size: 11px;
    padding: 3px;
}

.table-condensed th {
    font-size: 11px;
    padding: 3px;
}


.filter-section label {
    font-weight: normal;
}

.filter-section-container {
    padding-bottom: 15px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 5px;
}

table.dataTable {
    border-collapse: collapse;
    width: 100% !important;
}

.form-group {
    margin-bottom: 5px !important;
}

.select2-dropdown {
    z-index: 10000;
}

.info {
    padding: 3px;
    border: solid;
    border-width: 1px;
    border-color: #0094ff;
    background-color: #f5f5f5;
    font-size: 12px;
}

.info-group {
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

.info-container {
    padding-left: 10px;
    padding-right: 10px;
}

.child-toolbox {
    padding-top: 5px;
    padding-bottom: 5px;
}

.audit-info {
    padding-top: 3px;
    margin-top: 5px;
    font-size: 11px;
}

@media print {
    .no-print, .no-print * {
        display: none !important;
    }
}

.tarea-seleccionada {
    background-color: #d3d3d3;
    font-weight: bold;
}

.clave-duplicada {
    color: #e91313;
    font-weight: bold;
}

@keyframes parpadearFrame {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

.badge-active {
    animation: parpadearFrame 2s infinite !important;
}

.badge-green {
    background-color: #1FCE0A;
    color: white;
}

.footer {
    padding: 0px;
}

.simple-check {
    font-size: 12px;
    display: inline;
}

.blue-check {
    font-size: 12px;
    display: inline;
    color: #0092ff;
}

.lblDestinatarios {
    font-size: 13px;
    font-weight: normal;
}

.liDestinatarios {
    margin-bottom: 6px;
}

/*CALENDARIO*/
/*VISTA MES: hover por dia*/
.fc-day:hover {
    background-color: rgba(0, 114, 198, 0.07);
    cursor: cell;
}

/*VISTA DIA: hover por cada renglon*/
.fc-agendaDay-view td[class="fc-widget-content"]:nth-child(2):hover {
    background-color: rgba(0, 114, 198, 0.07);
    cursor: cell;
}

/*VISTA SEMANA: hover por cada renglon*/
.fc-agendaWeek-view td[class="fc-widget-content"]:nth-child(2):hover {
    background-color: rgba(0, 114, 198, 0.07);
    cursor: cell;
}


legend {
    font-size: 16px;
}

.cursorPointer {
    cursor: pointer;
}

.rowSelected {
    background-color: #0174c7 !important;
    color: white;
}

/* C1/wijmo */
.dropdown-menu > li > a {
    font-weight: 400 !important;
    line-height: 1.42857143 !important;
    color: #333 !important;
}

.wj-state-selected {
    background-color: #b5ccd8 !important;
}

/*a:focus, a:hover {
    color: #23527c !important;
    text-decoration: underline !important;
}*/

.wj-cell {
    white-space: normal !important;
}
/* C1/wijmo */

/* Reducir el tamaño de la fuente de los grids:*/
.wj-cell {
    font-size: 12px;
}

.progress {
    border: solid;
    border-width: 1px;
    border-color: #979797;
}

.detail-label 
{
    font-size: 11px;
    font-weight: bold;
    padding-bottom: 3px;
}

.detail-info 
{
    border-color: #4F5255;
    border-style: solid;
    border-width: 1px;
    padding: 5px;
    font-size: 11px;
}

.detail-auditable {
    font-size: 80%;
    color: #ffffff;
}

.select2-results {
    color: #333333;
}
.select2-search__field {
    color: #717171;
}

.bootstrap-datetimepicker-widget {
    background-color: #717171;
}

.datepicker {
    background-color: #717171;
    color: #d3d3d3;
}

.bootstrap-datetimepicker-widget table td.new {
  color: #ffffff;
}

.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #979797;
}

legend {    
    margin-bottom: 0px !important;   
    color: #f9f9f9;    
}

.form-horizontal .form-group {
    margin-right: 0px !important; 
    margin-left: 0px !important; 
}

.modal-content .modal-body {
    padding-top:0px !important; 
    padding-left: 30px !important;
    padding-right: 30px !important;
    padding-bottom:10px !important;
}

.daterangepicker.dropdown-menu {    
    background-color: #6f6f6f;
}

.daterangepicker .input-mini { 
    color: #eaeaea !important;    
}

.daterangepicker .calendar th, .daterangepicker .calendar td { 
    color: #3a3636 !important;
}

.panel-default > .panel-heading {
    background-color: #2d2d2d;
}