*{
    margin: 0;
    padding: 0;
    font-family: verdana;
}

@font-face {
  font-family: 'PassionOne';
  src: url('../font/PassionOne-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.autocomplete-list {
    position: absolute;
    top: 100%;
    left: 10;
    width: 95%;
    max-height: 200px;
    overflow-y: auto;
    z-index: 1000;
    font-family: verdana;
    font-size: 11px;
}
.autocomplete-list .list-group-item {
    text-transform: uppercase;
}

.autocomplete-list .list-group-item:hover,
.autocomplete-list .list-group-item.active {
    background-color: #f0f0f0;
    color: #090909;
    cursor: pointer;
}

/* Cambiar color de fondo y texto del input de búsqueda */
.select2-container .select2-search__field {
    text-transform: uppercase;
    color: #333;                  /* texto oscuro */
    font-size: 11px;
    font-family: verdana;
}
.select2-container--default .select2-results__option {
    font-size: 11px;
    font-family: Verdana, sans-serif;
}
/* Cambiar placeholder del input */
.select2-container--default .select2-search--dropdown .select2-search__field::placeholder {
    color: #999;
    font-size: 11px;
    font-family: verdana;
}

/* Cambiar borde y padding del input */
.select2-container .select2-search__field {
    border: 1px solid #007bff;
    padding: 5px;
    border-radius: 4px;
}


.select2-container .select2-search__field:focus {
    outline: none;       /* Quita el contorno del navegador */
    box-shadow: none;    /* Quita la sombra que puede aparecer */
    border-color: #007bff; /* Opcional: cambia el borde si quieres */
}
.select2-container--default .select2-search--dropdown .select2-search__field::placeholder {
    font-size: 11px;
    font-family: Verdana, sans-serif;
    color: #999;
    font-style: italic;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 11px;
    font-family: Verdana, sans-serif;
}

input[type="text"], textarea {
  text-transform: uppercase;
}

select {
  text-transform: uppercase;
}
#loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.spinner {
  border: 8px solid #f3f3f3;
  border-top: 8px solid #3498db;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: girar 1s linear infinite;
}

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

body{
    background: #f6f6f6;
}

input{
    font-size: 15px;
    font-family: verdana;
}
#cont-l{
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
#logo-login{
    width: 70%;
    height: 95vh;
    background-image: url('../img/logo-sistema.png');
    background-position: center;
    background-size: 70%;
    background-repeat: no-repeat;
    border-right: 1px solid #d1d1d1;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    
}
#cont-login{
    width: 30%;
    padding: 20px;
}
.login-tit{
    font-size: 60px;
    font-family: 'PassionOne';
    display: inline-block;
    padding: 30px 40px;
    color: #fff;
    background: #3E18B9;
    width: auto;
    position: absolute;
}
#login-tit-2{
    bottom: 40px;
}
#cont-login h1{
    font-size: 30px;
    font-weight: 900;
    text-align: center;
    color: #337ab7;
    font-family: 'PassionOne';
    width: 60%;
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 15px;
    text-align: center;
    margin: auto;
    margin-bottom: 80px;
}
#mostrar-password{
    height: 20px;
    width: 20px;
}
.cont-login-form{
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;

}
.cont-login-form input{
    font-size: 13px;
    height: 40px;
    font-family: verdana;
    color: #4e4e4e;
}
.cont-login-form label{
    color: #4e4e4e;
    font-size: 13px;
    font-family: verdana;
}
.cont-login-form button{
    font-size: 13px;
    height: 40px;
    font-family: verdana;
}
.cont-login-form form{
    width: 300px;
}
.cont-login-form h2{
    text-align: center;
    margin-bottom: 30px;
    font-size: 16px;
    color: #081A42;
    margin-top: 20px;
}
#mostrar-con{
    display: flex;
    align-items: center;
}
#mostrar-con input{
    margin-right: 5px;
    font-size: 16px;
}
#mostrar-con label{
    margin-top: 5px;
}
.cont-login-form a{
    text-decoration: none;
    color: #4e4e4e;
    font-size: 13px;
    font-family: verdana;
}

