/*
    DEMO STYLE
*/

*{
    /* font-family: 'Poppins', sans-serif; */
    /* font-family: 'Varela Round', sans-serif; */
    font-family:  'Montserrat', sans-serif;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../img/load/loading2.svg') 50% no-repeat rgb(249,249,249);
    opacity: .9;
}
#alert_general{
    position: fixed;
    z-index: 1001;
}
#alert-msg{
    display: none !important;
}
.page-item{
    font-size: 10px !important;
}
.p-small{
    font-size: 14px !important;
}
.page-link{
    padding: .6em !important;
}
#circle_status_0{
    width: 10px;
    height: 10px;
    background: #B40404;
    border-radius: 50%;
}
#circle_status_1{
    width: 10px;
    height: 10px;
    background: #04B404;
    border-radius: 50%;
}
p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}
.w-90 {
    width: 90%!important;
}
.w-80 {
    width: 80%!important;
}
#porcentaje{
    font-size: 12px;
}
small{
    font-size: 11px !important;
}
label{
    font-size: 13px !important;
}
input{
    font-size: 12px !important;
}
select{
    font-size: 11px !important;
}
textarea{
    font-size: 12px !important;
}
td{
    font-size: 12px !important;
}
h3{
    color: #495057;
}
/* Notifications */
#btn-anuncio {
  position: fixed;
  z-index: 99;
  font-size: 14px;
  top: 130px;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 10px;
  border-radius: 4px;
  -webkit-transform: translate(-300px, 0);
  -moz-transform: translate(-300px, 0);
  -ms-transform: translate(-300px, 0);
  -o-transform: translate(-300px, 0);
  transform: translate(-300px, 0);
}
#btn-anuncio a{
  font-size: 20px;
  display: block;
  margin: 5px;
  background: rgba(0, 0, 0, 0.36);
  width: 300px;
  text-align: right;
  padding: 10px;
  -webkit-border-radius: 0 30px 30px 0;
  -moz-border-radius: 0 30px 30px 0;
  border-radius: 0 30px 30px 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
#btn-anuncio a:hover{
  -webkit-transform: translate(120px, 0);
  -moz-transform: translate(120px, 0);
  -ms-transform: translate(120px, 0);
  -o-transform: translate(120px, 0);
  transform: translate(120px, 0);
  background: rgba(255, 255, 255, 0.4);
}
.btn-now-anuncio,
#btn-anuncio a i {
  -webkit-animation: tiembla 2s infinite;
}
#content-totle-notifi{
    border-bottom: 1px solid #e4e4e4;
}
.notify_news {
    -webkit-animation: tiembla 2s infinite;
    font-size: 18px;
}
@-webkit-keyframes tiembla{
    0%  { -webkit-transform:rotateZ(-5deg); }
    50% { -webkit-transform:rotateZ( 0deg) scale(.8); }
    100%{ -webkit-transform:rotateZ( 5deg); }
}
#title-notifi {
    font-size: 17px !important;
    font-weight: 500;
    color: #000;
    
}
#notification-latest a{
    text-decoration: none !important;
    color: #000 !important;
}
#notification-latest a:hover{
    text-decoration: none !important;
    color: #007bff !important;
}
#notification-latest {
color: #555;
position: absolute;
  right: 0px;
  background: #f5f5f5;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.20);
  /* max-width: 250px; */
  text-align: left;
  z-index: 999;
  font-size: 12px;
  max-height: 500px;
  overflow: auto;
}
.notification-item {
    padding-left: .8rem;
    padding-right: .8rem;
    padding-bottom: .5rem;
    padding-top: .5rem;
	border-bottom: #ce2078 2px solid;
	cursor:pointer;
}
.notification-subject {		
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.notification-comment {		
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-style:italic;
}
.notification-date small{
    font-size: 9.5px !important;
    
}

.card{
    border-radius: .5rem !important;
}
#content_load_notify{
    width: 200px;
}
#load_notify .spinner-grow{
    margin: 1em !important;
    text-align: center;
    font-size: 10px;
    width: 10px;
    height: 10px;
}
#btn_dowload_report .spinner-border,
#btn_dowload_report_a .spinner-border,
#btn_dowload_report_c .spinner-border,
#btn_dowload_report_o .spinner-border,
#btn_login .spinner-border,
#btn_add_file .spinner-border,
#btn_add_balance .spinner-border,
#btn_dowload_report_s .spinner-border{
    width: 1rem !important;
    height: 1rem !important;
}

.spinner-border{
    width: 1rem !important;
    height: 1rem !important;
}
.spinner-grow{
    margin: 1em !important;
    font-size: 10px;
}
.indicator{
    background: #293042 ;
    box-shadow: 0 0.1rem 0.2rem rgba(0,0,0,.05);
    border-radius: 50%;
    display: block;
    height: 20px;
    width: 18px;
    padding: 5px;
    position: absolute;
    top: 5px;
    text-align: center;
    transition: top .1s ease-out;
    font-size: .675rem;
    color: #fff;
}
.nav-item{
    margin-left:.5em !important ;
}
a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}
option{
    font-size: 12px;
}
.navbar {
    padding: 15px 10px;
    background: #1d1d1d;
    color: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 20px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed rgb(68, 68, 68);
    margin: 40px 0;
}
#options-user a,
#options-user a i{
    color:#293042 ;
}
#user-form {
    display:none;
}

