/* Your custom styles */
/* Palette generated by Material Palette - materialpalette.com/blue/grey */

.calendar{height: auto;}
.fc-cell-content{
  height: auto;
}
.hidden{
  display: none;
}
.mtop{ margin-top: 25px; }
.dark-primary-color    { background: #1976D2; }
.default-primary-color { background: #2196F3; }
.light-primary-color   { background: #BBDEFB; }
.text-primary-color    { color: #FFFFFF; }
.accent-color          { background: #9E9E9E; }
.primary-text-color    { color: #212121; }
.secondary-text-color  { color: #757575; }
.divider-color         { border-color: #BDBDBD; }
.azul{background: #2196F3 !important;}
.fa-remove{
  color:red;
}
.fa-warning{
  color:#ffbb33;
}
.input-group.md-form.form-sm.form-1 input{
    border: 1px solid #bdbdbd;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
.input-group.md-form.form-sm.form-2 input {
    border: 1px solid #bdbdbd;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.active-cyan-4 input[type=text]:focus:not([readonly]) {
    border: 1px solid #2196F3;
    box-shadow: 0 0 0 1px #2196F3;
}
.active-cyan-3 input[type=text] {
    border: 1px solid #2196F3;
    box-shadow: 0 0 0 1px #2196F3;
}

.active-cyan-3 .fa, .active-cyan-4 .fa {
    color: #2196F3;
}
.mcenter{
    margin: 0 auto;
    text-align: center;
}
/* other */
.form-header{
  margin-top: 0px !important;
}
.navbar { margin-right: 0 !important; }
body{padding-right: 0 !important;}

/**** float  */

#floating-button{
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #db4437;
    position: fixed;
    bottom: 30px;
    right: 30px;
    cursor: pointer;
    box-shadow: 0px 2px 5px #666;
}

.plus{
  color: white;
  position: absolute;
  top: 0;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 0;
  margin: 0;
  line-height: 55px;
  font-size: 38px;
  font-family: 'Roboto';
  font-weight: 300;
  animation: plus-out 0.3s;
  transition: all 0.3s;
}

#container-floating{
  position: fixed;
  width: 70px;
  height: 70px;
  bottom: 30px;
  right: 30px;
  z-index: 50px;
}

#container-floating:hover{
  height: 400px;
  width: 90px;
  padding: 30px;
}

#container-floating:hover .plus{
  animation: plus-in 0.15s linear;
  animation-fill-mode: forwards;
}

.edit{
  position: absolute;
  top: 0;
  display: block;
  bottom: 0;
  left: 0;
  display: block;
  right: 0;
  padding: 0;
  opacity: 0;
  margin: auto;
  line-height: 65px;
  transform: rotateZ(-70deg);
  transition: all 0.3s;
  animation: edit-out 0.3s;
}

#container-floating:hover .edit {
  animation: edit-in 0.2s;
  animation-delay: 0.1s;
  animation-fill-mode: forwards;
}


@keyframes edit-in{
    from {opacity: 0; transform: rotateZ(-70deg);}
    to {opacity: 1; transform: rotateZ(0deg);}
}

@keyframes edit-out{
    from {opacity: 1; transform: rotateZ(0deg);}
    to {opacity: 0; transform: rotateZ(-70deg);}
}

@keyframes plus-in{
    from {opacity: 1; transform: rotateZ(0deg);}
    to {opacity: 0; transform: rotateZ(180deg);}
}

@keyframes plus-out{
    from {opacity: 0; transform: rotateZ(180deg);}
    to {opacity: 1; transform: rotateZ(0deg);}
}

.nds{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: fixed;
  z-index: 300;
  transform:  scale(0);
  cursor: pointer;
}

.nd1{
  background: #d3a411;
  right: 40px;
  bottom: 120px;
  animation-delay: 0.2s;
    animation: bounce-out-nds 0.3s linear;
  animation-fill-mode:  forwards;
}

.nd3{
  background: #3c80f6;
  right: 40px;
  bottom: 180px;
  animation-delay: 0.15s;
    animation: bounce-out-nds 0.15s linear;
  animation-fill-mode:  forwards;
}

.nd4{
  background: #ba68c8;
  right: 40px;
  bottom: 240px;
  animation-delay: 0.1s;
    animation: bounce-out-nds 0.1s linear;
  animation-fill-mode:  forwards;
}

.nd5{
  background-image: url('https://lh3.googleusercontent.com/-X-aQXHatDQY/Uy86XLOyEdI/AAAAAAAAAF0/TBEZvkCnLVE/w140-h140-p/fb3a11ae-1fb4-4c31-b2b9-bf0cfa835c27');
  background-size: 100%;
  right: 40px;
  bottom: 300px;
  animation-delay: 0.08s;
  animation: bounce-out-nds 0.1s linear;
  animation-fill-mode:  forwards;
}

@keyframes bounce-nds{
    from {opacity: 0;}
    to {opacity: 1; transform: scale(1);}
}

@keyframes bounce-out-nds{
    from {opacity: 1; transform: scale(1);}
    to {opacity: 0; transform: scale(0);}
}

#container-floating:hover .nds{
  
  animation: bounce-nds 0.1s linear;
  animation-fill-mode:  forwards;
}

#container-floating:hover .nd3{
  animation-delay: 0.08s;
}
#container-floating:hover .nd4{
  animation-delay: 0.15s;
}
#container-floating:hover .nd5{
  animation-delay: 0.2s;
}

.letter{
  font-size: 23px;
  font-family: 'Roboto';
  color: white;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  line-height: 40px;
}

.reminder{
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  line-height: 40px;
}

.profile{
  border-radius: 50%;
  width: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
}
.nds:hover{
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  transition: all 0.3s;
  transform: translateZ(10px);
}

#form_asesor{
  display: none;
}
#form_asesor_ordn{
  display: none;
}

