@CHARSET "ISO-8859-1";

html,
body,
.container {
    height: 100%;
    overflow: hidden;
}

body {
    font-family: "SegoeUI", Tahoma, Geneva, Verdana, sans-serif !important;
    font-size: 11px;
    color: #333;
    margin: 1px;
    overflow-y: auto;
    overflow-x: hidden;
}

.footer {
    position: fixed !important;
    left: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    background-color: #315295 !important;
    color: white !important;
    text-align: center !important;
    z-index: 99997 !important;
}

.header {
    position: fixed !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    background-color: white !important;
    color: black !important;
    text-align: center !important;
    z-index: 10;
    transition: 0.5s;
}

.container {
    display: table;
    width: 100%;
    margin-top: -50px;
    padding: 50px 0 0 0;
    box-sizing: border-box;
}

.superbody {
    overflow: hidden;
    margin-top: 100px;
}

.container-fluid {
    width: 98% !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
    margin-right: 30px !important;
    margin-left: 30px !important;
}

.container-fluid-login {
    width: 100% !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

@media screen and (max-width:1600px) {
    .container-fluid {
        width: 95% !important;
    }
    .container-fluid-login {
        width: 95% !important;
    }
}

@media only screen and (max-width:700px) {
    #sideNavigation {
        display: none;
    }
    .sectionContent {
        margin-left: 0 !important;
    }
    .menu-movil {
        margin-left: 32px !important;
        display: block !important;
    }
}

.menu-movil {
    width: 80%;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 180px;
    display: none;
}

.movil-languaje-item {
    margin: 15px !important;
    padding: 0px !important;
}

.menu-movil-options {
    margin-left: 10px;
    font-size: 15px;
}

.menu-movil-options .logout-section:hover {
    background: #fff;
}

.menu-movil-options a:hover {
    background: silver;
}

.login {
    width: 25%;
    max-width: 25%;
    margin-left: 38%;
    background: #f0f8ff;
    margin-top: 5%;
}

.buttons-login-row {
    text-align: center;
}

.menu {
    z-index: 99997 !important;
    height: 100% !important;
    background: #f0f8ff;
    padding-top: 0px !important;
    box-shadow: rgba(0, 0, 0, .2) 2px 2px 2px 1px;
    border-top-right-radius: 13px;
    border-bottom-right-radius: 13px;
}

.usermenu {
       background: #d2e1ff;
    border-right: 2px solid;
    border-bottom: 2px solid;
    border-top: 2px solid;
    border-color: #315295;
    padding-bottom: 5px;
    border-top-right-radius: 13px;
    border-bottom-right-radius: 13px;
    box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 20%);
}

.menu-section {
    font-size: 15px;
    color: #315295;
    font-weight: 700;
}

@media screen and (max-width:1600px) {
    .menu-section {
        padding: 6px 6px 6px 8px;
        font-size: 8px;
        color: #315295;
        font-weight: 700;
    }
}

.menu-access-point {
    cursor: pointer;
}

.menu-access-point:hover>a {
    background: #315295;
    color: white !important;
}

.logout-section:hover {
    background: #f44336;
}

.logout-section:hover>b>a {
    color: white !important;
}

.logo-menu {
    position: absolute !important;
    top: 0 !important;
}

.languaje-menu-row {
    justify-content: center !important;
}

.languaje-item {
    margin: 2px !important;
    padding: 0px !important;
}

@media (min-width :992px) {
    .row .no-float {
        display: table-cell;
        float: none;
    }
}

.sectionContent {
    margin: 3px;
    transition: 0.5s;
}

.fle{
    padding-left: 0px;
    padding-right: 40px;
    padding-top: 15px;
}

.sectionSearch {
    padding: 15px;
    background: #f0f8ff;
}

.sectionDetail {
    padding: 15px;
    background: #f0f8ff;
}

.sectionTitle {
    font-size: 25px;
    color: #21a9c2 !important;
    text-decoration: none !important;
}

@media screen and (max-width:1600px) {
    .sectionTitle {
        font-size: 15px;
    }
}

.inner-section {
    padding: 15px;
    background: #fff;
}

label {
    margin-top: .5rem;
}

.label {
    padding-top: 11px;
    color: #000;
    font-size: inherit;
    font-weight: 700;
}

.label-input {
    margin-left: 15px !important;
}

.col-check {
    padding-top: 15px;
    padding-left: 25px;
}

