html,
body {
    height: 100%;
    font-size: 13px !important;
    font-family: Calibri, Helvetica, Arial, sans-serif !important;
}

.content-wrapper{
    padding-bottom: 150px;
}

.text-long{
  font-size: 8px;
}

h4{
  font-size: 16px;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}


.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.content-wrapper, .right-side{
    background-color: #fff !important;
}

.obligatorio{
    font-style: oblique;
    color: red;
    z-index: 10;
}
.obligatorio2{
    font-style: oblique;
    color: red;
    float: right;
    z-index: 10;
}


.skin-blue .main-header .navbar{background-color:#f2f2f2 !important;}
.skin-blue .main-header .navbar .nav>li>a{color:#000 !important}
.skin-blue .main-header .logo{background-color:#f2f2f2 !important;color:#000 !important;border-bottom:0 solid transparent;}
.skin-blue .main-header .logo:hover{background-color:#e2e2e2 !important}
.skin-blue .main-header li.user-header{background-color:#222d32 !important}
.content {
    min-height: 250px !important;
    padding: 0px !important;
    margin-right: auto;
    margin-left: auto;
    padding-left: 50px !important;
    padding-right: 50px !important;
}

.skin-blue .main-header .navbar .sidebar-toggle:hover {
    background-color: #e2e2e2 !important;
}


/* Login */
body.login-page {
    background-color: #FFF;
    height: 100vh;
    overflow: hidden;
}

.login-contenedor {
    height: 100vh;
    margin: 0 !important;
    padding: 15px 0;
}

.login-contenedor .img-contenedor,
.login-contenedor .img-contenedor img, 
.login-contenedor .form-contenedor {
    height: 100%;
    max-height: 100%;
}

input:-webkit-autofill, 
textarea:-webkit-autofill, 
select:-webkit-autofill {
    background-color: #FFF !important;
}

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

  .login-contenedor {padding: 0;}  
    
  .login-contenedor .img-contenedor {display: none;}

  .login-contenedor .form-contenedor::before {
      content: "";
      background: url("../img/portada-log.png");
      opacity: 0.4;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      position: absolute;
      z-index: -1; 
      background-size: cover;  
    }
}



.tablacaso{
  font-size: 14px;     
  font-weight: normal;   
  margin: auto;
  width: 100%; 
}

.tablacaso th:first-child{
  width: 25%;
  padding-left: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.tablacaso td{
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-left: 1px solid black;
}



.tablaproveedor{
  font-size: 14px;     
  font-weight: normal;   
  margin: auto;
  width: 100%; 
  
}

.tablaproveedor th:first-child{
  width: 25%;
  padding-left: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.tablaproveedor td{
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-left: 1px solid black;
}


.titulo{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14pt;
    color: black;
}

.titulo-form{
    font-size: 18px;
}

/* Menú ficha */
.square{
  width: 90%;
  margin: 0 auto;
  left: 0;
}
.square ul {
    list-style: none;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0;
}

.square ul li a{
    display: grid;
    float: left;
    height: 68px;
    text-align: center;
    padding-top: 5px;
    position: relative;
    margin: 10px 10px 0 0;
    font-size: 18px;
    text-decoration: none;
    color: #000;
    width: 150px;
    text-transform: uppercase;
    border: 1px solid #b9b9b9;
}
.square ul li a.active{
    background: #fbe5d6;
}
.square ul li a:active {
    color: #000 !important;
}
.square ul li a:focus {
    color: #000 !important;
}

.square ul li a.active:after{
    /*border-left: 30px solid #424242;*/
}
.square ul li a:after{
    content: "";
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    /*border-left: 30px solid #a3a3a3;*/
    position: absolute;
    /*right: -29px;*/
    top: 0;
    z-index: 1;
}
.square ul li:first-child a:before {
    display: none;
}
.square ul li:last-child a {
    margin-right: 0px;
}
.square p{
    margin: 0;
    font-size: 10pt;
}

.menu-circular {
    width: 90%;
    margin: 0 auto;
    left: 0;
}

.menu-circular ul{
    list-style: none;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0;
}

.menu-circular ul li a{
    display: block;
    height: 80px;
    width: 80px;
    text-align: center;
    padding-top: 20px;
    position: relative;
    margin: 10px 10px 0 0;
    font-size: 18px;
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
    border: 1px solid #b9b9b9;
    border-radius: 40px;
}

.menu-circular ul li a.active{
    background: #fbe5d6;
}
.menu-circular ul li a:active {
    color: #000 !important;
}
.menu-circular ul li a:focus {
    color: #000 !important;
}

.menu-circular ul li a:after{
    content: "";
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    /*border-left: 30px solid #a3a3a3;*/
    position: absolute;
    /*right: -29px;*/
    top: 0;
    z-index: 1;
}

/* end steps */


hr{
    margin-top: 0px;
    border-top: 1px solid #222d32;
}

.form-control[readonly], .form-control[disabled] {
    background-color: #f9f9f9;
    opacity: 1;
}

.form-control{
    color: #7d7d7d;
}

.control-label{
    font-weight: unset !important;
    text-transform: uppercase;
}

.label-oval{
    border-radius: 1.25em;
    padding: .2em 2em .3em;
}

/*Botones*/
.btn-filtro {
    background-color: #fff2cc;
    border-color: #fff2cc;
    color: #000;
    border-radius: 0px !important;
    padding: 3px 25px !important;
}

.reset-filtros {
    font-style: italic;
    color: #000;
    font-size: 16px;
}

a:hover.reset-filtros {
    color: #777;
}

.btn-reportes {
    background-color: #dae3f3;
    border-color: #cddaf2;
    color: #000;
    border-radius: 0px !important;
    padding: 3px 25px !important;
}

.btn-submit {
  background-color: #a9d18e;
  border-radius: 0px !important;
  padding: 6px 35px !important;
  font-weight: 600;
  font-size: 16px;
  color: #000;
}

.btn-cancelar-big {
  background-color: #ed9797;
  border-radius: 0px !important;
  padding: 6px 35px !important;
  font-weight: 600;
  font-size: 16px;
  color: #000;
}

.btn-anular {
    background-color: #fbd3d3;
    border-color: #fbd3d3;
    color: #000;
    border-radius: 0px !important;
    padding: 3px 20px !important;
    font-size: 10px;
}

.btn-cancelar {
    background-color: #fbd3d3;
    border-radius: 0px !important;
    padding: 3px 35px !important;
    font-weight: 600;
    font-size: 14px;
    color: #000;
}

.btn-aceptar {
    background-color: #c5e0b4;
    border-radius: 0px !important;
    padding: 1px 35px !important;
    font-weight: 600;
    font-size: 14px;
    color: #000;
}

.btn-small-gris {
    background-color: #f2f2f2;
    border-color: #f2f2f2;
    color: #000;
    border-radius: 0px !important;
    padding: 3px 25px !important;
}

.btn-small-verde {
    background-color: #e2f0d9;
    border-color: #e2f0d9;
    color: #000;
    border-radius: 0px !important;
    padding: 3px 25px !important;
}

.btn-small-red {
    background-color: #fbd3d3;
    border-color: #fbd3d3;
    color: #000;
    border-radius: 0px !important;
    padding: 3px 25px !important;
}

  .btn-blue{
    background-color: #0d6173;
    border-color: #0d4c5a;
    color: #fff;
  }

  .btn-blue:focus, .btn-blue:hover {
    color: #fff;
  }
/*Fin Botones*/

/* Select 2*/
.select2-container--krajee .select2-selection {
   /* border-radius: 0px !important;*/
    font-weight: normal;
    border-radius: 0px;
}
.select2-container--krajee .select2-results__option[aria-selected], .select2-results__option{
  background-color: #f2f2f2 !important;
  color: #222d32 !important;
  line-height: 25px;
}
.select2-container--krajee .select2-results__option--highlighted[aria-selected]{
    background-color:  #222d32 !important;
    color: #fff !important;
}
.select2-container--krajee .select2-selection--single .select2-selection__placeholder{
  font-style: italic;
}
.select2-container--krajee .select2-selection--single .select2-selection__arrow{
  border-left: 0px;
}
.select2-container--krajee{
    /*z-index: -1!important;*/
}
/* Select 2 FIN*/


.tablacaso{
  font-size: 13px;
  font-weight: normal;
  margin: auto;
  width: 100%;
}

.tablacaso th:first-child{
  width: 25%;
  padding-left: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.tablacaso td{
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-left: 1px solid black;
}

.btn {
  border-radius: 0px !important;
  padding: 3px 22px;
}
.btn2 {
    border-radius: 0px !important;
  padding: 3px 22px;
      background-color: #a9d18e;
    border-radius: 0px !important;
    padding: 2% !important;
    font-weight: 400;
    font-size: 16px;
    color: #000;
}
.btn-primario{
  color: black;
  background-color: #c5e0b4;
  border-color: #c5e0b4;
  font-weight: 600;
  font-size: 14px;
}

.btn-primario:hover{
  color: black;
  background-color: #9ab08b;
  border-color: #9ab08b;
}

.btn-cancelar{
  color: black;
  background-color: #e8a3a3;
  border-color: #e8a3a3;
}

.btn-cancelar:hover{
  color: black;
  background-color: #c58b8b;
  border-color: #c58b8b;
}

.btn-accion{
  color: black;
  background-color: #d9d9d9;
  border-color: #d9d9d9;
}

.btn-accion:hover{
  color: black;
  background-color: #c4c2c2;
  border-color: #c4c2c2;
}

.btn-submit2 {
    background-color: #a9d18e;
    border-radius: 0px !important;
    padding: 2% !important;
    font-weight: 600;
    font-size: 16px;
    color: #000;
}
.table {
    border-collapse: inherit !important;
    margin-bottom: 0px !important;
}

.table .table td{
  padding: 0px;
}

.table .table td button{
  margin-top: 4px;
}
.nav-stacked>li.active>a, .nav-stacked>li.active>a:hover {
    border-left-color: #c00000 !important;
}
/*Fin Botones*/

/*clases Modulo Proveedores*/

.micolor {
    background-color: #d2d6de !important;
    font-weight: bold !important;
}

.btn-gris {
    background-color: #D2D6DE !important;
    border-color: #D2D6DE !important;
    color: #000000 !important;
}
 

.panel-default > .panel-heading .borde {
     color: #fff !important; 
     background-color: #fff !important; 
     border-color: #fff !important; 
}
.panel-default > .panel-heading2 {
     color: #fff !important; 
     background-color: #fff !important; 
     border-color: #ddd !important; 
      
}
 
.panel-heading2 {
     padding: 10px 15px; 
    border-bottom: 1px solid transparent;
     border-top-left-radius: 0px; 
     border-top-right-radius: 0px; 
}
.panel-default2 {
    border-color: #fff;
}
 
.panel2 {
    margin-bottom: 20px;
    background-color: #fff;
    border: 2px solid transparent; 
    border-radius: 4px;
     -webkit-box-shadow: 0 0px 0px rgba(255, 255, 255, 255) !important; 
     box-shadow: 0 0px 0px rgba(255, 255, 255, 255) !important; 
}
.colorletra{
  color: #000000 !important;
}
/*.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
    border: 1px solid #ffffff !important;
}*/
.colores {
    background-color: #5cb85c !important;
}

 
.rectangulo {
    border: 2px solid #000000;
    margin-top: 5%;
    margin-left: 10%;
    padding-top: 3;
    padding-left: 10%;
    padding-right: 10%;
}

.colorrojo{
    color: red;
    float: left;
    z-index: 10;
}
.colorverde{
    color: green;
    float: left;
    z-index: 10;
}

.colorrojo{
  color: red;
  font-style: italic;
  
}

/* Modales */
.modal-header {
    background-color: #f2f2f2;
    text-align: center;
    height: 100px;
}

.modal-header > h4 {
    font-weight: bold !important;
    padding-top: 15px;
}

.modal-dialog {
    margin: 150px auto;
}

.modal-header .close {
    margin-top: -50px;
    padding-right: 15px;
    opacity: unset;
}
/* Modales FIN */
.hhr{
   margin-top: 20px !important;
    border-top: 1px solid #000000 !important;
}

.cargando {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('../img/loading.gif') 
                50% 50% 
                no-repeat;
}
body.loading {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .cargando {
    display: block;
}


.car-item {
    position: relative;
    overflow: hidden;
    background-color: #f6f6f6;
    border: 1px solid #f6f6f6;
    padding: 5px;
    margin: 5px;   
    height: 250px;
}

.car-item4 {
    position: relative;
    overflow: hidden auto;
    background-color: #f6f6f6;
    border: 1px solid #f6f6f6;
    padding: 5px;
    margin: 5px;   
    height: 450px !important;
}

.panel-catalogo{
  border: 1px solid #f6f6f6;
   box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.row-catalogo{
  padding:20px;
}

.car-item2{
    position: relative;
    overflow: hidden;
    background-color: #f6f6f6;
    border: 1px solid #f6f6f6;
    padding: 10px;
    margin: 10px;
    width: 220px;
    height: 220px;
}

.headlista{

  background-color: #68887F!important;
  color: white!important;
  font-size: 10px!important;
  text-align: center;
  height: 5px;
}

.headcarro{

  background-color: #82817F!important;
  color: white!important;
  font-size: 10px!important;
  text-align: center;
  height: 5px;
}

.car-image {
  position: relative;
  width: 100%;
  height: 35%;
}

.img-fluid {
  display: block;
  width: 100%;
  height: 100%;
}

.car-overlay-banner {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background: rgba(219, 45, 46, 0.7);
  overflow: hidden;
  width: 100%;
  height:0;
  transition: .5s ease;
}

.car-image:hover .car-overlay-banner {
  bottom: 0;
  height: 100%;
}


.car-item .car-image {
    position: relative;
    overflow: hidden;
    height: 50%;
}

.car-item .car-overlay-banner ul {
    left: 0;
    position: absolute;
    right: 0;
    top: 40%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    z-index: 99;
}
.car-item .gray-bg .car-content {
    background-color: #f6f6f6;
}

.car-list {
 /* position: absolute;
  bottom: 0;
  left: 0;
  right: 0;*/
  width: 100%;
  height: 0;
  transition: .5s ease;
  background: white;
  color: #363636;
}

.car-image:hover .car-list {
  height: 20%;
}

.car-list li {
    line-height: 38px;
    color: #999999;
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

.slide-item {
    position: relative;
    overflow: hidden;
    background-color: #f6f6f6;
    border: 1px solid #f6f6f6;
    padding: 5px;
    margin: 5px;
    width: 100%;
    height: 350px;
}


/*preguntas*/

.card {
  border: 0;
  margin-bottom: 30px;
  margin-top: 30px;
  border-radius: 6px;
  color: #333333;
  background: #fff;
  width: 100%;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }
  .card .card-category:not([class*="text-"]) {
    color: #999999; }
  .card .card-category {
    margin-top: 10px; }
    .card .card-category .material-icons {
      position: relative;
      top: 8px;
      line-height: 0; }
  .card .form-check {
    margin-top: 15px; }
  .card .card-title {
    margin-top: 0.625rem; }
    .card .card-title:last-child {
      margin-bottom: 0; }
  .card.no-shadow .card-header-image,
  .card.no-shadow .card-header-image img {
    box-shadow: none !important; }
  .card .card-body,
  .card .card-footer {
    padding: 0.9375rem 1.875rem; }
  .card .card-body + .card-footer {
    padding-top: 0rem;
    border: 0;
    border-radius: 6px; }
  .card .card-footer {
    display: flex;
    align-items: center;
    background-color: transparent;
    border: 0; }
    .card .card-footer .author,
    .card .card-footer .stats {
      display: inline-flex; }
    .card .card-footer .stats {
      color: #999999; }
      .card .card-footer .stats .material-icons {
        position: relative;
        top: -10px;
        margin-right: 3px;
        margin-left: 3px;
        font-size: 18px; }
  .card.bmd-card-raised {
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2); }
  @media (min-width: 992px) {
    .card.bmd-card-flat {
      box-shadow: none; } }
  .card .card-header {
    border-bottom: none;
    background: transparent; }
    .card .card-header .title {
      color: #fff; }
    .card .card-header .nav-tabs {
      padding: 0; }
    .card .card-header.card-header-image {
      position: relative;
      padding: 0;
      z-index: 1;
      margin-left: 15px;
      margin-right: 15px;
      margin-top: -30px;
      border-radius: 6px; }
      .card .card-header.card-header-image img {
        width: 100%;
        border-radius: 6px;
        pointer-events: none;
        box-shadow: 0 5px 15px -8px rgba(0, 0, 0, 0.24), 0 8px 10px -5px rgba(0, 0, 0, 0.2); }
      .card .card-header.card-header-image .card-title {
        position: absolute;
        bottom: 15px;
        left: 15px;
        color: #fff;
        font-size: 1.125rem;
        text-shadow: 0 2px 5px rgba(33, 33, 33, 0.5); }
      .card .card-header.card-header-image .colored-shadow {
        -webkit-transform: scale(0.94);
                transform: scale(0.94);
        top: 12px;
        -webkit-filter: blur(12px);
                filter: blur(12px);
        position: absolute;
        width: 100%;
        height: 100%;
        background-size: cover;
        z-index: -1;
        transition: opacity .45s;
        opacity: 0; }
      .card .card-header.card-header-image.no-shadow {
        box-shadow: none !important; }
        .card .card-header.card-header-image.no-shadow.shadow-normal {
          box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2); }
        .card .card-header.card-header-image.no-shadow .colored-shadow {
          display: none !important; }
  .card .card-header-primary .card-icon,
  .card .card-header-primary .card-text,
  .card .card-header-primary:not(.card-header-icon):not(.card-header-text), .card.bg-primary,
  .card.card-rotate.bg-primary .front,
  .card.card-rotate.bg-primary .back {
    background: linear-gradient(60deg, #ab47bc, #8e24aa); }
  .card .card-header-info .card-icon,
  .card .card-header-info .card-text,
  .card .card-header-info:not(.card-header-icon):not(.card-header-text), .card.bg-info,
  .card.card-rotate.bg-info .front,
  .card.card-rotate.bg-info .back {
    background: linear-gradient(60deg, #26c6da, #00acc1); }
  .card .card-header-success .card-icon,
  .card .card-header-success .card-text,
  .card .card-header-success:not(.card-header-icon):not(.card-header-text), .card.bg-success,
  .card.card-rotate.bg-success .front,
  .card.card-rotate.bg-success .back {
    background: linear-gradient(60deg, #66bb6a, #43a047); }
  .card .card-header-warning .card-icon,
  .card .card-header-warning .card-text,
  .card .card-header-warning:not(.card-header-icon):not(.card-header-text), .card.bg-warning,
  .card.card-rotate.bg-warning .front,
  .card.card-rotate.bg-warning .back {
    background: linear-gradient(60deg, #ffa726, #fb8c00); }
  .card .card-header-danger .card-icon,
  .card .card-header-danger .card-text,
  .card .card-header-danger:not(.card-header-icon):not(.card-header-text), .card.bg-danger,
  .card.card-rotate.bg-danger .front,
  .card.card-rotate.bg-danger .back {
    background: linear-gradient(60deg, #ef5350, #e53935); }
  .card .card-header-rose .card-icon,
  .card .card-header-rose .card-text,
  .card .card-header-rose:not(.card-header-icon):not(.card-header-text), .card.bg-rose,
  .card.card-rotate.bg-rose .front,
  .card.card-rotate.bg-rose .back {
    background: linear-gradient(60deg, #ec407a, #d81b60); }
  .card .card-header-primary .card-icon,
  .card .card-header-primary:not(.card-header-icon):not(.card-header-text),
  .card .card-header-primary .card-text {
      }
  .card .card-header-danger .card-icon,
  .card .card-header-danger:not(.card-header-icon):not(.card-header-text),
  .card .card-header-danger .card-text {
      }
  .card .card-header-rose .card-icon,
  .card .card-header-rose:not(.card-header-icon):not(.card-header-text),
  .card .card-header-rose .card-text {
    /*box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(233, 30, 99, 0.4);*/ }
  .card .card-header-warning .card-icon,
  .card .card-header-warning:not(.card-header-icon):not(.card-header-text),
  .card .card-header-warning .card-text {
    /*box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(255, 152, 0, 0.4);*/ }
  .card .card-header-info .card-icon,
  .card .card-header-info:not(.card-header-icon):not(.card-header-text),
  .card .card-header-info .card-text {
    /*box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(0, 188, 212, 0.4);*/ }
  .card .card-header-success .card-icon,
  .card .card-header-success:not(.card-header-icon):not(.card-header-text),
  .card .card-header-success .card-text {
    /*box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(76, 175, 80, 0.4);*/ }
  .card [class*="card-header-"], .card[class*="bg-"] {
    color: #fff; }
    .card [class*="card-header-"] .card-title a,
    .card [class*="card-header-"] .card-title,
    .card [class*="card-header-"] .icon i, .card[class*="bg-"] .card-title a,
    .card[class*="bg-"] .card-title,
    .card[class*="bg-"] .icon i {
      color: #fff; }
    .card [class*="card-header-"] .icon i, .card[class*="bg-"] .icon i {
      border-color: rgba(255, 255, 255, 0.25); }
    .card [class*="card-header-"] .author a,
    .card [class*="card-header-"] .stats,
    .card [class*="card-header-"] .card-category,
    .card [class*="card-header-"] .card-description, .card[class*="bg-"] .author a,
    .card[class*="bg-"] .stats,
    .card[class*="bg-"] .card-category,
    .card[class*="bg-"] .card-description {
      color: rgba(255, 255, 255, 0.8); }
    .card [class*="card-header-"] .author a:hover, .card [class*="card-header-"] .author a:focus, .card [class*="card-header-"] .author a:active, .card[class*="bg-"] .author a:hover, .card[class*="bg-"] .author a:focus, .card[class*="bg-"] .author a:active {
      color: #fff; }
  .card .author .avatar {
    width: 30px;
    height: 30px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 5px; }
  .card .author a {
    color: #3C4858;
    text-decoration: none; }
    .card .author a .ripple-container {
      display: none; }
  .card .card-category-social .fa {
    font-size: 24px;
    position: relative;
    margin-top: -4px;
    top: 2px;
    margin-right: 5px; }
  .card .card-category-social .material-icons {
    position: relative;
    top: 5px; }
  .card[class*="bg-"],
  .card[class*="bg-"] .card-body {
    border-radius: 6px; }
    .card[class*="bg-"] h1 small,
    .card[class*="bg-"] h2 small,
    .card[class*="bg-"] h3 small,
    .card[class*="bg-"] .card-body h1 small,
    .card[class*="bg-"] .card-body h2 small,
    .card[class*="bg-"] .card-body h3 small {
      color: rgba(255, 255, 255, 0.8); }
  .card .card-stats {
    background: transparent;
    display: flex; }
    .card .card-stats .author,
    .card .card-stats .stats {
      display: inline-flex; }

.card {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14); }
  .card .table tr:first-child td {
    border-top: none; }
  .card .card-title {
    margin-top: 0;
    margin-bottom: 15px; }
  .card .card-body {
    padding: 0.9375rem 20px;
    position: relative; }
    .card .card-body .form-group {
      margin: 27px 0 0; }
  .card .card-header {
    z-index: 3 !important; }
    .card .card-header .card-title {
      margin-bottom: 3px; }
    .card .card-header .card-category {
      margin: 0; }
    .card .card-header.card-header-text {
      display: inline-block; }
      .card .card-header.card-header-text:after {
        content: "";
        display: table; }
    .card .card-header.card-header-icon i, .card .card-header.card-header-text i {
      width: 33px;
      height: 33px;
      text-align: center;
      line-height: 33px; }
    .card .card-header.card-header-icon .card-title, .card .card-header.card-header-text .card-title {
      margin-top: 15px;
      color: #3C4858; }
    .card .card-header.card-header-icon h4, .card .card-header.card-header-text h4 {
      font-weight: 300; }
    .card .card-header.card-header-tabs .nav-tabs {
      background: transparent;
      padding: 0; }
    .card .card-header.card-header-tabs .nav-tabs-title {
      float: left;
      padding: 10px 10px 10px 0;
      line-height: 24px; }
  .card.card-plain .card-header.card-header-icon + .card-body .card-title,
  .card.card-plain .card-header.card-header-icon + .card-body .card-category {
    margin-top: -20px; }
  .card .card-actions {
    position: absolute;
    z-index: 1;
    top: -50px;
    width: calc(100% - 30px);
    left: 17px;
    right: 17px;
    text-align: center; }
    .card .card-actions .card-header {
      padding: 0;
      min-height: 160px; }
    .card .card-actions .btn {
      padding-left: 12px;
      padding-right: 12px; }
    .card .card-actions .fix-broken-card {
      position: absolute;
      top: -65px; }
  .card.card-chart .card-footer i:nth-child(1n+2) {
    width: 18px;
    text-align: center; }
  .card.card-chart .card-category {
    margin: 0; }
  .card .card-body + .card-footer,
  .card .card-footer {
    padding: 0;
    padding-top: 10px;
    margin: 0 15px 10px;
    border-radius: 0;
    justify-content: space-between;
    align-items: center; }
    .card .card-body + .card-footer h6,
    .card .card-footer h6 {
      width: 100%; }
    .card .card-body + .card-footer .stats,
    .card .card-footer .stats {
      color: #999999;
      font-size: 12px;
      line-height: 22px; }
      .card .card-body + .card-footer .stats .card-category,
      .card .card-footer .stats .card-category {
        padding-top: 7px;
        padding-bottom: 7px;
        margin: 0; }
      .card .card-body + .card-footer .stats .material-icons,
      .card .card-footer .stats .material-icons {
        position: relative;
        top: 4px;
        font-size: 16px; }
  .card [class*="card-header-"] {
    margin: 0px 15px 0;
    padding: 0;
    position: relative; }
    .card [class*="card-header-"] .card-title + .card-category {
      color: rgba(255, 255, 255, 0.62); }
      .card [class*="card-header-"] .card-title + .card-category a {
        color: #fff; }
    .card [class*="card-header-"]:not(.card-header-icon):not(.card-header-text):not(.card-header-image) {
      border-radius: 3px;
      margin-top: -20px;
      padding: 15px; }
    .card [class*="card-header-"] .card-icon,
    .card [class*="card-header-"] .card-text {
      border-radius: 3px;
      background-color: #999999;
      padding: 15px;
      margin-top: -20px;
      margin-right: 15px;
      float: left; }
    .card [class*="card-header-"] .card-text {
      float: none;
      display: inline-block;
      margin-right: 0; }
      .card [class*="card-header-"] .card-text .card-title {
        color: #fff;
        margin-top: 0; }
    .card [class*="card-header-"] .ct-chart .card-title {
      color: #fff; }
    .card [class*="card-header-"] .ct-chart .card-category {
      margin-bottom: 0;
      color: rgba(255, 255, 255, 0.62); }
    .card [class*="card-header-"] .ct-chart .ct-label {
      color: rgba(255, 255, 255, 0.7); }
    .card [class*="card-header-"] .ct-chart .ct-grid {
      stroke: rgba(255, 255, 255, 0.2); }
    .card [class*="card-header-"] .ct-chart .ct-series-a .ct-point,
    .card [class*="card-header-"] .ct-chart .ct-series-a .ct-line,
    .card [class*="card-header-"] .ct-chart .ct-series-a .ct-bar,
    .card [class*="card-header-"] .ct-chart .ct-series-a .ct-slice-donut {
      stroke: rgba(255, 255, 255, 0.8); }
    .card [class*="card-header-"] .ct-chart .ct-series-a .ct-slice-pie,
    .card [class*="card-header-"] .ct-chart .ct-series-a .ct-area {
      fill: rgba(255, 255, 255, 0.4); }
    .card [class*="card-header-"] .ct-chart .ct-series-a .ct-bar {
      stroke-width: 10px; }
    .card [class*="card-header-"] .ct-chart .ct-point {
      stroke-width: 10px;
      stroke-linecap: round; }
    .card [class*="card-header-"] .ct-chart .ct-line {
      fill: none;
      stroke-width: 4px; }
  .card [data-header-animation="true"] {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1); }
  .card:hover [data-header-animation="true"] {
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0); }
  .card .map {
    height: 280px;
    border-radius: 6px;
    margin-top: 15px; }
    .card .map.map-big {
      height: 420px; }
  .card .card-body.table-full-width {
    padding: 0; }
  .card .card-plain .card-header-icon {
    margin-right: 15px !important; }

.table-sales {
  margin-top: 40px; }

.iframe-container {
  width: 100%; }
  .iframe-container iframe {
    width: 100%;
    height: 500px;
    border: 0;
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2); }

.card-wizard .nav.nav-pills .nav-item {
  margin: 0; }
  .card-wizard .nav.nav-pills .nav-item .nav-link {
    padding: 6px 15px !important; }

.card-wizard .nav-pills:not(.flex-column) .nav-item + .nav-item:not(:first-child) {
  margin-left: 0; }

.card-wizard .nav-item .nav-link.active,
.card-wizard .nav-item .nav-link:hover,
.card-wizard .nav-item .nav-link:focus {
  background-color: inherit !important;
  box-shadow: none !important; }

.card-wizard .input-group-text {
  padding: 6px 15px 0px !important; }

.card-wizard .card-footer {
  border-top: none !important; }

.card-chart .card-body + .card-footer,
.card-product .card-body + .card-footer {
  border-top: 1px solid #eee; }

.card-product .price {
  color: inherit; }

.card-collapse {
  margin-bottom: 15px; }
  .card-collapse .card .card-header a[aria-expanded="true"] {
    color: #e91e63; }

.card-stats .card-header.card-header-icon, .card-stats .card-header.card-header-text {
  text-align: right; }

.card-stats .card-header .card-icon + .card-title,
.card-stats .card-header .card-icon + .card-category {
  padding-top: 10px; }

.card-stats .card-header.card-header-icon .card-title,
.card-stats .card-header.card-header-text .card-title,
.card-stats .card-header.card-header-icon .card-category,
.card-stats .card-header.card-header-text .card-category {
  margin: 0; }

.card-stats .card-header .card-category {
  margin-bottom: 0;
  margin-top: 0; }
  .card-stats .card-header .card-category:not([class*="text-"]) {
    color: #999999;
    font-size: 14px; }

.card-stats .card-header + .card-footer {
  border-top: 1px solid #eee;
  margin-top: 14px; }

.card-stats .card-header.card-header-icon i {
  font-size: 36px;
  line-height: 56px;
  width: 56px;
  height: 56px;
  text-align: center; }

.card-stats .card-body {
  text-align: right; }

.card-profile {
  margin-top: 30px;
  text-align: center; }
  .card-profile .card-avatar {
    margin: -50px auto 0;
    border-radius: 50%;
    overflow: hidden;
    padding: 0;
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2); }
    .card-profile .card-avatar + .card-body {
      margin-top: 15px; }
    .card-profile .card-avatar img {
      width: 100%;
      height: auto; }
  .card-profile .card-body + .card-footer {
    margin-top: -15px; }
  .card-profile .card-footer .btn.btn-just-icon {
    font-size: 20px;
    padding: 12px 12px;
    line-height: 1em; }
  .card-profile.card-plain .card-avatar {
    margin-top: 0; }
  .card-profile .card-header:not([class*="card-header-"]) {
    background: transparent; }
  .card-profile .card-avatar {
    max-width: 130px;
    max-height: 130px; }

.card-plain {
  background: transparent;
  box-shadow: none; }
  .card-plain .card-header:not(.card-avatar) {
    margin-left: 0;
    margin-right: 0; }
  .card-plain .card-body {
    padding-left: 5px;
    padding-right: 5px; }
  .card-plain .card-header-image {
    margin: 0 !important;
    border-radius: 6px; }
    .card-plain .card-header-image img {
      border-radius: 6px; }
  .card-plain .card-footer {
    padding-left: 5px;
    padding-right: 5px;
    background-color: transparent; }
      .btn.btn-round {
    border-radius: 30px !important; }
    .text-gray {
  color: #999999 !important; }

.car-image {
  position: relative;
  width: 100%;
  height: 35%;
}

.car-item3 {
    position: relative;
    overflow: hidden;
    background-color: #f6f6f6;
    border: 1px solid #f6f6f6;
    padding: 5px;
    margin: 5px;
    width: 220px;
    height: 300px;
}

.img-fluid {
  display: block;
  width: 100%;
  height: 100%;
}
/*Borde de input*/
.bordear {
    border: 2px solid #ec7323 !important;
    /*border-radius: 4px;*/
}
/*Borde de boton*/
.bordearboton {
    border: 2px solid #3c3c3b !important;
    /*border-radius: 4px;*/
}

/*Resaltador Gris para input*/
.resaltador-gris {
    background-color: #e9e9e9;
  }

.tabla {
    position: static !important;
    
}
@media only screen and (max-width: 961px) {
 
  .dropdown-menu {
  
  /*.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td*/
}
.grid .dropdown-menu{
   position: static !important;
}
}
@media only screen and (max-width: 961px) {
 
  .dropdown-menu {
  
  /*.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td*/
}
.grid .dropdown-menu{
   /*position: static !important;*/
   position: inherit!important;

}
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .grid .dropdown-menu{
   position: absolute; !important;
   /*position: inherit!important*/
}
}

.modal-historico .modal-dialog .modal-content .modal-header{
  height: 55px;
}

.modal-historico .modal-dialog .modal-content .modal-header > h4  {
  padding-top: 0px;
}
.modal-historico .modal-dialog .modal-content .modal-header .close{
   margin-top: 0px; */
  padding-right: 0px; */
  opacity: unset;
}

.header-new{
  height: 55px !important;
}

.header-new > h4  {
  padding-top: 0px !important;
}
.header-new .close{
  margin-top: 0px !important; 
  padding-right: 0px !important; 
  opacity: unset !important;
}

.accion-stop-link, .accion-link {
  cursor: pointer;
}

.pantalla-preparacion {
  overflow-x: hidden !important;
  overflow-y: hidden !important;
  width: 100% !important;
  height: 100% !important;
}

.columna-informacion {
  max-width: calc(20vw);
  width: 300px;
}

.informacion-total {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  align-items: center;
}

/* Pantalla preparación */

.card.equipos {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 14px 10px rgba(34, 35, 58, 0.5);
  max-width: 400px;
  height: 240px;
  display: flex;
  flex-direction: row;
  border-radius: 25px;
  position: relative;
  transform: perspective(4em) rotateX(0deg) rotateY(1deg) rotateZ(0.5deg);
}

.card.equipos h2 {
  margin: 0;
  padding: 0 1rem;
}

.card.equipos .title {
  padding: 1rem;
  text-align: right;
  color: green;
  font-weight: bold;
  font-size: 12px;
}

.card.equipos .desc {
  padding: 0.5rem 1rem;
  font-size: 12px;
}

.card.equipos .actions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  padding: 0.5rem 1rem;
}

.card.equipos svg {
  width: 85px;
  height: 85px;
  margin: 0 auto;
}

.card.equipos .img-avatar {
  width: 50px;
  height: 50px;
  position: absolute;
  border-radius: 50%;
  border: 3px solid white;
  background-color: rgba( 239, 64, 54, 1 );
  background-image: url('../img/logo.png');
  background-size: cover;
  top: 5px;
  left: 120px;
}

.card.equipos .card-text {
  display: grid;
  grid-template-columns: 1fr 2fr;
}

.card.equipos .title-total {
  padding: 1em;
  height: 240px !important;
}

.card.equipos path {
  fill: white;
}

.card.equipos .img-portada {
  width: 100%;
}

.card.equipos .portada {
  width: 150px;
  height: 100%;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-position: bottom center;
  background-color: rgba( 239, 64, 54, 1 );
  background-size: cover;
  color: white;
  padding: 10px;
  text-align: center;
}

.card.equipos .portada p {
  margin: 0;
  padding: 0;
  font-size: 1.25rem;
}

.card.equipos .timer {
  font-size: 1.75rem;
  margin-left: 10px;
}

.turno_titulo {
  text-align: center;
}

.vehiculos_completados {
  font-size: 2.5rem;
}
.pantalla-preparacion {
  overflow-x: hidden !important;
  overflow-y: hidden !important;
  width: 100% !important;
  height: calc(100vh) !important;
  background-color: rgba(34, 45, 50, .75);
}

.tablero-preparacion {
  height: calc(50vh) !important;
  padding-top: calc(5rem);
}

.lista-cartas {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}

.listado-general {
  height: calc(45vh) !important;
  padding: 20px 30px;
}

.listado-general h2 {
  padding: 0;
  color: white;
}

.card.lista {
  height: 240px;
  width: 200px;
  text-align: center;
  border-radius: 10px;
  box-shadow: -.5rem .25rem .75rem #000;
  transition: 0.4s ease-out;
  transform: perspective(3em) rotateX(0deg) rotateY(.5deg) rotateZ(0.25deg);
}

.card.lista:not(:first-child) {
  margin-left: -50px;
}

.card.lista:last-child {
  transform: none;
  z-index: 500;
  height: 260px;
}

.btn-form {
  margin-top: 25px !important;
}

.btn-sincronizar {
    text-align: right;
    position: relative;
    top: -75px;
}

.btn-sincronizar .btn {
    border-radius: 5px !important;
    padding: 10px !important;
}

.c-pointer {
  cursor: pointer;
}

/* search sidebar */

.searchbar{
    position: fixed;
    display: none;
    right: 0;
    top:  0px;
    width: 300px;
    height: calc(100vh);
    background: #222d32;
    opacity: .95;
    z-index: 1030;
    color: white;
}

.searchbar::-webkit-scrollbar {
    width: 6px;
}

/* Track */
.searchbar::-webkit-scrollbar-track {
    background: gainsboro;
    border-radius: 5px;
}

/* Handle */
.searchbar::-webkit-scrollbar-thumb {
    background: black;
    border-radius: 5px;
}

/* Handle on hover */
.searchbar::-webkit-scrollbar-thumb:hover {
    background: #555;
}


.searchbar header {
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    background: #1e282c;
    user-select: none;
}

.searchbar .campos {
    padding-top: 30px;
    display: block;
    height: calc(100vh - 90px);
    width: 100%;
    box-sizing: border-box;
    overflow-y: auto;
}

.searchbar .botones {
    text-align: center;
    padding: 10px;
}

.searchbar .botones .link-reset-form {
    color: white;
    text-decoration: underline;
    margin: 0 10px;
}

.searchbar header span#boton-busqueda-avanzada-cerrar {
    cursor: pointer;
    font-weight: bold;
    position: fixed;
    display: inline-block;
    right: 20px;
    top: 5px;
    font-size: larger;
    border: 1px solid white;
    border-radius: 10px;
    width: 20px;
    height: 20px;
    line-height: 15px;
}

span.ejecutar {
    cursor: pointer;
}

ul.data-extra {
    list-style-type: none;
}

td.data-leyenda {
    display: flex;
    flex-direction: row;
    align-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: flex-end;
}
.link-titulo {
    text-align: right;
    padding: 5px 20px 5px 5px;
}

.vertical-timeline {
    width: 100%;
    position: relative;
    padding: 1.5rem 0 1rem
}

.vertical-timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 200px;
    height: 100%;
    width: 4px;
    background: #e9ecef;
    border-radius: .25rem
}

.vertical-timeline-element {
    position: relative;
    margin: 0 0 1rem
}

.vertical-timeline--animate .vertical-timeline-element-icon.bounce-in {
    visibility: visible;
    animation: cd-bounce-1 .8s
}

.vertical-timeline-element-icon {
    position: absolute;
    top: 0;
    left: 193px
}

.vertical-timeline-element-icon .badge-dot-xl {
    box-shadow: 0 0 0 5px #fff
}

.vertical-timeline-element-content {
    position: relative;
    margin-left: 230px;
}

.vertical-timeline-element-content .timeline-title {
    font-size: .8rem;
    text-transform: uppercase;
    margin: 0 0 .5rem;
    padding: 2px 0 0;
    font-weight: bold
}

.vertical-timeline-element-content .vertical-timeline-element-date {
    display: block;
    position: absolute;
    left: -150px;
    top: 0;
    padding-right: 10px;
    text-align: right;
    font-size: 1.25rem;
    white-space: nowrap
}

.vertical-timeline-element-content:after {
    content: "";
    display: table;
    clear: both
}

.mt-30 {
    margin-top: 30px
}

.mt-70 {
    margin-top: 70px
}

.mb-70 {
    margin-bottom: 70px
}

.icon-timeline {
    background-color: white;
    line-height: 30px !important;
}

.img-reclamo {
    cursor: zoom-in;
}

.alert.alert-warning-msg {
    background-color: rgba(243, 156, 18, 0.75) !important;
}

/*ENCUESTA SERVICIO*/
.icono-titulo {
    margin-right: 20px;
}
.cuadro-data {
    text-transform: uppercase;
}
.estado{
    cursor:  pointer;
    margin:  0 50px;
}
.cuadro-data .informacion {
    padding:  0 25px;
}
.cuadro-data .informacion p {
    display:  flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.jumbotron-encuesta {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    /*background-color: #eee;*/
    border-radius: 10px;
}

.smile-seleccionado {
    color: #8BC34A !important;
}

.meh-seleccionado {
    color: #FFC107 !important;
}

.frown-seleccionado {
    color: red !important;
}
.contenedor-preguntas {
    display:  flex;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.item-pregunta {
    margin: 5px 15px;
    padding: 10px;
    width:  calc((100% / 3) - 5px);
    cursor:  pointer;
    border-radius:  15px;
    display: flex !important;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: bolder;
    font-size:  14px;
}

.be {
    border: 1px solid rgba(139, 195, 74, 1);
    background-color: rgba(139, 195, 74, 0.25);
}
.c {
    border: 1px solid rgba(255, 193, 7, 1);
    background-color: rgba(255, 193, 7, 0.25);
}

.me {    
    border: 1px solid rgba(255, 0, 0, 1);
    background-color: rgba(255, 0, 0, 0.25);
}

.be-seleccionado {
    background-color: rgba(139, 195, 74, 0.75) !important;
}

.c-seleccionado {
    background-color: rgba(255, 193, 7, 0.75) !important;
}

.me-seleccionado {
    background-color: rgba(255, 0, 0, 0.75) !important;
}

.btn-header {
  color: #b8c7ce;
  margin: 0px 0px !important;
  cursor: pointer;
}

.contenedor-comprobantes {
  margin: 5px 20px;
}

.row.detalle-comprobante {
  border: solid 0.5pt #d3d3d4 !important;
  background-color:rgba(211, 211, 211, .25) !important;
  border-radius: 5px !important;
  padding: 20px 10px !important;
  margin: 10px 5px !important;
  position: relative;
}

button.btn-comprobante {
  width: 40px !important;
  padding: 5px !important;
  margin: 10px 5px !important;
  border-radius: 5px !important;
}

.contenedor-botones {
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}

.previa-doc {
  height: 60px;
}

.link-agregar-canal {
    cursor:  pointer;
}

.modal-form-header {
    height:  auto !important;
}

.modal-form-header .close{
    margin-top: 0 !important;
    padding-right: 0 !important;
}

.modal-form-header h4.modal-title{
    padding-top: 0 !important;
}

i.remover-comprobante {
    cursor: pointer;
    color:  red;
    font-size:  1.5rem;
}

.table-active {
    background-color: #bee5eb;
}

.listado-cuotas-pago {
    height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 10px;
}

.listado-cuotas-pago .cuota-pago {
    line-height: 30px;
    padding: 5px 10px;
    border-bottom: 0.5px solid #ccc;
}

.listado-cuotas-pago .cuota-pago .descripcion-pago-cuota {
    font-size: 1.25rem;
    font-weight: 400;
    text-transform: uppercase;
    text-align:  center;
}

.img-comprobante-previa {    
    width: 100%;
    object-fit: contain;
}

.botones-acciones-comprobante {
    display: inline-flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    padding: 10px;
}

.btn.btn-accion-comprobante {
    padding: 5px !important;
    margin: 10px 5px !important;
}

.alert-texto {
    font-style: italic;
    color:  red;
    font-size: small;
}

.alerta-credito {
    font-style: italic;
    color:  red;
    font-size: medium;
}

.opcion-bloqueada {
  background-color: #ccc;
  cursor: no-drop;
}

.acciones-compradores {
  margin: 2px 5px;
}

textarea#detalle-devolucion-capital {
  resize: none;
}

td.saldos:hover {
  font-weight: bold;
  background-color: #ccc;
}
td.balance {
  font-weight: bold;
  background-color: #ccc;
}
td.balance:hover {
  font-weight: bold;
  background-color: #ccd;
}

table.table-balance th, table.table-balance td{
  vertical-align: middle !important;
}

.panel-pagado .panel-heading {
  background-color: lightblue;
}

.text-bold {
  font-weight: bold;
}

table tbody#contenido tr td {
  align-items: center;
  vertical-align: middle;
}

.align-middle {
  vertical-align: middle !important;
}

.ver-anexo {
  text-decoration: underline;
  color: royalblue;
  cursor: pointer;
}

.row.contenedor-comprobante {
  margin: 5px;
  border: 1px solid #CCC;
  border-radius: 10px;
  padding: 15px;
}

div.campo-observaciones-venta {
  margin: 10px auto;
}

.campo-observaciones-venta textarea {
  resize: none;
}

.siniestralidad-index  .input-group input {
    border-radius: 5px 0px 0px 5px !important;
}

.siniestralidad-index  .input-group .input-group-btn button {
    height: 34px;
    border-radius: 0px 5px 5px 0px !important;
}

table.tabla-siniestrable thead tr th {
    align-content: center !important;
    vertical-align: middle !important;
}

tr.detalle-ov td {
    line-height: 25px !important;
}

button#editar-monto-btn {
    border-radius: 15px !important;
    margin: 0 5px !important;
    width: 25px !important;
    padding: 3px !important;
}
/*
div.table-responsive.kv-grid-container .dropdow.open ul.dropdown-menu {
    position:  relative;
    display: inline-block;
}*/