.img-thumbnail {
    width: 70px !important;
    max-height: 120px !important;
}
.approved{
    color: #2CAB41;
}

.denied{
    color: red;
}
#sidebarCollapse i{
    font-size: 20px;
}
/*SIDEBAR STYLE*/

.wrapper {
    display: flex;
    width: 100%;
}

#sidebar {
    width: 250px;
    position: fixed;
    font-size: 14px;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 999;
    /* background: #1d1d1d; */
    background: #282729;
    color: #fff;
    transition: all 0.3s;
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    padding: 20px;
    border-bottom: 1px solid #1f1f1f;
}

#sidebar .sidebar-header > h4{
    text-transform: uppercase;
}

#sidebar ul.components {
    padding: 10px 0;
}

#sidebar ul p {
    /* color: #fff; */
    color: rgb(182, 182, 182);
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1em;
    display: block;
    color: #BDBDB7;
    text-decoration: none;
}
#sidebar ul li a i{
    font-size: .8em;
    margin-left: 10px;
    margin-right: 8px;
}

#sidebar ul li a:hover ,
#sidebar ul li a i:hover {
    color: #fff;
}
.login-form label{
    color: #999;
}

#trasladoMenu > li > a:hover {
    color: #fff !important;
}
.current
{
    color: #fff !important;
    font-size: 16px !important;
    background-color: #353535!important;
    border-radius: 6px;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    font-size: 15px;
    color: #BDBDBD;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}
.separador{
    padding-top: .1em !important;
    padding-bottom: .3em !important;
    border-bottom: 1px solid #dee2e6!important ;
}
h6{
    color: #999;
}
/* CONTENT STYLE */

#content {
    width: calc(100% - 250px);
    padding: 30px 40px 40px 25px;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    background-color: #f8f9fa;
    top: 0;
    right: 0;
}

#content.active {
    width: 100%;
}

/* NAVBAR */
.welcome{
    text-transform: uppercase;
}

.sidenav {
    height: 100%;
    overflow-x: hidden;
    padding-top: 20px;
    background: url('../img/login/login.jpg') no-repeat center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.btn-login-colaborador{
    background-color: #0073c1 !important;
    color: #fff !important;
}
.btn-login-colaborador:hover{
    background-color: #0073c1 !important;
    color: #fff !important;
    transition: 1s;
}
.title-login-col h2{
    color: #0073c1;
    font-weight: bold;
}

.main {
    padding: 0px 10px;
}

.login-main-text{
    margin-top: 20%;
    padding: 60px;
    color: #fff;
}

.login-main-text h2{
    font-weight: 300;
}
.login-main-text p{
    color: #fff !important;
}
.btn{
    font-size: 12px !important;

}
.btn-black{
    background-color: #293042 !important;
    font-size: 12px !important;
    color: #fff !important;
}
.btn-black:hover{
    background-color: #3a4561 !important;
    font-size: 12px !important;
    color: #fff !important;
    transition: 0.5s;
}
.btn-black.disabled, .btn-black:disabled {
    color: #fff !important;
    background-color: #293042 !important;
}


.btn-outline-black{
    background: transparent !important;
    border-color: #293042 !important;
    color: #293042 !important;
    font-size: 12px !important;
  }
  .btn-outline-black:hover{
    background: #3a4561 !important;
    border-color: #3a4561 !important;
    color: #fff !important;
    transition: 1s;
  }
  .btn-outline-black:not(:disabled):not(.disabled).active{
    background: #3a4561 !important;
    border-color: #3a4561 !important;
    color: #fff !important;
  }
  .btn-outline-black:disabled {
    color: #293042 !important;
    background-color: transparent !important;
    }
.text-table{
    font-size: 15px;
    margin-bottom: 3px !important;
}
.sub_tarifas {
    padding-left: 15px !important;
}
/* Table */
th{
    padding: 15px 5px 15px 5px !important;
}
table tbody{
    background-color: #fff;
}
#info_zonas > td{
    vertical-align: middle!important;
}
#usuario{
    text-transform: uppercase;
}
#crud-form-edit{
    display:none;
    padding: 0;
}
#crud-form {
    display:none;
    padding: 0;
}
#agency-result{
    display:none;
    padding: .5em;
    font-weight: bold;
}
 /* AGENCIAS */

 /* MONEDERO ELECTRONICO */
 #content_row_ep{
    max-height: 700px !important;
    overflow: scroll;
 }

 .update_users,
 #btn_cancel_edit_user{
    display: none;
    text-align: center;
  }
