/* Colores de  fondo */
.bg-oscuro{ background-color: #3D3D3D; }
.bg-verde{  background-color: #06936E; color: white;   }
.bg-white{  background-color: #FFFFFF; }
.bg-azul{   background-color: #006848; color: white;   }
.bg-gris{   background-color: #F4F7FA; color: #3D3D3D; }

.bg-white.btn{ border: solid 1px #DBDBDB; }

/* Color degradado */
.bg-verde-azul { 
  background: -webkit-gradient(left, rgba(6, 147, 110, 0.86) 0%,rgba(1, 85, 140, 0.69) 100%);
  background: linear-gradient(to right, rgba(6, 147, 110, 0.86) 0%,rgba(1, 85, 140, 0.69) 100%);
}

.bg-verde-azul-2 { 
  background: -webkit-gradient( rgba(1, 85, 140, 0.88) 0%, rgba(6, 147, 110, 0.86) 100%);
  background: linear-gradient( rgb(0 104 72) 0%, rgba(6, 147, 110, 0.86) 100%);

	}

.bg-azul-verde { 
  background: -webkit-gradient(to right, #006848 0%, #03707F 50%, #06936E 100%);
  background: linear-gradient(to right, #006848 0%, #03707F 50%, #06936E 100%);
  border: none;
}


/* Colores de texto */
.font-white{  color: #FFFFFF; }
.font-oscuro{ color: #3D3D3D; }
.font-verde{  color: #06936E; }
.font-azul{   color: #006848; }

/* Tamañode fuente */
.font-sm{ font-size: 13px; font-weight: bold; }
.font-md{ font-size: 15px; }
.font-xl{ font-size: 18px; font-weight: bold; }

*{
  font-family: 'Open Sans', sans-serif;
}

ul{
  list-style: none;
  padding: 0;
}

/* color focus input */
input.form-control:focus {
  box-shadow: 0 0 0 0.1rem rgba(6, 147, 110, 0.7);
}

/* Banner de color home */
#banner-color{
  width: 70%;
  z-index: 9;
  height: 100%;
  position: absolute;
}

#banner-login-imagen{
  height: calc(100vh - 100px);
  margin-top: 100px;
  object-fit: cover;
}

#logo-login-agro{ height: 60px; }

#logo-principal{ height: 45.26px; }

#login h3{
  font-size: 30px;
  font-weight: bold;
}

#login hr{
  width: 60px;
  float: left;
  height: 4px;
}

#login input{
  font-size: 14px;
  height: calc(2em + .9rem + 4px) !important;
  margin-top: -10px;
}

#login fieldset{
  height: 68px;
}

#login fieldset input + label{
  position: relative;
  font-size: 16px;
  display: block;
  padding-left: 0.9rem;
  transform: translateY(-2em);
  transform-origin: left center;
  opacity: 0.3;
  transition: transform .2s, opacity .2s;
  pointer-events: none;
}

#login fieldset input:valid{
  padding-bottom: 0px;
  padding-top: 13px;
}

#login fieldset input:valid + label {
  transform: translateY(-2.8rem) scale(.75, .75);
  font-size: 13px;
  opacity: .8;
}

button.input-password{
  background-color: transparent;
  border: none;
  position: absolute;
  right: 25px;
  outline: none;
}

button.input-password:before{
  content: '\f070';
  font-family: FontAwesome;
  height: 25px;
  width: 25px;
}

button.input-password.active:before{
  content: '\f06e' !important;
}

#ingresar{
  max-width: 150px;
  font-size: 16px;
  font-weight: bold;
}

#recordar-acceso{
  font-size: 12px;
}

#recordar-acceso label:hover{
  color: black;
  cursor: pointer;
}

#recordar-acceso .custom-control-label::before {
  border-radius: 50%;
  top: 0rem;
  width: 1.2rem;
  height: 1.2rem;
}

#recordar-acceso .custom-control-input:checked~.custom-control-label::after {
  background-image: none;
  background-color: white;
  border-radius: 50%;
  top: .23rem;
  left: -1.25rem;
  display: block;
  width: 0.7rem;
  height: 0.7rem;
  content: "";
}

#recuperar-contrasena{
  font-size: 12px;
}

#recuperar-contrasena:hover{
  text-decoration: none;
  color: black;
}

#panel{
  min-height: 100vh;
}

#panel-body{
  background-color: white;
  min-height: 100vh;
  width: 70%;
  border-radius: 0px 15px 15px 0px;
  display: inline-block;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}

