/* CSS Document */
/* -----------------------------------------   COMIENZA EL ADMINISTRADOR  ------------------------------------*/
body 
{
	font-family: 'Roboto', sans-serif;
	font-size: 11px;
	color:#0B61A4;
	background-attachment:fixed;
	background: #EBEBEB url('https://media.marcate.com.mx/webAsset/site/marcate.com.mx/img/background3Original_1300pxX1300px.jpeg');
	background-size: auto;
}
#container	{
	width: 90%; 
	margin: auto;
	min-height:600px;
}

#main{
	min-height:450px;
	overflow:auto;
}
#footer{
	height:30px;
	margin-top:20px;
	margin-bottom:20px;
}
#footImgReawaken{
	display: none;
	}
	
#divBackTop{
 background: url(../img/bg-top.jpg) center center repeat;
}
#linksFoot span{
	margin-left:4px;
	color:#36C;
	text-decoration:none !important;
}
#divDerechos{
	color:#000 !important;
}

.letraSmall{
	font-size:9px;
}
.verticalCenterCol{
	margin-top:10px;
}
.elementIzquierda{
	width:150px;
	position:absolute;
}
.sectiondouble{
	margin-left:170px;
}
.sectionTop{
	margin-bottom:15px;
}
.titleSection1{
	font-size:24px;
	color:#000;
}
.titleSection2{
	font-size:16px;
}
.sectionAdmin{
	padding:10px;
	background-color:#FFF;
	
	-moz-border-radius: 6px; /* FF1+ */
	-webkit-border-radius: 6px; /* Saf3-4, iOS 1+, Android 1.5+ */
    border-radius: 6px; /* Opera 10.5, IE9, Saf5, Chrome, FF4 */
	/* useful if you don't want a bg color from leaking outside the border: */        
	-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; 
	
	-moz-box-shadow: 8px 8px 8px #333; /* FF3.5+ */
	-webkit-box-shadow: 8px 8px 8px #333; /* Saf3.0+, Chrome */
	box-shadow: 8px 8px 8px #333; /* Opera 10.5, IE9, Chrome 10+ */
}
.separator{
	border-top: 1px solid #DADADB;
	background-color: #FCFCFD;
	height: 1px;
	margin: 15px 0;
}
.difuminado{
	height:20px;
	background-color: #ffffff;
	background-image: -moz-linear-gradient(top, #ffffff, #666666); /* FF3.6 */
	background-image: -ms-linear-gradient(top, #ffffff, #666666); /* IE10 */
	background-image: -o-linear-gradient(top, #ffffff, #666666); /* Opera 11.10+ */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#666666)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #ffffff, #666666); /* Chrome 10+, Saf5.1+ */
	background-image: linear-gradient(top, #ffffff, #666666);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#666666'); /* IE6–IE9 */
}
.lblTituloItems{
	margin-bottom:10px;
	font-size:12px;
	color:#000;
}

.oculto{
	display:none;
}
.derecha{
	float:right;
}
.izquierda{
	float:left;
}
.clear{
	clear:both;
}
.centrado{
	text-align:center;
}
.bold{
	font-weight:bold;
}
.subrayado{
	text-decoration:underline;
}
.link{
	color:#34C6CD !important;
	cursor:pointer;
}
.letraDelSitio{
	color:#0B61A4;
}
.labels{
	color:#033E6B;
}
.azulOscuro{
	color:#25567B;
}
.linkAdmin{
	color:#F60;
	cursor:pointer;
	text-decoration:underline;
}
.filaOk{
	color: green;
}
.filaError{
	color: red;
}

.focusAreaEditable{
	background-color:#EBEFFA;
	cursor:pointer;
}
#msgEditSection{
	background-color:#F93;
	color:#FFF;
	font-size:13px;
	margin-bottom:10px;
	height:35px;
}
#spnTxtMsg{
	font-weight:bold;
	float:left;
	margin-top:10px;
	margin-left:280px;
}
#btnFinalizarEdicion{
	margin-right:280px;
}

/* -----------------------------------------   TIPS   ------------------------------------*/
.tipsy-inner {
	padding:10px 15px;
	line-height:1.5em;
	font-weight:bold;
}
.tipsy {
	opacity:.8;
	filter:alpha(opacity=80);
	background-repeat:no-repeat;
	padding:5px;
}
.tipsy-inner {
	padding:8px 8px;
	max-width:200px;
	font:11px 'Lucida Grande', sans-serif;
	font-weight:bold;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	background-color:#000;
	color:white;
	text-align:left;
}
.tipsy-north {
	background-image:url(../images/tipsy-north.gif);
	background-position:top center;
}
.tipsy-south {
	background-image:url(../images/tipsy-south.gif);
	background-position:bottom center;
}
.tipsy-east {
	background-image:url(../images/tipsy-east.gif);
	background-position:right center;
}
.tipsy-west {
	background-image:url(../images/tipsy-west.gif);
	background-position:left center;
}

/* -----------------------------------------   GRIDS   ------------------------------------*/
.counter-grid{
	background-color:whiteSmoke;
	color:gray;
	font-size:10px;
	text-align:right;
}
.linkGrid{
	text-decoration:underline;
	cursor:pointer;
	text-align: left;
}
.counter-grid{
	text-align: left;
}
/* -----------------------------------------   POPS   ------------------------------------*/
.pop{
	padding:10px;
	padding-bottom:0px;
}
.divBotonesPop{
	width:135px;
	margin:auto;
	margin-top:15px;
}

.tituloSectionPop{
	font-weight:bold;
	font-size:14px;
	margin-bottom:8px;
	color:#0B61A4;
}
.descripSectionPop{
	margin-bottom:8px;
	text-align:justify;
}
.inputSectionPop{
	width:100%;
	margin:auto;
	height:20px;
	font-size:14px;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
}
.listaSectionPop{
	margin:0 0 5px;
	border: 1px solid #BDC7D8;
	padding: 2px;
	-webkit-appearance: menulist;
	box-sizing: border-box;
	-webkit-box-align: center;
	border: 1px solid;
	-webkit-border-radius: ;
	white-space: pre;
	-webkit-rtl-ordering: logical;
	color: black;
	background-color: white;
	cursor: default;
}
.listaFull{
	width:100%;
}
.enter{
	display:block;
}
.divSectionPop{
	height:300px;
	width:200px;
	margin:10px;
	padding:10px;
}
.divSectionPopIns{
	height:400px;
	margin:10px;
	padding:10px;
}
.divForm{
	line-height:24px;
}
.subTituloSectionPop{
	font-size:12px;
	color:#666666;
	font-weight:bold;
	margin-bottom:10px;
}
.espaciado{
	margin-top:24px;
	margin-bottom:3px;
}
.selectlist-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.selectlist-item {
	background: #fff url(../images/cross-circle.png) no-repeat right center;
	border: solid 1px #eee;
	border-radius:5px;
	cursor: pointer;
	padding: 1px;
	margin: 1px;
	height:15px;
	padding-left:5px;
	padding-bottom:6px;
}
.error-message, label.error { color: #a10052; display: block; font-size: 1em !important;font-weight:bold; }
/* -----------------------------------------   TABS   ------------------------------------*/
 ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px;
	overflow: hidden;
	position: relative;
	background: #e0e0e0;
}
ul.tabs li a {
	text-decoration: none;
	display: block;
	/*font-size: 1.2em;*/
	padding: 0 8px;
	border: 1px solid #fff;
	outline: none;
	color:#36C;
}
ul.tabs li a:hover {
	background: #ccc;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #fff;
	border-bottom: 1px solid #fff;
	font-weight:bold;
	color:#000;
}


 .tab_container {
	border: none;
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
	background: #fff;
	padding-left:2px;
}
.tab_content {
	padding-top: 10px;
	font-size: 1.2em;
}

/* -----------------------------------------   TABS   ------------------------------------*/
 ul.tabs_formato {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
}
ul.tabs_formato li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px;
	overflow: hidden;
	position: relative;
	background: #e0e0e0;
}
ul.tabs_formato li a {
	text-decoration: none;
	display: block;
	font-size: 1.2em;
	padding: 0 12px;
	border: 1px solid #fff;
	outline: none;
	color:#36C;
}
ul.tabs_formato li a:hover {
	background: #ccc;
}
html ul.tabs_formato li.active, html ul.tabs_formato li.active a:hover  {
	background: #fff;
	border-bottom: 1px solid #fff;
	font-weight:bold;
	color:#000;
}


 .tab_container_formato {
	border: none;
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
	background: #fff;
	padding-left:2px;
}
.tab_content_formato {
	padding-top: 10px;
	font-size: 1.2em;
}
/* -----------------------------------------   TABS   ------------------------------------*/
 ul.tabs_codigo_promocion {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
}
ul.tabs_codigo_promocion li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px;
	overflow: hidden;
	position: relative;
	background: #e0e0e0;
}
ul.tabs_codigo_promocion li a {
	text-decoration: none;
	display: block;
	font-size: 1.2em;
	padding: 0 12px;
	border: 1px solid #fff;
	outline: none;
	color:#36C;
}
ul.tabs_codigo_promocion li a:hover {
	background: #ccc;
}
html ul.tabs_codigo_promocion li.active, html ul.tabs_codigo_promocion li.active a:hover  {
	background: #fff;
	border-bottom: 1px solid #fff;
	font-weight:bold;
	color:#000;
}


 .tab_container_codigo_promocion {
	border: none;
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
	background: #fff;
	padding-left:2px;
}
.tab_content_codigo_promocion {
	padding-top: 10px;
	font-size: 1.2em;
}