#form_cita_ordn{
  display: none;
}
.fc-title{
  color:white;
}
#form_tec_ordn{
  display: none;
}
/***  spiner */
.loader {
  
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #a0a0a0;
  position: relative;
}

/*LOADER 5*/
@keyframes loader5 {
  0% {
    opacity: 1;
    transform: scale(1);
    stroke-width: 3;
  }
  60% {
    opacity: 0.6;
  }
  100% {
    opacity: 0;
    transform: scale(5);
    stroke-width: 0;
  }
}

.loader5 svg circle {
  transform-origin: center center;
  transform: scale(1);
  animation: loader5 1.5s linear infinite;
}
#spinner{
  display: none;
  text-align: center;
  margin-top: -10px;
}
.htext{
  margin-left: 18px;
}

#fileOcr{
  display:none;
}
.cargando{
    display: none;
    width: 50px;
    position: fixed;
    padding: 5px 20px 13px 20px;
    top: 40%;
    left: 40%;
    height: 50px;
    background:rgba(0,0,0,0.8);
    z-index:1100;
    border-radius: 5px;
}
/*  inicio loading_spin */
    .windows8 {
    position: relative;
    width: 90px;
    height:90px;
    }

    .windows8 .wBall {
    position: absolute;
    width: 86px;
    height: 86px;
    opacity: 0;
    -moz-transform: rotate(225deg);
    -moz-animation: orbit 7.15s infinite;
    -webkit-transform: rotate(225deg);
    -webkit-animation: orbit 7.15s infinite;
    -o-transform: rotate(225deg);
    -o-animation: orbit 7.15s infinite;
    -ms-transform: rotate(225deg);
    -ms-animation: orbit 7.15s infinite;
    transform: rotate(225deg);
    animation: orbit 7.15s infinite;
    }

    .windows8 .wBall .wInnerBall{
    position: absolute;
    width: 11px;
    height: 11px;
    background: #000000;
    left:0px;
    top:0px;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    -o-border-radius: 11px;
    -ms-border-radius: 11px;
    border-radius: 11px;
    }

    .windows8 #wBall_1 {
    -moz-animation-delay: 1.56s;
    -webkit-animation-delay: 1.56s;
    -o-animation-delay: 1.56s;
    -ms-animation-delay: 1.56s;
    animation-delay: 1.56s;
    }

    .windows8 #wBall_2 {
    -moz-animation-delay: 0.31s;
    -webkit-animation-delay: 0.31s;
    -o-animation-delay: 0.31s;
    -ms-animation-delay: 0.31s;
    animation-delay: 0.31s;
    }

    .windows8 #wBall_3 {
    -moz-animation-delay: 0.62s;
    -webkit-animation-delay: 0.62s;
    -o-animation-delay: 0.62s;
    -ms-animation-delay: 0.62s;
    animation-delay: 0.62s;
    }

    .windows8 #wBall_4 {
    -moz-animation-delay: 0.94s;
    -webkit-animation-delay: 0.94s;
    -o-animation-delay: 0.94s;
    -ms-animation-delay: 0.94s;
    animation-delay: 0.94s;
    }

    .windows8 #wBall_5 {
    -moz-animation-delay: 1.25s;
    -webkit-animation-delay: 1.25s;
    -o-animation-delay: 1.25s;
    -ms-animation-delay: 1.25s;
    animation-delay: 1.25s;
    }

    @-moz-keyframes orbit {
    0% {
    opacity: 1;
    z-index:99;
    -moz-transform: rotate(180deg);
    -moz-animation-timing-function: ease-out;
    }

    7% {
    opacity: 1;
    -moz-transform: rotate(300deg);
    -moz-animation-timing-function: linear;
    -moz-origin:0%;
    }

    30% {
    opacity: 1;
    -moz-transform:rotate(410deg);
    -moz-animation-timing-function: ease-in-out;
    -moz-origin:7%;
    }

    39% {
    opacity: 1;
    -moz-transform: rotate(645deg);
    -moz-animation-timing-function: linear;
    -moz-origin:30%;
    }

    70% {
    opacity: 1;
    -moz-transform: rotate(770deg);
    -moz-animation-timing-function: ease-out;
    -moz-origin:39%;
    }

    75% {
    opacity: 1;
    -moz-transform: rotate(900deg);
    -moz-animation-timing-function: ease-out;
    -moz-origin:70%;
    }

    76% {
    opacity: 0;
    -moz-transform:rotate(900deg);
    }

    100% {
    opacity: 0;
    -moz-transform: rotate(900deg);
    }

    }

    @-webkit-keyframes orbit {
    0% {
    opacity: 1;
    z-index:99;
    -webkit-transform: rotate(180deg);
    -webkit-animation-timing-function: ease-out;
    }

    7% {
    opacity: 1;
    -webkit-transform: rotate(300deg);
    -webkit-animation-timing-function: linear;
    -webkit-origin:0%;
    }

    30% {
    opacity: 1;
    -webkit-transform:rotate(410deg);
    -webkit-animation-timing-function: ease-in-out;
    -webkit-origin:7%;
    }

    39% {
    opacity: 1;
    -webkit-transform: rotate(645deg);
    -webkit-animation-timing-function: linear;
    -webkit-origin:30%;
    }

    70% {
    opacity: 1;
    -webkit-transform: rotate(770deg);
    -webkit-animation-timing-function: ease-out;
    -webkit-origin:39%;
    }

    75% {
    opacity: 1;
    -webkit-transform: rotate(900deg);
    -webkit-animation-timing-function: ease-out;
    -webkit-origin:70%;
    }

    76% {
    opacity: 0;
    -webkit-transform:rotate(900deg);
    }

    100% {
    opacity: 0;
    -webkit-transform: rotate(900deg);
    }

    }

    @-o-keyframes orbit {
    0% {
    opacity: 1;
    z-index:99;
    -o-transform: rotate(180deg);
    -o-animation-timing-function: ease-out;
    }

    7% {
    opacity: 1;
    -o-transform: rotate(300deg);
    -o-animation-timing-function: linear;
    -o-origin:0%;
    }

    30% {
    opacity: 1;
    -o-transform:rotate(410deg);
    -o-animation-timing-function: ease-in-out;
    -o-origin:7%;
    }

    39% {
    opacity: 1;
    -o-transform: rotate(645deg);
    -o-animation-timing-function: linear;
    -o-origin:30%;
    }

    70% {
    opacity: 1;
    -o-transform: rotate(770deg);
    -o-animation-timing-function: ease-out;
    -o-origin:39%;
    }

    75% {
    opacity: 1;
    -o-transform: rotate(900deg);
    -o-animation-timing-function: ease-out;
    -o-origin:70%;
    }

    76% {
    opacity: 0;
    -o-transform:rotate(900deg);
    }

    100% {
    opacity: 0;
    -o-transform: rotate(900deg);
    }

    }

    @-ms-keyframes orbit {
    0% {
    opacity: 1;
    z-index:99;
    -ms-transform: rotate(180deg);
    -ms-animation-timing-function: ease-out;
    }

    7% {
    opacity: 1;
    -ms-transform: rotate(300deg);
    -ms-animation-timing-function: linear;
    -ms-origin:0%;
    }

    30% {
    opacity: 1;
    -ms-transform:rotate(410deg);
    -ms-animation-timing-function: ease-in-out;
    -ms-origin:7%;
    }

    39% {
    opacity: 1;
    -ms-transform: rotate(645deg);
    -ms-animation-timing-function: linear;
    -ms-origin:30%;
    }

    70% {
    opacity: 1;
    -ms-transform: rotate(770deg);
    -ms-animation-timing-function: ease-out;
    -ms-origin:39%;
    }

    75% {
    opacity: 1;
    -ms-transform: rotate(900deg);
    -ms-animation-timing-function: ease-out;
    -ms-origin:70%;
    }

    76% {
    opacity: 0;
    -ms-transform:rotate(900deg);
    }

    100% {
    opacity: 0;
    -ms-transform: rotate(900deg);
    }

    }

    @keyframes orbit {
    0% {
    opacity: 1;
    z-index:99;
    transform: rotate(180deg);
    animation-timing-function: ease-out;
    }

    7% {
    opacity: 1;
    transform: rotate(300deg);
    animation-timing-function: linear;
    origin:0%;
    }

    30% {
    opacity: 1;
    transform:rotate(410deg);
    animation-timing-function: ease-in-out;
    origin:7%;
    }

    39% {
    opacity: 1;
    transform: rotate(645deg);
    animation-timing-function: linear;
    origin:30%;
    }

    70% {
    opacity: 1;
    transform: rotate(770deg);
    animation-timing-function: ease-out;
    origin:39%;
    }

    75% {
    opacity: 1;
    transform: rotate(900deg);
    animation-timing-function: ease-out;
    origin:70%;
    }

    76% {
    opacity: 0;
    transform:rotate(900deg);
    }

    100% {
    opacity: 0;
    transform: rotate(900deg);
    }

    }
    /*  fin loading_spin    */

