@charset "utf-8";
/* CSS Document */
body {
	font-size:10px;
	font-family:tahoma;
	color:#666;
	margin:0;
	padding:0
}
.inner_form input[type=text] {
	width:278px;
	border:1px solid #CCC;
	font-size:11px;
	font-family:tahoma;
}
.inner_form input[type=file] {
	font-size:11px;
	font-family:tahoma;
	width:278px;
}
.inner_form input[type=password] {
	width:278px;
	border:1px solid #CCC;
	font-size:11px;
	font-family:tahoma;
}
.inner_form textarea {
	border:1px solid #CCC;
	font-size:11px;
	width:278px;
	height: 80px;
}
.inner_form .textmini textarea {
	font-size:11px;
	width:274px;
	height: 100px;
}
.inner_form .texthtml textarea {
	font-size:11px;
	width:380px;
	height: 215px;
}
.inner_form select {
	height:20px;
	font-size:11px;
	font-family:tahoma;
}
#baseAdmin {
	width:100%;margin:auto;height:750px;	
}
#baseLogin {
	width:1000px;margin:auto;height:650px	
}
.cLoading {
	position:absolute;
	width:803px;
	height:304px;
	z-index:9999;
	background-color:#FFF;
	font-size:10px;
	font-family:tahoma;
	top: 75px;
	opacity:0;
	filter:alpha(opacity=0);
	text-align:center;
	padding-top:150px;
}
#AdminPanel{
	position:relative;
	width:1000px;
	height:560px;
	z-index:1;
	color:#333;
}
#AdminLogo{
/*	height:165px; */
	padding-top: 15px;
/*	text-align:center; */
}
#AdminLogin{
	width:500px;
	height:240px;
	margin:100px auto;
	font-size:11px;
	font-family:tahoma;
}
input.login{
	border:1px solid #CCC;
	background:none;
	width:170px;
	height:20px;
}
#AdminTools {
	position:absolute;
	width:163px;
	height:550px;
	z-index:2;
}
#AdminContent {
/*	position:absolute; */
/*	margin-left:166px; */
	margin-left:90px; 
	width:840px;
	height:550px;
	z-index:2;
}
.usuario_t{
	width:120px;
	border:1px inset #CCC;
	padding-left:0px;
	background: #FFF url(../images/user.png) no-repeat;
}
.contrasena_t{
	width:120px;
	border:1px inset #CCC;
	padding-left:0px;
	background: #FFF url(../images/key.png) no-repeat;
}
#tabs li .ui-icon{ 
	float: left; 
	margin: 0.1em 0.2em 0 0; 
	cursor: pointer; 
}
.btn span.ui-icon {
	margin: 0 2px 0 0;
	position: absolute;
	left: .2em;top: 50%;
	margin-top: -8px;
}
.titulo{
	font:13px Arial;
	font-weight:bold;
}


.button16{
	display:inline-block;
	text-align:center;
	width:65px;
	height:17px;
	padding-top:3px;
	font-size: 11px;
}
.button16 span{
	display:inline-block;	
}
.button32{
	margin:2px 0;
	text-align:center;
	border:1px solid #F5F5F5;
	-moz-border-radius		: 2px;
	-webkit-border-radius	: 2px;
	border-radius			: 2px;
}
.button32 span.titulo{
	display:block;
	font-size:11px;
	font-weight:normal;
	padding:5px 5px;
	height:25px;
}
.button32 .ui-icon{
	margin-left:35%;
}

.button48{
	margin:3px 0;
	text-align:center;
	border:1px solid #F5F5F5;
	-moz-border-radius		: 2px;
	-webkit-border-radius	: 2px;
	border-radius			: 2px;
}
.button48 span.titulo{
	display:block;
	font-size:11px;
	font-weight:normal;
	padding:5px 5px;
	height:25px;
}
.button48 .ui-icon{
	margin-left:35%;
}
.desactivar{
	color:#999;	
}
.menu_opciones{
	width:75%;
	list-style:none;
}
.menu_opciones li{
	float:left;
	padding:3px;
	margin:7px;
	height:85px !important;
	width:120px;
}
.lFotos{
	width:100%;
	list-style:none;
	margin:5px 5px;
	padding:0 5px;
}

.lFotos li{
	padding:5px;
	width:170px;
	float:left;
	margin:5px 10px;
	height:190px;
	border-color:#CCC
}


/*============================================= TABLAS ========================================== */

.paging_two_button .fg-button {
	float: left;
	cursor: pointer;
	* cursor: hand;
}

.paging_full_numbers .fg-button {
	padding: 2px 6px;
	cursor: pointer;
	* cursor: hand;
}

.paging_full_numbers {
	width: 390px !important;
}

.fg-toolbar {
	padding: 5px;
}

.dataTables_paginate {
	width: 390px;
}

table.display thead th {
	padding: 3px 0px 3px 10px;
	cursor: pointer;
	* cursor: hand;
}