/* -----------------------------------------   ME   ------------------------------------*/

#email{
	margin-top:20px;
}
#dia, #mes{
	margin-right:5px;
}
#divChkUserCol{
	margin-top:30px;
	margin-bottom:10px;
	height:20px;
}
#chkQuiereUsuario{
	margin-bottom:5px;
	margin-right:5px;
}

/* -----------------------------------   Organizacion   ---------------------------------*/
.divSectionPopOrganizacion{
	width:350px;
	height:220px;
}

/* -----------------------------------   Modulos   ---------------------------------*/
.divSectionPopModulo{
	width:350px;
	height:220px;
}
.divSectionPopUsuario{
	width:350px;
	height:270px;
}
.divSectionPopCarrera{
	width:350px;
	height:100px;
}
/* -----------------------------------   Carreras   ---------------------------------*/
.divSectionPopRace{
	width:350px;
	height:350px;
}
.divSectionPopDistancia{
	width:350px;
	height:320px;
}
.divSectionPopRama{
	width:350px;
	height:140px;
}
.tagTitulo, .editInterno{
	position:relative;
	display:inline-block;
}
.tagTitulo{
	width:120px;
	text-align:right;
	font-weight:bold;
}
.editInterno{
	min-height:75px;
	padding:10px;
	font-style:italic;
}
.dateDefault{
	font-size:90%;
	color:#999999;
	font-style:italic;
}
.divDateCarrera{
	border-top: 1px solid #DEDEDE;
}