#guardar_cita{
  display:none;
}

.qr-code-generator {
width: 500px;
margin: 0 auto;
}

.qr-code-generator * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

#qrcode {
width: 128px;
height: 128px;
margin: 0 auto;
text-align: center;
}

#qrcode a {
font-size: 0.8em;
}

.qr-url, .qr-size {
padding: 0.5em;
border: 1px solid #ddd;
border-radius: 2px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.qr-url {
width: 79%;
}

.qr-size {
width: 20%;
}

.generate-qr-code {
display: block;
width: 100%;
margin: 0.5em 0 0;
padding: 0.25em;
font-size: 1.2em;
border: none;
cursor: pointer;
background-color: #e5554e;
color: #fff;
}

.shadow-box-example {
    height: 120px;
    width: 100%;
    background-color: #1976D2;
}

/* table home */

#ok_after{
  display: none;
}
#ok_after2{
  display: none;
}
#ok_nextwo{
  display: none;
}
#panel6{
  display: none;  
}
#panel7{
  display: none;
}
#items td.item-name { width: 175px; }
.delete-wpr { position: relative; }

.delete { display: block; 
  color: #000;
  text-decoration: none;
  /*position: absolute; */
  background: #EEEEEE;     
  font-weight: bold; 
  padding: 0px 3px; 
  border: 1px solid; 
  top: -6px; 
  left: -22px; 
  font-family: Verdana; font-size: 12px;
}

