﻿/*WELL DATOS GENERALES*/
.wellx {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);

    border-top-style: solid;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: solid;
    border-color: #e3e3e3;

  
}
.welly {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: none;
    border-color: #e3e3e3;
}
.titulo-imagen {
    color: white;
    text-shadow: 1px 1px 2px black, 0 0 25px #202C45, 0 0 5px darkblue;
}
/*Estilo button top*/
#btnTopScroll {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px;
    border-radius: 6px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    min-height: 350px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/*MAYUSCULAS*/
input[type="textarea"] {
    text-transform: uppercase;
}
input[type="text"] {
    text-transform: uppercase;
}
textarea {
    text-transform: uppercase;
}
/*CARGADO A LA DERECHA Y EN DISPOSITIVOS MOVILES A LA IZQUIERDA*/
@media (max-width: 767px) {
    .text-right-not-sm {
        text-align: left
    }
}
@media (min-width: 768px) {
    .text-right-not-sm {
        text-align: right
    }
}

@media (min-width: 992px) {
    .text-right-not-sm {
        text-align: right
    }
}

@media (min-width: 1200px) {
    .text-right-not-sm {
        text-align: right
    }
}

/*Estilo PARA ALERT*/
.alert-popup {
    max-width: 500px;
    min-width: 300px;
    position: absolute;
    text-align: center;
    z-index: 2050;
    opacity: 0;
    font-size: 18px;
}
.alert-default {
    color: #fff;
    background-color: #555;
    border-color: #fff;
    border-radius: 6px;
}
/**/
#overlay {
    position: fixed;
    opacity:0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2049;
    cursor: pointer;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1.0)
    }
}
@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

/**/
.sk-cube-grid {
    width: 100px;
    height: 100px;
    margin: 100px auto;
    top: 50%;
    text-align: center;
    position: absolute;
    top: 20%;
    left: -50px;
    margin-left: 50%;
}

    .sk-cube-grid .sk-cube {
        width: 33%;
        height: 33%;
        float: left;
        -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
        animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    }

    .sk-cube-grid .sk-cube1 {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
        background-color: #FAA831;
    }

    .sk-cube-grid .sk-cube2 {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
        background-color: #7EBA00;
    }

    .sk-cube-grid .sk-cube3 {
        -webkit-animation-delay: 0.4s;
        animation-delay: 0.4s;
        background-color: #2E5790;
    }

    .sk-cube-grid .sk-cube4 {
        -webkit-animation-delay: 0.1s;
        animation-delay: 0.1s;
        background-color: #2E5790;
    }

    .sk-cube-grid .sk-cube5 {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
        background-color: #FAA831;
    }

    .sk-cube-grid .sk-cube6 {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
        background-color: #7EBA00;
    }

    .sk-cube-grid .sk-cube7 {
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
        background-color: #7EBA00;
    }

    .sk-cube-grid .sk-cube8 {
        -webkit-animation-delay: 0.1s;
        animation-delay: 0.1s;
        background-color: #2E5790;
    }

    .sk-cube-grid .sk-cube9 {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
        background-color: #FAA831;
    }

