.list-button-bar
{
    width:12rem;
    text-align: center;

}
.list-id
{
    width:2rem;
    text-align: center;
}

.first_column_show
{
    width: 30rem!important;
}

.hidden
{
    visibility: hidden;
}

.login-page .login-logo img
{

}

.question-info
{
    color: red;
    font-size: 1.3rem;

}

.ui-autocomplete {
    max-height: 50%;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}

/* IE 6 doesn't support max-height
 * we use height instead, but this forces the menu to always be this tall
 */
* html .ui-autocomplete {
    height: 100px;
}


.login-page .card-footer
{
    display: none;
}

.dropdown-menu
{
    /*top: 60px!important;*/
}

.report h1, .report h3 {
    font-size:25px;
}

.report h3 {
    margin-bottom:30px;
}

/*Colori area generale*/
.report-area-generale h1, .report-area-generale h3  {
    color:#343a40;
}

.report-area-generale form .btn.btn-primary {
    border-color:#343a40;
    background-color:#343a40;
}

/*Colori area tipologia-richiesta*/
.report-area-tipologia-richiesta h1, .report-area-tipologia-richiesta h3 {
    color:#0C8567;
}

.report-area-tipologia-richiesta form .btn.btn-primary {
    border-color:#0C8567;
    background-color:#0C8567;
}

/*Colori area socio-sanitaria*/
.report-area-socio-sanitaria h1, .report-area-socio-sanitaria h3 {
    color:#dc3545;
}

.report-area-socio-sanitaria form .btn.btn-primary {
    border-color:#dc3545;
    background-color:#dc3545;
}

/*Colori area pensioni*/
.report-area-pensioni h1, .report-area-pensioni h3 {
    color:#6f42c1;
}

.report-area-pensioni form .btn.btn-primary {
    border-color:#6f42c1;
    background-color:#6f42c1;
}


/*Colori area reddito*/
.report-area-reddito  h1, .report-area-reddito  h3 {
    color:#007bff;
}

.report-area-reddito  form .btn.btn-primary {
    border-color:#007bff;
    background-color:#007bff;
}


/*Colori area abitare*/
.report-area-abitare  h1, .report-area-abitare  h3 {
    color:#28a745;
}

.report-area-abitare  form .btn.btn-primary {
    border-color:#28a745;
    background-color:#28a745;
}


/*Colori area altri bisogni*/
.report-area-altri-bisogni  h1, .report-area-altri-bisogni  h3 {
    color:#fd7e14;
}

.report-area-altri-bisogni  form .btn.btn-primary {
    border-color:#fd7e14;
    background-color:#fd7e14;
}


/*Colori area apputamenti*/
.report-area-appuntamenti  h1, .report-area-appuntamenti  h3 {
    color:#ebb000;
}

.report-area-appuntamenti  form .btn.btn-primary {
    border-color:#ebb000;
    background-color:#ebb000;
}


/*Colori associaione aree*/
.report-associazione-aree  h1, .report-associazione-aree  h3 {
    color:#e83e8c;
}

.report-associazione-aree  form .btn.btn-primary {
    border-color:#e83e8c;
    background-color:#e83e8c;
}

/*Colori area top 10 bisogni*/
.report-area-top-10-bisogni h1, .report-area-top-10-bisogni h3  {
    color:#dc3545;
}

.report-area-top-10-bisogni  form .btn.btn-primary {
    border-color:#dc3545;
    background-color:#dc3545;
}

.content .navbar.navbar-light {
    border: 1px solid #ccc;
    border-radius: .3rem;
    margin:0px 0px 1rem 0px;
    background-color:#eaeaea;
}

.chart-container {
    margin-bottom: 30px;
    padding: 5px 0px 20px 0px;
    border-bottom: 1px dotted #343a40;
    border: 1px solid #ccc;
    border-radius: .3rem;
    /*background-color:#FFF;*/
}

.chart-container h5 {
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
}

.chart-container p {
    font-size: 13px;
    text-align: center;
    color: #5a5a5a;
    margin-bottom: 0.5rem;
}

.filter-applied {
    margin-bottom:20px;
}


.nav-tabs .nav-link.active {
    background-color: #f4f6f9!important;
    border-color: #dee2e6 #dee2e6 #f4f6f9!important;
}

.alert-report-number {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb !important;
    min-height: 70px;
}

.alert-report-number span{
    color:#0c5460;
    font-size: 1rem;
    border-bottom:1px dotted #639b70;
    margin-right:20px;
}

.alert-warning-new {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb !important;
    min-height: 70px;
}

@media only screen and (max-width: 1388px) {
    .alert-report-number span{
        display:block;
    }
}

.badge-new {
    color: #155724;
    background-color: #d4edda;
    border:1px solid #c3e6cb !important;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
    transform: scale(1);
    animation: pulse-black 2s infinite;
    box-shadow: 0 0 0 0 rgba(34, 79, 170, 1);
    animation: pulse-blue 2s infinite;
    border-radius: .25rem;
}


