.mb-0 {
  margin-bottom: 0;
}

/* LOGIN *****************/
body.login{
	background:linear-gradient(0deg, rgb(31, 31, 31) 45%, rgb(248, 229, 215) 55%);
}

#cuerpo.no-ingresar{
	background-position:center !important;
	background-repeat:no-repeat !important;
}
#formulario_ingreso, #formulario_restablecer{
	margin:auto;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-200px;
	margin-top:-200px;
	border-radius:10px;
	overflow:hidden;
	background:transparent !important;
	border:3px solid #fff9;
}
#formulario_ingreso::before, #formulario_restablecer::before{
	content: "";
	width: 120%;
	height: 120%;
	background: url(/admin/img/adicionales/bg.jpg) center no-repeat;
	position: absolute;
	top: -10%;
	left: -10%;
	filter: blur(4px);
	overflow: hidden;
	z-index: -1;
}
#logo{
	width:320px;
	height:66px;
	margin:auto;
	margin-bottom:20px;
	background-color:transparent !important;
}
#logo img{
	display:block;
}
#formulario_restablecer h3{
	text-align:center;
	margin-bottom:30px;
	color:#fff;
}
#formulario_ingreso p, #formulario_restablecer p{
	color:#fff;
}
#formulario_ingreso label, #formulario_restablecer label{
	color:#fff;
}
#formulario_ingreso .text, #formulario_restablecer .text{
	width:100%;
	background:#fff3 !important;
	border:1px solid #fff !important;
	color:#fff !important;
	transition:all ease 200ms;
}
#formulario_ingreso .text:focus, #formulario_restablecer .text:focus{
	background:#fff9 !important;
	border:1px solid #385300 !important;
	color:#385300 !important;
}
#formulario_ingreso .bi{
	color: #fff;
}
#formulario_ingreso .error{
	line-height:20px;
	padding:7px;
	background:#2d3142;
	text-align:center;
	font-size:1.3em;
	color:#fff;
	line-height:14px;
}
#formulario_ingreso .botonera{
	text-align:center;
}
#formulario_ingreso .boton, #formulario_restablecer .boton{
	color:#fff !important;
	background:#385300cc;
	border:1px solid #fff !important;
	transition:all ease 200ms;
	float:none;
}
#formulario_ingreso .boton:hover, #formulario_restablecer .boton:hover{
	background:#fff;
	color:#385300 !important;
}
#formulario_ingreso a, #formulario_restablecer a{
	color:#fff !important;
}
/*************************/

#menu_inferior {
  bottom: 40px !important;
}
.select2{
	font-size:14px !important;
}
.select2-results__option{
	font-size:14px !important;
}
.select2-container .select2-selection--single {
	height: 38px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px !important;
}