#panel-body header h3{
  font-size: 22px;
  font-weight: bold;
  line-height: 45.26px;
  vertical-align: top;
  margin-left: 20px;
}

#panel-body header img,
#panel-body header h3{
  display: inline-block;
}

#panel-body h2{
  text-decoration: underline;
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  text-underline-position: under;
}

#panel-body h4{
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  margin-left: 20px;
  margin-bottom: 0;
  vertical-align: text-bottom;
}

#panel-body input{
  border-color: #EDEDED;
}

.card-cultivos{
  padding: 0;
  border-radius: 8px;
  overflow: hidden;
}

.card-cultivos .custom-control-label::before {
  position: absolute;
  left: auto;
  top: auto;
  right: 10px;
  bottom: 10px;
  width: 1.5rem;
  height: 1.5rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
  z-index: 9;
}

.cuadrante-mini {
font-weight: bold;
font-size: 13px !important;
    border-radius: 8px;
    padding: 10px !important;
    text-align: left;
}

.card-cultivos .custom-control-label::after {
  position: absolute;
  top: auto;
  left: auto;
  display: block;
  right: 10px;
  bottom: 10px;
  width: 1.5rem;
  height: 1.5rem;
  content: "";
  background: no-repeat 50%/50% 50%;
  z-index: 10;
}

.card-cultivos label{
  cursor: pointer;
}

article.disabled {
  opacity: 0.3;
  pointer-events: none;
}

/* Panel lateral */
#panel-lateral{
  width: 29%;
  display: inline-block;
  vertical-align: top;
}

#userName h3,
#userName img{
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  color: white;
}

#userName h3{
  margin-left: 10px;
}

#panel-lateral h2{
  font-size: 18px;
  color: white;
}

#panel-lateral h1{
  font-size: 22px;
  color: white;
  border-bottom: solid 1px rgba(38, 140, 140, 0.7);
}

#panel-lateral label{
  color: white;
  font-size: 9px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 15px;
}

#panel-lateral input{
  font-size: 12px;
}

.card-cultivos.disabled img{
  -webkit-filter: grayscale(80%);
  -moz-filter: grayscale(80%);
  -ms-filter: grayscale(80%);
  -o-filter: grayscale(80%);
  filter: grayscale(80%);
}

#bt-generar{
  font-size: 13px;
  color:white;
  font-weight: bold;
  padding: 15px 10px;
  border-radius: 8px;
}

#panel-options{
  border-top: solid 1px #DBDBDB;
}

#panel-options label{
  font-size: 15px;
  font-weight: bold;
  line-height: 24px;
  cursor: pointer;
}

#panel-contenido h1{
  font-size: 28px;
  font-weight: bold;
}

#panel-contenido h5{
  font-size: 16px;
  font-weight: bold;
}

.producto-logo{
  height: 39.7px;
  margin-bottom: 10px;
}

.guion-producto{
  height: 3px;
  width: 70px;
  float: left;
}

#panel-contenido button{
  font-weight: bold;
  font-size: 18px;
  border-radius: 8px;
  padding: 18px;
  text-align: center;
}

#panel-contenido button small{
  font-size: 12px;
}

#panel-contenido button i{
  float: right;
  margin-top: 3px;
  border: solid 1px #DBDBDB;
  border-radius: 50px;
  text-align: center;
  width: 24px;
  height: 24px;
  font-size: 12px;
  color: #DBDBDB;
}

#panel-contenido button.bg-azul-verde i{
  border: solid 1px white;
  color: white;
}

#panel-contenido button i:before {
  /*content: "\f067";*/
  line-height: 22px;
}

.nota-recomendados li:first-child{
  border-top: solid 1px #DBDBDB;
}

.nota-recomendados li{
  border-bottom: solid 1px #DBDBDB;
  font-size: 14px;
  font-weight: normal;
  padding: 10px 0px;
}

#panel-options > div:nth-child(n+2){
  border-left: solid 1px #DBDBDB;
}

.btn-mini{
  margin-right: 10px;
  height: 10px;
  padding: 0 !important;
  width: 20px;
}

footer{
  clear: both;
}
footer small{
  color: #797979;
}

/* Responsive */
@media (min-width: 1060px) {
  #panel-body{
    width: 75%;
  }

  #panel-lateral{
    width: 24%;
  }
  #ambienteinferior:before,
  #ambientesuperior:before{  
    margin-left:0 !important;
  }
	
	
	
}

