@charset "utf-8";

* {
	padding:0;
	margin:0;
	border:0;
}

@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?jecyv8');
  src:  url('fonts/icomoon.eot?jecyv8#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?jecyv8') format('truetype'),
    url('fonts/icomoon.woff?jecyv8') format('woff'),
    url('fonts/icomoon.svg?jecyv8#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-forever:before {
	content: "\e18f";
}


@font-face {
    font-family: 'leelawadeeregular';
    src: url('../fonts/leelawad-webfont.eot');
    src: url('../fonts/leelawad-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/leelawad-webfont.woff') format('woff'),
         url('../fonts/leelawad-webfont.ttf') format('truetype'),
         url('../fonts/leelawad-webfont.svg#leelawadeeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

article, aside, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

html, body{ height: 100%; }

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	padding:0;
	margin:0;
	border:0
}

body {
	background-color:#FFF;
	background-repeat: no-repeat;
	background-position: top left;
	margin:0; 
	padding:0px 0px;
	font-family: 'leelawadeeregular';
	font-size:16px;
	color:#333333;
	line-height:22px;
}


img {
	max-width: 100%;
	width: auto\9;
	height: auto;
	vertical-align: middle;
	border:0;
	-ms-interpolation-mode: bicubic;
}

p {
	padding:0 0 0 0;
	margin:0 0 20px 0;
	line-height:22px
}

ul {
	padding:0;
	margin:0 0 15px 40px;
	list-style-image:url(../images/icon-list.png)
}

ul ul {
	padding:0;
	margin:10px 0 15px 40px;
	list-style-image:url(../images/icon-list.png)
}

ol {
	padding:0;
	margin:0 0 15px 40px;
}

ol ol {
	padding:0;
	margin:10px 0 15px 40px
}

h1, h2, h3 {
	font-family:"leelawadeeregular";
	font-size:22px;
	color:#000;
	font-weight:bold;
	padding:0 0 5px 0;
	line-height:normal;
	display:inline-block;
	margin:0 0 20px 0;
}


/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.left { float:left }

.right { float:right }	

.clear { clear:both }

.clearfix:after { 
	visibility: hidden; 
	display: block; 
	font-size: 0; 
	content: " "; 
	clear: both; 
	height: 0; 
}

* html .clearfix { 
	zoom: 1; 
} /* IE6 */

*:first-child+html .clearfix { 
	zoom: 1; 
} /* IE7 */

.img_r_borde {
	float:right;
	padding:10px;
	background:#FFF;
	border:#D6D6D6 solid 1px;
	margin:0 0 10px 15px
}

.img_r_simple {
	float:right;
	margin:0 0 10px 15px
}

.img_l_borde {
	float:left;
	padding:10px;
	background:#FFF;
	border:#D6D6D6 solid 1px;
	margin:0 15px 10px 0px
}

.img_l_simple {
	float:left;
	margin:0 15px 10px 0px
}

.img_c_borde {
	padding:10px;
	background:#FFF;
	border:#D6D6D6 solid 1px;
	margin:0 auto
}

.img_c_simple {
	margin:0 auto
}

a:link, a:visited {
	color:#105582;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

ul.lista {
	padding:0;
	margin:0 0 15px 40px;
	list-style-image:none
}

ul.lista li {
	margin:0 0 10px 0;
}

ul.lista ul {
	padding:0;
	margin:10px 0 15px 40px;
	list-style-image:none
}

/*======================= STYLES BODY =======================*/
.body-home {
	margin:0 auto;
	width:380px;
	margin-top:0px;
	height:100%;
	display:block
}

.content-home {
	background:#FFF;
	border:#D6D6D6 solid 8px;
	border-radius:15px;
	padding:0px;
	text-align:center;
	margin:40px 0 0 0; 
}
	
.logo {
	width:auto;
	padding-top:20px;
	padding-bottom:0px;
}

.form-login {
	margin:0px;
	padding:0px 20px 0 20px;
	width:auto;
	text-align:left;
}

	.form-login span {
		padding-bottom:5px;
		display:block;
	}
	
	span.required {
		padding-bottom:0px;
		color:#F00;
		display:inline;
	}

.form-login_2 {
	margin:0px;
	padding:20px;
}

#footer {
	border-top:#D6D6D6 solid 1px;
	width:auto;

	color:#333;
	text-align:center;
	padding:20px;	
}

	#footer.footer_home {
		color:#FFF;
	}