.sidenav {
    display: none;
    height: 100%;
    width: 250px;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    background-color: #1976d2;
    overflow-x: hidden;
    padding-top: 60px;
}

/*Menú lateral*/
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #ffffff;
    display: block;
}

.sidenav a:hover {
    color: #000000;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
/* INSPECCION */
.steps-form-2 {
    display: table;
    width: 100%;
    position: relative; }
.steps-form-2 .steps-row-2 {
    display: table-row; }
.steps-form-2 .steps-row-2:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 2px;
    background-color: #7283a7; }
.steps-form-2 .steps-row-2 .steps-step-2 {
    display: table-cell;
    text-align: center;
    position: relative; }
.steps-form-2 .steps-row-2 .steps-step-2 p {
    margin-top: 0.5rem; }
.steps-form-2 .steps-row-2 .steps-step-2 button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important; }
.steps-form-2 .steps-row-2 .steps-step-2 .btn-circle-2 {
    width: 70px;
    height: 70px;
    border: 2px solid #59698D;
    background-color: white !important;
    color: #59698D !important;
    border-radius: 50%;
    padding: 22px 18px 15px 18px;
    margin-top: -22px; }
.steps-form-2 .steps-row-2 .steps-step-2 .current-step {
    width: 70px;
    height: 70px;
    border: 2px solid white;
    background-color: #0d47a1 !important;
    color: white !important;
    border-radius: 50%;
    padding: 22px 18px 15px 18px;
    margin-top: -22px; }