/* Responsive */
@media only screen
  and (min-device-width : 768px)
  and (max-device-width : 1024px)
  
 {
 
	
	.productos-ipad{
  max-width: 50% !important;
		flex:none;
}
	 
	 	.leyenda-perfil{
  max-width: 100% !important;
		
}
	
	.texto-ipad{
  font-size: 12px !important;
		line-height: 13px;
		
}
	 
	 .texto-ipad2{
  font-size: 13px !important;
		line-height: 15px;
		
}
	 
	 .tol-ipad{
  padding-left:0px !important;
		
		
}
	 
	 	.texto-mapa-ipad{
  font-size: 18px !important;
		
		
}
	 
	 .archivos-ipad{
  height: 240px !important;
		 margin-bottom: 0px !important;
		 max-width: 33% !important;
		
		
}
	 
	 .cuadrante-ipad{
  padding-left: 5px !important;
	padding-right: 5px !important;	
		
}
	 
	  .enf-ipad{
    max-width: 100%;
		  margin-right: 20px;
    padding-bottom: 2px !important;	
		  padding-left: 10px;
		
}
	 
	 .lista-tolerancias-ipad{
    height: 10px;
		 margin-bottom: 5px;
		 margin-left: -8px;
   
		
}
	 
	 .sesion-ipad{
    display:none;
   
		
}
	 
	  .ipad-competidor{
    height: 10px;
		 margin-left: -15px !important; 
   
		
}
	 
	 .r-ipad{
  font-size: 14px !important;
    margin-right: 160px;
    margin-left: 0px !important;		
}
	 
	 .dif-ipad{
  max-width: 25%;		
}
	 
	 .pad-ipad{
  padding-bottom: 35px !important;		
}
	 
	 .boton-ipad{
  padding: 10px !important;
		 max-width: 190px;
		 font-size: 16px !important;
		
		
}
	 
	 
	
}


@media (max-width: 860px) {
  #panel-body{
    width: 100%;
    box-shadow: none;
    border-radius: 0;
    overflow: hidden;
  }

  #panel-lateral{
    display: none;
  }

  #panel-options > div:nth-child(n+2){
    border-left: none;
  }

  #panel-options > div{
    border-bottom: solid 1px #DBDBDB;
  }
}

.container-saw{
  border: solid 1px #DBDBDB;
  border-radius: 8px;
}

.container-saw .btn{
  padding: 5px 15px !important;
  min-width: 100px;
  text-align: center !important;
  font-size: 16px !important;
}

/* ranges style */
.rangeslider--horizontal{
  height: 10px;
}

.rangeslider__fill{
  background-color: #006848;
}

.rangeslider__handle{
  height: 28px;
  width: 28px;
  background-color: #006848;
}

#rangeValue{
  font-size: 20px;
}

#ambienteinferior:before{
  content: '\f063';
  position: absolute;
  font-family: FontAwesome;
  font-size: 40px;
  margin-left: -20px;
}

#ambientesuperior:before{  
  content: '\f062';
  position: absolute;
  font-family: FontAwesome;
  font-size: 40px;
  margin-left: -20px;
}


.my-disabled {
  pointer-events: none;
  opacity: 0.3;
}


.cursor-pointer {
  cursor: pointer;
}

.my-modal {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100vh;
  background: rgba(0,0,0,0.5);
  z-index: 1000;
  display: none;
}

.my-modal .my-modal-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  max-width: 720px;
  background: white;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0px 4px 12px rgba(0,0,0,0.4);
  max-height: 80vh;
  overflow-y: auto;
}

.my-modal .my-modal-inner .my-modal-close {
  font-weight: lighter;
  position: absolute;
  right: 25px;
  top: 10px;
  cursor: pointer;
  font-size: 40px;
}

.no-border {
  border: 0px !important;
}

.error input {
  border: 2px solid #bb1111 !important;
  outline: 0px !important;
}

.position-relative {
  position: relative;
}

.error-message {
  /*position: absolute;*/
  color: #bb1111;
  margin-left: 5px;
  font-size: 12px;
  display: none;
  opacity: 0;
  transition: 0.2s all;
}

.error .error-message {
  display: block;
  opacity: 1;
}

.btn[disabled] {
  cursor: not-allowed;
}

	.footer-icons  {
  		
	padding-right: 30px;
    padding-left: 20px;
    position: absolute;
    bottom: 0;
    height: 78px;
    margin-top: 40px;
		  
		  }
	  
	  .redes {
  		float:left;
	-webkit-transition: margin 0.5s ease-out;
    -moz-transition: margin 0.5s ease-out;
    -o-transition: margin 0.5s ease-out;
		  
		  }
	  
	  .redes:hover {
  		
	margin-top:  5px !important;
		  cursor: pointer;
		  
		  }