/*CONFIGURACIONES GENERALES*/
* {
	padding:0;
	margin:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	background:#FEFEFE;
}

/****************************ACÁ SE COMIENZA A CONGIGURAR EL MENÚ DEL SISTEMA****************************/

.contenedor_menu{
	padding: 0;
	background: #023859;
}

.menu_bar {
	display:none;
}

header {
	width: 100%;
}

header nav {
	background:#023859;
	z-index:1000;
	max-width: 1000px;
	width:95%;
	margin:20px auto;
}

header nav ul {
	list-style:none;
}

header nav ul li {
	display:inline-block;
	position: relative;
}

header nav ul li:hover {
	background:#024859;
	/*background: #754f2e;*/
}

header nav ul li a {
	color:#fff;
	display:block;
	text-decoration:none;
	padding: 20px;
}

header nav ul li a span {
	margin-right:10px;
}

header nav ul li:hover .children {
	display:block;
}

header nav ul li .children {
	display: none;
	background:#011826;
	/*background: #704f2e;*/
	position: absolute;
	width: 150%;
	z-index:1000;
}

header nav ul li .children li {
	display:block;
	overflow: hidden;
	border-bottom: 1px solid rgba(255,255,255,.5);
}

header nav ul li .children li a {
	display: block;
}

header nav ul li .children li a span {
	float: right;
	position: relative;
	top:3px;
	margin-right:0;
	margin-left:10px;
}

header nav ul li .caret {
	position: relative;
	top:3px;
	margin-left:10px;
	margin-right:0px;
}

@media screen and (max-width:1000px){
	/*Codigo para rotar aquelos divs que queden en mala posición cuando la resolución sea muy pequeña*/
	/*.listarRegistros{
    	transform: rotateZ(+90deg);
	}*/
}

@media screen and (max-width: 1000px) {
	body {
		padding-top:80px;
	}
	
	.contenedor_logo{
		display: none;
	}

	.logo_celular{
		width: 50px;
		height: 50px;	
		border-radius: 90px;
		margin-left: 3px;
		margin-right: 15px
	}

	.menu_bar {
		display:block;
		width:100%;
		position: fixed;
		top:0;
		background:#022857;
		z-index: 2;
	}

	.menu_bar .bt-menu {
		display: block;
		padding: 15px;
		color: #fff;
		overflow: hidden;
		font-size: 25px;
		font-weight: bold;
		text-decoration: none;
	}

	.menu_bar span {
		float: right;
		font-size: 40px;
	}

	header nav {
		width: 80%;
		height: calc(100% - 80px);
		position: fixed;
		right:100%;
		margin: 0;
		overflow: scroll;
		margin-top: 7px;
	}

	header nav ul li {
		display: block;
		border-bottom:1px solid rgba(255,255,255,.5);
	}

	header nav ul li a {
		display: block;
	}

	header nav ul li:hover .children {
		display: none;
	}

	header nav ul li .children {
		width: 100%;
		position: relative;
	}

	header nav ul li .children li a {
		margin-left:20px;
	}

	header nav ul li .caret {
		float: right;
	}

	section{
		padding: 2px;
		min-width: 700px;
		font-size: 80%;
	}

	.listarRegistros{
		margin-right: 0px;
		padding-left:0px;
		width: absolute;
		font-size: 80%;
        z-index: 1;
	}

	.listar{
		font-size: 100%;
	}

	.eliminar, .modificar, .masdetalle {
		margin-top: 0px;
		margin-bottom: 0px;
		max-height: 20px;
		max-width: :20px;
	}

	.alertify-dialog {
    	padding: 2px;
    	max-width: 300px;

	}


}

/***************************ACÁ SE TERMINA LA CONFIGURACIÓN DEL MENÚ***************************/	

section{
	padding: 5px;
	background: #fff;
}

section.viajero{
	padding: 60px;
	background: #fff;
}

p.alertify-message{
	color: white;
}

p{
	color: black;
	font-size: 80%;
	font-family: justify;
}

