:root {
  --base-color: #BF374B;
  --base-color-fshadow: #BF374B50;
  --base-color-fshadowt: #BF374B20;
  --base-color-fshadowtd: #BF374B30;
  --base-color-fbackground: #BF374B95;
  --grey-hard: #282b34;
  --grey-hard-alpha: #282b3495;
  --grey-hard-alpha30: #282b3430;
  --grey-hard-alpha50: #282b3450;
  --black-alpha: #00000099;
  --grey-locked: #525561;
  --grey-disabled: #8f8f91;
  --grey-focus: #474b57;
  --grey-head: #40434e;
  --grey-line: #f5f5f5;
  --grey-walls: #dadada;
  --grey-walls-alpha50: #dadada50;
  --grey-controls: #9c9c9c;
  --grey-controls-focus: #9c9c9c;
  --grey-pure: #c1c2c5;
  --grey-soft: #e6e7e8;
  --grey-table: #d6d6d6;
  --grey-table-alpha: #d6d6d650;
  --grey-table-alpha90: #d6d6d690;
  --grey-data-alpha99: #3a3a3a99;
  --grey-menu: #353942;
  --grey-nav: #9d9fa3;
  --grey-degree: #9e9e9e;
  --grey-rute: #7c7c7c;
  --black-load: #313131;
  --status-default: #424652;
  --white: #ffffff;
  --white-alpha99: #ffffff99;
  --white-alpha00: #ffffff00;
  --shadow-base: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  --shadow-base-sides: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12);
  --shadow-base-in: inset 0 2px 2px 0 rgba(0, 0, 0, 0.14),inset 0 3px 1px -2px rgba(0, 0, 0, 0.12),inset 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  --success: #3aa05c;
  --success-hover: #50c276;
  --success-focus: #61a879;
  --success-border-focus: #3aa05c50;
  --error: #a03a3a;
  --error-alpha: #a03a3a90;
  --error-hover: #bb4747;
  --error-focus: #a35656;
  --error-border-focus: #a03a3a50;
  --info: #14457c;
  --info-alpha: #14457c10;
  --info-hover: #205da1;
  --info-focus: #385e8a;
  --info-border-focus: #14457c50;
  --normal: #282b34;
  --normal-hover: #383a3f;
  --normal-focus: #3f424d;
  --normal-border-focus: #282b3450;
  --warning: #cc9748;
  --warning-o: #d36f35;
  --purple: #5b1677;
  --pergamino: #fcf4e9;
  --pergamino-border: #ddd3c5;
  --pergamino-line: #d6cdc1;
  --pergamino-font: #9c8f7c;
  --search-select: #fcfae7;
  --excel: #609e5b;
  --pdf: #cc3030;
}
body {
  background-color: var(--grey-hard);
  margin: 0px;
  font-family: 'Dosis', 'Arial';
  font-size: 1em;
  font-weight: 300;
  letter-spacing: 1px;
  margin-top: 110px;
  color: var(--grey-hard);
}
img {
  user-select: none; 
  -moz-user-select: none; 
  -webkit-user-drag: none; 
  -webkit-user-select: none; 
  -ms-user-select: none; 
}
a {
  outline: 0;
}
#loader-container {
  position: fixed;
  background:rgba(0, 0, 0, 0.75);
  opacity: .9;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: var(--black-load);
  font-size: 1.1rem;
  font-weight: 600;
  margin-top: -130px;
  transition: all 0.3s;
}
#loader-navigator {
  position: fixed;
  background:rgba(0, 0, 0, 0.75);
  opacity: .9;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: var(--black-load);
  font-size: 1.1rem;
  font-weight: 600;
  margin-top: -130px;
  transition: all 0.3s;
}
#loader {
  position: fixed;
  background: url('../images/loader_autosoft.gif') 50% 46% no-repeat rgb(230,231,232);
  background-size: 90px;
  top: 15%;
  bottom: 15%;
  left: 20%;
  right: 20%;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: var(--black-load);
  font-size: 1.1rem;
  font-weight: 600;
  transition: all 0.3s;
  border-radius: 20px;
  border-color: rgba(40,43,52,1);
  min-width: 250px;
  min-height: 300px;
}
#mensaje {
  position: relative;
  top: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select:none;
}
.container {
  background-color: var(--grey-walls);
  background-image: url("../images/patterns/tools/tools50.png");
  background-repeat: repeat;
  min-height: calc(100vh - 140px);
  display: flex;
  max-height: calc(100vh - 140px);
  overflow: auto;
  overflow-x: hidden;
}
.container-searcher {
  min-height: calc(100vh - 70px);
  max-height: calc(100vh - 70px);
  margin-top: -75px;
}
.header {
  background-color: var(--grey-hard);
  position: fixed;
  top: 0px;
  display: inline-block;
  width: 100%;
  transition: all 0.3s;
}
.logos table {
  width: 100%;
  border-color: maroon;
  transition: all 0.3s;
}
.logos img{
  width: 200px;
  min-width: 200px;
  color: var(--grey-soft);
  margin: 8px;
  transition: all 0.5s linear;
  align-items: center;
  outline: 0;
}
#slogan {
  color: var(--grey-soft);
  font-weight: 400;
  min-width: 480px;
}
.footer {
  background-color: var(--grey-hard);
  color: var(--grey-soft);
  width: 100%;
  height: 37px;
  display: inline-block;
  position: fixed;
  bottom: 0px;
  font-size: 0.85em;
}
.footer table {
  width: 100%;
  height: 35px;
}
.footer-logo{
  text-align: left;
  padding-left: 10px;
  padding-top: 4px;
  width: 40px;
  vertical-align: middle;
}
.footer-info{
  text-align: left;
  padding-left: 10px;
  width: 49%;
  vertical-align: middle;
  min-width: 160px;
}
.footer-client-info{
  text-align: right;
  padding-left: 10px;
  width: 49%;
  vertical-align: middle;
  min-width: 160px;
}
.footer-client-info a{
  color: var(--grey-controls);
}
.footer-client-info a:hover{
  color: var(--grey-line);
}
.footer-flag-info{
  text-align: center;
  padding-left: 10px;
  width: 40px;
  vertical-align: middle;
}
.footer-flag-info img{
  margin-top: 3px;
  margin-right: 10px;
}
.footer-notifications{
  white-space: nowrap;
  text-align: right;
  margin: 5px;
  width: 70px;
  padding-right: 10px;
}
.footer-notifications button{
  transition: all 0.3s;
  color: var(--grey-table);
  margin-top: 1px;
  background-color: var(--grey-menu);
  border-radius: 5px;
  border: none;
  width: 40px;
  height: 28px;
}
.footer-notifications button i{
  padding-left: 0px;
  margin: 0px;
  padding: 0px;
  padding-top: 2px;
}
.footer-notifications button:hover{
  color: var(--white);
  background-color: var(--grey-head);
}
#statusbar {
  font-size: 0.95em;
  background-color: var(--status-default);
  color: var(--grey-soft);
  width: 100%;
  height: 35px;
  display: none;
  position: fixed;
  bottom: 34px;
  transition: all 0.3s;
  cursor: copy;
}
#statusbar table {
  width: 100%;
  height: 35px;
}
#status-icon {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 3px;
}
#status-mensaje {
  text-align: left;
  width: 100%;
  vertical-align: middle;
  font-size: 1.1em;
  font-weight: 400;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#status-progressbar {
  background-color: var(--grey-hard-alpha50);
  width: 0%;
  height: 7px;
  display: none;
  position: fixed;
  bottom: 69px;
  transition: all 0.3s;
}
.foot {
  background-color: var(--grey-hard);
  white-space: nowrap;
}
.divisor-nav{
  background-color: var(--base-color);
  width: 100%;
  height: 2px;
}
.fill-nav{
  position: absolute;
  background-color: var(--grey-hard);
  background-color: yellowgreen;
  width: 100%;
  height: 35px;
  box-shadow: var(--shadow-base);
}
.navigation {
  background-color: var(--grey-hard);
  color: var(--grey-soft);
  display: flex;
  position: fixed;
  height: 35px;
  box-shadow: var(--shadow-base);
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select:none;
}
#navigation {
  width: unset;
}
#restart-button {
  border-style: none;
  background-color: var(--grey-hard);
  transition: all 0.3s;
  padding: 5px;
  border-radius: 3px;
  color: var(--warning);
}
#restart-button:hover {
  background-color: var(--grey-head);
}
#sizer_options {
  background-color: thistle;
  position: absolute;
  z-index: 1000;
  width: 100%;
}
.options-container {
  background-color: var(--grey-hard);
  width: 100%;
  position: absolute;
  bottom: 0px;
  height: 3px;
  margin-bottom: -3px;
  background: linear-gradient(45deg,  var(--grey-hard-alpha50) 1%, var(--grey-hard) 25%, var(--grey-hard) 25%, var(--grey-hard) 25%);
}
.user-options {
  background: var(--base-color);
  background: linear-gradient(45deg,  transparent 0%, transparent 2%, var(--grey-hard-alpha) 8%, var(--grey-hard) 25%, var(--base-color) 25%, var(--base-color) 25%);
  vertical-align: middle;
  min-width: 250px;
  z-index: 1000;
  position: absolute;
  right: 0px;
}
.user-options table {
  width: 100%;
  height: 35px;
  margin-top: -3px;
}
#options {
  width: 100%;
  text-align: right;
  vertical-align: middle;
  padding-right: 70px;
  white-space: nowrap;
}
#options button {
  background-color: transparent;
  color: var(--grey-pure);
  border-radius: 150px;
  width: 48px;
  position: absolute;
  height: 48px;
  margin-top: -32px;
  border: none;
  box-shadow: var(--shadow-base-in);
  margin-left: 11px;
  transition: all 0.3s;
}
#options button i{
  font-size: 2.5em;
  border-radius: 150px;
  margin-left: 0px;
  margin-top: 3.3px;
}
#options button:hover {
  color: var(--grey-soft);
}
#options button:focus {
  background-color: var(--base-color-fbackground);
  color: var(--white);
}
#options #interruptor_opciones_ocultas {
  display: none;
  background-color: var(--base-color);
  margin-left: -165px;
  margin-top: -18px;
  font-size: 0.4em;
  height: 25px;
  width: 25px;
}
#options #interruptor_opciones_ocultas i {
  margin-top: 2px;
  margin-left: -3px;
}
#online {
  position: absolute;
  line-height: 15px;
  background-color: var(--grey-hard-alpha50);
  padding: 5px;
  margin-left: 76px;
  margin-top: -4px;
  box-shadow: var(--shadow-base-in);
  border-radius: 15px;
  padding-left: 7px;
  padding-right: 7px;
}
.user-menu {
  background-color: var(--grey-hard);
  background-image: url("../images/patterns/random_grey_variations/random_grey_variations/random_grey_variations.png");
  background-repeat: repeat;
  width: 30%;
  max-height: 700px;
  position: absolute;
  right: 10px;
  top: 0px;
  margin-top: 111px;
  min-width: 300px;
  max-width: 300px;
  box-shadow: var(--shadow-base);
  transition: all 0.3s;
  display: none;
  font-family: 'Dosis', 'Arial';
  font-size:1em;
  border-radius: 0px 0px 5px 5px;
  cursor: default;
}
.user-menu table{
  width: 100%;
  padding-bottom: 15px;
  background-color: var(--grey-hard-alpha);
  border-radius: 0px 0px 5px 5px;
  padding-top: 5px;
}
.user-menu td{
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.user-menu button{
  transition: all 0.3s;
  width: 100%;
  border: none;
  border-radius: 5px;
  background-color: var(--grey-hard-alpha);
  color: var(--grey-pure);
  font-family: 'Dosis', 'Arial';
  font-size:1em;
  padding: 7px;
}
.user-menu i{
  position: absolute;
  font-size: 1.3em;
  margin-left: -4px;
  margin-top: -1px;
}
.user-menu button:hover{
  background-color: var(--base-color-fbackground);
  color: var(--white);
  box-shadow:0 0 0 .2rem var(--grey-walls-alpha50);
}
.user-menu img {
  width: 100%;
}
.line-menu {
  margin: 0px;
  text-align: center;
  background-color: var(--grey-hard-alpha);
  margin-left: -12px;
  margin-top: 5px;
  padding: 7px;
  width: calc(100% + 23px);
}
.dropdown-menu .dropdown-toggle:after{
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .3em solid;
}
.dropdown-menu .dropdown-menu{
  margin-left:0; margin-right: 0;
}
.dropdown-menu li{
  position: relative;
}
.nav-item .submenu{ 
  display: none;
  position: absolute;
  left:100%; top:-10px;
  outline: 0;
}
.nav-item .submenu-left{ 
  right:100%; left:auto;
}

.dropdown-menu > li:hover{ background-color: var(--grey-menu) }
.dropdown-menu > li:hover > .submenu{
  display: block;
}
.nav-item .submenu-foco{
  display: block;
}
.navbar {
  width: 95%;
  white-space: nowrap;
}
.bg-primary {
  background-color:var(--grey-hard)!important
}
.navbar-dark .navbar-nav .nav-link {
  transition: all 0.3s;
  color: var(--grey-nav);
  background-color: var(--grey-hard);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 200px;
  outline: 0;
}
.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover {
  color:var(--grey-soft);
  background-color: var(--base-color);
}
.nav-link {
  padding: 8.3px;
}
.navbar-nav {
  margin-left: -16px;
  margin-top: 0.5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 350px;
  outline: 0;
}
.nav-item {
  margin-left: 0px;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 350px;
  cursor: pointer;
  outline: 0;
}
.dropdown-menu {
  top:33.5px;
  left:1px;
  min-width:10rem;
  padding:.5rem 0;
  margin:.125rem 0 0;
  font-size:1em;
  color:var(--grey-soft);
  background-color:var(--grey-hard);
  border: 0px;
  border-radius: 0px;
  transition: all 0.3s;
  animation-duration: 0.3s;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 350px;
  outline: 0;
  box-shadow: var(--shadow-base);
}
.dropdown-item {
  width:100%;
  padding: 7px 20px;
  font-weight:400;
  color:var(--grey-soft);
  transition: all 0.3s;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 350px;
  outline: 0;
}
.dropdown-item:focus,.dropdown-item:hover, .navbar-toggler:focus, .navbar-toggler:hover {
  cursor: pointer;
  color:var(--grey-soft);
  background-color:var(--base-color);
}
.dropdown-divider {
  border-top:1px solid var(--status-default)
}
.navbar-toggler {
  font-family: 'Dosis', 'Arial';
  padding: 6px 15px;
  font-size:1em;
  line-height:1;
  background-color:transparent;
  border:0px;
  border-radius:0;
  margin-top: -8.5px;
  margin-left: -16px;
  transition: all 0.3s;
  outline: 0;
}
.navbar-toggler:focus,.navbar-toggler:hover {
  text-decoration:none
}
.navbar-toggler-icon {
  display:inline-block;
  margin-right: 5px;
  width:1.5em;
  height:1.5em;
  vertical-align:middle;
  content:"";
  background:no-repeat center center;
  background-size:100% 100%
}
.navbar-collapse {
  -ms-flex-preferred-size:100%;
  flex-basis:100%;
  -ms-flex-positive:1;
  flex-grow:1;
  -ms-flex-align:center;
  align-items:center;
}
.login{
  display: inline-block;
  align-items: center;
  width: 100%;
  position: relative;
  flex-direction: column;
  background-image: url("../images/background.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  text-align: center;
  align-content: center;
}
.control{
  background-color: var(--grey-soft);
  border-color: var(--grey-controls);
  position: relative;
  display: inline-block;
  flex-direction: column;
  border-radius: 10px;
  width: 20%;
  height: 60%;
  top: 19%;
  min-width: 350px;
  max-width: 350px;
  min-height: 450px;
  max-height: 450px;
  text-align: left;
}
.control table{
  margin: 5%;
  width: 90%;
  height: 93%;
}
.control .logo{
  width: 100px;
  height: 100px;
  position: absolute;
  margin-top: -113px;
  margin-left: 5px;
}
.control-register{
  background-color: var(--grey-soft);
  border-color: var(--grey-controls);
  position: relative;
  display: inline-block;
  flex-direction: column;
  border-radius: 10px;
  width: 20%;
  height: 60%;
  top: 17%;
  left: 40%;
  min-width: 350px;
  min-height: 500px;
  max-height: 500px;
}
.control-register table{
  margin: 5%;
  width: 90%;
  height: 93%;
}
.control-register img{
  width: 120px;
  height: 120px;
  position: absolute;
  margin-top: -70px;
  margin-left: 34%;
}
.formulario {
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 15px;
  padding-left: 15px;
  animation-duration: 1s;
  transition: all 0.3s;
}
.controles {
  display: flex;
  background: linear-gradient(85deg, rgba(143, 143, 143, 0.555) 50%, rgba(17,88,130,0) 70%); 
  width: calc(100% + 30px);
  height: 40px;
  margin-left: -15px;
  margin-right: -15px;
  font-size: 1em;
  font-weight: 400;
  margin-top: 4px;
  flex-direction: row;
  min-width: 800px;
}
.controles .titulo{
  width: 100%;
}
.controles .ruta {
  white-space: nowrap;
  width: 100%;
  left: 0px;
  text-align: left;
}
.controles .ruta ul li {
  display: inline-block;
  position: relative;
  margin-left: -25px;
  padding: 8px;
  padding-left: 0px;
  padding-right: 0px;
  line-height: 24px;
  color: var(--grey-hard);
  background-color: transparent;
}
.controles .ruta ul li i{
  color: var(--grey-rute);
  padding-right: 17px;
  padding-left: 5px;
}
.controles .ruta ul li:not(:first-child) { 
  padding-left: 1em;
  margin-left: 0px;
}
.navegacion {
  width: 29%;
  right: 0px;
  text-align: right;
  line-height: 40px;
}
#vista {
  right: 0px;
  position: relative;
  margin-right: 15px;
  height: 40px;
  display: inline-flex;
  width: 70px;
  align-items: center;
}
#vista-mozaico-active {
  background-color: var(--grey-table);
  flex-direction: column;
  box-shadow: var(--shadow-base);
  color: var(--grey-controls);
  border-radius: 7px 0px 0px 7px;
  font-size: 1.7em;
  padding: 3px 7px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  width: 38px;
  height: 38px;
  transition: all 0.3s;
  display: none;
}
#vista-mozaico-active:hover {
  background-color: var(--grey-soft);
  color: var(--grey-nav);
}
#vista-mozaico-disabled {
  background-color: var(--grey-focus);
  flex-direction: column;
  box-shadow: var(--shadow-base-in);
  color: var(--grey-controls);
  border-radius: 7px 0px 0px 7px;
  font-size: 1.5em;
  padding: 3px 7px;
  text-align: center;
  vertical-align: middle;
  cursor: not-allowed;
  width: 33px;
  height: 33px;
  right: 0px;
  transition: all 0.3s;
  display: none;
}
#vista-lista-active {
  background-color: var(--grey-table);
  flex-direction: column;
  box-shadow: var(--shadow-base);
  color: var(--grey-controls);
  border-radius: 0px 7px 7px 0px;
  font-size: 1.5em;
  padding: 5px 7px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  width: 38px;
  height: 38px;
  transition: all 0.3s;
  display: none;
}
#vista-lista-active:hover {
  background-color: var(--grey-soft);
  color: var(--grey-nav);
}
#vista-lista-disabled {
  background-color: var(--grey-focus);
  flex-direction: column;
  box-shadow: var(--shadow-base-in);
  color: var(--grey-controls);
  border-radius: 0px 7px 7px 0px;
  font-size: 1.2em;
  padding: 5px 7px;
  text-align: center;
  vertical-align: middle;
  cursor: not-allowed;
  width: 33px;
  height: 33px;
  right: 0px;
  transition: all 0.3s;
  display: none;
}
#vista-mozaico-selector {
  display: none;
}
#selector-mozaicos {
  background-color: var(--grey-hard);
  color: var(--grey-pure);
  border-radius: 5px 0px 0px 5px;
  width: 30px;
  height: 30px;
  text-align: center;
  font-weight: 700;
  font-size: 1em;
  padding: 0px;
}
#selector-mozaicos:focus {
  background-color: var(--normal-focus);
  outline:0;
  box-shadow:0 0 0 .2rem var(--normal-border-focus);
  color: var(--white);
  border: 0px;
}
#selector-mozaicos:hover {
  background-color: var(--grey-head);
  color: var(--grey-line);
}
.controles-grupo {
  margin-top: 10px;
}
.controles-grupo table {
  width: calc(100% + 5px);
  margin-left: -5px;
}
.controles-grupo .md-form.md-outline input[type="date"] {
  border-radius: 0px 5px 5px 0px;
  margin-left: 0px;
  margin-top: -1px;
  height: 35px;
}
.controles-grupo .md-form.md-outline i {
  margin-right: 15px;
  margin-top: -2px;
}
.contenido {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
}
.grey-hard-box {
  background-color: var(--grey-hard);
  color: var(--grey-soft);
  padding: 10px;
}
.white-box {
  background-color: var(--white);
  color: var(--grey-hard);
  padding: 10px;
}
.bold {
  font-weight: 600;
}
.color-base {
  color: var(--base-color);
}
.color-greyhard {
  color: var(--grey-hard);
}
.color-info {
  color: var(--info);
}
.color-success {
  color: var(--success);
}
.color-error {
  color: var(--error);
}
.color-warning {
  color: var(--warning);
}
.red-firebrick {
  color: var(--error);
}
.grey-soft {
  color: var(--grey-soft);
}
.big{
  font-size: 1.2em;
}
.small{
  font-size: 0.8em;
}
.input-field .prefix {
  font-size: 1.1rem;
}
.input-field .prefix {
  top: 0.65rem;
}
.swal-wide{
  width:50% !important;
  min-width: 500px;
}
.swal-ticket{
  width:30% !important;
  min-width: 800px;
}
.space-right{
  padding-right:5px;
}
.input-field .prefix ~ input,
.input-field .prefix ~ textarea,
.input-field .prefix ~ label,
.input-field .prefix ~ .validate ~ label,
.input-field .prefix ~ .helper-text,
.input-field .prefix ~ .autocomplete-content {
  margin-left: 1.6rem;
  width: calc(100% - 1.5rem);
}
.input-field .prefix.active {
  color: var(--base-color);
}
.input-field > label {
  top: 0px;
  left: 0;
  font-size: 1em;
  -webkit-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
  text-align: initial;
  -webkit-transform: translateY(12px);
          transform: translateY(12px);
}
.input-field > label:not(.label-icon).active {
  -webkit-transform: translateY(-10px) scale(0.85);
          transform: translateY(-10px) scale(0.85);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}
