/*CSS3*/
/*Resolucion de Moviles*/

.imgView{
	text-align:center;
}
.imgView im{
	width:100% !important;
}
.hover-color:hover{
	background-color:rgba(0,0,0,0.05);
}
.mini-btn[class*=icon-]{
	width: 40px;
	height: 40px;
	float: right;
	cursor: pointer;
	margin: 5px;
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: center;
}
.mini-btn.border-radius{
	border-radius:20%;
}

.icon-delete{
	background-image:url(../img/metro-icons/Delete-52.png);
	background-color: red;
}
.icon-load{
	background-image:url(../img/metro-icons/PlusMath-52.png);
	background-color: green;
}
.cont-scrolleable{
	overflow: auto !important;
	background-color:#FFF;
/* 	padding:0px; */
}

/* WINDOWS 8 WALL STYLE */

@media (max-width: 500px){
	.wall-win8-style > *{
		width: calc(50% - 26px);
	}
}
@media (min-width: 500px) and (max-width: 992px){
	.wall-win8-style > *{
		width: calc(33.33% - 26px);
	}
}
@media (min-width: 992px) and (max-width: 1024px){
	.wall-win8-style > *{
		width: calc(25% - 26px);
	}
}
@media (min-width: 1024px){
	.wall-win8-style > *{
		width: calc(25% - 26px);
	}
}

.wall-win8-style{
	width:100%;
}
.wall-win8-style [class*=icon]{
	background-position: center;
	background-repeat: no-repeat;
}
.wall-win8-style .icon-maquina{
	background-image: url(../img/metro-icons/theVendingMachine.png);
}
.wall-win8-style .icon-productos{
	background-image: url(../img/metro-icons/Truck-52.png);
}
.wall-win8-style .icon-usuarios{
	background-image: url(../img/metro-icons/userMale-52.png);
}
.wall-win8-style .icon-alarmas{
	background-image: url(../img/metro-icons/Siren-52.png);
}
.wall-win8-style .icon-inventarios{
	background-image: url(../img/metro-icons/inventario.png);
}
.wall-win8-style > *{
	float:left;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	margin:3px;
	height: calc(150px - 26px);
	cursor: pointer;
	transition: all 0.2s ease-in-out;
	padding:10px;
/* 	border: 2px solid #039830; */
	
 	background-color: #02611F; For browsers that do not support gradients */
/*     background: -webkit-linear-gradient(left,#02611F, #039830); For Safari 5.1 to 6.0 */
/*     background: -o-linear-gradient(right,#02611F, #039830); For Opera 11.1 to 12.0 */
/*     background: -moz-linear-gradient(right,#02611F, #039830); For Firefox 3.6 to 15 */
/*     background: linear-gradient(to right,#02611F, #039830); Standard syntax */
	
}

.gradient1{
	background: #02611F; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#02611F, #039830); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#02611F, #039830); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#02611F, #039830); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#02611F, #039830); /* Standard syntax */
}

.wall-win8-style > *:hover{
	z-index:1000;
/* 	border: 2px solid #02611F; */
	background-color: #039830; For browsers that do not support gradients */
/*     background: -webkit-linear-gradient(left,#039830, #02611F); For Safari 5.1 to 6.0 */
/*     background: -o-linear-gradient(right,#039830, #02611F); For Opera 11.1 to 12.0 */
/*     background: -moz-linear-gradient(right,#039830, #02611F); For Firefox 3.6 to 15 */
/*     background: linear-gradient(to right,#039830, #02611F); Standard syntax */
	
}
.wall-win8-style span{
	color:#FFF;
	text-shadow:0 1px 0 #000;
	text-decoration: none;
	font-weight:normal;
}

/*END WIN8 WALL STYLE*/


#mnuTop > .ui-controlgroup-controls > a:last-child{
	border-bottom-right-radius: 5px !important;
	border-top-right-radius: 5px !important;
}

#mnuTop > .ui-controlgroup-controls > a:first-child{
	border-bottom-left-radius: 5px !important;
	border-top-left-radius: 5px !important;
}

