html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    margin-top: 5px;
    background-color: #fbfcfc;
}

.footer p {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.footer .text-fooder {
    color: #0571bf;
}

.footer .text-fooder:hover,
.footer .text-fooder:focus {
    color: #00BCD4;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.card .card-content .help-block, .help-block-error, .card .help-block{
    display: block !important;
    font-size: 12px !important;
    font-weight: 500;
    text-transform: uppercase !important;
    color: #F44336 !important;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.card-profile .card-avatar + .content, .card-testimonial .card-avatar + .content {
    padding: 20px;
    
}

.card-avatar {
    border-radius: 4px !important;
    padding: 5px;
    background-color: #FFF;
}

.card-profile, .card-testimonial {
    margin-top: 50px; 
}

.float-right {
    float: right;
}

.main-panel > .content {
    min-height: calc(93% - 123px);
}

.borde-inicio {
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 50px 100px;
    background-color: #FFF;
}

.txt-bnk {
    border: 1px solid #fff;
    padding-top: 2px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 11px;
    font-weight: 700;
    border-radius: 2px;

}

.card .card-header .title {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.login-page {
    background: url(../img/img_fondo_login_cel.png) no-repeat;
    background-color: #a2aab6;

    padding-left: 0;
    margin: auto;
    overflow-x: hidden;
    background-size: 107% auto;
    position: absolute;
    bottom: 0px;
    top: 0px;
    right: 0px;
    left: 0px;    
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}

.register-page {
    background: url(../../img/textura2222.jpg) no-repeat;
    background-color: #a2aab6;
    padding-left: 0;
    margin: auto;
    overflow-x: hidden;
    background-size: 107% auto;
    position: fixed;
    bottom: 0px;
    top: 0px;
    right: 0px;
    left: 0px;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}

.card {
    border: 1px solid #CCC;
    min-height: 180px;
}

.page {
    background: url(../img/img_fondo_cel.jpg) repeat;
    background-color: #a2aab6;
    padding-left: 0;
    margin: auto;
    overflow-x: hidden;
    background-size: 107% auto;
    position: fixed;
    bottom: 0px;
    top: 0px;
    right: 0px;
    left: 0px;    
}

.card-login {
    border: 1px solid #CCC;
    min-height: 150px; 
}

.form-group.has-error label.control-label, .form-group.has-error .help-block {
    font-size: 13px;
    text-transform: uppercase;
}

.form-group .checkbox label, .form-group .radio label, .form-group label {
    font-size: 13px;
}

.login-link {
    font-size: 11px;
}

.navbar .navbar-collapse, .navbar .navbar-form {
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-top: 15px;
    background-color: #f5f5f5;
    padding: 10px 30px;
}

.breadcrumb {
    border: 1px solid #ccc;
    text-transform: uppercase;
    font-size: 12px;
}

.card .card-content {
    padding: 20px 40px;
}

.obs {
    color: #fff;
    margin-left: 40px;
    border: 1px solid #fff;
    padding: 6px 20px;
    border-radius: 2px;
    font-size: 10px;
}

.form-group.label-static label.control-label, .form-group.label-floating.is-focused label.control-label, .form-group.label-floating:not(.is-empty) label.control-label {
    color: #000;
}

.alert-dismissable .close, .alert-dismissible .close {
    right: 0px;
    top: -10px;
}

.alert {
    margin: -10px 15px 45px 15px;
    padding: 10px;
    font-weight: bold;
    font-size: 12px;
}

.form-group label.control-label {
    color: #000;
    text-transform: uppercase;
}

.nav > li {
    text-transform: uppercase;
    font-weight: 700;
}

.sidebar .nav p, .off-canvas-sidebar .nav p {
    font-size: 13px !important;
}

.sidebar .nav i, .off-canvas-sidebar .nav i {
    color: #00BCD4;
}

.title2 {
    border-radius: 4px;
    text-align: center;
    padding: 2px;
    border: 1px dashed rgb(5,113,191);;
    min-width: 90px;
    margin-left: 75px !important;
    background-color: #efefef;
}

h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
    font-size: 85%;
}

.card .card-footer .stats .material-icons {
    border: 1px solid #CCC;
    border-radius: 4px;
    padding: 3px;
    color: rgb(5,113,191);
    background-color: rgb(5,113,191);
    margin-right: 5px;
}

.dos {
    min-height: 10px !important;
}

.ver {
    min-height: 10px !important;
    margin-top: 0px;
}

.tres {
    margin-top: -35px;
    margin-bottom: 35px;
}

.boto {
    min-height: 420px;
}

.form-control, .form-group .form-control {
    font-size: 13px;
}

.sp {
    padding: 20px 20px !important;
}

.pd {
    padding: 0px 20px 15px 10px !important;
}

.img-thumbnail {
    background-color: #ccc;
} 

.etq {
    font-size: 15px;
    border: 1px solid #ccc;
    min-width: 20px;
    padding: 5px;
    border-radius: 4px;
    background-color: #efefef;
}

.not {
    font-size: 15px;
    min-width: 20px;
    color:  rgb(5,113,191);
}

.card .table {
    margin-bottom: 20px;
}

.notify {
    text-transform: uppercase;
    font-size: 13px;
    margin-left: 10px;
    font-weight: 700;
}

.bt {
    font-size: 58px !important;
    color:  #0571bf;
}

.tb a:hover, .tb a:focus {
    color: #36C1D0 !important;
}

.bt2 {
    font-size: 58px !important;
    color: #CCC;
}

.tb {
    -webkit-box-shadow: 0px 0px 8px 4px rgba(29, 97, 243);
    -moz-box-shadow: 0px 0px 8px 4px rgba(29, 97, 243);
    box-shadow: 0px 0px 8px 4px rgba(29, 97, 243);
    margin: 30px 40px;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 0px;
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    min-height: 110px;
}

.tb2 {
    -webkit-box-shadow: 0px 0px 8px 4px rgba(29, 97, 243);
    -moz-box-shadow: 0px 0px 8px 4px rgba(29, 97, 243);
    box-shadow: 0px 0px 8px 4px rgba(29, 97, 243);
    margin: 30px 40px;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 0px;
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    min-height: 110px;
}

.blue{
   background: rgb(5,113,191) !important; 
}

.info {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 15px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
}

.btn.btn-info, .btn.btn-info:hover, .btn.btn-info:focus, .btn.btn-info:active, .btn.btn-info.active, .btn.btn-info:active:focus, .btn.btn-info:active:hover, .btn.btn-info.active:focus, .btn.btn-info.active:hover, .open > .btn.btn-info.dropdown-toggle, .open > .btn.btn-info.dropdown-toggle:focus, .open > .btn.btn-info.dropdown-toggle:hover, .navbar .navbar-nav > li > a.btn.btn-info, .navbar .navbar-nav > li > a.btn.btn-info:hover, .navbar .navbar-nav > li > a.btn.btn-info:focus, .navbar .navbar-nav > li > a.btn.btn-info:active, .navbar .navbar-nav > li > a.btn.btn-info.active, .navbar .navbar-nav > li > a.btn.btn-info:active:focus, .navbar .navbar-nav > li > a.btn.btn-info:active:hover, .navbar .navbar-nav > li > a.btn.btn-info.active:focus, .navbar .navbar-nav > li > a.btn.btn-info.active:hover, .open > .navbar .navbar-nav > li > a.btn.btn-info.dropdown-toggle, .open > .navbar .navbar-nav > li > a.btn.btn-info.dropdown-toggle:focus, .open > .navbar .navbar-nav > li > a.btn.btn-info.dropdown-toggle:hover {
    background-color: #424242;
    font-weight: 700;
}

.tit {
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 4px;
    border: 1px solid #566573;
    padding: 5px 10px;
    margin-bottom: 15px;
    font-size: 11px; 
    background-color: #566573;
    color: #fff;
    width: 99.5%;   
}

.hr1 {
    border:1px dashed #393f5b;
}

.titulo {
    color: #fff;
    background-color: #393f5b;
    padding: 8px 16px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 11px;
}

.nota {
    margin-left: 17px;
    border: 1px solid  rgb(5,113,191);
    border-radius: 4px;
    background-color: #efefef;
    padding: 8px;
}

.nota2 {
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #efefef;
    padding: 15px;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 20px;
}

.flecha {
    margin: 55px auto;
    background:  rgb(5,113,191);
    position: relative;
}

.izquierda:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0;
    height: 0;
    border-width: 9px;
    border-style: solid;
    border-color: transparent  rgb(5,113,191) transparent transparent;
}
    
