/* General */
html,
body{
 height: 100%;
  max-height:100vh;
  max-width:100vw;
  width:100%;
  background-color:#F2F3F9;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5,
a, p, span, label {
 font-family: 'Cabin', sans-serif;
}

h1 {
 font-size: 1.8rem;
}

h2 {
 font-size: 1.6rem;
}

h3 {
 font-size: 1.5rem;
}

h4 {
 font-size: 1.4rem;
}

h5 {
 font-size: 1.3rem;
}

p {
 font-size: 1rem;
}

#preview {
  display:none;
}

.text-small{
  font-size: 0.875rem;
}

.fa-ellipsis-v {
  font-size: 1.4rem;
  color: #666;
}

.fs-4 {
  font-size: 4rem;
}

a:hover {
 color: var(--primary);
}

.fc-color {
  color: var(--primary) !important;
}

.fc-grey {
  color: #666666;
}

#NavbarMenu-back ul li a {
 font-size: 14px;
}

#NavbarMenu-back a {
 color: #666;
 font-weight: 500;
 -webkit-transition: all 400ms;
         transition: all 400ms;
  margin-bottom:3px;        
}

#NavbarMenu-back a:hover{
 color: var(--primary) !important;
 cursor: pointer;
}

#NavbarMenu-back a::before{
 color: var(--primary) !important;
 -webkit-transition: all .4s ease-in-out 0s;
 transition: all .4s ease-in-out 0s;
}

#NavbarMenu-back .active .nav-link {
 color: var(--primary) !important;
  margin-bottom:0px;   
}

#NavbarMenu-back .active .nav-link:after {
  content: "";
  display: block;
  border-bottom: 3px solid var(--primary);
  position: relative;
  top: 1.5rem;
  width: 100%;
}

#NavbarMenu-back.collapse.show .active .nav-link:after {
  top: 0;
}

/* Color badge - button */
.btn-outline-danger{
  border-color: #DC4D56!important;
  color: #DC4D56!important;
}
.btn-outline-danger:hover, .btn-outline-danger:not([disabled]):not(.disabled):active, .btn-outline-danger:not([disabled]):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle{
  background-color: #DC4D56!important;
  color: white!important;
}
.btn-outline-success{
  border-color: #9BBD42!important;
  color: #9BBD42!important;
}
.btn-outline-success:hover, .btn-outline-success:not([disabled]):not(.disabled):active, .btn-outline-success:not([disabled]):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle{
  background-color: #9BBD42!important;
  color:white!important;
}

button.btn {
  font-weight: 700;
}
/* The switch - the box around the slider */
.switch {
  position: relative;
  width: 45px;
  height: 25px;
  display: inline;
  float: left;
}

/* Hide default HTML checkbox */
.switch-sm input, .switch input {display:none;}

.switch-sm {
  position: relative;
  width: 35px;
  height: 21px;
  display: inline;
  float: left;
}

.switch-sm .slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 6px;
  bottom: 5px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.switch-sm input:checked + .slider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 6px;
  bottom: 5px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #327B81;
}

input:focus + .slider {
  box-shadow: 0 0 1px #00a65a;
}

.switch-danger input:checked + .slider {
  background-color: #dc3545;
}

.switch-danger input:focus + .slider {
  box-shadow: 0 0 1px #dc3545;
}

input:checked + .slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* End slider checkbox */
.dropdown-header {
  color: #000;
  font-size: 1rem;
}

.dropdown-item label{
  font-size: 0.9rem;
}

.dropdown-item i {
  color: #666;
}

.dropdown-item.active i {
  color: var(--primary) !important;
}

.dropdown-item.active, .dropdown-item:active {
  color: var(--primary) !important;
  text-decoration: underline;
  background-color: transparent !important;
  font-weight: 500;
}

.navbar-toggler:focus,
.navbar-toggler:active {
    outline: 0;
}

