/* ******************************************************* //
// NO EDITAR ESTE ARCHIVO                                  //
// ******************************************************* */
/* ******************************************************* //

DESIGN & DEVELOPMENT BY DINAN APLICACIONES INFORMATICAS && VIMARADO
www.dinan.es
www.vimarado.com

// ******************************************************* */
/*
codes color https://www.quackit.com/css/css_color_codes.cfm


*/
body { font-size: 14px; }
.logo_login { /*width: 280px;*/ margin-bottom: 20px;}
.title_web {float:left; margin: 0;padding-top: 0; width: 35%}
.top_nav .navbar-right { width: 50%; }
.right_col { height: 100vh; }
.nav-sm .container.body .col-md-2.left_col{
    min-height:100%;width:70px;padding:0;position:absolute
}
.nav-md .navbar.nav_title a span {
    display: none;
}
.nav-sm .container.body .col-md-2.left_col.menu_fixed{
    position:fixed;height:100%
}
.nav-sm .container.body .col-md-2.left_col .mCSB_container,
.nav-sm .container.body .col-md-2.left_col .mCustomScrollBox{
    overflow:visible
}

.nav-md .container.body .col-md-2.left_col{
    min-height:100%;width:166px;padding:0;position:absolute;display:-ms-flexbox;display:flex;z-index:1
}
.nav-md .container.body .col-md-2.left_col.menu_fixed{height:100%;position:fixed}
@media (min-width: 992px) {
    .nav_title {
        width: 166px;
    }
    .left_col .nav_title a img {
        width: 45px;
    }
    .main_container .top_nav {
        margin-left: 0;
        margin-left: 166px;
    }
    .nav-md .container.body .right_col {
        /* margin-left: 0; */
        margin-left: 166px;
    }
    .vmrd_col_10 {
        padding-right: 0;
        padding-left: 0;
    }
    footer {
        margin-left: 166px;
    }
    .nav-md .container.body .col-md-2.left_col{
        display:none
    }
}
/* Errores Validation Form*/
.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.error {
    color: #a94442;
}
.fa-rojo {
    color: #FA8D70;
}
.fa-amarillo {
    color: #F9EDB5
}
.fa-azul {
    color: #C4E8F8
}
.i-rojo {
    
}
/* WARNINGS en lineas de tablas */
tr .rojo {
    color: #000;
    background-color: #FA8D70;
}
tr .amarillo {
    color: #000;
    background-color: #F9EDB5;
}
tr .azul {
    color: #000;
    background-color: #C4E8F8;
}
tr .success {
    color: #000;
    background-color: #26B99A;
}
tr .primary {
    color: #fff;
    background-color: #337ab7;
}
/* URGENTE en ORDEN TRABAJO lineas de tablas */

.odd .rosa, .even .rosa {
    color: #ffffff;
    background-color: #e83e8c;
}
.odd .rosados, .even .rosados {
    color: #e83e8c;
    background-color: #e83e8c;
}
.odd .urgente, .even .urgente {
    color: #FA8D70;
    background-color: #FA8D70;
}
.odd .rojotd, .even .rojotd {
    color: #FA8D70;
    background-color: #FA8D70;
}
.odd .amarillotd, .even .amarillotd {
    color: #F9EDB5;
    background-color: #F9EDB5;
}
.odd .azultd, .even .azultd {
    color: #C4E8F8;
    background-color: #C4E8F8;
}
.odd .cleartd {
    color: #f9f9f9;
}
.even .cleartd {
    color: #ffffff;
}
/* FIN URGENTE en ORDEN TRABAJO lineas de tablas */
.blanco {
    color: #ffffff;
}
.gris {
    color: #f9f9f9;
}
/* FIN URGENTE */
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
      background-color: #31b131;
}

.dropzone {
    border: 1px solid #ddd;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.08) inset;
    border-radius: 4px;
}
.embed-container {
    height: 80vh;
    overflow: hidden;
}

.embed-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 99%;
}

#myDatepicker span:before {
    content: "";
}
#myDatepicker span .glyphicon-calendar:before {
    content: "\e109";
}
.date {
    margin-bottom: 0;
}
.no-bottom {
    margin-bottom: 0;
}

#horarios tbody tr td input, #datatable-horarios tbody tr td input {
    width: 20px;
    border: 0;
    text-align: center;
}

#datatable-partidas tbody tr td input, #tblfiles tbody tr td input {
    width: 80px;
    border: 0;
    text-align: right;
}

table.table-bordered.dataTable th:last-child.coste, table.table-bordered.dataTable td:last-child.coste {
    width: 150px;
}

