
/*---------------------------------------------
    Pleca
*/
.page-cabeza {
    background-color: #000;
    /*border-bottom: 1px solid #eaeaea;*/
}

.encabezado {
    /*margin-top: 80px;*/
    text-align: center;
}

.encabezado-verde {
    background-color: #03ae4e;
}

.encabezado-azul {
    background-color: #2e4994;
}

.encabezado-marca {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1000;
}
.encabezado-uv {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
}

.encabezado-uv-azul, .encabezado-uv-azul:hover {
    background-color: #2e4994;
    color: #fff;
    text-decoration: none;
}

.encabezado-uv-verde, .encabezado-uv-verde:hover {
    background-color: #03ae4e;
    color: #fff;
    text-decoration: none;
}

.encabezado-uv a {
    color: #fff;
    letter-spacing: 2px;
    padding: 1px 3px;
    font-size: 14px;
}

@media (max-width: 640px) {
    .encabezado {
        margin-top: 20px;
    }
    .encabezado-marca {
        display: none;
    }
}
/* 
Flexbox Bootstrap Cards
Author : Bryan Willis
Github Repo: https://github.com/Wordpress-Development/gridstrap
*/

/* EXAMPLE 1 - BOOTSTRAP FLEXBOX EQUAL HEIGHT THUMBNAILS
*/
.flex-row.row {
    display: inline-block; /*fallback*/
    zoom: 1; /*fallback*/
    display: flex;
    flex-wrap: wrap;
}

    .flex-row.row > [class*='col-'] {
        display: inline-block; /*fallback*/
        zoom: 1; /*fallback */
        display: flex;
        flex-direction: column;
    }
/* Grow thumbnails to fill columns height */
.flex-row .thumbnail,
.flex-row .caption {
    display: inline-block; /* fallback */
    display: flex;
    zoom: 1; /*fallback */
    flex: 1 0 auto;
    flex-direction: column;
}
/* Grow Text Container */
.flex-text {
    flex-grow: 1;
}
/* Flex Responsive Image */
.flex-row img {
    width: 100%;
    height: auto;
}





/* EXAMPLE 2 - CSS TABLES EQUAL HEIGHT
   - ie9 support 
   - not responsive (mobile fallback)
*/

.table-row.row,
.table-row-equal {
    display: table;
    width: 100%;
    table-layout: fixed;
    word-wrap: break-word;
}

    .table-row.row [class*="col-"] {
        width: 25%;
    }

    .table-row.row [class*="col-"],
    .table-row-equal .thumbnail {
        float: none;
        display: table-cell;
        vertical-align: top;
    }

.table-row-equal {
    border-spacing: 30px 0px;
}

    .table-row-equal .thumbnail {
        width: 1%;
    }

@media only screen and (max-width: 480px) {
    .table-row-equal .thumbnail {
        display: block;
        width: 100%;
    }
}


/*MASONARY BOOTSTRAP 3 GRID*/
.masonary-row.row {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    padding-left: 15px;
    padding-right: 15px;
    word-wrap: break-word;
}

.masonary-row [class*="col-"] {
    display: inline-block;
    width: 100%;
    height: 100%;
    float: none;
    padding: 0px;
}

