html {
    height: 100%;
}

.custom-background {
    background: url(../images/login-images/bg-login-sallent-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

#hojas-enviadas_wrapper .row:first-child {
    margin-bottom: 40px;
    margin-top: 20px;
}

.custom-background .page-content{
    height: 100vh;
}


.custom-background .page-content .custom-scroll{
    height: 95vh;
    overflow-y: scroll;
}

.widgets-icons-2 {
    width: 40px !important;
    height: 40px !important;
}

.card {
    box-shadow: none !important;
}

.dt-buttons.btn-group{
    display: none;
}

@media (min-width: 768px){
    .dt-buttons.btn-group{
        display: inline-flex;
    }
}
@media (max-width: 768px){
 .taxi-amic input,
 .taxi-amic select {
    min-width: 80px!important;
 }   
}
