/* quitando items google */
a[href^="http://maps.google.com/maps"]{display:none !important}
a[href^="https://maps.google.com/maps"]{display:none !important}

.gmnoprint a, .gmnoprint span, .gm-style-cc {
    display:none;
}

/*  */
.warnings{
	position:absolute;
	top:90%;
	left:5%;
	z-index:1100;
	width:300px;
	max-height:100px;
	overflow:auto;
}

#healthNET{
	width: 75px;
	height: 32px;
	background: #FFF;
	border: #000 solid 1px;
	float: right;
	color:#000000;
	font-weight: bold;
	line-height: 35px;
	cursor: pointer;
}

#userLicense{
	width: 32px;
	height: 32px;
	float: right;
	background-image: url('images/license.png');
	background-size: 32px 32px;
	cursor: pointer;
}
#openNewWindow{
	width: 32px;
	height: 32px;
	float: right;
	background-image: url('images/newWindow.png');
	background-size: 32px 32px;
	cursor: pointer;
}

.loadigAction{
	position: relative;
	display:block;
	float:left;
	background: url(images/cargando.gif) no-repeat center center;
	margin: 0 5px 0 0;
	height: 15px;
	width: 210px;
}

/* works area de reportes user */
.modalLoading {
	position: fixed;
	z-index:1000;
	background: url(images/cargando.gif) no-repeat center center;
	top:50%;
	left:50%;
	height: 50px;
	width: 250px;
	margin-left:-125px;
	margin-top:-25px;
	border:1px #ff0000 solid;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
.modalLayout {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                50% 50% 
                no-repeat;
}
.loadigAction{
	position: relative;
	display:block;
	float:left;
	background: url(iconos/animations/cargando.gif) no-repeat center center;
	margin: 0 5px 0 0;
	height: 15px;
	width: 210px;
}
#alertasM{
	padding:10px;
	width:350px;
	position:absolute;
	left:100%;
	margin-left:-375px;
	top:325px;
	border:1px solid #03C;
	background:#FFF;
}
#alertasM button{
	float:right;	
}
#alertasM .txt{
	max-width:350px;
	max-height:250px;;
	overflow:auto;
}
#alertasM .txt .title{
	font-size:16px;
	font-weight:bold;
}
#alertasM .txt .item{
	clear:both;
	margin-top:10px;
	border-bottom:#039 solid 1px;
}

/* Menu de crh */
.bubbleMenu{
	min-width:34px;
	max-width:210px;
	min-height:34px;
	padding:5px;
	background:#FFFFFF;
	border:#808080 1px solid;
	z-index:100000;
	position:absolute;	
}
.bubbleMenu .btn{
	display: inline-block;
	padding: 5px 0px;
	font: bold 14px Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	color: #5b5b5b;
	border-radius: 0px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
}
.bubbleMenu .btn:hover{
	background: #575756;
	color:#FFFFFF;
	text-decoration: none;
}
.bubbleMenu a{
	text-decoration:none;
}
a.cerrarmess{
  position: relative;
  display:block;
  float: right;
  background-image: url('iconos/actions/closeElement.gif');
  background-position: center right;
  background-repeat: no-repeat;
  margin: 0 5px 0 0;
  height: 32px;
  width: 32px;
}
a.cerrarmessmall{
  position: relative;
  display:block;
  background-image: url('iconos/actions/closeElement.gif');
  background-position: center right;
  background-repeat: no-repeat;
  margin: 0 5px 0 0;
  height: 32px;
  width: 32px;
}
div.mensajes{
	display:none;
	width:100%;
	height:auto;
	line-height:35px;
	background-color:#FFFF99;
	overflow:hidden;
	border:#FF0000;
	padding: 0 10px 0 10px;
}

/* Inicio de Listados */
.subMenu{
	width:100%;
	color:#000;
}
.subMenu .item{
	cursor: pointer;
	background:#FFFFFF;
	color:#000;
}
.subMenu .item:hover{
	background:#c0c0c0;
	border: solid 1px #83B8E4;
}
.subMenu .item .text{
	padding:5px;
}

/* Fin de listados */

