﻿body {
    padding: 10px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* 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;
}

h1.Texto-Gris {
    color: #414042;
    font-family: Arial;
    font-size: 1.5em;
        /*color:#958989;*/
    font-weight:bold;
    text-align:center;
}


.tabla {
    background-color: #E6E7E8;
    text-align:center;
}

#TablaBody {
    width: 100%;
    height: 133px;
}

#div_session {
    margin-left: 100px;
}

p{
    color:#666666;
        
}

#titulo_encabezado, #encabezado {
    background-color: #182951;
    width: 100%;
    color: #fff;
    font-weight: 600;
    text-align: center;
    font-size: 1em;
}


validated .form-control:invalid ~ .invalid-tooltip {
    display: block;
}
.invalid-tooltip {

    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 1rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    /*color: #fff;
    background-color: rgba(220,53,69,.8);*/
    color: #fff;
    background-color: rgba(40,167,69,.8);
    border-radius: .2rem;
    font-size: 14px;

}

/*BOOSTRAP BUTTONS*/
.btn-primary {
    /*color: #ceab64;*/
    background-color: #182951;
    border: 2px solid #182951;
    font-weight: 600;
}
.btn-primary:hover {
    color: #182951 !important;
    background-color: transparent;
    border: 2px solid #182951;
}

.btn-secondary {
    background-color: #ceab64;
    color: #182951;
    border: 2px solid #ceab64;
    font-weight: 600;
}
.btn-secondary:hover {
    background-color: transparent;
    color: #182951;
    border: 2px solid #ceab64;
}

/* LOADER CSS */
  .loader{color:#fff;position:fixed;box-sizing:border-box;left:-9999px;top:-9999px;width:0;height:0;overflow:hidden;z-index:999999}.loader:after,.loader:before{box-sizing:border-box;display:none}.loader.is-active{background-color:rgba(0,0,0,.85);width:100%;height:100%;left:0;top:0}.loader.is-active:after,.loader.is-active:before{display:block}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(359deg)}}@keyframes blink{0%{opacity:.5}to{opacity:1}}.loader-double:after,.loader-double:before{content:"";position:fixed;border-radius:50%;border:8px solid;animation:rotation 1s linear infinite}.loader-double:after{width:48px;height:48px;border-color:#fff;border-left-color:transparent;top:calc(50% - 24px);left:calc(50% - 24px)}.loader-double:before{width:64px;height:64px;border-color:#167ddb;border-right-color:transparent;animation-duration:2s;top:calc(50% - 32px);left:calc(50% - 32px)}


/*BOOSTRAP TABLE*/
.no-data {
    /*display: none;*/
    text-align: center;
}

th, tr {
    text-align:center;
}

.body-sign {
    display: table;
    height: auto;
    margin: 0 auto;
    max-width: 500px;
    padding: 0 15px;
    width: 100%;
}

.body-sign .center-sign {    
    vertical-align: middle;
}

.body-sign .panel-sign {
    background: transparent;
}

.body-sign .panel-sign .panel-body {
    background: #FFF;    
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    padding: 33px 33px 15px;    
}

.nav-texto {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    font-size: 1em;
}

.navbar a, .page-link, .table a, .nav-link {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #ceab64;
    text-decoration: none;
    font-weight:600;
}

.navbar a:hover {
    color: #5d481d;
}
.active > .page-link, .page-link.active {
    background-color: #182951;
    border-color: #ceab64;
}

.page-link:hover {
    color: #5d481d;
}
.table-sm {
    font-size:14px;
}

.group-by {
    text-align:left;
    font-weight:bold;
}

.tabla-data td:nth-child(1), .tabla-data th:nth-child(1) {
    text-align: left;
}
.tabla-data tr, .tabla-data th {
    text-align:right;
}

.circulo-modulos {
    border-radius:50%;
    width:170px;
    height:170px;
    background-color:#0c60a9;
    display:inline-block;
}
.icono-modulos {
    text-align: center;
    border-radius: 50%;
    font-size: 6em;
    color: #0c60a9;
    background-color: #fff;
    border: 8px solid #0c60a9;
    width: 170px;
    height: 170px;
    display:table-cell;
    margin-top:-10px;
}
.text-primary, .link-primary {
    color: #0c60a9 !important;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
    display: none;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}