.steps-form-2 .steps-row-2 .steps-step-2 .btn-circle-2:hover {
    border: 2px solid #4285F4;
    color: #4285F4 !important;
    background-color: white !important; }
.steps-form-2 .steps-row-2 .steps-step-2 .current-step:hover {
    border: 2px solid #0d47a1;
    color: #0d47a1 !important;
    background-color: white !important; }
.steps-form-2 .steps-row-2 .steps-step-2 .btn-circle-2 .fa, .steps-form-2 .steps-row-2 .steps-step-2 .current-step .fa {
    font-size: 1.7rem; }

.wrapper {
  background-color: #2d4e5a;
  height: 200px;
  width: 200px;
  position: relative;
}

/* prevent users from selecting text in draggable items */
[draggable] {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
.toolbar span {
    display:inline-block;
    float:left;
}
.toolbar img {
    margin: 10px;
}
.canvas {
    margin: 0 auto;
    position:relative;
    height:512px;
    width:600px;

}
#canvasid{
      /*background: white url("https://api.intelisis-solutions.com/canvas/car_demo.png") no-repeat;*/
      
}
.canvas img {
    position:absolute;
}

/*Formato Orden de Servicio*/
.subcuerpo_frente {
    width: 1349px !important;
    height: 2330px !important;
	
    background: white !important;
  }

.borde_general {
  border: 2px solid #000;
}

.logoFord {
  width: 60%;
  padding-top: 5px;
}

.div_dos p{
  color: red;
  font-size: 11px;
  text-align: center;
}

.input_sinBorde {
  border: none;
  width: 100%;
  font-size: 12px;
}

