

body{
	font-size:150%;
    font-family: 'Quicksand', sans-serif !important;
}

.navbar-inverse .navbar-brand{
    color:#FFFFFF;
}


.oculto{
    display:none;
}

footer.navbar-fixed-bottom {
    height:24px;
    color: #FFF;
    background-color: #e45a58;
}


#contenidos {
    padding-bottom:24px;
}

.encabezado-select{
    color:#FFF;
    background-color:#043f5d;
}

.navbar-brand select, .form-control{
}


.fotografia-usuario {
    background:gray;
    margin:5px;
    width:60px;
}

.peque {
    font-size:small;
}

.grande {
    font-size:larger;
}

.margen-20 {
    margin:20px;
}

.fecha-clic {
    background: rgba(0,0,0,0) !important;
    cursor: default !important;
    width: 100%;
}

.alinear-derecha {
    text-align: right;
}

.fondo-blanco {
    background:#FFF !important;
}


.edicion-oculto {
    display: block;
    visibility: hidden;
    width: 0;
    height: 0;
}


.tablita tr.enlace, .tablita td.enlace{
    font-weight: bold;
    color: #0066FF;
}


.tablita tr.enlace:hover td, .tablita td:hover.enlace  {
    background-color: #FFFF66;
    cursor:pointer;
}


.menu-oculto {
    height:0px !important;
    overflow:hidden !important;
}


.enorme{
    font-size: 300%;
    height:300%;
}

.affix-top {
    position: relative;
}


.affix {
    top: 151px;
    width: 240px;
}

#navbar .btn{
    /* debe ser de 72 pixeles para que el botón de edición con affix no 'brinque' 
     * revisar la clase affix... ~
     */
    height:72px;
}


.lectura {
    background: rgba(0,0,0,0) !important;
    cursor: default !important;
    display: block; 
    box-shadow: 0px 0px 0px;
    border-radius: 0px; 
    padding: 0; 
    margin: 0; 
    border: 0; 
    width: 100%;
    -moz-appearance: none; 
    appearance: none;
    resize: none;
}

/*
.has-error .lectura{
        color: #FF0000 !important;
}
* */


.no-editable {
    background: rgba(0,0,0,0) !important;
    cursor: default !important;
    display: block; 
    box-shadow: 0px 0px 0px; 
    border-radius: 0px; 
    padding: 0; 
    margin: 0; 
    border: 0; 
    width: 100%;
    -moz-appearance: none; 
    appearance: none;
    resize: none;
}


.fecha-clic {
    background: rgba(0,0,0,0) !important;
    cursor: default !important;
    width: 100%;
}

.cancelado{
    color: red;
    text-decoration: line-through;
}

.align-right{
    text-align: right;
}

.chica{
    width: 30%;
}

.encabezado{
    background: #BBBB77;
    background: #FFCC66;
    background: #ADFFD5;
    background: #FFECE6;
    /*background: #EEFFF9;*/
    box-shadow: 4px 4px 4px;
    border-radius: 5px; 
    font-weight: bold;
    font-size:18px;
}

.gris{
    color: gray;
}

.mitad{
    width:50%;
}

.setenta{
    width:70%;
}


.ochenta{
    width:80%;
}

.{
    width:90%;
}

.azul{
    color: blue;
}

.rojo{
    color: red;
}

.verde{
    color: green;
}

div.vertical
{
    margin-left: -70px;
    position: absolute;
    width: 200px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg); /* Safari/Chrome */
    -moz-transform: rotate(-90deg); /* Firefox */
    -o-transform: rotate(-90deg); /* Opera */
    -ms-transform: rotate(-90deg); /* IE 9 */
}

td.vertical
{
    height: 200px;
    line-height: 14px;
    padding-bottom: 20px;
    text-align: left;
}

table.tarjeton td{
    border-left: thin solid #d3d3d3;
}

.tarjeton td, .tarjeton th {
    vertical-align: top;
    border-top: 1px solid #ccc;
    padding:10px;
    width:100px;
}

.tarjeton th {
    position:absolute;
    *position: relative; /*ie7*/
    left:0; 
    width:200px;
}
.outer {position:relative}
.inner {
    overflow-x:scroll;
    overflow-y:visible;
    width:80%; 
    margin-left:200px;
}

@keyframes spin {
    0%   { transform: rotate(0deg);   }
    50%  { transform: rotate(180deg); }
    100% { transform: rotate(360deg); }
}

.glyphicon-refresh-animate {
    animation-name: spin;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

.sobretodo{
    position: fixed;
    display: block;
    top: 15%;
    left: 35%;
    width: 50%;
    z-index: 10000;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.modal-dialog{
	top: 200px;
	z-index: 20000;
}


.header-top{
    height: 80px;
    margin-left: 40px !important;
}

.header-logo{
    display: inline-block; width: 110px;
}
.header-logo img{
    width: 90px;
}
.navbar-inverse{
    background:  linear-gradient(to right, rgba(249,253,254,1) 0%, rgba(183,228,231,1) 49%, rgba(183,228,231,1) 100%);
    height: 90px;

}
.bkg-image-menu{
    display: inline-block;
    position: relative;
    width: 100%;
    opacity: .7;
    top: 25px;
    left: -15px;
}

.sidebar{
    top: 90px;
    background-color: #013954;
    color: #FFF;
}

.nav-sidebar .nav-pills > li > a, .nav-sidebar > li > a{
    color: #FFF;
}

.nav-sidebar > .nav-pills > li > a:hover, .nav-sidebar > li > a:hover{
    color: #e45a58;
    background-color: #FFF;
} 

.nav-sidebar > .active > a, .nav-sidebar > .active > a:hover{
    background-color: #e45a58;
}

.head_titulo{
    font-size: 1.5em;
    color: #19526f;
    vertical-align: middle;
    display: inline-block;
    height: 100%;
}

.first-menu-row{
    margin-top: 10px;
}

.second-menu-row{
    text-align: center;
    margin-right: 8px;
}
.logOut{
    text-transform: uppercase;
    text-decoration: underline;
}
#copete{

}

.page-header{
    border-bottom: 1px solid #ff8381;
}

.bck-red{
    color: #e45a58;
    background-color: #FFF;
}


.btn-sameSize{
    width: 170px;
    font-family: 'Quicksand', sans-serif;
    background-color: #5BB0DE;
}

li > a > .glyphicon {
    padding-right: 12px;
}


.tooltip-inner {
    white-space: pre-wrap;
    min-width: 100px;
}