@-webkit-keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}
/*Estilos PARA LOADING*/
.verLoading {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 2048;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.form-group input[type="checkbox"] {
    display: none;
}

.form-group input[type="checkbox"] + .btn-group > label span {
    width: 20px;
}

.form-group input[type="checkbox"] + .btn-group > label span:first-child {
    display: none;
}

.form-group input[type="checkbox"] + .btn-group > label span:last-child {
    display: inline-block;
}

.form-group input[type="checkbox"]:checked + .btn-group > label span:first-child {
    display: inline-block;
}

.form-group input[type="checkbox"]:checked + .btn-group > label span:last-child {
    display: none;
}

.gi-2x { font-size: 2em; }
.gi-3x { font-size: 3em; }


div.bg {
    background: url('../Images/bg-image.png');
    background-size: cover;
    /* Set rules to fill background */
    min-height: 100%;
    min-width: 1024px;
    /* Set up proportionate scaling */
    width: 100%;
    height: auto;
    /* Set up positioning */
    position: fixed;
    z-index: -10;
    top: 0;
    left: 0;
}

@media screen and (max-width: 1024px) { /* Specific to this particular image */
    img.bg {
        left: 50%;
        margin-left: -512px; /* 50% */
    }
}

.app-name {
    margin-top: 20px;
    margin-bottom: 10px;
}

.uadec {
    color: #d6da3b;
    font-size: 1.4em;
    font-weight: bold;
}

.trayectoria-academica {
    color: #ffffff;
    font-size: 1.3em;
    font-weight: lighter;
}

.bg-header{
    background: no-repeat url('../Images/header-image.png');
}

/* Tablas Estilo UAdeC*/
.table-uadec {
    border: 1px solid #333; /*#94acab;*/
}

    .table-uadec > thead > tr > th {
        border-style: solid;
        border-color: #333; /*#94acab;*/
        /*border-width: 0px 1px;*/
        border-width: 1px 1px 0px 1px;
    }

    .table-uadec > tbody tr > td {
        border-style: solid;
        border-color: #333; /*#94acab;*/
        border-width: 0px 1px;
    }

.table-uadec thead {
    background-color: #202C45; /*#e9e6d8;*/
    color: #fff; /*#000;*/
    /*text-transform: uppercase;*/
}

    .table-uadec > tbody > tr:nth-child(2n+1) > td, .table-uadec > tbody > tr:nth-child(2n+1) > th {
        background-color: #fdecbd; /*#eefbd2; /*#e6f0fb;*/
    }
/*Estilo tabla estudiantes modal*/
.flexy {
    overflow: scroll;
    
}

.scrollit {
    overflow-y: scroll;
    height: 280px;
    
}

/*cambio tamaño modal*/
.modal-wide .modal-dialog {
    width: 60%; /* or whatever you wish */
}

label.error { float: none; color: red; padding-left: .5em; vertical-align: top; }

.modal-dialog {
    width: auto;
    max-width: 600px;
}

.modal-sm {
    max-width: 300px;
}

.modal-lg {
    min-width: 900px;
}
.modal-xl {
    min-width: 1200px;
}

@media (min-width: 768px) {
    .modal-dialog {
        margin: 30px auto;
    }
}

@media (min-width: 320px) {
    .modal-sm {
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width: 620px) {
    .modal-dialog {
        margin-right: auto;
        margin-left: auto;
    }

    .modal-lg, modal-xl {
        margin-right: 10px;
        margin-left: 10px;
    }
}

@media (min-width: 920px) {
    .modal-lg, modal-xl {
        margin-right: auto;
        margin-left: auto;
    }
}

/* Centrar verticalmente modal */
.modal {
    text-align: center;
    padding: 0 !important;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
/*********************/

.color-red{
    color: #f00;
}

.size-18{ font-size: 18px; }


.table-responsive-lg {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    border: 1px solid #dddddd;
}

.table-responsive-lg > .table {
    margin-bottom: 0;
    background-color: #fff;
}

.table-responsive-lg > .table > thead > tr > th,
.table-responsive-lg > .table > tbody > tr > th,
.table-responsive-lg > .table > tfoot > tr > th,
.table-responsive-lg > .table > thead > tr > td,
.table-responsive-lg > .table > tbody > tr > td,
.table-responsive-lg > .table > tfoot > tr > td {
    white-space: nowrap;
}

.table-responsive-lg > .table-bordered {
    border: 0;
}

.table-responsive-lg > .table-bordered > thead > tr > th:first-child,
.table-responsive-lg > .table-bordered > tbody > tr > th:first-child,
.table-responsive-lg > .table-bordered > tfoot > tr > th:first-child,
.table-responsive-lg > .table-bordered > thead > tr > td:first-child,
.table-responsive-lg > .table-bordered > tbody > tr > td:first-child,
.table-responsive-lg > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

@media (max-width: 767px) {
    .btn { min-width: 0; }
}

@media (min-width: 768px) {
    .btn { min-width: 110px; }

    .input-group .btn {
        min-width: 0;
    }
}

.color-blue {
    color: #202C45 !important;
}

.btn-primary {
    color: #ffffff;
    background-color: #202C45;
    border-color: #2f6ea5;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #202C45;
    background-color: #ffffff;
}

#img-banner {
    background-image: url('../Images/banner-uadec.png');
    background-position: center center;
    background-size: 100% auto;
    min-height: 250px;
    width: 100%;
}

.name-app {
    color: #fff;
    font-size: 2.7rem;
    font-weight: 800;
    line-height: 1;
    padding-top: 110px;
}