.navbar-toggler span {
   display: block;
   background-color: #444;
   height: 3px;
   width: 25px;
   margin-top: 4px;
   margin-bottom: 4px;
   -webkit-transform: rotate(0deg);
   -moz-transform: rotate(0deg);
   -o-transform: rotate(0deg);
   transform: rotate(0deg);
   position: relative;
   left: 0;
   opacity: 1;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
   -webkit-transition: transform .35s ease;
   -moz-transition: transform .35s ease;
   -o-transition: transform .35s ease;
   transition: transform .35s ease;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
    left: 0;
    top: 10px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
    height: 12px;
    visibility: hidden;
    background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
    left: 0;
    top: -13px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    opacity: 0.9;
}

.navbar-light .navbar-toggler {
 border: 0!important;
}

.navbar { 
  border-bottom: 1px solid #f3f3f3; 
  background-color: white;
  padding: .8rem;
  border-bottom: 1px solid transparent;  
  moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0), 0 6px 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0), 0 6px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0), 0 6px 10px 0 rgba(0, 0, 0, 0.1);
}
.bg-light-green {
  background-color: #96BA43;
}
.bg-light-grey {
 background-color: #eee;
}
.bg-light-black {
 background-color: #343a40;
}
.bg-black {
 background-color: #25292d;
}
.bg-dark-black {
 background-color: #111111;
}
.bg-white {
  background-color: #FFFFFF;
}
.bg-circle-white-100 {
  border-radius: 50%;
  width: 120px;
  height: 120px;
  background-color: white;
  padding-top: 10px;
  padding-left: 2px;
}

.black {
 color: #383838;
}

.light-grey {
 color: #a7a7a7;
}

.grey {
 color: #777777 !important;
}

.light-green {
 color: #96BA43;
}

.green {
 color: var(--primary);
}

.white {
 color: #f3f3f3 !important;
}

.dark-white {
 color: #ffffff;
}

.pointer {
  cursor:pointer;
}

.font-small{
  font-size:1rem;
}

.font-medium {
  font-size: 1.1rem;  
}

.font-large {
  font-size: 2.1rem;  
}

.font-big {
  font-size: 4rem;
}

.font-weight-200 {
 font-weight: 200;
}

.font-weight-300 {
 font-weight: 300;
}

.font-weight-400 {
 font-weight: 400;
}

.font-weight-500 {
 font-weight: 500;
}

.font-weight-700 {
 font-weight: 700;
}

.font-weight-900 {
 font-weight: 900;
}

.font-bold {
 font-weight: bold;
}

.font-thin {
 font-weight: lighter;
}

.bb-2 {
  border-bottom: 2px solid var(--primary);
}

.bt-2 {
  border-top: 2px solid var(--primary);
}

.btn-foodchain {
  color: #fff;
  background-color: var(--primary);
  border-color: var(--primary);
}

.btn-foodchain:hover {
  color: #ffffff;
  background-color: #245556;
  border-color: #245556;
}

.btn-foodchain-2 {
  color: #fff;
  background-color: #96BA43;
  border-color: #96BA43;
}

.btn-foodchain-2:hover {
  background-color: #69822f;
  border-color: #69822f;
 text-decoration: none !important;
  color: #fff;
}

.btn-rounded {
  border-radius: 25px;
}

.bg-profile{
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('/static/backend/images/backoffice/bg_profile.png');
}

.nav-drop-position{
  width:25vw;
}

.img-20{
  width:20px;
  height:20px;
}

.img-25 {
  width: 25px;
}

.img-500 {
  width: 500px;
}

.img-circle-150{
  width: 150px;
  height: 150px;
  clip-path: circle(75px at center);
  margin:auto;
}

.img-circle-100{
  width: 100px;
  height: 100px;
  clip-path: circle(50px at center);
  margin:auto;
}
.img-circle-75{
  width: 75px;
  height: 75px;
  clip-path: circle(37.5px at center);
  margin:auto;
}
.img-circle-50{
  width: 50px;
  height: 50px;
  clip-path: circle(25px at center);
  /* margin:auto;*/
}
.img-circle-40{
  width: 40px;
  height: 40px;
  clip-path: circle(20px at center);
  margin:auto;
}
.img-circle-25{
  width: 25px;
  height: 25px;
  clip-path: circle(12.5px at center);
  margin:auto;
}