#toggleMenu {
  font-size: 20px;
  /*background: #007bff;*/
  background: transparent;
  color: #fff;
  padding: 7px 10px;
  cursor: pointer;
  transition: opacity 0.4s ease, width 5s ease, margin 5s ease;
  display: none;
  margin-left: 10px;
}
#cue_prin{
    margin-left: 350px;
    width: calc(100% - 280px);
    background: blue;
}
#ban-ini{
    background: #fff;
    border-bottom: 1px solid #e2e2e2;
    width: 100%;
    color: #4e4e4e;
    padding: 10px 40px 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
}
#ban-ini select{
    font-size: 11px;
    color: #4e4e4e;
}
#main-sede{
    padding-left: 10px;
    padding-right: 10px;
}
#main-sede label{
    color: #000;
    font-family: verdana;
    font-size: 11px;
}
#main-sede select{
    font-size: 11px;
    color: #4e4e4e;
}
#emp_prin{
    display: flex;
    align-items: center;
}
#log-emp{
    width: 45px;
    height: 45px;
    background-size: cover;
    border-radius: 50%;
    margin-right: 5px;
    border: 1px solid #e2e2e2;
}
#nom-emp{
    font-family: verdana;
    color: #000;
}
.nom-emp{
    margin:0;
    font-size: 13px;
}
.des-emp{
    font-size: 10px;
    margin: 0;
    font-weight: 800;
}
.nom-usu{
    font-size: 11px;
    font-weight: 800;
    color: #000;
}
#ban-ini-user{
    display: flex;
    align-items: center;
}
#ban-user{
    margin-top: -3px;
    font-size: 20px;
    margin-right: 3px;
}

#ban-ini-1 img{
    height: 50px;
}
.ban-modulo{
    display: flex;
    align-items: center;
}
#btn-menu{
    display: none;
}
#btn-user{
    display: none;
}
#main{
    display: flex;
    width: 100%;
    max-width: 100%;
    transition: margin-left 0.3s ease;
    background: red;
}
#sidebar {
    padding: 23px;
    left: 0;
    width: 370px;
    min-width: 370px;
    height: 100%;
    transition: all 0.3s ease;
    position: fixed;
    max-height: 100vh;
    z-index: 1000;
}
#sub_sidebar{
    background: #fff;
    border-radius: 15px;
    padding: 15px;
    box-shadow: 0px 0px 1px 1px rgba(201,185,185,0.5);
    -webkit-box-shadow: 0px 0px 1px 1px rgba(201,185,185,0.5);
    -moz-box-shadow: 0px 0px 1px 1px rgba(201,185,185,0.5);
    min-height: 100%;
    
}
/*
#sidebars{
    top: 164px;
    left: 0;
    width: 245px;
    height: 100%;
    padding: 20px 5px;
    box-shadow: 2px 0 5px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    z-index: 1000;
    position: fixed;
    z-index: -1;
}

#sidebar-sub{
    width: 100%;
    height: 100vh;
    top: 164px;
    position: fixed;
    opacity: .5;
    transition: all 0.3s ease;
    display: none;
}
*/

#main-menu{
    color: #4e4e4e;
    padding-bottom: 20px;
}
#main-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.supmenu li ul{
    display: none;
}

.supmenu a {
    width: 100%;
    text-decoration: none;
    display: block;
    align-items: center;
    padding: 15px 12px;
    cursor: pointer;
    font-size: 12px;
    font-family: verdana;
    border-bottom: 1px solid #e2e2e2;
    display: flex;
}


.submenu a{
    width: 100%;
    text-decoration: none;
    display: block;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 10px;
    padding-left: 18px; 
    cursor: pointer;
    font-size: 12px;
    font-family: verdana;
    border-bottom: 1px solid #e2e2e2;
    
}

.submenu a:hover{
    
}

