﻿@charset "UTF-8";
/******* RESPONSIVE ********/
/****Màn hình máy tính thông thường****/
/****Màn hình desktop loại bé****/
/**** Màn hình ipad hiển thị theo chiều ngang (Landscape) ****/
/****Màn hình ipad loại bé hiển thị theo chiều ngang (Landscape)****/
/****Màn hình ipad hiển thị theo chiều dọc (Portrait)****/
/****Màn hình ipad loại bé hiển thị theo chiều dọc (Portrait)****/
/****Màn hình điện thoại hiển thị theo chiều ngang (Landscape)****/
/****Màn hình điện thoại Iphone Plus****/
/****Màn hình điện thoại Iphone****/
/****Màn hình điện thoại loại bé****/
@font-face {
  font-family: "Manrope";
  src: url("../../fonts/Manrope/Manrope-VariableFont_wght.ttf") format("truetype");
}
ul, li {
  list-style: none;
}

body {
  color: #0a2540;
  font-family: Manrope, Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
}

p {
  margin: 0 auto;
}

a:hover {
  text-decoration: none;
}

.col-1 {
  width: 8.33%;
}

.col-2 {
  width: 16.66%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.33%;
}

.col-5 {
  width: 41.66%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.33%;
}

.col-8 {
  width: 66.66%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.33%;
}

.col-11 {
  width: 91.66%;
}

.col-12 {
  width: 100%;
}

#tabFertilizer #fertilizer-container {
  height: calc(100vh - 95px);
}
#tabFertilizer .in #formFertilizer {
  padding: 10px;
}
#tabFertilizer .in #formFertilizer .form-content .title {
  color: #B35E0F;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
#tabFertilizer .in #formFertilizer .form-content .content {
  padding: 0 10px;
}
#tabFertilizer .in #formFertilizer .form-content .content .label-custon {
  font-weight: 500;
}
#tabFertilizer .in #formFertilizer .form-content .content .text-custom {
  font-size: 14px;
}
#tabFertilizer .in #formFertilizer .form-content .content .caption {
  color: #6c757d;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  z-index: 2;
}
#tabFertilizer .in #formFertilizer .form-content .content #getPosition {
  cursor: pointer;
  cursor: pointer;
}
#tabFertilizer .in #formFertilizer .form-content .content #getPosition.active label {
  color: red;
  opacity: 1;
}
#tabFertilizer .in #formFertilizer .form-content .content #getPosition label {
  color: blue;
  text-decoration: underline;
  opacity: 0.7;
  transition: opacity 0.2s ease-in-out;
}
#tabFertilizer .in #formFertilizer .form-content .content #getPosition label:hover {
  cursor: pointer;
  opacity: 1;
}
#tabFertilizer .in #formFertilizer .form-handle {
  margin: 30px 10px;
}
#tabFertilizer .in #formFertilizer .form-handle #btnHandle {
  font-weight: 500;
}

.outFertilizer table th, .outFertilizer table td {
  vertical-align: middle;
}

.UI-DROP .UI-DDL {
  line-height: 24px;
}
.UI-DROP .menu-custom {
  right: 10px;
  max-height: 250px;
  overflow: auto;
}
.UI-DROP .menu-custom li {
  padding: 6px 10px;
  margin: 2px;
  font-size: 14px;
  font-weight: 500;
}
.UI-DROP .menu-custom li:hover, .UI-DROP .menu-custom li.active {
  background-color: rgb(225, 225, 225);
}
