﻿/* Web */
.th-control {
    width: 45px;
}
/* Web */
/* Validation */
.input-validation-error {
    box-shadow: 0 0 5px #fe4640;
    border: 1px solid #fe4640;
}
/* Validation */
/* Loader */
.loader-container {
    background: rgba(255, 255, 255, 0.3);
    color: rgb(51, 51, 51);
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 100041;
    overflow: hidden;
    outline: 0px;
    display: none;
}
.loader-backdrop {
    z-index: 100041;
    background-color: #303030;
    filter: alpha(opacity=30);
    opacity: 0.30;
    width: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    height: 100%;
}
.loader-dialog {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -45px;
    margin-top: -15px;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    z-index: 100041;
    font-size: 14px;
}
/* Loader */
/* JQueryUI Autocomplete */
.ui-autocomplete {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 250px;
    z-index: 10001;
}
.ui-widget-content {
    border-radius: 0px;
    margin-top: 3px;
    padding: 8px 0;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}
.ui-menu-item-wrapper {
    border-bottom: 1px solid #e7e7e7;
    font-family: 'Muli', sans-serif;
    font-size: 1rem;
}
.ui-state-active {
    border-bottom: 1px solid rgba(0,0,0,0.075) !important;
    background-color: rgba(0,0,0,0.075) !important;
}
.ui-menu-item-header {
}
.ui-menu-item-detail {
    font-size: 75%;
    font-weight: bold;
}
/* JQueryUI Autocomplete */
/* EmptyContainer*/
.empty-container {
    background-color: rgba(0, 0, 0, 0.05);
}
.empty-content {
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.4);
    font-weight: bold;
    text-align: center;
    padding: 1em 0 !important;
    font-size: .9em;
}
/* EmptyContainer */
/* Custom Pager */
.pager-container {
    border-top: 1px solid #D8D8D8;
    padding: 10px 0;
}
.pager-caption {
    font-weight: bold;
    color: #6c757d;
    margin: 0;
}
.pager-container .pager-controls {
    float: right;
    padding: 2px 15px;
    border: 1px solid #D8D8D8;
    border-radius: 50px;
}
.pager-controls p, .pager-controls select {
    float: left;
}
.pager-controls p {
    line-height: 30px;
    margin: 0 12px;
}
.pager-controls select {
    width: auto;
}
/* Custom Pager */
/* Calendar Control */

.calendar-control {
    position: relative;
}
.calendar-control input[type=text] {
    padding-left: 36px;
}
.calendar-control input[type=text][readonly] {
    background-color: inherit;
    cursor: default;
}
.calendar-control .icon-calendar, .calendar-control .icon-clear {
    position: absolute;
    top: 0;
    margin: 8px 0;
    width: 32px;
    text-align: center;
}
.calendar-control .icon-calendar {
    left: 0;
    border-right: 1px solid #ccc;
}
.calendar-control .icon-clear {
    right: 0;
    border-left: 1px solid #ccc;
    cursor: pointer;
    color: #7F7F7F;
}
.calendar-control .icon-clear:hover {
    color: #000;
}
/* Calendar Control */
/* PNotify */
.ui-pnotify {
    word-break: break-word;
}
ul.pnotify-errors {
    padding-left: 1.5em;
    margin-bottom: 0;
}
ul.pnotify-errors li {
    list-style: none;
}
ul.pnotify-errors li:not(:last-child) {
    margin-bottom: 0.5em;
}
.ui-pnotify-icon span {
    line-height: 1.5;
}
/* PNotify */

.nuevo-post {
    position: absolute;
    font-size: 12px;
    top: 13px;
    padding: 0 2.8em;
    color: #ffffff;
    z-index: 9;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: #f14a5b;
    text-align: center;
    width: auto;
    right: auto;
    left: -32px;
    z-index: 0;
    border-radius: 0;
    transform: rotate(-45deg);
}

/*Estilos de maquetación*/

.sidebar{
  overflow-y: auto;
  top: 3.5em !important;
}

.page-content {
    width: calc(100% - 17rem);
    margin-left: 17rem;
    transition: all 0.4s;
}

.content{
   flex: 1 0 auto;
}
.padding-bottom{
  padding-bottom: 2em;
}

.padding-top{
  padding-top: 2em;
}

.lead>small{
  display: inline-block;

  font-size: 12px;
}
  .lead>span{
    display: block;
    margin-top: .3rem;
    line-height: 1;
  }
.parpadea {
  animation-name: parpadeo;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;

  -webkit-animation-name:parpadeo;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}