@keyframes pulse-black {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    }

    70% {
        box-shadow: 0 0 0 5px rgba(0, 0, 0, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}


@keyframes pulse-blue {
    0% {
        box-shadow: 0 0 0 0 rgba(34, 79, 170, 0.7);
    }

    70% {
        box-shadow: 0 0 0 5px rgba(34, 79, 170, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(34, 79, 170, 0);
    }
}

.alert-questionary-number {
    color: #0c5460;
    background-color: none;
    border:0px !important;
}

.alert-questionary-number span {
    font-size: 1.4rem;
}

.report-area-generale .alert-questionary-number span {
    color:#000;
}

.report-area-tipologia-richiesta .alert-questionary-number span {
    color: #0C8567;
}

.report-area-socio-sanitaria .alert-questionary-number span {
    color: #dc3545;
}

.report-area-pensioni .alert-questionary-number span {
    color: #6f42c1;
}

.report-area-reddito .alert-questionary-number span {
    color: #007bff;
}

.report-area-abitare .alert-questionary-number span {
    color: #28a745;
}

.report-area-altri-bisogni .alert-questionary-number span {
    color: #fd7e14;
}

.report-area-appuntamenti .alert-questionary-number span {
    color: #ebb000;
}


/* Board*/

.board-view {
    background-color: #ffffff!important;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

/*Bootstrap datepicker*/

.datepicker {
    padding: 4px!important;
    -webkit-border-radius: 4px!important;
    -moz-border-radius: 4px!important;
    border-radius: 4px!important;
    direction: ltr!important;
}

nav label
{
    min-width: 6rem;
    display: inline-block;
    padding-right: 1rem;
    padding-left: 1rem;
    padding-top: 0.3rem;
    text-align: right;
}
nav .button-filter
{
    padding: .5rem;
}

.lst
{
    padding-bottom: 1rem;
}

.brand-text {
    font-size: 0.9rem;
}

.titolo-dashboard {
    text-transform: uppercase;
    font-size:1.5rem !important;
}

.tip.tip-new::before {
    border-right-color: #343a40;
}
.tip::before {
    position: absolute;
    top: 50%;
    right: 100%;
    left: auto;
    margin-top: -3px;
    border: 3px solid transparent;
    border-right-color: transparent;
    content: '';
}

.tip.tip-new {
    background-color: #343a40;
}
.tip {
    display: inline-block;
    position: relative;
    margin: -2px 0 0 0.5rem;
    padding: .3rem .4rem;
    border-radius: .2rem;
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    vertical-align: middle;
    z-index: 1;
}

.data-news {
    font-size:14px;
}

.btn-news{
    background-color: #343a40 !important;
    border-color: #343a40 !important;
}

.card-body-news {
    position: relative;
}

.card-body-news:before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    top: center;
    right: 20px;
    content: "\f1ea";
    color:#EAEAEA;
    font-size:80px;
}

.login-logo, .register-logo {
    font-size: 1.1rem!important;
}

/*
Report
*/

.report-header, .report-footer {
    background-color: #c2232c!important;
    color: white!important;
    font-size: 0.8rem;
}
.report-header th{
    text-align: left;
}

.report-footer td{
    font-size: 0.9rem;
    text-align: left;
}
.report td+
{
    text-align: left;
}

/* Top 10 bisogni*/
tr.top-10-row
{
    line-height: 1.0;
    font-size: 0.9rem !important;
    min-height: 22rem !important;
    height: 5.2rem !important;
}

tr.top-10-row .counter
{
    width: 2rem;
    padding-right: 0;
}

tr.top-10-row .label
{
    padding-left: 0;
    padding-right: 0;
}

tr.top-10-row .value
{
    text-align: right;
    padding-left: 0;
    width: 1rem;
    font-size: 0.9rem !important;
}


.swal-wide{
    width:95%;
    height:95%;
}
/*
Export pdf
*/
h6.exportPDF
{
    margin-top: 0.5rem;
    /*border-bottom: 1px solid #eeeeee*/
}
h6.exportPDF span
{
    font-size: smaller;
    cursor: pointer;
    color: #007bff;
}

.div-export-pdf .form-check-label
{
    font-size: smaller;
}

.div-export-pdf .form-row
{
    margin-left: 1rem;
}

/* Swal per conferma inserimento questionario*/
.swal2-html-container .form-group {
    font-size: 0.9rem!important;
    margin-bottom: 0.3rem!important;
}
.swal2-html-container .titolo-area
{
    margin-bottom: 0.5rem!important;
}

.swal2-styled.swal2-cancel {
    padding: 0.4rem!important;
}
.swal2-confirm
{
    padding: 1.4rem!important;
}

.box-appuntamenti .card label
{
    color: #000;
    cursor: pointer;
}

.box-appuntamenti .card a
{
    padding: 0!important;
}

.text-button
{
    font-weight: bold!important;
    font-size: 1.2rem!important;
    padding: 0!important;
    vertical-align: baseline!important;
}

/* This selector targets the editable element (excluding comments). */
.ck-editor__editable_inline:not(.ck-comment__input *) {
    height: 200px;
    overflow-y: auto;
}
