
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700");

*, button:focus{
  outline: none;
}

body {
  background: #fff;
  font-family: "Montserrat", sans-serif;
  margin: 0;
  overflow-x: hidden;
  color: #636363;
  font-weight: 300;
}
html {
  position: relative;
  min-height: 100%;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a:hover,
a.btn:hover {
  text-decoration: none;
  transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -webkit-transition: all .15s ease-in-out;
}
a:hover,
a:focus,
a.btn:hover {
  text-decoration: none;
  transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -webkit-transition: all .15s ease-in-out;
}
a:focus,
a.btn:focus,
input:focus,
textarea:focus,
.btn:focus,
.form-control:focus{
  box-shadow: none!important;
}
.form-control:focus{
  border-color: #ced4da!important;
  color: #636363;
}
textarea {
  resize: none;
}
.btn_brand{
  background-color: #636363;
  box-shadow: 0px 1px 8px 0px rgba(33, 25, 21, 0.21);
  color: #fff;
  font-weight: 500;
  border: 0;
  border-radius: 6px;
  font-size: 14px;
}
.btn_brand.__new,
.btn_brand.__save{
  background-color: #F2742C;
}
.btn_brand.__back{
  background-color: #B0BEC5;
  margin-left: 8px;
}
.btn_brand.__pedir{
  background-color: #4180ab;
  color: #fff!important;
  margin-right: 5px;
}
.btn_brand.__pdf{
  background-color: #3e72ff;
  color: #fff;
  font-size: 11px;
  float: right;
}


.btn_brand:hover{
  color: #fff;
}
.btn_brand.__toAdd{
  margin-bottom: 30px;
}
.btn_brand.__toAdd a{
  color: #fff;
}




/*Custom-select*/
.content_select select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 125px;
  padding-right: 20px;
  cursor: pointer;
}
/* Eliminamos la fecha que por defecto aparece en el desplegable */
.content_select select::-ms-expand {
  display: none;
}
.content_select{
  position: relative;
}
.content_select i{
  position: absolute;
  right: 5px;
  top: 8px;
  color: #b7b7b7;
  font-size: 10px;
}
select.form-control:focus{
  background-color: #fff;
}
/*Label form*/
.form-floating > .form-control ~ label{
  left: 8px;
  font-size: 13px;
  font-weight: 500;
}
.form-floating>.form-control:not(:placeholder-shown)~label::after{
  background-color: transparent;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  color: #455a64;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
h1 {
  line-height: 40px;
  font-size: 36px;}
h2 {
  line-height: 36px;
  font-size: 24px; }
h3 {
  line-height: 30px;
  font-size: 21px; }
h4 {
  line-height: 22px;
  font-size: 18px; }
h5 {
  line-height: 18px;
  font-size: 16px;
  font-weight: 400; }
h6 {
  line-height: 16px;
  font-size: 14px;
  font-weight: 400;
}

.box {
  border-radius: 4px;
  padding: 10px; }

.no-wrap td,
.no-wrap th {
  white-space: nowrap; }

ol li {
  margin: 5px 0;
}

.hide { display: none; }

#main-wrapper {
  width: 100%;
  overflow: hidden;
}
.page-wrapper {
  background: url('../img/fondo_app.jpg') no-repeat center center;
  background-size: cover;
  padding-bottom: 125px;
  position: relative;
  min-height: 100vh;
}
.page-wrapper:not(.thank_page, .is_to_sale) {
  padding-top: 90px;
}
.page-wrapper.page_form {
  padding-bottom: 40px;
}


/*CUSTOM Checkbox*/
/* Remove default checkbox */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: 33px;
  width: 20px;
  height: 20px;
  opacity: 0;
  z-index: 10;
  cursor: pointer;
}
#con_carga[type="checkbox"]:not(:checked),
#con_carga[type="checkbox"]:checked {
  left: 8px;
}
[type="checkbox"] {
  /* checkbox aspect */ }