.icono-menu{
    font-size: 12px;
    position: absolute;
    right: 45px;
}

.activado{
    display: block;
}

#con-g{
    width: 100%;
    padding: 20px;
    font-size: 14px;
    min-height: calc(100vh - 48px);
}

/*ESTILOS DE CONTENIDOS*/

.cont-titulo{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 20px;
    background: #fff;
    border: 1px solid #e2e2e2;
}
.cont-titulo button{
    font-size: 12px;
    font-family: verdana;
}

.cont-titulo h2{
    font-size: 12px;
    font-family: verdana;
    margin-top: 10px;
    font-weight: 600;
    color: #4e4e4e;
}

.subtitulo{
    width: 100%;
    padding: 5px 20px;
    margin-top: 4px;
    display: flex;
    align-items: center;
    background: #fff;
    border-top: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
}

.subtitulo h2{
    font-size: 12px;
    font-family: verdana;
    margin-top: 10px;
    color: #4e4e4e;
}

.sub-cuerpo{
    padding: 20px 20px;
    border: 1px solid #e2e2e2;
    font-size: 12px;
    background: #fff;
}
.sub-cuerpo label{
    font-size: 12px;
    font-family: verdana;
    color: #4e4e4e;
}
.sub-cuerpo input{
    font-size: 11px;
    font-family: verdana;
    color: #4e4e4e;
}
/*ESTILOS DE LA TABLA PRINCIPAL*/
#tabla_principal_filter{
	display: none;
}
#tabla_principal_length{
	display: none;
}
#tabla_principal_info{
    display: none;
}
#tabla_principal thead{
    color: #4e4e4e;
}
#tabla_principal th{
    font-size: 12px;
    font-weight: 700;
    font-family: verdana;
}
#tabla_principal td{
    font-size: 11px;
    padding-top: 6px;
    padding-bottom: 6px;
}
#tabla_principal button{
    font-size: 11px;
    font-family: verdana;
}
#tabla_principal_paginate a{
    font-size: 11px;
    font-family: verdana;
}



/*ESTILO TABLAS SECUNDARIAS*/
#tabla_listarEmpleado_filter{
	display: none;
}
#tabla_listarEmpleado_length{
	display: none;
}
#tabla_listarEmpleado_info{
    display: none;
}
#tabla_listarEmpleado thead{
    color: #4e4e4e;
}
#tabla_listarEmpleado th{
    font-size: 12px;
    font-weight: 700;
    font-family: verdana;
}
#tabla_listarEmpleado td{
    font-size: 11px;
    padding-top: 6px;
    padding-bottom: 6px;
}
#tabla_listarEmpleado button{
    font-size: 11px;
    font-family: verdana;
}
#tabla_listarEmpleado_paginate a{
    font-size: 11px;
    font-family: verdana;
}


#tabla_listarBien_filter{
	display: none;
}
#tabla_listarBien_length{
	display: none;
}
#tabla_listarBien_info{
    display: none;
}
#tabla_listarBien thead{
    color: #4e4e4e;
}
#tabla_listarBien th{
    font-size: 12px;
    font-weight: 700;
    font-family: verdana;
}
#tabla_listarBien td{
    font-size: 11px;
    padding-top: 6px;
    padding-bottom: 6px;
}
#tabla_listarBien button{
    font-size: 11px;
    font-family: verdana;
}
#tabla_listarBien_paginate a{
    font-size: 11px;
    font-family: verdana;
}


#tabla_secundaria_filter{
	display: none;
}
#tabla_secundaria_length{
	display: none;
}
#tabla_secundaria_info{
    display: none;
}
#tabla_secundaria thead{
    color: #4e4e4e;
}
#tabla_secundaria th{
    font-size: 12px;
    font-weight: 700;
    font-family: verdana;
}
#tabla_secundaria td{
    font-size: 11px;
    padding-top: 6px;
    padding-bottom: 6px;
}
#tabla_secundaria button{
    font-size: 11px;
    font-family: verdana;
}
#tabla_secundaria_paginate a{
    font-size: 11px;
    font-family: verdana;
}
#modal_secundario label{
    font-size: 12px;
    font-family: verdana;
}