/*.dragscroll:active{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:grabbing}*/
.dragscroll{overflow-x:auto}

.wrapper1, .wrapper2{width: 600px; border: none 0px RED;
overflow-x: scroll; overflow-y:hidden;}
.wrapper1{height: 40px; }
.wrapper2{height: 400px; }
.div1 {width:2000px; height: 40px; }
.div2 {width:2000px; height: 400px; background-color:white;
overflow: auto;}
/*.wrapper1, .wrapper2{width: 800px; border: none 0px RED;
overflow-x: scroll; overflow-y:hidden;}
.wrapper1{height: auto; }
.wrapper2{height: auto; }
.div1 {width:100px; height: 20px; }
.div2 {width:100px; height: 20px; background-color:white;
overflow: auto;}*/

.table-reca thead tr:nth-child(2) th{
    background-color: #2E86C1; 
    color: #F4F4F4; 
    font-weight: 500;
}

.table-reca td{
    text-align: center;
}

.btn.btn-arrow, .btn.btn-back {
    background-color: #00897b;
}

.btn.btn-arrow:hover,
.btn.btn-arrow:focus,
.btn.btn-back:hover,
.btn.btn-back:focus {
    background-color: #00897b;
}

.btn.btn-search {
    background: #507AF0;
}

.btn.btn-search:hover, .btn.btn-search:focus {
    background: #507AF0;
}