[type="checkbox"] + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
}
[type="checkbox"] + label[for="con_carga"] {
  line-height: 0;
}
[type="checkbox"].filled-in + label:after {
  border-radius: 2px;
}
[type="checkbox"].filled-in + label:before,
[type="checkbox"].filled-in + label:after {
  content: '';
  left: 0;
  position: absolute;
  transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
  z-index: 1;
}
[type="checkbox"].filled-in:not(:checked) + label:before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 10px;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 20% 40%;
  transform-origin: 100% 100%;
}
[type="checkbox"].filled-in:not(:checked) + label:after {
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 1px solid #b1b8bb;
  top: 0px;
  z-index: 0;
}
[type="checkbox"].filled-in:checked + label:before {
  top: 0;
  left: 1px;
  width: 8px;
  height: 13px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
[type="checkbox"].filled-in:checked + label:after {
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #017c99;
  background-color: #017c99;
  z-index: 0;
}
[type="checkbox"].filled-in:disabled:not(:checked) + label:before {
  background-color: transparent;
  border: 2px solid transparent;
}
[type="checkbox"].filled-in:disabled:not(:checked) + label:after {
  border-color: transparent;
  background-color: #BDBDBD;
}
[type="checkbox"].filled-in:disabled:checked + label:before {
  background-color: transparent;
}
[type="checkbox"].filled-in:disabled:checked + label:after {
  background-color: #BDBDBD;
  border-color: #BDBDBD;
}



/* Boton Switch */
.switch,
.switch * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
}
.switch{
  display: inline-block;
}
.switch label {
  cursor: pointer;
  margin: 0;
}
.switch label input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch label input[type=checkbox]:checked + .lever {
  background-color: #e0e0e0;
}
.switch label input[type=checkbox]:checked + .lever:after {
  background-color: #282658;
  left: 24px;
}
.switch label .lever {
  content: "";
  display: inline-block;
  position: relative;
  width: 40px;
  height: 15px;
  background-color: #818181;
  border-radius: 15px;
  margin-right: 10px;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
  vertical-align: middle;
  margin: 0 16px;
}
.switch label .lever:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 21px;
  height: 21px;
  background-color: #F1F1F1;
  border-radius: 21px;
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
  left: -5px;
  top: -3px;
  -webkit-transition: left 0.3s ease, background .3s ease, -webkit-box-shadow 0.1s ease;
  transition: left 0.3s ease, background .3s ease, -webkit-box-shadow 0.1s ease;
  -o-transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease;
  transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease;
  transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease, -webkit-box-shadow 0.1s ease;
}
input[type=checkbox]:checked:not(:disabled) ~ .lever:active::after,
input[type=checkbox]:checked:not(:disabled).tabbed:focus ~ .lever::after {
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(38, 166, 154, 0.1);
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(38, 166, 154, 0.1);
}
input[type=checkbox]:not(:disabled) ~ .lever:active:after,
input[type=checkbox]:not(:disabled).tabbed:focus ~ .lever::after {
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 0, 0, 0.08);
}
.switch input[type=checkbox][disabled] + .lever {
  cursor: default;
}
.switch label input[type=checkbox][disabled] + .lever:after,
.switch label input[type=checkbox][disabled]:checked + .lever:after {
  background-color: #BDBDBD;
}

/*Input Slider*/
.slider.slider-horizontal{
	display: block;
	max-width: 100%;
	margin-left: 10px;
}
.slider.slider-horizontal .slider-track{
	background-color: #ddd;
    background-image: unset;
}
.slider.slider-horizontal .slider-selection{
	background-color: #0377b1;
    background-image: unset;
}
.data_slider{
	margin: 8px 0 0 10px;
}


/*******************
Labels
*******************/
.label {
  padding: 3px 10px;
  line-height: 13px;
  color: #ffffff;
  font-weight: 300;
  border-radius: 5px;
  font-size: 75%;
  display: inline-block;
}

/*Badge*/
.badge { font-weight: 400; }

/*swal*/
.swal2-popup.swal2-modal{
  border: 10px solid #f1f1f1;
  border-radius: .875rem;
}
.swal2-popup .swal2-styled.swal2-confirm{
  background-color: #006d86!important;
}

/*******************
Menu Topbar & Side
******************/
/* Placeholder */
.form-control::placeholder,
.form-control::-webkit-input-placeholder,
.form-control::-moz-placeholder,
.form-control:-ms-input-placeholder{
  opacity: 0.9;
  font-style: normal;
  font-weight: 700;
  padding-left: 50px
}

