﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */


/* plus-jakarta-sans-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/plus-jakarta-sans-v8-latin-regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/plus-jakarta-sans-v8-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/plus-jakarta-sans-v8-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    url('../fonts/plus-jakarta-sans-v8-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
    url('../fonts/plus-jakarta-sans-v8-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
    url('../fonts/plus-jakarta-sans-v8-latin-regular.svg#PlusJakartaSans') format('svg'); /* Legacy iOS */
}
:root {
    --c-primary: #EB194D;
    --c-bg-light: #F7F6F4;
    --borderRadius: 7px;
}

hr.dashed {
    border-top: 2px dashed #999;
}

hr.dotted {
    border-top: 2px dotted #999;
}

hr.solid {
    border-top: 2px solid #999;
}


hr.hr-text {
    position: relative;
    border: none;
    height: 1px;
    background: #999;
}

hr.hr-text::before {
    content: attr(data-content);
    display: inline-block;
    background: #fff;
    font-weight: bold;
    font-size: 0.85rem;
    color: #999;
    border-radius: 30rem;
    padding: 0.2rem 2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}



.select2-selection--multiple {
    max-height: 10rem;
    overflow-y:auto;
}

.select2-container .select2-search--inline .select2-search__field {
    max-width: 95%;
}

/*HEADER*/
.headerNav {
    border: 2px solid var(--c-primary);
    border-radius: 0;
    background-color: var(--c-primary);
    opacity: 0.9;
    z-index: 2000;
}

    .headerNav span {
        color: white;
        font-weight: bold;
        text-shadow: 0 0 1px black;
    }
/*HEADER*/

/*MODAL*/
.headerModal {
    border: 2px solid var(--c-primary);
    border-radius: var(--borderRadius);
    background-color: var(--c-primary);
    opacity: 0.9;
    z-index: 2000;
    text-align: center;
    color: white;
    font-weight: bold;
    text-shadow: 0 0 1px black;
}
/*MODAL*/
a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    /*    margin-bottom: 60px;*/
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

/*CLIENTE*/

#formModificaCliente input[type="text"] {
    font-size: 0.8em;
    width: 80%
}

.divFiltri {
    display: inline-block;
    float: left;
}

#tabRaccolti > .container-fluid > .row {
    margin-top: 3px;
}

.divElencoPolizzeCliente span {
    font-size: 10px;
}

.headerDivElencoPolizzeCliente span {
    font-size: 10px;
    font-weight: bold;
}

.grigliaValori .row {
    border: 1px solid var(--c-primary);
    padding: 2px;
    margin-top: 5px;
    border-radius: var(--borderRadius);
}

.divElencoPolizzeCliente {
    border-top: 1px var(--c-primary) dotted;
    border-bottom: 1px var(--c-primary) dotted;
}
/*#listaClienti {
    border-collapse: collapse;
}

#listaClienti, th, td {
    border: 1px solid black;
}*/
/*CLIENTE*/
#tabellaCampagnePolizze td {
    font-size: 11px;
}
/*CAMPAGNA*/

/*CAMPAGNA*/

.elementiDraggable {
    cursor: pointer;
    border: 1px solid black;
}

.elementiNotDraggable {
    cursor: pointer;
    border: 1px solid black;
}

.input100 {
    width: 100%;
}

/*FILTRI ESPANDIBILI*/
.filtriEspandibili {
    position: absolute;
    z-index: 1098;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
}
/*FILTRI ESPANDIBILI*/

/* Font Awsome*/
.far, .fas {
    color: var(--c-primary);
}
/* Font Awsome*/

/* DATATABLE */

table.dataTable tbody tr:nth-child(even) {
    background-color: #d9d9d9;
}

table.dataTable tbody tr:hover {
    background-color: #bfbfbf !important;
}

div.dt-button-collection button.dt-button.active:not(.disabled) {
    color: green;
}

div.dt-button-collection button.dt-button:not(.disabled) {
    color: red;
}
/* DATATABLE */
/*GENERALE*/
.divDentroDatatable {
    position: absolute;
    z-index: 1000;
}

    .divDentroDatatable a {
        color: var(--c-primary);
    }

.bodyIndexTitoloSingolo {
    text-align: center;
    margin-bottom: .25rem;
}

    .bodyIndexTitoloSingolo span {
        font-weight: bold;
        font-size: larger;
        text-shadow: 0 0 3px black;
        color: var(--c-bg-light);
    }