/* PRELOADER GENERAL ***********/
#preloader_general {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: #d1d1d190;
	z-index: 9999;
}
#preloader_general::before {
	content: '';
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 6px solid #fff;
	border-bottom-color: var(--primario);
	-webkit-animation: rotar 400ms linear infinite;
	animation: rotar 400ms linear infinite;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-25px;
	margin-left:-25px;
}
@-webkit-keyframes rotar {
	from {
	-webkit-transform: rotate(0);
	transform: rotate(0);   
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes rotar {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
/*******************************/

/* PRELOADER MEDIA *************/
#preloader_media{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:rgba(255,255,255,0.5) url(../img/preloader.gif) center no-repeat;
	z-index:2000;
}
/*******************************/

/*** SWEETALERT CUSTOM ***/
.swal2-html-container {
  text-align: left !important;
  font-size: 14px !important;
  color: #2d3142 !important;
  margin: 0 0 15px 0 !important;
}

.swal2-popup {
  /* width: auto !important; */
  border-radius: 10px !important;
  padding: 20px !important;
}

.swal2-title {
  text-align: left !important;
  font-size: 16px !important;
  color: #2d3142 !important;
  margin: 0 0 10px 0 !important;
  padding: 0 !important;
  font-weight: normal !important;
  line-height: 22px !important;
}

.swal2-actions {
  margin: 0 !important;
  justify-content: flex-end;
}

.swal2-actions button {
  padding: 0 20px !important;
  border-radius: 5px !important;
  font-size: 14px !important;
  line-height: 30px !important;
}

.swal2-actions button.swal2-confirm {
  background-color: #e65100 !important;
  color: #fff !important;
}

.swal2-actions button.swal2-confirm:hover {
  background-color: #e65100 !important;
}
/*** SWEETALERT CUSTOM ***/

.tabla-ver{
	font-size: 10px !important;
}
.tabla-ver tbody tr td:first-child {
	font-weight: bold !important;
	width: 50% !important;
}

/** Produccion **/
.tabla-form-produccion select,
.tabla-form-produccion input {
	min-width: inherit !important;
	width: 100% !important;
	max-width: inherit !important;
}
.tabla-form-produccion {
	width: max-content !important;
}
.tabla-form-produccion th,
.tabla-form-produccion td{
	padding: 4px 8px;
}
.tabla-form-produccion .col-operador{
	width: 250px !important;
}
.tabla-form-produccion .col-dron{
	width: 160px !important;
}
.tabla-form-produccion .col-pedido{
	width: 500px !important;
}
.tabla-form-produccion .col-superficie-aplicada{
	width: 110px !important;
}
.tabla-form-produccion .col-tipo{
	width: 140px !important;
}
.tabla-form-produccion .col-motivo-tiempo-muerto{
	width: 180px !important;
}
.tabla-form-produccion .col-motivo-tiempo-perdido{
	width: 180px !important;
}
.tabla-form-produccion .col-comentario{
	width: 500px !important;
}

.tabla-form-produccion .col-ultima {
    width: 90px !important;
}

.tabla-info-produccion{
	font-size: 10px !important;
}

.swal-wide{
  width:850px;
}
.swal-wide-and-high{
	width:430;
	height:350px;
}

.swal-wide-map{
	width:950px;
}

.swal-wide-and-high-diff{
	width:430;
	height:550px;
}
/** Produccion **/

/** Pedido **/
.btn-modal-cargarArchivo{
  padding: 0 20px !important;
  border-radius: 5px !important;
  font-size: 14px !important;
  line-height: 30px !important;
}

.estadoFicha_ABIERTA{
	color: green;
}

.estadoFicha_CERRADA{
	color: red;
}

.td-cantidad-a-entregar{
	font-weight: bold;
}
.negrita{
	font-weight: bold;
}

.producto-retornados{
	margin-bottom:4px !important;
	display: inline;
}
.avanceHectareas{
    float: right;
}

.ajustarDivTabla{
	overflow-x: auto;
	overflow-y: hidden;
}

.total{
	width:100%;
	height:10px;
	background:#ccc;
	border-radius: 5px;
	display:block;
}
.total .avance{
	width:0%;
	height:10px;
	background:#fc0;
	border-radius: 5px;
	display:block;
	transition:1000ms all ease;;
}

.btn-xs{
	padding: 1px 5px;
	font-size: 12px !important;
	line-height: 1.5;
	border-radius: 3px;
}

.estadoQuimicos_SI{
	color: red;
}

.estadoQuimicos_NO{
	color: green;
}

.estadoQuimicos_RESUELTA{
	color: violet;
}

.produccion_anomala_si{
	color: red;
}
.produccion_anomala_no,.produccion_anomala_sv{
	color: green;
}
.produccion_anomala_resuelta{
	color: violet;
}

.avanceOT_SI{
	color: red;
}

.avanceOT_NO{
	color: green;
}

.avanceOT_RESUELTA{
	color: violet;
}

.doublescroll{
  overflow: auto;
  overflow-y: hidden; 
}

/* FULLSCREEN **************/
div:fullscreen{
	width: 100vw;
	height: 100vh;
	overflow: auto;
	padding:0;
}
div:fullscreen .fullscreen{
	display:none;
}
div:fullscreen thead{
	position:sticky;
	top:0;
}
/***************************/

.bloque.w-100{
	position:relative;
}
.bloque.w-100 select,
.bloque.w-100 input{
	width: 100% !important;
	min-width: none !important;
	max-width: none !important;
}

.bloque.w-100 .select2-container{
	width: 100% !important;
	min-width: none !important;
	max-width: none !important;
}

.tabla-operaciones{
	min-width: max-content;
}
.tabla-operaciones tbody td:nth-child(n+2):nth-child(-n+3){
	width: 120px !important;
}
.tabla-operaciones tbody td:nth-child(n+4):nth-child(-n+5),
.tabla-operaciones tbody td:nth-child(11),
.tabla-operaciones tbody td:nth-child(18){
	width: 300px !important;
}

.tabla-operaciones tbody td{
	width: 100px;
}

.tabla-operaciones.tablesorter thead tr:nth-child(1) td:nth-child(even){
	background-color: rgba(120,120,120,0.1) !important;
}
.tabla-operaciones.tablesorter thead tr:nth-child(n+2) td:nth-child(n+5):nth-child(-n+10),
.tabla-operaciones.tablesorter thead tr:nth-child(n+2) td:nth-child(n+18):nth-child(-n+23),
.tabla-operaciones.tablesorter thead tr:nth-child(n+2) td:nth-child(n+29):nth-child(-n+30){
	background-color: rgba(120,120,120,0.1) !important;
}
.tabla-operaciones.tablesorter tbody td:nth-child(n+5):nth-child(-n+10),
.tabla-operaciones.tablesorter tbody td:nth-child(n+18):nth-child(-n+23),
.tabla-operaciones.tablesorter tbody td:nth-child(n+29):nth-child(-n+30){
	background-color: rgba(120,120,120,0.1) !important;
}

.anomalia-estado-si{
	background-color: #f8d7da !important;
}
.anomalia-estado-resueltas{
	background-color: #d1e7dd !important;
}

.dropazing input[type="file"]{
	display: none;
}