/* Menu Topbar */
.topbar {
  position: fixed;
  width: 100%;
  z-index: 1000;
  background-color: #fff;
  min-height: 60px;
  padding-top: 20px;
}
.topbar .navbar {
  justify-content: space-between;
  border-bottom: 1px solid #636363;
}
.topbar .navbar-menu {
  justify-content: flex-end;
}
.topbar .dropdown-toggle::after {
  display: none;
}
.topbar .navbar .navbar-menu .nav-item > .nav-link {
  font-size: 13px;
  color: #636363;
  font-weight: 500;
  text-transform: uppercase;
  padding: 8px 15px;
}
.topbar .navbar-nav > .nav-item.show {
  background: rgba(0, 0, 0, 0.05);
}
.topbar .navbar-nav > li > a{
  text-align: center;
  color: #fff;
  display: block;
}
.topbar .navbar-nav{
  justify-content: flex-end;
}
.topbar .dropdown-menu {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
  border-color: rgba(120, 130, 140, 0.13);
  background-color: #333e54;
}
.topbar ul.dropdown-user {
  padding: 0px;
  min-width: 270px;
}
.topbar ul.dropdown-user li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.topbar ul.dropdown-user li.divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: rgba(120, 130, 140, 0.13);
}
.topbar ul.dropdown-user li.head {
  padding: 9px 15px;
  color: #fff;
  font-size: 13px;
  text-align: center;
}
.topbar ul.dropdown-user h6{
  color: #fff;
}
.topbar ul.dropdown-user li a {
  padding: 9px 15px 6px;
  display: block;
  color: #fff;
  font-weight: 500;
  /*border-bottom: 1px solid #000;*/
  position: relative;
}
.topbar ul.dropdown-user li a:after {
  content: "";
  position: absolute;
  right: 22px;
  bottom: 0;
  width: 75%;
  height: 1px;
  background-color: #191f2d;
}
.topbar ul.dropdown-user > li:last-child a:after {
  content: unset;
}
.topbar ul.dropdown-user li a:hover {
  background: #e9edf2;
  color: #398bf7;
}
.topbar ul.dropdown-user li .icon_to_menu {
  width: 22px;
}
.is_logo{
	max-width: 100%;
  width: 135px;
}
/*Buscador*/
.search-box .app-search {
  position: absolute;
  margin: 0px;
  display: block;
  z-index: 110;
  width: 100%;
  top: -1px;
  -webkit-box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0px;
}
.search-box .app-search input {
  width: 100.5%;
  padding: 25px 40px 25px 20px;
  border-radius: 0px;
  font-size: 17px;
  -webkit-transition: 0.5s ease-in;
  -o-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
}
.search-box .app-search input:focus {
  border-color: #ffffff;
}
.search-box .app-search .srh-btn {
  position: absolute;
  top: 23px;
  cursor: pointer;
  background: #ffffff;
  width: 15px;
  height: 15px;
  right: 20px;
  font-size: 14px;
}
/*dropdown-item*/
.dropdown-item {
  padding: 8px 1rem;
  color: #67757c;
}
/*encabezado front*/
.encabe{
  background-color: #f8f9fa;
  box-shadow: 0px 2px 3px 0px rgb(0 0 0 / 25%);
  -moz-box-shadow: 0px 2px 3px 0px rgb(0 0 0 / 25%);
  -webkit-box-shadow: 0px 2px 3px 0px rgb(0 0 0 / 25%);
  position: fixed;
  width: 100%;
  max-width: 100%;
  z-index: 50;
}
.menu_idio{
  background-color: #e6e6e6;
  /*padding: 6px 5px 6px 0;*/
  position: absolute;
  top: 26px;
  right: 65px;
  cursor: pointer;
}
.item_idio{
  padding: 14px 5px;
  color: #404040;
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}
.item_idio.__active{
  background-color: #115485;
  padding: 14px 7px;
  /*margin-left: -10px;*/
  color: #fff;
  border-radius: 50%;
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}
/*Cambiar contraseña*/
.change_my_pass .form-control{
  font-weight: 300px;
  border-radius: 0;
  color: #495057;
}
.change_my_pass .form-control:focus{
  color: #495057;
}


/*******************
Tables
*******************/
.vm.table td,
.vm.table th {
  vertical-align: middle;

}
.no-th-brd.table th,
.no-th-brd.table tr,
.no-th-brd.table td {
  border: 0px;
}