.error-alert{
	margin-left: auto; 
	margin-right: 15px;
	float: right;
}

.errorRow {
    color: #f44336;
    border-color: #ff2300;
    border-style: solid;
    border-width: 1px;
    font-size: medium;
    padding: 2px;
    background: #ff000014;
    text-align: center;
    padding-left: 10px;
    margin-top: 5px;
}

.warningRow {
    color: red;
    border-color: yellow;
    border-style: solid;
    border-width: 1px;
    font-size: medium;
    padding: 2px;
    background: #ff000014;
    text-align: center;
    padding-left: 10px;
    margin-top: 5px;
}

.noErrorRow {
    color: #00c851;
    border-color: #00c851;
    border-style: solid;
    border-width: 1px;
    font-size: medium;
    padding: 2px;
    background: #0080001a;
    text-align: center;
    padding-left: 10px;
    margin-top: 5px;
}

.sectionRow {
    color: #21bade;
    border-color: #21bade;
    border-style: solid;
    border-width: 1px;
    font-size: medium;
    padding: 2px;
    background: #f0f8ff;
    text-align: center;
    padding-left: 10px;
    margin-top: 5px;
    font-weight: bolder;
}

table th {
    font-size: .7rem !important;
    font-weight: 400;
}

table td {
    padding-top: 1.1rem !important;
    padding-bottom: 1rem !important;
    padding: .75rem !important;
}

table,
tr,
td {
    font-family: "SegoeUI", Tahoma, Geneva, Verdana, sans-serif !important;
    font-size: 11px !important;
    padding: 3px !important;
}

/* ===== SISTEMA ESTANDARIZADO DE BOTONES INSYTEWEB ===== */

.btn-insyte {
    color: #315295 !important;
    background-color: white !important;
    background-image: none !important;
    border-color: #315295 !important;
    font-size: larger !important;
}

.btn-insyte:hover {
    color: white !important;
    background-color: #315295 !important;
    background-image: none !important;
    border-color: #315295 !important;
    font-size: larger !important;
}

.btn-insyte-success {
    color: white !important;
    background-color: #00c851 !important;
    background-image: none !important;
    border-color: #315295 !important;
    font-size: larger !important;
}

.btn-insyte-success:hover {
    color: #00c851 !important;
    background-color: white !important;
    background-image: none !important;
    border-color: #315295 !important;
    font-size: larger !important;
}

.btn-insyte-danger {
    color: white !important;
    background-color: #f44336 !important;
    background-image: none !important;
    border-color: #f44336 !important;
    font-size: larger !important;
}

.btn-insyte-danger:hover {
    color: #f44336 !important;
    background-color: white !important;
    background-image: none !important;
    border-color: #f44336 !important;
    font-size: larger !important;
}



.btn-insyte-warning {
    color: #315295 !important;
    background-color: yellow !important;
    background-image: none !important;
    border-color: #315295 !important;
    font-size: larger !important;
}

.btn-insyte-warning:hover {
    color: #315295 !important;
    background-color: white !important;
    background-image: none !important;
    border-color: #315295 !important;
    font-size: larger !important;
}

.btn-sm-insyte {
    border-radius: 3px !important;
}

.btn-position-right {
    bottom: 0 !important;
    POSITION: absolute !important;
    right: 0px !important;
    margin-right: 15px !important;
}

.btn-position-right:hover {
    bottom: 0 !important;
    POSITION: absolute !important;
    right: 0px !important;
    margin-right: 15px !important;
}

/* EDITAR - Acciones de modificación con color naranja de la paleta */
.btn-insyte-edit {
    color: white !important;
    background-color: #ff9800 !important;
    background-image: none !important;
    border-color: #315295 !important;
    font-size: larger !important;
}

.btn-insyte-edit:hover {
    color: #ff9800 !important;
    background-color: white !important;
    background-image: none !important;
    border-color: #315295 !important;
    font-size: larger !important;
}

/* ELIMINAR/RECHAZAR - Acciones destructivas con fondo rojo */
.btn-insyte-delete {
    color: white !important;
    background-color: #f44336 !important;
    background-image: none !important;
    border-color: #f44336 !important;
    font-size: larger !important;
}

.btn-insyte-delete:hover {
    color: #f44336 !important;
    background-color: white !important;
    background-image: none !important;
    border-color: #f44336 !important;
    font-size: larger !important;
}

