﻿
/*:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #dd9446;
    --secondary: #e1e1ef;
    --success: #34bf82;
    --info: #36a3f7;
    --warning: #ffce22;
    --danger: #fd3939;
    --light: #ffffff;
    --dark: #373737;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 1024px;
    --breakpoint-xl: 1399px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
*/

@font-face {
    font-family: quicksand-light;
    src: url('fonts/Quicksand-Light.ttf');
}

@font-face {
    font-family: quicksand-regular;
    src: url('fonts/Quicksand-Regular.ttf');
}

@font-face {
    font-family: quicksand-medium;
    src: url('fonts/Quicksand-Medium.ttf');
}

@font-face {
    font-family: quicksand-bold;
    src: url('fonts/Quicksand-Bold.ttf');
}

body, p, a, ul, li, b, table, tr, td, th, thead, input, select {
    font-family: quicksand-regular;
}

h1, h2, h3, h4, h5, h6 {
    font-family: quicksand-bold;
}

.font-weight-bold {
    font-weight: bold !important;
}

.color-success {
    color: #4caf50 !important;
}

.color-info {
    color: #42a5f5 !important;
}

.color-warning {
    color: #ffb300 !important;
}

.color-background-warning {
    background-color: #fff2cc !important;
}

.color-danger, .text-danger {
    color: #ef5350 !important;
}

.color-background-danger {
    background-color: #f4cccc !important;
}

/*.form-group label.col-form-label, .btn {
    font-family: quicksand-bold !important;
}*/

.form-group span.col-form-label {
    font-family: quicksand-regular !important;
    padding-top: calc(0.65rem + 1px);
    padding-bottom: calc(0.65rem + 1px);
    line-height: 1.5;
    display: inline-block;
}

.hidden {
    display: none;
}

.cancellazione {
    text-align: center;
}

.width-30 {
    width: 30px !important;
    text-align: center;
}

.width-40 {
    width: 40px !important;
}

.width-60 {
    width: 60px !important;
}

.width-80 {
    width: 80px !important;
}

.width-100 {
    width: 100px !important;
}

.width-120 {
    width: 120px !important;
}

.width-150 {
    width: 150px !important;
}


.min-width-80 {
    min-width: 80px !important;
}

.min-width-120 {
    min-width: 120px !important;
}

.min-width-150 {
    min-width: 150px !important;
}

.min-width-200 {
    min-width: 200px !important;
}

.margin-t-10 {
    margin-top: 10px;
}

.margin-t-20 {
    margin-top: 20px;
}

.margin-t-6 {
    margin-top: 6px;
}

.margin-t-50 {
    margin-top: 50px;
}

.margin-r-10 {
    margin-right: 10px;
}

.margin-b-10 {
    margin-bottom: 10px;
}

.margin-b-20 {
    margin-bottom: 20px;
}

.margin-b-50 {
    margin-bottom: 50px;
}

.margin-l-10 {
    margin-left: 10px;
}

a.link {
    position: relative;
}

    a.link:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        bottom: 0;
        left: 0;
        visibility: hidden;
        transform: scaleX(0);
        transition: all 0.3s ease-in-out 0s;
        background-color: #808080;
    }

    a.link:hover:before {
        visibility: visible;
        transform: scaleX(1);
    }

.card.card-custom > .card-body {
    padding: 1.5rem;
}

.card.card-custom > .card-header .card-title .card-label.label-regular {
    font-weight: 400;
    font-size: 1.05rem;
}

.badge {
    font-weight: bold;
}

.dataTables_wrapper .dataTable {
    margin: 0 0 1rem 0 !important;
}

.no-bottom-margin {
    margin-bottom: 0 !important;
}


.demo-square {
    height: 175px;
    width: 175px;
    margin-right: 20px;
}

    .demo-square img {
        width: 100%;
    }

.note-toolbar-wrapper.panel-default {
    height: 55px !important;
}

.uppy .uppy-list .uppy-list-item {
    padding: 0.9rem 1rem;
    background-color: #eee5ff;
}

.note-editor.note-frame {
    /*min-width: 420px;*/
}

#listOfContent .col-lg-8 .d-flex.draggable-zone {
    display: block !important;
}

.dashboard .card.card-custom {
    height: 120px;
    min-width: 113px;
    margin-right: 15px;
}

    .dashboard .card.card-custom:last-child {
        margin-right: 0;
    }

    .dashboard .card.card-custom > .card-body {
        padding: 1.2rem;
    }

.dashboard .card-spacer {
    padding: 1.7rem 2.0rem !important;
}

/*.font-weight-bold a {
    font-family: quicksand-bold;
}
*/
.text-dark a {
    color: #212121 !important;
}

.flexdatalist-multiple li.input-container, .flexdatalist-multiple li.input-container input {
    width: 80px !important;
}

.form-control[readonly] {
    background-color: #f5f5f5 !important;
}

.canZoom {
    position: relative;
    max-width: fit-content;
}

.table .canZoom .zoomedImage {
    visibility: hidden;
    position: absolute;
    width: 500px;
    height: 500px;
    left: 110px;
    bottom: 0px;
    z-index: 9;
    opacity: 0;
}

.table .canZoom .symbol:hover + .zoomedImage {
    visibility: visible;
    height: auto;
    opacity: 1;
}

#new-appuntamento #deleteAppuntamento {
    display: none;
}