.bg {
	background-color:#105582;
}

/*======================= FORM =======================*/
form { margin: 0; padding: 0; }

label {
	font-weight:bold;
}

input, textarea, password, select { 
	padding: 10px 15px; 
	background:#FFF;
	border:#D6D6D6 solid 1px; 
	color:#000; 
	width:100%;	
	margin-bottom:0px;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
  		-moz-box-sizing: border-box; 
		box-sizing: border-box; 
	transition: all 0.2s ease-in-out;
    	-moz-transition: all 0.2s ease-in-out;
   		-webkit-transition: all 0.2s ease-in-out;
    	-o-transition: all 0.2s ease-in-out;
}

input:hover, input:focus, textarea:focus, password:focus, select:focus { 
	border:#333 solid 1px;  
}

.form-control {
	font-family:"leelawadeeregular";
	font-size:15px;
	display:inline
}

.messaje {
	padding:15px 15px 0px 15px;
	border:#E10000 dashed 1px; 
	background:#FFCECE; 
	border-radius: 4px;
	margin-bottom:10px;
}

.inputnormal {
	border:#B9B9B9 solid 1px; 
}

.inputerror {
	border:#E10000 solid 1px;
}


/*======================= GENERAL =======================*/
.head {
	width:auto;
	padding:0;
	margin:0;
}

	.head-top {
		padding:10px 20px;
		margin:0;
		background:#105582;
		color:#FFF;
	}

		ul.list-head {
			padding:0;
			margin:0;
		}
		
			ul.list-head li {
				list-style:none;
				display:inline;
				padding-right:15px;
				border-right:#FFF solid 1px;
				margin-left:15px;
			}
			
			ul.list-head li:first-child {
				margin-left:0px;
			}

	.head-logo {
		padding:5px 20px;
		margin:0;
		background:#F7F7F7;
		border-bottom:#CCC solid 1px
	}
	
		.head-logo .logo {
			width:140px;
		}
	
	.head a {
		color:#FFF;
		text-transform:uppercase;
		font-size:13px;
	}
	
	.head a:hover, .head a.active {
		color:#EEAB32;
		text-decoration:none;
	}

.marco {
	width:95%;
	padding:0px;
	margin:auto;
}

.content {
	margin:30px 0;
	padding:0 20px;
}