@-moz-keyframes parpadeo{  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

@-webkit-keyframes parpadeo {  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
   100% { opacity: 1.0; }
}

@keyframes parpadeo {  
  0% { opacity: 1.0; }
   50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}



.divider{
  font-size: 70%;
  margin-left: 8px;
  opacity: .5;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 5px;
}

.btn-nav{
  font-size: 13px;
  line-height: 15px;
  text-align: left;
  color: #fff;
  padding-left: 5px;
}
  .btn-nav.active{
    color: #0141d9;
    border-left: 2px solid #0141d9;
  }

.bg-home a{
  display: block;
  cursor: pointer;
}

.help{
  font-size: 12px;
    color: #a1a1a1;
    padding: 5px;
}

  .bg-home a>img{
      box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
      border-radius: 10px;
  }
    .bg-home a>img:hover{
      box-shadow: none;
    }

.item{
  font-size: 11px;
  color: #1f74ce;
  padding: 0;
  margin-bottom: 0;
  display: block;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
}

.data{
  margin: 0 0 .2em 0 !important;
  color: #999;
}
  .data>i{
    color: #1f74ce;
    font-size: 80%;
  }


.btn-float-circle{
  width: 46px;
    height: 46px;
    text-align: center !important;
    padding-top: 15px !important;
    border-radius: 100px !important;
    position: absolute;
    right: .5em;
    top: .5em;
    z-index: 9;
}

.row.border-bottom {
    border-bottom: 1px solid #eee !important;
}


.table.table-hover td{
  white-space: nowrap;
}
/****************************/

.bg-login{
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  border: 1px #e3e5e6 solid;


    position: absolute;
    width: 555px;
    height: auto;
    top: 50%;
    left: 50%;
    margin-left: -277px;
    margin-top: -161px;
    background: #ffffff;
    }
        .bg-login .form-control, .bg-login .form-control:focus {
            color: #2b2b2b;
            background-color: #f3f3f3;
            border: none;
        }
         .bg-login .form-label-group > label{
            color: #2b2b2b;
        }
/****************************/

/******* LOGIN *******/
body.login{
  display: -ms-flexbox;
  height: 100%;
  width: 100%;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f5f5f5;
}
.form-signin {
    width: 100%;
    max-width: 420px;
    padding: .5em 1em;
    position: relative;
    z-index: 9;
    border-radius: 4px;
    left: 70%;
    top: 50%;
    margin-left: -200px;
    margin-top: -270px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
        -webkit-backdrop-filter: saturate(180%) blur(10px);
    backdrop-filter: saturate(180%) blur(10px);
}

.form-signin .form-label-group > input{
  background: rgba(255, 255, 255, 0.5) !important;
}

.form-label-group {
  position: relative;
  margin-bottom: 1rem;
  text-align: left;
  font-size: 14px;
}

.form-label-group span{
  padding-top: 0;
  padding-bottom: 0;
  font-size: 11px;
  color: #1f74ce;
  display: block;
}

.form-label-group > input,
.form-label-group > label, 
.form-label-group > select{
  height: 2.5rem;
  padding: .3rem .5rem;
}
.form-label-group > select{
  min-width: 11em;
}
.form-label-group > label {
  position: absolute;
  top: -2px;
  left: 0;
  font-size: 14px;
  display: block;
  width: 100%;
  margin-bottom: 0; /* Override default `<label>` margin */
  line-height: 2.3;
  color: #666666;
  pointer-events: none;
  cursor: text; /* Match the input under the label */
  border: 1px solid transparent;
  border-radius: .25rem;
  transition: all .1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
  color: transparent;
}

.form-label-group input:-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-moz-placeholder {
  color: transparent;
}

.form-label-group input::placeholder {
  color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
  padding-top: 1.25rem;
  padding-bottom: .25rem;
}

.form-label-group input:not(:placeholder-shown) ~ label {
  padding-top: 0;
  padding-bottom: .25rem;
  font-size: 11px;
  color: #1f74ce;
}

.form-control[type="file"]{
      height: 40px;
    padding-left: 5px;
    padding-top: 10px;
    font-size: 13px;
    line-height: 1;
    background: #fff !important;
    border-radius: 0px;
}
  .form-control[type="file"]:focus{
    background: #fff !important;
  }



/******* Navbar *******/

#header {
  background-color: #fff;
  position: relative;
  top: 0;
  width: 100%;
  display: block;
  transition: top 0.3s;
  font-size: .9em;
}

