html, body {
  position: relative;
}

html, body, .container-table { height: 100%; }
.container-table { display: table; }
.vertical-center-row { display: table-cell; vertical-align: middle; }

#cover {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background-color: rgba(0,0,0,0.6);
}
th[data-sort]{
  cursor:pointer;
}
.swal2-popup {
font-size: 1.5rem !important;
}
#cover_load {
  z-index: 1000000;
  text-align: center;
  position: absolute;
  left:50%; 
  top:50%; 
  transform:translate(-50%,-50%); 
  -webkit-transform:translate(-50%,-50%); 
  background-color: #FFF;
  padding: 10px;
  border: 1px solid gray;
  border-radius: 50%;
}
#cover_load img {
  max-width: 120px;
}
.ui-dialog-titlebar-close {
  display:none;
}
.card {
  /* Add shadows to create the "card" effect */
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
}
.card-content {
  padding: 20px;
}
.skin-yellow-light .sidebar-menu > li.header {
    color: #333 !important;
    background: #fff4d5 !important;
}
table.fixed_header {
  max-width:980px;
  table-layout:fixed;
  margin:auto;
}
.fixed_header th, .fixed_header td {
  padding:5px 10px;
  border:1px solid #000;
}
.fixed_header thead, .fixed_header tfoot {
  background:#f9f9f9;
  display:table;
  width:100%;
  width:calc(100% - 18px);
}
.fixed_header tbody {
  height:300px;
  overflow:auto;
  overflow-x:hidden;
  display:block;
  width:100%;
}
.fixed_header tbody tr {
  display:table;
  width:100%;
  table-layout:fixed;
}

/* On mouse-over, add a deeper shadow */
.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.winning {
  background-color: #daff90 !important;
  color: green;
}
.expired {
  color: red;
}
.seleccionCliente {
  cursor: pointer;
}
#tabla-cotizacion tbody>tr>td input[type="number"], #tabla-cotizacion tbody>tr>td input[type="text"] {
  width: 100%;
}
#tabla-cotizacion tbody>tr>td input.cotCantidad,
#tabla-cotizacion tbody>tr>td input.cotUnidadMedida {
  text-align: center;
}
#tabla-cotizacion tbody>tr>td textarea.cotComentario {
  width: 100%; 
  height: 78px;
  resize: none;
} 
#tabla-cotizacion tbody>tr>td input.cotPrecioLista {
  text-align: right;
}
#tabla-cotizacion tbody>tr>td input.cotDescuento, {
  text-align: right;
}
#tabla-cotizacion tbody>tr>td input.cotTotalLinea {
  text-align: right;
}
#tabla-cotizacion #cot_tipoventa {
  width:100%;
}
.cot_otro, .cot_otro2 { width: 85px; }
#descuento_general, #cot_impuesto, #cot_impuesto2 { width: 80px; }
.detalletr {
  background-color:#CDCDCD;
  display: none;
}
.primerTR {
  /*border-top: 2px solid #FF7600;*/
}
.gray { color: gray; }
.blue { color: blue; }
.red { color: red; }
.rank { 
  width: 90px;
  text-align: center;
  font-size: 16px;
}
.tr_normal td a { color: gray; }
.tr_normal td { color: gray; }

#vendedorespermisos {
  text-transform: uppercase;
}
#vendedorespermisos input[type="checkbox"] {
  margin-right: 20px;
  margin-left: 5px;
}
.autvend {
  padding-bottom: 4px;
  padding-top: 4px;
  width: 100%;
}
.autvend:hover {
  background-color: #EFEFEF;
}

.tr_error td a { color: white; font-weight: bold; }
.tr_error td { background-color: red; color: white; font-weight: bold; }
.ui-front { z-index: 9999 !important; }
.ui-widget-overlay { z-index: 9000 !important; }