.logo{
	max-width: 40%;
	max-height: 40%;
}

.contenedor_logo{
	padding-top: 20px;
	padding-left: 10px;
}

/*-----------CONFIGURACIÓN DE LOS DIVS-------------*/

.ingresarRegistros{
	height: auto;
	width: 100%;
	text-align: center;
	background-color: white; 
}

div.listarRegistros{
	height: auto;
	width: auto;
	background-color: white;
	text-align: center;
	border:1 solid #4e4d4d;
	border-radius: 3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	box-shadow:inset 0 0 10px #000;
	min-width: 715px;
	margin-bottom: 100px;
}

div.listarRegistros table {
       margin: 0 auto;
       text-align: center;
}

div.filtro{
	height: auto;
	width: auto;
	background-color: white;
	text-align: center;
	min-width: 715px;
}

div.filtro table {
       margin: 0 auto;
       text-align: center;
}
/*
div.overflow{
	overflow: auto;
	width: auto;
	margin: 0 auto;
	max-height: 200px;
	margin-left: 20px;
	margin-right: 20px;
}*/



/*-------------------Configuración de las tablas-----------------------*/
table#listar{
	border-radius: 1px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	box-shadow:inset 0 0 3px #000;
}

table#listar th{
	color: white;
	border-collapse: inherit;
	border-radius: 3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	box-shadow:inset 0 0 3px #000;
	margin: auto;
	padding: 10px 20px;
	font-size: 100%;
	background-color: white;
	border-top: 1px hidden;
  	border-bottom: 1px hidden;
  	/*overflow: hidden;*/
  	font-family: Lato-Bold;    
  	text-align: center;
}

table#listar tr {
  border: solid;
  border-width: 1px 0;
  -webkit-transition: all 150ms ease-in;
  -ms-transition: all 150ms ease-in;  
  -moz-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
  
}

table#listar td{
	padding: 5px 10px;
}

table#listar tr:hover{
	border: solid;
  	border-width: 1px 0;
	background-color: transparent;
	-webkit-transition: all 150ms ease-in;
    -ms-transition: all 150ms ease-in;  
    -moz-transition: all 150ms ease-in;
    transition: all 150ms ease-in;
    border-radius: 3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	box-shadow:inset 0 0 3px #000;
}

table#balanceCostos {
	border: solid;
  	border-width: 3px 3px;
  	border-radius: 3px;
  	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	box-shadow:inset 0 0 3px #000;
  	-webkit-transition: all 150ms ease-in;
  	-ms-transition: all 150ms ease-in;  
  	-moz-transition: all 150ms ease-in;
  	transition: all 150ms ease-in;
  	padding: 10px;
}

table#balanceCostos:hover{
	transition-duration: 0.1s;
    -webkit-transition: all 150ms ease-in;
    -webkit-transform: scale(1.5);
    -ms-transition: all 150ms ease-in;
    -ms-transform: scale(1.5);   
    -moz-transition: all 150ms ease-in;
    -moz-transform: scale(1.5);
    transition: all 150ms ease-in;
    transform: scale(1.5);
    cursor: pointer;
}

table#balanceCostos td#costo{
	background-color: #ff4e4e;
	color: white;
	padding: 5px;
}
table#balanceCostos td#utilidad{
	background-color: #2196F3;
	color: white;
	padding: 5px;
}
table#balanceCostos td#ganancia{
	background-color: #5CB811;
	color: white;
	padding: 5px;
}

table td.datos{
	font-size: 75%;
}

/*Centra las tablas dentro de un formulario*/
form table{
	margin: 0 auto;
}


/*-------------------Configuración de los formularios y lo que contiene------------------*/

form{
	background: rgba(255, 255, 255, 1);
	width: 100%;
	height: auto;
	border:1 solid #4e4d4d;
	border-radius: 3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	box-shadow:inset 0 0 10px #000;
}