.table thead th{
  border-bottom: 2px solid #636363;
  border-top: 0;
}
.table tbody td{
  border: 0;
  background-color: #eee;
  padding: 15px;
  position: relative;
}
.table tbody > tr > td:first-of-type{
  border-radius: 5px 0 0 5px;
}
.table tbody > tr > td:last-of-type{
  border-radius: 0 5px 5px 0;
}

/*Buscador*/
.buscador{
  text-align: right;
  position: relative;
}
.buscador .form-control{
  width: 300px;
  max-width: 100%;
  padding-right: 3rem;
  display: inline-block;
  margin-bottom: 25px;
  border-color: #e0e0e0;
}
#searchTienda{
  position: absolute;
  top: 6px;
  right: 10px;
  color: #000;
  cursor: pointer;
}


/*Error validation*/
.form-material .form-control.is-invalid,
.form-material .form-control.focus.is-invalid,
.form-material .form-control:focus.is-invalid {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dc3545), to(#dc3545)), -webkit-gradient(linear, left top, left bottom, from(#dc3545), to(#dc3545));
  background-image: -webkit-linear-gradient(#dc3545, #dc3545), -webkit-linear-gradient(#dc3545, #dc3545);
  background-image: -o-linear-gradient(#dc3545, #dc3545), -o-linear-gradient(#dc3545, #dc3545);
  background-image: linear-gradient(#dc3545, #dc3545), linear-gradient(#dc3545, #dc3545);
}


/*******************
Form Pickers
******************/
.asColorPicker-dropdown {
  max-width: 260px; }

.asColorPicker-trigger {
  position: absolute;
  top: 0;
  right: -35px;
  height: 38px;
  width: 37px;
  border: 0; }

.asColorPicker-clear {
  display: none;
  position: absolute;
  top: 5px;
  right: 10px;
  text-decoration: none; }

table th {
  font-weight: 400; }

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #398bf7; }

.datepicker table tr td.today,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover {
  background: #398bf7;
  color: #ffffff; }

.datepicker td,
.datepicker th {
  padding: 5px 10px; }


/*============================================================== 
Select2
============================================================== */
.select2-container--default{
	width: 100%!important;
	max-width: 100%!important;
}
.select2-container--default .select2-selection--multiple {
  border-color: #dee2e6!important;
  height: 58px;
  padding-top: 24px;
}
 .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    line-height: 18px;
    font-size: 12px;
}
/*.select2-container--default .select2-selection--multiple .select2-selection__arrow {
    height: 33px; }*/

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  border-right: none;
  color: #fff;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: #B0BEC5;
  color: #fff;
  border-color: #B0BEC5;
  padding-left: 15px;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
	background-color: #f2742c;
}
.select2-results__options .select2-results__option--selectable{
	font-size: 12px;
}



/*******************
Table-Data Table
******************/
.dataTables_wrapper {
  padding-top: 10px;
}

.dataTables_info,
.dataTables_length {
  display: inline-block;
}
.dataTables_length {
  margin-top: 10px;
}
.dataTables_length select {
    border: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#398bf7), to(#398bf7)), -webkit-gradient(linear, left top, left bottom, from(#b1b8bb), to(#b1b8bb));
    background-image: -webkit-linear-gradient(#398bf7, #398bf7), -webkit-linear-gradient(#b1b8bb, #b1b8bb);
    background-image: -o-linear-gradient(#398bf7, #398bf7), -o-linear-gradient(#b1b8bb, #b1b8bb);
    background-image: linear-gradient(#398bf7, #398bf7), linear-gradient(#b1b8bb, #b1b8bb);
    background-size: 0 2px, 100% 1px;
    background-repeat: no-repeat;
    background-position: center bottom, center calc(100% - 1px);
    background-color: transparent;
    -webkit-transition: background 0s ease-out;
    -o-transition: background 0s ease-out;
    transition: background 0s ease-out;
    padding-bottom: 5px;
}
.dataTables_length select:focus {
      outline: none;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#398bf7), to(#398bf7)), -webkit-gradient(linear, left top, left bottom, from(#b1b8bb), to(#b1b8bb));
      background-image: -webkit-linear-gradient(#398bf7, #398bf7), -webkit-linear-gradient(#b1b8bb, #b1b8bb);
      background-image: -o-linear-gradient(#398bf7, #398bf7), -o-linear-gradient(#b1b8bb, #b1b8bb);
      background-image: linear-gradient(#398bf7, #398bf7), linear-gradient(#b1b8bb, #b1b8bb);
      background-size: 100% 2px, 100% 1px;
      -webkit-box-shadow: none;
      box-shadow: none;
      -webkit-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s;
}
/*
.dataTables_filter {
  float: right;
  margin-top: 10px; }
  .dataTables_filter input {
    border: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#398bf7), to(#398bf7)), -webkit-gradient(linear, left top, left bottom, from(#b1b8bb), to(#b1b8bb));
    background-image: -webkit-linear-gradient(#398bf7, #398bf7), -webkit-linear-gradient(#b1b8bb, #b1b8bb);
    background-image: -o-linear-gradient(#398bf7, #398bf7), -o-linear-gradient(#b1b8bb, #b1b8bb);
    background-image: linear-gradient(#398bf7, #398bf7), linear-gradient(#b1b8bb, #b1b8bb);
    background-size: 0 2px, 100% 1px;
    background-repeat: no-repeat;
    background-position: center bottom, center calc(100% - 1px);
    background-color: transparent;
    -webkit-transition: background 0s ease-out;
    -o-transition: background 0s ease-out;
    transition: background 0s ease-out;
    float: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    margin-left: 10px; }
    .dataTables_filter input:focus {
      outline: none;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#398bf7), to(#398bf7)), -webkit-gradient(linear, left top, left bottom, from(#b1b8bb), to(#b1b8bb));
      background-image: -webkit-linear-gradient(#398bf7, #398bf7), -webkit-linear-gradient(#b1b8bb, #b1b8bb);
      background-image: -o-linear-gradient(#398bf7, #398bf7), -o-linear-gradient(#b1b8bb, #b1b8bb);
      background-image: linear-gradient(#398bf7, #398bf7), linear-gradient(#b1b8bb, #b1b8bb);
      background-size: 100% 2px, 100% 1px;
      -webkit-box-shadow: none;
      box-shadow: none;
      -webkit-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s; }
*/
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background: transparent; }

.dataTables_wrapper .dataTables_paginate .paginate_button.active .page-link {
  background-color: #3e72ff;
}
















/************************ADMIN*******************/
body.app{
	/*background: url('../img/fondo_app.jpg') no-repeat center center;
	background-size: cover;*/
  background-color: #fff;
}
body.app.page_login{
  background-color: #004AAD;
}
.block_login_container{
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.block_login{
  padding: 1.25rem 3.5rem;
  width: 395px;
  max-width: 100%;
  background-color: #fff;
  border: 1px solid #636363;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
  -moz-box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
  border-radius: 6px;
}
.block_login h3{
  text-align: center;
  font-weight: 600;
  color: #FED24F;
  text-transform: uppercase;
  font-size: 18px;
  margin: 20px 0 32px 0;
}
.block_login img{
  display: block;
  margin: 10px auto;
  max-width: 100%;
}
.block_login .form-control{
  background-color: transparent;
  /*border: 1px solid #636363;*/
  position: relative;
  margin-bottom: 24px;
}
.block_login form .form-group{
  position: relative;
}
.block_login form .form-group i{
  position: absolute;
  top: 12px;
  right: 20px;
  color: #b3b3b3;
  z-index: 50; 
  font-size: 20px;
}
.block_login .btn{
  -webkit-box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.35);
  -moz-box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.35);
  box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.35);
  background-color: #4180ab;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 18px;
  padding: .295rem 3.5rem;
}
.block_login .btn:hover{
  background-color: #004AAD;
}
#recover_pass{
  display: block;
  color: #495057;
  font-size: 13px;
  font-weight: 300;
  margin-top: -15px;
  margin-bottom: 35px;
}

/*Dashboard*/
.page_dash .block_dash .nav {
  justify-content: space-between;
  align-items: center;
}
.page_dash .block_dash .nav > .nav-link {
  width: 24%;
  max-width: 24%;
  padding: 25px 15px;
  align-self: center;
  font-size: 18px;
  font-weight: 700;
  background-color: #3e72ff;
  color: #fff;
  margin-bottom: 25px;
}
.page_dash .block_dash .nav > .nav-link:hover,
.page_dash .block_dash .nav > .nav-link.active {
  background-color: #F2742C;
}
.page_dash .block_dash .nav > .nav-link > i {
  display: block;
  font-size: 60px;
  font-weight: 500;
}

.page_dash .block_dash .nav > .nav-link#avisos_tab > i{
  height: 87px;
}
.page_dash .block_notif{
  display: flex;
  display: -ms-flexbox;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px dotted;
}
.page_dash .block_notif .badge{
  background-color: #4180ab;
  color: #fff;
  margin-right: 25px;
  font-size: 14px;
  font-weight: 500;
}
.page_dash .block_notif .badge.to_btn{
  background-color: #8BC34A;
  margin-right: 0;
  font-size: 11px;
}
.page_dash .block_notif .badge.to_btn > a{
  color: #fff;
  text-decoration: none;
}
.page_dash .block_notif > div{
  font-size: 15px;
  font-weight: 400;
}
.page_dash #mov_animal .num_anim_sal,
.page_dash #mov_int_animal .num_anim_sal{
	color: #F44336;
	font-weight: 400;
}
.page_dash #mov_animal .num_anim_ent,
.page_dash #mov_int_animal .num_anim_ent{
	color: #8BC34A;
	font-weight: 400;
}

.block_btn_page{
  margin: 30px 0 20px;
}

.encabe_dash > h1{
	padding-top: 5px;
	font-weight: 500;
}
.encabe_dash .title_ini{
  font-weight: 900;
  color: #3e72ff;
  font-size: 42px;
}

.block_item{
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  background-color: #eee;
  border-radius: 4px;
  margin: 12px 0;
}
.block_item a{
  text-decoration: none!important;
}
.block_item .block_item_view{
  /*display: flex;
  display: -ms-flexbox;
  justify-content: flex-start;
  align-items: center;*/
  padding: 0.875rem 0;
}
.block_item .block_item_view .name{
  margin-left: 15px;
  font-size: 17px;
  font-weight: 400;
  margin-left: 20px;
  color: #455a64;
}
.block_item .block_item_view .codigo{
  float: right;
  background-color: #4180ab;
  padding: 0.35em 0.65em;
  font-size: .75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  border-radius: 0.25rem;
  margin-right: 12px;
}
.block_item .block_item_det{
  background-color: #fff;
  padding: .675rem;
  position: relative;
}
.block_item .block_item_det .block_data > span{
  display: block;
  font-size: 15px;
  margin: 0 0 .215rem 12px;
}
.block_item .block_item_det .block_data > img{
  max-width: 160px;
  max-height: 120px;
}
.block_item #edit_it,
.block_item #edit_cert{
  position: absolute;
  top: 8px;
  right: 8px;
}
.block_item #elim_it,
.block_item #elim_cert{
  position: absolute;
  top: 36px;
  right: 8px;
  color: #F44336;
}
.block_item #notif_granja{
  position: absolute;
  top: 65px;
  right: 8px;
  color: #8BC34A;
}
.block_item a > .us_icon{
  display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 27px;
    text-align: center;
    background-color: #eee;
    border-radius: 50%;
}
.block_item a > .us_icon > i,
#TableLotes a > .us_icon > i{
  font-size: 15px;
}
/*.block_item #crear_nave{
  position: absolute;
  top: 8px;
  right: 12px;
}
.block_item #ver_nave{
  position: absolute;
  top: 34px;
  right: 12px;
  color: #F44336;
}*/