.input_sinBorde_fechas {
  border: none;
  width: 100%;
  font-size: 10px;
}

.input_bordeInferior {
  border: none;
  border-bottom: 1px solid #000;
  width: 100%;
}

.etiquetas_encabezado {
  font-size: 12px;
}

.row_tres {
  border-bottom: 2px solid #000;
}

.row_cuatro, .row_doce, .row_veintiseis {
  color: red;
  font-size: 12px;
  border-bottom: 2px solid #000;
}

.row_cuatro .col-12, .row_doce .col-12, .row_veintiseis .col-12 {
  padding: 0px;
}

.row_cuatro .col-12 p, .row_doce .col-12 p, .row_veintiseis .col-12 p{
  margin: 3px;
  font-weight: bold;
  text-align: center;
}

.borde_general label {
  font-size: 10px;
}

div.row_cinco label {
  padding-top: 10px;
  font-size: 10px;
}

.row_cinco, .row_seis, .row_siete, .row_ocho, .row_nueve, .row_diez, .row_once, .row_doce, .row_trece,
.row_catorce, .row_diecisiete, .row_dieciocho, .row_diecinueve, .row_veinte, .row_veintidos, .row_veinticinco, 
.row_veintisiete, .row_veintiocho {
  border-bottom: 2px solid #000;
}

div.row_siete  div.col-12, div.row_ocho  div.col-12, div.row_nueve  div.col-12, div.row_diez  div.col-12, div.row_once  div.col-12,
div.row_trece  div.col-12, div.row_catorce  div.col-12, div.row_veinte  div.col-12, div.row_veintiuno  div.col-12{
  padding: 0;
}

.row_quince h6 {
  font-weight: bold;
  font-size: 12px;
  text-align: center;
}

.label_radio {
  font-weight: bold;
}

.derecha{
  text-align: right;
}

.row_dieciocho, .row_veintitres, .row_veinticinco .col-12, .row_veintisiete .col-12, .row_veintinueve .col-6, .row_treinta .col-6 {
  text-align: center;
}

.textarea_d, .textarea_i{
  width: 100%;
  /* detalle de la OR se vaya expandiendo dinamicamente */
  height: auto;
  color: #000;
  font-size: 10px;
  background: transparent;
  border: none;
  resize: none;
}

.texto {
  font-size: 10px;
  text-align: justify;
}

.car_demo {
  width: 80%;
}

.row_veinticinco img{
  width: 100%;
}

.span_celda {
  width: 100%;
  height: 100%;
  border: none;
  font-size: 12px;
  font-weight: bold;
  position: relative;
  bottom: 6px;
  left: 10px;
}

/*Gráfica gasolina*/
.grafica_gasolina {
  margin: 0px auto;
}

#handle1 .rs-handle  {
    background-color: transparent;
    border: 8px solid transparent;
    border-right-color: #f13139;
    margin: -6px 0px 0px 14px !important;
    border-width: 6px 80px 6px 4px;
}

#handle1 .rs-handle:before  {
    display: block;
    content: " ";
    position: absolute;
    height: 22px;
    width: 22px;
    background: #f13139;
    right: -11px;
    bottom: -11px;
    border-radius: 100px;
}

#handle1 .rs-tooltip  {
    top: 130%;
    font-size: 12px;
    font-weight: bold;
}

#span_grafica{
  display: block;
  margin: 0px auto;
  width: 15%;
  font-weight: bold;
}

#span_grafica, #handle1 .rs-tooltip div  {
    text-align: center;
    background: #1976D2;
    color: white;
    border-radius: 4px;
    padding: 5px 5px 0px;
    margin-top: 4px;
}

#handle1 .rs-range-color  {
    background-color: #00c851;
}

#handle1 .rs-path-color  {
    background-color: #000000;
}

.rs-inner img {
  display: block;
  margin: 15px auto;
  width: 20%;
}

.div_switchDanios {
  display: inline;
  margin-left: 5px;
}