form h1{
	text-align: center;
	color: black;
	font-weight:normal;
	font-size:100%;
	margin: 5px 0px;
	font-family: Verdana;
}
/*
form textarea{
	width:90%;
	height:100px;
	padding:0px 0px;
	color:#6d6d6d;
	margin: 2px 5px;
	text-align: center;
}

form input{
	width: 90%;
	height: 25px;
	padding:0px 0px;
	color:#6d6d6d;
	margin: 2px 5px;
	text-align: center;
}*/

form button{
	width:30%;
	margin:20px 0px 30px 30px;
	height:40px;
	background-color: #5CB811;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3c3c3c+0,2a2828+100 */
	/*background: rgb(60,60,60); /* Old browsers */
	/*background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(18,59,89,1) 100%); /* FF3.6-15 */
	/*background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(18,59,89,1) 100%); /* Chrome10-25,Safari5.1-6 */
	/*background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(18,59,89,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#123B59',GradientType=0 ); /* IE6-9 */
	border: 1px solid #3B7808;
	color:#fff;
	
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	font-family: Verdana;
	
}

form button:hover{
	/*background:#123B59;*/
	/*background: -moz-linear-gradient(top,  rgba(10,10,10,1) 0%, rgba(18,59,89,1) 100%); /* FF3.6-15 */
	/*background: -webkit-linear-gradient(top,  rgba(10,10,10,1) 0%,rgba(18,59,89,1) 100%); /* Chrome10-25,Safari5.1-6 */
	/*background: linear-gradient(to bottom,  rgba(10,10,10,1) 0%,rgba(18,59,89,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#202020', endColorstr='#123B59',GradientType=0 ); /* IE6-9 */
	background-color: #3B7808;
	transition-duration: 0.1s;
	box-shadow:0px 2px 2px #000;
	-moz-box-shadow:0px 2px 2px #000;
	-webkit-box-shadow:0px 2px 2px #000;
	cursor: pointer;
}

form button:active{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2a2828+0,3c3c3c+100 */
	/*background: rgb(42,40,40); /* Old browsers */
	/*background: -moz-linear-gradient(top,  rgba(18,59,89,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	/*background: -webkit-linear-gradient(top,  rgba(18,59,89,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	/*background: linear-gradient(to bottom,  rgba(18,59,89,1) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C16400', endColorstr='#565656',GradientType=0 ); /* IE6-9 */
	background-color: #5CB811;
}

/*--------------------Titulos del sistema---------------*/
p.titulo{
	font-weight: bold;
	font-size: 150%;
	color: black;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 15px;
	margin-left: 15px;
}

p.tituloCentrado{
	font-weight: bold;
	font-size: 150%;
	color: black;
	text-align : center;
}

p.tituloDerecha{
	font-weight: bold;
	font-size: 150%;
	color: black;
	text-align : right;
}

p.tituloIzquierda{
	font-weight: bold;
	font-size: 150%;
	color: black;
	text-align : left;
}

p.textoJustificado{
	text-align : justify;
	color: black;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 15px;
	margin-left: 15px;
}

p.textoCentrado{
	text-align: center;
	color: black;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 8px;
	margin-left: 8px;
}

p.textoDerecha{
	text-align: right;
	color: black;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 15px;
	margin-left: 15px;
}

p.textoIzquierda{
	text-align:left;
	color: black;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 15px;
	margin-left: 15px;
}

/*------------CONFIGURACIÓN DE BOTONES DE ACCIÓN-------------*/

.eliminar, .modificar, .masdetalle {
	margin-top: 6px;
	margin-bottom: 6px;
	height: 35px;
	width: :35px;
	transition-duration: 0.1s;
}

.eliminar:hover, .modificar:hover, .masdetalle:hover{
	transition-duration: 0.1s;
    -webkit-transition: all 150ms ease-in;
    -webkit-transform: scale(1.2);
    -ms-transition: all 150ms ease-in;
    -ms-transform: scale(1.2);   
    -moz-transition: all 150ms ease-in;
    -moz-transform: scale(1.2);
    transition: all 150ms ease-in;
    transform: scale(1.2);
    cursor: pointer;
}