input:not([type]),
input[type=text]:not(.browser-default),
input[type=password]:not(.browser-default),
input[type=email]:not(.browser-default),
input[type=url]:not(.browser-default),
input[type=time]:not(.browser-default),
input[type=date]:not(.browser-default),
input[type=datetime]:not(.browser-default),
input[type=datetime-local]:not(.browser-default),
input[type=tel]:not(.browser-default),
input[type=number]:not(.browser-default),
input[type=search]:not(.browser-default),
textarea.materialize-textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid var(--grey-degree);
  border-radius: 0;
  outline: none;
  height: 2.5em;
  font-size: 1em;
}
input:not([type]):focus:not([readonly]),
input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=password]:not(.browser-default):focus:not([readonly]),
input[type=email]:not(.browser-default):focus:not([readonly]),
input[type=url]:not(.browser-default):focus:not([readonly]),
input[type=time]:not(.browser-default):focus:not([readonly]),
input[type=date]:not(.browser-default):focus:not([readonly]),
input[type=datetime]:not(.browser-default):focus:not([readonly]),
input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
input[type=tel]:not(.browser-default):focus:not([readonly]),
input[type=number]:not(.browser-default):focus:not([readonly]),
input[type=search]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid var(--base-color);
  -webkit-box-shadow: 0 1px 0 0 var(--base-color);
  box-shadow: 0 1px 0 0 var(--base-color);
}
input:not([type]):focus:not([readonly]) + label,
input[type=text]:not(.browser-default):focus:not([readonly]) + label,
input[type=password]:not(.browser-default):focus:not([readonly]) + label,
input[type=email]:not(.browser-default):focus:not([readonly]) + label,
input[type=url]:not(.browser-default):focus:not([readonly]) + label,
input[type=time]:not(.browser-default):focus:not([readonly]) + label,
input[type=date]:not(.browser-default):focus:not([readonly]) + label,
input[type=datetime]:not(.browser-default):focus:not([readonly]) + label,
input[type=datetime-local]:not(.browser-default):focus:not([readonly]) + label,
input[type=tel]:not(.browser-default):focus:not([readonly]) + label,
input[type=number]:not(.browser-default):focus:not([readonly]) + label,
input[type=search]:not(.browser-default):focus:not([readonly]) + label,
textarea.materialize-textarea:focus:not([readonly]) + label {
  color: var(--base-color);
}
/* Validation Sass Placeholders */
input.valid:not([type]), input.valid:not([type]):focus,
input.valid[type=text]:not(.browser-default),
input.valid[type=text]:not(.browser-default):focus,
input.valid[type=password]:not(.browser-default),
input.valid[type=password]:not(.browser-default):focus,
input.valid[type=email]:not(.browser-default),
input.valid[type=email]:not(.browser-default):focus,
input.valid[type=url]:not(.browser-default),
input.valid[type=url]:not(.browser-default):focus,
input.valid[type=time]:not(.browser-default),
input.valid[type=time]:not(.browser-default):focus,
input.valid[type=date]:not(.browser-default),
input.valid[type=date]:not(.browser-default):focus,
input.valid[type=datetime]:not(.browser-default),
input.valid[type=datetime]:not(.browser-default):focus,
input.valid[type=datetime-local]:not(.browser-default),
input.valid[type=datetime-local]:not(.browser-default):focus,
input.valid[type=tel]:not(.browser-default),
input.valid[type=tel]:not(.browser-default):focus,
input.valid[type=number]:not(.browser-default),
input.valid[type=number]:not(.browser-default):focus,
input.valid[type=search]:not(.browser-default),
input.valid[type=search]:not(.browser-default):focus,
textarea.materialize-textarea.valid,
textarea.materialize-textarea.valid:focus, .select-wrapper.valid > input.select-dropdown {
  border-bottom: 1px solid var(--base-color);
  -webkit-box-shadow: 0 1px 0 0 var(--base-color);
          box-shadow: 0 1px 0 0 var(--base-color);
}
.btn, .btn-large, .btn-small,
.btn-flat {
  height: 30px;
  line-height: 27px;
  padding: 0 12px;
  background-color: var(--grey-hard);
  color: var(--grey-soft);
  border-radius: 3px;
  font-family: 'Dosis', 'Arial';
  border: 0;
}
.btn, .btn-large, .btn-small,
.btn-floating,
.btn-large,
.btn-small,
.btn-flat {
  font-size: 1em;
}