.big_input_copy { 
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 8px;
  outline: 0;
  width: 500px;
  max-width: 100%;
}
.big_button_copy {
  font-size: 22px;
  padding: 10px;
}
.label_fabrica { 
  font-size: 16px;
}
.label_fabrica input {
  zoom: 1.2;
}
.fabrica_input {
  text-transform: uppercase;
}
a:hover,a:focus{
    outline: none;
    text-decoration: none;
}
.hometab .nav-tabs{ border-bottom: 2px solid #e8e8e8; }
.hometab .nav-tabs li a{
    display: block;
    padding: 10px 20px;
    margin: 0 5px 1px 0;
    background: #fff;
    font-size: 20px;
    font-weight: 700;
    color: #112529;
    text-align: center;
    border: none;
    border-radius: 0;
    z-index: 2;
    position: relative;
    transition:all 0.3s ease 0s;
}
.hometab .nav-tabs li a:hover,
.hometab .nav-tabs li.active a{
    color: #198df8;
    border: none;
}
.hometab .nav-tabs li.orange a {
  color: orange;
}
.hometab .nav-tabs li.green a {
  color: green;
}
.hometab .nav-tabs li.red a {
  color: red;
}
.hometab .nav-tabs li.active a:before{
    content: "\f107";
    font-family: "FontAwesome";
    font-weight: 900;
    font-size: 25px;
    font-weight: 700;
    color: #198df8;
    margin: 0 auto;
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
}
.hometab .nav-tabs li.active a:after{
    content: "";
    width: 100%;
    height: 3px;
    background: #198df8;
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
}
.hometab .nav-tabs li.orange a:after {
  background: orange;
}
.hometab .nav-tabs li.green a:after {
  background: green;
}
.hometab .nav-tabs li.red a:after {
  background: red;
}
.hometab .nav-tabs li.orange a:before {
  color: orange;
}
.hometab .nav-tabs li.green a:before {
  color: green;
}
.hometab .nav-tabs li.red a:before {
  color: red;
}
.hometab .nav-tabs li.blue a {
  color: blue;
}
.hometab .nav-tabs li.blue a:after {
  background: blue;
}
.hometab .nav-tabs li.blue a:before {
  color: blue;
}
.hometab .tab-content{
    padding: 30px 20px 20px;
    margin-top: 0;
    background: #fff;
    font-size: 15px;
    color: #333;
    line-height: 30px;
    border-radius: 0 0 5px 5px;
}
.hometab .tab-content h3{
    font-size: 24px;
    margin-top: 0;
}
@media only screen and (max-width: 820px){
    .hometab .nav-tabs li{
        width: 100%;
        text-align: center;
    }
    .hometab .nav-tabs li.active a:before{
        content: "\f105";
        bottom: 15%;
        left: 0;
        right: auto;
    }
    .modal-dialog {
      margin:0 !important;
    }
    .nav>li>a {
      padding:5px;
    }
}
.hometab .tab-content thead>tr>th {
  font-weight: bold;
}
.hometab h3 {
  color: blue;
}
.hometab .row {
  margin-bottom: 20px;
}
.tableview {
  font-size: 0.875em;
  display: inline-block;
  position: relative;
  padding-top: 3.4285714em;
  border: 1px solid #e9e9e9;
  color: #364c5d;
}
.tableview:before,
.tableview-has-footer:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  right: 0;
}
.tableview:before {
  top: 0;
}
.tableview-has-footer:after {
  bottom: 0;
}
.tableview > .tableview-holder {
  display: block;
  position: static;
  overflow-x: hidden;
  overflow-y: auto;
}
.tableview > .tableview-holder > table {
  width: 100%;
  position: static;
  border-spacing: 0;
  border-collapse: collapse;
}
.tableview > .tableview-holder > table > thead > tr > [caption],
.tableview > .tableview-holder > table > thead > tr > [caption]:after {
  white-space: nowrap;
  position: static;
  height: 0;
  line-height: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.tableview > .tableview-holder > table > thead > tr > [caption]:after {
  content: attr(caption);
  color: transparent;
  display: inline-block;
}
.tableview > .tableview-holder > table > thead > tr > [caption]:before {
  content: attr(caption);
  position: absolute;
}
.tableview-has-footer:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
}
.tableview-has-footer > .tableview-holder > table > tfoot > tr > * > .fixed {
  position: absolute;
  bottom: 0;
  z-index: 10000;
}
.tableview:before {
  height: 3.4285714em;
}
.tableview > .tableview-holder {
  max-height: 14.2857em;
}
.tableview > .tableview-holder > table > thead > tr > [caption]:before {
  line-height: 3.4285714em;
  margin-top: -3.4285714em;
}
.tableview-has-footer {
  padding-bottom: 4em;
}
.tableview-has-footer:after {
  height: 4em;
}
.tableview-has-footer > .tableview-holder > table > tfoot > tr > * > .fixed {
  height: 4em;
  line-height: 4em;
}
.tableview:before {
  background: #eef9ff;
  border-bottom: 1px solid #e9e9e9;
}
.tableview-holder > table > * > tr > * {
  padding: 0 0.35715em;
}
.tableview-holder > table > * > tr > *:first-child {
  padding-left: 2.142857em;
}
.tableview-holder > table > * > tr > *:last-child {
  padding-right: 2.142857em;
}
.tableview-holder > table > thead > tr > [caption] {
  cursor: pointer;
  font-weight: bold;
  text-transform: uppercase;
}
.tableview-holder > table > tbody:hover > tr > * {
  opacity: 0.6;
  -webkit-filter: blur(1px);
}
.tableview-holder > table > tbody:hover > tr:hover > * {
  opacity: 1;
  -webkit-filter: blur(0px);
}
.tableview-holder > table > tbody > tr:not(:first-child) {
  border-top: 1px solid #e9e9e9;
}
.tableview-holder > table > tbody > tr:hover {
  background: #f5f5f5;
  transition: background 0.2s;
}
.tableview-holder > table > tbody > tr > * {
  padding-top: 0.71428em;
  padding-bottom: 0.71428em;
  transition: opacity 0.2s;
}
.tableview-has-footer:after {
  background: #e6e6e6;
}
.tableview-has-footer tfoot {
  font-weight: bold;
  text-transform: uppercase;
  color: #8e9aa3;
  text-shadow: 1px 1px 1px #fff;
}
.table-sticky>thead>tr>th,
.table-sticky>thead>tr>td {
  background: #CECECE;
  top: 0px;
  position: sticky;
}
.table-sticky>tfoot>tr>th,
.table-sticky>tfoot>tr>td {
  background: #CECECE;
  bottom: 0px;
  position: sticky;
}
.table-height {
  height: 320px;
  display: block;
  overflow: scroll;
  width: 100%;
}