/* ===== ESTILOS PARA ENLACES CON ICONOS ===== */

/* Enlaces de edición - Verde (mantener consistencia con enlaces existentes) */
.fas.fa-edit.green-text {
    color: #00c851 !important;
}

/* Enlaces de eliminación - Rojo */
.fas.fa-trash.red-text,
.fas.fa-eraser.red-text {
    color: #f44336 !important;
}

/* Enlaces de búsqueda - Azul */
.fas.fa-search.blue-text {
    color: #21a9c2 !important;
}

/* Enlaces de descarga - Verde */
.fas.fa-cloud-download-alt.green-text,
.far.fa-caret-square-right.green-text {
    color: #00c851 !important;
}

/* Iconos de estado - Verde */
.fas.fa-box.green-text,
.fas.fa-shopping-basket.green-text {
    color: #00c851 !important;
}

.card-header {
    background: #f0f8ff !important;
    color: #315295 !important;
}

.card-body {
    max-height: auto;
    transition: max-height 1.5s ease-in;
}

.card-body-collapse {
    max-height: 0;
    padding-bottom: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0
}

.card-header-clicable {
    cursor: pointer !important;
}

.indigo {
    background-color: white !important;
    background: #f0f8ff !important;
    color: #315295 !important;
}

input[readonly] {
    background-color: #fefefe;
    border: 0;
}

input,
select {
    font-size: 11px;
    font-family: "SegoeUI", Tahoma, Geneva, Verdana, sans-serif !important;
}

dl {
    margin-bottom: 5px;
}

dl dt {
    background: #21a9c2;
    color: #fff;
    font-weight: 700;
    padding: 3px;
}

dd {
    margin: 2px 0;
    padding: 5px 0;
    font-weight: 700;
    list-style-type: square;
}

a {
    color: #21a9c2 !important;
    text-decoration: none !important;
}

textarea {
    font-size: 10px;
    font-family: "SegoeUI", Tahoma, Geneva, Verdana, sans-serif !important;
    color: #222;
}

textarea[readonly="readonly"] {
	background-color: #fefefe;
	border: 0px;
}

table.detalle {
    width: 100%;
    font-family: "SegoeUI", Tahoma, Geneva, Verdana, sans-serif !important;
    font-size: 11px;
}

table.detalle tbody td.destacado {
    color: #ff9800;
    font-weight: 700;
}

table.listado {
    width: 100%;
    font-family: "SegoeUI", Tahoma, Geneva, Verdana, sans-serif !important;
    font-size: 11px;
}

table.listado thead th {
    font-size: 11px;
    color: #0683AC;
    font-weight: 700;
    background-color: #fff;
    border: 1px 1px 1px 1px double #333;
}

table.listado thead td {
    font-size: 10px;
    background-color: #0683AC;
    color: #fff;
    font-weight: 700;
    margin: 5px 0 0 0;
    border-bottom: 1px double #333;
}

table.listado tbody td {
    color: #131313;
    border-bottom: 1px dotted #456;
    margin: 5px 0 0 0;
}

table.listado tbody tr:hover,
tbody tr.hover {
    background-color: #eee;
}

table.listado tbody td:hover,
tbody td.hover {
    background-color: #eee;
}

legend {
    font-size: 12px !important;
    font-weight: bold !important;
    color: #666666 !important;
    margin: 2px 2px 2px 2px !important;
}

fieldset {
    background-color: #ffffff !important;
    display: block !important;
    margin-inline-start: 2px !important;
    margin-inline-end: 2px !important;
    padding-block-start: 0.35em !important;
    padding-inline-start: 0.75em !important;
    padding-inline-end: 0.75em !important;
    padding-block-end: 0.625em !important;
    min-inline-size: min-content !important;
    border-width: 2px !important;
    border-style: groove !important;
    border-color: threedface !important;
    border-image: initial !important;
}

.cajaInsyte {
    color: #333;
    border: 1px solid #A6C9E2;
    width: 95%;
    border-radius: 5px 5px 5px 5px;
    padding: 0em 0em 0em .4em;
    margin-top: .2em;
    margin-bottom: .4em;
}

.negrita_negro {
    font-family: "SegoeUI", Tahoma, Geneva, Verdana, sans-serif !important;
    font-size: 10px;
    font-weight: 700;
    color: #000;
}

