/* INIT CSS */
@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700);
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
:root {
  --bg-home: #f2f2f2;
  --btn-home: #84a9ca;
  --main-bg-navbar: #f2f2f2;
  --hover-btn: #adb9ca;
  --normal-btn: #84a9ca;
  --grey-home-btn: #adb9ca;
  --grey-text-home: #a6a6a6;
  --margin-btn-home: 20px;
  --btn-cerrar-sesion: #adb9ca;
}
th.modelo {
  min-width: 150px;
}
/*MenuBar Chile*/
.navbar.chile {
  padding: 0 20px;
}
.navbar.chile li {
  margin-bottom: 10px;
  border-radius: 0.5rem;
  border: none !important;
  box-shadow: 0px 4px 7px -1px #333333;
  text-transform: uppercase;
  text-align: center;
}
.navbar.chile li.cerrar-sesion {
  background: var(--btn-cerrar-sesion);
  color: white;
}
.navbar li.cerrar-sesion {
  background: #ccc;
  color: #333;
}
/*.navbar.chile li.busqueda,.navbar.chile li.comparativo {
	padding: 0.3em 2em!important;
    line-height: 1.1rem;
}*/
.home-section {
  background: var(--bg-home);
  height: 100%;
  min-height: 100vh;
  position: relative;
}
.home-section .row {
  max-width: 80vw;
  flex-direction: row;
  flex-wrap: wrap;
  margin: auto;
  position: relative;
  display: inline-flex;
}
.home-section .btn-section-container {
  width: 100%;
  height: 100%;
  background: var(--bg-home);
}
.home-section .btn-section {
  padding-bottom: 40px;
  height: 100%;
  width: fit-content;
  margin: auto;
  padding-top: 90px;
}
.home-section .row .col a span,
.home-section .logout a span,
.home-section .tercerojo-me span {
  margin: auto;
  font-size: 1.4rem;
  line-height: 1.65rem;
}
.btn-section .tercerojo-me a:hover {
  background-color: white !important;
}
.btn-section a:hover {
  text-decoration: none !important;
  transform: translate(0, -3px);
  background: var(--hover-btn) !important;
  box-shadow: 10px 10px 18px 0px #333 !important;
}
.home-section .row .col a {
  transition: 0.5s ease-in-out;
  display: flex;
  color: white;
  padding: 30px 30px;
  text-align: center;
  height: 100%;
  width: 100%;
  background: var(--btn-home);
  margin: auto;
  border-radius: 20px;
  box-shadow: 10px 10px 18px 0px #333;
}
.home-section .tercerojo-me span {
  color: var(--grey-text-home);
}
.navbar ul li.active {
  background-color: #41a1ca;
}
.tercerojo-image.navbar-logo img {
  z-index: 50;
  cursor: pointer;
}
.home-section .tercerojo-me a {
  position: absolute;
  bottom: 0px;
  right: 0px;
  transition: 0.5s ease-in-out;
  display: flex;
  text-align: center;
  height: 35px;
  width: 100%;
  background: var(--bg-home);
  margin: auto;
  border-radius: 10px;
  box-shadow: 10px 10px 18px 0px rgba(0, 0, 0, 0.75);
}
.home-section .container-section {
  position: relative;
  height: 100%;
  width: 100%;
}
.home-section .tercerojo-me {
  bottom: 0px;
  position: relative;
  float: right;
  width: 280px;
  height: 80px;
  right: 0px;
  margin-right: var(--margin-btn-home);
}
.home-section .logout a {
  cursor: pointer;
  position: absolute;
  bottom: 0px;
  right: 0px;
  transition: 0.5s ease-in-out;
  display: flex;
  color: white;
  text-align: center;
  width: 100%;
  margin: auto;
  box-shadow: 10px 10px 18px 0px rgba(0, 0, 0, 0.75);
  height: 50px;
  padding: 0;
  border-radius: 10px;
  background-color: var(--grey-home-btn);
}
.home-section .row.second {
  padding-top: 150px;
  width: 100%;
  display: block;
}
.home-section .logout {
  position: relative;
  float: left;
  margin-left: var(--margin-btn-home);
  bottom: 0px;
  left: 0px;
  display: flex;
  width: 280px;
  height: 80px;
  text-transform: uppercase;
}
@media (max-width: 900px) {
  .home-section .row .col {
    margin: 20px auto;
  }
}
.home-section .row .col {
  vertical-align: middle;
  display: flex;
  margin: 20px var(--margin-btn-home);
  width: 280px;
  height: 130px;
  color: white;
  text-transform: uppercase;
}
.home-section .img-container {
  width: 250px;
  margin: auto;
  padding-top: 40px;
}
.navbar.box-20 {
  width: 12%;
}
.col-md-10.admin__color-white.padded {
  zoom: 0.9;
  overflow: auto;
  width: 88%;
  float: right;
}
.tercerojo-image {
  position: relative;
  height: 200px;
  width: 100%;
  display: flex;
}
.tercerojo-image a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
.tercerojo-image img {
  width: 120px;
  margin: auto;
}
button.exportar-alarmas {
  margin-top: 5px;
  margin-bottom: 5px;
}
body {
  background-color: black;
  line-height: 1;
  font-family: 'PT Sans', sans-serif;
}
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
}
* {
  box-sizing: border-box;
}
b {
  font-weight: bold;
}
th.retail-title {
  text-align: center;
}
.v-data-table {
  overflow-x: auto;
  overflow-y: auto;
  width: 100%;
}
.float--box.save--box {
  max-height: 150px;
}
.padded.box-100.form-box {
  max-width: 100vw;
}
.v-data-table a {
  color: white;
  text-decoration: underline;
}
.table-alarmas-container {
  max-height: calc(125vh - 370px);
  overflow-y: auto;
  overflow-x: hidden;
}
.table-alarmas-container.admin-view {
  max-height: calc(125vh - 470px);
  overflow-y: auto;
  overflow-x: hidden;
}
td.out-stock {
  background-color: #fff3cd47;
}
tr#header-alarmas td {
  position: sticky;
  top: 46px;
  background-color: #6da7da;
}
.header-selection {
  background-color: #6da7da;
  font-weight: bold;
}
.tr-alarmas-cambios td {
  position: sticky;
  top: -2px;
  background-color: #cccccc;
}
.tr-alarmas-cambios {
  height: 50px;
}
.tableFixHead.v-data-table__wrapper {
  max-height: calc(125vh - 470px);
  overflow-y: auto;
  overflow-x: auto;
  height: 100%;
  width: 100%;
}
.tableFixHead.v-data-table__wrapper.admin-view {
  max-height: calc(125vh - 470px);
}
.tab-marin .alarmas th,
.tab-marin .alarmas td {
  text-align: center;
}
.export-excel-alarmas {
  margin-top: 10px;
  margin-bottom: 10px;
}
#header-alarmas {
  background-color: #6da7da;
  font-weight: bold;
}
.tab-marin .alarmas th.text-left,
.tab-marin .alarmas td.text-left {
  text-align: center;
}
.v-data-table td,
.v-data-table th {
  vertical-align: middle;
}
.v-data-table .product-th {
  min-width: 250px;
}
.v-data-table tbody tr {
  border-bottom: 1px solid #6da7da;
}
.thead-retail .tr-retail-names th {
  height: 50px;
  position: -webkit-sticky;
  position: sticky;
  top: 0px !important;
  left: 0px;
  width: 100vh;
  z-index: 4 !important;
}
.thead-retail .tr-options th {
  border-bottom: 0px !important;
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
  z-index: 2;
}
.v-data-table td {
  font-size: 0.875rem;
  height: 48px;
}
div.v-data-table__wrapper {
  height: 70vh;
}
.thead-retail th {
  background-color: #6da7da;
}
@media all {
  .fa.fa-ban {
    margin-right: 0.5em;
    margin-left: 3px;
  }
  input {
    padding-left: 0.5em;
  }
  /* FONT SIZES */
  .h-29 {
    height: 29px;
  }
  .mh-100 {
    min-height: 100vh;
  }
  .f-30 {
    font-size: 30px;
  }
  .f-12 {
    font-size: 12px;
  }
  .cross-popup {
    color: #999;
    font-size: 20px;
    cursor: pointer;
  }
  /* FONT SIZES */
  /* PALET COLORS */
  .ccc {
    color: #ccc;
  }
  .c888 {
    color: #888;
  }
  .c999 {
    color: #999;
  }
  .active {
    background-color: var(--normal-btn);
    border-left: 2px solid #fff;
  }
  tr.tap {
    background-color: rgba(53, 140, 14, 0.5);
    color: #fff;
  }
  /* PALET COLORS */
  /* ARTICLES */
  .articles img {
    width: 80px;
  }
  /* SPACERS IN "em" SIZE */
  .spacer-1 {
    height: 1em;
  }
  .spacer-2 {
    height: 2em;
  }
  .spacer-3 {
    height: 3em;
  }
  .spacer-4 {
    height: 4em;
  }
  /* SET ESENTIAL CSS */
  .form-box {
    background-color: rgba(0, 102, 119, 0.5);
  }
  .tab-marin a {
    color: #fff;
    text-decoration: underline;
  }
  .navbar {
    border-right: 1px solid var(--main-bg-navbar);
    min-height: 100vh;
    background-color: var(--main-bg-navbar);
    position: fixed;
    left: 0;
    top: 0;
    width: 19%;
    z-index: 10;
    text-align: left;
    border-radius: 0px;
  }
  .navbar ul li {
    background-color: var(--normal-btn);
    border-bottom: 1px solid #6da7da;
    color: #fff;
    cursor: pointer;
  }
  .navbar ul li:hover {
    background-color: var(--hover-btn);
    color: #fff;
  }
  .admin-dashboard {
    background-color: rgba(0, 0, 0, 0.8);
    position: relative;
    min-height: 100vh;
  }
  .admin-login .tercerojo-image {
    /* height:90px; */
    height: 75px;
  }
  .admin-login .tercerojo-image img {
    margin-top: 0;
    margin-bottom: 0;
  }
  .admin-login .btn-green:hover {
    background-color: var(--hover-btn);
    color: white;
  }
  .admin-login {
    background-color: var(--main-bg-navbar);
    box-shadow: 0px 1px 3px #000;
    border-radius: 0px;
    position: relative;
    margin-top: 8em;
    color: #fff;
  }
  .admin-login label,
  .admin-login small {
    color: black;
  }
  .admin-body {
    color: #fff;
    margin-left: 15vw;
  }
  .admin-overlay {
    position: absolute;
    width: 100%;
    height: 100vh;
    margin: -1em -1em -1em -1em;
    z-index: 0;
    background-color: var(--hover-btn);
  }
  .admin-bg {
    /*background: url(/css/imgs/dog.jpg);*/
    background-color: #000;
    background-size: cover;
  }
  .slider-carousel {
    z-index: 0;
    height: 508px;
  }
  .fixed-nav-header {
    position: fixed;
    z-index: 9;
  }
  .footer {
    padding: 1em;
    background-color: #888;
  }
  .footer p {
    color: #fff;
    font-size: 10px;
  }
  .footer i {
    color: #fff;
  }
  tfoot {
    background-color: rgba(53, 140, 14, 0.7);
    color: #fff;
  }
  td p:last-child {
    margin-top: 0.8em;
  }
  small {
    font-size: 10px;
  }
  .min-vh {
    min-height: 100vh;
  }
  #container {
    min-height: 100vh;
    text-align: center;
  }
  .float-right {
    float: right;
  }
  .float-left {
    float: left;
  }
  .pic {
    width: 50px;
    height: 50px;
    border: 3px solid;
    color: #fff;
  }
  .bebas {
    font-family: 'bebas';
  }
  .green {
    color: rgba(53, 140, 14, 0.7);
  }
  .bebas-h3 {
    font-size: 36px;
    color: rgba(53, 140, 14, 0.7);
  }
  .make-it-round {
    border-radius: 100%;
  }
  .pointer {
    cursor: pointer;
  }
  .padded-half {
    padding: 0.5em;
    font-size: 13px;
  }
  .padded {
    padding: 1em;
  }
  .marged-right {
    margin-right: 1em;
  }
  .marged-bottom {
    margin-bottom: 1em;
  }
  .marged-right-2 {
    margin-right: 2em;
  }
  .marged-right-3 {
    margin-right: 3em;
  }
  .marged-left {
    margin-left: 1em;
  }
  .margin-left-half {
    margin-left: 0.5em;
  }
  .flag {
    width: 18px;
  }
  /* BOX - CONTAINERS */
  .box-border-1 {
    border: 1px solid #333;
  }
  .box {
    display: inline-table;
  }
  .box iframe {
    width: 100%;
  }
  .box-news {
    border-bottom: 1px solid #ccc;
    padding-bottom: 1em;
    padding-top: 1em;
  }
  .box-news img {
    width: 100%;
  }
  /* WIDGETS */
  .w-head {
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 0.5em;
    background-color: #ddd;
    text-transform: uppercase;
  }
  .w-body {
    padding: 1em;
    background-color: #eee;
    font-size: 12px;
  }
  /* ALIGNS */
  .box-align-left {
    text-align: left;
  }
  .box-align-right {
    text-align: right;
  }
  .box-align-center {
    text-align: center;
  }
  .middle {
    vertical-align: middle;
  }
  .top {
    vertical-align: top;
  }
  .content-box {
    margin: 0 auto;
  }
  /* BOX GRIDS */
  .box-100 {
    width: 100%;
  }
  .box-95 {
    width: 95%;
  }
  .box-90 {
    width: 90%;
  }
  .box-80 {
    width: 80%;
  }
  .box-76 {
    width: 76%;
  }
  .box-75 {
    width: 75%;
  }
  .box-70 {
    width: 69%;
  }
  .box-60 {
    width: 60%;
  }
  .box-50 {
    width: 50%;
  }
  .box-49 {
    width: 49%;
  }
  .box-40 {
    width: 40%;
  }
  .box-39 {
    width: 39%;
  }
  .box-33 {
    width: 33%;
  }
  .box-25 {
    width: 24.6%;
  }
  .box-24 {
    width: 24%;
  }
  .box-23 {
    width: 23%;
  }
  .box-22 {
    width: 22%;
  }
  .box-20 {
    width: 17%;
  }
  .box-24 {
    width: 24%;
  }
  .box-10 {
    width: 10%;
  }
  .box-details {
    position: absolute;
    top: 1px;
    background-color: #fff;
  }
  .box-padded {
    padding: 1em;
  }
  .box-limited {
    height: 110px;
    overflow-y: scroll;
    margin-right: -1em;
  }
  .box-unlimited {
    height: 10000px;
  }
  /* PADDED BOX */
  .box-padded-1 {
    padding: 1em;
  }
  .box-padded-0 {
    padding: 0em;
  }
  .box-padded-2 {
    padding: 2em;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .box-i {
    font-size: 22px;
  }
  /* FORMS */
  .box-form input:not(.check) {
    height: 28px;
    border: 0px;
    outline-style: none;
    padding-left: 1em;
    margin-bottom: 1em;
  }
  .box-form label,
  .box-form p {
    font-size: 14px;
    color: #666;
  }
  .box-form span {
    color: red;
  }
  .box-form textarea {
    width: 100%;
    min-height: 125px;
    border: 1px solid #ccc;
    outline-style: none;
    padding-left: 0.5em;
    padding-top: 0.5em;
  }
  div.box-login input {
    background-color: rgba(255, 255, 255, 0.4);
    border: 1px solid #fff !important;
    height: 35px !important;
  }
  .box-login button {
    background-color: rgba(255, 255, 255, 0.4);
    border: 1px solid #fff !important;
    color: #fff;
  }
  /* BOX - CONTAINERS */
  /* TABLES - CONTAINERS */
  .table-25 td {
    /*width: 24%;*/
    vertical-align: middle;
  }
  .tab-marin {
    border: 1px solid #6da7da;
  }
  .tab-marin tr {
    border-bottom: 1px solid #6da7da;
  }
  .tab-marin td {
    vertical-align: middle;
  }
  .tab-marin thead {
    background-color: #6da7da;
    color: #fff;
    font-weight: bold;
  }
  table.table-13 td {
    width: 13%;
    vertical-align: middle;
  }
  .table-25 tr:nth-child(2n + 1) {
    background: rgba(53, 140, 14, 0.1);
  }
  .table-25 tbody tr:hover {
    background-color: #fff !important;
  }
  /* BGS */
  .nobg {
    background-color: transparent !important;
  }
  .bg-dashboard {
    background: url(../img/background_admin.jpg);
    background-size: cover;
  }
  .bg-table-green {
    width: 100%;
    padding: 0.8em;
    background: rgba(53, 140, 14, 0.7);
    margin-bottom: 1em;
    color: #fff;
    margin-top: 1em;
  }
  .bg-dashboard-green {
    background: url(../img/background_home.jpg);
    background-size: cover;
    background-position: top;
  }
  .bg-form-widget {
    background-color: #eee;
    color: #333;
    font-size: 13px;
  }
  /* BGS */
  /* BTNS */
  .btn {
    border: 0px;
    /*padding: 0.5em;*/
    cursor: pointer;
    color: #fff;
    outline-style: none;
  }
  select.btn {
    border-radius: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url(../img/select.png);
    background-position: 100% 50%;
    background-repeat: no-repeat;
  }
  .btn-nobg {
    background-color: transparent;
  }
  .btn-green {
    background-color: var(--normal-btn);
    color: #fff;
  }
  .btn-red {
    background-color: #f30;
    color: #fff;
  }
  .btn-blue {
    color: #fff;
    background-color: #6699cc;
  }
  .btn-white {
    color: #fff;
    border-color: #fff;
  }
  .btn-inside {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
  .btn-camp {
    min-width: 125px;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
  .btn-border-green {
    border-color: rgba(53, 140, 14, 0.7);
    color: rgba(53, 140, 14, 0.7);
  }
  .btn-border-blue {
    border-color: #08c;
    color: #08c;
  }
  /* PLACE HOLDER */
  .btn-border-green::-webkit-input-placeholder {
    color: rgba(53, 140, 14, 0.7);
  }
  /* PLACE HOLDER */
  .btn-border-red {
    border-color: lightcoral;
    color: lightcoral;
  }
  table.btn-tabs thead {
    background-color: transparent;
  }
  .btn-tabs td {
    border-right: 1px solid #fff;
    width: 24%;
    background-color: rgba(53, 140, 14, 0.5);
  }
  .btn-tabs td:first-child {
    border-left: 1px solid #fff;
  }
  .btn-tabs td:last-child {
    border-right: 0;
  }
  /* BTNS */
  .tabs {
    width: 100%;
  }
  .tabs .box {
    padding: 0.5em;
    width: 24%;
    text-align: center;
    font-size: 13px;
  }
  .logo {
    width: 145px;
  }
  .main:not(.home-page) {
    width: 99%;
    float: right;
    padding-left: 2em;
    padding-right: 2em;
    padding-bottom: 2em;
    background-color: rgba(255, 255, 255, 0.6);
    margin-right: 0;
    margin-bottom: 2em;
  }
  .sidebar {
    width: 18%;
    min-height: 100vh;
    display: inline-table;
    vertical-align: top;
    background-color: #687c96;
  }
  .dashboard {
    width: 81.9%;
    min-height: 100vh;
    display: inline-table;
    vertical-align: top;
    margin-left: -3px;
  }
  .menu {
    font-size: 10px;
  }
  .menu a {
    color: #fff;
    border-right: 1px solid #fff;
    padding-right: 5px;
    padding-left: 5px;
    text-transform: uppercase;
    cursor: pointer;
  }
  .menu a:last-child {
    padding-left: 0px;
    border-right: 0px;
  }
  .sidebar h3 {
    padding-top: 42px;
    padding-bottom: 42px;
    padding-left: 1em;
    font-size: 2em;
    background: #fff;
    border-right: 1px solid #00688b;
    color: #00688b;
    font-weight: bold;
  }
  .header {
    padding: 1em;
    background-color: #005a90;
  }
  .header p {
    color: #fff;
    line-height: 0.7em;
  }
  .header b {
    font-weight: bold;
  }
  .camp {
    text-align: right;
    padding-top: 1em;
  }
  .desc small {
    font-size: 12px;
  }
  .child-menu li {
    padding-left: 3em;
    font-size: 10px;
  }
  .proyectHeader {
    padding: 1em;
    background-color: lightblue;
    margin-top: 1em;
  }
  .proyectHeader .form-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-group table td {
    font-size: 10px;
  }
  .form-group table thead td {
    padding: 5px;
    /*max-width: 73px;*/
    font-weight: bold;
    vertical-align: middle;
  }
  td.tab-cursor {
    cursor: pointer;
  }
  td.tab-cursor:hover {
    background-color: rgba(255, 255, 255, 0.8);
    color: green;
    cursor: pointer;
    border-radius: 3px;
  }
  .form-group #search {
    max-width: 100px;
    margin-right: 0.3em;
  }
  .left,
  .right {
    display: inline-table;
    width: 100%;
    vertical-align: top;
  }
  .proyectBody {
    position: relative;
    overflow: hidden;
  }
  .proyectBody td {
    padding: 0.5em;
    font-size: 15px;
    letter-spacing: -1px;
    height: 34px;
    vertical-align: middle;
  }
  .proyectBody thead {
    background: rgba(53, 140, 14, 0.8);
    color: #fff;
  }
  .proyectBody tbody {
    color: #666;
  }
  .proyectBody tbody tr:hover {
    background-color: rgba(53, 140, 14, 0.2);
    cursor: pointer;
  }
  .proyectContainer {
    padding: 1em;
    position: fixed;
    max-height: 470px;
    overflow-y: scroll;
    box-shadow: 0px 0px 5px #666;
  }
  .group {
    margin-top: 0.5em;
  }
  .color-tag {
    border-radius: 3px;
    height: 20px;
    width: 20px;
  }
  .proyectPopUp {
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    top: 15%;
    background-color: #fff;
    padding: 1em;
    box-shadow: 0px 0px 8px #333;
    z-index: 2;
  }
  .dinTable {
    width: 100%;
    border: 1px solid #fff;
    min-height: 450px;
  }
  .dinTable thead th {
    vertical-align: middle;
    font-size: 12px;
    text-align: center;
    height: 35px;
  }
  .dinTable tbody td {
    font-size: 14px;
    vertical-align: middle;
  }
  .box table.treetable tbody tr td {
    padding: 0.3em 1em;
    font-size: 12px;
    text-align: left;
  }
  td.selected.pointer {
    background-color: rgba(53, 140, 14, 0.7);
  }
  td.pointer:hover {
    background-color: rgba(53, 140, 14, 0.7);
  }
  .overlay {
    top: 0;
    left: 0;
    bottom: 0;
    position: fixed;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 1;
  }
  .nav-schools p {
    font-weight: bold;
  }
  .nav-schools .box {
    padding: 1em;
    color: #fff;
    cursor: pointer;
  }
  .nav-schools .box:nth-child(1) {
    background-color: #67aa9d;
  }
  .nav-schools .box:nth-child(2) {
    background-color: #7db8ab;
  }
  .nav-schools .box:nth-child(3) {
    background-color: #a4cab7;
  }
  .nav-schools .box:nth-child(4) {
    background-color: #9cc561;
  }
  .border-top-grey {
    border-top: 1px solid #ccc;
  }
  .no-padding-left {
    padding-left: 0em;
  }
  .no-padding-right {
    padding-right: 0em;
  }
  .border-right-1 {
    border-right: 1px solid #ccc;
  }
  .btn-grey {
    background-color: #888;
  }
}
.spinner-icon {
  border-top-color: #216eb0 !important;
  border-left-color: #216eb0 !important;
  width: 30px !important;
  height: 30px !important;
  border-radius: 30px !important;
}
#loading-bar .bar {
  background-color: #216eb0 !important;
  height: 4px !important;
}
.textarea_bknd {
  width: 100%;
  min-height: 100px;
  margin-top: 1em;
  padding: 1em;
  outline-style: none;
}
.warning__save {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1em;
  text-align: center;
  color: #fff;
  background: #337ab7;
}
.first_tr_bg {
  background-color: #999;
}
.report__fill {
  padding-bottom: 1em;
  border: 1px solid #fff;
  border-radius: 5px;
}
.admin__color-white {
  color: #fff;
}
.panel__action {
  position: fixed !important;
  left: 0 !important;
  bottom: 0 !important;
  width: 30em !important;
  padding: 1em !important;
  background-color: #0ccc6f !important;
  border-radius: 0px 50px 0px 0px !important;
  z-index: 1000;
  box-shadow: 0px 0px 5px 0px black;
}
.zoom__panel {
  zoom: 0.8;
}
.out_range {
  background-color: coral;
}
.up_range {
  background-color: #0b3;
}
.success--green {
  color: #0b3;
}
.wrong--red {
  color: #f30;
}
/* ADD NEW COMPONENTS */
.float--box {
  position: fixed;
  width: 100%;
  background-color: #ccc;
  bottom: 0;
  padding: 1rem;
}
.up--price {
  color: #f30;
  padding-left: 0.3rem;
}
.down--price {
  color: #0b3;
  padding-left: 0.3rem;
}
.flex--layout {
  display: flex;
  width: 100%;
  padding: 0.5rem;
}
.flex--layout__item {
  flex-grow: 1;
}
.no--border {
  border-bottom: 0px !important;
}
table.fixed_header {
  width: 100%;
  table-layout: fixed;
}
.fixed_header tbody {
  display: block;
  overflow: auto;
  height: 70vh;
  width: 100%;
}
.fixed_header thead tr {
  display: block;
}
tr.tr-precioClaros td {
  padding: 5px 10px;
}
#theadS {
  position: fixed;
  width: 103.5vw;
  top: 0px;
  padding-left: 3vw;
  padding-right: 2.6vw;
  left: 20.05vw;
  padding-top: 100px;
}
#box-table-precio-claro {
  margin-bottom: 8.5rem;
  max-width: 100vw;
  overflow-x: scroll;
  margin: auto;
  height: auto;
  margin-left: 0;
}
.sucursal-name.padded.box-10 {
  font-weight: 300;
  font-size: 15px;
}
.precios-claro td.padded.box-10 {
  min-width: 150px;
}
.border-right {
  border-right: 3px solid white;
}
.text-left {
  text-align: left;
}
.productHeader {
  min-width: 220px;
}
.many_items {
  background-color: #0c5360;
}
.tableFixHead {
  width: fit-content;
  background-color: #00333c;
  max-height: 85vh;
  overflow-y: scroll;
  overflow-x: hidden;
}
.translateY {
  transform: translateY(-210px);
}
.hider-bar {
  -ms-overflow-style: none;
}
.tableNoHead {
  padding-right: 21px;
  background-color: #6da7da;
}
.red {
  color: coral !important;
  font-weight: bold;
}
.green {
  color: #00bb33 !important;
  font-weight: bold;
}
.tableCellImagen {
  padding-top: 5px;
  padding-bottom: 5px;
}
.imgTable {
  width: 80px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  display: block;
  margin-bottom: 0;
}
/* SNACKBAR  */
.snackbar-container .snackbar {
  transition: transform 0.1s ease-in-out, opacity 0.1s ease-in-out;
  transform: scale(0);
  opacity: 0;
}
.snackbar-container .snackbar-opened.snackbar {
  transform: scale(1);
  opacity: 1;
}
.snackbar-container.success .snackbar {
  background-color: #43a047;
  font-size: 16px;
  padding: 18px 45px;
  border-radius: 4px;
  padding-left: 40px;
  width: auto;
  position: relative;
}
.snackbar-container.success .snackbar:after {
  content: '\f00d';
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
  float: right;
  top: 7px;
  right: 5px;
  font-weight: 900;
  font-size: 20px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.snackbar-container.success .snackbar:hover:after {
  background-color: rgba(0, 0, 0, 0.08);
}
.snackbar-container.success .snackbar:before {
  content: '\f058';
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
  top: 8px;
  left: 1px;
  font-weight: 900;
  font-size: 20px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.snackbar-container.error .snackbar {
  background-color: #d32f2f;
  font-size: 16px;
  padding: 18px 45px;
  border-radius: 4px;
  padding-left: 40px;
  width: auto;
  position: relative;
}
.snackbar-container.error .snackbar:after {
  content: '\f00d';
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
  float: right;
  top: 7px;
  right: 5px;
  font-size: 20px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 900;
}
.snackbar-container.error .snackbar:hover:after {
  background-color: rgba(0, 0, 0, 0.08);
}
.tableGroupClass {
  width: 120px !important;
  min-width: 120px !important;
}
:root {
  --main-width-table: 100px !important;
}
.row.top-select {
  min-width: 1000px;
}
.td-retail {
  width: var(--main-width-table);
  min-width: var(--main-width-table);
  max-width: var(--main-width-table);
}
.retail-th {
  width: var(--main-width-table);
  min-width: var(--main-width-table);
  max-width: var(--main-width-table);
}
.padded.extra-pad {
  padding-left: 30px;
}
.container-select {
  position: relative;
  width: 100%;
  height: 100%;
}
.white-class {
  background-color: white !important;
  border: none !important;
  min-width: 100px !important;
  min-height: 30px !important;
}
tr.white-class {
  height: 30px;
}
.snackbar-container.error .snackbar:before {
  content: '\f12a';
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
  color: #d32f2f;
  top: 16px;
  left: 10px;
  width: 20px;
  height: 20px;
  padding-top: 3px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #fff;
  font-weight: 900;
  font-size: 13px;
}
#tableScroll tbody {
  background-color: rgba(0, 102, 119, 0.5);
  display: block;
  height: 80vh;
  overflow: auto;
}
#tableScroll thead,
#tableScroll tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}
#tableScroll thead {
  width: 100%;
}
#tableScroll table {
  overflow: hidden;
  width: 100%;
}
#tableScroll tbody tr {
  display: inline-flex;
  padding: 15px 0px;
}
.tdContainer td {
  vertical-align: middle;
  display: inline-block;
  width: 150px;
  min-width: 150px;
  padding-left: 10px;
  padding-right: 10px;
}
#dailyReport .form-box {
  background-color: transparent;
}
#trReportHeader {
  display: inline-flex;
  width: 100vw;
  height: fit-content;
}
#trReportHeader td {
  height: fit-content;
}
paging .active {
  border: none !important;
}
html {
  background-color: black;
}
.modelo-col {
  min-width: 180px !important;
}
.select-report .ui-select-match-item {
  background-color: #6da7da;
}
.toPrint-width {
  min-width: 155px !important;
}
.toCopy-width {
  min-width: 155px !important;
}
.productoHeader {
  padding-right: 5px;
}
.scrollReport td {
  margin-top: auto;
  margin-bottom: auto;
}
/* Panel Dashboard */
#panelDashBoard {
  min-height: 100vh;
  height: 100vh;
}
#panelDashBoard #menu-col {
  width: 12%;
  padding: 0;
}
#panelDashBoard #content {
  padding: 0;
  width: 88%;
}
#panelDashBoard #content .container-content {
  padding: 1em;
}
#panelDashBoard .panel-content {
  height: 100%;
}
#panelDashBoard .col {
  height: 100%;
}
#panelDashBoard .form-box {
  padding: 1.5em;
}
#panelDashBoard .form-box .row {
  margin: 0;
  background: #6da7da;
}
#panelDashBoard .form-box .col-menu {
  padding-top: 30px;
  padding-bottom: 30px;
}
.panel-content.row {
  margin: 0;
}
#panelDashBoard .panelDashBoard__searchRow {
  position: sticky;
  top: 0;
}
#panelDashBoard .multiSelect > button {
  width: 100%;
  overflow: auto;
  height: 35px;
}
#panelDashBoard .ui-select-container {
  width: 100% !important;
}
#panelDashBoard .multiSelect .checkBoxContainer {
  max-height: 200px;
  overflow: auto;
}
#panelDashBoard .form-box .col-menu .panelDashBoard__label {
  color: white;
  margin-bottom: 0.7rem;
  width: 100%;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
}
#panelDashBoard .selectize-input,
#panelDashBoard .ui-select-container,
#panelDashBoard .buttons-container {
  text-align: left;
}
#panelDashBoard .result-content {
  background: white;
  min-height: 80vh;
  width: 100%;
}
#panelDashBoard .result-content .stock {
  width: 100%;
  padding-top: 3em;
  display: flex;
  align-items: center;
}
#panelDashBoard .result-content .stock-products {
  background: #28a745;
  border-radius: 15px;
  margin: auto;
  width: fit-content;
  height: fit-content;
  padding: 1.5em 2em;
}
#panelDashBoard .result-content .stock-products label {
  margin-bottom: 0.5em;
  font-size: 16px;
}
#panelDashBoard .result-content .stock-products p {
  font-size: 20px;
}
#panelDashBoard .panel-charts {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  padding: 4em 0;
  width: fit-content;
}
#panelDashBoard .chart-container {
  /*width: 900px;*/
  margin: auto;
  margin-top: 15px;
}
#panelDashBoard .chart-container-overflow {
  margin-top: 15px;
}
#panelDashBoard .chart-container.chart-brand {
  /*width: 900px*/
}
#panelDashBoard .result-content .stock-products label,
#panelDashBoard .result-content .stock-products p {
  color: white;
  font-weight: bold;
}
#panelDashBoard input {
  width: 100% !important;
}
#panelDashBoard h2 {
  color: white;
  margin-bottom: 1em;
}
#panelDashBoard .menu {
  width: 100%;
}
.chart-container-overflow {
  width: 75vw;
  overflow-x: auto;
  margin: auto;
}
#panelDashBoard .panelDashBoard__row {
  display: flex;
}
#panelDashBoard .panelDashBoard__col {
  text-align: center;
  margin-top: 50px;
  flex: 1;
  padding-left: 15px;
  padding-right: 15px;
}
.panelDashBoard__col h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
}
#panelDashBoard .panelDashBoard__col.stock__col {
  flex: 0.5;
}
.word-break {
  word-break: break-word;
}