/*Form*/
.block_form{
  margin-top: 25px;
}
.form_btn{
  margin-top: 34px;
}
.form-floating > textarea.form-control{
	height: auto;
}


/*Lista usuarios*/
.block_us_inner,
.block_naves_inner{
  background-color: #eee;
  border-radius: 4px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  -moz-box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  padding: 1.425rem 1.125rem;
}
.block_us_inner > h4,
.block_naves_inner > h4{
  margin-bottom: 1.5rem;
}
.block_usuario_lista,
.block_nave_lista{
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
  margin-bottom: 12px;
}
.block_usuario_lista > div,
.block_nave_lista > div{
  background-color: #fff;
  padding: .495rem .475rem;
  border-radius: 14px;
}
.block_usuario_lista .user_ide,
.block_nave_lista .nave_ide{
  width: 70%;
  max-width: 70%;
  flex: 1 0 70%;
}
.block_usuario_lista .user_btn,
.block_nave_lista .nave_btn{
  width: calc(30% - 14px);
  max-width: calc(30% - 14px);
  margin-left: 14px;
  text-align: center;
  line-height: 47px;
  height: 60px;
}
.block_nave_lista .nave_btn,
.block_nave_lista .nave_ide{
  line-height: 36px;
  height: 48px;
}
.user_ide .us_data,
.nave_ide .nave_data{
  font-weight: 600;
}
.user_ide .us_data > span,
.nave_ide .nave_data > span{
  font-style: italic;
  font-size: 13px;
  font-weight: 400;
}
.block_usuario_lista .us_icon,
.block_nave_lista .us_icon,
.block_naves .us_icon{
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 36px;
  text-align: center;
  background-color: #eee;
  border-radius: 50%;
  margin: 0 4px;
}
/*.block_naves .us_icon{
  background-color: #fff;
}*/
.block_usuario_lista .us_icon > i,
.block_nave_lista .us_icon > i{
  font-size: 18px;
  color: #4180ab;
}
.block_usuario_lista .us_icon > i.ti-pencil-alt,
.block_nave_lista .us_icon > i.ti-pencil-alt,
#TableDashMov a > .us_icon > i.ti-pencil-alt,
#TableDashMovInt a > .us_icon > i.ti-pencil-alt,
#TableDashLotes a > .us_icon > i.ti-pencil-alt,
#TableDashLotesCierre a > .us_icon > i.ti-pencil-alt,
#TableDashCargas a > .us_icon > i.ti-pencil-alt{
  color: #F2742C;
}
.block_usuario_lista .us_icon > i.ti-trash,
.block_nave_lista .us_icon > i.ti-trash{
  color: #F44336;
}
.block_naves{
  position: relative;
}
.block_naves #crear_nave{
  position: absolute;
  top: 8px;
  right: 16px;
}


