/*REDEFINICION CLASES BOOTSTRAP*/
.form-control{
    height: calc(1.5rem + 2px);
}

@font-face {
    font-family: "RobotoRegular";
    src: url("../libs/fonts/Roboto-Regular.ttf");
}

body {
    font-family: "RobotoRegular";
}

.minh-100 {
    height: 90vh;
}

.col-gb {
    background: #171a21;
}

.bg-fondo {
    background-image: url("../img/cabeceraLogin.png");
    background-size: 100% 100%;
    width: 100%;
    height: 50px;
}

.c-logo {
    width: 50px;
    height: auto;
}

.logo-img {
    width: 100%;
    height: auto;
}

.col-btn {
    background: #e4540b;
}
.col-btn-del {
    background: #b23e3e;
}
.col-btn-war {
    background: #ffc107;
}
.col-btn-success {
    background: #4a8743;
}
.col-form-btn {
    background: #00c4c1;
    border: 2px solid #00c4c1;
    cursor: pointer;
}
.message-confirm{
    color: #fff;
}
.btn-border {
    -webkit-box-shadow: 2px 2px rgba(245, 170, 133, 1);
    -moz-box-shadow: 2px 2px rgba(245, 170, 133, 1);
    box-shadow: 2px 2px rgba(245, 170, 133, 1);
}

.p-btn {
    padding: 5px 5px 5px 5px;
}
.p-btn-del {
    padding: 5px 20px 5px 20px;
}
.errorl {
    position: relative;
    top: 10px;
    color: red;
    font-size: 1.5em;
}

.correcto {
    position: relative;
    top: 10px;
    color: greenyellow;
    font-size: 1.5em;
}

.c-cuerpo {
    height: 100vh;
    background: #26384f;
}

.form-login {
    background: #171a21;
}

.mensaje-verde {
    margin-top: 20%;
    font-size: 1.5rem;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    background: rgba( 28, 88, 31, .5);
    text-align: center;
}

.mensaje-rojo {
    margin-top: 20%;
    font-size: 1.5rem;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    background: rgba( 95, 25, 25, .5);
    text-align: center;
}

.mensaje-amarillo {
    margin-top: 20%;
    font-size: 1.5rem;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    background: rgba( 196, 154, 0, .5);
    text-align: center;
}
.mensaje-loader {
    margin-top: 20%;
    font-size: 1.5rem;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    background: rgba(  54, 150, 212 , .5);
    text-align: center;
}
.c-mensaje p img {
    width: 35px;
    height: 35px;
    margin-left: 10px;
    margin-right: 10px;
}

.m-dialogo {
    width: 100%;
    height: 100%;
    top: 0px;
    position: fixed;
    z-index: 5;
    background: rgba(0, 0, 0, .5);
    display: none;
}

.m-loader {
    width: 100%;
    height: 100%;
    top: 0px;
    position: fixed;
    z-index: 5;
    background: rgba(0, 0, 0, .5);
    display: none;
}

.c-loader p {
    width: 200px;
    height: auto;
    margin: 0px auto;
    padding-top: 20%;
}

.c-loader p img {
    width: 100%;
    height: auto;
    margin-left: 10px;
    margin-right: 10px;
}

.titulo-login img {
    padding: 5px;
}

.titulo-login h4 {
    font-size: 1rem;
}

.form-login {
    font-size: .5rem;
}

.form-login input {
    font-size: .75rem;
}

.form-login button {
    font-size: .75rem;
}

.encabezado {
    width: 100%;
    height: 50px;
    position: fixed;
    background: #171a21;
    z-index: 5;
}

.menu {
    width: 250px;
    height: 100vh;
    background: #26384f;
}

.cuerpo {
    width: calc(100% - 220px);
    height: 100vh;
    background: #445c7a;
}

.btn-salir {
    margin-left: 0px;
}

.c-nom-usuario img {
    min-width: 40px;
    width: auto;
    height: 40px;
    margin: 5px;
}

.c-nom-usuario p {
    font-size: 1.2rem;
    color: #94bae9;
    align-content: center;
    vertical-align: middle;
    align-items: center;
}

