/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 3 ott 2022, 10:07:45
    Author     : webproject
*/

body {
    background-color: #f4f6f9;
}

.navbar-danger {
    background-color: #e4192f;
}
.navbar-nav .nav-link.logout {
    font-size: 20px;
}
.navbar-nav .nav-link {
    color: white;
}
.navbar-user {
    color: white;
    font-size: 18px;
}
.content-header {
    padding: 0px;
}
.content-header .container-fluid {
    padding: 0px;
}
/*
.wrapper .content-wrapper {
    min-height: calc(100vh - calc(0.0rem + 1px) - calc(0.0rem + 1px));
}*/

.welcome {
    background-color: #e4192f;
    height: 40px;
}
.red {
    background-color: #e4192f;
}
.panelsearch {
    background-image: url('../img/nav-title-bg.png');
    border-radius: 0px;
}
.panelsearch label {
    font-weight: normal !important;
    text-align: right;
}
@media(max-width: 576px) {
    .panelsearch label {
        font-weight: normal !important;
        text-align: left;
    }
}
.card-title {
    float: none;
}
.form-control {
    border-radius: 0px;
}
.cardnewprotocollo label {
    font-weight: normal !important;
}
.fs30 {font-size: 30px;}
.border-gray {border-bottom: 1px solid #ced4da;}