.flow .breadcrumb { 
  list-style: none; 
  overflow: hidden; 
  font: 18px Helvetica, Arial, Sans-Serif;
  margin: 40px;
  padding: 0;
}
.flow .breadcrumb li { 
  float: left; 
}
.flow .breadcrumb li a {
  color: white;
  text-decoration: none; 
  padding: 10px 0 10px 55px;
  background: brown; /* fallback color */
  background: hsla(34,85%,35%,1); 
  position: relative; 
  display: block;
  float: left;
}
.flow .breadcrumb li a:after { 
  content: " "; 
  display: block; 
  width: 0; 
  height: 0;
  border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
  border-bottom: 50px solid transparent;
  border-left: 30px solid hsla(34,85%,35%,1);
  position: absolute;
  top: 50%;
  margin-top: -50px; 
  left: 100%;
  z-index: 2; 
}   
.flow .breadcrumb li a:before { 
  content: " "; 
  display: block; 
  width: 0; 
  height: 0;
  border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
  border-bottom: 50px solid transparent;
  border-left: 30px solid white;
  position: absolute;
  top: 50%;
  margin-top: -50px; 
  margin-left: 1px;
  left: 100%;
  z-index: 1; 
}   
.flow .breadcrumb li:first-child a {
  padding-left: 10px;
}
.flow .breadcrumb li:nth-child(2) a       { background:        hsla(34,85%,45%,1); }
.flow .breadcrumb li:nth-child(2) a:after { border-left-color: hsla(34,85%,45%,1); }
.flow .breadcrumb li:nth-child(3) a       { background:        hsla(34,85%,55%,1); }
.flow .breadcrumb li:nth-child(3) a:after { border-left-color: hsla(34,85%,55%,1); }
.flow .breadcrumb li:nth-child(4) a       { background:        hsla(34,85%,65%,1); }
.flow .breadcrumb li:nth-child(4) a:after { border-left-color: hsla(34,85%,65%,1); }
.flow .breadcrumb li:nth-child(5) a       { background:        hsla(34,85%,75%,1); }
.flow .breadcrumb li:nth-child(5) a:after { border-left-color: hsla(34,85%,75%,1); }
.flow .breadcrumb li:last-child a {
  background: transparent !important;
  color: black;
  pointer-events: none;
  cursor: default;
}
.flow .breadcrumb li:last-child a:after { border: 0; }
.flow .breadcrumb li a:hover { background: hsla(34,85%,25%,1); }
.flow .breadcrumb li a:hover:after { border-left-color: hsla(34,85%,25%,1) !important; }