select{
	height : 23px;	
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *
 * Everything below this line is the same as demo_table.css. This file is
 * required for 'cleanliness' of the markup
 *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables features
 */

.dataTables_wrapper {
	position: relative;
	min-height: 302px;
	_height: 302px;
	clear: both;
}

.dataTables_processing {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 250px;
	margin-left: -125px;
	border: 1px solid #ddd;
	text-align: center;
	color: #999;
	font-size: 11px;
	padding: 2px 0;
}

.dataTables_length {
	width: 20%;
	display:inline-block;
	
}

.dataTables_filter {
	width: 50%;
	float: right;
	text-align: right;
}

.dataTables_info {
/* Conflicto Resumen Pasajes
	width: 50%; */
	display:inline-block;
}

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

/* Pagination nested */
.paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next {
	height: 19px;
	width: 19px;
	margin-left: 3px;
	float: left;
}

.paginate_disabled_previous {
	background-image: url('../../images/back_disabled.jpg');
}

.paginate_enabled_previous {
	background-image: url('../../images/back_enabled.jpg');
}

.paginate_disabled_next {
	background-image: url('../../images/forward_disabled.jpg');
}

.paginate_enabled_next {
	background-image: url('../../images/forward_enabled.jpg');
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables display
 */
table.display {
	margin: 0 auto;
	width: 100%;
	clear: both;
}

table.display tfoot th {
	padding: 3px 10px;
	border-top: 1px solid black;
	font-weight: bold;
}

table.display tr.heading2 td {
	border-bottom: 1px solid #aaa;
}

table.display td {
	padding: 3px 10px;
}

table.display td.center {
	text-align: center;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables sorting
 */
.sorting_asc {
	background: url('../../images/sort_asc.jpg') no-repeat center right;
}
.sorting_desc {
	background: url('../../images/sort_desc.jpg') no-repeat center right;
}
.sorting {
	background: url('../../images/sort_both.jpg') no-repeat center right;
}
.display tr.odd {
	background-color: #F8F8F8;
}
.display tr.even {
	background-color: white;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Misc
 */
.top, .bottom {
	padding: 15px;
	background-color: #F5F5F5;
	border: 1px solid #CCCCCC;
}

.top .dataTables_info {
	float: none;
}
.clear {
	clear: both;
}
.dataTables_empty {
	text-align: center;
}
tfoot input {
	margin: 0.5em 0;
	width: 100%;
	color: #444;
}

tfoot input.search_init {
	color: #999;
}

td.group {
	background-color: #d1cfd0;
	border-bottom: 2px solid #A19B9E;
	border-top: 2px solid #A19B9E;
}

td.details {
	background-color: #d1cfd0;
	border: 2px solid #A19B9E;
}


.example_alt_pagination div.dataTables_info {
	width: 40%;
}

.paging_full_numbers span.paginate_button,
 	.paging_full_numbers span.paginate_active {
	border: 1px solid #aaa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 2px 5px;
	margin: 0 3px;
	cursor: pointer;
	*cursor: hand;
}

.paging_full_numbers span.paginate_button {
	background-color: #ddd;
}

.paging_full_numbers span.paginate_button:hover {
	background-color: #ccc;
}

.paging_full_numbers span.paginate_active {
	background-color: #99B3FF;
}

table.display tr.even.row_selected td {
	background-color: #B0BED9;
}

table.display tr.odd.row_selected td {
	background-color: #9FAFD1;
}


/*
 * Sorting classes for columns
 */
/* For the standard odd/even */
tr.odd td.sorting_1 {
	background-color: #EFEFEF;
}

tr.odd td.sorting_2 {
	background-color: #EFEFEF;
}

tr.odd td.sorting_3 {
	background-color: #EFEFEF;
}

tr.even td.sorting_1 {
	background-color: #F9F9F9;
}

tr.even td.sorting_2 {
	background-color: #F9F9F9;
}

tr.even td.sorting_3 {
	background-color: #F9F9F9;
}
.css_right {
	float: right;
}
.css_left {
	float: left;
}
.tfooter{
	padding:5px 5px;
	height:14px;
}
.ttabla{
/*	height:406px;   */
	height:275px; 
	overflow:auto;
	border:1px solid #FFF
}
.registername {
	font-family: Verdana, Geneva, sans-serif;
	color: #666;
	font-weight: normal;
	font-size: 11px;
}
.registernamebold {
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	font-weight: bold;
	font-size: 11px;
}

a.registername {
	text-decoration: none;
}
a.registername:hover {
	text-decoration: underline;
}

/* CONTROL PANEL - BUTTONS */

#new_parent { display: none; }
#new_child { display: none; }
#refresh_parent { display: none; }
#refresh_child { display: none; }
#remove_parent { display: none; }
#remove_child { display: none; }
#select_bar {display: none;}