.c-nom-usuario label {
    color: #fff;
    font-size: .75rem;
}

.c-salir {
    min-width: 100px;
}

.c-salir a {
    background: #26384f;
    color: #94bae9;
    font-size: .75rem;
}

.c-salir a:hover {
    background: #26384f;
    color: #fff;
    font-size: .75rem;
}

.menu {
    padding-top: 70px;
}

.menu ul {
    padding-left: 0px;
}

.menu .item-menu {
    width: calc(100% - 20px);
    list-style: none;
    font-size: .75rem;
    background: #171a21;
    color: #94bae9;
    margin: 5px auto;
    padding: 5px;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
}

.menu .item-menu a {
    text-decoration: none;
    color: #94bae9;
    width: 100%;
}

.menu .item-menu:hover {
    width: calc(100% - 20px);
    list-style: none;
    font-size: .75rem;
    background: #e4540b;
    color: #fff;
    margin: 5px auto;
    padding: 5px;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
}

.item-menu-active {
    width: calc(100% - 20px);
    list-style: none;
    font-size: .75rem;
    background: #33445b !important;
    color: #fff;
    margin: 5px auto;
    padding: 5px;
    text-align: center;
    cursor: pointer;
}

.cuerpo {
    padding-top: 60px;
    padding-left: 10px;
    padding-right: 10px;
    overflow-x: hidden;
    overflow-y: auto;
}

.c-form {
    background: #26384f;
}

.form-group label {
    width: 100%;
    margin-bottom: 0px;
    color: #94bae9;
    font-size: .75rem;
}

.form-group input[type=text] {
    width: 100%;
    background: #41628c;
    border: 1px solid #5f88bc;
    color: #e6e6e6;
    /*border-bottom: 1px solid #e4540b;*/
}
.form-group input[type=password] {
    width: 100%;
    background: #41628c;
    border: 1px solid #5f88bc;
    color: #e6e6e6;
    /*border-bottom: 1px solid #e4540b;*/
}
.form-group select {
    width: 100% !important;
    background: #41628c;
    border: 1px solid #5f88bc;
    color: #e6e6e6;
    /*border-bottom: 1px solid #e4540b;*/
}

.form-group textarea {
    width: 100%;
    background: #41628c;
    border: 1px solid #5f88bc;
    color: #e6e6e6;
    /*border-bottom: 1px solid #e4540b;*/
}

.form-group h3 {
    color: #94bae9;
    font-weight: bold;
}

.form-group h4 {
    color: #94bae9;
    font-weight: bold;
    border-bottom: 1px solid #e4540b;
}

.form-group input:focus {
    border: 1px solid #e6e6e6;
}

.form-group textarea:focus {
    border: 1px solid #e6e6e6;
}

.c-buscador label {
    width: 100%;
    margin-bottom: 0px;
    color: #94bae9;
    font-size: .75rem;
}

.c-buscador input[type=text] {
    width: 100%;
    background: #41628c;
    border: 1px solid #5f88bc;
    color: #e6e6e6;
}
.form-group input[type=date] {
    width: 100%;
    background: #41628c;
    border: 1px solid #5f88bc;
    color: #e6e6e6;
}
.c-form-credit input[type=date]{
    background: #41628c;
    border: 1px solid #5f88bc;
    color: #e6e6e6;
}

.nav-tabs {
    border: none;
}

.nav-tabs .nav-link {
    border-radius: 0px;
    text-decoration: none;
}

.nav-tabs .nav-link:hover {
    background: #171a21;
    border: #e4540b;
    color: #fff;
}

.nav-tabs .nav-link.active {
    background: #00c4c1;
    border: #e4540b;
    color: #fff;
}

.nav-tabs .nav-item {
    margin-bottom: -2px;
    clip-path: polygon(0 0, 92% 0, 100% 19%, 100% 100%, 6% 100%, 0% 100%);
}

.nav-tabs .nav-item a {
    color: #fff;
}

.tab-content {
    border: 2px solid #00c4c1;
}


/*ESTILOS DEL MENU*/

#sidebar {
    position: fixed;
    width: 220px;
    height: 100%;
    background: #171a21;
    left: -220px;
    transition: all 100ms linear;
    z-index: 5;
}