.flow .steps {
  margin: 0px;
  padding: 0;
  overflow: hidden;
}
.flow .steps a {
  color: white;
  text-decoration: none;
}
.flow .steps em {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #000;

  text-overflow: ellipsis;
  overflow: hidden; 
  white-space: nowrap;
}
.flow .steps span {
  font-size: 11px;
  color: #000;
}
.flow .steps li {
  float: left;
  margin-left: 0;
  /*width: calc(20% - 5px); /* 100 / number of steps */
  /*max-width: 200px;*/
  width: 20%;
  height: 80px; /* total height */
  list-style-type: none;
  padding: 10px; /* padding around text, last should include arrow width */
  border-right: 3px solid white; /* width: gap between arrows, color: background of document */
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 21px;
}
/* remove extra padding on the first object since it doesn't have an arrow to the left */
.flow .steps li:first-child {
  padding-left: 0px;
}
/* white arrow to the left to "erase" background (starting from the 2nd object) */

.flow .steps li:nth-child(n+2)::before {
  position: absolute;
  top:0;
  left:0;
  display: block;
  border-left: 15px solid #e8e8e8; 
  border-top: 40px solid transparent;  
  border-bottom: 40px solid transparent; / 
  width: 0;
  height: 0;
  content: " ";
}
.flow .steps li::after {
  z-index: 1; 
  position: absolute;
  top: 0;
  right: -25px; 
  display: block;
  border-left: 15px solid #e8e8e8; 
  border-top: 40px solid transparent;  
  border-bottom: 40px solid transparent;  
  width:0;
  height:0;
  content: " ";
}

/* Setup colors (both the background and the arrow) */