.btn i, .btn-large i, .btn-small i,
.btn-floating i,
.btn-large i,
.btn-small i,
.btn-flat i {
  font-size: 1em;
}
.btn:focus, .btn-large:focus, .btn-small:focus,
.btn-floating:focus {
  background-color: var(--base-color-fbackground);
  outline:0;
  box-shadow:0 0 0 .2rem var(--base-color-fshadow);
  color: var(--white);
  border: 0px;
}
.btn:hover, .btn-large:hover, .btn-small:hover {
  background-color: var(--base-color);
  color: var(--grey-soft);
}
.right15 {
  margin-right: 15px;
}
.right0 {
  margin-right: 0px;
}
.right{
  float: right;
}
.top-10 {
  margin-top: -10px;
}
.top-20 {
  margin-top: -20px;
}
.left-40 {
  margin-left: -40px;
}
.ancho95 {
  width: 95%;
}
.ancho90 {
  width: 90%;
}
.ancho80 {
  width: 80%;
  max-width: 80%;
}
.ancho70 {
  width: 70%;
  max-width: 70%;
}
.ancho70 {
  width: 70%;
  max-width: 70%;
}
.ancho60 {
  width: 60%;
  max-width: 60%;
}
.ancho-searcher {
  width: calc(100% - 72px);
  max-width: calc(100% - 72px);
}
.cursor{
  cursor: pointer;
}
.color-base:hover{
  color: var(--base-color);
}
.pace .pace-progress {
  background: var(--base-color);
}
.pace .pace-progress-inner {
  box-shadow: 0 0 10px var(--base-color), 0 0 5px var(--base-color);
}
.pace .pace-activity {
  top: -15px;
  right: -15px;
  width: 14px;
  height: 14px;
}
.Dosis500 {
  font-weight: 500;
}
.Dosis400 {
  font-weight: 400;
}
.controles-grupo .buscador {
  white-space: nowrap;
  width: 100%;
  padding-right: 75px;
  display: flex;
  flex-direction: row;
}
.controles-grupo .filtro {
  white-space: nowrap;
  width: 1%;
  padding-right: 50px;
  max-width: 300px;
}
.controles-grupo .ordenador {
  white-space: nowrap;
  width: 1%;
  padding-right: 35px;
  max-width: 200px;
  min-width: 100px;
}
.controles-grupo .boton {
  white-space: nowrap;
  width: 1%;
  padding-left: 1px;
  padding-right: 35px;
}
.controles-grupo .boton button{
  margin-left: 5px;
  margin-top: 4px;
  width: auto;
  min-width: 90px;
  padding: 0;
  padding-left: 10px;
  padding-right: 10px;
}
.controles-grupo .boton button i{
  margin-right: 8px;
}
.controles-grupo .buscador input {
  line-height: 35px;
  width: unset;
  max-width: 300px;
  min-width: 80px;
  background-color: rgb(255, 255, 255);
  border: none;
  border: 1px solid transparent;
  border-radius: 0px 5px 5px 0px;
  height: 2em;
  font-size: 0.98em;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 0px;
  transition: all 0.3s;
  margin-left: 0px;
  color: var(--grey-hard);
  font-family: 'Dosis', 'Arial';
  box-shadow: var(--shadow-base);
  margin-right: 10px;
}
.controles-grupo .buscador input[type=text]:not(.browser-default):focus:not([readonly]) {
  border-top: 1px solid var(--base-color);
  box-shadow: 0 0px 0 0 var(--base-color);
  border-bottom: 1px solid var(--base-color);
  border: 1px solid transparent;
  outline:0;
  box-shadow:0 0 0 .2rem var(--base-color-fshadow);
}
.controles-grupo .buscador label {
  background-color: var(--grey-hard);
  padding: 10px;
  color: var(--white);
  font-size: 1em;
  border-radius: 2px;
  transition: all 0.3s;
  cursor: pointer;
  box-shadow: var(--shadow-base);
  margin-top: -3px;
}
.controles-grupo .filtro label i {
  background-color: var(--grey-hard);
  padding: 6px;
  color: var(--white);
  font-size: 2em;
  border-radius: 2px;
  transition: all 0.3s;
  cursor: pointer;
  margin-right: 0px;
  box-shadow: var(--shadow-base);
}
.controles-grupo .ordenador label i {
  background-color: var(--grey-hard);
  padding: 6px;
  color: var(--white);
  font-size: 2em;
  border-radius: 2px;
  transition: all 0.3s;
  cursor: pointer;
  margin-right: 0px;
  box-shadow: var(--shadow-base);
}
.controles-grupo .boton label i {
  background-color: var(--grey-hard);
  padding: 6px;
  color: var(--white);
  font-size: 2em;
  border-radius: 2px;
  transition: all 0.3s;
  cursor: pointer;
  margin-right: 0px;
  box-shadow: var(--shadow-base);
}
.controles-grupo .buscador input[type=text]:not(.browser-default):focus:not([readonly]) + label {
  color: var(--white);
}
.controles-grupo .filtro input[type=text]:not(.browser-default):focus:not([readonly]) + label {
  color: var(--white);
}
.controles-grupo .ordenador input[type=text]:not(.browser-default):focus:not([readonly]) + label {
  color: var(--white);
}
.controles-grupo .buscador button {
  position: relative;
  color: var(--white);
  background-color: var(--grey-hard);
  border-style: none;
  padding: 6.5px;
  padding-left: 25px;
  font-size: 1em;
  border-radius: 2px;
  margin-top: -2px;
  margin-left: 0px;
  transition: all 0.3s;
  box-shadow: var(--shadow-base);
}
.controles-grupo .buscador button:hover {
  background-color: var(--base-color);
}
.controles-grupo .buscador button:focus {
  background-color: var(--base-color-fbackground);
  outline:0;
  box-shadow:0 0 0 .2rem var(--base-color-fshadow);
}
::placeholder {
  color: var(--grey-degree);
  transition: all 0.3s;
}
#Limpiar {
  margin-left: 2px;
  background-color: #363942;
  color: var(--white);
  box-shadow: var(--shadow-base);
}
#Limpiar:hover {
  background-color: var(--base-color);
}
#Limpiar:focus {
  background-color: var(--base-color-fbackground);
  outline:0;
  box-shadow:0 0 0 .2rem var(--base-color-fshadow);
}
.datos-tabla {
  width: 100%;
  margin-top: 5px;
  border: 1px solid var(--grey-table);
  border-style: solid;
  border-collapse: collapse;
  background-color: var(--white);
  transition: all 0.3s;
  box-shadow: var(--shadow-base);
  border-right: 1px solid var(--grey-head);
}
.datos-tabla th {
  width: auto;
  margin-right: -5px;
  border: 1px solid var(--grey-head);
  padding: 5px;
  text-align: center;
  background-color: var(--grey-hard);
  color: var(--grey-walls);
  font-weight: 400;
  transition: all 0.3s;
}
.datos-tabla td {
  margin-right: -5px;
  border: 1px solid var(--grey-table);
  padding: 5px;
  color: var(--grey-hard);
  font-weight: 400;
  transition: all 0.3s;
}
.datos-tabla tr:nth-child(2n+1) {
  background-color: var(--grey-line);
}
.datos-tabla tr:hover {
  background-color: var(--base-color-fshadowt);
}
/*.datos-tabla td:hover {
  background-color: var(--base-color-fshadowtd);
}*/
.datos-tabla img {
  max-height: 25px;
}
.datos-tabla .opciones {
  font-family: 'Dosis', 'Arial';
  width: 1%;
  white-space: nowrap;
  background-color: var(--grey-hard);
  color: var(--grey-walls);
  font-size: 1em;
  padding: 0px;
  border-collapse: collapse;
  border-style: unset;
  border: unset;
  box-shadow: inset 0 0px 0  var(--grey-head);
  border-top: 1px solid var(--grey-head);
  border-bottom: 1px solid var(--grey-head);
}
.datos-tabla .opciones button {
  position: relative;
  background-color: transparent;
  color: var(--grey-pure);
  font-weight: 400;
  font-size: 1em;
  font-family: 'Dosis', 'Arial';
  letter-spacing: 1px;
  border: 0;
  margin: 0px;
  padding: 5px;
  transition: all 0.3s;
  height: 100%;
  outline: none;
  width: 100%;
  white-space: nowrap;
  min-width: min-content;
  margin-right: 30px;
}
.datos-tabla .opciones button:disabled {
  color: var(--grey-locked);
}
.datos-tabla .opciones a {
  background-color: transparent;
  color: var(--grey-pure);
  font-weight: 400;
  font-size: 1em;
  font-family: 'Dosis', 'Arial';
  letter-spacing: 1px;
  border: 0;
  margin: 0px;
  transition: all 0.3s;
  height: 100%;
  text-decoration: none;
  width: auto;
  margin-right: 35px;
  padding: 5px;
}
.datos-tabla .opciones i {
  font-size: 1em;
  letter-spacing: 1px;
  border: 0;
  margin: 0px;
  padding: 0px;
  padding-right: 3px;
  margin-left: 5px;
}
.datos-tabla .opciones button:focus {
  background-color: var(--grey-focus);
  color: var(--white);
}
.datos-tabla .opciones button:hover{
  background-color: var(--base-color);
  color: var(--white);
}
.datos-tabla .opciones a:focus {
  color: var(--white);
  outline: 0;
}
.datos-tabla .opciones a:hover{
  color: var(--white);
}
.datos-tabla .locked {
  color: var(--grey-locked);
}
.datos-tabla .locked a{
  color: var(--grey-locked);
  cursor: not-allowed;
}
.datos-tabla .locked a:hover{
  color: var(--grey-locked);
  cursor: not-allowed;
  background-color: unset;
}
.datos-tabla .locked a:focus{
  color: var(--grey-locked);
  cursor: not-allowed;
  background-color: unset;
}
.datos-tabla .locked:hover{
  color: var(--grey-locked);
  cursor: not-allowed;
  background-color: var(--grey-hard);
}
.datos-tabla .fix {
  border-left: 1px solid var(--grey-head);
}
.datos-tabla .seleccion-activa {
  background-color: var(--search-select);
}
.datos-tabla .seleccion-activa td{
  background-color: var(--search-select);
}
.datos-tabla .seleccion-inactiva-impar {
  background-color: var(--white);
}
.datos-tabla .seleccion-inactiva-par {
  background-color: var(--grey-line);
}
.datos-tabla-busqueda {
  width: 100%;
  margin-top: 5px;
  border: 1px solid var(--grey-table);
  border-style: solid;
  border-collapse: collapse;
  background-color: var(--white);
  transition: all 0.3s;
  box-shadow: var(--shadow-base);
  border-right: 1px solid var(--grey-head);
}
.datos-tabla-busqueda th {
  width: auto;
  margin-right: -5px;
  border: 1px solid var(--grey-head);
  padding: 5px;
  text-align: center;
  background-color: var(--grey-hard);
  color: var(--grey-walls);
  font-weight: 400;
  transition: all 0.3s;
}
.datos-tabla-busqueda td {
  margin-right: -5px;
  border: 1px solid var(--grey-table);
  padding: 5px;
  color: var(--grey-hard);
  font-weight: 400;
  transition: all 0.3s;
}
.datos-tabla-busqueda tr:nth-child(2n+1) {
  background-color: var(--grey-line);
}
.datos-tabla-busqueda tr:hover {
  background-color: var(--base-color-fshadowt);
}
/*.datos-tabla-busqueda td:hover {
  background-color: var(--base-color-fshadowtd);
}*/
.datos-tabla-busqueda img {
  max-height: 25px;
}
.datos-tabla-busqueda .opciones {
  font-family: 'Dosis', 'Arial';
  width: 1%;
  white-space: nowrap;
  background-color: var(--grey-hard);
  color: var(--grey-walls);
  font-size: 1em;
  padding: 0px;
  border-collapse: collapse;
  border-style: unset;
  border: unset;
  box-shadow: inset 0 0px 0  var(--grey-head);
  border-top: 1px solid var(--grey-head);
  border-bottom: 1px solid var(--grey-head);
  min-width: 90px;
  max-width: 200px;
}
.datos-tabla-busqueda .opciones button {
  position: relative;
  background-color: transparent;
  color: var(--grey-pure);
  font-weight: 400;
  font-size: 1em;
  font-family: 'Dosis', 'Arial';
  letter-spacing: 1px;
  border: 0;
  margin: 0px;
  padding: 5px;
  transition: all 0.3s;
  height: 100%;
  outline: none;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.datos-tabla-busqueda .opciones button:disabled {
  color: var(--grey-locked);
}
.datos-tabla-busqueda .opciones a {
  background-color: transparent;
  color: var(--grey-pure);
  font-weight: 400;
  font-size: 1em;
  font-family: 'Dosis', 'Arial';
  letter-spacing: 1px;
  border: 0;
  margin: 0px;
  transition: all 0.3s;
  height: 100%;
  text-decoration: none;
  width: auto;
  margin-right: 35px;
  padding: 5px;
}
.datos-tabla-busqueda .opciones i {
  font-size: 1em;
  letter-spacing: 1px;
  border: 0;
  margin: 0px;
  padding: 0px;
  padding-right: 3px;
  margin-left: 5px;
}
.datos-tabla-busqueda .opciones button:focus {
  background-color: var(--grey-focus);
  color: var(--white);
}
.datos-tabla-busqueda .opciones button:hover{
  background-color: var(--base-color);
  color: var(--white);
}
.datos-tabla-busqueda .opciones a:focus {
  color: var(--white);
  outline: 0;
}
.datos-tabla-busqueda .opciones a:hover{
  color: var(--white);
}
.datos-tabla-busqueda .locked {
  color: var(--grey-locked);
}
.datos-tabla-busqueda .locked a{
  color: var(--grey-locked);
  cursor: not-allowed;
}
.datos-tabla-busqueda .locked a:hover{
  color: var(--grey-locked);
  cursor: not-allowed;
  background-color: unset;
}
.datos-tabla-busqueda .locked a:focus{
  color: var(--grey-locked);
  cursor: not-allowed;
  background-color: unset;
}
.datos-tabla-busqueda .locked:hover{
  color: var(--grey-locked);
  cursor: not-allowed;
  background-color: var(--grey-hard);
}
.datos-tabla-busqueda .fix {
  border-left: 1px solid var(--grey-head);
}
.datos-tabla-busqueda .seleccion-activa {
  background-color: var(--search-select);
}
.datos-tabla-busqueda .seleccion-activa td{
  background-color: var(--search-select);
}
.datos-tabla-busqueda .seleccion-inactiva-impar {
  background-color: var(--white);
}
.datos-tabla-busqueda .seleccion-inactiva-par {
  background-color: var(--grey-line);
}
.datos-tabla-mozaico {
  width: 15%;
  margin-top: 5px;
  border: 0px solid var(--grey-table);
  border-style: solid;
  border-collapse: collapse;
  transition: all 0.3s;
  border-right: 0px solid var(--grey-head);
}
.datos-tabla-mozaico th {
  width: auto;
  margin-right: -5px;
  border: 1px solid var(--grey-head);
  padding: 5px;
  text-align: center;
  background-color: var(--grey-hard);
  color: var(--grey-walls);
  font-weight: 400;
  transition: all 0.3s;
}
.datos-tabla-mozaico td {
  margin-right: -5px;
  border: 1px solid var(--grey-table);
  box-shadow: var(--shadow-base);
  padding: 10px;
  color: var(--grey-hard);
  font-weight: 400;
  transition: all 0.3s;
  min-width: 227.5px;
  max-width: 300px;
  min-height: 300px;
  background-color: var(--white);
  padding-bottom: 10px;
  padding-top: 10px;
  vertical-align: top;
}
.datos-tabla-mozaico td:hover {
  background-color: var(--grey-line);
}
.datos-tabla-mozaico .opciones {
  font-family: 'Dosis', 'Arial';
  margin: 0px;
  width: 1%;
  white-space: nowrap;
  background-color: var(--grey-hard);
  color: var(--grey-walls);
  font-size: 1em;
  padding: 5px;
  border-collapse: collapse;
  border-style: unset;
  border: unset;
  box-shadow: inset 0 0px 0  var(--grey-head);
  border-top: 0px solid var(--grey-head);
  border-bottom: 0px solid var(--grey-head);
  min-width: 100px;
  max-width: 200px;
  border-radius: 5px;
  margin-bottom: 5px;
}
.datos-tabla-mozaico .opciones button {
  position: relative;
  background-color: transparent;
  color: var(--grey-pure);
  font-weight: 400;
  font-size: 1em;
  font-family: 'Dosis', 'Arial';
  letter-spacing: 1px;
  border: 0;
  margin: 0px;
  padding: 5px;
  transition: all 0.3s;
  height: 100%;
  outline: none;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.datos-tabla-mozaico .opciones button:disabled {
  color: var(--grey-locked);
}
.datos-tabla-mozaico .opciones a {
  background-color: transparent;
  color: var(--grey-pure);
  font-weight: 400;
  font-size: 1em;
  font-family: 'Dosis', 'Arial';
  letter-spacing: 1px;
  border: 0;
  margin: 0px;
  transition: all 0.3s;
  height: 100%;
  text-decoration: none;
  width: auto;
  margin-right: 35px;
  padding: 5px;
}
.datos-tabla-mozaico .opciones i {
  font-size: 1em;
  letter-spacing: 1px;
  border: 0;
  margin: 0px;
  padding: 0px;
  padding-right: 3px;
  margin-left: 10px;
}
.datos-tabla-mozaico .opciones button:focus {
  background-color: var(--grey-focus);
  color: var(--white);
  outline: 0;
}
.datos-tabla-mozaico .opciones button:hover{
  background-color: var(--base-color);
  color: var(--white);
}
.datos-tabla-mozaico .opciones a:focus {
  color: var(--white);
  outline: 0;
}
.datos-tabla-mozaico .opciones a:hover{
  color: var(--white);
}
.datos-tabla-mozaico .separador-columnas {
  background-color: transparent;
  width: 10px;
  max-width: 10px;
  min-width: 10px;
  box-shadow: none;
  border-top: none;
  border-bottom: none;
}
.datos-tabla-mozaico .separador-columnas:hover {
  background-color: unset;
}
.datos-tabla-mozaico .separador-renglones {
  background-color: transparent;
  height: 10px;
  max-height: 10px;
  min-height: 10px;
  box-shadow: none;
  border-left: none;
  border-right: none;
}
.datos-tabla-mozaico .caja-contenido {
  border-bottom: none;
}
.datos-tabla-mozaico .caja-opciones {
  border-top: none;
  box-shadow: var(--shadow-base-sides);
  padding: 3px;
  margin: 0;
  background-color: var(--grey-line);
}
.datos-tabla-mozaico .caja-opciones:hover {
  background-color: var(--grey-line);
}
.tabla-config-container {
  width: 50%;
  background-color: var(--grey-table-alpha);
  box-shadow: unset;
  border-radius: 10px;
}
.tabla-config-container p {
  width: calc(100% + 44px);
  margin-left: -22px;
  background-color: var(--grey-hard-alpha30);
  font-size: 1em;
  font-weight: 600;
  color: var(--grey-head);
  padding-top: unset;
  padding: 7px;
  margin-bottom: 25px;
}
.tabla-config-container td {
  background-color: transparent;
  padding: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
  border-radius: 10px;
}
.tabla-config-container td:focus {
  background-color: unset;
}
.tabla-config {
  margin-top: 10px;
  box-shadow: unset;
  min-width: 600px;
  background-color: unset;
}
.tabla-config tr {
  border: 1px solid transparent;
}
.tabla-config th{
  text-align: right;
  white-space: nowrap;
  padding: 10px;
  padding-left: 15px;
  border: 1px solid transparent;
  border-radius: 7px 0px 0px 7px;
  width: 1%;
}
.tabla-config td{
  text-align: left;
  padding: 10px;
  border-radius: 0px 7px 7px 0px;
}
.tabla-config tr:nth-child(2n+1) {
  background-color: var(--white);
}
.tabla-config tr:nth-child(2n+1):hover {
  background-color: var(--grey-line);
}
.tabla-config tr:nth-child(2n+2):hover {
  background-color: unset;
}
.animated-box {
  transition: all 0.3s;
}
.animated-box:hover {
  background-color: var(--base-color);
  color: var(--white);
}
.animated-box:focus {
  background-color: var(--grey-focus);
  color: var(--white);
}
.searching {
  width: 100%;
  color: var(--grey-rute);
  font-size: 1.3em;
  font-weight: 500;
  border: 0px;
  border-collapse: collapse;
}
.searching img {
  width: 20%;
  min-width: 150px;
}
.searching hr {
  width: 350px;
  min-width: 150px;
}
.paginador {
  width: 100%;
  background-color: var(--grey-pure);
  color: var(--grey-hard);
  white-space: nowrap;
  transition: all 0.3s;
  border-collapse: collapse;
  border-style: unset;
  border: unset;
  font-size: 0.85em;
  box-shadow: var(--shadow-base);
  margin-bottom: 20px;
}
.paginador tr td {
  border: 1px solid var(--grey-pure);
  padding: 3px;
  padding-left: 5px;
  padding-right: 5px;
}
.paginador tr td label{
  color: var(--grey-hard);
  font-size: 1em;
  cursor: pointer;
  font-weight: 500;
  font-weight: 300;
}
.paginador tr td select{
  text-align: center;
  color: var(--grey-walls);
  font-size: 1em;
  cursor: pointer;
  background-color: var(--grey-hard);
  padding: 3px;
  border-radius: 5px;
  border: none;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 300;
  transition: all 0.3s;
  overflow-y: scroll;
  min-width: 40px;
}
.paginador tr td select option:focus{
  cursor: pointer;
}
.paginador tr td select:focus {
  background-color: var(--base-color-fbackground);
  outline:0;
  box-shadow:0 0 0 .2rem var(--base-color-fshadow);
}
.paginador tr td select:hover{
  background-color: var(--base-color);
  outline:0;
}
.paginador tr td select::-ms-expand {
  display: none;
}
.paginador tr td button{
  background-color: var(--grey-pure);
  border: none;
  padding: 2px;
  padding-left: 5px;
  padding-right: 5px;
  transition: all 0.3s;
  font-weight: 300;
}
.paginador tr td button i {
  position: relative;
}
.paginador tr td button:focus, .paginador tr td label:focus {
  background-color: var(--grey-pure);
  color: var(--grey-hard);
  transform: scale(1.1);
}
.paginador tr td button:disabled:hover{
  background-color: var(--grey-pure);
  color: var(--grey-disabled);
  cursor: not-allowed;
  transform: scale(1.0);
}
.paginador tr td button:hover, .paginador tr td label:hover {
  background-color: var(--grey-pure);
  color: var(--grey-hard);
  transform: scale(1.1);
}
.margen-paginador {
  margin-top: -20px;
  margin-bottom: -20px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 1px;
  background: var(--white);
  background-image: none;
  text-overflow: ellipsis;
}
select::-ms-expand {
  display: none;
}
select {
  flex: 1;
  padding: 6px;
  color: var(--grey-hard);
  cursor: pointer;
  font-family: 'Dosis', 'Arial';
  background-color: var(--white);
}
.controles-grupo .dropdown-menu {
  top:33.5px;
  left:1px;
  min-width:150px;
  padding:.5rem 0;
  margin:.125rem 0 0;
  font-size:1em;
  color:var(--grey-hard);
  background-color:var(--grey-soft);
  border: 1px;
  border-radius: 5px;
  transition: all 0.3s;
  animation-duration: 0.3s;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 350px;
  box-shadow: var(--shadow-base);
}
.controles-grupo .dropdown-item {
  width:100%;
  padding: 7px 20px;
  font-weight:400;
  color:var(--grey-hard);
  transition: all 0.3s;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 350px;
}
.controles-grupo .dropdown-item.active,.controles-grupo .dropdown-item:active {
  color:var(--white);
  text-decoration:none;
  background-color:var(--grey-hard)
}
.controles-grupo .dropdown-item:focus,.controles-grupo .dropdown-item:hover, .controles-grupo .navbar-toggler:focus,.controles-grupo .navbar-toggler:hover {
  cursor: pointer;
  color:var(--white);
  background-color:var(--base-color);
}
.controles-grupo .filtro .btn, .controles-grupo .filtro .btn-large, .controles-grupo .filtro .btn-small,
.controles-grupo .filtro .btn-flat {
  padding: 0 12px;
  background-color: var(--white);
  color: var(--grey-hard);
  border-radius: 3px;
  font-family: 'Dosis', 'Arial';
  border: 1px;
  border-color: var(--grey-pure);
  height: 34px;
  line-height: 34px;
  border-radius: 0px 5px 5px 0px;
  margin-top: 1.6px;
}
.controles-grupo .filtro .btn,.controles-grupo .filtro .btn-large,.controles-grupo .filtro .btn-small,
.controles-grupo .filtro .btn-floating,
.controles-grupo .filtro .btn-large,
.controles-grupo .filtro .btn-small,
.controles-grupo .filtro .btn-flat {
  font-size: 1em;
}

.controles-grupo .filtro .btn i, .controles-grupo .filtro .btn-large i, .controles-grupo .filtro .btn-small i,
.controles-grupo .filtro .btn-floating i,
.controles-grupo .filtro .btn-large i,
.controles-grupo .filtro .btn-small i,
.controles-grupo .filtro .btn-flat i {
  font-size: 1em;
}
.controles-grupo .filtro .btn:focus, .controles-grupo .filtro .btn-large:focus, .controles-grupo .filtro .btn-small:focus,
.controles-grupo .filtro .btn-floating:focus {
  background-color: var(--base-color-fbackground);
  outline:none !important;
  outline-width: 0 !important;
  box-shadow:0 0 0 .2rem var(--base-color-fshadow);
  color: var(--white);
  border: 0px;
}
.controles-grupo .filtro .btn-light:not(:disabled):not(.disabled).active,.controles-grupo .filtro .btn-light:not(:disabled):not(.disabled):active,.controles-grupo .filtro .show>.btn-light.dropdown-toggle {
  color: var(--white);
  background-color: var(--base-color);
  border-color: transparent;
}
.controles-grupo .filtro .btn:hover, .btn-large:hover, .btn-small:hover {
  background-color: var(--base-color);
  color: var(--white);
}
.controles-grupo .ordenador .btn, .controles-grupo .ordenador .btn-large, .controles-grupo .ordenador .btn-small,
.controles-grupo .ordenador .btn-flat {
  padding: 0 12px;
  background-color: var(--white);
  color: var(--grey-hard);
  border-radius: 3px;
  font-family: 'Dosis', 'Arial';
  border: 1px;
  border-color: var(--grey-pure);
  height: 34px;
  line-height: 34px;
  border-radius: 0px 5px 5px 0px;
  margin-top: 1.6px;
  width: calc(100% - 70px);
  min-width: 100px;
}
.controles-grupo .ordenador .btn,.controles-grupo .ordenador .btn-large,.controles-grupo .ordenador .btn-small,
.controles-grupo .ordenador .btn-floating,
.controles-grupo .ordenador .btn-large,
.controles-grupo .ordenador .btn-small,
.controles-grupo .ordenador .btn-flat {
  font-size: 1em;
}

.controles-grupo .ordenador .btn i, .controles-grupo .ordenador .btn-large i, .controles-grupo .ordenador .btn-small i,
.controles-grupo .ordenador .btn-floating i,
.controles-grupo .ordenador .btn-large i,
.controles-grupo .ordenador .btn-small i,
.controles-grupo .ordenador .btn-flat i {
  font-size: 1em;
}
.controles-grupo .ordenador .btn:focus, .controles-grupo .ordenador .btn-large:focus, .controles-grupo .ordenador .btn-small:focus,
.controles-grupo .ordenador .btn-floating:focus {
  background-color: var(--base-color-fbackground);
  outline:none !important;
  outline-width: 0 !important;
  box-shadow:0 0 0 .2rem var(--base-color-fshadow);
  color: var(--grey-pure);
  border: 0px;
}
.controles-grupo .ordenador .btn-light:not(:disabled):not(.disabled).active,.controles-grupo .ordenador .btn-light:not(:disabled):not(.disabled):active,.controles-grupo .ordenador .show>.btn-light.dropdown-toggle {
  color: var(--white);
  background-color: var(--base-color);
  border-color: transparent;
}
.controles-grupo .ordenador .btn:hover, .btn-large:hover, .btn-small:hover {
  background-color: var(--base-color);
  color: var(--white);
}
.navegacion .btn, .navegacion .btn-large, .navegacion .btn-small,
.navegacion .btn-flat {
  height: 30px;
  line-height: 27px;
  padding: 0 12px;
  background-color: var(--grey-rute);
  color: var(--grey-soft);
  border-radius: 3px;
  font-family: 'Dosis', 'Arial';
  border: 0;
  margin-right: 15px;
}
.navegacion .btn, .navegacion .btn-large, .navegacion .btn-small,
.navegacion .btn-floating,
.navegacion .btn-large,
.navegacion .btn-small,
.navegacion .btn-flat {
  font-size: 1em;
}

.navegacion .btn i, .navegacion .btn-large i, .navegacion .btn-small i,
.navegacion .btn-floating i,
.navegacion .btn-large i,
.navegacion .btn-small i,
.navegacion .btn-flat i {
  font-size: 1em;
}
.navegacion .btn:focus, .navegacion .btn-large:focus, .navegacion .btn-small:focus,
.navegacion .btn-floating:focus {
  background-color: var(--grey-degree);
  outline:0;
  box-shadow:0 0 0 .2rem var(--grey-pure);
  color: var(--grey-soft);
  border: 0px;
}
.navegacion .btn:hover, .navegacion .btn-large:hover, .navegacion .btn-small:hover {
  background-color: var(--grey-controls);
  color: var(--white);
}
.etiqueta-crud {
  width: 100%;
  margin-top: 5px;
  height: 20px;
  max-height: 20px;
  background: linear-gradient(90deg, rgba(255,255,255,0) 25%, var(--base-color) 35%, var(--base-color) 50%, var(--base-color) 65%, rgba(255,255,255,0) 75%);
}
.etiqueta-crud tr td{
  text-align: center;
  font-size: 1em;
  font-weight: 400;
  padding: 1px;
  color: var(--white);
}
.etiqueta-crud p{
  line-height: 30px;
  margin: 0px;
}
.inicio{
  min-height: calc(100vh - 155px);
  max-height: calc(100vh - 155px);
  width: 100%;
}
.inicio table{
  margin-top: 10px;
  width: 100%;
  height: 100%;
}
.inicio table tr td{
  text-align: center;
  vertical-align: middle;
}
.inicio img {
  width: 20%;
  min-width: 150px;
  max-width: 300px;
}
.formulario-base {
  margin-top: 7px;
  margin-bottom: 15px;
  background-color: var(--grey-table-alpha);
  border-radius: 15px;
  padding: 20px;
  box-shadow: var(--shadow-base);
  font-size: 1em;
  font-family: 'Dosis', 'Arial';
  border:none;
  min-width: 410px;
}
.formulario-base tr td {
  vertical-align: middle;
  height: 45px;
  width: auto;
  white-space: nowrap;
  max-width: 300px;
}
.formulario-base tr td:nth-child(2n+1) {
  width: 1%;
  max-width: unset;
  padding-top: 7.5px;
  padding-right: 35px;
  color: var(--grey-walls);
}
.formulario-base tr td:nth-child(3) {
  padding-left: 30px;
  width: 1%;
  max-width: unset;
  min-width: 200px;
}
.formulario-base label {
  background-color: var(--grey-hard);
  color: var(--grey-walls);
  font-size: 1em;
  font-weight: 400;
  border-radius: 0px 3px 3px 0px;
  cursor: pointer;
  box-shadow: var(--shadow-base);
  padding: 4px;
  padding-left: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.formulario-base label i{
  background-color: var(--grey-locked);
  color: var(--grey-walls);
  font-size: 1.1em;
  font-weight: 300;
  padding: 7px;
  border-radius: 3px 0px 0px 3px;
  margin-right: 1px;
  margin-top: -7px;
  box-shadow: var(--shadow-base);
}
.formulario-base input[type=search]:not(.browser-default), .controles-grupo .filtro input[type=search]:not(.browser-default){
  font-family: 'Dosis', 'Arial';
}
.formulario-base input[type=text]{
  line-height: 35px;
  width: calc(100% - 25px);
  background-color: rgb(255, 255, 255);
  border: none;
  border: 1px solid transparent;
  border-radius: 5px;
  height: 35px;
  font-size: 1em;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 0px;
  transition: all 0.3s;
  margin-left: 5px;
  color: var(--grey-hard);
  font-family: 'Dosis', 'Arial';
  z-index: 1;
  box-shadow: var(--shadow-base);
  margin-right: 100px;
}
.formulario-base input[type=text]:focus::placeholder {
  font-weight: 400;
  font-size: 1em;
  transition: all 0.3s;
  font-style: bold;
  color: var(--base-color);
}
.formulario-base input[type=text]:not(.browser-default):focus:not([readonly]) {
  border-top: 1px solid var(--base-color);
  box-shadow: 0 0px 0 0 var(--base-color);
  border-bottom: 1px solid var(--base-color);
  border: 1px solid transparent;
  outline:0;
  box-shadow:0 0 0 .2rem var(--base-color-fshadow);
}
.formulario-base input[type=text]:read-only, .formulario-base input[type=text]:read-only:focus::placeholder {
  border-top: unset;
  border-bottom: unset;
  border: 0px solid transparent;
  outline:0;
  box-shadow:unset;
  background-color: var(--grey-table-alpha);
  cursor: not-allowed;
  color: var(--grey-controls);
}
.formulario-base .dropdown-menu {
  color:var(--grey-hard);
  background-color:var(--grey-soft);
  box-shadow: var(--shadow-base);
  border-radius: 5px;
  width: 100%;
}
.formulario-base .btn, .formulario-base .btn-large, .formulario-base .btn-small,
.formulario-base .btn-flat {
  padding: 0 12px;
  background-color: var(--white);
  color: var(--grey-hard);
  border-radius: 5px;
  font-family: 'Dosis', 'Arial';
  border: 1px;
  border-color: var(--grey-pure);
  height: 35px;
  line-height: 34px;
  margin-top: 1.6px;
  margin-left: 5px;
  width: 100%;
  max-width: 500px;
}
.formulario-base .btn,.formulario-base .btn-large,.formulario-base .btn-small,
.formulario-base .btn-floating,
.formulario-base .btn-large,
.formulario-base .btn-small,
.formulario-base .btn-flat {
  font-size: 1em;
}

.formulario-base .btn i, .formulario-base .btn-large i, .formulario-base .btn-small i,
.formulario-base .btn-floating i,
.formulario-base .btn-large i,
.formulario-base .btn-small i,
.formulario-base .btn-flat i {
  font-size: 1em;
}
.formulario-base .btn:focus, .formulario-base .btn-large:focus, .formulario-base .btn-small:focus,
.formulario-base .btn-floating:focus {
  background-color: var(--base-color-fbackground);
  outline:none !important;
  outline-width: 0 !important;
  box-shadow:0 0 0 .2rem var(--base-color-fshadow);
  color: var(--white);
  border: 0px;
}
.formulario-base .btn:hover, .btn-large:hover, .btn-small:hover {
  background-color: var(--base-color);
  color: var(--white);
}
.controles-grupo .filtro .dropdown-menu{
  width: 500px;
  min-width: unset;
  max-width: unset;
}
.controles-grupo .filtro .dropdown-item{
  width: 100%;
  min-width: unset;
  max-width: unset;
}
.formulario-base .dropdown-item {
  width:100%;
  padding: 7px 20px;
  font-weight:400;
  color:var(--grey-hard);
  transition: all 0.3s;
  overflow:hidden;
  white-space:nowrap;
  text-overflow: ellipsis;
  max-width: unset;
  outline: 0;
}
.formulario-base .dropdown-item.active,.formulario-base .dropdown-item:active {
  color:var(--white);
  text-decoration:none;
  background-color:var(--grey-hard)
}
.formulario-base .dropdown-item:focus,.formulario-base .dropdown-item:hover, .formulario-base .navbar-toggler:focus,.formulario-base .navbar-toggler:hover {
  cursor: pointer;
  color:var(--white);
  background-color:var(--base-color);
}
.show ul li:hover {
  color: var(--white);
  background-color: var(--base-color-fbackground);
}
.formulario-base .no-results, .formulario-base .no-results:hover, .controles-grupo .filtro .no-results, .controles-grupo .filtro .no-results:hover{
  background-color: var(--grey-locked);
  color: var(--grey-soft);
  border-radius: 5px;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.formulario-base .btn-light:not(:disabled):not(.disabled).active,.formulario-base .btn-light:not(:disabled):not(.disabled):active,.formulario-base .show>.btn-light.dropdown-toggle {
  color: var(--grey-soft);
  background-color: var(--base-color);
  border-color: transparent;
}
.formulario-base .btn {
  max-width: 100%;
}
.formulario-base .separator p{
  width: calc(100% + 80px);
  color: var(--grey-rute);
  background-color: var(--grey-table-alpha90);
  padding: 5px;
  font-size: 1em;
  font-weight: 400;
  margin: 0px;
  margin-bottom: 5px;
  margin-left: -23px;
  margin-right: 25px;
  border-radius: 0px;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder {
  color: var(--grey-pure);
}
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  color: var(--white);
}
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus {
  color: var(--white);
}
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: var(--base-color);
}
.normal-button {
  background-color: var(--normal);
  color: var(--grey-line);
  width: auto;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  transition: all .3s;
}
.normal-button i{
  margin-right: 10px;
}
.normal-button:focus {
  background-color: var(--base-color-fbackground);
  color: var(--white);
  width: auto;
  box-shadow:0 0 0 .2rem var(--base-color-fshadow);
}
.normal-button:hover {
  background-color: var(--base-color);
  color: var(--white);
  width: auto;
}
#Guardar {
  background-color: var(--success);
  color: var(--grey-line);
  width: auto;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  transition: all .3s;
}
#Guardar:focus {
  background-color: var(--success-focus);
  color: var(--white);
  width: auto;
  box-shadow:0 0 0 .2rem var(--success-border-focus);
}
#Guardar:hover {
  background-color: var(--success-hover);
  color: var(--white);
  width: auto;
}
#Actualizar {
  background-color: var(--info);
  color: var(--grey-line);
  width: auto;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  transition: all .3s;
}
#Actualizar:focus {
  background-color: var(--info-focus);
  color: var(--white);
  width: auto;
  box-shadow:0 0 0 .2rem var(--info-border-focus);
}
#Actualizar:hover {
  background-color: var(--info-hover);
  color: var(--white);
  width: auto;
}
#Eliminar {
  background-color: var(--error);
  color: var(--grey-line);
  width: auto;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  transition: all .3s;
}
#Eliminar:focus {
  background-color: var(--error-focus);
  color: var(--white);
  width: auto;
  box-shadow:0 0 0 .2rem var(--error-border-focus);
}
#Eliminar:hover {
  background-color: var(--error-hover);
  color: var(--white);
  width: auto;
}
#Cancelar {
  background-color: var(--grey-rute);
  color: var(--grey-line);
  width: auto;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
}
#Cancelar:focus {
  background-color: var(--grey-controls-focus);
  color: var(--grey-line);
  width: auto;
  box-shadow:0 0 0 .2rem var(--grey-pure);
}
#Cancelar:hover {
  background-color: var(--grey-controls);
  color: var(--white);
  width: auto;
}
.success-button {
  background-color: var(--success);
  color: var(--grey-line);
  width: auto;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  transition: all .3s;
}
.success-button:focus {
  background-color: var(--success-focus);
  color: var(--white);
  width: auto;
  box-shadow:0 0 0 .2rem var(--success-border-focus);
}
.success-button:hover {
  background-color: var(--success-hover);
  color: var(--white);
  width: auto;
}
.info-button {
  background-color: var(--info);
  color: var(--grey-line);
  width: auto;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  transition: all .3s;
}
.info-button:focus {
  background-color: var(--info-focus);
  color: var(--white);
  width: auto;
  box-shadow:0 0 0 .2rem var(--info-border-focus);
}
.info-button:hover {
  background-color: var(--info-hover);
  color: var(--white);
  width: auto;
}
.error-button {
  background-color: var(--error);
  color: var(--grey-line);
  width: auto;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  transition: all .3s;
}
.error-button:focus {
  background-color: var(--error-focus);
  color: var(--white);
  width: auto;
  box-shadow:0 0 0 .2rem var(--error-border-focus);
}
.error-button:hover {
  background-color: var(--error-hover);
  color: var(--white);
  width: auto;
}
.inicio .loader-default {
  min-height: calc(100vh - 180px);
  max-height: calc(100vh - 180px);
  width: 100%;
}
.loader-default {
  min-height: calc(100vh - 280px);
  max-height: calc(100vh - 280px);
  width: 100%;
}
.loader-default img {
  width: 20%;
  min-width: 200px;
  max-width: 400px;
}
.loader-default p {
  color: var(--grey-rute);
  font-size: 1em;
  font-weight: 400;
}
.invisible {
  display: none;
}
#progress-form {
  height: 0px;
  line-height: 0px;
}
#progress-form input {
  text-align: center;
  color: var(--grey-rute);
  background-color: var(--grey-table-alpha90);
  font-size: 1em;
  position: absolute;
  margin-top: -45px;
  margin-left: -23px;
  width: 60px;
  border-radius: 5px 0px 0px 5px;
  cursor: wait;
}
.font-base-color {
  color: var(--base-color);
}
.font-grey-color {
  color: var(--grey-hard);
}
.font-softgrey-color {
  color: var(--grey-locked);
}
.font-easygrey-color {
  color: var(--grey-nav);
}
.font-info-color {
  color: var(--info);
}
/*#company_link {
  filter: opacity(0.5) drop-shadow(0 0 0 rgb(201, 80, 101));
}*/
.md-form.md-outline {
  position: relative;
  margin-top: unset;
  margin-bottom: -3px;
  max-width: 180px;
  line-height: 25px;
  padding-bottom: unset;
  padding-top: unset;
}
.md-form.md-outline input[type="text"],
.md-form.md-outline input[type="password"],
.md-form.md-outline input[type="email"],
.md-form.md-outline input[type="url"],
.md-form.md-outline input[type="time"],
.md-form.md-outline input[type="date"],
.md-form.md-outline input[type="datetime-local"],
.md-form.md-outline input[type="tel"],
.md-form.md-outline input[type="number"],
.md-form.md-outline input[type="search-md"],
.md-form.md-outline input[type="search"],
.md-form.md-outline textarea.md-textarea {
  height: 37px;
  font-family: 'Dosis', 'Arial';
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: var(--white);
  border: none;
  border-radius: 5px;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  box-shadow: var(--shadow-base);
  margin-bottom: 2px;
  margin-top: unset;
  margin-left: 5px;
  color: var(--grey-hard);
}
.md-form.md-outline input[type="text"]:focus:not([readonly]),
.md-form.md-outline input[type="password"]:focus:not([readonly]),
.md-form.md-outline input[type="email"]:focus:not([readonly]),
.md-form.md-outline input[type="url"]:focus:not([readonly]),
.md-form.md-outline input[type="time"]:focus:not([readonly]),
.md-form.md-outline input[type="date"]:focus:not([readonly]),
.md-form.md-outline input[type="datetime-local"]:focus:not([readonly]),
.md-form.md-outline input[type="tel"]:focus:not([readonly]),
.md-form.md-outline input[type="number"]:focus:not([readonly]),
.md-form.md-outline input[type="search-md"]:focus:not([readonly]),
.md-form.md-outline input[type="search"]:focus:not([readonly]),
.md-form.md-outline textarea.md-textarea:focus:not([readonly]) {
  outline:0;
  box-shadow:0 0 0 .2rem var(--base-color-fshadow);
  color: var(--white);
  border: 0px;
}
.md-form.md-outline input[type="text"]:disabled:not([readonly]),
.md-form.md-outline input[type="password"]:disabled:not([readonly]),
.md-form.md-outline input[type="email"]:disabled:not([readonly]),
.md-form.md-outline input[type="url"]:disabled:not([readonly]),
.md-form.md-outline input[type="time"]:disabled:not([readonly]),
.md-form.md-outline input[type="date"]:disabled:not([readonly]),
.md-form.md-outline input[type="datetime-local"]:disabled:not([readonly]),
.md-form.md-outline input[type="tel"]:disabled:not([readonly]),
.md-form.md-outline input[type="number"]:disabled:not([readonly]),
.md-form.md-outline input[type="search-md"]:disabled:not([readonly]),
.md-form.md-outline input[type="search"]:disabled:not([readonly]),
.md-form.md-outline textarea.md-textarea:disabled:not([readonly]) {
  color: var(--grey-disabled);
  background-color: var(--grey-table-alpha);
  box-shadow: unset;
  cursor: not-allowed;
}
.md-form .input-prefix {
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  color: var(--grey-hard);
  font-size: 1.1em;
}
.md-form .input-prefix.active {
  color: var(--base-color-fshadow);
}
.no-wrap {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#Buscar_Form {
  font-size: 1.2em;
  width: 38px;
  max-width: 38px;
  padding-top: 0px;
  padding-left: 10px;
  margin-left: -90.5px;
  margin-top: 0px;
  position: absolute;
  height: 37px;
  background-color: var(--grey-hard);
  color: var(--white);
}
#Buscar_Form:hover {
  background-color: var(--base-color);
}
.searcher-popup #Codigo_Barras {
  margin-right: 45px;
  padding-right: 30px;
}
.searcher-popup #Buscar_Form {
  font-size: 1.2em;
  width: 38px;
  max-width: 38px;
  padding-top: 0px;
  padding-left: 10px;
  margin-left: -35px;
  margin-top: -2px;
  position: absolute;
  height: 37px;
  background-color: var(--grey-hard);
  color: var(--white);
}
.searcher-popup #Buscar_Form:hover {
  background-color: var(--base-color);
}
.searcher-popup #icon-result {
  font-size: 1.2em;
  color: var(--grey-pure);
  transition: all 0.3s;
  z-index: 999;
  position: fixed;
  margin-left: -48px;
}
.base-color {
  color: var(--base-color);
}
.errores {
  margin-top: 10px;
  width: 100%;
  min-height: calc(100vh - 155px);
  max-height: calc(100vh - 155px);
}
.errores p:first-child {
  color: var(--error);
  font-weight: 400;
  font-size: 1.1em;
}
.errores img {
  width: 25%;
  min-width: 300px;
  max-width: 500px;
}
.errores td {
  padding: 10px;
}
.errores hr {
  width: 90%;
  min-width: 200px;
  max-width: 500px;
}
.fullsize {
  width: 100%;
  height: 100%;
}
.cancelButton, .confirmButton {
  outline: none;
}
.searcher {
  background-color: transparent;
}
.searcher .talk-bubble {
  display: none;
  position: absolute;
	width: auto;
	height: auto;
	background-color: lightyellow;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 5px;
  box-shadow: var(--shadow-base);
  margin-top: 0px;
  margin-left: 20px;
  max-width: 1000px;
  color: var(--grey-hard);
  font-family: 'Dosis', 'Arial';
  font-size: 0.85em;
  font-weight: 300;
  white-space: pre-wrap;
  z-index: 1000;
  cursor: default;
}
.searcher .talk-bubble img {
  width: 25px;
}
.searcher .talktext{
  margin-left: 17px;
}
.searcher .talktext i{
  position: absolute;
  margin-left: -22px;
  margin-top: 1px;
  color: rgb(158, 158, 132);
}
.searcher .tri-right.border.btm-left:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: -8px;
  right: auto;
  top: auto;
	bottom: -40px;
	border: 32px solid;
	border-color: transparent transparent transparent #666;
  box-shadow: var(--shadow-base);
}
.searcher .tri-right.btm-left:after{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 0px;
  right: auto;
  top: auto;
	bottom: -12px;
	border: 15px solid;
	border-color: transparent transparent transparent lightyellow;
}
.searcher input[type=text]:read-only{
  cursor: help;
}