/*!
 * ui-select
 * http://github.com/angular-ui/ui-select
 * Version: 0.19.7 - 2017-04-15T14:28:36.790Z
 * License: MIT
 */
/* Style when highlighting a search. */
.ui-select-highlight {
  font-weight: bold;
}
.ui-select-offscreen {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}
.ui-select-choices-row:hover {
  background-color: #f5f5f5;
}
/* Select2 theme */
/* Mark invalid Select2 */
.ng-dirty.ng-invalid > a.select2-choice {
  border-color: #D44950;
}
.select2-result-single {
  padding-left: 0;
}
.select2-locked > .select2-search-choice-close {
  display: none;
}
.select-locked > .ui-select-match-close {
  display: none;
}
body > .select2-container.open {
  z-index: 9999;
  /* The z-index Select2 applies to the select2-drop */
}
/* Handle up direction Select2 */
.ui-select-container[theme="select2"].direction-up .ui-select-match,
.ui-select-container.select2.direction-up .ui-select-match {
  border-radius: 4px;
  /* FIXME hardcoded value :-/ */
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.ui-select-container[theme="select2"].direction-up .ui-select-dropdown,
.ui-select-container.select2.direction-up .ui-select-dropdown {
  border-radius: 4px;
  /* FIXME hardcoded value :-/ */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-width: 1px;
  /* FIXME hardcoded value :-/ */
  border-top-style: solid;
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
  margin-top: -4px;
  /* FIXME hardcoded value :-/ */
}
.ui-select-container[theme="select2"].direction-up .ui-select-dropdown .select2-search,
.ui-select-container.select2.direction-up .ui-select-dropdown .select2-search {
  margin-top: 4px;
  /* FIXME hardcoded value :-/ */
}
.ui-select-container[theme="select2"].direction-up.select2-dropdown-open .ui-select-match,
.ui-select-container.select2.direction-up.select2-dropdown-open .ui-select-match {
  border-bottom-color: #5897fb;
}
.ui-select-container[theme="select2"] .ui-select-dropdown .ui-select-search-hidden,
.ui-select-container[theme="select2"] .ui-select-dropdown .ui-select-search-hidden input {
  opacity: 0;
  height: 0;
  min-height: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
/* Selectize theme */
/* Helper class to show styles when focus */
.selectize-input.selectize-focus {
  border-color: #007FBB !important;
}
/* Fix input width for Selectize theme */
.selectize-control.single > .selectize-input > input {
  width: 100%;
}
/* Fix line break when there's at least one item selected with the Selectize theme */
.selectize-control.multi > .selectize-input > input {
  margin: 0 !important;
}
/* Fix dropdown width for Selectize theme */
.selectize-control > .selectize-dropdown {
  width: 100%;
}
/* Mark invalid Selectize */
.ng-dirty.ng-invalid > div.selectize-input {
  border-color: #D44950;
}
/* Handle up direction Selectize */
.ui-select-container[theme="selectize"].direction-up .ui-select-dropdown {
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
  margin-top: -2px;
  /* FIXME hardcoded value :-/ */
}
.ui-select-container[theme="selectize"] input.ui-select-search-hidden {
  opacity: 0;
  height: 0;
  min-height: 0;
  padding: 0;
  margin: 0;
  border: 0;
  width: 0;
}
/* Bootstrap theme */
/* Helper class to show styles when focus */
.btn-default-focus {
  color: #333;
  background-color: #EBEBEB;
  border-color: #ADADAD;
  text-decoration: none;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.ui-select-bootstrap .ui-select-toggle {
  position: relative;
}
.ui-select-bootstrap .ui-select-toggle > .caret {
  position: absolute;
  height: 10px;
  top: 50%;
  right: 10px;
  margin-top: -2px;
}
/* Fix Bootstrap dropdown position when inside a input-group */
.input-group > .ui-select-bootstrap.dropdown {
  /* Instead of relative */
  position: static;
}
.input-group > .ui-select-bootstrap > input.ui-select-search.form-control {
  border-radius: 4px;
  /* FIXME hardcoded value :-/ */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .ui-select-bootstrap > input.ui-select-search.form-control.direction-up {
  border-radius: 4px !important;
  /* FIXME hardcoded value :-/ */
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.ui-select-bootstrap .ui-select-search-hidden {
  opacity: 0;
  height: 0;
  min-height: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
.ui-select-bootstrap > .ui-select-match > .btn {
  /* Instead of center because of .btn */
  text-align: left !important;
}
.ui-select-bootstrap > .ui-select-match > .caret {
  position: absolute;
  top: 45%;
  right: 15px;
}
/* See Scrollable Menu with Bootstrap 3 http://stackoverflow.com/questions/19227496 */
.ui-select-bootstrap > .ui-select-choices,
.ui-select-bootstrap > .ui-select-no-choice {
  width: 100%;
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
  margin-top: -1px;
}
body > .ui-select-bootstrap.open {
  z-index: 1000;
  /* Standard Bootstrap dropdown z-index */
}
.ui-select-multiple.ui-select-bootstrap {
  height: auto;
  padding: 3px 3px 0 3px;
}
.ui-select-multiple.ui-select-bootstrap input.ui-select-search {
  background-color: transparent !important;
  /* To prevent double background when disabled */
  border: none;
  outline: none;
  height: 1.666666em;
  margin-bottom: 3px;
}
.ui-select-multiple.ui-select-bootstrap .ui-select-match .close {
  font-size: 1.6em;
  line-height: 0.75;
}
.ui-select-multiple.ui-select-bootstrap .ui-select-match-item {
  outline: 0;
  margin: 0 3px 3px 0;
}
.ui-select-multiple .ui-select-match-item {
  position: relative;
}
.ui-select-multiple .ui-select-match-item.dropping .ui-select-match-close {
  pointer-events: none;
}
.ui-select-multiple:hover .ui-select-match-item.dropping-before:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  margin-right: 2px;
  border-left: 1px solid #428bca;
}
.ui-select-multiple:hover .ui-select-match-item.dropping-after:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  margin-left: 2px;
  border-right: 1px solid #428bca;
}
.ui-select-bootstrap .ui-select-choices-row > span {
  cursor: pointer;
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.ui-select-bootstrap .ui-select-choices-row > span:hover,
.ui-select-bootstrap .ui-select-choices-row > span:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.ui-select-bootstrap .ui-select-choices-row.active > span {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
.ui-select-bootstrap .ui-select-choices-row.disabled > span,
.ui-select-bootstrap .ui-select-choices-row.active.disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
/* fix hide/show angular animation */
.ui-select-match.ng-hide-add,
.ui-select-search.ng-hide-add {
  display: none !important;
}
/* Mark invalid Bootstrap */
.ui-select-bootstrap.ng-dirty.ng-invalid > button.btn.ui-select-match {
  border-color: #D44950;
}
/* Handle up direction Bootstrap */
.ui-select-container[theme="bootstrap"].direction-up .ui-select-dropdown {
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
}
.ui-select-bootstrap .ui-select-match-text {
  width: 100%;
  padding-right: 1em;
}
.ui-select-bootstrap .ui-select-match-text span {
  display: inline-block;
  width: 100%;
  overflow: hidden;
}
.ui-select-bootstrap .ui-select-toggle > a.btn {
  position: absolute;
  height: 10px;
  right: 10px;
  margin-top: -2px;
}
/* Spinner */
.ui-select-refreshing.glyphicon {
  position: absolute;
  right: 0;
  padding: 8px 27px;
}
@-webkit-keyframes ui-select-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes ui-select-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.ui-select-spin {
  -webkit-animation: ui-select-spin 2s infinite linear;
  animation: ui-select-spin 2s infinite linear;
}
.ui-select-refreshing.ng-animate {
  -webkit-animation: none 0s;
}

.snackbar-container {
  position: fixed;
  left: 20px;
  bottom: 0;
  z-index: 99999;
}
.snackbar {
  overflow: hidden;
  clear: both;
  min-width: 288px;
  max-width: 568px;
  cursor: pointer;
  background-color: #323232;
  color: #FFFFFF;
  font-size: 14px;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-transition: -moz-transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0 linear 0.2s, padding 0 linear 0.2s, height 0 linear 0.2s;
  -webkit-transition: -webkit-transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0 linear 0.2s, padding 0 linear 0.2s, height 0 linear 0.2s;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0 linear 0.2s, padding 0 linear 0.2s, height 0 linear 0.2s;
  -moz-transform: translateY(200%);
  -webkit-transform: translateY(200%);
  transform: translateY(200%);
}
.snackbar.snackbar-opened {
  padding: 14px 15px;
  margin-bottom: 20px;
  height: auto;
  -moz-transition: -moz-transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0 linear 0.2s;
  -webkit-transition: -webkit-transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0 linear 0.2s;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0 linear 0.2s, height 0 linear 0.2s;
  -moz-transform: none;
  -webkit-transform: none;
  transform: none;
}
@media (max-width: 767px) {
  .snackbar-container {
    left: 0px !important;
    right: 0px;
    width: 100%;
  }
  .snackbar-container .snackbar {
    min-width: 100%;
  }
  .snackbar-container [class="snackbar snackbar-opened"] ~ .snackbar.toast {
    margin-top: 20px;
  }
  .snackbar-container [class="snackbar snackbar-opened"] {
    border-radius: 0;
    margin-bottom: 0;
  }
}