.agregarNuevo{
	margin-left: -62%;
	border: 1px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
    display: inline-block;
    outline: 0;
    padding: 8px 16px;
    vertical-align: middle;
    /*overflow: hidden;*/
    text-decoration: none;
    color: #fff;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    background-color: #2196F3!important;
}

.agregarNuevo:hover{
	transition-duration: 0.1s;
	box-shadow:0px 5px 5px #000;
	-moz-box-shadow:0px 2px 2px #000;
	-webkit-box-shadow:0px 2px 2px #000;
	cursor: pointer;
}

.logout{
	margin-left: 80%;
	border: 1px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
    display: inline-block;
    outline: 0;
    padding: 8px 16px;
    vertical-align: middle;
    /*overflow: hidden;*/
    text-decoration: none;
    color: #fff;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    background-color: #ce0000!important;
    margin-bottom: 0px;
    margin-top: 0px;
}

.logout:hover{
	transition-duration: 0.1s;
	box-shadow:0px 5px 5px #000;
	-moz-box-shadow:0px 2px 2px #000;
	-webkit-box-shadow:0px 2px 2px #000;
	cursor: pointer;
}

.descargarArchivos {
    border: 1px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
    display: inline-block;
    outline: 0;
    padding: 8px 16px;
    vertical-align: middle;
    /*overflow: hidden;*/
    text-decoration: none;
    color: #fff;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    background-color: #2196F3!important;
}
.descargarArchivos:hover{
	transition-duration: 0.1s;
	box-shadow:0px 5px 5px #000;
	-moz-box-shadow:0px 2px 2px #000;
	-webkit-box-shadow:0px 2px 2px #000;
	cursor: pointer;
}

.verArchivos {
    border: 1px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
    display: inline-block;
    outline: 0;
    padding: 8px 16px;
    vertical-align: middle;
    /*overflow: hidden;*/
    text-decoration: none;
    color: #fff;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    background-color: #5CB811!important;
}
.verArchivos:hover{
	transition-duration: 0.1s;
	box-shadow:0px 5px 5px #000;
	-moz-box-shadow:0px 2px 2px #000;
	-webkit-box-shadow:0px 2px 2px #000;
	cursor: pointer;
}

.verArchivosReducidos {
    border: 1px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
    display: inline-block;
    outline: 0;
    padding: 1px 7px;
    vertical-align: middle;
    /*overflow: hidden;*/
    text-decoration: none;
    color: #fff;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    background-color: #5CB811!important;
}
.verArchivosReducidos:hover{
	transition-duration: 0.1s;
	box-shadow:0px 5px 5px #000;
	-moz-box-shadow:0px 2px 2px #000;
	-webkit-box-shadow:0px 2px 2px #000;
	cursor: pointer;
}


.VerBalance{
	/*margin-left: -62%;*/
	border: 1px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
    display: inline-block;
    outline: 0;
    padding: 8px 16px;
    vertical-align: middle;
    /*overflow: hidden;*/
    text-decoration: none;
    color: #fff;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    background-color: #5CB811!important;
}

.VerBalance:hover{
	transition-duration: 0.1s;
	box-shadow:0px 5px 5px #000;
	-moz-box-shadow:0px 2px 2px #000;
	-webkit-box-shadow:0px 2px 2px #000;
	cursor: pointer;
}

.volver{
	width:15%;
	margin:20px 0px 30px 30px;
	height:40px;
	background-color: #5CB811;
	border: 1px solid #3B7808;
	color:#fff;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	font-family: Verdana;
}
.volver:hover{
	background-color: #3B7808;
	transition-duration: 0.1s;
	box-shadow:0px 2px 2px #000;
	-moz-box-shadow:0px 2px 2px #000;
	-webkit-box-shadow:0px 2px 2px #000;
	cursor: pointer;
}

.volver:active{
	background-color: #5CB811;
}


/*Configuraciones para select multiselect*/


form .multiselect.dropdown-toggle.btn.btn-default{
	width: 90%;
	height: 25px;
	padding:1px 0px;
	margin: 0px 0px;
	text-align: center;
	max-width: 164.69px;
}

