@font-face{font-family:GOTHIC; src:url(fuentes/GOTHIC.ttf)}
@font-face{font-family:GOTHICB; src:url(fuentes/GOTHICB.ttf)}
@font-face{font-family:GOTHICBI; src:url(fuentes/GOTHICBI.ttf)}
@font-face{font-family:GOTHICI; src:url(fuentes/GOTHICI.ttf)}


html, body{
	width: 100% ;
	height: 100% ;
	font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif !important;
}


body {
    margin: 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url(../imgs/fondo_login.png);
}
 input{
	text-align: center; 
	border-radius: 3px;
    border: 1px solid #DDD;
}

#sesion{
	background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    width: 22%;
    height: 86%;
    left: 64%;
    top: 8%;
    border-radius: 0px;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
}

#loading{ 
	position:fixed; top:30%; left:45%; background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), 
				color-stop(50%,rgba(243,243,243,1)), color-stop(51%,rgba(237,237,237,1)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
	width:10%; z-index:1010; opacity:0.8; border-radius: 5px; box-shadow:0 0 10px #333; text-align:center; padding:20px;}
	
#loading img{
	width: 100px;
}	

#sesion p img{
	width: 77%;
    height: auto;
    vertical-align: middle;
    padding: 14px 16px;
    opacity: 0.8;
    background: #ffffff;
}
p{
	    text-align: center;
}

/* Definition tags form */
form{
	    padding: 10px 30px;
}


/* Definition class helpers */
.ok{ color:#0C0;}
.error{ color:#F00;}
.advertencia{ color:#FC3;}


input[type="tel"], input[type="text"], input[type="date"], input[type="number"], input[type=password], textarea, select{
	padding: 5px 1%;
    width: 100%;
    text-align: center;
    /* margin-top: 10px; */
    background: rgba(255,255,255,0.7);
    font-size: 11pt !important;
    transition: all 0.4s linear;
    /* height: 7%; */
    text-transform: uppercase;
}


input[type="radio"]{
    width: 20px;
    height: 20px;
}

/*=== Estilo para el login */
input[type="submit"]{
	text-shadow: 0px 1px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    padding: 5px 20px;
    white-space: nowrap;
    border-radius: 5px;
    margin: 30px 70;
    font-size: 0.8em;
    font-weight: bolder;
    color: #AB202D;
    cursor: pointer;
    transition: all 0.3s linear;
    width: auto;
    background: linear-gradient(to bottom, #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%);
    box-shadow: inset 0px 0px 2px rgba(60,60,60,0.4), -1px 1px 1px rgba(0,0,0,0.5);
}


#usuario, #password{
	padding: 12px;
    margin: 10px 0px;
    text-transform: lowercase;
}


/*===================================
=====================================
INICIA CSS DE PANTALLA ALTAS USUARIO
=====================================
=====================================*/

#menu_principal p img{
	height: 18%;
	width:94%;
    padding: 14px 9px;
    background: #FFFFFF;
    opacity: 0.9;
    
}
    

#menu_principal{
	background-color: #5B5B5B;
    width: 20%;
    height: 100%;
    display: inline-block;
    position: fixed;
    top: 0%;
    left: 0%;

}
	
	#menu_principal > p{
		width: 100%;
	    margin: 0;
	    background: #A22A37;
	}

ul{
	margin : 0;
	padding: 0;
}

#menuOptions{
	margin: 0;
    padding: 0;
    height: 78%;
    overflow-y: auto;
}

li{
	list-style: none;
    padding: 10px 46px;
    color: #B2B3B3;
    cursor: pointer;
}

	li img{
		vertical-align: middle;
	    margin: 0px 10px;
	}

li:hover{
	color: white;
    background: #6D3838;
    transform: scale(1.06);
}


.foco{
	color: white;
	background: #8E2425;
}


#contenedor_padre{
	height: 100%;
    position: fixed;
    top: 0%;
    right: 0%;
    width: 80%;
}


#datosLogueo{
    background-color: #5B5B5B;
    width: 100%;
    height: 10%;
}

#log_out{
    color: #ffffff;
    width: 10%;
    margin-top: 1%;
    float: right;
    margin-right: 2%;
    background-color: #8E2425;
    padding: 3px;
}

#log_out img{
    vertical-align: middle;
    margin-left: 19px;
    padding: 3px;

}