.header_fdo {
    font-family: "SegoeUI", Tahoma, Geneva, Verdana, sans-serif !important;
    font-size: 10px;
    font-weight: 700;
    text-decoration: none;
    background-color: #FFF;
    padding: 10px;
}

.logo-header {
    width: 150px;
}

.titulo_fdo_azul {
    font-family: "SegoeUI", Tahoma, Geneva, Verdana, sans-serif !important;
    font-size: 10px;
    font-weight: 700;
    color: #FFF;
    text-decoration: none;
    background-color: #315295;
    padding: 2px;
}

.ui-datepicker-calendar {
    display: none;
}

.loading-backdrop {
    background-color: #f6fbff;
}

.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 99999999 !important;
}

.loader-text {
    position: relative;
    color: #315295;
    animation: color-change-loading 5s infinite;
}

@ keyframes color-change-loading {
    0% {
        color: #315295;
    }
    25 % {
        color: #9bcaf3;
    }
    50 % {
        color: #315295;
    }
    75 % {
        color: #9bcaf3;
    }
    100 % {
        color: #315295;
    }
}

#circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    height: 300px;
}

.loader-inside {
    width: calc(100% - 0px);
    height: calc(100% - 0px);
    border: .5rem double #315295 !important;
    border-top: .5rem solid #9bcaf3 !important;
    border-radius: 50%;
    animation: rotate 5s linear infinite;
}

.loader-inside-2 {
    width: calc(100% - 0px);
    height: calc(100% - 0px);
    border: .5rem double #9bcaf3 !important;
    border-top: .5rem solid #315295 !important;
    border-radius: 50%;
    animation: rotate 5s linear infinite;
}

@keyframes rotate {
    0% {}
    100% {
        transform: rotate(-360deg);
    }
}

@-webkit-keyframes rotate {
    0% {}
    100% {
        -webkit-transform: rotate(-360deg);
    }
}

.pdfIframe {
    width: 100%;
    height: 1200;
    margin-bottom: 20px;
    border: solid;
    border-color: #315295;
}

.pdfIframeModal {
    width: 100%;
    height: 380px;
    margin-bottom: 20px;
    border: solid;
    border-color: #315295;
}

.insyteTable {
    border-bottom: solid 2px #315295;
    border-right: solid 2px #315295;
    border-left: solid 2px #315295;
    border-top: solid 1px #315295;
}

.insyteTableInnerCol {
    border-right: solid;
    border-color: #315295;
}

.insyteTableHeaderCol {
    background-color: #315295;
    text-align: center;
}

.insyteTableBodyCol {
    text-align: center;
}

.insyteTableBodyColAction>span {
    cursor: pointer;
}

.insyteTableInnerColTitle {
    background: #315295;
    font-weight: 700;
    text-align: right;
}

.insyteTableInnerColTitleText {
    color: #fff;
}

.checkedBackground {
    background: #bbecbb78;
}

.middleCheckedBackground {
    background: rgb(241, 164, 6, .53);
}

.notCheckedBackground {
    background: #ff00001f;
}

.detailModal {
    z-index: 99999;
}

.errorsModal {
    z-index: 99999;
}

.succesModal {
    z-index: 99999;
}

.warningModal {
    z-index: 99999;
}

.errorsModalBody {
    color: #f44336;
    font-size: medium;
    padding: 10px;
    background: #ff000014;
    text-align: center;
}

.bootbox-error .modal-body {
    color: #f44336;
    font-size: medium;
    padding: 10px;
    background: #ff000014;
    text-align: center;
}

.bootbox-warning .modal-body {
    color: darkorange;
    font-size: medium;
    padding: 10px;
    background: #f8ba2514;
    text-align: center;
}

.succesModalBody {
    color: #00c851;
    font-size: medium;
    padding: 10px;
    background: #0080001a;
    text-align: center;
}

.warningModalBody {
    color: yellow;
    font-size: medium;
    padding: 10px;
    background: #0080001a;
    text-align: center;
}

.modal-backdrop {
    z-index: 99998;
}

.input-group-addon {
    width: 10%;
    text-align: center;
    padding-top: 3%;
    background: #a5bff5;
    border: 1px solid #ced4da;
    color: #fff;
    margin-bottom: 2%;
}

.errorInput {
    border-bottom: 1px solid #f44336 !important; 
    background-color: #ff000024 !important;
}

.select2-container .select2-selection.errorInput {
    background-color: #ff000024 !important;
}