.bg-elem{
  background-color:white;
  border: 1px solid transparent;
  border-top:0;
  moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0), 0 6px 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0), 0 6px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0), 0 6px 10px 0 rgba(0, 0, 0, 0.1);
}
.bg-elem-btn{
  border: 1px solid transparent;
  border-top:0;
  moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0), 0 6px 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0), 0 6px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0), 0 6px 10px 0 rgba(0, 0, 0, 0.1);
}

.link-text{
  color:var(--primary)!important;
}

.link-text:hover{
  color:var(--primary)!important;
}

.no-border{
  border:0!important;
}

/* Tables */
.table.table-detail th {
  color: var(--primary);
}

.table th, .table td, .table thead th {
  vertical-align: middle;
  border:0;
}
.title-table{
  color: var(--primary);
  font-weight: 500;
}
.tab-select{
  color:#8F8985;
  font-weight:400;
}
.tab-select:hover{
  color: #666;
  text-decoration:none;
}
li.active .tab-select{
  color: #666;
  font-weight: 700;
  border-bottom: 3px solid var(--primary);
  padding-bottom: 5px;
}

/*tr.even{border: 2px solid #85D1FF !important;}
tr:not(.even){border:1px solid white!important;}*/
/* Merchants */
.sub-change{
  color:grey;
  font-size: 0.8rem;
  margin-bottom:0;
  font-style: italic;
}

.select-2-lg .select2-selection__rendered {
    line-height: 30px !important;
}
.select-2-lg .select2-container .select2-selection--single {
    height: 43px !important;
}
.select-2-lg .select2-selection__arrow {
    height: 42px !important;
}

.form-warehouse-2.is-invalid span.select2-selection.select2-selection--single {
  border-color: #ff5454 !important;
}

.template-container {
  direction: rtl;
  position: relative;
}
.template-container span.select2-container--bootstrap{ 
  moz-box-shadow:  0 4px 8px 0 rgba(0, 0, 0, 0), 0 6px 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow:  0 4px 8px 0 rgba(0, 0, 0, 0), 0 6px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow:  0 4px 8px 0 rgba(0, 0, 0, 0), 0 6px 10px 0 rgba(0, 0, 0, 0.1);
}

.select2{
  width: auto!important;
}

.template-container .select2-container--open + .select2-container--open{
  left: auto;
  right: 0;
  width: 100%;
}
.template-container .select2-results__option{
  overflow:hidden;
  max-height: auto!important;
}
.select2-results__option--highlighted[aria-selected] p {
  color: #FFF !important;
}

.template-container .select2-container--bootstrap .select2-dropdown{
  moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0), 0 6px 10px 0 rgba(0, 0, 0, 0.1)!important;
  -webkit-box-shadow:  0 4px 8px 0 rgba(0, 0, 0, 0), 0 6px 10px 0 rgba(0, 0, 0, 0.1)!important;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0), 0 6px 10px 0 rgba(0, 0, 0, 0.1)!important;
}

.m-height-card{
  min-height:110px;
}
.template-container .select2-container--bootstrap.select2-container--focus .select2-selection, .template-container .select2-container--below .select2-selection{
  border-color:white!important;
}
.template-container .select2-container--bootstrap .select2-dropdown {
  border-color: white;
  margin-top: -1px;
  width: 50vw !important;
}