.danios label {
  font-size: 14px !important;
  font-weight: bold;
}

#img_gasolina {
  width: 100%;
}

.insp_active {
  background: #4285F4 !important;
  color: white !important;
  border: white !important;
}
#boton_OrdenesVin{
  margin-top: 1em;
  display: none;
  float: right;
}
#tableOrdenes thead th{
    padding: 3px;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
}
#tableOrdenes tbody th, #tableOrdenes tbody td{
    padding: 3px;
    font-size: 11px;
    text-align: center;
    vertical-align: middle;
}
.ironBlue{
  background-color: #4B77BE !important;
}

/*Configuracion del usuario*/
.iconos-usuario {
  color: #007bff;
}

.input-usuario {
  border: none;
  border-bottom: 2px solid #007bff;
  border-radius: 0;
}

.input-usuario:focus {
  outline: none !important;
  box-shadow: none;
}

.input-usuario[readonly] {
  background: #f1f1f1;
}

#btn_guardarConfUsu{
  display: block;
  margin: 0px auto;
}

.span-sidebar {
  font-size: 18px;
  font-weight: bold;
  color: white;
}

.span-sidebar:hover {
  font-weight: bold;
  color: white;
}

.check-tbcitas{
    display: inline-block !important;
    position: relative !important;
    margin: 0px auto !important;
    padding: 0px !important;
    right: 10px !important;
    bottom: 3px !important;
}

span.span-ll, span.span-at {
  display: block;
  font-size: 10px;
  color: white;
}

.icono_whatsapp {
  width: 70%;
  position: relative;
  margin: 7px auto;
}

.header-login h3{
  display: inline;
  position: relative;
  top: 10px;
}

.header-login img {
  width: 20%;
}

/*Formato Reverso*/
.subcuerpo_reverso {
  width: 1349px !important;
  height: 2830px !important;
  background: white !important;
  margin: 0px auto;
}

/*Historico*/
.div_picker {
  margin: 0px;
}

.input_fecha {
    background: none !important;
    transition: all .3s;
    outline: 0;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
    box-sizing: content-box;
}

.input_fecha:hover {
  cursor: pointer;
}

.icono_calendario {
  max-width: 10px;
}

.icono_calendario i {
  color: #007bff;
}

button.picker__clear {
    border: 1px solid #fff;
    background: #ff3547;
    color: white;
    font-size: .8em;
    padding: 1rem 0 .7rem 0;
    font-weight: 700;
    width: 33%;
    display: inline-block;
    vertical-align: bottom;
    text-transform: uppercase;
    cursor: pointer;
}

button.picker__close {
    border: 1px solid #fff;
    background: #0b51c5;
    color: white;
    font-size: .8em;
    padding: 1rem 0 .7rem 0;
    font-weight: 700;
    width: 33%;
    display: inline-block;
    vertical-align: bottom;
    text-transform: uppercase;
    cursor: pointer;
}

.picker__date-display {
  background: #1976d2;
}

.picker__day-display {
  font-size: 4.5rem;
  font-weight: 400;
}

.picker__month-display {
  text-transform: uppercase;
  font-size: 2rem;
}

.picker__year-display {
  font-size: 1.8rem;
  color: rgba(255,255,255,.4);
}

#tabla_historico thead{
  font-weight: bold; 
  color:#fff;
}

select[name='tabla_historico_length'] {
  display: inline !important;
}

select[name='tabla_subtipoGtia_length'] {
  display: inline !important;
}
select[name='tabla_tipoGtia_length'] {
  display: inline !important;
}

/*Formato de Inventario*/
.formato-inv img.logo-distribuidor {
  width: 50%;
}

.formato-inv span#nom_distribuidor {
  display: block;
  position: relative;
  top: 20%;
  left: 40%;
  font-size: 22px;
  color: #fff;
}

.formato-inv div.encabezado-nom {
  background-color: #0e76c7;
  border-radius: 10px;
}