.btn.btn-refresh {
    background: #36C1D0;
}

.btn.btn-refresh:hover, .btn.btn-refresh:focus {
    background: #36C1D0;
}

.btn.btn-multa {
    background-color: transparent;
    border: 1px solid #00897b;
    color: #424242;
    font-weight: 600;
}

.btn.btn-multaadmi {
    background-color: transparent;
    border: 1px solid #00acc1;
    color: #424242;
    font-weight: 600;
}

.btn.btn-obs-ope {
    background-color: #2196f3;
}

.btn.btn-obs-ope:hover, .btn-obs-ope:focus {
    background-color: #2196f3;
}

.btn.btn-actaf {
    background-color: #ec407a;
}

.btn.btn-actaf:hover, .btn-actaf:focus {
    background-color: #ec407a;
}

.btn.btn-pdf {
    background-color: #d2392d;
}

.btn.btn-pdf:hover, .btn-pdf:focus {
    background-color: #d2392d;
}

/* estilos personalizados para la sección que se va a imprimir */
.my-print-section {
    padding: 10px;
    margin-bottom: 10px;
  }

  /* aplicar estilos de Bootstrap a la seccion a imprimir en caso de necesitarlos */
  @media print {
    .my-print-section {
      page-break-after: always;
    }

    .table-reca thead tr:nth-child(2) th{
        background-color: #2E86C1 !important; 
        color: #F4F4F4; 
        font-weight: 500;
    }
    
    .table-reca td{
        text-align: center;
    }
  }

.aui-message {
    background: #fff;
    border: 1px solid #3572b0;
    border-radius: 3px;
    color: #333;
    line-height: 20px;
    margin: 20px 0 0 0;
    overflow-wrap: break-word;
    padding-bottom: 20px;
    padding-left: 60px;
    padding-right: 40px;
    padding-top: 20px;
    position: relative;
    word-wrap: break-word;
    word-break: break-word;
    font-size: 18px;
}

.aui-message::before {
    background-color: #3498DB;
}

.aui-message::before {
    background-color: #3498DB;
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 40px;
}