.buttonRed {
    background-color: var(--c-primary);
    font-weight: bold;
    font-size: medium;
    /*    text-shadow: 0 0 3px black;*/
    color: var(--c-bg-light);
    border-radius: var(--borderRadius);
}

    .buttonRed i {
        color: var(--c-bg-light);
    }

    .buttonRed:hover {
        color: #d9d9d9 !important;
    }

.bodyIndex {
    padding: 3px;
    border: solid 1px black;
    background-color: var(--c-bg-light);
    border-radius: var(--borderRadius);
    border-color: var(--c-primary);
    border-width: 2px;
    width: auto;
    /**altro rudo*/
    /* max-height: 800px !important; */
}

.bodyIndexSingolo {
    width: 100%;
}

.bodyIndexLeft {
    width: 60%;
    float: left;
}

.bodyIndexRight {
    width: 39%;
    margin-left: 10px;
    float: right !important;
}

#modalGlobale {
    margin-top: 100px;
}

.spinner-border {
    color: var(--c-primary);
}

.paginate_button.current {
    border-color: var(--c-primary) !important;
    /*background: var(--c-bg-light) !important;*/
}

.paginate_button:hover {
    background: var(--c-primary) !important;
    border-color: var(--c-primary) !important;
}

.table_dettaglio tr:nth-child(even) {
    background-color: #DDDDDD;
}

.table_dettaglio table {
    border-collapse: collapse;
    width: 100%;
}

.table_dettaglio th, td {
    text-align: left;
    /*padding: 8px;*/
}

#tabellaSales th {
    background-color: #DDDDDD;
}

.intestazione_table {
    background-color: #DDDDDD;
}

.boxRed {
    margin: 7px 0px 7px 0px;
    padding: 3px;
    border-radius: 4px;
    border: solid 1px var(--c-primary);
    color: var(--c-primary);
    margin-left: 15px;
}

.toggle {
    border-color: var(--c-primary) !important;
}

    .toggle .toggle-off {
        color: var(--c-primary);
    }

    .toggle .toggle-on {
        color: var(--c-bg-light);
        background-color: var(--c-primary) !important;
    }

.divInputPieni input {
    width: 100%;
}

.divInputPieni [type="checkbox"] {
    width: 3% !important;
}

[type="checkbox"]:checked {
    background-color: #09ad7e;
}



.grigliaRistretta label {
    display: block;
    margin-bottom: 1px;
    font-weight: bold;
}

.grigliaRistretta .row {
    height: 41px;
    font-size: 11px;
}

.gRS .row {
    height: 41px;
    font-size: 11px;
}

.gRM .row {
    height: 46px;
    font-size: 14px;
}

.gRM label {
    /*height: 51px;*/
    font-size: 12px;
}

.grigliaRistretta input {
    width: 100%;
}

.grigliaRistretta label {
    text-align: left;
}

.inputDaControllare {
    background-color: #ffffe6;
}

.inputInErrore {
    background-color: #ffd6cc;
}

/*GENERALE*/
/*TAB*/
.ui-tabs-tab {
    background: var(--c-bg-light);
    border-right: 1px solid var(--c-primary) !important;
    border-left: 1px solid var(--c-primary) !important;
    border-top: 1px solid var(--c-primary) !important;
}

    .ui-tabs-tab.ui-tabs-active {
        background: var(--c-primary) !important;
    }

.ui-tabs .ui-tabs-panel {
    max-height: 60vh;
    overflow-y: auto;
}
/*TAB*/

/*SIDEBAR*/
/*.wrapper {
    display: block;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;*/
/* top layer */
/*z-index: 9999;
}

.overlay {
    display: none;
    position: fixed;*/
/* full screen */
/*width: 100vw;
    height: 100vh;*/
/* transparent black */
/*background: rgba(0, 0, 0, 0.7);*/
/* middle layer, i.e. appears below the sidebar */
/*z-index: 998;
    opacity: 0;*/
/* animate the transition */
/*transition: all 0.5s ease-in-out;
}*/
/* display .overlay when it has the .active class */
/*.overlay.active {
        display: block;
        opacity: 1;
    }

#dismiss {
    width: 35px;
    height: 35px;
    position: absolute;*/
/* top right corner of the sidebar */
/*top: 10px;
    right: 10px;
}*/