.errorInputForm {
    border-bottom: 1px solid #f44336 !important;    
    background-color: #ff000024 !important;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #f0f8ff;
    overflow-x: hidden;
    padding-top: 25px;
    transition: 0.5s;
    border-right-color: #315295;
    border-right-style: solid;
    border-right-width: 3px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none !important;
    font-size: 15px;
    color: #315295 !important;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover,
.offcanvas a:focus {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

body {
    overflow-x: hidden;
}

.topnav {
    overflow: hidden;
    width: 40px;
    position: absolute;
    top: 0;
    height: 100%;
    background: #315295;
    -webkit-border-top-right-radius: 25px;
    -webkit-border-bottom-right-radius: 25px;
    -moz-border-radius-topright: 25px;
    -moz-border-radius-bottomright: 25px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border: 1px solid #315295;
    transition: 0.5s;
}

.topnav a {
    float: left;
    display: block;
    color: #f0f8ff !important;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    height: 100%;
}

@media screen and (max-height:450px) {
    .sidenav {
        padding-top: 15px;
    }
}

@media screen and (max-width:1600px) {
    .sidenav a {
        font-size: 10px;
    }
}

a svg {
    transition: all .5s ease;
    &:hover {
        #transform: rotate(180deg);
    }
}

#ico {
    display: none;
}

.calendar .calendar-header {
    background-color: #f5f5f5;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
    border: 0;
}

.calendar .calendar-header .year-title {
    font-size: 18px;
}

.calendar .calendar-header .year-title:not(.year-neighbor):not(.year-neighbor2) {
  border-bottom: 2px solid #315295 !important;
}

.calendar .months-container .month-container {
  height: 260px;
  margin-bottom: 25px;
}

.calendar table.month {
    background-color: #fff;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .2);
    height: 100%;
}

.calendar table.month th.month-title {
    background-color: #315295;
    color: #fff;
    padding: 12px;
    font-weight: 400;
}

.calendar table.month th.day-header {
    padding-top: 10px;
    color: #CDCDCD;
    font-weight: 400;
    font-size: 12px;
}

.calendar table.month tr td {
    padding: 3px !important;
}

.calendar table.month td.day .day-content {
    padding: 8px;
    border-radius: 100%;
}

.pagination .page-item.active .page-link {
    background-color: #f0f8ff !important;
}

.datepicker thead {
    background: #315295;
    color: #fff;
}

.datepicker td,
.datepicker th {
    border-radius: 0px !important;
}

.datepicker .datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .prev:hover,
.datepicker tfoot tr th:hover {
    background: none !important;
}

.datepicker table tr td.selected,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected:hover {
    background-color: #315295 !important;
    background-image: -moz-linear-gradient(to bottom, #315295, #a5bff5) !important;
    background-image: -ms-linear-gradient(to bottom, #315295, #a5bff5) !important;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#315295), to(#a5bff5)) !important;
    background-image: -webkit-linear-gradient(to bottom, #315295, #a5bff5) !important;
    background-image: -o-linear-gradient(to bottom, #315295, #a5bff5) !important;
    background-image: linear-gradient(to bottom, #315295, #a5bff5) !important;
    background-repeat: repeat-x !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#315295', endColorstr='#808080', GradientType=0) !important;
    border-color: #a5bff5 #a5bff5 #595959 !important;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25) !important;
}

.range {
    background: #a5bff5 !important;
}

.th-clickable {
    color: #21bcde;
    cursor: pointer;
}


.usuarios {
	background: #f0f8ff;
}


.insyteModalCancelTitle {
	font-size: 20px;
	text-align : center;
}

.select2-container {
    margin-top: 1em !important;
    margin-bottom: 1em !important
}

.bmd-form-group .form-control,
.bmd-form-group label,
.bmd-form-group input::placeholder {
    line-height: 1 !important;
}

span.select2.select2-container.select2-container--default {
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-bottom: 1px solid #ccc !important;
    background-color: transparent;
    border-radius: 0 !important;
}

.select2-dropdown,
.select2-dropdown--above {
    border-radius: 0 !important;
    padding: 0.35rem !important;
    border: 0 !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12) !important
}

.select2-container--default .select2-selection--multiple {
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-bottom: 1px solid #ccc !important;
    background-color: transparent;
    border-radius: 0 !important;
}

.select2-container *:focus {
    outline: none !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 0 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #fff !important;
}

.select2-selection__choice__remove {
    color: #381fa8 !important;
}

.select2-results__option {
    color: #000000dd !important;
    font-size: small !important;
}

.select2-results__option--highlighted,
.select2-results__option[aria-selected="true"] {
    color: #fff !important;
    border-radius: .25rem !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .14), 0 7px 10px -5px !importantrgba(244, 67, 54, .4) !important;
    background-color: #a5bff5 !important;
    color: #fff !important;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .14), 0 7px 10px -5px !importantrgba(244, 67, 54, .4) !important;
    background-color: #a5b0c7 !important;
    color: #fff !important;
}

.select2-selection__placeholder {
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #6c757d !important;
}

.select2-selection__rendered {
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #6c757d !important;
    padding-left: 0px !important;
}

.select2-selection__clear {
    color: #f44336 !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #6c757d !important;
    background-color: transparent !important;
}

.select2-container--default .select2-selection--single {
    background-color: transparent !important;
}

.nav-sidebar {
    width: 100%;
    height: 100%;
    padding: 30px 0;
    border-right: 1px solid #ddd;
}

.nav-sidebar li {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    cursor: pointer;
}

.nav-sidebar li>a.active {
    background-color: #0b56a88f;
    color: #fff !important;
    cursor: pointer;
}

.nav-sidebar li:hover {
    background-color: rgb(240, 248, 255);
    border-left: 5px solid #315295;
    color: #fff;
    font-weight: bolder;
    padding-left: 5px;
}

.nav-sidebar a {
    color: #333;
    -webkit-transition: all 0.08s linear;
    -moz-transition: all 0.08s linear;
    -o-transition: all 0.08s linear;
    transition: all 0.08s linear;
}

.nav-sidebar .text-overflow a,
.nav-sidebar .text-overflow .media-body {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

table.table-fixedheader {
    width: 100%;
}

table.table-fixedheader,
table.table-fixedheader>thead,
table.table-fixedheader>tbody,
table.table-fixedheader>thead>tr,
table.table-fixedheader>tbody>tr,
table.table-fixedheader>thead>tr>th,
table.table-fixedheader>tbody>td {
    display: block;
}

table.table-fixedheader>thead>tr:after,
table.table-fixedheader>tbody>tr:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}

table.table-fixedheader>tbody {
    overflow-y: scroll;
    height: 400px;
}

table.table-fixedheader>thead {
    overflow-y: scroll;
}

table.table-fixedheader>thead::-webkit-scrollbar {
    background-color: inherit;
}

table.table-fixedheader>thead>tr>th:after,
table.table-fixedheader>tbody>tr>td:after {
    content: ' ';
    display: table-cell;
    visibility: hidden;
    clear: both;
}

table.table-fixedheader>thead tr th,
table.table-fixedheader>tbody tr td {
    float: left;
    word-wrap: break-word;
}

@media screen and (max-width:1600px) {
    body {
        font-size: 0.7rem !important;
    }
    table.dataTable thead>tr>th.sorting_asc,
    table.dataTable thead>tr>th.sorting_desc,
    table.dataTable thead>tr>th.sorting,
    table.dataTable thead>tr>td.sorting_asc,
    table.dataTable thead>tr>td.sorting_desc,
    table.dataTable thead>tr>td.sorting {
        padding-right: 15px;
    }
    table.table th,
    table.table td {
        padding-top: .7rem;
        padding-bottom: .7rem;
    }
    table th {
        font-size: .5rem !important;
        font-weight: 400;
    }
    .card .md-form label {
        font-size: 0.7rem !important;
        font-weight: 300 !important;
    }
    .form-control {
        font-size: 0.7rem !important;
        font-weight: 300 !important;
        line-height: 1 !important;
    }
    .select2-selection__placeholder {
        font-size: 0.7rem !important;
        font-weight: 300 !important;
        line-height: 1 !important;
    }
    .select2-results__option {
        color: #000000dd !important;
        font-size: 0.7rem !important;
    }
    .btn-insyte {
        font-size: smaller;
    }
}

.nav-tabs .nav-link {
    background-color: #e8f0fe;
}

.blockedEment {
    opacity: 0.3 !important;
}

.unblockedEment {
    opacity: 100 !important;
}

.text-cel {
    padding-top: 1.5rem !important;
}

.resultModal {
    padding: 0 !important;
}

.resultModal>.modal-dialog {
    width: 90% !important;
    max-width: none !important;
    height: auto !important;
    max-height: 90% !important;
}

.resultModal>.modal-content {
    height: 90% !important;
    border: 0 !important;
    border-radius: 1 !important;
}

.resultModal>.modal-body {
    overflow-y: auto !important;
}

/* tratamiento estilos pantalla-modal (modal.jsp) de aceptacion de condiciones
   incluida en base-template*/
.fullscreenmodal {
  padding: 0 !important; // override inline padding-right added from js
}
.fullscreenmodal> .modal-dialog {
  width: 100%;
  max-width: none;
  height: 100%;
  margin: 0;
}
.fullscreenmodal> .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.fullscreenmodal> .modal-body {
  overflow-y: auto;
}

@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl 
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  
  .modal-fullscreen-xxl .modal-content 
    height: 100%;
    border: 0;
    border-radius: 0;
  
  .modal-fullscreen-xxl .modal-header 
    border-radius: 0;
  
  .modal-fullscreen-xxl .modal-body 
    overflow-y: auto;
  
  .modal-fullscreen-xxl .modal-footer 
    border-radius: 0;
}

.modal-fullscreen-xxl-content{
	position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}
}

.bootbox-confirm {
    z-index: 99999999 !important;
}

.bootbox {
    z-index: 99999999 !important;
}

.tooltip-inner {
    max-width: none !important;
    white-space: nowrap !important;
    background-color: #f0f8ff !important;
    color: #21a9c2 !important;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #f0f8ff !important;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
    border-right-color: #f0f8ff !important;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #f0f8ff !important;
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
    border-left-color: #f0f8ff !important;
}

.recomendedMaterial {
    background: #ffff00ad !important;
}

.square {
    border-radius: 0px !important;
}

.insyte-messages-heading {
    margin: 0 !important;
    border-radius: 0 !important;
}

.insyte-messages-button-header {
    margin: 0;
    padding: 0;
}

.insyte-error-messages {
    color: #f44336 !important;
    background: #f8d7da !important;
}

.insyte-warning-messages {
    color: yellow !important;
    background: #fff3cd !important;
}

.error-body{
background: rgba(0, 0, 0, 0);
width: 70vw;
position: relative;
top: 50%;
transform: translateY(-50%);
margin: 0 auto;
padding: 30px 30px 10px;
box-shadow: 0 0 150px -20px rgba(0, 0, 0, 0.5);
z-index: 3;
background-color: #95313199;
}



.error-page {
height: 80vh;
}



.error-page > h1 {
font-size: 45vw;
text-align: center;
position: fixed;
width: 100vw;
z-index: 1;
text-shadow: 0 0 50px rgba(0, 0, 0, 0.07);
top: 50%;
transform: translateY(-50%);
font-family: "Montserrat", monospace;
color: #315295b0;
}



.error-body > P {
font-family: "Share Tech Mono", monospace;
color: white;
margin: 0 0 20px;
font-size: 17px;
line-height: 1.2;
}




.error-body > i {
color: white;
}



.error-body > div a {
text-decoration: none;
}



.error-body > b {
color: #81a2be;
}

.help-tooltip{
	cursor: help;
}


@keyframes slide {
from {
right: -100px;
transform: rotate(360deg);
opacity: 0;
}
to {
right: 15px;
transform: rotate(0deg);
opacity: 1;
}
}

/* Estilo para colocacion de campo de busqueda de Datatable*/
.table_container {
	padding-top:70px;
}

.select2-selection--multiple{
    overflow: hidden !important;
    height: auto !important;
}

.table-form-input{
	padding: 0px !important;
	text-align: center !important;
}

/* Estilos personalizados para textarea de InsyteWeb */
.insyte-textarea {
    border-radius: 5px !important;
    background-color: white !important;
    border: 1px solid #ced4da !important;
    resize: none !important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
}

.insyte-textarea:focus {
    border-color: #34b3cc !important;
    box-shadow: 0 0 0 0.2rem rgba(49, 82, 149, 0.25) !important;
    outline: 0 !important;
}

.insyte-textarea[readonly] {
    background-color: #fefefe !important;
    border: 1px solid #1976d2 !important;
    cursor: not-allowed !important;
}

/* Estilos personalizados para contenedores de dirección de InsyteWeb */
.insyte-contenedor-direccion {
    border: 1px solid #34b3cc63 !important;
    padding: 10px !important;
    border-radius: 5px !important;
    background: white !important;
}