#contenido_principal{
	background-color: white;
    width: 100%;
    height: 90%;
    overflow-y: auto;
}

.button_operation{
    color: #ffffff;
    width: 150px;
    float: right;
    margin: 1% 1% 0.5%;
    background-color: #8E2425;
    padding: 10px;
    border-radius: 3px;
    text-decoration: none;
}

 #reportesIngresos, #reportesEdoCuenta{
    color: #ffffff;
    width: 17%;
    float: right;
    margin: 1% 4% 0.5%;
    background-color: #8E2425;
    padding: 5px;
    border-radius: 3px;
    text-decoration: none;
}


.button_operation img{
    vertical-align: middle;
    margin-left: 5px;
    padding: 6px;
}

fieldset{
    margin: 10px 45px;
    padding: 8px 0px;
    padding-left: 7px;
}

/*=== Columnas helpers */
.cols-1{
    display: inline-block;
    width: 98%;
    padding: 10px 5px;
}

.cols-2{
	display: inline-block;
    width: 48%;
    padding: 10px 5px;
}

.cols-3{
	display: inline-block;
    width: 31%;
    padding: 10px 7px;
}

.cols-4{
	display: inline-block;
	width: 23%;
	padding: 10px 7px;

}

.cols-5{
    display: inline-block;
    width: 18%;
    padding: 10px 7px;

}

.cols-5 label, .cols-4 label, .cols-3 label, .cols-2 label{
	display: inline-block;
	width: 100%;
}

.cols-5 input, .cols-4 input, .cols-3 input, .cols-2 label{
	width: 100%;
}

.cols-5 strong, .cols-4 strong, .cols-3 strong, .cols-2 strong{
	text-transform: uppercase;
}

.cols-2 textarea, .cols-3 textarea, .cols-4 textarea, .cols-5 textarea{
	width: 100% !important;
    height: 65px !important;
}


table {    
    border-collapse: collapse;
    width: 94%;
    text-align: center;
    margin: 15px 27px;
    text-transform: uppercase;
}  

table th {
 padding: 3px 10px;
}

table thead th {
 	background-color:#E6E7E8;
 	color: black; 
 	font-size: 15px; 
 	font-weight: bold;
 	padding: 5px 20px;
 }

table tbody td{
    padding: 1%;
    font-size: 11pt;
}

tr:nth-child(even) {background: #E6E7E8; }
tr:nth-child(odd) {background: white;}

tbody tr:nth-child(even) {background: #E6E7E8; }
tbody tr:nth-child(odd) {background: white;}

#btn_editar{
	width: 23px;
}

#btn_elim{
	width: 24px;
}

/*DATOS DE AGREGAR USUARIO VENTANA ABSOLUTE*/

#datos_cliente{
	position: fixed;
	background-color: #EBECEC;
	width: 70%;
	height: 85%;
	top:10%;
	margin-left: 5%;
	
}

legend{
	background-color: white;
}

#resultados{
	background: rgba(0,0,0,0.7);
    position: fixed;
    width: 28%;
    min-height: 90px;
    z-index: 20;
    bottom: -200px;
    right: 1%;
    box-shadow: 0 0 20px #000;
    color: white;
    margin-top: 10px;
    clear: both;
    border-top: 22px solid;
    text-align: center;
}

.izquierda{
	float: left;
    width: 48%;
    margin: 20px 30px;
    color: white;
    font-size: 1.5em;
}

.clear_both{
	clear: both;
}

#contenedor_modal, #contenedor_modal_2{
	position: fixed !important;
    top: 10%;
    left: 10%;
    z-index:5;
    width: 80%;
    background: white;
    /*-webkit-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.75);*/
    max-height: 80%;
    height: auto;
    overflow-y:auto;
}

.shadowsBox{
    -webkit-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.75);
}

#contenedor_modal_2{
    /*-webkit-box-shadow: -6px 11px 48px 3px rgba(0,0,0,0.75);
    -moz-box-shadow: -6px 11px 48px 3px rgba(0,0,0,0.75);
    box-shadow: -6px 11px 48px 3px rgba(0,0,0,0.75);*/
}

#contenedor_modal img[data-close_windows="true"], 
#contenedor_modal_2 img[data-close_windows="true"]{
	position: absolute;
    top: 1px;
    left:  97%;
    background: white;
    width: 30px;
    border-radius: 50px;
    height: 30px;
}

