body{background-color: #e4e5e7 !important;  background-position: center top; background-repeat: no-repeat;
    background-size: cover;}
.form-label{margin-bottom: 0.3rem !important;}
form label{font-weight: bold !important; font-size: 14px !important;}
.dropdown-menu{font-size: 14px !important;}
#cabecera{background-color: #fff; border-bottom: 1px solid #ddd;}
#contenedor-menu{margin-left:50px;}
.col-megamenu ul li{
	list-style: disc;
    color: #3c99f1;
}
.col-megamenu ul li a{
    color: #3c99f1;
    text-decoration: none;
    padding: 4px 10px;
}
.col-megamenu ul li a:hover{
    color: #fff;
    background-color: #3c99f1;
    text-decoration: none;
    border-radius: 2px;
}

.boton-delete{
	border: 0;
    background-color: transparent;
    padding: 0;
    font-size: 22px;
    line-height: 22px;
}
.btn-white{
    background-image: linear-gradient(#f7f8fa ,#d5d6d7);
    border-color: #adb1b8 #a2a6ac #b2b3b5;
    border-style: solid;
    border-width: 1px;
    box-shadow: rgba(255,255,255,.6) 0 1px 0 inset;
    color: #0f1111;
}
.btn-white:hover{
    background-image: linear-gradient(#ffffff ,#dcdee1);
    border-color: #c7cbd1;
    color: #0f1111;
}
.btn-white:focus{
    background-color: #bdbdbd;
    background-image: none;
    box-shadow: 0px 0px 26px #5f5f5f inset;
    color: #404040;
    border-color: #929293;
}

.fs12{font-size: 12px;}
.mt-4-5{margin-top: 2.5rem !important;}
.card-header{background-color: #38383c; color:#fff;}
.card-header .btn-close{background-color: #ddd;}
.card-header h5{font-size: 16px;}
.form-consultar .btn{margin-top: 0px !important;}

/** modal */
.modal-header{padding: 0.7rem 1rem;}
.modal label{font-weight: bold; font-size: 14px;}

.dropdown-menu .dropdown-menu-submenu{padding-left:40px !important;}
.dropdown-menu .menu-item-title{display: block; padding: 2px 15px;font-weight: bold;}

.contenedor-titulo h1{color:#fff !important;}
.titulo-grupo{border-bottom: 1px solid #777 !important; padding-bottom: 5px !important; margin-bottom: 15px !important; font-size: 16px !important;}
/** datatable style **/

.dataTables_wrapper .dataTables_length{padding-left: 15px; margin-bottom: 5px;}
.dataTables_wrapper .dataTables_filter{padding-right: 15px; margin-bottom: 5px;}
.table>thead{background-color: #e3ebfb;}
.dataTables_wrapper{padding-bottom: 5px;
    background-color: #b1e5c5;
    padding-top: 5px;
}
.dataTables_wrapper .dataTables_info{padding-left: 15px;}
.dataTables_wrapper .dataTables_paginate{padding-right: 15px;}
.dataTables_wrapper .dataTables_length select{background-color: #fff !important;}
.dataTables_wrapper .dataTables_filter input{background-color: #fff !important;}
a.link-option{text-decoration: none;}
.tabla-cabecera{padding:15px; border-bottom: 1px solid #ddd; background-color: #e9e9e9;}

table.table tr td{font-size:14px !important;}
table.dataTable thead tr th{font-size:14px !important; vertical-align: middle !important;}
table.dataTable tbody td{border-color: #ddd !important;}

.tab-mafrox .tab-pane.active{border:1px solid #ddd; padding: 15px;}
.tab-mafrox .tab-content{margin-top: -1px;}
.tab-mafrox .nav-tabs li{margin-right: 2px;}
.tab-mafrox .nav-tabs li a{background-color:#ddd; font-size:12px; display:table; min-height:42px; color:#333; padding:4px 12px;}
.tab-mafrox .nav-tabs li a:hover{border-color:#ddd;}
.tab-mafrox .nav-tabs li a span{display:table-cell; vertical-align:middle; line-height:14px;}
.tab-mafrox .nav-tabs li button{min-height: 42px; font-size: 12px;}

.field-error, .field-error:focus{
    border-color: #fe8686 !important;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(253 13 13 / 25%) !important;
}

table.tabla-consulta thead th{background-color: #393b42 !important; color: #e0e2e7 !important; font-size: 14px !important; font-weight: 500 !important;}
table.tabla-consulta.tabla-consulta-md thead th{padding: 8px 5px !important;}
table.tabla-consulta.tabla-consulta-bb thead th{border-right: 1px solid #595b62;}
table.tabla-consulta.tabla-consulta-bb thead th:last-child{border-right: none !important;}

fieldset{border: 1px solid #c0c7c1; padding-left: 10px; padding-right: 10px; margin-bottom: 15px; padding-bottom: 10px; border-radius: 3px;}
legend{font-size: 14px; margin-top: -10px;background-color: #babfbb;display: inline-block;width: auto;padding: 0 10px;font-weight: 600; color: #222; border-radius: 2px;}
.subtitulo{font-size: 14px; font-weight: bold; margin-bottom: 10px; background-color: #aed3bc; padding: 5px;}

label.form-label-filtro {
    font-size: 14px;
    font-weight: bold;
    color: #424652;
}
table.tabla-estilo-estandar thead th{background-color: #38383a; color: #fff; font-size: 14px; font-weight: normal; padding: 10px 5px;}

.col-options .boton-delete{vertical-align: middle;}
#conten-paging .btn-pagination-item{margin-right: 4px;}
#conten-paging .btn-pagination-item:last-child{margin-right: 0;}