.aui-message p.title {
    font-weight: bold;
}

.aui-message p.title strong {
    font-weight: inherit;
}

.aui-message::after {
    content: "\f05a";
    color: #fff;
}

.aui-message::after {
    color: #fff;
    font-family: 'FontAwesome';
    font-size: 20px;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    text-align: justify;
    left: 10px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
}

.aui-article{
    width: 90%;
    margin: auto;
    text-align: justify;
}

.aui-success{
    font-size: 16px;
    border: 1px solid #17A589;
}

.aui-success::before {
    background-color: #17A589;
}

.aui-warning{
    font-size: 16px;
    border: 1px solid #F39C12;
}

.aui-warning::before {
    background-color: #F39C12;
}

.aui-success::after{
    content: "\f00c";
    color: #fff;
    left: 10px;
}

.aui-warning::after{
    content: "\f071";
    color: #fff;
    left: 10px;
}

.password label {
    text-transform: uppercase;
    font-size: 12px;
    color: #212121;
}

.password #view-password {
    accent-color: #2E86C1;
}

.perfil #view-password {
    margin-top: 60px;
}
  

#loginform-captcha-image:hover{
    cursor: pointer;
}

.dropdown-toggle{
    background-color: transparent !important;
    border: 1px solid  rgb(5,113,191);
    color: #414141 !important;
}

.dropdown-toggle:hover{
    border-color: rgb(5,113,191);
}

.open > .dropdown-toggle.btn-default:focus{
    border-color:  rgb(5,113,191);
    box-shadow: none !important;
}

.dropdown-menu li a:hover, .dropdown-menu li a:focus{
    background-color: rgba(231, 76, 60, 0) !important;
    border: 1px solid  rgb(5,113,191);
    border-radius: 5px;
    color: #212121;
}

.dropdown-toggle i{
    color: #414141;
}

.kv-checkbox-list .checkbox label{
    color: #414141;
    font-weight: 500;
}

.kv-checkbox-list .checkbox .kv-toggle-all{
    color: #3572b0;
    font-weight: 600;
}

.kv-checkbox-list .divider {
    background-color: #212121 !important;
}


.btn.btn-primary, .btn.btn-primary:hover, .btn.btn-primary:focus {
    background-color: rgb(5,113,191);
}

.nav .active a {
    background-color: #0571bf !important;
}

.nav a:hover,
.nav a:focus {
    background-color: #0571bf !important;
    color: #fbfcfc !important;
}

.tb a, .stats a{
    color: rgb(5,113,191);
}

thead th a{
    color: #212121;
}

thead th a:hover, thead th a:focus {
    color: rgb(5,113,191);
}

tbody td a, tbody td a:hover, tbody td a:focus {
    color: rgb(5,113,191);
}

.breadcrumb {
    background-color: #d6dbdf;
}

.breadcrumb a {
    color: #0571bf;
    font-weight: 500;
}

.breadcrumb a:hover,
.breadcrumb a:focus {
    color: #00BCD4;
}

.breadcrumb li.active {
    font-weight: 500;
    color: #424242;
}

.obser{
    color: #819aa0;
}

.editar{
    color: #556FDB;
}

.text-index {
    position: relative;
    color: #424242;
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 500;
    text-shadow: 1px 1px 2px #3C4858;
}

.navbar-nav a:hover {
    background-color: transparent !important;
}

.card .card-header {
    background: linear-gradient(90deg, rgb(5, 113, 191) 0%, rgba(6, 68, 155, 1) 37%, rgba(5, 181, 245, 1) 100%);
}

.page-error {
    text-align: center;
}

.page-inner h1 {
    font-size: 150px;
    color: #414141;
}

.page-inner .fa-exclamation {
    color: #0288d1;
}

.page-description {
    font-size: 30px;
    color: #414141;
    margin-top: -15px;
    margin-bottom: 10px;
}

.page-search .btn.btn-volver {
    background-color: #039be5;
}

.checkbox input[type="checkbox"]:checked + .checkbox-material .check {
    background: #2E86C1;
}
