
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/Source_Sans_Pro/SourceSansPro-Regular.ttf') format('truetype');
}


body
{
    background-color: #f2f1f6;
    text-rendering: optimizeLegibility;
    overflow-y: auto;
}

.mayuscula 
{
    text-transform: uppercase;
}

select.form-control-sm
{    
    padding-top: 0.1rem !important;
}

.select2-results__option[aria-disabled="true"]{
    color: #9aa0ac;
}

.page-pretitle {
    font-size: .75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: #8a91a5;
}

.page-title-alt
{
    margin: 0;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1;
}

.page-header-alt
{
    margin: 1.5rem 0;
}


.navbar-dark {
    background: #354052;
    color: rgba(255,255,255,.72);
}

.navbar-dark .nav-link {
    color: rgba(255,255,255,.72);
}

.navbar-dark .text-muted {
    color: rgba(255,255,255,.5184)!important;
}

.icon-dark {
    color: rgba(255,255,255,.72) !important;
}
  
a.icon-dark:hover {
    color: #fff !important;
}


/*-----------------------------------------------------------TABLA*/
.actions
{
    width: 30px;
}

.actions_2
{
    width: 70px;
}

.actions_3
{
    width: 120px;
}

.tabla_container
{
    position: relative;
    overflow: auto;    
}

.dataTables_processing
{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #ffffffa8;
    z-index: 1;
}

.dependencia_externo
{
    background: #f9ebb2;
}

.dependencia_normal
{
    background: #495057;
}

.circulo_sm
{
    height: 15px;
    width: 15px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
}

.fila_lateral
{
    
}



.card-loading
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffffb8;
    z-index: 999;
}

.loading_aux
{
    padding: 1.5rem;
}

.hiddenfile
{
    width: 0px;
    height: 0px;
    overflow: hidden;
}


.card-progress
{
    border-radius: 0;
    height: .3rem;
}


.card-progress .progress-bar
{
    height: .3rem;
}

.card-adicional
{
    background: none;
    padding: 0.5rem 1.5rem;
    border-bottom: 1px solid rgba(0, 40, 100, 0.20);
}

.note-toolbar.card-header
{
    min-height: auto !important;
    display: block !important;
}


.modal-header > button.close
{
    visibility: hidden;
}

.modal-header > button.close::before {
    visibility: visible;
}

.item_default
{
    position: relative;
    max-width: 250px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.item_default_alt
{
    position: relative;
    max-width: 350px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}


.img_backgorund
{
    background-color: #e4e4e4;
    text-align: center;
}

#mensaje_container
{
    position: fixed;
    z-index: 9999;
    right: 1.5rem;
    bottom: 1.5rem;
}

#mensaje.error
{
    background-color: rgba(255, 198, 198, 0.85);
}

#mensaje.correcto
{
    background-color: rgba(204, 255, 198, 0.85);
}

.input-group-append
{
    z-index: 0;
}


.aut_list
{
    position: absolute;
    display: block;
    width: 100%;
    z-index: 99;
}

.aut_hidden
{
    width: 0px;
    height: 0px;
    overflow: hidden;
}

.aut_item
{
    background-color: #f2f4fb;
}


.tabla
{
    display: table;
    width: 100%;
}

.celda
{
    display: table-cell;
    vertical-align: middle;
}


.tabla_header label
{
    margin: 0 !important;
}

.form-group.is-invalid .invalid-feedback{
    display: block;
}

.nav-unread
{
    
    animation: pulse 2s infinite;
}


@-webkit-keyframes pulse {
    0% {
      -webkit-box-shadow: 0 0 0 0 rgba(205, 32, 31, 0.6);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(205, 32, 31, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(205, 32, 31, 0);
    }
  }
@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(205, 32, 31, 0.6);
        box-shadow: 0 0 0 0 rgba(205, 32, 31, 0.6);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(205, 32, 31, 0);
        box-shadow: 0 0 0 10px rgba(205, 32, 31, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(205, 32, 31, 0);
        box-shadow: 0 0 0 0 rgba(205, 32, 31, 0);
    }
}



.card-alert{
    border-left: 0;
    margin-left: 0;
    margin-right: 0;
    border-top: 0;
    margin-top: 0;
    border-right: 0;
}

.custom-file-label {
    overflow: hidden;
    text-overflow: ellipsis;
}



/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { 
    
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) 
{ 
    .escritorio
    {
        display: none;
    }

    .dataTables_wrapper .dataTables_length {
        text-align: center;
        float: inherit;
        margin-bottom: 0;
    }

    .dataTables_wrapper .dataTables_filter 
    {
        text-align: center;
        float: inherit;
    }

    .dataTables_wrapper .dataTables_filter input[type="search"]
    {
        max-width: 140px;
    }

    .dataTables_wrapper .dataTables_info 
    {
        text-align: center;
        float: inherit;
        margin-bottom: 0;
    }

    .dataTables_wrapper .dataTables_paginate
    {
        text-align: center;
        float: inherit;
    }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) { 
    
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) { 

}