.leaflet-control-attribution {
    display: none;
}

.tooltip-inner {
    max-width: 300px;
    /*width: 350px;*/
}


/* TYPEAHEAD AUTOCOMPLETE RICERCA GLOBALE */

/*.typeahead,
.tt-query,
.tt-hint {
    width: 396px;
    height: 30px;
    padding: 8px 12px;
    font-size: 24px;
    line-height: 30px;
    border: 2px solid #ccc;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    outline: none;
}*/

.typeahead {
    background-color: #fff !important;
    min-width:95%;
}

    .typeahead:focus {
        border: 2px solid #0097cf;
    }

.tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999
}

.tt-menu {
    max-height: 600px;
    overflow-y: scroll;
    width: 422px;
    margin: 12px 0;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
    padding: 3px 20px;
    font-size: 18px;
    line-height: 24px;
    border-bottom: 1px solid #dedede;
}

    .tt-suggestion:hover {
        cursor: pointer;
        color: #fff;
        background-color: #0097cf;
    }

    .tt-suggestion.tt-cursor {
        color: #fff;
        background-color: #0097cf;
    }

    .tt-suggestion p {
        margin: 0;
    }

.gist {
    font-size: 14px;
}


#custom-templates .empty-message {
    padding: 5px 10px;
    text-align: center;
}

#scrollable-dropdown-menu .tt-menu {
    max-height: 150px;
    overflow-y: auto;
}
/*timeline client*/
.timeline.timeline-5 {
    position: relative;
}

    .timeline.timeline-5:before {
        content: '';
        position: absolute;
        left: 90.5px;
        width: 4px;
        top: 0;
        bottom: 0;
        background-color: #EBEDF3;
    }

    .timeline.timeline-5 .timeline-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        margin-bottom: 1.7rem;
    }

        .timeline.timeline-5 .timeline-item .timeline-label {
            width: 90px;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            font-size: 1rem;
            font-weight: 500;
            position: relative;
            color: #3F4254;
        }

        .timeline.timeline-5 .timeline-item .timeline-badge {
            -ms-flex-negative: 0;
            flex-shrink: 0;
            background: white;
            width: 13px;
            height: 13px;
            border-radius: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            z-index: 1;
            position: relative;
            margin-top: 1px;
            margin-left: -0.5rem;
            padding: 3px !important;
            border: 6px solid #ffffff !important;
        }

        .timeline.timeline-5 .timeline-item .timeline-content {
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
        }

.btn-outline-makecasa {
    color: #84A316;
    background-color: transparent;
    border-color: #84A316;
}

    .btn-outline-makecasa:hover {
        color: #FFFFFF;
        background-color: #84A316;
        border-color: #84A316;
    }

    .btn-outline-makecasa i {
        color: #84A316;
    }

    .btn-outline-makecasa:hover i {
        color: #FFFFFF;
    }

.btn-makecasa {
    color: #84A316;
    background-color: white;
    border-color: #84A316;
}

    .btn-makecasa:hover {
        color: #FFFFFF;
        background-color: #84A316;
        border-color: #84A316;
    }

    .btn-makecasa i {
        color: #84A316;
    }

    .btn-makecasa:hover i {
        color: #FFFFFF;
    }

.text-color-makecasa {
    color: #84A316;
}

.bg-color-makecasa {
    background-color: #84A316;
}

.bg-color-makecasa-75 {
    background-color: rgba(132, 163, 22, 0.75);
}

.bg-color-makecasa-50 {
    background-color: rgb(132, 163, 22, 0.50);
}

.bg-color-makecasa-25 {
    background-color: rgba(132, 163, 22, 0.25);
}

.bg-color-makecasa-10 {
    background-color: rgba(132, 163, 22, 0.10);
}

.top-100 {
    top:100px;
}

/*override per dimensione icone nell'header dei modali */
.modal .modal-header .close i, .modal .modal-header .minimize i, .modal .modal-header .close .ki {
    font-size: 1.5rem;
}
.modal .modal-header .minimize {
    background-color: transparent;
    border: 0;
}


/*override carousel arrows*/
.carousel-control-prev, .carousel-control-next {
    top: 50%;
    height: fit-content;
    border-radius: 25px;
    padding: 10px;
    background-color: #84A316;
    width: fit-content;
    margin-left: 15px;
    margin-right: 15px;
}
.carousel-control-prev-icon {
    background-position-x: -2px;
}
.carousel-control-next-icon {
    background-position-x: 2px;
}
.checkbox > span {
    border: 1px solid #a6a5ab !important;
    margin-top:10px;
}
/*override label align solo su schermi grandi */
@media only screen and (min-width: 990px) {
    .form-group .col-form-label {
        text-align: right;
        font-weight: 600;
    }
}

@media only screen and (max-width: 736px) and (orientation: portrait) {
    .dataTables_wrapper table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before {
        content: none !important;
    }
    /* pannello ricerca - mobile*/
    .card-title select.form-control, .card-title form, .card-title input.form-control, .card-title .btn, .card-title .col-form-label {
        width: 100% !important;
        margin: 0.25rem 0px !important;
    }

    .subheader h5 {
        font-size: 1rem !important;
    }

    .card {
        margin-bottom: 3rem !important;
    }

    .form-group {
        margin-bottom: 0.8rem !important;
    }
}
