html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #006bb7;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding-top: 1.1rem;
}

h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}


.darker-border-checkbox.form-check-input {
    border-color: #929292;
}


.bi {
    /*vertical-align: -.125em;*/
    fill: currentColor;
}

textarea {
    overflow: hidden;
    height: auto !important;
    
}

/* Estilos de validación de campos */
.field-validation-error {
    color: #f86c6b;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #f86c6b;
}

    input.input-validation-error:focus {
        border: 1px solid #f86c6b;
        box-shadow: 0 0 0 0.2rem #f86c6b;
        box-shadow: 0 0 0 0.2rem rgba(248, 108, 107, 0.25);
    }


.validation-summary-errors {
    color: #f86c6b;
    font-weight: bold;
    font-size: 1.1em;
}


.validation-summary-valid {
    display: none;
}

/*Autocomplete tags*/
.ui-autocomplete {
    list-style: none;
    background: #f8f8f8;
    line-height: 32px;
    cursor: pointer;
    width: auto;
    font-weight: bold;
    width: 30%;
    z-index: 10000 !important;
}

.ui-autocomplete li {
    border-bottom: 1px dashed #bef3db;
    width: 100%;
}

.ui-autocomplete li:hover {
    color: #337bab;
}

.ui-helper-hidden-accessible {
    display: none;
}

/*quickgrid*/


button.col-title:hover, .col-options-button:hover {
    background-color: rgba(128, 128, 128, 0.2);
}

button.col-title:active, .col-options-button:active {
    background-color: rgba(128, 128, 128, 0.5);
}
.col-title {
    display: flex !important; /* So that we can make col-title-text expand as much as possible, and still hide overflow with ellipsis */
    min-width: 0px;
    flex-grow: 1 !important;
    padding: 0;
    font-weight: bold;
}

/* If the column is sortable, its title is rendered as a button element for accessibility and to support navigation by tab */
button.col-title {
    border: none;
    background: none;
    position: relative;
    cursor: pointer;
}

.col-justify-center .col-title {
    justify-content: center;
}

.col-justify-end .col-title {
    flex-direction: row-reverse; /* For end-justified cols, the sort indicator should appear before the title text */
}

/* We put the column title text in its own element primarily so that it can use text-overflow: ellipsis */
.col-title-text {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.col-header-content {
    /* We want the th elements to be display:flex, but they also have to be display:table-cell to avoid breaking the layout.
       So .col-header-content is an immediate child with display:flex. */
    position: relative;
    display: flex;
    align-items: center;
}

.sort-indicator {
    opacity: 0.5;
}

/* Deep to make it easy for people adding a sort-indicator element in a custom HeaderTemplate */
th .sort-indicator {
    /* Preset width so the column width doen't change as the sort indicator appears/disappears */
    width: 1rem;
    height: 1rem;
    align-self: center;
    text-align: center;
}

.col-sort-desc .sort-indicator, .col-sort-asc .sort-indicator {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M 2 3.25 L 12 20.75 L 22 3.25 L 12 10 z" /></svg>');
}

.col-sort-asc .sort-indicator {
    transform: scaleY(-1);
}

/* Deep to make it easy for people adding a col-options-button element in a custom HeaderTemplate */
th .col-options-button {
    border: none;
    padding: 0; /* So that even if the text on the button is wide, it gets properly centered */
    width: 1rem;
    align-self: stretch;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="1.5 0 21 24" stroke="currentColor" stroke-width="2"><path d="M4 6h16M4 12h16M4 18h16" /></svg>') center center / 1rem no-repeat;
}

.col-options {
    position: absolute;
    background: white;
    border: 1px solid silver;
    left: 0;
    padding: 1rem;
    z-index: 1;
}

.col-justify-end .col-options {
    left: unset;
    right: 0;
}

td.col-justify-center {
    text-align: center;
}

td.col-justify-end {
    text-align: right;
}

.max-width-100 {
    max-width: 100px;
}
.max-width-200 {
    max-width: 200px;
}
.max-width-300 {
    max-width: 300px;
}

.diaVacacionesSolicitado {
    color: teal;
    border-color: teal !important;    
}

.diaMobileOfficeSolicitado
{
    color: indigo;
    border-color: indigo !important;
}