.fieldset_contenedor{
	padding: 10px 5px;
    margin: 5px 10px;
    margin-bottom: 13px;
}

.fieldset_contenedor form{
	padding: 0;
	margin: 0;
}

#fondo{
	top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    position: fixed;
    background: rgba(0,0,0,0.7);
    display: none;
}

/*=== Definicion de botones */

.Button, button:not(.select2-selection__clear) {
	-moz-box-shadow:inset 0px 1px 0px 0px #cf866c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #cf866c;
	box-shadow:inset 0px 1px 0px 0px #cf866c;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d0451b), color-stop(1, #bc3315));
	background:-moz-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:-webkit-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:-o-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:-ms-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:linear-gradient(to bottom, #d0451b 5%, #bc3315 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0451b', endColorstr='#bc3315',GradientType=0);
	background-color:#d0451b;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #942911;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #854629;
}

.Button:hover, button:hover:not(.select2-selection__clear) {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bc3315), color-stop(1, #d0451b));
	background:-moz-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:-webkit-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:-o-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:-ms-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:linear-gradient(to bottom, #bc3315 5%, #d0451b 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc3315', endColorstr='#d0451b',GradientType=0);
	background-color:#bc3315;
}

.focus_pagination{
    box-shadow: inset 0px 0px 21px 0px #191814;
    border-color: black;
}

.custom_table{
	width: 100%;
    margin: 0%;
    margin-top: 25px;
}

.custom_table td, .custom_table td{
	/*width: 50%;*/
}


input.eliminar{
	background: url(../imgs/btn_eliminar.png) no-repeat center;
	background-size: 22px;
	padding: 6px 18px;
}

input.eliminar:hover{
	border: 1px solid #CA4019;
}

input.eliminar:active{
	box-shadow: inset 0px 0px 10px 0px #191814;
    border-color: black;
}

.img_adding{
	width: 23px;
    vertical-align: middle;
}

.witdh_long{
	width: auto !important;
	padding-right: 15px;
}

.position_relative{
	position: relative;
}

h4.position_relative{
	text-transform: uppercase;
	font-style: italic;
}

h4.customH4Details{
    border-bottom: 2px solid #8E8A8A;
}

.position_absolute{
	position: absolute;
    top: -30px;
    right: 0%;
}

img[data-details="true"]:active{
	position: relative;
    top: 1px;
    left: 0px;
}

.totales{
	width: 80px !important;
	
}

.monto_total{
    width: 150px !important;
}

.detallePago{
    width: 60% !important;
}

.blackfont{
	font-weight: bold;
	color: rgb(193, 49, 49);
	text-align: center;
}

#totalAbonos{
	width: 10% !important;
}

label, legend{
	text-transform: uppercase;
}

.totalesDetalle{
	width: 50% !important;
	margin: 0 auto;
}

.custom-cols4{
	text-align: center;
}

#reporte_edo_cuenta{
	width: 200px;
}

/*.myButton:active {
	position:relative;
	top:1px;
}*/

#fondo_reportes{
    height: 30%;
    width: 35%;
    vertical-align: middle;
    margin: 162px 309px;
}

.number_money{
    width: 80px !important;
}

        
#reportes_edo_cuentas{
    width:  200px;
}

.derecha{
    float: right;
    margin: 0px 2px;
    width: 49%;
}
.izq{
    float: left;
    margin: 0px 2px;
    width: 49%;
}
.tableCustomVentas{
    margin: 0;
    width: 98%;
}

.custom_buttom{
    margin-bottom: 40px !important;
}

.hide_elements_mod_right, .hide_elements_mod_left, .hide_elements_proy_right, .hide_elements_proy_left{
 display:none;
}

.show_elements_mod{
 display:inline-block;
}

#firts_show_mod{
    display: none;
}

#cancelarVentas{
    position: absolute;
    top: -12px;
    left: 175PX;
}

.trCostosVentas{
    background: #CFDCDC;
    font-weight: bolder;
}
.importante{
    color: red;
}

#logo_excel{
    vertical-align: middle;
    margin: -3px 4px;
    padding: 0px;
}

#reportes_ingresos, #reportes_ingresos_pagos{
    width: 220px !important;
}