.alert_msj_error {
    color: red;
    text-transform: uppercase;
    font-weight: bold;
    font-family: arial;
    text-align: center;
    border: 1px solid #cccccc;
    padding: 10px;
    margin: 0px;
}

.alert_msj_info {
    color: #127fd6;
    text-transform: uppercase;
    font-weight: bold;
    font-family: arial;
    text-align: center;
    border: 1px solid #cccccc;
    padding: 10px;
    margin: 0px;
}

.alert_msj_alerta {
    color: #FF9800;
    text-transform: uppercase;
    font-weight: bold;
    font-family: arial;
    text-align: center;
    border: 1px solid #cccccc;
    padding: 10px;
    margin: 0px;
}

.cp {
    cursor: pointer;
}

.card-header {
    font-weight: bold !important;
}

.c {
    margin: 0 auto !important;
}

.w100 {
    width: 100% !important;
}

.h {
    display: none;
}

.mr_5 {
    margin-right: 5px;
}

.pb_10 {
    padding-bottom: 10px;
}

.s {
    display: block;
}

.div_fecha {
    max-width: 130px;
}

.ptop1 {
    padding-top: 30px;
}

.vertical_top {
    vertical-align: top !important;
}

.btn_corto {    
    font-size: 26px;
    padding: 0px 5px;
}
.btn_new {
    position: absolute;
    font-size: 26px;
    padding: 0px 15px;
}

.bootstrap-table .fixed-table-container.fixed-height .table thead th {
    border-bottom: 1px solid #6c757d !important;
}

.dark-mode .page-item .page-link {
    color: #868686;
}

.table-hover {
    cursor: pointer;
}


.col-centrado {
    float: none;
    margin: 0 auto;
}

.pl-40 {
    padding-left: 20px !important;
}

.p0 {
    padding: 0px !important;
}

.mb_0 {
    margin-bottom: 0px !important;
}

.mb_10 {
    margin-bottom: 10px;
}

.p_td {
    padding: 5px 0px 0px 3px !important;
}

.no_borde {
    border: none !important;
}

.max-w-50 {
    max-width: 50px !important;
}

.min-w-120 {
    min-width: 120px !important;
}

.b {
    font-weight: bold;
}

/* MODIFICACIÓN DE COLORES */
[class*=sidebar-dark-] {
    background-color: #ffffff;
}

.layout-navbar-fixed .wrapper .sidebar-dark-primary .brand-link:not([class*=navbar]) {
    background-color: #04741C;
}

[class*=sidebar-dark-] .sidebar a {
    color: #4a4a4a;
}

[class*=sidebar-dark-] .user-panel a:hover {
    color: #00a2b7;
}

.nav-pills .nav-link:not(.active):hover {
    color: #00a2b7 !important;
}

.layout-navbar-fixed .wrapper .main-header {
    background: #fff;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.border_r_0 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0px;
}

.border_l_0 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0px;
}

.card0 {
    box-shadow: none;
    margin-bottom: 1rem;
    border-right: 1px solid #e9ecef;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.titulo_celda {
    background: #f3f3f3;
    vertical-align: middle !important;
    font-weight: bold !important;
}

.cont_select_imagen {
    min-width: 295px;
    cursor: pointer;
}

.select_imagen {
    border: 1px solid #ced4da;
    /* height: 60%; */
}

.div_texto_mat {
    width: 85%;
    float: left;
    padding-left: 10px;
    padding-right: 5px;
}

.img_mat {
    max-width: 50px;
}

.select_imagen:hover {
    background: #f1f1f1;
}

.table-responsive table tr:hover {
    background: #f1f1f1;
}

.table-responsive table tr td {
    padding: 5px;
}

.f1 {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.wrapper_interno {
    margin: 10px;
    border: 2px solid #dbdada;
    border-radius: 15px;
    padding: 9px;
    border: 2px solid #dbdada;
    background: white;
}

.body_interno {
    background: #efefef;
}

.btn_cerrar_interna {
    position: absolute;
    right: 15px;
    top: 5px;
    margin-right: 10px;
    padding: 0px 10px 0px 10px;
    font-size: 27px;
    color: #04741C;
    font-family: cursive;
}

.top_interna {
    position: fixed;
    z-index: 9;
    height: 68px;
    width: 100%;
    top: 0px;
}

.top_interna2 {
    background: #04741C;
    height: 100%;
    padding-top: 9px;
    margin-left: 10px;
    margin-right: 10px;
}

.logo_inerna {
    border-radius: 3px !important;
    max-width: 100px;
    padding-left: 0px;
    padding-left: 10px;
}

.top_card_inerna {
    padding-top: 40px;
}

.crm_inerna {
    font-weight: bold !important;
    font-size: 17px;
    color: #efefef;
}

.modal-header {
    padding: 2px 10px !important;
}

.modal-footer {
    padding: 3px 10px !important;
}

label {

    margin-bottom: 5px !important;
}

body {
    line-height: 16px;
}

.form-control {
    height: calc(2rem + 0px);
    padding: 0px 5px;
}

.card0 {
    margin-bottom: 0px;
}

.div_tot {
    background: #747474;
    padding: 3px 15px;
    color: #fff;
}

.table td,
.table th {
    padding: 2px 6px;
}

button,
input,
optgroup,
select,
textarea {
    margin-bottom: 10px;
}

.panel {
    float: left;
    width: 100%;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 0px;
    border-top: 2px solid #E5E5E5;
    margin-bottom: 0px;
    position: relative;
    -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
    background-color: #fff;
}

.foto {
    border-radius: 5px;
    max-width: 60px;
    border: 1px solid #d6d6d6;
    margin: 0 auto;
}

[class*=sidebar-dark-] .nav-sidebar>.nav-item.menu-open>.nav-link,
[class*=sidebar-dark-] .nav-sidebar>.nav-item:hover>.nav-link,
[class*=sidebar-dark-] .nav-sidebar>.nav-item>.nav-link:focus {
    background-color: rgba(255, 255, 255, .1);
    color: #000;
    font-weight: bold;
}

[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link {
    color: #4a4a4a;
}

.subitem {
    padding-left: 10px;
}

.card-body {
    padding: 12px;
}

.bootstrap-select>.dropdown-toggle {
    border: 1px solid #ced4da;
}

.centrar_absoluto {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.boton_grid {
    padding: 2px 4px;
    margin-left: 3px;
    font-size: 10px;
}

.item_grid {
    font-size: 13px;
}

.border_0 {
    border: 0px;
}
.badg {
    position: relative !important;
    padding: 5px 12px;
    line-height: 9px;
    font-size: 15px;
    border-radius: 4px;
}