/* HPO custom CSS */

#codice_fiscale_checkout_field {
    text-transform: uppercase;
}

#containerSatispayButton img {
    height: 70px !important;
}

[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.with-underline {
    text-decoration: underline !important;
    margin-right: 5px;
}

span.customradio_check_date {
    margin-right: 0px;
}

.custom-hidden {
    display: none !important;
}

/* Hide HTML5 Up and Down arrows. */

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

input[type="number"] {
    -webkit-appearance: textfield;
    -o-appearance: textfield;
    -moz-appearance: textfield;
}

.custom_textarea {
    width: 100%;
    height: 150px;
}

.reset_password {
    text-decoration: underline !important;
}

/* CALENDARIO PROF */

.container_calendario_prof {
    margin-top: 100px;
    padding: 50px 0;
    /* ACCROCCHIO */
}

.container_calendario_prof .container_giorni_calendar_prof {
    height: 1500px;
}

.container_calendario_prof .disponibilita {
    width: 100%;
    margin-top: 30px;
}

.contenitore_tipologia {
    width: 100%;
    float: left;
    height: 30px;
}

#lista_disponibilita .colonna_giorno {
    float: left;
}

.giorno {
    width: 100%;
    text-transform: uppercase;
    text-align: center;
}

.contenitore_ore {
    width: 100%;
    height: 50px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.ora {
    /*border: 1px solid black;*/
    padding: 5px;
    width: 100%;
}

.contenitore_giorno .giorno h4 {
    font-size: 18px;
}

.ora24 .glyphicon-trash {
    margin: 5px;
    cursor: pointer;
}

.oraStd .glyphicon-trash {
    margin: 5px;
    cursor: pointer;
}

.aggiungi_disponibilita {
    margin-bottom: 5px;
}

.disponibile .glyphicon-plus {
    margin: 5px;
    cursor: pointer;
}

.disponibile .glyphicon-user {
    margin: 5px;
    cursor: pointer;
}

.ora24.colora24 {
    /*background-color: #b5e5b5;*/
    background-color: #17009b;
    /* #caffca */
    border: 2px solid #17009b !important;
    color: #FFF;
}

.colora_bordo_colonna {
    /*
      border-top: 2px solid #1C9ABD;
      border-right: 2px solid #1C9ABD;
      border-left: 2px solid ;
      */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*
      -webkit-border-top-left-radius: 10px;
      -moz-border-top-left-radius: 10px;
      border-top-left-radius: 10px;

      -webkit-border-top-right-radius: 10px;
      -moz-border-top-right-radius: 10px;
      border-top-right-radius: 10px;*/
    -webkit-border-radius: 10px;
    -moz-borde-radius: 10px;
    border-radius: 10px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    /*background-color:#f0f0f0;*/
}

.ora24.occupata {
    background: #17009b;
    opacity: 0.5;
}

.ora24.glyphicon-ban-circle {
    margin: 5px;
}

.oraStd.coloraStd {
    background-color: #17009b;
    /* #caffca */
    color: #FFF;
}

.oraStd.coloraIdPrenotato {
    background-color: #00d8da;
    color: #FFF;
}

.oraStd,
.ora24 {
    padding-left: 0;
    padding-right: 0;
    height: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    vertical-align: middle;
    line-height: 27px;
}

.oraStd {
    border: 2px solid #17009b;
}

.ora24 {
    border: 2px solid #17009b;
    /*#FED621;*/
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-right: 2px solid white;
}

@media (max-width: 1000px) {
    #lista_disponibilita .colonna_giorno {
        width: 100%;
    }

    .prev_next {
        float: none;
        margin-right: 0px;
    }
}

/* VIDEO CALL */

#debug_webrtc {
    overflow: auto;
    height: 300px;
    padding: 10px;
    background-color: #000;
}

#container_debug_webrtc {
    display: none;
}

/* TABLE */

table {
    width: 100%;
    border-collapse: collapse;
    margin: 50px auto;
}

/* Zebra striping */

tr:nth-of-type(odd) {
    background: #eee;
}

th {
    background: #3498db;
    color: white;
    font-weight: bold;
}

td,
th {
    padding: 10px;
    border: 1px solid #ccc;
    text-align: left;
    font-size: 16px;
}

.box_associazione_checkout > .columns {
    display: inline-block;
    margin: 13px;
    border-radius: 20px;
    padding: 8px 16px 10px 16px;
    background-color: #edf3f7;
    font-family: "Barlow", sans-serif;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.11;
    letter-spacing: 0.2px;
    color: #00009b;
}