.vcol-20 {
    width: 20%;
}
.vcol-80 {
    width: 80%;
}


/* ********************************************* */
.modalfull {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  text-align: center;
}

.modalfull .modal-dialog {
  position: fixed;
  margin: 0;
  width: 100%;
  height: 100%;
  padding: 0;
}

.width-80 { width: 80px; text-align: right; }

#myDropzone .input_fields_wrap { padding-bottom: 20px; }

.modal-tab {
    padding: 25px 20px;
    color: #73879C;
    background: #FFFFFF;
    font-family: "Helvetica Neue",Roboto,Arial,"Droid Sans",sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.471;
}
.background-white { background-color: #FFFFFF; }

.input-text-valign-middle {
    display: inline-block;
    padding: 7px 11px;
    
}

.myinput-group-addon {
    height: 33.24px
}

.row-max-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.nav-md .container.body .col-md-2.left_col {
    min-height: 100%;
    width: 166px;
    padding: 0;
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
}

.modal-dinan-md {
    width: 600px;
}

.modal-dinan-lg {
    width: 900px;
}
@media (min-width: 992px) {
    .modal-dialog {
        width: 900px;
    }
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 700px;
        margin: 30px auto;
    }
    .modal-dinan-lg {
        width: 900px;
    }
}

.modal-sm-sino {
    width: 400px;
}
.lead { width: 80%; }
.tab-errores { float: right; margin-top: 0; margin-right: 5px; font-size: 20px; font-weight: bold;color: #FFFFFF; background: #2A3F54; border-radius: 5px; padding: 5px;} /* width: 15%; */
.paginacion-number { color: #FFFFFF; background: #2A3F54; border-radius: 5px; padding: 5px; font-size: 14px; font-weight: bold; }

.input-group-addon.glyphicon-ok:before {
    content: "";
}

/* colores de los TABs */
ul.bar_tabs>li a {background: #EEE8AA;}
ul.bar_tabs>li a:hover{background: #F0E68C;}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #FFFFFF;
    cursor: default;
    background-color: #1ABB9C;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.vic-table-print {
    background: #FFFFFF;
}

.upload-mostrar-106 {
    display: none;
}
.nav.side-menu>li.active>a, .nav.side-menu>li.active-sm>a {
    background: #1ABB9C;
}

td span {
    line-height: inherit;
}
.td-hcenter {
    text-align: center;
}
.td-hcenter i {
    font-size: 16px;
}

.loader {
    display: none;
    position: fixed;
    z-index: 1051;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
}
.loading {
     margin: auto;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

#cif {
    background-color: rgb(250, 255, 189) !important;
    background-image: none !important;
    color: rgb(0, 0, 0) !important;
}

input[type=checkbox], input[type=radio]
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */
  padding: 10px;
  background-color: #5cb85c;
}

.v-div-control-label {
    padding-top: 8px;
}

/* colores de los TR */
#datatable-buttons .tr-success {
    color: #FFFFFF;
    background-color: #26B99A;
}

/* input {
    text-transform:uppercase;
} */

.btn.btn-app {
    position: relative;
    padding: 15px 5px;
    margin: 0 0 10px 10px;
    min-width: 80px;
    height: 60px;
    box-shadow: none;
    border-radius: 0;
    text-align: center;
    color: #fff;
    border: 1px solid #2e6da4;
    background-color: #337ab7;
    font-size: 12px;
}
.btn.btn-app:hover{
    background:#3F8DD0;
    color:#fff;
    border-color:#2e6da4;
}

/* listados */
.border-1px {
    margin-bottom: 10px;
    padding: 5px;
    border: 1px solid #E6E9ED;
}

.glyphicon-remove {
    color: red;
}

.push-hidden {
    display: none;
}

.vic-form-control-sm {
    height: 27px;
    padding: 5px 10px;
    line-height: 1.5;
    border-radius: 3px;
}

.required {
    color: red;
}

.form_wizard .stepContainer {
    height: 180px;
}

.vic-label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 100%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
.vic-checkpretty {
    padding-left: 0px;
}

/* TABS */
.vic-tab-content {
    min-height: 600px;
}

.fondo-gris {
    background-color: #EDEDED;
}
.fondo-blanco {
    background-color: #FFFFFF;
}
.pleft-10 {
    padding-left: 10px;
}
ul.bar_tabs {
    background: #FFFFFF;
}

.vic-mangin-0 {
    margin: 0px;
}
.vic-padding-0 {
    padding: 0px;
}
.vic-padding-t-0 {
    padding-top: 0px;
}
.vic-padding-b-0 {
    padding-bottom: 0px;
}