header { width:100%; padding:0px; margin:0px; font-family: Arial; background:#00394D; font-size: 13px; }
header nav { width:100%; max-width:1000px; background:#00394D; }
.menu_bar { display:none; }
header nav ul { list-style:none; overflow:hidden; padding:0px; margin:0px; }
header nav ul li { float: left; }
header nav ul li span { margin-right:10px; }
header nav ul li a{ display:block; padding:10px; color:#fff; text-decoration:none; }
header nav ul li a:hover { background:#00394D; }
section { padding:0px; }


.ui-icon-isla:after {  background-image: url("../images/m_islas.png"); }
.ui-nosvg .ui-icon-isla:after { background-image: url("../images/m_islas.png"); }

.ui-icon-caja:after {  background-image: url("../images/m_cajas.png"); }
.ui-nosvg .ui-icon-caja:after { background-image: url("../images/m_cajas.png"); }

.ui-icon-hortaliza:after {  background-image: url("../images/m_hortaliza.png"); }
.ui-nosvg .ui-icon-hortaliza:after { background-image: url("../images/m_hortaliza.png"); }

.ui-icon-cosecha:after {  background-image: url("../images/m_cosecha.png"); }
.ui-nosvg .ui-icon-cosecha:after { background-image: url("../images/m_cosecha.png"); }

.table_menu {
    background-color: #C01012;
    padding: 2px;
    color: white;
    width: 100%;
}

.table_consulta {
    font-family: Arial;
	font-size:14px;
    line-height:14px;
}

.table_consulta td {
    padding:10px;
    border-bottom:1px solid #CCC;
    line-height: 15px;
}

.btn_swipe_color {
    background-color: #C01012 !important;
}

.data_group {
    background-color: #C01012;
    padding: 4px;
    color: white;
    width: 100%;
}

.data_group_2 {
    background-color: #808080;
    padding: 4px;
    color: white;
    width: 100%;
}

.ui-btn-special {
    background-color: #C01012;
    border: 0px !important;
    height: 30px !important;
    padding-top: 2px !important;
    margin: -5px !important;
}

/**** MESSAGE ALERT ****/
.alert {
    padding: 20px;
    color: white;
    opacity: 1;
    transition: opacity 0.6s;
    /*margin-bottom: 15px;*/
    top: 0px; /*nuevo aaron*/
    position: fixed;
    width: 100%;
    z-index: 10000;
}

.alert.error {background-color: #f44336;}
.alert.success {background-color: #4CAF50;}
.alert.info {background-color: #333;}
.alert.warning {background-color: #ff9800;}

.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.closebtn:hover {
    color: black;
}
/**** MESSAGE ALERT ****/

@media screen and (max-width:800px) { 
    .bt-menu { cursor:pointer; }
    header nav { width:80%; height:100%; margin:0; position: fixed; left:-100%; /*top:0px;*/ overflow:auto; }
	.menu_bar { display:block; width:100%; background:#00394D; }
	.menu_bar .bt-menu {
		display:block; padding:6px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box;
		box-sizing:border-box; background:#00394D; overflow: hidden; font-size:25px;
		font-weight:bold; color:#fff; text-decoration:none; }
	.menu_bar span { float:right; font-size:40px; }
	header nav ul li { display:block; float:none; border-bottom:1px solid rgba(255,255,255,.3); }
}

.gridTr a { color:#496ccc; text-decoration: none; font-size:12px; }
.gridTr a:hover { color:#000000; text-decoration: underline; font-size:12px; }

.movil_letra {
    font-family: Arial;
	font-size:14px;
    line-height:14px;
}

.movil_alert {
    background-color: #f00; 
    color:#fff;
    padding:4px;
}

.division_movil {
    background-color: #666666;
    color: #ffffff;
    padding-top:10px;
    padding-bottom:10px;
    padding-left:2px;
    padding-right:2px;
}

.division_movil_data {
    background-color: #372eff;
    color: #ffffff;
    padding-top:10px;
    padding-bottom:10px;
    padding-left:2px;
    padding-right:2px;
}

.division_movil_proyecto_D {
    background-color: #D00346;
    color: #ffffff;
    font-size:17px;
    padding-top:10px;
    padding-bottom:10px;
    padding-left:2px;
    padding-right:2px;
}

.division_movil_proyecto_B {
    background-color: #BDFE00;
    color: #333333;
    font-size:17px;
    padding-top:10px;
    padding-bottom:10px;
    padding-left:2px;
    padding-right:2px;
}

.division_movil_proyecto_S {
    background-color: #F89831;
    color: #00394D;
    font-size:17px;
    padding-top:10px;
    padding-bottom:10px;
    padding-left:2px;
    padding-right:2px;
}

.division_movil_foot {
    background-color: #cccccc;
    color: #666;
}

.table_titulos td {
    background-color: #333333;
    color: #ffffff;
    padding-top:10px;
    padding-bottom:10px;
    padding-left:2px;
    padding-right:2px;
}

.table_titulos_2 {
    background-color: #666;
    color: #ffffff;
}

.mButton{
    cursor: pointer;
    background:#e5e5e5;
    display:inline-block;
    margin:0px;
    padding:7px 25px 7px;
    color:#333;
    text-decoration:none;
    text-shadow: 0 1px 1px #FFF;
    border:1px solid #ccc;
 
    /* Bordes redondenados - Border Radius */
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
 
    /* Fondo Degradado - Background Gradient */
    background:-webkit-linear-gradient(top, #fefefe, #e5e5e5); /* Chrome 10+ */
    background:   -moz-linear-gradient(top, #fefefe, #e5e5e5); /* Firefox 3.6+ */
    background:    -ms-linear-gradient(top, #fefefe, #e5e5e5); /* IE10 */
    background:        linear-gradient(top, #fefefe, #e5e5e5);
 
    /* Aplcamos sombras al boton - Box Shadow */
    -webkit-box-shadow:inset 0 1px 0 rgba(255,255,255, .3), inset 0 0 0 1px rgba(255,255,255, .6), 0 1px 2px rgba(0, 0, 0, .1);
    -moz-box-shadow:inset 0 1px 0 rgba(255,255,255, .3), inset 0 0 0 1px rgba(255,255,255, .6), 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow:inset 0 1px 0 rgba(255,255,255, .3), inset 0 0 0 1px rgba(255,255,255, .6), 0 1px 2px rgba(0, 0, 0, .1);
 
    /* Animacion - Transition */
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}

.mButton:hover{
  border-color:#00394D; /* Modificamos el color del borde */

  /* Cambiamos los colores del fondo degradado */
  background:-webkit-linear-gradient(top, #fefefe, #f1f1f1); /* Chrome 10+ */
  background:   -moz-linear-gradient(top, #fefefe, #f1f1f1); /* Firefox 3.6+ */
  background:    -ms-linear-gradient(top, #fefefe, #f1f1f1); /* IE10 */
  background:        linear-gradient(top, #fefefe, #f1f1f1);
  
  /* Modificamos las propiedades del Box Shadow para un efecto Glow */
  -webkit-box-shadow:inset 0 1px 0 rgba(255,255,255, .3), inset 0 0 0 1px rgba(255,255,255, .6), 0 1px 6px rgba(36, 168, 229, .3);
  -moz-box-shadow:inset 0 1px 0 rgba(251,247,193, .3), inset 0 0 0 1px rgba(251,247,193, .3), 0 1px 6px rgba(36, 168, 229, .3);
  box-shadow:inset 0 1px 0 rgba(251,247,193, .3), inset 0 0 0 1px rgba(251,247,193, .3), 0 1px 6px rgba(36, 168, 229, .3);
}

.numeric1 {
    text-align:right;
    width: 105px;
}

/*Styles related with example*/
.mText{
    font-family:Arial; font-size: 12px;

    padding: 5px;    
    border: 1px solid #DDDDDD;
    
    /*Applying CSS3 gradient*/
    background: -moz-linear-gradient(center top , #FFFFFF,  #EEEEEE 1px, #FFFFFF 20px);    
    background: -webkit-gradient(linear, left top, left 20, from(#FFFFFF), color-stop(5%, #EEEEEE) to(#FFFFFF));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FBFBFB', endColorstr='#FFFFFF');
    
    /*Applying CSS 3radius*/    
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    
    /*Applying CSS3 box shadow*/
    -moz-box-shadow: 0 0 2px #DDDDDD;
    -webkit-box-shadow: 0 0 2px #DDDDDD;
    box-shadow: 0 0 2px #DDDDDD;

}
.awesome-text-box:hover
{
    border:1px solid #cccccc;
}
.awesome-text-box:focus
{
    box-shadow:0 0 2px #FFFE00;
}


.CheckRadioRed, .CheckRadioGreen { display:none; }
.CheckRadioRed + label, .CheckRadioGreen + label {
	border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #b3b3b3;
    display:inline-block;
	padding: 4px 12px;
    margin-bottom: 0;
	font-size: 14px;
	line-height: 20px;
	color: #000;
	text-shadow: 0 1px 1px rgba(255,255,255,0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
	background-repeat: repeat-x;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    background-image: linear-gradient(to bottom,#fff,#666666);
    margin-left: -2px;
    margin-right: -2px;
    margin-top: -2px;
}
.CheckRadioRed:checked + label{
    background-image: none;
    outline: 0;
	-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
	box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
    background-color:#c41515;
    color: #ffffff;
}
.CheckRadioGreen:checked + label{
    background-image: none;
    outline: 0;
	-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
	box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
    background-color:#619f06;
    color: #000;
}


/* INPUT FILE BROWSE */
*{
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}

.inputBtnSection{
    display:inline-block;
    vertical-align:top;
    font-size:0;
    font-family:verdana;
    background:rgba(0,0,0,0.5);
}
.disableInputField{
    display:inline-block;
    vertical-align:top;
    height: 27px;
    margin: 0;
    font-size:14px;
    padding:0 3px;
    width: 200px;
}

.fileUpload {
	position: relative;
	overflow: hidden;
    border:solid 1px gray;
    display:inline-block;
    vertical-align:top;
}
.uploadBtn{
    display:inline-block; 
    vertical-align:top;
    font-size:14px;
    padding:0 10px;
    height:25px;
    line-height:22px;
    color:#fff;
}

.fileUpload input.upload {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
    background: #FFFFFF;
}
/* INPUT FILE BROWSE */


/* COMBOBOX */

.Css_element{
	-webkit-align-items: center;
	-webkit-appearance: menulist-button;
	-webkit-rtl-ordering: logical;
	-webkit-writing-mode: horizontal-tb;
	background-color: rgb(255, 255, 255);
	border-radius: 0px;
	border: 1px solid rgb(204, 204, 204);
	border-image-outset: 0px;
	border-image-repeat: stretch;
	border-image-slice: 100%;
	border-image-source: none;
	border-image-width: 1;
	box-sizing: border-box;
	color: rgb(85, 85, 85);
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	height: 30px;
	letter-spacing: normal;
	line-height: normal;
	margin: 0px 0px 0px 0px;
	padding: 4px 6px;
 
	text-align: start;
	text-indent: 0px;
	text-shadow: none;
	text-transform: none;
	vertical-align: middle;
	white-space: pre;
	word-spacing: 0px;
}

/* COMBOBOX */