.bg-card-row{
  height:100%; 
  position: absolute; 
  width: 100%;
  z-index: 4;
}
.bg-card-bottom{
  position:absolute; 
  width:100%; 
  height:100%;
  top: 0;
  left: 0; 
  overflow: hidden;
  moz-box-shadow:  0 4px 8px 0 rgba(0, 0, 0, 0), 0 6px 10px 0 rgba(0, 0, 0, 0.1)!important;
  -webkit-box-shadow:  0 4px 8px 0 rgba(0, 0, 0, 0), 0 6px 10px 0 rgba(0, 0, 0, 0.1)!important;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0), 0 6px 10px 0 rgba(0, 0, 0, 0.1)!important;

}
.bg-card-bottom p{
  font-size:1rem!important;
}

.bg-transparent {
  border:0;
  background-color: transparent;
}

.radius-a {
  border-radius: 24px;
}

.radius-top-a {
  border-radius: 24px 24px 0px 0px;
}

.radius-bottom-a {
  border-radius: 0px 0px 24px 24px;
}

.card-1{
  background-color:#F4EFEC;  
  color:#8F8985;
}
.card-1 a, .card-1 a:hover{
  color:#8F8985;
  text-decoration:none;
}
.card-2{
  background-color:#F4E0E9;  
  color:#9c858f;
}
.card-2 a, .card-2 a:hover{
  color:#9c858f;
  text-decoration:none;
}
.card-3{
  background-color:#F4D9D0;  
  color:#98847d;
}
.card-3 a, .card-3 a:hover{
  color:#98847d;
  text-decoration:none;
}
.card-4{
  background-color:#F4E3C9; 
  color:#8f8985;   
}
.card-4 a, .card-4 a:hover{
  color:#8f8985;
  text-decoration:none;
}
.card-5{
  background-color:#B5DCE0;  
  color:#61787a;
}
.card-5 a, .card-5 a:hover{
  color:#61787a;
  text-decoration:none;
}
.card-6{
  background-color:#D7E0B1;  
  color:#818768;
}
.card-6 a, .card-6 a:hover{
  color:#818768;
  text-decoration:none;
}
.card-7{
  background-color:#E7E39A;;  
  color:#818768;
}
.card-7 a, .card-7 a:hover{
  color:#818768;
  text-decoration:none;
}
.card-8{
  background-color:#B5E0C8;  
  color:#61787a;  
}
.card-8 a, .card-8 a:hover{
  color:#61787a;
  text-decoration:none;
}
.card-9{
  background-color:#A8C3EC; 
  color:#8f8985;
}
.card-9 a, .card-9 a:hover{
  color:#8f8985;
  text-decoration:none;
}

.number-bg{
  position: absolute;
  font-weight: 700;
  color:#8F8985;
  opacity:0.05;
  width: 100%;
  height: 100%;
}
.span-text-bg{
  min-width:30px;
}
.bg-span-card-1{
  background-color: #8F8985;
}
.text-card-1{
  color:#8F8985;
}
.bg-span-card-2{
  background-color: #9c858f;
}
.text-card-2{
  color:#9c858f;
}
.bg-span-card-3{
  background-color: #98847d;
}
.text-card-3{
  color:#98847d;
}
.bg-span-card-4{
  background-color: #8f8985;
}
.text-card-4{
  color:#8f8985;
}
.bg-span-card-5{
  background-color: #61787a;
}
.text-card-5{
  color:#61787a;
}
.bg-span-card-6{
  background-color: #818768;
}
.text-card-6{
  color:#818768;
}
.bg-span-card-7{
  background-color: #8f8985;
}
.text-card-7{
  color:#8f8985;
}
.bg-span-card-8{
  background-color: #61787a;
}
.text-card-8{
  color:#61787a;
}
.bg-span-card-9{
  background-color: #818768;
}
.text-card-9{
  color:#818768;
}