/* Completed */
.flow .steps li { background-color: #f1f1f1; color: #999; }
.flow .steps li::after { border-left-color: #f1f1f1; }

/* Current */
.flow .steps li.current { background-color: #C36615; }
.flow .steps li.current::after { border-left-color: #C36615; }

/*
.flow .steps li.current ~ li { background-color: #EBEBEB; }
.flow .steps li.current ~ li::after { border-left-color: #EBEBEB; }
 
.flow .steps li:hover {background-color: #DEDEDE}
.flow .steps li:hover::after {border-left-color: #696}
*/


.flow .arrows { white-space: nowrap; }
.flow .arrows li {
    display: inline-block;
    line-height: 26px;
    margin: 0 9px 0 -10px;
    padding: 0 20px;
    position: relative;
}
.flow .arrows li::before,
.flow .arrows li::after {
    border-right: 1px solid #666666;
    content: '';
    display: block;
    height: 50%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
    transform: skewX(45deg);   
}
.flow .arrows li::after {
    bottom: 0;
    top: auto;
    transform: skewX(-45deg);
}

.flow .arrows li:last-of-type::before, 
.flow .arrows li:last-of-type::after { 
    display: none; 
}

.flow .arrows li a { 
   font: bold 24px Sans-Serif;  
   letter-spacing: -1px; 
   text-decoration: none;
}

.flow .arrows li:nth-of-type(1) a { color: hsl(0, 0%, 70%); } 
.flow .arrows li:nth-of-type(2) a { color: hsl(0, 0%, 65%); } 
.flow .arrows li:nth-of-type(3) a { color: hsl(0, 0%, 50%); } 
.flow .arrows li:nth-of-type(4) a { color: hsl(0, 0%, 45%); } 

.flow .bussiness {
  margin:0;
  padding:0;
}
.flow .bussiness {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
.flow .ui-sortable-placeholder {
  border: 1px dashed black;
  width: calc(100% - 4px);
  float:left;
}
.flow .bussiness li {
  /*max-width: calc(20% - 28px);
  width: calc(20% - 28px);*/
  width: 20%;
  display:table-cell;
  vertical-align: top;
  padding: 0px; 
  margin-top: 1px;
  margin-bottom: 1px;
  min-height: 300px;
}
.flow .bussiness .deal {
  border: 1px solid #999;
  background-color: #F0F0F0;
  margin-top: 1px;
  margin-bottom: 1px;
  padding: 10px;
  width: calc(100% - 4px);
  font-weight: bold;
  position: relative;
  /*
  width: 20%;
  margin-right: 10px;
  */
}
.flow .bussiness .deal span {
  display: block;
  font-size: 12px;
  font-weight: normal;
}
.flow .bussiness .died {
  border-radius: 5px;
  padding: 2px;
  background-color: red;
  color: #FFF;
  margin-top: 3px;
  margin-right: 3px;
  display: inline-block;
  font-size: 11px;
}
.flow .bussiness .money {
  color: #808080;
  display: inline-block;
  font-size: 12px;
}
.flow .bussiness .drag-area {
  width: 20%;
  float:left;
}
.flow .bussiness .deal_place {
  border: 1px solid #FFF;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 10px;
  max-width: 190px;
  width: 190px;
  margin-right: 10px;
  height: 50px;
}
.flow .bussiness .tasker:hover {
  border: 1px solid #000;
}
.flow .bussiness .tasker {
  position: absolute;
  right: 10px;
  bottom: 10px;
  background-color: #00c0ef;
  color: #FFF;
  border: 1px solid #00c0ef;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 18px;
  text-align: center;
}
textarea.form-control {
  resize: none;
}

.stars {
  background: url("../img/stars.png") repeat-x 0 0;
  width: 150px;
  margin: 0 auto;
}
 
.stars input[type="radio"] {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
.stars input[type="radio"].star-5:checked ~ span {
  width: 100%;
}
.stars input[type="radio"].star-4:checked ~ span {
  width: 80%;
}
.stars input[type="radio"].star-3:checked ~ span {
  width: 60%;
}
.stars input[type="radio"].star-2:checked ~ span {
  width: 40%;
}
.stars input[type="radio"].star-1:checked ~ span {
  width: 20%;
}
.stars label {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0!important;
  padding: 0!important;
  text-indent: -999em;
  float: left;
  position: relative;
  z-index: 10;
  background: transparent!important;
  cursor: pointer;
}
.stars label:hover ~ span {
  background-position: 0 -30px;
}
.stars label.star-5:hover ~ span {
  width: 100% !important;
}
.stars label.star-4:hover ~ span {
  width: 80% !important;
}
.stars label.star-3:hover ~ span {
  width: 60% !important;
}
.stars label.star-2:hover ~ span {
  width: 40% !important;
}
.stars label.star-1:hover ~ span {
  width: 20% !important;
}
.stars span {
  display: block;
  width: 0;
  position: relative;
  top: 0;
  left: 0;
  height: 30px;
  background: url("../img/stars.png") repeat-x 0 -60px;
  -webkit-transition: -webkit-width 0.5s;
  -moz-transition: -moz-width 0.5s;
  -ms-transition: -ms-width 0.5s;
  -o-transition: -o-width 0.5s;
  transition: width 0.5s;
}

.xxxcontainer{
  width: 100%;
  height: auto;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.text-hed{
  text-align: center;
  margin-top: 100px;
  font-size: 100px;
  text-transform: capitalize;
  color: black;
  text-shadow: 0px 0px 3px white;
  cursor: pointer;
  animation: text_ani 8s infinite linear;
}
.radio-hide{
  display: none;
}
.label-text{
  padding: 8px;
  color: #000;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.8s;
  font-size: 14px;
  /* padding: 0; */
  max-width: calc(20% - 16px);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.radio-hide:checked + .label-text{
  transition: all 0.2s;
  color: white;
  background-color: rgba(0,0,0,0.25);
  font-size: 16px;
  /* padding: 0; */
  max-width: 127px;
}
.progress{
  width: 50%;
  margin: 50px auto;
  height: 35px;
  padding: 4px;
  background-color: rgba(0,0,0,0.25);
  border-radius: 5px;
  box-shadow: 0px 1px 2px rgba(0,0,0,0.25), 0px 1px rgba(255,255,255,0.08);
}
.progress-bar{
  height: 100%;
  border-radius: 4px;
  transition: all 0.5s linear;
  background-image: linear-gradient(to bottom, rgba(255,255,255,0.3),rgba(255,255,255,0.05));
  transition-property: width, background-color;
  box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.25), inset 0px 1px rgba(255,255,255,0.1);
}
#box_modulacion .table {
  margin-bottom: 0;
}
#t1:checked ~ .progress > .progress-bar{
  width: 20%;
  background-color: #FB0036;
}

#t2:checked ~ .progress > .progress-bar{
  width: 40%;
  background-color: #FF5F00;
}

#t3:checked ~ .progress > .progress-bar{
  width: 60%;
  background-color: #F8FF00;
}

#t4:checked ~ .progress > .progress-bar{
  width: 80%;
  background-color: #00FF05;
}

#t5:checked ~ .progress > .progress-bar{
  width: 100%;
  background-color: #0084FF;
}

@keyframes text_ani{
  0%{
    text-shadow: 0px 0px 3px white; 
  }
  20%{
    text-shadow: 0px 0px 3px #FB0036; 
  }
  40%{
    text-shadow: 0px 0px 3px #FF5F00; 
  }
  60%{
    text-shadow: 0px 0px 3px #F8FF00; 
  }
  80%{
    text-shadow: 0px 0px 3px #00FF05; 
  }
  100%{
    text-shadow: 0px 0px 3px #0084FF; 
  }
  
}
.skin-blue .sidebar-menu > li.header {
  color: #FFF !important;
}
.b2b-flow {
  margin-bottom: 10px;
}
.b2b-flow-date {
  font-size: 18px;
  font-weight: bold;
}
.b2b-flow-title {
  font-size: 18px;
  font-weight: 600;
}
.b2b-flow-description {
  font-size: 14px;
}
#bussiness-flow {
  overflow-y: auto;
  max-height: 60vh;
  overflow-x: hidden;
  padding-right: 30px;
}
.b2b-box-empresa {
  padding: 20px;
  border: 1px solid #c5c5c5;
  border-radius: 10px;
}
.b2b-box-empresa .row {
  margin-top:12px;
  margin-bottom: 12px;
}
.b2b-box-empresa .row div.col-md-12 {
  font-size: 24px;
}
.b2b-box-empresa .row div {
  font-size: 15px;
}