td{
    font-size: 15px;
}

table tr th {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  .sorting {
    background-color: #D4D4D4;
  }
  .asc:after {
    content: ' ↑';
  }
  
  .desc:after {
    content: " ↓";
  }
.thead{
    background-color: #000000;
    color: #fff;
}



#logo-dev {
    position: absolute;
    bottom: 25px;
    right: 20px;
}
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav_agencies {padding-top: 15px;}
}

@media screen and (max-width: 450px) {
    #logo-dev {
        position: relative;
        bottom: 0;
        right: 0;
    }
    
    #logo-dev img {
        margin: auto;
    }
    .indicator{
        background: #3f80ea;
        box-shadow: 0 0.1rem 0.2rem rgba(0,0,0,.05);
        border-radius: 50%;
        display: block;
        height: 20px;
        width: 18px;
        padding: 5px;
        position: absolute;
        top: 47px;
        text-align: center;
        transition: top .1s ease-out;
        font-size: .675rem;
        color: #fff;
    }
    .login-form{
        margin-top: 10%;
    }

    .register-form{
        margin-top: 10%;
    }
    .alert-error{
        margin-left: 15%;
        z-index: 1010;
    }
}
@media screen and (max-width: 1024px) {
    #sidebar ul li>a{
        font-size: 12px;
    }
    #sidebar ul li>a,
    a[aria-expanded="true"] {
        font-size: 14px;
        color: #BDBDBD;
    }
    table{
        font-size: 12px;
    }
    .hidden-sm{
        display: none;
      }
    .sidebar-header > h3{
        font-size: 18px;
    }
}

@media screen and (min-width: 768px){
    
    /* .hidden-sm{
        display: none;
    } */
    table{
        font-size: 12px;
    }
    .main{
        margin-left: 40%; 
    }
    .sinbordefondo {
        background-color: transparent !important;
        border: 0;
        color: #000;
        font-size: 15px;
        width: 100%;
    }
    .alert-error{
        margin-left: 10%;
        z-index: 1010;
    }
    .sidenav{
        width: 40%;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
    }
    .sidenav_agencies{
        width: 40%;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
    }

    .login-form{
        margin-top: 50%;
    }

    .register-form{
        margin-top: 20%;
    }

    .img_amenity{
        width: 70%;
        height: 100%;
    }
    
}

@media (max-width: 767px) {
    

    #logo-dev {
        position: relative;
        bottom: 0;
        right: 0;
    }
    
    #logo-dev img {
        margin: auto;
    }
    /* Servicios */
    select{
        font-size: 11px !important;
    }
    #form-date{
        padding-top: 1rem;
    }
    #sidebar ul li>a{
        font-size: 12px;
    }
    #sidebar ul li>a,
    a[aria-expanded="true"] {
        font-size: 14px;
        color: #BDBDBD;
    }
    .indicator{
        background: #293042;
        box-shadow: 0 0.1rem 0.2rem rgb(0 0 0 / 5%);
        border-radius: 50%;
        display: block;
        height: 20px;
        width: 18px;
        padding: 5px;
        position: absolute;
        top: 80px;
        text-align: center;
        transition: top .1s ease-out;
        font-size: .675rem;
        color: #fff;
    }
    table{
        font-size: 12px;
    }
    .hidden-sm{
        display: none;
      }
    #sidebar ul li>a,
    a[aria-expanded="true"] {
        font-size: 12px;
        color: #BDBDBD;
    }
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #content {
        width: 100%;
    }
    #content.active {
        width: calc(100% - 250px);
    }
    #sidebarCollapse span {
        display: none;
    }
}

/*Estilos de btn*/
.switch{
    position: relative;
    display: inline-block;
    width: 40px;
    height: 18px;
    margin-left:10px;
    margin-right: 10px;
}
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
  /* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
.slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:disabled + .slider{
    background-color: #575757;
}

input:focus + .slider {
    box-shadow: 0 0 1px #1d81d3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(21px);
    -ms-transform: translateX(21px);
    transform: translateX(21px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }



  /*Tags*/

  .tag {
    background: rgb(209, 209, 209);
    border-radius: 3px 0 0 3px;
    color: rgb(99, 99, 99);
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 20px 0 23px;
    position: relative;
    margin: 0 10px 10px 0;
    text-decoration: none;
    -webkit-transition: color 0.3s;
    font-size: 12px;
  }
  
  .tag::before {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
    content: '';
    height: 6px;
    left: 10px;
    position: absolute;
    width: 6px;
    top: 10px;
  }
  
  .tag::after {
    background: #fff;
    border-bottom: 13px solid transparent;
    border-left: 10px solid rgb(209, 209, 209);
    border-top: 13px solid transparent;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
  }
  
  .tag:hover {
    background-color: crimson;
    color: white;
    text-decoration: none;
    -webkit-transition: color 0.3s;
  }
  
  .tag:hover::after {
     border-left-color: crimson; 
  }