/* #3d7a22 #a5b529*/

.login_wrapper {
    margin: 5% auto 0;
}
.login_copyright {
    margin-top: 1%;
}
/*
.main-sidebar {
    width: 150px;
}
#main.enlarged .left.main-sidebar #sidebar-menu ul > li:hover > a {
    position: relative;
    width: 160px;
} */

.btn-little {
    padding: .10rem .35rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}

.table td, .table th {
    padding: .45rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.required {
    color: #dc3545;
}

/* VALIDATE Parsley errores */
.parsley-error {
            border-color: #ff5d48 !important;
    }
    .parsley-errors-list.filled {
            display: block;
    }
    .parsley-errors-list {
            display: none;
            margin: 0;
            padding: 0;
    }
    .parsley-errors-list > li {
            font-size: 12px;
            list-style: none;
            color: #ff5d48;
            margin-top: 5px;
    }
    .form-section {
            padding-left: 15px;
            border-left: 2px solid #FF851B;
            display: none;
    }
    .form-section.current {
            display: inherit;
    }
    
/* VALIDATE Error */
.error {
    color: #ff5d48;
}

/* Input Check */
input[type=checkbox], input[type=radio] {
    -ms-transform: scale(2);
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    padding: 10px;
    background-color: #5cb85c;
}
.check-width-70 {
    width: 70%;
}
.check-width-30 {
    width: 30%;
}
.check-width-10 {
    width: 10%;
}

.check-width-9 {
    width: 9%;
}
.check-width-8 {
    width: 8%;
}
.check-width-7 {
    width: 7%;
}
.check-width-6 {
    width: 6%;
}

/* colores Urgencias Trabajos */
/* URGENTE en ORDEN TRABAJO lineas de tablas */

.rosa {
    color: #ffffff;
    background-color: #e83e8c;
}
.rosados {
    color: #ffffff;
    background-color: #e83e8c;
}
.urgente {
    color: #212529;
    background-color: #FA8D70;
}
.rojotr {
    /* color: #FA8D70; */
    background-color: #FA8D70;
}
.amarillotr {
    /* color: #F9EDB5; */
    background-color: #F9EDB5;
}
.azultr {
    /* color: #C4E8F8; */
    background-color: #C4E8F8;
}
.cleartr {
    color: #000;
}
/* AUTOCOMPLETE */
.autocomplete-suggestions {
    border: 2px solid #3399ff;
    background: #F4F4F4;
    cursor: default;
    overflow: auto
}
.autocomplete-suggestion {
    padding: 2px 5px;
    font-size: 1.2em;
    white-space: nowrap;
    overflow: hidden
}
.autocomplete-selected {
    background: #f0f0f0
}
.autocomplete-suggestions strong {
    font-weight: normal;
    color: #3399ff;
    font-weight: bolder
}

.div-label-texto {
    padding: 7px 10px;
}

/* Botones */

.btn-nuevo {
    margin-left: 15px;
}

#btn_toend.oculto {
    display: none;
} 

/* Tablas de listados */
table#example1 {
    width: 100%!important;
}

/* Iconos */
i.fa {
    font-size: 13px;
}

i.fecha_icon {
    padding: 10px;
    border: 1px solid #ced4da;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    font-size: 16px;
    background-color: #ced4da;
    color: #fff;
}

i.plus_icon {
    font-size: 20px;
}

/* Dropzone */
.dropzone {
    padding: 12px 20px;
}

/* modal audios */

@media (min-width: 576px) {
    .modal-sm {
        max-width: 335px;
    }

    
}

@media (max-width: 576px) {
    .border-right-sm-0 {
        border-right: 0px!important;
    }
}

/* DROPZONE */

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-num {
    padding: .1rem .7rem;
}
#loader {
    display: none;
    width: 38px;
}

/* RECORDING */
#recordingslist li {
    list-style: none;
}
#pause, #resume {
    width: 0px;
    border: 0px;
    padding: 0px;
    visibility:hidden;
}

.fa-rotar-90 {
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Safari 3-8 */
    transform: rotate(90deg);
}

/* Tabla Inicio */
table.tile_info {
    padding: 10px 15px;
}

table.tile td ul li a, table.tile_info {
    width: 100%;
}
table.tile_info td p {
    margin: 0;
    line-height: 28px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
table.tile_info td i {
    margin-right: 8px;
    font-size: 17px;
    float: left;
    width: 18px;
    line-height: 28px;
}
.red {
    color: #E74C3C;
}
.fa-rojo {
    color: #FA8D70;
}
.fa-amarillo {
    color: #F9EDB5
}
.fa-azul {
    color: #C4E8F8
}
.aero {
    color: #9CC2CB;
}
.dark {
    color: #34495E;
}

.whatsapp {
    color: #28a745;
    font-size: 45px !important;
}

i.fa.fa-calendar.fecha_icon {
    height: calc(2.25rem + 2px);
}

/* Bootstrap VMRD Grid */
.col-md-1-5, .col-md-4-5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 992px) {
  .col-md-1-5 {
    float: left;
  }
  .col-md-1-5 {
    width: 12.33333333%;
  }
  .col-md-offset-1-5 {
      margin-left: 12.33333333%;
  }
  .col-md-4-5 {
    float: left;
  }
  .col-md-4-5 {
    width: 40.33333333%;
  }
  .col-md-offset-4-5 {
      margin-left: 40.33333333%;
  }
}


.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px) !important;
    padding: .375rem .75rem;
}

textarea.form-control {
    height: auto !important;
}

.btn-pestana{
    width: 100px;
    background-color: rgb(61, 122, 34);
    border-color: rgb(61, 122, 34);
}

.btn-pestana.seleccionado{
    background-color: #a5b529;
    border-color: #a5b529;
}

.rosa , .rosados{
    background-color: #e83e8c;
}

.rosa:hover , .rosados:hover{
    background-color: #e4629f !important;
}

.modal-qr{
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0px;
    width: 100%;
    height: 100vh;
    background-color: black;
    z-index: 999;
}

.cerrarModal{
    position: fixed;
    top: 10px;
    right: 10px;
}

.btn-mic{
    color: #007bff;
}

table{
    width: 100% !important;
}

.dataTables_info {
    width: 100%;
    overflow: hidden;
    white-space: normal !important;
}

.table-responsive{
    overflow-x: visible !important;
}

td.trabajos_tr-1{
    color: transparent !important;
}

.dt-button{
    color: #fff !important;
    background-color: #007bff !important;
    border-color: #007bff !important;
    padding: 0.375rem 0.75rem !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
    border-radius: 0.25rem !important;
    border: 1px solid transparent !important;
    user-select: none !important;
    text-align: center !important;
    display: inline-block !important;
    font-weight: 400 !important;
    background-image: none !important;
    margin-top: 8px;
}