#modal_user .modal-title,
#verUser .modal-title,
#modal_editUser .modal-title,
#modal_cert .modal-title,
#modal_editCert .modal-title{
  font-weight: 700;
  text-transform: uppercase;
}
#modal_user .modal-header,
#verUser .modal-header,
#modal_editUser .modal-header{
  border-color: #636363;
}
#verUser .block_usuario_view{
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  align-items: flex-start;
}
.block_usuario_view .user_data{
  width: 60%;
  max-width: 60%;
  flex: 1 0 60%;
}
.block_usuario_view .user_actions{
  width: 37%;
  max-width: 37%;
  flex: 1 0 37%;
  margin-left: 14px;
}
.block_usuario_view .us_data{
  font-weight: 600;
}
.block_usuario_view .user_data > div{
  margin-bottom: 10px;
}
.block_usuario_view .user_actions > a{
  display: block;
  margin-bottom: 8px;
}
#verUser .btn_brand > i{
  vertical-align: middle;
}
#verUser .btn_brand.__mail{
  background-color: #4180ab;
}
#verUser .btn_brand.__tel{
  background-color: #004AAD;
}
#verUser .btn_brand.__sus{
  background-color: #F2742C;
}
#verUser .btn_brand.__notif{
  background-color: #8BC34A;
}
#verUser .btn_brand.__borrar{
  background-color: #F44336;
}
#modal_user #img_logo,
#verUser #img_logo,
#modal_editUser #img_logo{
  max-width: 125px;
}