.btn-group{
	height: 100%;
	width: 100%;
}

form .checkbox input[type=checkbox]{
	position:absolute;
	height: 21px;
	margin: 0px -215px;
	visibility: hidden;
}

.btn{
	display:inline-block;
	padding:6px 12px;
	margin-bottom:0;
	font-size:14px;
	font-weight:400;
	line-height:1.42857143;
	text-align:left;
	white-space:nowrap;
	vertical-align:middle;
	-ms-touch-action:manipulation;
	touch-action:manipulation;
	cursor:pointer;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	background-image:none;
	border:1px solid transparent;
	border-radius:4px
}

.caret{
	display:inline-block;
	width:0;
	height:0;
	margin-left:2px;
	vertical-align:middle;
	border-top:4px dashed;
	border-top:4px solid\9;
	border-right:4px solid transparent;
	border-left:4px solid transparent;
}

.dropdown-menu{
	position:absolute;
	top:100%;
	left:0;
	z-index:1000;
	display:none;
	float:left;
	min-width:160px;
	padding:5px 0;
	margin:2px 0 0;
	font-size:14px;
	text-align:left;
	list-style:none;
	background-color:#fff;
	-webkit-background-clip:padding-box;
	background-clip:padding-box;
	border:1px solid #ccc;
	border:1px solid rgba(0,0,0,.15);
	border-radius:4px;
	-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);
	box-shadow:0 6px 12px rgba(0,0,0,.175)
}

.dropdown-menu>li>a{
	display:block;
	padding:3px 20px;
	clear:both;
	font-weight:400;
	line-height:1.42857143;
	color:#333;
	white-space:nowrap
}
.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{
	color:#fff;
	text-decoration:none;
	background-color:#337ab7;
	outline:0;
}
.open>.dropdown-menu{
	display:block;
}


/*Configuracion DIV calendario*/

/*.calendario{
	height: 600px;
	width: 90%;
}*/

input[type=text], [type=file], [type=date], [type=email], [type=password], select{
    width: 90%;
    padding: 5px 5px;
    margin: 2px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    text-align: center;
}

textarea{
    width: 90%;
    height:100px;
    padding: 5px 5px;
    margin: 2px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    text-align: center;
}

p#requerido{
	color: black;
	font:bold 15px 'Trebuchet MS';
}

p#norequerido{
	color: #5CB811; font:bold 15px 'Trebuchet MS';
}

/*CONFIGURACIÓN TABLA PARA REALIZAR COTIZACIÓN*/

#cotizacion {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    /*border-collapse: collapse;*/
    width: 50%;
    text-align: center;
}

#cotizacion td, #cotizacion th {
    border: 1px solid #ddd;
    /*padding: 1px;*/
}

#cotizacion tr:nth-child(even){background-color: #f2f2f2;}

#cotizacion tr:hover {background-color: #ddd;}

#cotizacion th {
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: left;
    background-color: #4CAF50;
    color: white;
    text-align: center;
}

table td.datos {
    font-size: 70%;
}

/* CSS para botones en div filtrar*/

.buttonDivFiltrar {
    position: relative;
    background-color: #4CAF50;
    border: none;
    font-size: 14px;
    color: #FFFFFF;
    padding:5px;
    width: 110px;
    text-align: center;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
}

.buttonDivFiltrar:after {
    content: "";
    background: #f1f1f1;
    display: block;
    position: absolute;
    padding-top: 300%;
    padding-left: 350%;
    margin-left: -20px !important;
    margin-top: -120%;
    opacity: 0;
    transition: all 0.8s
}

.buttonDivFiltrar:active:after {
    padding: 0;
    margin: 0;
    opacity: 1;
    transition: 0s
}
/*GIF de carga para subida de archivos*/
.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
    display: none;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.gifCarga{
	width: auto;
	height: 100%;

}

.carga{
	height: 60px; 
	width: 60px;
	margin: 0 auto;
}