.card-receipt p {
  font-size: 14px !important;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.flexFont{
  line-height:0;
  position:absolute;
}

/* New View */
.bg-blur{
  position:fixed; 
  width:100%; 
  height:100%;
  background-color: grey;
  filter: blur(15px);
  z-index:10;
  opacity: 0.5;
}
.bg-view{
  position:absolute; 
  width:100%; 
  height:100%;
   z-index:3;
}
.bg-new{
  position:absolute; 
  width:100%; 
  height:100%;
  z-index:100;
}

/* Form */
.form-control:focus{
  border: 0.5px solid #d0d3da;
  box-shadow: none;
}

.item-rounded {
  overflow: hidden;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid grey;
  width: 50px;
  height: 50px;
  background: white;
  border-radius: 50%;
}

.li-process{
  width: 0.8rem;
  height: 0.8rem;
  background-color: var(--primary);
  border-radius: 50%;
  display: inline-block;
  margin-top: 1.5rem;
}

/* Add Form */
.card-header {
  background-color:white;
}
.title-card{
  font-weight: 400;
  line-height: 1;
  color: black;
}
.title-card:hover{
  text-decoration:none;
  color: black; 
}
.aside-menu{
  right: 0;
  width: auto !important;
}

.bg-elem.form-control:focus {
  border-color: transparent!important;
  moz-box-shadow:  0 4px 8px 0 rgba(0, 0, 0, 0), 0 6px 10px 0 rgba(0, 0, 0, 0.1)!important;
  -webkit-box-shadow:  0 4px 8px 0 rgba(0, 0, 0, 0), 0 6px 10px 0 rgba(0, 0, 0, 0.1)!important;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0), 0 6px 10px 0 rgba(0, 0, 0, 0.1)!important;
}

select.form-control, select.form-control:focus {
  border: 1px solid #e1e6ef;
  background-color:white;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(/static/backend/images/backoffice/icon_arrow_down.png);
  background-position-y:  center;
  background-repeat: no-repeat;
  background-position-x: 96%;
  width: 100%!important;
  background-size: 10px;
}

input.form-control, input.form-control:focus, textarea.form-control, textarea.form-control:focus {
  border: 1px solid #e1e6ef;
  background-color:white;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

/*.form-warehouse > select.form-control:focus, .form-warehouse > input.form-control:focus, .form-warehouse > select.form-control, .form-warehouse > input.form-control {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  border-top:0;
  border-left:0;
  border-right:0;
  background-color:white;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield; 
  background: url(/static/backend/images/backoffice/icon_arrow_down.png);
  background-position-y:  center;
  background-repeat: no-repeat;
  background-position-x: 92%;
  width: 100%!important;
  background-size: 7px;
  padding:0;
  height:1.8rem!important;
}*/

.form-warehouse-2 > select.form-control:focus, .form-warehouse-2 > select.form-control {
  border:0;
  font-weight:bold;
  background-color:white;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield; 
  background: url(/static/backend/images/backoffice/icon_arrow_down.png);
  background-position-y:  center;
  background-repeat: no-repeat;
  background-position-x: 98.5%;
  width: 100%!important;
  background-size: 7px;
}

.warehouse-container p, .document-container p{
 font-size: 1.1rem !important;
}
.bg-50{
  width:50px;
  height:50px;
}
.btn-noactive-danger{
  opacity:0.3;
  cursor:default!important;
}
.btn-noactive-danger:hover{
  opacity:0.3;
  cursor:default!important;
  background-color:white;
  color:#ff5454;
}

/* DataTables */

.paginate_button.previous.disabled, .paginate_button.next.disabled,.paginate_button.first.disabled,.paginate_button.last.disabled {
  display:none;
}
.paginate_button.active > a.page-link{
  width: 28px;
  height: 28px;
  border-radius: 50%;
  padding: 0;
  text-align: center;
  line-height: 28px;
  color:white;
  background-color: var(--primary);
}
.paginate_button.active > a.page-link:focus, .paginate_button.active > a.page-link:hover{
  text-decoration:none;
  outline:0;
  border:0;
  background-color: var(--primary);
  color:white;
  box-shadow:none !important;
}

.paginate_button >a.page-link{
  margin-right: 25px;
  color:black;
  border: 0;
  padding: 0;
  text-align: center;
  line-height: 28px;
}

.paginate_button >a.page-link:hover, .paginate_button >a.page-link:focus{
  cursor:pointer;
  text-decoration:none;
  color:black;
  background-color:white;
  outline:0;
  box-shadow:none !important;
  padding: 0;
  text-align: center;
  line-height: 28px;
}
.dataTables_length > select{
  moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0), 0 6px 10px 0 rgba(0, 0, 0, 0.1)!important;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0), 0 6px 10px 0 rgba(0, 0, 0, 0.1)!important;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0), 0 6px 10px 0 rgba(0, 0, 0, 0.1)!important;
}
.dataTables_length > label{
font-size: 0.875rem;
}
.dataTables_paginate.paging_simple_numbers, .dataTables_paginate.paging_full_numbers {
  text-align: left!important;
}
.dataTable table,th,td,tr{
  border-collapse:collapse!important;
}
table.dataTable{
  border-collapse:collapse!important; 
}
thead{
  border-bottom: 1px solid #e8e8e8;
}
.search-form{
  position: relative;
  width: 250px; 
}

