﻿input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}

input[type=number] {
    -moz-appearance: textfield;
}

.txtBordeRadius {
    border-radius: 15px !important;
    color: black;
}
.txtBorderRadiusDerecho {
    border-radius: 0 15px 15px 0 !important;
}

.txtBorderRadiusIzquierdo {
    border-radius: 15px 0 0 15px !important;
}

#contenedor-imagen {
    position: relative;
    display: inline-block;
}

#informacion-imagen {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.oculto {
    display: none;
}

.btnRadius {
    border-radius: 20px !important;
}

.backgroundGris {
    background-color: #E8E9E9;
}

.campo-obligatorio-pendiente {
    border-color: #c62828 !important;
    box-shadow: 0 0 0 0.18rem rgba(198, 40, 40, 0.18) !important;
}

.validacion-intentada input:invalid,
.validacion-intentada select:invalid,
.validacion-intentada textarea:invalid {
    border-color: #c62828 !important;
    box-shadow: 0 0 0 0.18rem rgba(198, 40, 40, 0.18) !important;
}

.select2-container .select2-selection.campo-obligatorio-pendiente {
    border-color: #c62828 !important;
    box-shadow: 0 0 0 0.18rem rgba(198, 40, 40, 0.18) !important;
}

.validacion-intentada .select2-hidden-accessible:invalid + .select2-container .select2-selection {
    border-color: #c62828 !important;
    box-shadow: 0 0 0 0.18rem rgba(198, 40, 40, 0.18) !important;
}

.input-fecha {
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' stroke='%236c757d' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' viewBox='0 0 24 24'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'/%3E%3Cline x1='16' y1='2' x2='16' y2='6'/%3E%3Cline x1='8' y1='2' x2='8' y2='6'/%3E%3Cline x1='3' y1='10' x2='21' y2='10'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.85rem center;
    background-color: #fff;
    padding-right: 2.5rem;
}

.dtHorizontalExampleWrapper {
    max-width: 600px;
    margin: 0 auto;
}
.sidebar #sidebarToggle::after {
    content: none !important;
}

#dtHorizontalExample th, td {
    white-space: nowrap;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
    bottom: .5em;
}