#cortina{
	position:fixed;
	width:100%;
	height:100%;
	z-index:10000 !important;
	background:url("../img/loader.gif") no-repeat center center rgba(0,0,0,0.8);
	background-size:32px;
	display:none;
}
div[data-role="page"] div[data-role="header"], div[data-role="page"] div[data-role="footer"]{
	border-top:4px solid #02611F;
	background-color:#FFF;
}
div[data-role="page"] div[data-role="footer"]{
	color:#1E3363;
	border-top:0px;
}

div[data-role="page"] div[data-role="footer"] a{
	text-decoration:none;
	color:#02611F;
}
.boton-recto{
	border-radius:0px;
}
#dashboard{
	border:0px;
}
#rightPanel .ui-panel-inner, #leftPanel .ui-panel-inner{
	padding:10px;
}
#rightPanel .ui-panel-inner .ui-btn.lista, #leftPanel .ui-btn.lista{
	margin:0px;
	border:0px;
	font-size:12px;
	border-bottom:1px solid gainsboro;
	text-align:left;
	padding-left:35px;
	border-radius:0px;
}

div[data-role="page"] .blueBox{
	transition:transform 0.4s;
	transform:scale(0.001);
	
	-webkit-transform:scale(0.001);
	-ms-transform:scale(0.001);
	-o-transform:scale(0.001);
	-moz-transform:scale(0.001);
	
	-webkit-transition:transform 0.4s;
	-o-transition:transform 0.4s;
	-moz-transition:transform 0.4s;
	-ms-transition:transform 0.4s;
}

.blueBox .ui-btn.ui-input-btn.ui-btn-a.ui-shadow, .bluebox .ui-btn.ui-input-btn.ui-btn-a.ui-shadow{
	background-color:#02611F;
	border:0px;
	text-shadow:0 1px 0 #000;
	color:#FFF;
	transition:all 0.5s;
	border-radius:0px;
}
.blueBox .ui-btn.ui-input-btn.ui-btn-a.ui-shadow:hover, .bluebox .ui-btn.ui-input-btn.ui-btn-a.ui-shadow:hover{
	background-color:#039830;
	border:0px;
	text-shadow:0 1px 0 #000;
	color:#FFF;
	box-shadow:0px 0px 5px rgba(0,0,0,0.5);
}
.blueBox .ui-input-text.ui-body-inherit.ui-corner-all.ui-shadow-inset{
	border-radius:0px;
	box-shadow:none;
}





.gaus{height:200px;}
.gaus div{
	width:50%;
	float:left;
}
/*Mobile*/		
@media only screen and (max-width: 1024px){

	#asUsuarios{
		width:100%;
		float:left;
	}
	#asUsuarios > div{
		float:left;
		width: calc(50% - 55px);
	}
	#asUsuarios .boton{
		width:40px;
		margin:10px;
	}
	#asUsuarios .boton:nth-child(3){
		margin-left:0px;
	}
	#asUsuarios .ui-select{
		margin-top:1px !important;
	}
	#control_v_semanal_m .ui-rangeSlider-bar, #control_c_semanal_m .ui-rangeSlider-bar{
		background-color:#02611F;
	}
	
	
	
	#control_v_semanal, #control_c_semanal{
		display:none;
	}
	div[data-role="page"] div[data-role="header"] h2{
		margin:0px;
		padding:0px;
	}
	#mnuTop{
		display:none;
	}
	div[data-role="page"]{
		background-color:#1E3363;
	}
	.blueBox{
		padding:20px;
	}
	.blueBox span{
		color:#FFF;
		text-shadow: 0 1px 0 #000;
	}
	div[data-role="page"] div[data-role="header"] div.logo{
		height:51px;
		width:150px;
		background-image:url("../img/ci-logo-tech-m2m-phone.fw.png");
		background-repeat:no-repeat;
		background-position:center center;
		margin-left:calc(50% - 75px);
	}
	#btnMenu,#btnBuscar{
		margin-top:6px;
	}
	#tbBienvenida{
		display:;
		font-size:15px;
		color:#FFF;
		text-shadow: 0 1px 0 #000;
	}
	.lbError{
		background-color:pink;
		float:left;
		width:calc(100% - 20px);
		/*position:absolute;*/
		/*left:0px;*/
		font-size:12px;
		padding:10px;
		text-align:center;
		border-top:1px solid red;
		border-bottom:1px solid red;
		margin-top:-10px;
		margin-bottom:10px;
		display:none;
		text-shadow:none !important;
		color:#000 !important;
	}
	.lbWarning{
		background-color:#fccb85;
		float:left;
		width:calc(100% - 20px);
		/*position:absolute;*/
		/*left:0px;*/
		font-size:12px;
		padding:10px;
		text-align:center;
		border-top:1px solid #f89406;
		border-bottom:1px solid #f89406;
		margin-top:-10px;
		margin-bottom:10px;
		display:none;
		padding-top: 20px !important;
	}

	.lbSuccess{
		background-color:#FE9A2E;
		float:left;
		width:calc(100% - 20px);
		font-weight: bold !important;
		font-size:15px;
		padding:10px;
		text-align:left;
		border-top:1px solid red;
		border-bottom:1px solid red;
		display: none;
		text-shadow:none !important;
		color:#ffffff!important;
	}
}