#modal_secundario input{
    font-size: 11px;
    font-family: verdana;
}

#modal_secundario select{
    font-size: 11px;
    font-family: verdana;
}
#modal_secundario textarea{
    font-size: 11px;
    font-family: verdana;
}
#modal_secundario button{
    font-size: 12px;
    font-family: verdana;
}
#modal_secundario h5{
    color: #4e4e4e;
    font-size: 14px;
    font-family: verdana;
    font-weight: 600;
}
#modal_detbien h5{
    color: #4e4e4e;
    font-size: 14px;
    font-family: verdana;
    font-weight: 600;
}
/*ESTILO TABLA SECUNDARIA*/
#tabla_terceario_filter{
	display: none;
}
#tabla_terceario_length{
	display: none;
}
#tabla_terceario_info{
    display: none;
}
#tabla_terceario thead{
    color: #4e4e4e;
}
#tabla_terceario th{
    font-size: 12px;
    font-weight: 700;
    font-family: verdana;
}
#tabla_terceario td{
    font-size: 11px;
    padding-top: 6px;
    padding-bottom: 6px;
}
#tabla_terceario button{
    font-size: 11px;
    font-family: verdana;
}
#tabla_terceario_paginate a{
    font-size: 11px;
    font-family: verdana;
}
#modal_terceario label{
    font-size: 12px;
    font-family: verdana;
}

#modal_terceario input{
    font-size: 11px;
    font-family: verdana;
}

#modal_terceario select{
    font-size: 11px;
    font-family: verdana;
}
#modal_terceario textarea{
    font-size: 11px;
    font-family: verdana;
}
#modal_terceario button{
    font-size: 12px;
    font-family: verdana;
}



/*ESTILOS DE LA TABLA DEPRECIACION*/
#tabla_principal_depre_filter{
	display: none;
}
#tabla_principal_depre_length{
	display: none;
}
#tabla_principal_depre_info{
    display: none;
}
#tabla_principal_depre thead{
    color: #4e4e4e;
}
#tabla_principal_depre th{
    font-size: 12px;
    font-weight: 700;
    font-family: verdana;
}
#tabla_principal_depre td{
    font-size: 11px;
    padding-top: 6px;
    padding-bottom: 6px;
}
#tabla_principal_depre button{
    font-size: 11px;
    font-family: verdana;
}
#tabla_principal_depre_paginate a{
    font-size: 11px;
    font-family: verdana;
}


/*ESTILO DEL FORMULARIO MODAL*/
#dato_bien{
    background: #fff;
}
#dato_compra{
    background: #fff;
}
#dato_bien:hover{
    color: #fff;
    background: #6c757d;
}
#dato_compra:hover{
    color: #fff;
    background: #6c757d;
}
legend{
    font-size: 12px;
    font-family: verdana;
    margin-bottom: -0px;
}
#titulo-modal h1{
    color: #4e4e4e;
    font-size: 14px;
    font-family: verdana;
    font-weight: 600;
}
#formulario label {
    font-size: 12px;
    font-family: verdana;
}

#formulario input,
#formulario select,
#formulario textarea {
    font-size: 11px;
    font-family: verdana;
}

#formulario button {
    font-size: 12px;
    font-family: verdana;
}

#form_bien label {
    font-size: 12px;
    font-family: verdana;
}

#form_bien input,
#form_bien select,
#form_bien textarea {
    font-size: 11px;
    font-family: verdana;
}

#form_bien button {
    font-size: 12px;
    font-family: verdana;
}

/*MODAL DEPRECIACIÓN*/
.form-depre label{
    font-size: 12px;
    font-family: verdana;
    color: #4e4e4e;
}

.form-depre input{
    font-size: 11px;
    font-family: verdana;
    color: #4e4e4e;
}