.timeline{
  --uiTimelineMainColor: var(--timelineMainColor, #222);
  --uiTimelineSecondaryColor: var(--timelineSecondaryColor, #fff);

  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.timeline:before{
  content: "";
  width: 4px;
  height: 100%;
  background-color: var(--uiTimelineMainColor);

  position: absolute;
  top: 0;
}

.timeline__group{
  position: relative;
}

.timeline__group:not(:first-of-type){
  margin-top: 4rem;
}

.timeline__year{
  padding: .5rem 1.5rem;
  color: var(--uiTimelineSecondaryColor);
  background-color: var(--uiTimelineMainColor);

  position: absolute;
  left: 0;
  top: 0;
}

.timeline__box{
  position: relative;
}

.timeline__box:not(:last-of-type){
  margin-bottom: 30px;
}

.timeline__box:before{
  content: "";
  width: 100%;
  height: 2px;
  background-color: var(--uiTimelineMainColor);

  position: absolute;
  left: 0;
  z-index: -1;
}

.timeline__date{
  min-width: 65px;
  position: absolute;
  left: 0;

  box-sizing: border-box;
  padding: .5rem 1.5rem;
  text-align: center;

  background-color: var(--uiTimelineMainColor);
  color: var(--uiTimelineSecondaryColor);
}

.timeline__day{
  font-size: 2rem;
  font-weight: 700;
  display: block;
}

.timeline__month{
  display: block;
  font-size: .8em;
  text-transform: uppercase;
}

.timeline__post{
  padding: 1.5rem 2rem;
  border-radius: 2px;
  border-left: 3px solid var(--uiTimelineMainColor);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .12), 0 1px 2px 0 rgba(0, 0, 0, .24);
  background-color: var(--uiTimelineSecondaryColor);
}

@media screen and (min-width: 641px){

  .timeline:before{
    left: 30px;
  }

  .timeline__group{
    padding-top: 55px;
  }

  .timeline__box{
    padding-left: 80px;
  }

  .timeline__box:before{
    top: 50%;
    transform: translateY(-50%);  
  }  

  .timeline__date{
    top: 50%;
    margin-top: -27px;
  }
}

@media screen and (max-width: 640px){

  .timeline:before{
    left: 0;
  }

  .timeline__group{
    padding-top: 40px;
  }

  .timeline__box{
    padding-left: 20px;
    padding-top: 70px;
  }

  .timeline__box:before{
    top: 90px;
  }    

  .timeline__date{
    top: 0;
  }
}

.timeline{
  --timelineMainColor: #4557bb;
  font-size: 16px;
}
.prender:hover {
  background-color: #f2ffcf;
}
.trumbowyg-editor, .trumbowyg-textarea {
  min-height: 150px !important;
}
.trumbowyg-box, .trumbowyg-editor {
  min-height: 150px !important; 
}
.tg-cc {
  cursor: pointer !important;
  text-align:center !important;
}
.tg-cc.on .fa-check-circle-o {
  display:none !important;
}
.tg-cc.off .fa-check-circle {
  display:none !important;
}
.tg-cc i {
  font-size: 20px !important;
}
.tg-cc .fa.fa-check-circle-o {
  opacity: 0.4 !important;
  color: gray !important;
}
.tg-cc .fa.fa-check-circle {
  color: green !important;
}
.see-task {
  cursor: pointer !important;
}
.tooltipster-content {
  overflow-x: hidden !important;
}
.tooltip_tasks {
  margin-bottom: 6px !important;
}
.tooltip_tasks>div:last-child>button {
  margin-right: 5px;
} 
.navbar-pipe button {
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
  background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
  background-image: -o-linear-gradient(top,#fff,#e6e6e6);
  background-image: linear-gradient(to bottom,#fff,#e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
  color: #333;
  text-shadow: 0 1px 1px rgba(255,255,255,.75);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  outline: none;
}
.navbar-pipe button.active {
  background-color: #d2d6de;
  background-image: none; 
}
.ui-autocomplete.ui-front {
  z-index:999999999999 !important;
}

.cotSelProducto, .cotSelMarca, .cotSelMaterial {
  width: 100%;
  height: 26px;
}
.cotSinCodigo {
  display:none;
}
#login {
  background-image: url('../img/background.jpg');
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.login {
  background-color: rgba(255,255,255,1);
  padding: 20px;
  border-radius: 10px;
}
.login img {
  margin-bottom: 15px;
}
#login input {
  width: 250px;
  padding: 6px;
  background-color: #EAEAEA;
  font-size: 16px;
  color: #666;
  margin-bottom: 20px;
  font-family: 'Source Sans Pro';
  border: 1px solid #666;
}
#login button:hover { background-color: #AAAAAA; }
#login button {
  width: 150px;
  padding: 6px;
  background-color: #CCCCCC;
  font-size: 16px;
  color: #333;
  margin-bottom: 20px;
  font-family: 'Source Sans Pro';
  border: 1px solid #666;
  border-radius: 5px;
}
#login h1 {
  font-family: 'Source Sans Pro';
  font-size: 22px;
  margin:0;
  margin-bottom: 15px;
  color: #000;
}
::-webkit-input-placeholder { color: #666; } /* WebKit */
:-moz-placeholder { color: #666; } /* Firefox 18- */
::-moz-placeholder { color: #666; } /* Firefox 19+ */
:-ms-input-placeholder { color: #666; } /* IE 10+ */
  
.tabla-proindar {

}
.tabla-proindar td {
  text-transform:uppercase;
}
.table-linea-cotizacion, .table-linea-x {
  margin-bottom:0;
}
.table-linea-cotizacion td .checkbox, .table-linea-x td .checkbox {
  margin-top: 3px;
  margin-bottom: 3px;
}
.table-linea-cotizacion td input[type="text"], .table-linea-cotizacion td select, .table-linea-x td input[type="text"], .table-linea-x td select {
  width: 100%;
  max-width: 100%;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  border:1px solid black;
}
.table-linea-cotizacion td input[readonly], .table-linea-x td input[readonly] {
  background-color:#EEE;
  border:1px solid black;
}
.h3-subheader {
  padding:16px;
  padding-top:5px;
  padding-bottom:5px;
  font-size: 14px;
  background-color:#fffccb;
}
#formcotizador textarea {
  min-height: 50px;
  width:100%;
  resize: none;
}
.tabla-cotizador-notas td {
  padding: 4px !important;
}
.tabla-cotizador-notas .checkbox {
  margin:0;
}
.warehouseQuery {
  cursor:pointer;
}
.sap_items_ow .bootstrap-select button {
  padding:2px;
  padding-right: 12px;
}
.dropdown-menu {
  z-index: 10000 !important;
}
.verticalTableHeader {
    text-align:center;
    white-space:nowrap;
    transform: rotate(90deg); 
}
.verticalTableHeader p {
    margin:0 -999px;/* virtually reduce space needed on width to very little */
    display:inline-block;
}
.verticalTableHeader p:before {
    content:'';
    width:0;
    padding-top: 130px;
    display:inline-block;
    vertical-align:middle;
}
.jstree-anchor {
  max-width: 400px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.nav-ots .active a {
  font-weight: bold;
  color: #005aff !important;
}
.box-modulacion {
  border:1px solid #9dcbf9;
  padding: 5px;
  border-radius: 5px;
  margin-bottom: 10px;
}  
.table-fix { overflow-y: auto; }
.table-fix thead { background-color:#c4f3ff; }
.table-fix thead th { position: sticky; top: 0px; background-color:#c4f3ff; } /*  padding-top:0 !important;padding-bottom:0 !important; */
.table-fix tfoot { background-color:#c4f3ff; }
.table-fix tfoot th { position: sticky; bottom: 0px; background-color:#c4f3ff; }
/*.modal { overflow: auto !important; }*/
#pie_produccion {
  max-width: 800px;
  width: 100%;
}
.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a {
  white-space: normal !important;
}
.select2-container .select2-selection--single {
  height: 35px !important;
}
#modalDialogNV .modal-dialog {
  width: 100%;
  max-width: 900px;
}
.table-min-padding td, .table-min-padding th {
  padding: 3px !important;
}
/* CONTENEDOR GENERAL */
.login-container {
    height: 100vh;
    padding: 0;
}

.login-row {
    height: 100%;
    margin: 0;
}

/* PANEL IZQUIERDO */
.login-panel {
    background: rgba(255, 255, 255, 0.95);
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
    box-shadow: 4px 0 20px rgba(0,0,0,0.15);
}

/* CAJA INTERNA */
.login-box {
    width: 100%;
    max-width: 380px;
}

/* LOGO */
.login-logo {
    max-width: 80%;
    margin-bottom: 30px;
}

/* INPUTS */
.login-input {
    margin-bottom: 20px;
    height: 45px;
    border-radius: 6px;
    font-size: 16px;
}

/* BOTÓN */
.login-btn {
    border-radius: 6px;
    font-weight: bold;
    font-size: 17px;
}

/* PANEL DERECHO - IMAGEN */
.login-image {
    /*background: url('dist/img/login-bg.jpg') center center / cover no-repeat;*/
    height: 100%;
    position: relative;
}

/* OSCURECER IMAGEN */
.login-overlay {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.25);
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .login-panel {
        box-shadow: none;
        height: auto;
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