/*Lista lotes y movimientos*/
.block_item.__filtros{
  display: flex;
  display: -ms-flexbox;
  align-items: flex-start;
  margin-top: 25px;
  padding: 1.25rem;
  position: relative;
  min-height: 285px;
}
#TableLotes,
#TableMovim,
#TableDashPienso,
#TableDashMov,
#TableDashMovInt,
#TableDashCargas,
#TableDashLotesCierre,
#TableDashLotes,
#TableCargas,
#TableStates{
  margin-top: 45px;
  border-collapse: separate;
  border-spacing: 0 10px;
}
#TableLotes a > .us_icon,
#TableMovim a > .us_icon,
#TableDashMov a > .us_icon,
#TableDashMovInt a > .us_icon,
#TableDashLotes a > .us_icon,
#TableDashLotesCierre a > .us_icon,
#TableCargas a > .us_icon,
#TableDashCargas a > .us_icon{
  display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 27px;
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
}
#TableLotes #borrar_lote,
#TableMovim #borrar_movimiento,
#TableCargas #borrar_lote{
  color: #F44336;
}
#TableLotes #nueva_carga{
  color: #8BC34A;
}
#TableLotes #nueva_carga > .us_icon.carga_lista{
  color: #fff;
  background-color: #F44336;
}
.table #pdf_lote > .us_icon,
#TableMovim #pdf_salida > .us_icon,
#TableMovim #pdf_entrada > .us_icon{
  color: #F2742C;
}
.page_lotes.__detalles .block_tipo_move{
  margin: 20px 0 35px;
}
.page_lotes.__detalles .block_tipo_move > .btn.btn_brand{
  background-color: #4180ab;
}
.page_lotes.__detalles .block_tipo_move > .btn.btn_brand.__is_active,
.page_lotes.__detalles .block_tipo_move > .btn.btn_brand:hover{
  background-color: #F2742C;
}
#btn_lotes{
	background-color: #4180ab;
    margin-left: 8px;
}
.page_lotes.__detalles .block_det_calcul{
  margin-top: 25px;
}
.page_lotes.__detalles .block_det_calcul .block_det_calcul_head{
  padding-bottom: 18px;
  border-bottom: 3px solid;
  font-size: 15px;
}
.page_lotes.__detalles .block_det_calcul .block_det_calcul_head .titu{
  font-weight: 500;
}
.page_lotes.__detalles .block_det_calcul .block_det_calcul_head .badge{
  float: right;
  background-color: #F2742C;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
}
.page_lotes.__detalles .block_det_calcul .table tbody{
  font-size: 14px;
}
.page_lotes.__detalles .block_det_calcul .table tbody th {
  padding: 5px;
}
.page_lotes.__detalles .block_det_calcul .table tbody td {
  border: 0;
  border-radius: 0;
  background-color: #eee;
  padding: 5px;
  text-align: center;
}
.page_lotes.__detalles #TableMovim .num_sal{
	color: #2196F3;
}

