html{
    background: #f5f5f5;
}

.content-wrapper{
    min-height: 93.5vh;
}

body{
    min-height: 100vh;
}
.account{
    background-image: url(../images/login_wallpaper.png);
    background-size: cover;
    background-attachment: fixed;
}

.account1{
  background-image: none;
}

.login-container{
    background: rgba(255,255,255,0.9);
    padding: 50px;
    border-radius: 10px;
    border-color: #255B8D;
    border-style: solid;
    border-width: 2px;
}

.showAlert{
    animation:forwards;
    animation-name: alert-show;
    animation-duration: 0.5s;
}

.hideAlert{
    
    animation:forwards;
    animation-name: alert-hide;
    animation-duration: 0.5s;
}

.customAlert{
    width: 400px;
    position: fixed !important;
    top: 10px;
    right: -400px;
    z-index: 9999999;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.text-info{
    color: #ffffff;
}

@keyframes alert-hide {
    from {
        right: 10px;
    }

    to {
        right: -400px;
    }
}

@keyframes alert-show {
    from {
        right: -400px;
    }

    to {
        right: 10px;
    }
}

.dataTables_wrapper .form-control{
    min-height: 30px!important;
}

.btn-big{
    border-radius: 20px; 
    padding-left: 30px; 
    padding-right: 30px; 
    padding-top: 10px; 
    padding-bottom: 10px;
    font-size: 14px
}

.customHeader{
    background-image: -moz-linear-gradient(40deg, #1786d8 0%, #00aff0 100%)!important;
    background-image: -webkit-linear-gradient(40deg, #1786d8 0%, #00aff0 100%)!important;
    background-image: -ms-linear-gradient(40deg, #1786d8 0%, #00aff0 100%)!important;
}
.plan-popular{
    position: absolute;
    border-left: 30px solid #1786d8;
    border-right: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-top: 30px solid #1786d8;
    left: 0px;
    top: 0px;
    width: 0px;
    height: 0px;
}
.plan-popular i{    font-size: 25px;
    color: #e6b31e;
    position: absolute;
    top: -22px;
    left: -25px;
}

.sidebar-collapse{
    background-image: -moz-linear-gradient(0deg, #1786d8 0%, #1786d8 100%)!important;
    background-image: -webkit-linear-gradient(0deg, #1786d8 0%, #1786d8 100%)!important;
    background-image: -ms-linear-gradient(0deg, #1786d8 0%, #1786d8 100%)!important;
}

.nav{
    background-color: transparent !important;
}

#side-menu li.active{
    background-color: #005082;
    background: #005082 !important;
}

#side-menu.nav > li > a:hover,
#side-menu.nav > li > a:focus {
    background-color: #005082 !important;
    background: #005082 !important;
}

#side-menu.nav > li > .nav-second-level a:hover,
#side-menu.nav > li > .nav-second-level a:focus {
    color: #ffffff;
    background-color: #00aff0;
  }

#side-menu li.active span, #side-menu li.active i{
    color: #ffffff;
}

#side-menu li .nav-second-level li.active a{
    background-color: #00aff0;
}

.select2-drop{
    z-index: 10001;
}

.before {
    page-break-before: always;
  }
  .after {
    page-break-after: always;
  }
  .avoid {
    page-break-inside: avoid;
  }


 #acs_fecha{
  line-height: initial !important;
 }

 .hideimportant{
     visibility: hidden !important;
 }

 .dropdown-item {
    color: #348fe2; 
 }

 div.dt-button-collection.dropdown-menu>div:last-child>*{
    font-size: small;
 }

 .customInput, .customInput:active, .customInput:focus, .customInput:hover, .customInput:visited{
    width: 100%;
    min-height:42px;
    border-radius: 4px;
    padding: 4px 5px;
    border-color: #CCC !important;
    border: 1px solid #CCC !important;
    outline: 0px;
 }
 
.customInput:active, .customInput:focus, .customInput:visited{
   -webkit-box-shadow: 0px 0px 5px #007eff;  
   -moz-box-shadow: 0px 0px 5px #007eff;  
   box-shadow: 0px 0px 5px #007eff;
}

 .imagen{
    min-height: 42px;
 }

.showPanel{
   display: block;
   animation: show-panel 1s;
}

.hidePanel{
   animation: hide-panel 0.5s;
}

 @keyframes show-panel {
   from {
       opacity: 0;
   }

   to {
       opacity: 1;
   }
}

@keyframes hide-panel {
   from {
      opacity: 1;
   }

   to {
      opacity: 0;
   }
}

.backgroundFilterImage{
  background-image: url(../images/pagos-wallpaper.jpg)!important;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
}

.login-img {
  width: 200px;
  height: 60px;
  background-image: url(./../images/logo_222.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
}


.form-check {
  padding-left: 0.25rem!important;
}

#chkCedula,#chkRecibo{
  box-sizing: border-box!important;
  display: inline-block!important;
  margin: 0!important;
  position: relative!important;
  vertical-align: middle!important;
}

.drop-box {
  background: #F8F8F8;
  border: 2px dashed #DDD;
  min-height: 250px;
  width: 100%;
  padding-top: 25px;
  border-radius:7px;
 }

.drop-box:hover {
  border: 3px dashed #01a8fe;
}

.backgroundCambiodocumento{
  background-image: url(../images/backgroundCambiodocumento.png)!important;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
}

#sign{
  border: 2px solid #cccccc;
  border-bottom: 4px solid #000;
  width: 100%;
  max-height: 200px;
  cursor: url(../images/pencil.ico), auto;
}

#x{
  color: #000000;
  font-family: 'Helvetica', 'Arial', sans-serif;
  font-size: 2em;
  font-weight: bold;
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: -5px;
  left: 20px;
}

.popkbpsdown li{
  cursor: pointer;
}

.dataTables_wrapper.dt-bootstrap .dataTables_info, .dataTables_wrapper.dt-bootstrap4 .dataTables_info, #tblverifica_info{
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}