﻿/*body {
    padding-top: 50px;
    padding-bottom: 50px;
}*/
html {
height: 100%;
}
body {
height: 100%;
margin: 0px;
padding: 0px;
}


/* Set padding to keep content from hitting the edges */
.body-content {
    /*padding-left: 15px;
    padding-right: 15px;*/
    width: 100%;
}

/* 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;
}

/* Set width on the form input elements since they're 100% wide by default */

select {
    /*max-width: 280px;*/

     width: 100%;
}


/***********************************************************************Custom***************************************************************/

.navbar-default {
    background-color: #6D9BBC;
    border-color: #6D9BBC;
}

.navbar-default .navbar-brand {
    color: #ffffff;
    font-family: 'Aldo';
    font-size: 28px;
    top: 6px !important;
}

.navbar-default .navbar-nav > li > a {
    color: #ffffff;
}


.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #ffffff;
    cursor: default;
    background-color: #6d9bbc;
    border: 1px solid rgba(255,255,255,0.9);
    border-bottom-color: transparent;
}


.btn-default {
    color: #fff;
    background-color: #6d9bbc;
    border-color: #ffffff;
}


a {
    color: #6d9bbc;
    text-decoration: none;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: rgba(109, 155, 188, 0.17);
}

.btn-default:hover {
    color: #333;
    background-color: rgba(109, 155, 188, 0.48);
    border-color: rgba(109, 155, 188, 0.32);
}

.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
    border-top: 0;
    background-color: #b5b5b5;
    color: #ffffff;
    width: 80% !important;
}

input[type="search"] {
     -webkit-appearance: none; 
}


footer {
    display: block;
    background-color: #6d6d6d;
    color: white;
    text-align: center;
    padding-top: 4px;
    box-shadow: none !important;
    bottom: 0px;
    position: fixed;
    width: 100%;
    z-index: 10000;
    height: 32px;
    font-size: 17.9px;
    font-weight: bold;
}

#loginForm {
    padding: 15px;
    background-color: #6d9bbc;
    margin-left: 22%;
    margin-right: 22%;
    text-align: -webkit-right;
    margin-top: 13%;
    border-radius: 10px;
}

.form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
    color: white;
}


table.dataTable td.select-checkbox {
    position: relative;
    text-align: center;
}

/***********************SOLO LECTURA******************/
#soloLectura {
    
    border-radius: 5px;
    border: 3px solid #6d9bbc;
    background: #f3f3f3;
    /*height: 700px;*/
    overflow-x: hidden;
    overflow-y: scroll;
    /*margin-top: -8px;*/

}

#soloLecturaHeader {
    font-weight: bold;
    color: white;
    display: block;
    text-align: center;
    padding: 20px;
    background-color: #6d9bbc;
    font-size: 18px;
    text-transform: uppercase;
}

#soloLecturaSubHeader {
    font-weight: bold;
    color: white;
    display: block;
    text-align: center;
    background-color: #6d9bbc;
    margin-top: 10px;
}

 hr{ 
   height:1px; 
   background-color:#9e9e9e; 
   border:none; 
 }
 
th { font-size: 13px; }
td { font-size: 12px; } 

/*------------------------------------------------------------------*/

/*--------------Avisos----------------------------------------------*/
.solo_aviso {
    border-radius: 5px;
    border: 3px solid #9ca2a7;
    background: #f3f3f3;
    
    overflow-x: hidden;
    overflow-y: scroll;
   
}

.aviso_header {
    font-weight: bold;
    color: white;
    display: block;
    text-align: center;
    padding: 20px;
    background-color: #942d2b;
    font-size: 18px;
    text-transform: uppercase;
}

 /*----------------------------------------------------------------*/

 /*LOADING*/
 #progress {
    overflow: hidden;
    display:    none;
    margin: 0 auto;
    text-align:center;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 );
}

    #progress img {
        /*width: 20%;*/
        padding-top: 20%;
    }
    

 /*------------*/


 /*----------------------SOLO EDICION----------------------*/

 #soloEdicion {
    border-radius: 5px;
    border: 3px solid #6d9bbc;
    background: #f4f4f4;
    overflow-x: hidden;
    overflow-y: scroll;    
}

 #soloEdicionHeader {
    font-weight: bold;
    color: white;
    display: block;
    text-align: center;
    padding: 8px;
    background-color: #6d9bbc;
    font-size: 18px;
    text-transform: uppercase;
}


 .gestion_header {
    font-weight: bold;
    color: white;
    display: block;
    text-align: center;
    padding: 20px;
    background-color: #308069;
    font-size: 18px;
    text-transform: uppercase;
}


 #soloLecturaSubHeaderGestion {
    font-weight: bold;
    color: white;
    display: block;
    text-align: center;
    background-color: #308069;
    margin-top: 10px;
    margin-bottom: 10px;
}

 /*-------------------------------------------*/


 /*Color fases tabla*/

 .color_fase1{
     color: white;
     background: #22b14c;
     padding: 5px;
 }

 .color_fase2{
    color: #333333;
    background: #fff423;
    padding: 5px;
 }

 .color_fase3{
     color: #333333;
     background: #ffa10e;
     padding: 5px;
 }

 .color_fase4{
     color: white;
     background: #6f3198;
     padding: 5px;
 }