/*PC*/
@media only screen and (min-width:1025px){
	
	.imgView img{
		max-width: 80%;
	}
	#asUsuarios{
		width:100% !important;
		float:left;
	}
	#asUsuarios > div{
		float:left;
		width: calc(50% - 55px);
	}
	#asUsuarios .boton{
		width:40px;
		margin:10px;
	}
	#asUsuarios .boton:nth-child(3){
		margin-left:0px;
	}
	#asUsuarios .ui-select{
		margin-top:1px !important;
	}
	.botonVerde{
		background-color: #02611F !important;
	    border: 0px !important;
	    text-shadow: 0 1px 0 #000 !important; 
	    color: #FFF !important;
	    transition: all 0.5s !important; 
	    border-radius: 0px !important; 
	}
	#control_v_semanal_m .ui-rangeSlider-bar, #control_c_semanal_m .ui-rangeSlider-bar{
		background-color:#02611F;
	}
	#pnEncabezado{
		display:block;
		background-color:#FFF;
		border-top:solid 4px #02611F;
	}
	#control_v_semanal_m, #control_c_semanal_m{
		display:none;
	}
	div[data-role="page"] div[data-role="header"] .ui-shadow.ui-btn.ui-corner-all.ui-btn-icon-left.ui-btn-a{
		/*
		background-color:#02611F;
		color:#FFF;
		text-shadow: 0 0 1px #000;
		border:1px solid darkgreen;
		*/
	}
	div[data-role="page"]{
		background-color:#1E3363;
	}
	div[data-role="page"] div[data-role="header"]{
		display:none;
	}
	
	div[data-role="page"] div[data-role="header"] div.logo{
		height:51px;
		width:150px;
		background-image:url("../img/ci-logo-tech-m2m-pc.fw.png");
		background-repeat:no-repeat;
		background-position:center center;
		margin:10px;
		margin-left:30px;
		
		float: left;
		position: absolute;
		left: 0;
		top: 0;
	}
	div[data-role="page"] div[data-role="header"] .menuTop{
		float:left;
	}
	div[data-role="page"] div[data-role="main"] .cuerpoPagina{
		padding:10px 30px;
	}
	div.logo{
		height:51px;
		width:150px;
		background-image:url("../img/ci-logo-tech-m2m-pc.fw.png");
		background-repeat:no-repeat;
		background-position:center center;
		/*margin:10px;*/
		/*margin-left:30px;*/
	}
	#btnMenu{
		display:none;
	}
	#btnBuscar{
		margin-right:30px;
		margin-top:15px;
	}
	.blueBox{
		float:left;
		width:250px;
		position:absolute;
		height:350px;
		top:calc(50% - 195px);
		left:calc(50% - 145px);
		box-shadow:0px 0px 50px rgba(0,0,0,0.7);
		background-color:#FFF;		
		/*border-radius:3px;*/
		padding:20px;
		/*border:solid 1px gainsboro;*/
	}
	#tbBienvenida{
		margin:20px 0px;
		font-size:15px;
	}
	.lbError{
		background-color:pink;
		float:left;
		width:calc(100% - 20px);
		/*position:absolute;*/
		/*left:0px;*/
		font-size:12px;
		padding:10px;
		text-align:center;
		border-top:1px solid red;
		border-bottom:1px solid red;
		margin-top:-10px;
		margin-bottom:10px;
		display:none;
	}
	.lbWarning{
		background-color:#fccb85;
		float:left;
		width:calc(100% - 20px);
		/*position:absolute;*/
		/*left:0px;*/
		font-size:12px;
		padding:10px;
		text-align:center;
		border-top:1px solid #f89406;
		border-bottom:1px solid #f89406;
		margin-top:-10px;
		margin-bottom:10px;
		display:none;
		padding-top: 20px !important;
	}

	.lbSuccess{
		background-color:#FE9A2E;
		float:left;
		width:calc(100% - 20px);
		font-weight: bold !important;
		font-size:15px;
		padding:10px;
		text-align:left;
		border-top:1px solid red;
		border-bottom:1px solid red;
		display: none;
		text-shadow:none !important;
		color:#ffffff!important;
		
	}
}
#divInfo.woStripes > div > div{
/* 	border-color: #FFF !important; */
	border-top:0px;
	border-left:0px;
	border-bottom: 0px;
}
#divInfo{
	background-color:#FFF;
}
#divInfo div{
	background-color:#FFF;
}
#divInfo > div > div{
	border-top:0px;
	border-left:0px;
}
#divInfo > div > div > span:nth-child(1){
	background-color: #02611F;
	padding:10px;
	color:#FFF;
	text-shadow:none;
	border-radius: 5px 0px;
	font-weight: normal;
}
#divInfo > div > div > div:nth-child(2){
		width: calc(50% - 26px);
}
@media all and (max-width:499px){
	#divInfo > div > div > span:nth-child(2){
		text-align: right;
	}
	#asUsuarios .boton{
		
		margin-top:5px;
	}
}
@media all and (min-width:500px){
	#divInfo > div > div > span:nth-child(2){
		text-align: center;
	}
	
}
@media all and (max-width: 1024px) {
	#divInfo > div > div > *{
		width: 50% !important;
		float: left;
	}
	#divInfo > div > div > span:nth-child(1){
		width: calc(50% - 20px) !important;
		float: left;
	}
	
	#divInfo > div > div > a{
		width: calc(100% - 3.125em) !important;
	}
	#divInfo.woStripes > div > div > *:nth-child(2){
		margin-top:5px !important;
		width: calc(100% - 0px) !important;
		float: right !important;
		padding:0px;
		margin:0px;
	}
	
}
@media all and (min-width: 1025px) {
	#divInfo > div{
		width: 50% !important;
		float: left;
	}
	#divInfo > div > div > span{
		float:left;
	}
	#divInfo > div > div > span:nth-child(1){
		width:calc(30% - 20px) !important;
	}
	#divInfo > div > div > span:nth-child(2){
		width:calc(70% - 20px) !important;
	}
	#divInfo.woStripes > div > div > *:nth-child(2){
		padding:0px !important;
		margin:0px !important;
	}
	#divInfo > div > div > a,
	#divInfo.woStripes > div > div > div:nth-child(2){
		margin: 0px;
		width: calc(70% - 4.125em);
		float:right;
		padding-bottom: 9px;
		padding-top: 9px;
	}
	#divInfo.woStripes > div > div > div:nth-child(2){
		width: calc(70% - 15px);
	}
}