/*Lista de cargas*/
.page_cargas #TableCargas [type="checkbox"]:not(:checked),
.page_cargas #TableCargas [type="checkbox"]:checked{
  position: unset;
  opacity: 1;
}

/*Ajustes*/
.page_ajustes .nav {
  justify-content: space-between;
  align-items: center;
}
.page_ajustes .nav > .nav-link {
  width: 24%;
  max-width: 24%;
  padding: 25px 15px;
  align-self: center;
  font-size: 18px;
  font-weight: 700;
  background-color: #3e72ff;
  color: #fff;
  margin-bottom: 25px;
}
.page_ajustes .nav > .nav-link:hover,
.page_ajustes .nav > .nav-link.active {
  background-color: #F2742C;
}
.page_ajustes .nav > .nav-link > i {
  display: block;
  font-size: 60px;
  font-weight: 500;
}

.page_ajustes .nav > .nav-link#avisos_tab > i{
  height: 87px;
}
#modal_editCert img {
  max-width: 100px;
}


.fast_menu{
	position: fixed;
  background-color: #fff;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}
.fast_menu_inner{
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  align-items: center;
  padding: .975rem .375rem 10px;
  border-top: 1px solid #636363;
}
.fast_item{
  flex: 0 1 20%;
  width: 20%;
  max-width:  20%;
  text-align: center;
  position: relative;
}
.fast_item a{
  color: #636363;
  text-decoration: none;
}
.fast_item i{
  font-size: 24px;
  display: block;
  height: 38px;
}
/*.fast_item i[class^="ti-"]{
  display: block;
  height: 29px;
}*/
.fast_item a h6{
  font-weight: 500;
}




#show_pass{
  width: 25px;
  position: absolute;
  top: 1px;
  right: 45px;
  cursor: pointer;
  filter: grayscale(.75);
}
#show_pass:hover, #login_pass.__visible + #show_pass {
  filter: grayscale(0);
}
.page_users .filter_table,
.page_granjas .filter_table{
 margin-bottom: 24px;
}
