﻿.ancho-10 {	width:10px;}
.ancho-20 {	width:20px;}
.ancho-30 {	width:30px;}
.ancho-40 {	width:40px;}
.ancho-50 {	width:50px;}

.modal-lg {
    width:inherit;
}

.cuadrado 
{
	height:30px; width:30px; display:table;	
}

.cuadrado2
{
	height:19px; width:15px; display:table;	
}


.row-click
{
	cursor:pointer;
}

.contenedor-tabla
{
	display: block;
    height: 250px;
    max-height: 250px;
    overflow: auto;
    padding: 0px;
    margin: 0px;
    width: 100%;
}

@media (min-width: 768px) 
{
    .table-responsive 
    {
        overflow-x:inherit;
    }

}
 /* normal */
 
     .exportar-excel 
    {
        padding-top:5px;
        padding-bottom:5px;
        margin-left: 20px;       
    }


 /* cuando entra a mobil */
@media(max-width: 767px) { 

     .exportar-excel 
    {
        margin:auto;
        display:block;
    }
    
    .esconder-sm 
    {
        display:none;
    }
}


.fondo-login { 
background: url(../resources/fondo-login.jpg) no-repeat center center fixed; 
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-color:#999;
}


.logo-icono-login 
{
    display:block;
    margin:auto;
    padding-top:10px;
}


.fondo, .fondo_total {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color: #000;
  	filter:alpha(opacity=60);
  	-moz-opacity: 0.6;
  	opacity: 0.6;
  	z-index: 100000;
}
    
   
.fondo .loader 
{
    position:relative;
    left:48%;
    top:100px;
    color:#66afe9;
    display:table;
}    
.fondo_total .loader_total
{
    position:relative;
    left:48%;
    top:100px;
    color:#66afe9;
    display:table;
}
    
.fondo_total .loader_total2
{
    color:#66afe9;
    display:table;
    position:relative;
    margin:auto;
}
    
.vigente-1
{
    display:block;
}

.vigente-0
{
    display:none;
}

.no-vigente-1
{
    display:none;
}

.no-vigente-0
{
    display:block;
}

td label 
{
    font-weight:normal;
    position:relative;
    top:-2px;
    margin-left:5px;    
}

.contenedor-margin-20 
{
    margin:20px;
}


.contenedor-scroll-300 
{
    height:300px;
    overflow:auto;
}


.tm-rowclick td, .tm-rowclick tr
{
    color: #3c8dbc;
    text-decoration: none;
    background-color: transparent;
    cursor:pointer;
}

.tm-rowclick-arrow td, .tm-rowclick tr
{
    color: #3c8dbc;
    text-decoration: none;
    background-color: transparent;
}

.imagen-edicion-ancho
{
    width: 80%;
}

.imagen-edicion-alto
{
    height: 185px;
}

.imagen-thumb 
{
    
}

.txt-falso 
{
    overflow:hidden;
}

.caja-resultado-busqueda 
{
    width:250px;
    display:table;
    float:left;
    padding-right:20px;
}

.padding-left 
{
    margin-left:10px;
}

.table-bordes-negros>tbody>tr>td 
{
    border: 1px solid #E8E8E8;
}

.Sep10 {height:20px;}
.Sep20 {height:20px;}
.Sep30 {height:30px;}
.Sep40 {height:40px;}
.Sep50 {height:50px;}
.Sep60 {height:60px;}
.Sep70 {height:70px;}
.Sep80 {height:80px;}

.colorpicker:before 
{
    display:none;
}

.bootstrap-timepicker-widget.dropdown-menu.open 
{
	z-index:100000;		
}

.timepicker-minute 
{
	padding:0px;
	margin:0px;	
	border:0px;
}
.timepicker-hour {
	padding:0px;
	margin:0px;	
	border:0px;
}


.form-horizontal 
{
	margin-bottom:10px;
}

hr 
{
	padding:0px;
	margin:0px;
}

#modal-personales{
            width: 90% !important;
}