.search-data input[type="search"]{
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  height: 27px;
  position: absolute;
  top: -4rem;
  right: 1rem;
  width: 25% !important;
}
.search-data label::after{
  content: url('/static/backend/images/backoffice/icon_search.png');
  position: absolute;
  top: -3.7rem;
  display:inline-block;
  right: 2rem;
}
.search-customer input[type="search"]{
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  height: 27px;
  width: 25% !important;
  position: absolute;
  right: 1rem;
  top:1rem;
}
.search-customer label::after{
  content: url('/static/backend/images/backoffice/icon_search.png');
  position: absolute;
  display:inline-block;
  right: 2rem;
  height: 27px;
  top:1.3rem;
}
.search-warehouse-detail input[type="search"]{
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  height: 27px;
  width: 25% !important;
  position: absolute;
  right: 1rem;
  top:3rem;
}
.search-warehouse-detail label::after{
  content: url('/static/backend/images/backoffice/icon_search.png');
  position: absolute;
  display:inline-block;
  right: 2rem;
  height: 27px;
  top:3.3rem;
}
th.sorting:after, th.sorting:before{
  opacity: 0 !important;
  bottom:35%!important;
}
th.sorting_asc:after, th.sorting_desc:before{
  opacity: 0 !important;
  bottom:35%!important;
}
th.sorting:before, th.sorting:after{
  bottom:35%!important;
}
th.sorting_asc:before, th.sorting_desc:after{
  bottom:35%!important;
}
.dataTables_length select, .dataTables_length select:focus{
  background-color:white;
  border: 0 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0), 0 6px 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0), 0 6px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0), 0 6px 10px 0 rgba(0, 0, 0, 0.1);
  background: url(/static/backend/images/backoffice/icon_arrow_down.png);
  background-position-y:  center;
  background-repeat: no-repeat;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  background-position-x: 37px;
  width: 55px!important;
  margin-left:10px;
  background-size: 20%;
}

.close-div{
  position: absolute;
  left: 41%;
  width: 18%;
  top:-2.5px;
}
/* Processing */
.start-chain:after{
  border-left: 0.15rem dashed var(--primary);
  content: "";
  position: relative;
  left: -0.48rem;
  top: 1rem;
  padding-bottom: 50%;
}
.start-chain:before{
  border-left: 0.15rem dashed transparent;
  content: "";
  position: relative;
  left: -0.48rem;
  top: -1rem;
  padding-top: 100%;
}
.middle-chain:after{
  border-left: 0.15rem dashed var(--primary);
  content: "";
  position: relative;
  right: 0.48rem;
  top: -2.1rem;
  padding-bottom: 100%;
}
.middle-chain:before{
  border-left: 0.15rem dashed var(--primary);
  content: "";
   position: relative;
  right: -0.48rem;
  top: 2rem;
  padding-top: 100%;
}
.expand-chain:after{
  border-left: 0.15rem dashed var(--primary);
  content: "";
  position: absolute;
  left: 2.05rem;
  bottom: 8.5rem;
}
.expand-chain:before{
  border-left: 0.15rem dashed transparent;
  content: "";
  position: relative;
  left: -0.48rem;
  top: -1rem;
  padding-top: 100%;
}
.end-chain:after{
  border-left: 0.15rem dashed var(--primary);
  content: "";
  position: relative;
  left: -0.48rem;
  top: -1rem;
  padding-top: 100%;
}
.end-chain:before{
  border-left: 0.15rem dashed transparent;
  content: "";
  position: relative;
  left: -0.48rem;
  top: -1rem;
  padding-top: 100%;
}

