/* CSS Document */

body{
	font-size:16px;
	color:#000;
}

.ui-datepicker{
  z-index: 1000;
}

.ui-autocomplete { height: 200px; overflow-y: scroll; overflow-x: hidden;}

a{
	color:#222;
	text-shadow:#FFF;
}

a:hover{
	color:#222;
	text-shadow:#FFF;
}

.container{
	margin-left:0;
	margin-right:0;
}

.btn-info a, .btn-info a:hover{
	text-shadow: 1px 1px 0px #CCC;
    filter: dropshadow(color=#CCC, offx=1, offy=1);
}

.celdaTitulo{
	background: #cadce3; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NhZGNlMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiYWQ4ZTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #cadce3 0%, #bad8e2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cadce3), color-stop(100%,#bad8e2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #cadce3 0%,#bad8e2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #cadce3 0%,#bad8e2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #cadce3 0%,#bad8e2 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #cadce3 0%,#bad8e2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cadce3', endColorstr='#bad8e2',GradientType=0 ); /* IE6-8 */
	text-align:center !important;
}

.celdaMarcada{
	background:#085E98;
	color:#FFF;
	text-shadow: 1px 1px 1px #000000;
    filter: dropshadow(color=#000000, offx=1, offy=1);
	font-size:14px;
	text-align:center;
}

.celdaMarcadaTenue{
	background:#bfd1d7;
	color:#000;
	text-shadow: 1px 1px 1px #FFFFFF;
    filter: dropshadow(color=#FFFFFF, offx=1, offy=1);
	font-size:14px;
}

.celdaMarcadaRoja{
	background:#FF0000;
	color:#FFF;
	text-shadow: 1px 1px 1px #000000;
    filter: dropshadow(color=#000000, offx=1, offy=1);
	font-size:14px;
	font-weight: bold;
}

.logo{
	float:left;
	margin-left:50px;
	margin-top:20px;
}

.adorno{
	position:absolute;
	left:100%;
	margin-left:-67px;
	margin-top:-70px;
	z-index:3;
}

.menuLateral{
	padding-left:3px;
	padding-top:2px;
	padding-bottom:2px;
	cursor:pointer;
}

.menuLateral span{
	font-weight:bold;
	font-size:13px;
	color:#FFF;
	text-shadow: 1px 1px 1px #000000;
}

.menuLateral:hover{
	background: -moz-linear-gradient(left,  rgba(190,225,244,1) 0%, rgba(255,255,255,0.04) 100%)  , url(../img/iconos/menu_activo.png) no-repeat right; /* FF3.6+ */
}

.menuSuperior{
	padding-top:3px;
	cursor:pointer;
	float:left;
	margin-left:2px;
	text-align:center;
	min-width:85px;
	min-height:80px;
}

.menuSuperior span{
	font-weight:bold;
	font-size:13px;
	color:#000;
}

.menuSuperior:hover{
	background: -moz-linear-gradient(top,  rgba(190,225,244,1) 0%, rgba(255,255,255,0.04) 100%); /* FF3.6+ */
}

.tituloMenu{
	background: #ff904c;
background: -moz-linear-gradient(left,  #ff904c 0%, #fc5650 100%);
background: -webkit-linear-gradient(left,  #ff904c 0%,#fc5650 100%);
background: linear-gradient(to right,  #ff904c 0%,#fc5650 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff904c', endColorstr='#fc5650',GradientType=1 );


	-webkit-border-radius: 30px 30px 30px 30px;
	border-radius: 30px 30px 30px 30px;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	font-variant: small-caps;
	margin: auto;
	margin-top: -10px;
	width: 100%;
	height: 25px;
	line-height: 25px;
}

#marcoFotografia{
	/*background:url(../img/iconos/marco_fotografia.png) no-repeat center;*/
	width: 74px;
	height: 72px;
	float: left;
	margin-right: 20px;
	border: 3px solid #e7e7e7;
	border-radius: 150px;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;

	background-color: #f7f7f7;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#e7e7e7));
	background-image: -webkit-linear-gradient(top, #f7f7f7, #e7e7e7);
	background-image: -moz-linear-gradient(top, #f7f7f7, #e7e7e7);
	background-image: -ms-linear-gradient(top, #f7f7f7, #e7e7e7);
	background-image: -o-linear-gradient(top, #f7f7f7, #e7e7e7);
	box-shadow: 0px 3px 8px #aaa, inset 0px 2px 3px #fff;
	margin-top: 3px;
}

#fotografiaEmpleado{
	border-radius: 150px;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	width: 68px;
	height: 66px;
}

.pagination ul li{
	cursor:pointer;
}

.numeroRedondo{
	background: rgb(97,165,221); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYxYTVkZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYyJSIgc3RvcC1jb2xvcj0iIzBhNzdkNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1ZDllZDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  rgba(97,165,221,1) 0%, rgba(10,119,213,1) 62%, rgba(93,158,211,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(97,165,221,1)), color-stop(62%,rgba(10,119,213,1)), color-stop(100%,rgba(93,158,211,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(97,165,221,1) 0%,rgba(10,119,213,1) 62%,rgba(93,158,211,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(97,165,221,1) 0%,rgba(10,119,213,1) 62%,rgba(93,158,211,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(97,165,221,1) 0%,rgba(10,119,213,1) 62%,rgba(93,158,211,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(97,165,221,1) 0%,rgba(10,119,213,1) 62%,rgba(93,158,211,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#61a5dd', endColorstr='#5d9ed3',GradientType=1 ); /* IE6-8 */
	border-radius: 0.8em;
	-moz-border-radius: 0.8em;
	-webkit-border-radius: 0.8em;
	color: #FFF;
	display: inline-block;
	font-weight: bold;
	line-height: 1.6em;
	margin-right: 5px;
	text-align: center;
	width: 1.6em;
}

.nav > li > a,.nav > li > a, .nav > li > a, .nav > li > a, .nav > li > a{
	background: #cadce3;
	color:#000;
}

.nav > li > a:hover,.nav > li > a:focus, .nav > li.active > a, .nav > li.active > a:hover, .nav > li.active > a:focus{
	background: #085e98;
	color:#FFF;
}

.editorTexto{
	width: 550px;
	height: 130px;
	max-height: 130px;
	background-color: white;
	border-collapse: separate;
	border: 1px solid rgb(204, 204, 204);
	padding: 4px;
	box-sizing: content-box;
	-webkit-box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
	box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
	border-top-right-radius: 3px; border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px; border-top-left-radius: 3px;
	overflow: scroll;
	outline: none;
	font-weight: normal;
}

.table{
	margin:auto;
	margin-bottom:8px;
	background-color:#FFF;
	width: 98%;
}

.table td{
	padding:0px 2px 0px 2px;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input{
	margin-bottom: 5px;
}

#bloquearPantalla {
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: #FFF;
  width: 0px;
  height: 0px;
  z-index: 9999;
}

.sucursalInterfaz{
	width:30%;
	margin:10px;
	border: 1px solid #CCC;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	float:left;
}

#indicadorMenu{
	z-index: 2;
	margin-left: 90%;
}

.configuracionPaso{
	width: 200px;
	text-align: center;
	margin: 25px;
	cursor: pointer;
	display: inline-block;
}

.circuloConfiguracionPaso{
	width: 200px;
	height: 130px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	background-color: #D6887C;
	text-align: center;
	padding-top: 60px;
	color: #FFF;
	text-shadow: 1px 1px 2px #000000;
}

.circuloConfiguracionPasoTerminado{
	background-color: #669958;
}

.textoConfiguracionPaso{
	font-size: 20px;
}

.tooltip{
    position: fixed;
}

.tooltip-inner{
    min-width: 150px;
}

#tablaRequisicion input{
	width: 85%;
}

.col-form-label{
	padding:0;
}

.form-group{
	margin-bottom:0;
}