@media (min-width: 480px) {
    .masonary-row.row {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

@media (min-width: 768px) {
    .masonary-row.row {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
}
.cuadros {
    
}
.thumbnail-icon i {
    font-size: 50px;
}
.thumbnail h4 {    
    color: #fff;
}
.thumbnail .caption {
    background-color: #069;
    color: #fff;
    padding: 20px;
}
.feature-box-top .feature-icon {
    padding-bottom: 8px;
    display: block;
}

.feature-botones .badge {
    font-size: 9px;
    min-width: 8px;
    padding: 2px 5px;
}

/*---------------------------------------------
    Registro
*/


.page-titulo {
    margin-bottom: 20px;
    color: #333;
}

.panel-success {
    display: none;
}

.panel-success {
    margin-top: 20px;
}

.panel-declarativa .well {
    background-color: #fff;
}

.ayuda {
    margin-bottom: 0;
}

.monto-total {
    font-size: 110%;
}

.lead {
    margin-bottom: 0;
}

.cuotas-table th {
    background-color: #f5f5f5;
}
.cuotas-table td {
    background-color: #fff;
}

.cuotas-table > tbody > tr > td:first-child {
    width: 5%;
}
.cuotas-table > tbody > tr > td {
    vertical-align: middle;
}


/* Adjust feedback icon position */
td .form-control-feedback {
    left: -1000px;
}

/* Select*/
.form-select .form-control-feedback {
    right: 35px !important;
    width: auto !important;
}


/* Envio de datos */

.jumbotron h1, .jumbotron .h1 {
    font-size: 38px;
}

.jumbotron p {
    font-size: 14px;
}

.label-ref {
    font-size: 100%;
}


/*
    Formulario
*/

.cargando {
    background-image: url('Images/loader.gif');
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 100px;
}

.ajax {
    display: none;
}
.panel-programacion {
    margin-bottom: 10px;
}
.ficha-forma {
    padding-top: 10px;
    padding-bottom: 10px;
}
.ficha-forma label {
    color: #006699;
    font-size: 16px;
    font-weight: normal;
}
.ficha-forma label.radio-inline {
    color: inherit;
    font-size: inherit;
}
.ficha-forma h4 {
    color: #009966;
    font-size: 18px;
}
.form-control[readonly] {
    background-color: inherit;
    opacity: inherit;
}
.nav-tabs .badge {
    background-color: #0078d7;
    font-size: 9px;
    margin-bottom: 2px;
    min-width: 8px;
    padding: 2px 5px;
}


.validation-message-block {
    display:block;
}

.validation-summary-errors ul {
    list-style: none;
    margin: 10px 0;
    text-align:center;
}

.well-declarativa .control-label {
    font-weight: normal;    
}

/*
    Detalles
*/

.ficha .miniatura {
    height: 60px;
    width: 60px;    
    border-radius: 4px;
    border: #E5E5E5 1px solid;
    background-color: #fff;
    display: inline-block;
    text-align: center;
}

    .ficha .miniatura img {
        max-width: 100%;
        height: 100%;
    }

/* Autocomplete */
.autocomplete-suggestions { border: 1px solid #999; background: #FFF; overflow: auto; }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }


/*datos*/
.tit-campos {
    font-size: 18px;
}

.wellSup {
    background-color: transparent;
    border-color: transparent;
    margin-bottom: 0px;
    text-align: right;
}

.wellSup1 {
    background-color: transparent;
    border-color: transparent;
    margin-bottom: 0px;
    text-align: left;
}

.form-group-separacion {
    margin-bottom: 35px;
}

.form-group-separacionSup {
    margin-top: 10px;
}

.btn-defaultInt {
    width: 145px;
    color: #3db1b0;
    background-color: transparent;
    border-color: #3db1b0;
    border: 1px solid;    
    font-size: 16px;
}

    .btn-defaultInt:hover {
        background: #003399;
        color: #ffffff;
    }

.col-sm-12-1 {
    background-color: #D8D8D8;
}

.fondo {
    background-color: #eee;
    padding-right: 0px;
    padding-left: 0px;
}
/*etiquetas*/
.control-label-1 {
    width: 6.66666667%;
}

.PalClaves {
    width: 100%;
}

.col-sm-5-paddingLeft {
    padding-right: 0px;
    padding-left: 0px;
}

.col-sm-4-paddingRight {
    padding-right: 0px;
    padding-left: 0px;
}

.row-fondo {
    margin-right: 0px;
    margin-left: 0px;
    background-color: #eee;
    padding-right: 15px;
    padding-left: 15px;
}

.bordeDiv {
    border-bottom: 1px solid #848484;
}

.divProgramarPub {
    text-align: right;
    color: #006699;    
    font-size: 16px;
    font-weight: 200;
    margin-top: 4px;
}

.titulos {
    color: #009966;
    font-size: 20px;
}

.tituloDependencia {
    color: #003366;
    font-size: 22px;
}

.titulosFuente {
    color: #006699;
    font-size: 16px;
    font-weight: 100;
}

.separacionInfoLugar {
    margin-bottom: 5px;
}

.colmd6AnidadaIzq {
    padding-left: 0px;
    padding-right: 3px;
}

.colmd6AnidadaDer {
    padding-left: 3px;
    padding-right: 0px;
}

.descripcion {
    min-height: 100px;
}

.divInfoLugar {
    border: 1px solid #eaeaea;
    padding: 5px;
    border-radius: 4px;
}

.labelInfoLugar {
    font-weight: 100;
    color: #333;
}

.lblInfoLugar {
    color: #006699;
    font-size: 16px;
    font-weight: 100;
}

.EspCupoArea {
    text-align: right;
}

/* Edita Evento */
.inicio-formulario- {
    display: none;
}

.checkbox1 {
    margin-left: 30px;
    margin-top: 0px;
    font-weight: 100;
}

.divProgramarLabel {
    color: #555;
}

.divProgramarPub {
    display: none;
}

.divProgramarLabelFecha {
    color: #000;
    font-weight: bold;
}

.bordeFacultad {
    border-top: 1px solid #848484;
    border-bottom: 1px solid #848484;
}

#mapaId {
    height: 200px;
    border: 1px solid #eaeaea;
}

.dropzone {
    cursor: pointer;
    background: none repeat scroll 0 0 transparent;
    border: 2px dashed #0087f7;
    border-radius: 5px;
    /* padding: 40px; */
    text-align: center;
    box-sizing: border-box;
    color: #646c7f;
    font-size: 20px;
}

.has-error .dropzone {
    border: 2px dashed #a94442;
    color: #a94442;
}

.server_file {
    font-size: 1px;
    color: #f9f9f9;
    width: 1px;
}

.dropzone .dz-preview .dz-image img {
    width: 100%;
    height: 100%;
}

.radio-inline {
    position: inherit;
    padding-top: 7px;
    padding-bottom: 7px;
}

.has-feedback label ~ .form-control-feedback {
    top: 36px;
    right: 5px;
}

.grupo-fecha label ~ .form-control-feedback {
    top: 36px;
    right: 35px;
}

.tituloE label ~ .form-control-feedback {
    top: 36px;
    right: 20px;
}

.tab-content-ajustado {
    background-color: #FFF;
}

.contendor-archivos ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    .contendor-archivos ul li {
        float: left;
        margin-right: 4px;
        margin-bottom: 4px;
    }



.contenido-detalle {
    font-size: 16px;
    color: #333;
}

div.tagsinput {
    border-radius: 4px;
}

/*
    Sweet
*/

.sweet-alert .sa-icon.sa-info::after {
    margin-left: -43px;
}


/* Errores */
.bs-callout {
    padding: 10px 20px;
    margin: 20px 0;
    border: 1px solid #ebccd1;
    border-left-width: 5px;
    border-radius: 3px;
    display: none;
}

.bs-callout-danger {
    border-left-color: #ce4844;
    color: #ce4844;
    font-size: 16px;
    /*background: #FFE8E8;*/
    background-color: #f2dede;
    /*border-color: #ebccd1;*/
}

.asterisco .control-label::before{    
    content: "*";
    color: #e6332a;
    margin-right: 4px;
}
.norequerido::before {
    content: ""!important;
    margin-right: auto;
}


/*= Ancla*/
#toTop {
    background-color: #111111;
    background-image: -moz-linear-gradient(center top, #222222, #111111);
    border: 1px solid #333333;
    border-radius: 4px;
    bottom: 20px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    display: none;
    height: 30px;
    opacity: 0.5;
    overflow: hidden;
    position: fixed;
    right: 20px;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    width: 36px;
    z-index: 1000;
    color: #FFF;
    font-size: 20px;
    text-align: center;
}

    #toTop:hover {
        box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
        opacity: 1;
        -moz-transition: all 0.2s ease 0s;
        -o-transition: all 0.2s ease 0s;
        -webkit-transition: all 0.2s ease 0s;
        transition: all 0.2s ease 0s;
    }


/*#tab-content-oculto{
    display:none;
}*/

@media (max-width: 640px) {
    h1, .h1 {
        font-size: 24px;
    }
    h2, .h2 {
        font-size: 22px;
    }
    h3, .h3 {
        font-size: 20px;
    }

}
