
/* select2 */
.select2-container--default .select2-selection--single {
    border: 1px solid rgba(0, 0, 0, 0.15);
    font-weight: 400 !important;
}
.select2-container--default .select2-selection__rendered
{
    color: #67757c !important;
}

.select2-flag{
    color: grey;
    float: right;
    font-size: 80%;
}

/* override colori checkbox */
.custom-control-input:checked ~ .custom-control-indicator
{
    background-color: rgb(197, 32, 36);
}

/* override colori wizard */
.wizard-content .wizard > .steps > ul > li.done .step {
    background-color: rgb(47, 57, 119);
    border-color: rgb(47, 57, 119);
    color: #fff;
}
.wizard-content .wizard > .steps > ul > li.current .step {
    border-color: rgb(47, 57, 119);
    background-color: #fff;
    color: rgb(47, 57, 119);
}
.wizard.wizard-circle > .steps > ul > li::before {
    background-color: rgb(47, 57, 119);
}
.wizard-content .wizard.wizard-circle > .steps > ul > li::after, .wizard-content .wizard.wizard-circle > .steps > ul > li::before {
    background-color: rgb(47, 57, 119);
}
.wizard-content .wizard > .actions > ul > li > a {
    background-color: rgb(47, 57, 119);
}

/* override colori tabs */
.customtab2 li a.nav-link.active {
    background: rgb(47, 57, 119);
}

/* per far si che footer non sovrappone su pagine in mobile */
.container-fluid{ padding-bottom: 100px; }
@media (max-width: 767px) {
    .container-fluid{ padding-bottom: 200px; }
}


/* spazio tra timeline wizard e form */
.steps { margin-bottom: 30px;}

/* box quotazione (header)  */
#quot-box-header { display: none; }
#quot-box-header a { padding-right: 8px; }
#quot-box-header .quot-loader { display: inline-block; }
#quot-box-header .quot-cont { vertical-align: middle;  padding: 0; }
#quot-box-header .quot-text {  font-weight: normal; font-size: 16px;}
#quot-box-header .quot-val, .quot-eurosign { font-size: 30px; font-weight: normal; }

/* box quotazione (card) */
#quot-box .mdi-sm
{
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
}
#quot-box .css-bar { z-index: 10; }
#quot-box #gar-list{ font-size: 80%;}
#quot-box #gar-list ul { padding-left: 10px; margin-bottom: 0; color: #67757c; list-style: none;}
#quot-box .gar-val { float: right;}

/* da usare se non c'è menu admin per alzare pagina */
.page-no-menu { padding-top: 80px !important;}

/* rosso rinceronte e blu  */
.red-ryno { color: rgb(197, 32, 36); }
.blue-ep { color: rgb(47, 57, 119); }
.blue-ep-back { background-color: rgb(47, 57, 119); }

/* footer */
.footer { font-size: 75%; }

/* PAG DETT PREVENTIVO */
.card-dati .form-group { margin-bottom: 5px; }
.doc-table td { padding: .25rem; vertical-align: middle; }
.doc-table .doc-name { font-size: 85%; }
.doc-table .file-td { font-size: 85%; width: 5% }

.comp-name { font-size: 70%; color: darkgrey;}


/* div consensi */
.consensi{ font-size: 80%; margin-bottom: 20px; }
.consensi .cons-label{ font-weight: bold; }
.consensi .sub-block { padding-left: 1.5rem; }
.consensi .sub-block.hidden { display: none; }

/* div condizioni */
.round-yellow { background: yellowgreen;}

/* card togglers*/
.card-toggler:hover { cursor: pointer; }

.card-toggler-icon { float: right; }
.card-toggler-icon i { font-size: 120%; }


/* HOME */
#gars-container{ text-align: left; /*padding-left: 100px;*/ padding: 20px; max-width: 310px;
    margin: 0 auto; }
.package-desc{
    font-size: 90%;
    height: 110px;
    padding: 0 20px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pricing-box [type=checkbox] + label {
    font-size: 1.2rem;
}

#head-div {
    background-image: url('../images/sea_horizzontal.jpg');
    -webkit-background-size: cover;
    background-size: cover;
    height: 300px;
    margin-bottom: 40px;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0);
}

/* tabelle */
.no-border td { border: none;}

/* icone help */
.help-tip
{
    color: #BCDBEA;
}

/* tooltips - override */
.tooltip-inner
{
    max-width: 350px;
    padding: 16px;
}

.label-black {
    background-color: black;
}
.bg-black { background-color: black; }

/* tabella questionario */
#questionario_table{

}

.disp-none { display: none; }


/* Google Maps */
.pac-container {
    z-index: 10000;
}

.pricing-header h2 {
    text-transform: uppercase;
}

/* Fix Bootstrap modal scrollable */
.modal-dialog-scrollable .modal-body {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}