.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9900;
    top: 0;
    left: 0;
    background-color: var(--c-bg-light);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 15px;
        color: var(--c-primary);
        display: block;
        transition: 0.3s;
    }


    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}
/*SIDEBAR*/
/*PROPOSTE*/
.divModificaProposte {
    padding: 2px;
    border: dotted 1px black;
    text-align: center;
    border-radius: var(--borderRadius);
    border-color: var(--c-primary);
    border-width: 1px;
    margin-bottom: 0.5em;
}

#contenitoreListaProposte > th, td {
    white-space: nowrap;
    font-size: 11px;
}

#contenitoreListaProposte > div.dataTables_wrapper {
    /*width: 800px;*/
    margin: 0 auto;
}

#tabellaCampagnePolizze td {
    font-size: 11px;
}

.polizzeSostitutive {
    border: 1px solid black;
    background-color: white;
    padding: 1px;
    cursor: all-scroll;
}

.gridSostitutive {
    background-color: lightgrey;
    height: 150px;
    padding: 3px;
    overflow-y: auto;
}

.DTFC_RightBodyWrapper td {
    padding: 0px !important;
    text-align: center;
}

.DTFC_LeftBodyWrapper td {
    padding: 0px !important;
    text-align: center;
}
/*PROPOSTE*/
/*GERARCHIE*/
#tabellaProposte td {
    font-size: 10px;
}

/*GERARCHIE*/

/* ALIGN */
.verticalAlign {
    display: flex;
    align-items: center;
}

.horizontalAlign {
    display: flex;
    justify-content: center;
}
/* ALIGN */

.page-header {
    width: 100%;
    padding: 5px 25px;
    display: flex;
    align-items: center;
}

.page-header-filtri {
    width: 100%;
    padding: 5px 25px;
    align-items: center;
}
.filtri-fnz {

}

.filtri-btn {

}

.app-background {
    opacity: 0.9;
    height: 100%;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.breadcrumb {
    background-color: transparent;
    margin: 0;
}

.breadcrumb-item {
    font-size: 20px;
    color: black;
    font-weight: 600;
}

    .breadcrumb-item a {
        font-size: 20px;
        color: black;
        font-weight: 600;
    }

.dropdown-menu {
    z-index: 1100;
}

.hidden {
    display: none;
}

.row-search {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.searchbar {
    width: 320px;
    align-items: center;
    padding: 0px 10px
}

input-search {
    width: 100%;
}

.btn-search {
    background-color: var(--c-primary);
    font-weight: bold;
    font-size: medium;
    /*    text-shadow: 0 0 3px black;*/
    color: var(--c-bg-light);
    border-radius: var(--borderRadius);
    margin-left: -37px;
    padding: 3px 8px;
}

    .btn-search i {
        color: var(--c-bg-light);
    }

    .btn-search:hover {
        color: #d9d9d9 !important;
    }

.breadcrumb-menu {
    display: flex;
    align-items: center;
}

.filter-table {
    width: 100%;
    height: 100%;
}

    .filter-table tr {
        display: flex;
        align-items: flex-start;
    }

    .filter-table td {
        width: 25%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-content: flex-start;
        float: left;
        padding: 7px
    }

#bottoneFiltri p {
    margin: 0;
    float: right;
    margin-left: 6px;
}

td p {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    height: 25px;
}

td label {
    margin: 0;
    height: 25px;
}

td .label-span {
    display: flex;
    align-items: center;
}

td input[type="checkbox"] {
    margin: 2px;
}



.table_dettaglio tr:nth-child(even) {
    background-color: #DDDDDD;
}

.table_dettaglio table {
    border-collapse: collapse;
    width: 100%;
}

.table_dettaglio th, td {
    text-align: left;
    /*padding: 8px;*/
}
#tabellaSales th{
    background-color: #DDDDDD;
}
.intestazione_table {
    background-color: #DDDDDD;
}
.set_dim_colonne th{
    width: 35%;
}
#tabellamassivoappuntamenti td {
    font-size:20px;
}
#tabellamassivoappuntamenti tr {
    height: 60px;
}
.image_preview {
    max-width: 60px;
    max-height: 60px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}
.listDoc {
    list-style-type: none;
}

/*--------SELECT2-------*/

.select2-container {
    z-index: 1000;
}

.select2Readonly {
    pointer-events: none;
}


/*---------------------*/