.pagoCarrera{
	float: left;
	display: inline;
	margin: 40px 20px 10px 100px;
}
.chkPagoCarrera{
	height: 15px;
	margin-right: 5px;
}

.labelPago{
	font-size: 20px;
	text-align: center;
	line-height: 25px;
	margin-bottom: 10px;
	font-weight: bold;
}
#PagosInfo{
	font-size: 90%;
}


/* -----------------------------------   Inscritos   ---------------------------------*/
.divSectionPopIns{
	padding:10px;
	margin:10px;
}
.linkAdmin {
	cursor:pointer;
	color:#F30;
	text-decoration:underline;
}
.findChk{
	width: 120px;
}


.itemNumero{
	width: 35px;
	height: 25px;
	cursor: pointer;
	margin-right: 5px;
	margin-bottom: 5px;
	float: left;
	line-height: 25px;
	color: white;
	text-align: center;
}

.asignado{
	background-color: #fa4b4b;
}
.disponible{
	background-color: #52885c;
}
.apartado{
	background-color: #eed03d;
}
.cortesia{
	background-color: #3047f5;
}
.especial{
	background-color: #494848;
}
.bloqueado{
	background-color: #8b8b8b;	
}
.equipos{
	background-color: #5eb0dc
}

/* -----------------------------------   Resultados   ---------------------------------*/

.itemFotoProcesada{
	line-height: 25px;color: green;font-size: 15px;
}

.ui-slider-horizontal{
	border: 1px solid #DDD;
	background-color: #EEE;
	margin: 10px;
}
.nameDistanciaInAjuste{
	font-size: 10px;
	margin-left: 20px;
}
#infoViewByDistancia, #listadoFotosAjuste, #namesCheckpoints{
	margin-left: 170px;
}
#listDistanciaResultados{
	width: 140px;
	float: left;
	background-color: whiteSmoke;
	position: fixed;
	padding: 0px;
}
.inpMP{
	width: 50px;
	margin-right:10px;
}

#namesCheckpoints{
	background-color: whiteSmoke;
	display: none;
}

#divInputChecks{
	margin: 10px;
	height: 30px;
	display: none;
}

#tglMidlePoints{
	height: 30px;
	line-height: 30px;
	margin-bottom: 10px;
	margin-left: 5px;
}
/* -----------------------------------   Tabla con DIVs   ---------------------------------*/
.contenedor-tabla{
	display: table;
}
.contenedor-fila{
	display: table-row;
	height: 30px;
}
.contenedor-columna{
	display: table-cell;
	width: 170px;
	text-align: center;
}
