.hidden {
    display: none
}

.sidebar hr.sidebar-divider {
    margin: 0 0.2rem 0.2rem
}

.card-accent-info {
    border-left: .25rem solid #5a5c69
}

.no-padding {
    padding: 0px !important;
}

.dataTables_empty {
    border: none !important;
}

.bg-dark-ventry {
    background-color: #111111;
}

.v-show-pass {
    position: absolute;
    right: 30px;
    bottom: 10px;
}

form.user .form-control-user {
    color: #111111;
    padding: 0px 15px 0px 15px
}
.form-control {
    height: calc(2.2em + .75rem + 2px);
}
.bg-register-image-business {
    background: url('../../assets/superdog.jpg');
    background-position: center;
    background-size: cover
}
.bg-register-image-customer {
    background: url('../../assets/handsome-dog.jpg');
    background-position: center;
    background-size: cover
}
.bg-login-image {
    background: url('../../assets/very-handsome.jpg');
    background-position: center;
    background-size: cover
}
/*
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/
@media (min-width: 481px) and (max-width: 767px) {

}
/*
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/
@media (min-width: 320px) and (max-width: 480px) {

    .mobile-center{
       float: left!important;
    }
}