/******* Dropdown Hover *******/
.dropdown-hover{
  position: relative;
  display: inline-block;
}


  .dropdown-hover:hover .dropdown-menu {display: block;}

  .dropdown-hover:hover .dropdown-toggle {
    color: #f30b1e !important;}
.dropdown-hover .dropdown-menu .dropdown-item{
  font-size: 14px;
}
.dropdown-hover .dropdown-menu .dropdown-item:hover{
  color: #fff;
  background: #d42b41;
  opacity: 1;
}

.dropdown-hover .dropdown-toggle::after{
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
}

/******* Utilities *******/

.footer{
  color: #666;
  flex: 0 0 auto;
}
span.title{
  position: relative;
  top: 3px;
}

.img-responsive{
  width: 100%;
}

.no-padding{
  padding: 0 !important;
}

.btn-sm.rounded-pill{
  padding: .2em .5em;
  margin: 0 .5em;
  font-weight: normal;
}
.icon{
  width: 80px;
  height: 80px;
}
.loading {
    opacity: 1 !important;
}
.bg-dark .border-bottom {
    border-bottom: 1px solid rgba(222, 226, 230, 0.3) !important;
}

.bg-01:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background-image: url(images/background01.jpg);
    background-size: cover;
    background-position: bottom;
    z-index: -1;
}




.fa-address-card{
  color: #758592;
}

.link-style{
  position: relative;
  text-decoration: none;
}
  .link-style:hover,  .link-style:hover:after{
    text-decoration: none;
    opacity: .7;
  }
  .link-style:after{
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -1px;
    height: 1px;
    background: #000;
  }
  .link-style.link-light:after{
    background: #fff !important;
  }

.text-shadow{
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.4);
}

.btn-caret{
  position: relative;
  width: 100%;
}
.btn-caret:after{
  content: "\f0d7";
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  right: 1em;
  top: .4em;

}

.banks-icons{
  width: 30px;
}

 

/* Media */

@media (max-width: 768px){
  .navbar-brand{
    margin: 0 !important;
  }
    .navbar-brand>img{
      width: 150px;
    }
  #header{
    padding: .5em 0;
  }
  .form-signin{
    max-width: 330px;
    padding: .5em;
    left: 50%;
    top: 5%;
    margin-left: -165px;
    margin-top: 0;
  }
  .hamburger{
    padding: 14px 5px;
  }
    .hamburger-box{
      width: 30px;
    }

  .hidden-xs{
    display: none;
  }

  .navbar-collapse.collapse.show .d-inline-block, .navbar-collapse.collapse.show .btn-danger{
    display: block !important;
    margin: 5px 0;
    width: 100%;
    border-top: 1px solid #ccc;
    padding-top: 5px;
  }
  .navbar-collapse.collapse.show .dropdown-menu.show{
   right: 0 !important;
   left: auto !important;
  }
  .banner-top{
    height: 200px;
  }
  .carousel-indicators {
    position: absolute;
    top: 11em;
    right: auto !important;
    bottom: auto !important;
    left: 50%;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: auto;
    list-style: none;
  }
    .dateDisplay, .carouselHome-info .primary-info{
      height: auto !important;
    }
    .carouselHome-info{
      padding: 1em;
    }
    .carouselHome-info .row{
      margin: 1em 0;
    }
    .carouselHome-info label {
      white-space: normal;
      overflow: visible;
      text-overflow: clip
    }
    .carouselHome-info .alert{
      position: relative;
    }
    .carouselHome-info .border-right{
      border-right: 0 !important;
    }
    .event-info{
      margin-bottom: 1em;
    }

  .modal.left .modal-dialog,
  .modal.right .modal-dialog {
    width: 350px ;
   
  }
    .modal.left .modal-body,
    .modal.right .modal-body {
      padding: 15px 15px 80px !important;
    }

}

@media (max-width: 1140px){
  .hide-collapse{
    display: none;
  }
  .hamburger{
    display: inline-block;
  }
  .collapse:not(.show) {
    display: none !important;
    transition: all 0.4s;
}
  
}

/*******************************/

.error {
    box-shadow: 0 0 5px #fe4640 !important;
    border: 1px solid #fe4640 !important;
}

.NotaInterna {
    background-color:burlywood;
}

.box {
    background: #fff;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.05);
    margin: 15px auto;
    border-radius: 3px;
    border: 1px #D8DCDE solid;
    overflow: hidden;
}

.emptyGrid{
background-color:white !important;
}

.tablaSoporte{

}

    .tablaSoporte td, .tablaSoporte th {
        font-size: 12px !important;
        padding: 0.4rem !important;
        line-height: 1.3;
        vertical-align: middle;
        border-top: 1px solid #dee2e6;
    }


.tablaSistemas {
}

    .tablaSistemas td, .tablaSistemas th {
        font-size: 12px !important;
        padding: 0.1rem !important;
    }

@media (max-width: 768px) {
    .bg-login {
        width: 100%;
        position: relative;
        top: auto;
        left: auto;
        margin-left: auto;
        margin-top: auto;
        padding: 2em;
        text-align: center;
    }
}