.input-group-append .input-group-text:hover {
  background-color: var(--primary);
  color: #ffffff;
}

.input-group-append .input-group-text {
  background-color: #ffffff;
  color: var(--primary);
}

.badge-info, .badge-success {
  color: #fff !important;
}

/* Warehouses */
.bg-icon-warehouse{
  box-shadow: 0 2px 4px 0 rgba(139,139,139,0.50);
  border-radius: 50%;
  border: solid 0.5px rgba(139,139,139,0.50);
}

.bg-warehouse-1{
  box-shadow: 0 2px 4px 0 rgba(139,139,139,0.50);
  border: solid 0.5px rgba(139,139,139,0.50);
}
.bg-warehouse-1 .bg-icon-warehouse{
  box-shadow: 0 2px 4px 0 rgba(139,139,139,0.50);
  border: solid 0.5px rgba(139,139,139,0.50);
}

.bg-green-80 {
  padding: 0px 5px 0px 5px;
  background-color:var(--primary)CC;
}

.icon-warehouse{
  width: 200px;
  height: 200px;
  background: url(/static/backend/placeholders/foodchain_warehouse.png) no-repeat center / contain;
  /* background: var(--primary);
  mask: url('/static/backend/placeholders/foodchain_warehouse.png') no-repeat center / contain;
  -webkit-mask: url('/static/backend/placeholders/foodchain_warehouse.png') no-repeat center / contain; */
}

.icon-field{
  width: 200px;
  height: 200px;
  background: url(/static/backend/placeholders/foodchain_field.png) no-repeat center / contain;
  /* background: var(--primary);
  mask: url('/static/backend/placeholders/foodchain_field.png') no-repeat center / contain;
  -webkit-mask: url('/static/backend/placeholders/foodchain_field.png') no-repeat center / contain; */
}

.warehouse-actions a {
  font-size: 18px;
  margin-left: .5rem;
}

.border-hover {
  border: 4px solid #fff;
}

.border-hover:hover {
  border: 4px solid var(--primary);
  cursor: pointer;
}

.action-container i {
  font-size: 18px;
  margin-left: 1rem;
}

.action-container i.fa-pencil-alt {
  color: #36657c;
}

.action-container i.fa-trash-alt,
.action-container i.fa-ban {
  color: #852c2c;
}


.fc-red {
  color: #852c2c;
}

/* Loader */
.loader {
  position: relative;
  margin: 0 auto;
  width: 50px;
}
.loader:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.loader-inline {
  position: relative;
  float:right;
  width: 50px;
}
.loader-inline:before {
  content: '';
  display: block;
  padding-top: 50%;
}