.formato-inv span.dir-distribuidor {
  font-size: 12px;
  color: #0e76c7;
  font-weight: 600;
}

.formato-inv .tabla-1 .celda {
  border: 1px solid #0e76c7;
  font-size: 10px;
  color: #0e76c7;
  font-weight: 600;
  height: 30px;
}

.formato-inv h6.titulo {
  font-weight: bold;
  font-size: 16px;
  color: #0e76c7;
}

.caja-1, .caja-3, .caja-4, .caja-5, .caja-6,
.caja-7 {
  border: 2px solid #0e76c7;
  border-bottom: none;
}

.caja-1 .row, .caja-3 .row, .caja-4 .row, .caja-5 .row,
.caja-6 .row, .caja-7 .row{
  border-bottom: 2px solid #0e76c7;
}

.celda-descrip {
  border-right: 2px solid #0e76c7;
}

.row.sin-borde {
  border: none;
}

.row.sin-borde .celda-descrip, .row.sin-borde .celda-opc{
  border-bottom: 2px solid #0e76c7;
}

.caja-1 label, .caja-2 label, .caja-1 i, .caja-3 i, .caja-4 i, .caja-5 label, .caja-5 i,
.caja-6 label, .caja-6 i, .caja-7 label, .caja-7 i, .caja-9 label, .caja-9 i, .caja-8b label,
.obs label, .firmas-finv{
  color: #0e76c7;
  font-size: 14px;
  font-weight: 600;
}

.img-danios {
  width: 80%;
}

.caja-3 {
  height: 174px;
}

.caja-3, .caja-6{
  border-left: none;
}

.caja-5 {
  height: 246px;
}

.caja-6 {
  height: 231px;
}

.caja-7 {
  height: 279px;
}

.titulo-caja {
  font-size: 20px !important;
}

.subtitulo-caja {
  font-size: 12px !important;
}

.caja-9 {
  border: 2px solid #0e76c7;
  color: #0e76c7;
}

.titulocj9, .renglonc9  {
  border-bottom: 2px solid #0e76c7;
}

.colc9 {
  border-right: 2px solid #0e76c7;
}

.caja-8 img {
  width: 40px;
}

.caja-8b {
  border: 2px solid #0e76c7;
}

.caja-9 .check-rojo {
    color: red;
    display: inline-block;
    float: right;
}

.caja-9 .check-amarillo {
    color: #ffd400;
    display: inline-block;
    float: right;
}

.caja-9 .check-verde {
    color: green;
    display: inline-block;
    float: right;
}

.firmas-finv img{
  width: 30%;
}

.reng-firma {
  margin: 0px;
  height: 0px;
  border: none;
  border-top: 2px solid #0e76c7;
}

.btn-finv.boton_imprimir, .btn-finv.boton_pdf{
  font-size: 12px;
}

.row.gasolina {
  border: 2px solid #0e76c7;
}

.row.gasolina .bderecho {
  border-right: 2px solid #0e76c7;
}

.row.gasolina i{
  color: #0e76c7;
}

.row.gasolina .etiqueta-gasolina {
  color: #0e76c7;
  font-weight: bold;
  font-size: 10px;
}

.row.gasolina #cuarto1, .row.gasolina #cuarto2, .row.gasolina #cuarto3 {
  display: block;
  position: relative;
  left: 38px;
  top: -15px;
}

.row.gasolina .cuarto-1 {
  background: linear-gradient(171deg, #FFF 77%, #bbecff 60%);
}

.row.gasolina .cuarto-2 {
  background: linear-gradient(171deg, #FFF 54%, #bbecff 35%);
}

.row.gasolina .cuarto-3 {
  background: linear-gradient(171deg, #FFF 31%, #bbecff 35%);
}

.row.gasolina .cuarto-4 {
  background: linear-gradient(171deg, #FFF 11%, #bbecff 0%);
}