.cursor-help {
  cursor: help;
}
.cursor-hand {
  cursor: pointer;
}
.cursor-disabled {
  cursor: not-allowed;
}
#profile-image{
  width: 120px;
  height: 120px;
  border-radius: 50%;

  object-fit: cover;
  object-position: center;
  border: 3px solid var(--base-color);
  background-color: transparent;
}
#user-detail {
  color: var(--grey-nav);
  font-size: 0.9em;
}
#user-detail p {
  line-height: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 18px;
}
#user-detail p:first-child {
  line-height: 20px;
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
}
#user-detail i{
  font-size: 0.8em;
  position: absolute;
  margin-left: -18px;
  margin-top: 4.6px;
}
#time-place {
  color: var(--grey-pure);
  font-family: 'Dosis', 'Arial';
  font-size: 0.9em;
  font-weight: 500;
  cursor: wait;
  transition: all 0.3s;
  border-bottom: 0px;
}
#time-place table {
  color: var(--grey-rute);
  margin-top: 5px;
  width: 90%;
  border-bottom: 0px;
  padding-bottom: 0px;
  padding: 5px;
  max-width: 200px;
  border-radius: 5px;
  margin-top: 0px;
}
#time-place table tr td {
  vertical-align: middle;
  margin: 0px;
  padding: 0px;
}
#time-place i{
  position: relative;
  font-size: 0.85em;
  color: var(--grey-nav);
  padding-left: 5px;
  padding-right: 5px;
}
#caret-navigation {
  display: none;
  background-color: var(--grey-table-alpha);
  width: 100%;
  position: absolute;
  margin-top: 35px;
  height: calc(100vh - 147px);
  cursor: progress;
}
.short-input {
  max-width: 300px;   
}
.short-input-right {
  max-width: 300px;   
  text-align: right;
}
.short-input-right::placeholder {
  text-align: left;
}
#apartado_superior {
  width: auto;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 7px;
  border-radius: 7px;
  box-shadow: var(--shadow-base);
  background-color: var(--grey-table-alpha);
}
#apartado_superior p{
  text-align: center;
  margin: 5px;
  margin-bottom: 9px;
  font-weight: 400;
}
#apartado_superior hr{
  margin-top: 15px;
  margin-bottom: 2px;
  margin-left: 20px;
  margin-right: 20px;
}
#apartado_superior button{
  margin-top: 5px;
}
#miniwindow {
  margin-top: 20px;
  text-align: center;
  background-color: var(--grey-data-alpha99);
  position: absolute;
  min-height: calc(100vh - 110px);    
  width: 100%;
  z-index: 1000;
  left: 0;
  top: 80px;
}
#miniwindow label{
  background-color: var(--grey-hard);
  padding: 9px;
  color: var(--grey-soft);
  border-radius: 5px 0px 0px 5px;
  box-shadow: var(--shadow-base);
  font-size: 0.9em;
  cursor: pointer;
}
#miniwindow table{
  background-color: var(--grey-walls);
  background-image: url("../images/patterns/tools/tools50.png");
  background-repeat: repeat;
  padding: 30px;
  border-radius: 5px;
  box-shadow: var(--shadow-base);
  min-width: 600px;
}
#miniwindow input{
  line-height: 35px;
  width: unset;
  max-width: 300px;
  min-width: 80px;
  background-color: rgb(255, 255, 255);
  border: none;
  border: 1px solid transparent;
  border-radius: 0px 5px 5px 0px;
  height: 2em;
  font-size: 0.98em;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 0px;
  transition: all 0.3s;
  margin-left: -4px;
  color: var(--grey-hard);
  font-family: 'Dosis', 'Arial';
  z-index: 1;
  box-shadow: var(--shadow-base);
}
#miniwindow input[type=text]:not(.browser-default):focus:not([readonly]) {
  border-top: 1px solid var(--base-color);
  box-shadow: 0 0px 0 0 var(--base-color);
  border-bottom: 1px solid var(--base-color);
  border: 1px solid transparent;
  outline:0;
  box-shadow:0 0 0 .2rem var(--base-color-fshadow);
}
#miniwindow .box-label{
  background-color: var(--grey-soft);
  text-align: right;
  padding: 10px;
  border-top:1px solid var(--grey-table);
  border-bottom:1px solid var(--grey-table);
  white-space: nowrap;
}
#miniwindow .box-text{
  background-color: var(--white);
  text-align: left;
  padding: 10px;
  border-top:1px solid var(--grey-table);
  border-bottom:1px solid var(--grey-table);
  border-right:1px solid var(--grey-table);
  white-space: nowrap;
}
#miniwindow .box-text .img-float{
  position: relative;
  margin-bottom: -9px;
  margin-top: -5px;
}
.error{
  color: var(--error);
  font-weight: 400;
}
.ok{
  color: var(--success);
  font-weight: 400;
}
.opciones-usuario {
  width: 100%;
  height: calc(100vh - 220px);
  margin-top: 10px;
}
.opciones-usuario .block-button{
  width: 180px;
  height: 200px;
  background-color: var(--grey-table-alpha);
  border: none;
  box-shadow: var(--shadow-base);
  border-radius: 10px;
  transition: all 0.3s;
  color: var(--grey-hard);
  margin: 10px;
}
.opciones-usuario img{
  width: 120px;
  height: 120px;
  position: absolute;
  margin-top: -83px;
  margin-left: -60px;
}
.opciones-usuario span{
  position: absolute;
  margin-left: -90px;
  margin-top: 55px;
  width: 180px;
  height: 45px;
  background-color: var(--grey-table-alpha90);
  padding: 11px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: 'Dosis', 'Arial';
  font-size: 1em;
  font-weight: 400;
  border-radius: 0px 0px 10px 10px;
}
.opciones-usuario .block-button:focus{
  box-shadow:0 0 0 .2rem var(--grey-hard-alpha50);
}
.opciones-usuario .block-button:hover{
  background-color: var(--white);
  color: var(--grey-hard);
  box-shadow:0 0 0 .2rem var(--grey-hard-alpha50);
}
.formulario-base .password {
  padding-right: 50px;
}
.formulario-base .password input[type=text]{
  margin-right: 10px;
}
.formulario-base .show-pass-button {
  background-color: var(--grey-hard);
  width: 35px;
  border-radius: 20px;
  position: relative;
  display: inline-block;
  margin: 0px;
  margin-left: -5px;
  margin-right: 0px;
  margin-top: -4px;
}
.formulario-base .show-pass-button i{
  margin-left: -3px;
  color: var(--grey-walls);
  margin-top: -3px;
  font-size: 0.9em;
  transition: all 0.3s;
}
.formulario-base .manual-button {
  background-color: var(--grey-hard);
  width: 35px;
  border-radius: 20px;
  position: relative;
  display: inline-block;
  margin: 0px;
  margin-left: -90px;
  margin-right: 0px;
  margin-top: -4px;
}
.formulario-base .manual-button i{
  margin-left: -3px;
  color: var(--grey-walls);
  margin-top: -5px;
  font-size: 1em;
  transition: all 0.3s;
}
.formulario-base input[type=password]{
  line-height: 35px;
  width: calc(100% - 25px);
  background-color: rgb(255, 255, 255);
  border: none;
  border: 1px solid transparent;
  border-radius: 5px;
  height: 35px;
  font-size: 1em;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 2px;
  transition: all 0.3s;
  margin-left: 5px;
  color: var(--grey-hard);
  font-family: 'Dosis', 'Arial';
  z-index: 1;
  box-shadow: var(--shadow-base);
  margin-right: 10px;
  margin-top: 2px;
}
.formulario-base input[type=password]:focus:not([readonly]){
  font-weight: 400;
  font-size: 1em;
  transition: all 0.3s;
  font-style: bold;
  border-top: 1px solid var(--base-color);
  box-shadow: 0 0px 0 0 var(--base-color);
  border-bottom: 1px solid var(--base-color);
  border: 1px solid transparent;
  outline:0;
  box-shadow:0 0 0 .2rem var(--base-color-fshadow);
}
.formulario-base .info-form {
  background-color: var(--grey-table-alpha90);
  border-radius: 10px;
}
.formulario-base .info-form p{
  color: var(--grey-hard);
  text-align: left;
  line-height: 25px;
  margin-top: 5px;
}
.awesome i {
  margin-right: 10px;
}
.title {
  font-size: 1em;
  font-weight: 600;
}
.bill {
  color: rgb(104, 129, 99);
}
.coin {
  color: rgb(156, 145, 92);
}
#leyenda_cierre_automatico {
  background-color: var(--grey-locked);
  position: fixed;
  display: flex;
  z-index: 999;
  right: 0;
  margin-right: 10px;
  margin-top: -30px;
  border-radius: 5px;
  display: none;
  transition: all 0.3s;
  padding: 0px;
  max-height: 25px;
}
#leyenda_cierre_automatico table {
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: -5px;
}
#leyenda_cierre_automatico td{
  vertical-align: middle;
}
.look {
  cursor: zoom-in;
  transition: transform .2s; 
  z-index: 999;
}
.looked {
  transform: scale(3); 
  background-color: var(--white-alpha99);
  border-radius: 15px;
  z-index: 999;
}
.zoom {
  transition: transform .2s; 
  z-index: 999;
  background-image: unset;
}
.delay {
  transition-delay: 1s;
}
.zoom:hover {
  transform: scale(3); 
  background-color: var(--white-alpha99);
  border-radius: 15px;
  z-index: 999;
}
.zoom-i {
  transition: transform .2s; 
  z-index: 999;
  background-image: unset;
}
.zoom-i:hover {
  transform: scale(3); 
  background-color: var(--white-alpha99);
  border-radius: 3px;
  z-index: 999;
}
.zoomx2 {
  transition: transform .2s; 
  z-index: 999;
  background-image: unset;
  min-height: 80px;
}
.zoomx2:hover {
  transform: scale(2); 
  z-index: 999;
}
.zoom-font {
  transition: transform .2s; 
  z-index: 999;
  background-image: unset;
}
.zoom-font:hover {
  transform: scale(4); 
  background-color: var(--white-alpha99);
  border-radius: 3px;
  z-index: 999;
  max-width: 30px;
}
.zoom-flag {
  transition: transform .2s; 
  border-radius: 2px;
  background-image: unset;
}
.zoom-flag:hover {
  transform: scale(5); 
}
.flag{
  border-radius: 2px;
  margin-bottom: -3px;
}
.img-float{
  position: relative;
  margin-bottom: -6px;
  margin-top: -10px;
}
.img-brand{
  position: relative;
  margin-bottom: -8px;
  margin-top: -4px;
  margin-right: 5px;
}
.img-country{
  position: relative;
  margin-left: 0px;
  margin-top: -3px;
  margin-bottom: -3px;
  padding-right: 5px;
}
.img-version{
  margin-bottom: 5px;
  width: 80%;
  max-width: 300px;
  min-width: 100px;
  border-radius: 10px;
  background-image: url('../images/vehicles/versions/default.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  border:none;
  outline: none;
}
.img-logo-version{
  transition: transform .2s; 
  position: absolute;
  margin-left: -35px;
  margin-top: 5px;
  background-color: var(--white-alpha99);
  border-radius: 25px;
  z-index: 1;
}
.img-logo-version:hover{
  transform: scale(3); 
  border-radius: 5px;
  background-color: var(--white);
  opacity: 0.8;
}
.button-zoom-version {
  cursor: pointer;
  background-color: var(--grey-hard-alpha50);
  color: var(--white);
  position: absolute;
  border-radius: 15px;
  height: 27px;
  width: 27px;
  font-size: 1em;
  padding: 4px;
  margin-left: -65px;
  margin-top: 7px;
  transition: all 0.3s;
  z-index: 0;
}
.button-zoom-version:hover {
  background-color: var(--grey-hard-alpha);
}
#version-panel {
  position: fixed;
  background:rgba(0, 0, 0, 0.75);
  opacity: .9;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: var(--black-load);
  font-size: 1.1rem;
  font-weight: 600;
  margin-top: -130px;
  transition: all 0.3s;
}
#panel-box {
  position: fixed;
  background-color: var(--white);
  top: 18%;
  bottom: 10%;
  left: 20%;
  right: 20%;
  z-index: 10;
  display: flex;
  color: var(--black-load);
  font-size: 1.1rem;
  font-weight: 600;
  transition: all 0.3s;
  border-radius: 20px;
  border-color: rgba(40,43,52,1);
  min-width: 800px;
  min-height: 500px;
  justify-content: center;
}
#panel-placa {
  background-color: var(--grey-table-alpha);
  position: absolute;
  width: 70%;
  height: 70px;
  top: 0;
  border-radius: 0px 0px 15px 15px;
  box-shadow: var(--shadow-base-in);
}
#panel-info {
  position: absolute;
  width: 70%;
  margin-top: 10px;
  font-weight: 400;
  font-size: 1.2em;
  text-align: center;
  color: var(--grey-hard);
}
#panel-clave {
  position: absolute;
  color: var(--base-color);
  top: 0;
  margin-top: 40px;
  font-size: 0.8em;
}
#panel-close {
  background-color: var(--grey-controls-focus);
  color: var(--white);
  position: absolute;
  right: 0;
  margin-right: 20px;
  margin-top: 20px;
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 0.8em;
  transition: all 0.3s;
}
#panel-close:hover {
  background-color: var(--grey-pure);
}
#panel-central {
  background-color: var(--white);
  width: 70%;
  height: 65%;
  position: absolute;
  margin-top: 90px;
  border-radius: 10px;
  text-align: center;
  justify-content: center;
  overflow: hidden;
}
#panel-logo-marca {
  position: absolute;
  width: 10%;
  min-width: 40px;
  max-width: 80px;
  left: 0;
  border-radius: 5%;
  background-color: var(--grey-table-alpha90);
  box-shadow: var(--shadow-base-in);
  margin-left: 20px;
  margin-top: 20px;
}
#imagen-version-central {
  width: 100%;
  border-radius: 10px;
}
#panel-boton-navl {
  background-color: var(--grey-hard-alpha30);
  position: absolute;
  left: 0;
  top: calc(50% - 20px);
  padding: 7px;
  color: var(--white);
  font-size: 1.3em;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  cursor: pointer;
  margin-left: 20px;
  text-align: center;
  transition: all 0.3s;
}
#panel-boton-navl:hover {
  background-color: var(--grey-hard-alpha);
}
#panel-boton-navr {
  background-color: var(--grey-hard-alpha30);
  position: absolute;
  right: 0;
  top: calc(50% - 20px);
  padding: 7px;
  color: var(--white);
  font-size: 1.3em;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  cursor: pointer;
  margin-right: 20px;
  text-align: center;
  transition: all 0.3s;
}
#panel-boton-navr:hover {
  background-color: var(--grey-hard-alpha);
}
.panel-blocks {
  position: absolute;
  bottom: 0;
  width: 65%;
  height: 16%;
  margin-bottom: 15px;
  border-radius: 10px;
  display: flex;
  justify-content: space-around;
  vertical-align: middle;
}
.panel-blocks div {
  height: 90%;
  width: 24%;
  text-align: center;
  border-radius: 10px;
}
.panel-blocks div img{
  cursor: pointer;
  height: 100%;
  border-radius: 10px;
  width: 100%;
  opacity: 0.5;
  transition: all 0.3s;
}
.panel-blocks div img:hover{
  opacity: 1;
}
.hover-opacity {
  opacity: 0.5;
}
.hover-opacity:hover {
  opacity: 1;
}
.img-motor {
  position: relative;
  width: 200px;
  height: 150px;
  overflow: hidden;
  margin-bottom: 10px;
  justify-content: center;
  border-radius: 7px;
  transition: all 0.3s;
}
.img-motor-look{
  transform: scale(1.5);
}
.img-motor img{
  width: 100%;
  border-radius: 7px;
  opacity: 0.8;
  transition: all 0.3s;
  background-image: url('../images/vehicles/motors/default.png');
  background-size: 90%;
  background-repeat: no-repeat;
  background-position-x: center;
}
.img-trans {
  position: relative;
  width: 200px;
  height: 150px;
  overflow: hidden;
  margin-bottom: 10px;
  justify-content: center;
  border-radius: 7px;
  transition: all 0.3s;
}
.img-trans:hover{
  transform: scale(1.5); 
}
.img-trans img{
  width: 100%;
  border-radius: 7px;
  opacity: 0.8;
  transition: all 0.3s;
  background-size: 90%;
  background-repeat: no-repeat;
  background-position-x: center;
}
.img-transcontrol {
  width: 50px;
  position: absolute;
  margin-left: 55px;
  margin-top: -40px;
  transition: all 0.3s;
}
.img-transcontrol:hover {
  transform: scale(2);
  background-color: var(--white-alpha99);
  border-radius: 10px;
}
.img-mini {
  position: relative;
  width: 46px;
  height: 40px;
  overflow: hidden;
  border-radius: 7px;
  transition: all 0.3s;
}
.img-mini:hover{
  transform: scale(1.2); 
}
.img-mini img{
  width: 100px;
  margin-top: -18px;
  margin-left: -30px;
  opacity: 0.8;
  transition: all 0.3s;
}
.traccion {
  cursor: pointer;
  padding: 5px;
  background-color: var(--grey-controls);
  border-radius: 15px;
  position: relative;
  color: var(--white);
  font-size: 0.8em;
  padding: 5px 2px;
  width: 130px;
  margin-top: 2px;
  margin-bottom: 2px;
  transition: all 0.3s;
}
.traccion:hover {
  background-color: var(--grey-controls-focus);
}
.img-traccion {
  background-color: var(--white);
  width: 200px;
  height: 225px;
  margin-top: -225px;
  display: none;
  transition: all 0.3s;
  border-radius: 5px;
}
.img-traccion img {
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  position: absolute;
  height: 235px;
  margin-left: -55px;
}
.img-traccion img.transparent {
  opacity: 0;
}
.img-traccion img.opacity {
  opacity: 1;
}
.img-carroceria {
  width: 80%;
  height: 70px;
  margin-bottom: 10px;
  border-radius: 5px;
  align-content: center;
  min-width: 200px;
  cursor: help;
}
.img-carroceria img {
  height: 100%;
  transition: all 0.3s;
  z-index: 999;
}
.img-carroceria img:hover {
  transform: translateY(-1.5em) scale(1.5);
}
.carroceria {
  cursor: pointer;
  padding: 5px;
  background-color: var(--grey-controls);
  border-radius: 15px;
  position: relative;
  color: var(--white);
  font-size: 0.8em;
  padding: 5px 2px;
  width: 130px;
  margin-top: 2px;
  margin-bottom: 2px;
  transition: all 0.3s;
}
.carroceria:hover {
  background-color: var(--grey-controls-focus);
}
.img-carrocerias {
  background-color: transparent;
  width: 80%;
  height: 150px;
  margin-top: -150px;
  display: none;
  transition: all 0.3s;
  border-radius: 5px;
}
.img-carrocerias img {
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  position: absolute;
  width: 200px;
  margin-left: -100px;
  margin-top: 30px;
}
.img-carrocerias img.transparent {
  opacity: 0;
}
.img-carrocerias img.opacity {
  opacity: 1;
}
.parrafo-reducido {
  margin-top: 2px;
  margin-bottom: 4px;
}
.moneda {
  margin: 0;
  position: relative;
}
#Desglose, #ProcederCaja {
  display: none;
}
.catalogo {
  width: 100%;
  max-width: 500px;
}
.catalogo .imagenes {
  width: 100%;
  max-width: 500px;
}
.catalogo .imagen {
  width: 100%;
  float: inline-start;
}
.catalogo .imagen-agotado {
  width: 100%;
  float: inline-start;
  margin-top: -100%;
  z-index: 999;
}
.catalogo .marca {
  width:40px;
  position: absolute;
  margin-left: -211px;
  margin-top: -5px;
  transition: all 0.3s;
}
.catalogo .marca:hover {
  background-color: var(--white-alpha99);
  z-index: 999;
  transform: translateX(5.46em) translateY(5.4em) scale(5.4);
}
.catalogo .categoria {
  width:30px;
  position: relative;
  margin-left: -30px;
  margin-top: -30px;
  float: inline-end;
  transition: all 0.3s;
}
.catalogo .categoria:hover {
  transform: scale(3); 
  background-color: var(--white-alpha99);
  border-radius: 50px;
  z-index: 999;
}
.agotado {
  background-color: var(--error);
  text-align: center;
  vertical-align: middle;
  margin-bottom: 0px;
  padding: 7px;
  color: white;
  font-weight: 500;
  height: 33px;
  margin-left: -3px;
  margin-top: 4px;
  width: calc(100% + 7px);
}
.separador-catalogo {
  border-color: var(--grey-table);
  margin-top: calc(100% - 25px);
  margin-bottom: 5px;
}
.opciones-catalogo {
  white-space: nowrap;
  height: 100%;
  margin-left: -4px;
  width: calc(100% + 8px);
  padding: 0px;
  margin-bottom: 5px;
  margin-top: 5px;
}
.opciones-catalogo button:disabled {
  cursor: not-allowed;
  background-color: var(--grey-pure);
  color: var(--grey-soft);
  box-shadow: none;
}
.carrito-catalogo {
  font-family: 'Dosis', 'Arial';
  background-color: var(--grey-hard);
  width: fit-content;
  border: none;
  color: var(--grey-walls);
  white-space: nowrap;
  border-radius: 3px;
  padding: 5px 10px;
  transition: all 0.3s;
  box-shadow: var(--shadow-base);
  margin-right: 5%;
}
.carrito-catalogo i {
  margin-right: 8px;
  font-size: 1.2em;
}
.carrito-catalogo:focus {
  background-color: var(--base-color-fbackground);
  outline:0;
  box-shadow:0 0 0 .2rem var(--base-color-fshadow);
  color: var(--white);
  border: 0px;
}
.carrito-catalogo:hover {
  background-color: var(--base-color);
  color: var(--white);
}
.carrito-imagen {
}
.carrito-imagen .imagenes {
  width: 100%;
  min-height: 300px;
}
.carrito-imagen .imagen {
  width: 40%;
  transform: rotate(-8deg);
}
.carrito-imagen .marca {
  width:15%;
  transition: all 0.3s;
  position: relative;
  float: left;
  margin-top: -60px;
  z-index: 999;
}
.carrito-imagen .marca:hover {
  transform: scale(3); 
  background-color: var(--white-alpha99);
  border-radius: 50px;
  z-index: 999;
}
.carrito-imagen .categoria {
  width:10%;
  transition: all 0.3s;
  position: relative;
  float: right;
  margin-top: -50px;
  z-index: 999;
}
.carrito-imagen .categoria:hover {
  transform: scale(3); 
  background-color: var(--white-alpha99);
  border-radius: 50px;
  z-index: 999;
}
.carrito-imagen .carrito-compras {
  position: absolute;
  z-index: 999;
  margin-top: calc(-65%);
  width: 60%;
  min-width: 300px;
  margin-left: -220px;
}
.detalle-imagen {
  min-width: 250px;
}
.detalle-imagen .imagenes {
  width: 100%;
  background-color: var(--white);
}
.detalle-imagen .imagen {
  width: 100%;
}
.detalle-imagen .marca {
  width:50px;
  transition: all 0.3s;
  position: relative;
  float: left;
  margin-top: calc(-100% - 8px);
  margin-left: -5px;
  z-index: 999;
}
.detalle-imagen .marca:hover {
  background-color: var(--white-alpha99);
  z-index: 999;
  transform: translateY(6.6em) translateX(6.6em) scale(5.3);
}
.detalle-imagen .categoria {
  width:40px;
  transition: all 0.3s;
  position: relative;
  float: right;
  margin-top: calc(-43px);
  z-index: 999;
}
.detalle-catalogo {
  font-family: 'Dosis', 'Arial';
  background-color: var(--grey-rute);
  color: var(--grey-soft);
  width: fit-content;
  border: none;
  white-space: nowrap;
  border-radius: 3px;
  padding: 5px 10px;
  transition: all 0.3s;
  box-shadow: var(--shadow-base);
  outline: none;
}
.detalle-catalogo i {
  margin-right: 8px;
  font-size: 1.2em;
}
.detalle-catalogo:focus {
  background-color: var(--grey-controls-focus);
  color: var(--grey-soft);
  box-shadow:0 0 0 .2rem var(--grey-pure);
  outline: 0;
}
.detalle-catalogo:hover {
  background-color: var(--grey-controls);
  color: var(--white);
}
.detalle-catalogo:disabled {
  background-color: var(--grey-soft);
  color: var(--grey-pure);
  box-shadow: unset;
}
.datos-tabla-mozaico .apuntar-catalogo {
  background-color: var(--grey-line);
}
.datos-tabla-mozaico .apuntar-catalogo:hover {
  background-color: var(--grey-line);
}
.tabla100 {
  width: 100%;
}
.tabla85 {
  width: 85%;
}
.tabla75 {
  width: 75%;
}
.tabla65 {
  width: 65%;
}
#barcode {
  font-size: 1.6em;
  float: right;
  position: relative;
  margin-top: -33px;
  margin-right: 4px;
  color: var(--grey-pure);
  transition: all 0.3s;
  display: none;
}
#img_pieza {
  width: 170px;
  margin-right:10px;
  margin-top:10px;
}
.button-link {
  background-color: transparent;
  border: none;
  font-family: 'Dosis','Arial';
  color: var(--grey-controls);
  transition: all 0.3s;
}
.button-link:focus {
  color: var(--info);
  background-color: transparent;
  outline: none;
}
.button-link:hover {
  color: var(--info);
}
.button-link:active {
  color: var(--base-color);
}
.button-zoom {
  position: absolute;
  margin-top: -25px;
}
.compatibilidad-table {
  background-color: var(--white);
}
.compatibilidad-table th {
  background-color:var(--grey-hard); 
  color:var(--grey-soft); 
  padding:5px;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
}
.compatibilidad-table td {
  padding:5px;
  white-space: nowrap; 
  border-bottom:1px solid var(--grey-soft);
  padding-left: 10px;
  padding-right: 10px;
}
.compatibilidad-table tr {
  background-color: var(--white);
}
.compatibilidad-table tr:nth-child(2n+1) {
  background-color: var(--grey-line);
}
.compatibilidad-table tr:hover {
  background-color: var(--grey-soft);
}
.caja {
  width: 100%;
  height: 100%;
  min-height: calc(100vh - 230px);
  margin-top: 17px;
}
.caja .filtro {
  margin-right: 0px;
  padding-right: 43px;
}
.caja .filtro label i {
  font-size: 1.5em;
  padding: 9px;
}
.label-table {
  background-color: var(--grey-hard);
  color: var(--white);
  padding: 10px;
  text-align: center;
  font-weight: 600;
  margin: 0;
  margin-bottom: 5px;
}
.label-table-grey {
  background-color: var(--grey-nav);
  color: var(--white);
  padding: 10px;
  text-align: center;
  font-weight: 600;
  margin: 0;
  margin-bottom: 5px;
  width: 99.2%;
  margin-top: 5px;
}
#imagen_vehiculo {
  background-color: var(--white);
  height: 175px;
  text-align: center;
  border: 1px solid var(--grey-soft);
}
#imagen_vehiculo img {
  height: 100%;
}
#imagen_vehiculo .marca {
  height: 50px;
  position: absolute;
  margin-left: -60px;
}
#articulos_caja {
  background-color: var(--white);
  width: 99.2%;
  height: 100%;
  margin: 0px;
  margin-top: 5px;
}
#articulos_caja table {
  width: 100%;
  margin: 0px;
  border-style: solid;
  border-collapse: collapse;
  margin-left: 0px;
}
#articulos_caja table th {
  height: 35px;
  padding: 5px;
  padding-left: 9px;
  padding-right: 9px;
  background-color: var(--grey-hard);
  color: var(--white);
}
#articulos_caja table td {
  height: 30px;
  padding-left: 9px;
  padding-right: 9px;
}
#articulos_caja tr:nth-child(2n+1) {
  background-color: var(--grey-line);
}
#articulos_caja tr:hover {
  background-color: var(--base-color-fshadowt);
}
#importes_caja {
  background-color: var(--pergamino);
  width: 100%;
  height: 100%;
  margin: 0px;
  margin-top: 5px;
  color: var(--pergamino-font);
}
#importes_caja table{
  width: 90%;
  height: auto;
  margin: 0px;
}
#importes_caja table hr{
  width: 100%;
  border-color: var(--pergamino-border);
  margin: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
}
#importes_caja table td{
  padding: 10px;
  font-size: 1.5em;
  border-bottom: 1px solid var(--pergamino-border);
  border-style: solid; 
  border-collapse: collapse;
  border-left: none;
  border-right: none;
  border-top: none;
}
.botones-caja {
  
}
.botones-caja button {
  margin-left: 0px;
  margin-right: 0px;
}
.carrito-vacio td{
  background-color: var(--white);
  border: none;
}
.propiedades-cantidad {

}
.propiedades-cantidad button{
  background-color: transparent;
  padding: 0px;
  margin: 0;
  border: none;
}
.propiedades-cantidad input[type=text] {
  padding: 0;
  margin: 0;
  width: 45px;
  height: 25px;
  text-align: center;
  border-bottom: none;
}
.propiedades-cantidad input[type=text]:hover {
  padding-bottom: 0px;
  cursor: pointer;
}
.boton-disminuir-cantidad i {
  color: var(--error);
  padding: 0;
  margin: 0;
  font-size: 1.2em;
  margin-top: 3px;
  margin-right: -5px;
}
.boton-aumentar-cantidad i {
  color: var(--success);
  padding: 0;
  margin: 0;
  font-size: 1.2em;
  margin-top: 3px;
  margin-left: -5px;
}
.marca-inventario {
  height: 40px;
  transform: scale(1.4); 
}
@media (max-width:1000px) {
  .navbar-dark .navbar-nav .nav-link {
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 350px;
  }
  #slogan-container {
    display: none;
  }
  #company_logo {
    transition: all 0.3s;
    width: 30%;
    min-width: 150px;
    margin: 14px 10px;
  }
  #user_logo {
    transition: all 0.3s;
    width: 30%;
    min-width: 150px;
    margin: 14px 10px;
  }
  .control{
    border-radius: 10px;
    width: 20%;
    height: 60%;
    top: 19%;
    min-width: 300px;
    max-width: 300px;
    min-height: 400px;
    max-height: 400px;
    margin-top: 40px;
  }
  .control table{
    margin: 5%;
    width: 90%;
    height: 93%;
  }
  .control .logo{
    width: 80px;
    height: 80px;
    margin-top: -95px;
    margin-left: 16px;
  }
}
@media (min-width:800px) {
  .navbar-nav {
    margin-top: 0px;
  }
  .navbar-dark .navbar-nav .nav-link {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 200px;
  }
  .navbar-expand-lg {
    -ms-flex-flow:row nowrap;
    flex-flow:row nowrap;
    -ms-flex-pack:start;
    justify-content:flex-start
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction:row;
    flex-direction:row
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position:absolute
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right:.5rem;
    padding-left:.5rem
  }
  .navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl {
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap
  }
  .navbar-expand-lg .navbar-collapse {
    display:-ms-flexbox!important;
    display:flex!important;
    -ms-flex-preferred-size:auto;
    flex-basis:auto
  }
  .navbar-expand-lg .navbar-toggler {
    display:none
  }
}