.box_associazione_checkout strong {
    color: #17009b;
}

.box_associazione_checkout img {
    max-width: 100%;
    margin-top: 20px;
}

/*
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
    table {
        width: 100%;
    }

    /* Force table to not be like tables anymore */
    table,
    thead,
    tbody,
    th,
    td,
    tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    tr {
        border: 1px solid #ccc;
    }

    td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
    }

    td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        /* Label the data */
        content: attr(data-column);
        color: #000;
        font-weight: bold;
    }
}

/* FIX IOS button */

@supports (-webkit-overflow-scrolling: touch) {
    /* CSS specific to iOS devices */
    .button:before {
        background: initial;
    }
}

#banner_intenet_explorer .container_toast.toast_relative {
    z-index: 999;
}

.hidden {
    display: none;
}

.show {
    display: block;
}

.checkgroup li .c_c input:checked ~ .customradio_check {
    border-color: #00c5c7;
}

.checkgroup li .c_c input:checked ~ .customradio_check .c_check:after {
    background: #00c5c7;
}

.pointer_feed {
    display: none;
    text-align: center;
    background: red;
    position: absolute;
    right: 30px;
    top: 0px;
    border-radius: 50%;
    width: 23px;
    height: 23px;
    font-size: 12px;
    color: white;
    font-weight: bolder;
    text-align: center;
}

.pointer_feed_internal {
    display: none;
    background: red;
    position: absolute;
    right: 2vw;
    top: 0px;
    border-radius: 50%;
    width: 23px;
    height: 23px;
    font-size: 12px;
    color: white;
    font-weight: 600;
    text-align: center;
}

.feed p.name_feed_workings {
    font-size: 15px;
    color: #00009b
}

.footer_feedback.container_footer_brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.footer_feedback.container_footer_brand .person_footer_brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left
}

.footer_feedback.container_footer_brand .person_footer_brand img {
    max-width: 60px;
    width: 60px
}

.naming_footer_feed {
    margin-right: 20px
}

.brand_icon_logo img {
    width: 160px;
    min-width: 160px;
    /*margin-left: 20px;*/
    padding-left: 20px;
    border-left: 1px solid #ccc
}

.custom_carousel img {
    height: 125px;
    width: auto
}

@media (max-width: 1000px) {
    .brand_icon_logo img {
        padding-left: 0px;
    }

    .feed {
        padding: 25px;
    }

    .text_right_leaf_c {
        text-align: center !important;
        margin-top: 15px;
    }
}

@media screen and (max-width: 768px) {
    .footer_feedback.container_footer_brand {
        flex-direction: column-reverse
    }

    .brand_icon_logo img {
        margin: 0;
        border-left: 0
    }
}

@media screen and (max-width: 768px) {
    .brand_icon_logo img {
        padding-left: 0
    }
    .footer_feedback.container_footer_brand {
        align-items: flex-start
    }
    .brand_icon_logo {
        display: flex;
        justify-content: flex-start
    }
    .nav_container {
        overflow-y: auto;
    }
}

body.menuIsOpen .navbar .content_menu .nav_menu li.active.blog_link {
    display: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.nav_main_links li {
    position: relative;
}
.nav_main_links .sub_menu_heading {
    position: absolute;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #2c1bb5;
    padding: 15px 30px;
    border-radius: 10px;
    box-shadow: 5px 20px 50px rgba(0, 0, 0, .1);
    width: 250px;
    margin-top: 20px;
    left: calc(-50% - 30px);
    z-index: -1;
    top: 80px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: center;
    pointer-events: none;
}
.nav_main_links .sub_menu_heading li {
    display: flex;
    padding: 20px 0;
    border-bottom: 1px solid #fff 38;
    margin-right: 0;
}
.nav_main_links .sub_menu_heading li a {
    color: #fff;
}
.nav_main_links .sub_menu_heading.open_dropdown {
    top: 60px;
    opacity: 1;
    z-index: 1;
    pointer-events: visible;
}
@media screen and (max-width: 1260px) {
    ul.sub_menu_heading li {
        padding: 0 !important;
        margin: 14px 0 !important;
    }
    .nav_main_links .sub_menu_heading {
        background: transparent;
        width: 100%;
        margin-top: 0;
        left: 0;
        box-shadow: none;
        padding: 0;
        text-align: center;
        position: relative;
    }
    ul.nav_main_links.with_sub_menu.blue_sky_color li {
        align-items: center;
        flex-direction: column;
    }
}
