﻿.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.disableddiv {
    pointer-events: none;
    opacity: 0.4;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.body-container {
    margin-top: 30px !important;
}


a {
    color: lightgray !important;
}

.navbar {
    min-height: 50px;
}

.navbar-user {
    color: lightgray !important;
}


.form-control {
    min-width: -webkit-fill-available !important;
}

.bg-dark {
    background-color: #1A2335 !important;
}

.acordion_header {
    height: 40px;
}

.acordion_header_tittle {
    position: absolute;
    top: 0px;
}

.AcordionTittle {
    background-color: #1A2335;
}

.AcordionTextTittle {
    color: lightgrey !important;
}

.AcordionIconTittle {
    color: #19ccee !important;
}

/*CONTROL CARGA DE ARCHIVO*/
.FileUploadOk {
    color: #19ccee;
}

input[type="file"] {
    display: none;
}

.custom-file-upload {
    cursor: pointer;
}

.AnexoForecolor {
    color: #1A2335;
}

.btn-corporatecolor {
    background-color: #19ccee;
    color: #ffffff;
}

.Anexos-tittle {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#overlay {
    position: absolute;
    width: 30%;
    height: 100%;
    background: black url('loading.gif') center center no-repeat;
    background-size: 50px;
    z-index: 3;
    opacity: 1;
}

a[disabled="disabled"] {
    pointer-events: none;
}

.logo-pactia {
    width: 20%;
}

.center-logo {
    height: 90vh;
    animation: fade 35s infinite;
    -webkit-animation: fade 30s infinite;
}

@keyframes fade {
    0% {
        opacity: 1
    }

    33.333% {
        opacity: 0
    }

    66.666% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.bd-example-modal-lg .modal-dialog {
    display: table;
    position: relative;
    margin: 0 auto;
    top: calc(50% - 24px);
}

    .bd-example-modal-lg .modal-dialog .modal-content {
        background-color: transparent;
        border: none;
    }

/*MULTISELECT*/
.bootstrap-select .bs-ok-default::after {
    width: 0.3em;
    height: 0.6em;
    border-width: 0 0.1em 0.1em 0;
    transform: rotate(45deg) translateY(0.5rem);
}

.btn.dropdown-toggle:focus {
    outline: none !important;
}

.ui-jqgrid-titlebar {
    background-color: #1A2335 !important;
}

.ui-jqgrid-caption {
    color: #ccc !important;
}

.ui-jqgrid .ui-jqgrid-htable thead th div {
    font-size: 0.8em !important;
}

.ui-jqgrid .ui-jqgrid-bdiv {
    font-size: 0.8em !important;
}

.ui-jqgrid .ui-jqgrid-title {
    float: left;
    margin: 0px !important;
}

.ui-th-column ui-th-ltr {
    width: 70px !important;
    height: 37px !important;
}
.ui-jqgrid .ui-jqgrid-labels {
    width: 70px !important;
    height: 37px !important;
}

/*CONTADOR NOTIFICACION*/

#notification_li {
    position: relative;
    width: 50px;
}

#notificationContainer {
    background-color: #fff;
    border: 1px solid rgba(100, 100, 100, .4);
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
    overflow: visible;
    position: absolute;
    top: 38px;
    margin-left: -192px;
    width: 400px;
    z-index: -1;
    display: none;
    color:black;
    /*Enable this after jquery implementation*/
}

/* Popup Arrow */
#notificationContainer:before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    color: transparent;
    border: 10px solid black;
    border-color: transparent transparent white;
    margin-top: -20px;
    margin-left: 188px;
}

#notificationTitle {
    /*font-weight: bold;*/
    padding: 8px;
    font-size: 1rem;
    background-color: #1A2335;
    position: fixed;
    z-index: 1000;
    width: 398px;
    border-bottom: 1px solid #dddddd;
    color:#ccc;
}

#notificationsBody {
    padding: 33px 0px 0px 0px !important;
    min-height: 300px;
    max-height: 500px;
    overflow-y: scroll;
}

#notificationFooter {
    background-color: #ccc;
    text-align: center;
    font-weight: bold;
    padding: 8px;
    font-size: 12px;
    border-top: 1px solid #dddddd;
}
    #notificationFooter a {
        color: #1A2335 !important;
    }

#notification_count {
    padding: 3px 7px 3px 7px;
    background: #cc0000;
    color: #ffffff;
    font-weight: bold;
    margin-left: 0px;
    border-radius: 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    position: absolute;
    margin-top: -11px;
    font-size: 11px;
}



@media (max-width: 600px) {

    #demo table {
        border: 0;
    }

    #demo td {
        display: block;
        width: 94%;
        float: left;
        border: 0;
        padding: 5px 3% 0 3%;
    }
}

.tblSmall {
    font-size: x-small !important;
    border: 1px solid #E1E1E1;
    padding: 6px 4px;
    border-color: #E1E1E1 !important;
    white-space: normal !important;
    height: auto;
    vertical-align: text-top;
    padding-top: 2px;
}

.tblthSmall {
    font-size: x-small !important;
    border: 1px solid #E1E1E1;
    padding: 6px 4px;
    border-color: #E1E1E1 !important;
    white-space: normal !important;
    height: auto;
    vertical-align: text-top;
    padding-top: 2px;
    background-color:#f2f2f2;
}


/* Estilo para el contenedor de la tabla */
.table-container {
    height: 300px; /* Altura fija del contenedor */
    overflow-y: auto; /* Permitir desplazamiento vertical */
}

/* Estilo para la tabla */
table {
    width: 100%;
    border-collapse: collapse;
}

/* Estilo para el encabezado de la tabla */
thead th {
    background-color: #f2f2f2; /* Color de fondo para el encabezado */
    position: sticky; /* Encabezado fijo */
    top: 0;
    z-index: 1;
}

/* Estilo para las celdas de la tabla */
th, td {
    padding: 8px;
    border: 1px solid #ddd;
    text-align: left;
}