#sidebar.active {
    left: 0px;
}

@media screen and (max-width: 991px) {
    #sidebar {
        position: fixed;
        width: 220px;
        height: 100%;
        background: #26384f;
        left: 0px;
        transition: all 100ms linear;
        z-index: 5;
    }
    #sidebar.active {
        left: -220px;
    }
}

.c-list-menu-v {
    margin-top: 20px;
    overflow-y: scroll !important;
  overflow-x: hidden;
  height: calc(100% - 120px);
}

#sidebar ul li {
    width: 85%;
    color: rgba(230, 230, 230, 0.9);
    list-style: none;
    padding: 10px 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    clip-path: polygon(0 0, 92% 0, 100% 19%, 100% 100%, 6% 100%, 0 79%);
    font-size: 9pt;
    text-align: center;
    background: #1c2838;
    border-bottom: 2px solid #606b84;
    border-right: 2px solid #606b84;
}

#sidebar ul li:hover {
    width: 85%;
    cursor: pointer;
    color: #fff;
    list-style: none;
    padding: 10px 10px;
    clip-path: polygon(0 0, 92% 0, 100% 19%, 100% 100%, 6% 100%, 0 79%);
    background: #33445b;
}

#sidebar .toggle-btn {
    position: absolute;
    left: 220px;
    top: 0px;
}

#sidebar .toggle-btn span {
    display: block;
    width: 20px;
    height: 3px;
    background: #fff;
    margin: 3px 0px;
}

.toggle-btn {
    width: 50px;
    height: 50px;
    background-color: #00c4c1;
    padding: 15px;
}

.toggle-btn:hover {
    background-color: #00c4c1;
    cursor: pointer;
}

.c-consultas {
    height: 100%;
    background: #26384f;
}


/*ESTILOS CONSULTAS*/

.logo {
    width: 70px;
    height: auto;
    text-align: center;
    margin: 0px auto;
}

.logo img {
    width: 100%;
    height: auto;
}

#img_consulta {
    display: none;
}

#btn_img_consulta {
    background: #e4540b;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
}

.c-img-consulta img {
    width: 100%;
}

.btn-send-sistem {
    background: #e4540b;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    border: none;
}

.btn-aceptar-dialogo {
    margin: 0px auto;
    text-align: center;
}

.c-nombres img {
    width: 50px;
    height: auto;
}

.nombre-usuario {
    color: rgba(230, 230, 230, 0.9);
    font-size: 1rem !important;
}

.c-form-login {
    clip-path: polygon(0 0, 87% 0, 100% 20%, 100% 100%, 11% 100%, 0 81%);
}

.tit-permisos {
    color: orange !important;
}

.btn-guardar-permisos {
    background: #e4540b;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    border: none;
}
.btn-replicar-producto{
    background: #ffc107;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    border: none;
}
.list-prod {
    width: 100%;
    height: 250px;
    background: #1c2838;
}

.tabla-productos {
    font-size: .75rem;
}

.tabla-oc-p{
    font-size: .75rem;
}

.tabla-oc-p th{
    color: #fff;
}

.tabla-productos {
    width: 100%;
    background-color: #f3f3f3;
}

.tabla-productos tbody {
    height: 220px;
    overflow-y: auto;
    width: 100%;
}

.tabla-productos tbody {
    overflow-y: auto;
    width: 100%;
}


.tabla-productos thead,
tbody,
tr,
td,
th {
    /*display: block;*/
}

.tabla-productos tbody td {
    float: left;
}

.tabla-productos thead tr th {
    float: left;
    background-color: #1c2838;
    border-color: #1c2838;
    color: #e6e6e6;
}

.c-title {
    background: #00c4c1;
}

.c-title h5 {
    width: 100%;
    color: #fff;
    margin-bottom: 0px;
}

.c-buscador {}