.table-marco {
	border:#CCC solid 1px;
	border-radius:5px;
}

	h1.title {
		background:#D9EDFB;
		border-bottom:#69A4D8 solid 5px;
		width:100%;
		padding:20px;
		color:#105582
	}
	
	.table {
   		width: 97%;
		border:none !important;
		padding:0;
		margin:auto;
		border-collapse: collapse;
		border-spacing: 0px;
	}
			
		.table th {
			width: 16.66%;
			text-align: center;
			vertical-align: middle;
			border:none !important;
			border-spacing:0;
			padding:0;
			margin:0;
		}
		
		.table td {
			text-align: left;
			vertical-align: top;
			border:none !important;
			padding:20px !important;
			border-top:#CCC solid 1px !important;
		}
		
			.table td span {
				margin-bottom:10px;
				display:block
			}
	
	
	.table_vista {
   		width: 100%;
		border:none !important;
		padding:0;
		margin:10px 0 0 0;
		border-collapse: collapse;
		border-spacing: 0px;
	}
		
		.table_vista td {
			text-align: left;
			vertical-align: top;
			border:none !important;
			padding:5px 10px 5px 0px !important;
			
		}
		
			.table_vista td span {
				margin-bottom:10px;
				display:block
			}
	
	.table_itto {
   		width: 100%;
	}
			
		.table_itto th {
			width: 20%;
			text-align: left;
			padding:0 0 10px 0 !important;
		}
		
		.table_itto th:first-child {
			width: 15%;
		}
		
		.table_itto th:nth-child(2n) {
			width: 50%;
		}
		
		.table_itto td {
			padding:20px 20px 20px 0px !important;
		}


	.table_area {
   		width: 100%;
	}
			
		.table_area th {
			width: 20%;
			text-align: left !important;
			padding:0 0 10px 0 !important;
		}
		
		.table_area td {
			padding:20px 20px 20px 0px !important;
		}
		
	.table_grupo {
   		width: 100%;
	}
			
		.table_grupo th {
			width: 50%;
			text-align: left !important;
			padding:0 0 10px 0 !important;
		}
		
		.table_grupo td {
			padding:20px 20px 20px 0px !important;
		}
	
	ul.itto_lista {
		padding:0;
		margin:0 0 15px 0px;
		list-style:none
	}
	
		ul.itto_lista li {
			margin:0;
			border-top:#CCC solid 1px;
			padding:10px 0px
		}
		
		ul.itto_lista li strong {
			color:#F00
		}
		
		ul.itto_lista li span.nivel_1 {
			width:30px;
			display:inline-block;
			font-weight:bold
		}
		
		ul.itto_lista li span.nivel_2 {
			margin-left:30px;
			display:inline-block;
			text-align:left;
			padding-right:5px;
		}
		
		ul.itto_lista li.itto_title {
			font-weight:bold;
			border:none ;
			padding:0 0 10px 0
		}
	
	ul.itto_lista_2 {
		padding:0;
		margin:10px 0 0 0;
	}
	
		ul.itto_lista_2 li:last-child {
			padding:10px 0 0 0
		}
	
	
		
	.span_1_of_3 {
		box-sizing: border-box;
			-webkit-box-sizing: border-box; 
			-moz-box-sizing: border-box;
		float:left; 
		width:33.33% !important
	}


	div.table {
		min-height:350px;
	}
	
.footer {
	margin-top:20px;
	background:#F7F7F7;
	padding:20px;
	text-align:center;
	border-top:#CCC solid 2px;
	color:#105582
}


h2.title {
	border-bottom:#ccc solid 1px;
	width:100%;
	padding:10px 0 5px 0;
	font-size:18px;
	color:#105582
}
/*======================= BUTTOM =======================*/
.btn  {
  	white-space:normal;
	background-color:#105582 !important;
	border:#105582 1px solid !important;
	border-radius:4px !important;
	border:none;
	padding:10px 20px;
	color:#FFF !important;
	text-align:center !important;
	font-size:15px !important;
	/*text-transform:uppercase !important;*/
	transition: all 0.3s ease-in-out !important;
		-moz-transition: all 0.3s ease-in-out !important;
		-webkit-transition: all 0.3s ease-in-out !important;
		-o-transition: all 0.3s ease-in-out !important;
}

	.btn:hover {
		color:#105582 !important;
		background-color:#D9EDFB !important;
		text-decoration:none !important;
	}

.btn_detalle  {	
	margin:5px 0px 0px 35px
}

/*================*/
.vista_rd_table_area {
	display:none;
}

.vista_rd_table_ittos {
	display:none;	
}

.vista_rd_table_procesos_g {
	display:none;
	padding:0px 10px 10px 10px;
}

.resaltar_salida {
	background:#FFFF99;
	border-radius:5px;
	padding:5px 15px
}

.resaltar_actualiza {
	background:#EEEEEE;
	border-radius:5px;
	padding:5px 15px
}