.circular {
  animation: rotate 2s linear infinite;
  height: 100%;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.circular-mini {
  animation: rotate 2s linear infinite;
  height: 40%;
  transform-origin: center center;
  width: 40%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
}

.path-white {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: dash 1.5s ease-in-out infinite, color-white 6s ease-in-out infinite;
  stroke-linecap: round;
}

/* Account CSS */
.form-module input[type=checkbox] {
  /* hide original check and radio buttons */
  -webkit-appearance: none;
  -moz-appearance:    none;
  appearance: none;
  border-radius: 0;
  background-color: #ffffff!important;
  border: 1px solid #357D7F!important;
  width: 15px;
  height: 15px;
}

.form-module input[type=checkbox]:checked  {
  border: 1px solid #357D7F!important;
  background-color: #357D7F!important;
}

.check-fod:hover input ~ .checkmark {
  background-color: #357D7F;
}

.check-fod input:checked ~ .checkmark {
  background-color: #357D7F;
}
.check-fod .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.check-fod .checkmark:after {
 	top: 5px;
	left: 5px;
	width: 13px;
	height: 13px;
	background: #357D7F;
}

.form-module {
  position: relative;
  background: #ffffff;
  width: 100%;
  border-top: 5px solid var(--primary);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
}

.form-module .toggle {
  cursor: pointer;
  position: absolute;
  top: -0;
  right: -0;
  background: var(--primary);
  width: 100px;
  height: 30px;
  margin: -5px 0 0;
  color: #ffffff;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
	font-family: 'Montserrat';
	font-weight: 700;
}

.form-module .form {
  display: none;
  padding: 40px;
}

.form-module .form:nth-child(2) {
  display: block;
}

.form-module h2 {
  margin: 0 0 20px;
  color: var(--primary);
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}

.form-module input {
  outline: none;
  display: block;
  width: 100%;
  border: 1px solid #d9d9d9;
  margin: 0 0 20px;
  padding: 10px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 400;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.form-module input:focus {
  border: 1px solid var(--primary);
  color: #333333;
}

.form-module button {
  cursor: pointer;
  background: var(--primary);
  width: 100%;
  border: 0;
  padding: 10px 15px;
  color: #ffffff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.form-module button:hover {
  background: #327b81;
}

.form-module .cta {
  background: #f2f2f2;
  width: 100%;
  padding: 15px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #666666;
  font-size: 12px;
  text-align: center;
}

.form-module .cta a {
  color: #333333;
  text-decoration: none;
}

.modal-xl {
  max-width: 1140px !important;
}
/* Tables */
.fc-extra-data table.table-bordered {
  border: 1px solid #e1e6ef;
}

.fc-extra-data .table-bordered th, .fc-extra-data .table-bordered td {

    border: 1px solid #e1e6ef;

}
.fc-extra-data .table th, .fc-extra-data .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #e1e6ef;
}
.fc-extra-data .table-bordered td, .fc-extra-data .table-bordered th {
    border: 1px solid #dee2e6;
}
.fc-extra-data .table td, .fc-extra-data .table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

/* End Account CSS */

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes color {
  100%,
  0% {
    stroke: var(--primary);
  }
  40% {
    stroke: var(--primary);
  }
  66% {
    stroke: var(--primary);
  }
  80%,
  90% {
    stroke: var(--primary);
  }
}

@keyframes color-white {
  100%,
  0% {
    stroke: #FFF;
  }
  40% {
    stroke: #FFF;
  }
  66% {
    stroke: #FFF;
  }
  80%,
  90% {
    stroke: #FFF;
  }
}
/* End Loader */
/* 
@media (min-width: 992px) { 
  h1 {
    font-size: 1.9rem;
  }
  h2 {
    font-size: 1.7rem;
  }
  h3 {
    font-size: 1.5rem;
  }
  h4 {
    font-size: 1.4rem;
  }
  h5 {
    font-size: 1.3rem;
  }
  p {
    font-size: 1.2rem;
  }  
  table p, label{
    font-size: 1.1rem;
  }
  .template-container .select2-container--bootstrap .select2-dropdown {
    width: 20vw !important;
  }
  .navbar .navbar-expand-lg .navbar-light .fixed-top{
    height:70px;
  }
}

@media (min-width: 1200px) { 
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.75rem;
  }
  h3 {
    font-size: 1.6rem;
  }
  h4 {
    font-size: 1.5rem;
  }
  h5 {
    font-size: 1.4rem;
  }
  p {
    font-size: 1.3rem;
  }
  .middle-chain:after{
    right: -0.53rem;
  }
}
*/