/*.tabla-proveedores {
    font-size: .75rem;
}

.tabla-proveedores {
    width: 100%;
    background-color: #f3f3f3;
}
.tabla-proveedores thead{
    
    width: 100%;
} 
.tabla-proveedores tbody {
    height: 50vh !important;
    overflow-y: auto;
    width: 100%;
    
}



.tabla-proveedores thead tr th {
   
    background-color: #1c2838;
    border-color: #1c2838;
    color: #e6e6e6;
}

.tbody-table{
    height: 50vh !important;
}*/
.tabla-proveedores th{
    font-size: .75rem;
    color: #fff;
}
.tabla-proveedores td{
    font-size: .75rem;
    
}


.tabla-proveedores1 th{
    font-size: .75rem;
    color: #fff;
}
.tabla-proveedores1 td{
    font-size: .75rem;
    
}

.tabla-proveedores2 th{
    font-size: .75rem;
    color: #fff;
}
.tabla-proveedores2 td{
    font-size: .75rem;
    
}

.tabla-ventas th{
    font-size: .75rem;
    color: #fff;
}
.tabla-ventas td{
    font-size: .75rem;
    
}

.tabla-ingresos th{
    font-size: .75rem;
    color: #fff;
}
.tabla-ingresos td{
    font-size: .75rem;
    
}

.tabla-oc th{
    font-size: .75rem;
    color: #fff;
}
.tabla-oc td{
    font-size: .75rem;
    
}

.tabla-pro-equi th{
    font-size: .75rem;
    color: #fff;
}
.tabla-pro-equi td{
    font-size: .75rem;
    
}

.tabla-pro-equi1 th{
    font-size: .75rem;
    color: #fff;
}
.tabla-pro-equi1 td{
    font-size: .75rem;
    
}

.tabla-pro-equi3 th{
    font-size: .75rem;
    color: #fff;
}
.tabla-pro-equi3 td{
    font-size: .75rem;
    
}

.tabla-pro-equi4 th{
    font-size: .75rem;
    color: #fff;
}
.tabla-pro-equi4 td{
    font-size: .75rem;
    
}

.tabla-clientes th{
    font-size: .75rem;
    color: #fff;
}
.tabla-clientes td{
    font-size: .75rem;
    
}

.tabla-vehiculos th{
    font-size: .75rem;
    color: #fff;
}
.tabla-vehiculos td{
    font-size: .75rem;
    
}


.tabla-descripcion {
    font-size: .75rem;
    color: #fff;
}

.tabla-descripcion1 {
    width: 100% !important;
    font-size: .75rem;
}

.tabla-factura {
    font-size: .75rem;
}

.c-radio-usu{
    cursor: pointer;
}

.calc_auto{
    font-size: 1rem !important;
    border: 1px solid #00c4c1;
    padding: 5px;
    border-radius: 5px;
}

.btn-conf-precio{
    background: #41628c;
}

.border-blue{
    border: 1px solid #94bae9 !important;
    border-radius: 5px;
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

#id-form-bitacora .dataTables_wrapper{
    width: 100%;
    text-align: center;
}

#id-form-bitacora .dataTables_wrapper{
    width: 100%;
    text-align: center;
}

.tabla-pro-equi1 .dataTables_wrapper{
    width: 100%;
    text-align: center;
}

.tabla-pro-equi1 .dataTables_wrapper{
    width: 100% !important;
}

.tabla-pro-equi3 .dataTables_wrapper{
    width: 100%;
    text-align: center;
}

.tabla-pro-equi3 .dataTables_wrapper{
    width: 100% !important;
}

.tabla-pro-equi4 .dataTables_wrapper{
    width: 100%;
    text-align: center;
}

.tabla-pro-equi4 .dataTables_wrapper{
    width: 100% !important;
}

.tag-pen0{
    background: #ff4b4b !important;
    color: #fff !important;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 5px;
    margin-bottom: 0px;
}

.tag-pen1{
    background: #04b314 !important;
    color: #fff !important;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 5px;
    margin-bottom: 0px;
}

.tabla-pro-equi1{
    width: 100% !important;
}

.tabla-pro-equi3{
    width: 100% !important;
}

.tabla-pro-equi4{
    width: 100% !important;
}

#DataTables_Table_0_wrapper{
    width: 100% !important;
}

#DataTables_Table_5_wrapper{
    width: 100% !important;
}

#DataTables_Table_7_wrapper{
    width: 100% !important;
}