.form-depre select{
    font-size: 11px;
    font-family: verdana;
    color: #4e4e4e;
}
.form-depre textarea{
    font-size: 11px;
    font-family: verdana;
    color: #4e4e4e;
}
.form-depre button{
    font-size: 12px;
    font-family: verdana;
}


#activar_acta{
    width: 16px;
    height: 16px;
    margin-right: 10px;
}
.products{
    width: 50%;
    background: red;
    display: flex;
    flex-wrap: wrap;
}
.products li{
    display: block;
    width: 300px;
    background: blue;
    margin: 5px;
    height: 300px;
    
}

#imagen_bien{
    width: 100%;
    height: 270px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.contenedor_bien{
    padding: 30px 20px 20px 20px;
    border: 1px solid #d2d2d2;
    margin-top: -10px;
}

#dato_bien{
    margin-left: 5px;
}

@media screen and (max-width: 2100px){
    /*#toggleMenu.collapsed{
        left: 210px;
    }
    #main.collapsed {
        margin-left: 260px;
    }
    #sidebar li a{
        font-size: 13px;
    }*/
    
}

@media screen and (max-width: 1370px){
    #cont-general{
        font-size: 13px;
    }
    h1{
        font-size: 18px;
    }
    h2{
        font-size: 16px;
    }
    
}



@media screen and (max-width: 700px){
    body{
        background: #fff;
    }
    
    #cont-l{
        align-items: flex-center;
        background: #fff;
        margin: 0;
        padding: 0;
    }
    #logo-login{
        display: none;
    }
    #cont-login{
        width: 100%;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
    }
    #cont-login h1{
        margin-bottom: 20px;
    }
    .cont-login-form{
        width: 100%;
        border: none;
        margin-top: 40px;
    }
    
    #sidebar{
        margin-left: -285px;
        position: relative;
        top:0px;
        z-index: 1;
    }
    #sidebars{
        top: 50;
        left: -281px;
        width: 281px;
        z-index: 10;
        overflow: hidden;
        user-select: none;
    }
    
    body{
        overflow: auto;
        display: block;
    }
    
    #sidebar.collapsed{
        left: 285px;
        overflow: hidden;
        user-select: none;
    }
    #sidebars.collapsed{
        left: 0;
        overflow: hidden;
        user-select: none;
    }
    
    #sidebar-sub{
        overflow: hidden;
        user-select: none;
    }    
        
    #sidebar-sub.collapsed{
        top: 81px;
        left: 0;
        transition: all 0.3s ease;
        display: inline-block;
    }
    body.collapsed{
        overflow: hidden;
        position: fixed;
        width: 100%;
    }
    
    #cont-general.collapsed{
        overflow: hidden;
        user-select: none;
    }
    #con-g{
        padding: 20px;
        width: 100%;
        font-size: 14px;
        margin-left: 0;
    }
    #btn-menu{
        display: inline-block;
        margin-right: 15px;
        font-size: 18px;
        color: #4e4e4e;
        position: absolute;
        z-index: 10;
    }
    #modulo_prin{
        margin-left: 30px;
    }
    #emp_prin{
        margin-left: 30px;
    }
    #ban-user{
        display: none;
    }
    #ban-hola{
        display: none;
    }
    #btn-user{
        display: inline-block;
        margin-right: 8px;
        font-size: 18px;
        font-weight: normal;
        margin-left: 10px;
        color: #4e4e4e;
    }
    #ban-ini{
        padding-left: 20px;
        padding-right: 5px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #ban-op{
        flex-wrap: wrap;
        padding-left: 10px;
        padding-right: 10px;
    }
    .ban-op-g{
        margin-bottom: 8px;
    }
    .ban-op-g label{
        display: none;
    }
    .ban-op-1{
        margin-top: 5px;
        width: 100%;
    }
    .ban-op-2{
        width: 100%;
    }
    .ban-op-3{
        width: 55%;
        margin-bottom: -3px;
    }
    .ban-op-4{
        width: 38%;
        margin-bottom: -3px;
    }
    
}