/*itemFile*/
.itemFile{
	border: #ff8000 solid 1px;
	padding: 5px;
	border-radius:10px;
	margin-bottom: 5px;
}
.itemFile span{
	font-weight: bold;
	font-size: 16px;
	color: #FF0000;
}

/* table list reg  */
table.List {
	border-collapse: collapse !important;
	width:652px !important;
}

table.List .trhead{
	color:#FFF;
	background:rgb(122, 202, 255);
}

table.List .trhead td{
	padding:5px;
	text-align:center;	
	color:#000;
}

table.List th, table.List td {
	border: 1px solid rgb(2, 0, 100) !important;
	padding: 5px;
}

table.List .trlist{
	background:#FFFFFF;
	color:#000;
}

table.List .trlist:hover{
	background:#6C3;
	color:#FFF;
}

/* sideNav */
#sideNav {
	height: 100%;
	width: 32px;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: #FFFFFF;
	overflow-x: hidden;
	transition: 0.5s;
	padding: 40px 5px 5px 5px;
	border-right: 1px solid #ccc;
}

#sideNav .option-group {
	position: relative;
    display: table;
	border-collapse: separate;
	margin-bottom: 5px;
}

#sideNav .option-group span {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #eee;
	border: 1px solid #ccc;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	width: 1%;
    white-space: nowrap;
	vertical-align: middle;
	display: table-cell;
}

#sideNav .option-group .snInput {
	outline: none;
	background: #fff;
	box-sizing: border-box;
	font: 13px/22px Arial, Helvetica, sans-serif;
	color: #949393;
	font-style: normal;
	border: none;
    padding: 6px 12px;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	position: relative;
    z-index: 2;
    width: 100%;
	margin-bottom: 0;
	display: table-cell;
}

#sideNav .option-group .snBtn {
	outline: none;
	background: #4EA59B;
	box-sizing: border-box;
	font: bold 14px/22px Arial, Helvetica, sans-serif;
	color: #fff;
	font-style: normal;
	border: none;
    padding: 12px 18px 14px 24px;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	position: relative;
    z-index: 2;
    width: 100%;
	margin-bottom: 0;
	display: table-cell;
	text-transform: uppercase;
}

#sideNav .option-group .snBtn:hover{
	background: #575756;
	text-decoration: none;
}

#sideNav a:hover {
	color: #f1f1f1;
}

#sideNav .closebtn {
	position: absolute;
	right: 10px;
	font-size: 36px;
	margin-left: 50px;
}

.barToolV {
    min-height: 450px;
    width: 20%;
    border: #83B8E4 solid 1px;
    box-shadow: 5px 10px 5px #888888;
    padding: 10px;
    float: left;
}

@media screen and (max-height: 450px) {
	#sideNav {padding-top: 15px;}
	#sideNav a {font-size: 18px;}
}

/* image Orientation */
img {
	image-orientation: from-image !important;
}

@media (max-width: 479px) {
	.ui-dialog{
		width: 95% !important;
	}
	.bubbleMenu{
		top:50% !important;
		left:50% !important;
		margin-top:-100px !important;
		margin-left:-105px !important;
	}
	.bubbleMenu .btn{
		padding: 15px 0px;
	}
}
/** modo catalogo */
.listCatalogo{
	width: 630px;
	min-height: 75px;
}
.listCatalogo .itemListCatalogo{
	width: 194px;
	height: 25px;
	padding: 5px;
	border: 1px solid #000000;
	float:left;
	text-align: center;
	cursor: pointer;
}
.listCatalogo .itemListCatalogo:hover{
	background-color: #4EA59B;
}
/** main window **/
.listProductos{
	width: 630px;
	min-height: 75px;
}
.listProductos .itemListProductos{
	width: 194px;
	height: 268px;
	padding: 5px;
	border: 1px solid #000000;
	float:left;
	text-align: center;
	cursor:pointer;
}
.listProductos .itemListProductos:hover{
	background-color: #d3d3d3;
}
/** receta window **/
.listProductosRec{
	width: 525px;
	min-height: 75px;
}
.listProductosRec .itemListProductosRec{
	width: 171px;
	height: 171px;
	padding: 2px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	float:left;
	text-align: center;
	cursor:pointer;
}
