body {
    --button-bg-color: #ffcc00;
    --button-hover-bg-color: #cca300;
    --button-text-color: #fff;
    --button-secondary-bg-color: #66c09d;
    --button-secondary-hover-bg-color: #66c09d;
    padding: 0px;
}

#watermark_logo {
    position: absolute;
    right: 30px;
    bottom: 30px;
}
/* personalizzazioni cromatiche fisse 
.small > .quantity, .subicon, .small > .subicon, 
.icons, .big_icons, .text_button, .button{
	background-color: #ed1c24;
}*/
._red {
    color: #ed1c24;
}
._green {
    color: #66c09d;
}
._yellow {
    color: #ffde16;
}

.tool_btn:hover {
    background-color: var(--button-bg-color);
}
.padtop65 {
    padding-top: 85px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}
/* sezione di personalizzazione per la schermata di login lato carte */

body {
    background-color: #fff;
}

.logo {
    width: 100%;
    padding: 5px;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

input[type="text"],
input[type="time"],
input[type="tel"],
input[type="search"],
input[type="datetime-local"],
input[type="number"],
input[type="date"],
input[type="password"],
input[type="email"],
input[type="select"],
select {
    font-size: 16px;
    color: #999;
    background: #fff;
    border: 1px solid #d2d9e0;
    height: 38px;
    padding: 0px 6px;
    border-bottom: 1px solid #c3cdd3;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

input[type="text"]:hover,
input[type="time"]:hover,
input[type="tel"]:hover,
input[type="search"]:hover,
input[type="datetime-local"]:hover,
input[type="number"]:hover,
input[type="date"]:hover,
input[type="password"]:hover,
input[type="email"]:hover,
input[type="select"]:hover,
select:hover {
    border-bottom: 1px solid #d6a335;
}

/*
select{
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	background-image: url('../images/arrow_down.png') !Important; 
	background-position: right 0px center !Important;
	background-repeat: no-repeat !Important;
}
 */
select::-ms-expand {
    display: none; /* hide the default arrow in ie10 and ie11 */
}

.error {
    border-color: #ed1c24 !important;
}
.btn {
    font-size: 14px;
    background-color: var(--button-bg-color);
    line-height: 36px;
    height: 38px;
    padding: 0px 15px;
    border: 2px solid var(--button-bg-color);
    color: var(--button-text-color);
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: 0.5s ease;
    margin-left: 0px !important;
    margin-right: 5px;
    border-radius: 8px;
    font-weight: 600;
    display: inline-flex;
}
.min64 {
    min-width: 64px;
}
.min128 {
    min-width: 128px;
}

.btn:hover,
.btn:focus,
.btn:active {
    background-color: var(--button-text-color);
    color: var(--button-bg-color);
    transition: 0.5s ease;
}
.modal .buttons .btn {
    margin: 5px;
    background-color: var(--button-bg-color);
}
.modal .buttons .btn:hover {
    margin: 5px;
    background-color: #fff;
    color: var(--button-bg-color);
}
.btn.white {
    background-color: #fff;
    border: 2px solid #000;
    color: #000;
}
.btn.yellow {
    background-color: #ffde16;
    border: 2px solid #ffde16;
    color: #000;
    font-weight: 600;
}

.btn.yellow:hover {
    background-color: #000;
    color: #fff;
    border: 2px solid #000;
    transition: 0.5s ease;
}

.btn.white:hover {
    background-color: #000;
    color: #fff;
    border: 2px solid #000;
    transition: 0.5s ease;
}

.btn.gray {
    background-color: #bbc2ca;
    border: 2px solid #bbc2ca;
    color: #fff;
}
.btn.gray:hover {
    background-color: #d9dee4;
    color: #fff;
    border: 2px solid #d9dee4;
    transition: 0.5s ease;
}

.btn.btn_half {
    width: 47%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.btn.btn_quarter {
    width: 23%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.btn.btn_full {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#toolbar .btn {
    margin-top: 8px;
    padding: 0px 6px;
    line-height: 28px;
    font-weight: 600;
}
.flet {
    float: left;
}
.fright {
    float: right;
}

.pricing {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto 3em;
}

/* tabelle prezzi */
.pricing .pricing__item {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    align-items: stretch;
    text-align: center;
    -webkit-flex: 0 1 260px;
    flex: 0 1 260px;

    margin: 0.5em;
    padding: 1em 1em;
    text-align: left;
    color: #444;
    background: #fff;
    /* border: 1px solid #000; */
    border-radius: 4px;
    transition: 0.5s ease;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}

.pricing .pricing__item.suggested {
    background: #e7f2ed;
    /* border: 2px solid #66c09d; */
}
.pricing .pricing__item.warning {
    background: #fffced;
    /* border: 2px solid #f5cc28; */
}
.pricing .pricing__item.blue {
    background: #f1fffe;
    /* border: 2px solid #9fe3d3; */
}
.pricing .pricing__item.dark_green {
    background: #97aa9c;
    /* border: 2px solid #9fe3d3; */
}

.pricing .pricing__item.gray {
    background: #f2f2f2;
    /* border: 1px solid #efefef; */
}

.pricing .pricing__title {
    font-size: 1.35em;
    font-weight: 600;
    margin: 0 0 0.55em;
    color: #000;
    text-transform: uppercase;
    text-align: center;
}
.pricing__title_sub {
    font-size: 1.1em;
    margin: -0.55em 0 0.55em;
    color: #ebca00;
    font-weight: 600;
    text-transform: uppercase;
}
.suggested .pricing__title {
    font-size: 1.36em;
    font-weight: 600;
    margin: 0 0 0.55em;
    color: #000;
    text-transform: uppercase;
    text-align: center;
}

.pricing .pricing__price {
    font-size: 2em;
    font-weight: 600;
    padding: 0.1em 0;
    text-align: center;
}

.pricing .pricing__currency {
    font-size: 0.65em;
    vertical-align: super;
    color: #394150;
}

.pricing .pricing__period {
    display: block;
    font-size: 0.35em;
    padding: 0 0 0 0.5em;
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
}

.pricing .pricing__divider {
    width: 60px;
    display: block;
    border-top: 2px solid #000;
    height: 1px;
    margin: 5px auto;
}

.pricing .pricing__sentence {
    padding: 0 0 0.5em;
    margin: 0;
    color: #535965;
    text-align: center;
}
.pricing .pricing__targhe {
    font-size: 0.9em;
    /* text-transform: uppercase; */
    text-align: center;
}

.pricing .pricing__feature-list {
    font-size: 0.95em;
    margin: 0;
    padding: 0 0 2.5em;
    list-style: none;
    color: #757983;
}

.pricing .pricing__feature {
    position: relative;
    display: block;
    padding: 0 0 0 20px;
    line-height: 1.5;
}

.pricing .pricing__feature::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 2px;
    background: #1f242d;
    left: 0;
    top: 50%;
    margin: -2px 0 0 0;
}

.pricing .pricing__action,
.pricing .pricing__buttons {
    -webkit-align-self: flex-end;
    align-self: flex-end;
    margin-top: auto;
    font-size: 1.55em;
    font-weight: 200;
}

.pricing .pricing__action_btn {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: #e25a77;
    border-radius: 30px;
    background: transparent;
    border: 1px solid #e25a77;
    -webkit-transition:
        background-color 0.3s,
        color 0.3s;
    transition:
        background-color 0.3s,
        color 0.3s;
}

.pricing__item.gray .pricing__action_btn {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: #ccc;
    border-radius: 30px;
    background: transparent;
    border: 1px solid #ccc;
    -webkit-transition:
        background-color 0.3s,
        color 0.3s;
    transition:
        background-color 0.3s,
        color 0.3s;
}

.pricing button {
    border: 0px solid;
    background-color: transparent;
}

.pricing .pricing__action:hover .pricing__action_btn,
.pricing .pricing__action:focus .pricing__action_btn {
    background: var(--button-hover-bg-color) !important;
    color: #fff;
}

.pricing_detail_title {
    font-size: 1.6em;
    text-transform: uppercase;
    font-weight: 400;
}
.pricing_detail_title_price {
    font-size: 1.6em;
    text-transform: uppercase;
    font-weight: 600;
}

.red_link {
    color: #ed1c24;
}
.centered {
    margin: 0px auto;
    text-align: center;
    margin-bottom: 5px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-content: center;
}
.centered.wide {
    justify-content: space-between;
}
.bottom20 {
    margin-bottom: 20px;
}
.center {
    text-align: center;
}
.centered.bottom {
    display: block;
    position: fixed;
    bottom: 7px;
    left: 0px;
    width: 100%;
    height: 48px;
    overflow: hidden;
    margin: 0px;
    padding: 5px;
}
.centered.underlined {
    border-bottom: 2px solid #000;
    box-sizing: border-box;
    margin: 0px auto;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.centered div {
    text-align: left;
    max-width: 80%;
}
/*
	checkbox stile ios android
*/
.appck {
    display: none;
}
.appck,
.appck:after,
.tgl:before,
.appck *,
.appck *:after,
.appck *:before,
.appck + .appck-btn {
    box-sizing: border-box;
}
.appck::-moz-selection,
.appck:after::-moz-selection,
.appck:before::-moz-selection,
.appck *::-moz-selection,
.appck *:after::-moz-selection,
.appck *:before::-moz-selection,
.appck + .appck-btn::-moz-selection {
    background: none;
}
.appck::selection,
.appck:after::selection,
.appck:before::selection,
.appck *::selection,
.appck *:after::selection,
.appck *:before::selection,
.appck + .appck-btn::selection {
    background: none;
}
.appck + .appck-btn {
    outline: 0;
    display: block;
    width: 4em;
    height: 2em;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.appck + .appck-btn:after,
.appck + .appck-btn:before {
    position: relative;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
}
.appck + .appck-btn:after {
    left: 0;
}
.appck + .appck-btn:before {
    display: none;
}
.appck:checked + .appck-btn:after {
    left: 50%;
}

.appck-light + .appck-btn {
    background: #000;
    border-radius: 2em;
    padding: 2px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.appck-light + .appck-btn:after {
    border-radius: 50%;
    background: #fff;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.appck-light:checked + .appck-btn {
    background: #66c09d;
}

.box_intervento {
    background-color: #fff;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    padding: 0px;
}
.box_intervento_txt {
    text-align: left;
    padding: 10px;
    width: 100%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}
.box_intervento_btn {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    width: 100%;
    background-color: #fff;
    color: #333;
    padding: 5px;
    border-top: 1px solid #fdfdfd;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

._info {
    display: block;
    width: 100%;
    min-height: 40px;
    background-color: #fff;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    margin-bottom: 5px;
    max-height: 85vh;
    overflow: auto;
}
._info_close {
    position: absolute;
    right: 0px;
    opacity: 0.5;
}
._info_close:hover {
    opacity: 1;
}
._info_cont {
    width: 100%;
    min-height: 40px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    padding: 3px 22px 3px 2px;
    display: flex;
    flex-direction: row;
    justify-content: flext-start;
    align-items: start;
    line-height: 32px;
    border-radius: 32px;
}
.button_circle {
    border-radius: 32px;
    min-width: 32px;
    min-height: 32px;
}

._info_text {
    color: #333;
    text-align: left;
    padding-left: 4px;
    padding-right: 2px;
    width: 100%;
}
.pane_container {
    width: 100%;
    overflow: hidden;
    height: 100%;
}
.pane_title_cont {
    position: absolute;
    top: 50px;
    right: 0px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    z-index: 3;
    width: 100%;
    height: 28px;
    line-height: 28px;
    background-color: #ffe022;
    padding-left: 20px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.pane_title_cont.red {
    background-color: #ed1c24;
    color: #fff;
}

.pane_title {
    z-index: 4;
}

.pane_scroll {
    position: fixed;
    left: 0px;
    height: 100%;
    width: inherit;
    display: flex;
    align-items: center;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -ms-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
.pane_navigator {
    position: fixed;
    bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    cursor: pointer;
}

.pane_pin {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #d9dee4;
    margin: 10px;
    border-radius: 12px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    text-align: center;
    color: #fff;
    font-weight: 600;
}
.pane_pin.selected {
    background-color: #ff161f;
}
.pane_menu {
    color: #d9dee4;
    font-size: 20px;
    margin-left: 15px;
}

.main_icon_box {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
    box-sizing: border-box;
    padding: 0px;
    padding-top: 50px;
    margin: 0px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}
.main_icon_box .main_icon {
    height: calc(33vh - 15px);
}

.text .main_icon_box {
    padding-top: 0px;
}
.main_icon {
    position: relative;
    background-color: #fff;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    width: 50%;
    height: 33%;
    font-size: 20px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    text-align: center;
    vertical-align: center;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}
.main_icon:hover {
    background-color: #e4e8ec;
    color: #737373;
}
.main_icon:hover .icons {
    background-image: url(../images/icons_48_lightgray.png);
    transform: scale(1.8);
}
.main_icon .icons {
    transform: scale(1.5);
}
.main_icon:hover > .quantity {
    background: #ffde16;
    transform: scale(1.5);
    border: 1px solid #000;
}

.main_icon > .quantity {
    top: 42%;
    left: inherit;
    right: 40%;
    font-size: 14px;
    font-weight: 600;
    margin: 0px;
}
.main_icon.wide {
    width: 100%;
    height: auto;
}

.main_icon.wide_orizontal {
    width: 100%;
    height: auto;
}

.ink {
    display: block;
    position: absolute;
    background: #ed1c24;
    border-radius: 100%;
    transform: scale(0);
}
/*animation effect*/
.ink.animate {
    animation: ripple 0.65s linear;
}
@keyframes ripple {
    /*scale the element to 250% to safely cover the entire link and fade it out*/
    100% {
        opacity: 0;
        transform: scale(2.5);
    }
}
.main_icon_box:last-child {
    flex-grow: 2;
}

.disp_font {
    font-size: 18px;
    font-weight: 600;
}
@media only screen and (max-device-width: 1024px) and (orientation: landscape) {
    .main_icon {
        width: 33%;
        height: 50%;
    }
    .main_icon.wide {
        width: 100%;
        height: auto;
    }
    .main_icon.wide_orizontal {
        width: 33%;
        height: auto;
    }
    .main_icon_box .main_icon {
        height: calc(50vh - 25px);
    }
}

.main_icon_box.absolute {
    position: relative;
    padding-top: 10px;
    height: auto;
    min-height: auto;
}
.main_icon_box.absolute .main_icon {
    height: 140px !important;
    margin-bottom: 2px !important;
}

.data_row_cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    width: 100%;
}
.data_row_cont.flex_end {
    align-items: flex-end;
}
.data_row {
    width: 100%;
    position: relative;
    display: flex;
    min-width: 38px;
    min-height: 48px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    margin: 0px;
    padding: 0px 3px;
    border-bottom: 1px solid #eaeaea;
    transition: 0.3s ease-out;
}
.data_row_inner {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.data_row_line {
    width: 100%;
    margin: 2px;
    position: relative;
    padding: 2px;
    border: 1px solid #666;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

.data_row:hover {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    background-color: #a8b4bd;
    color: #fff;
}
.data_row.nolink:hover {
    box-shadow: 0px 0px 0px #ffffff;
    background-color: #f7f5f5;
    color: #b3b3b3;
}
.data_row.selected {
    background-color: #b8f0e0;
}
.data_row.disabled {
    background-color: #c0c0c0;
}

.flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}
.flexrow {
    display: flex;
    flex-direction: row;
}
.flexcolumn {
    display: flex;
    flex-direction: column;
}

.data_row_text {
    flex-grow: 1;
    margin: 0px 5px 0px 15px;
    max-width: 320px;
    width: 30%;
}
.data_row_right {
    text-align: center;
    min-width: 32px;
}
.data_row.menu_right {
    background-color: transparent;
    color: #000;
    font-size: 22px;
    border-bottom: 0px;
    text-align: left;
}

.data_row.menu_right > .icons {
    margin-right: 5px;
}
.data_row.small {
    min-height: 34px;
}
.circle_icon_cont {
    position: relative;
    background-size: cover;
    font-size: 22px;
    background-color: #fff;
    border-radius: 19px;
    width: 38px;
    height: 38px;
    border: 1px solid #ed1c24;
    line-height: 38px;
    text-align: center;
    color: #ed1c24;
    margin: 10px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    flex-shrink: 0;
    text-align: center;
}

.circle_icon_cont.big {
    font-size: 64px;
    width: 128px;
    height: 128px;
    border-radius: 64px;
    line-height: 128px;
    text-align: center;
}

.circle_icon_cont.white {
    border: 1px solid #000;
    background-color: #fff;
    color: #000;
}

.circle_icon_cont.gray {
    border: 1px solid #ccc;
    background-color: #fff;
    color: #ccc;
}

.circle_icon_cont.green {
    border: 1px solid #66c09d;
    background-color: #fff;
    color: #66c09d;
}

.circle_icon_cont.yellow {
    border: 1px solid #ffde16;
    background-color: #fff;
    color: #ffde16;
}
.circle_icon_cont > .subincon {
    position: absolute;
    right: -16px;
    bottom: 0px;
}

.floating_action_button {
    display: block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    background-image: url(../images/icons_48.png);
    background-size: 960px 240px;
    background-color: #ffde16;
    cursor: pointer;
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 11;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -ms-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
}
.floating_action_button.green {
    background-color: #66c09d;
}
.floating_action_button.disabled {
    background-color: #ccc;
}
.bk-border {
    background-image: url(../images/icons_48.png);
    opacity: 1;
    width: 46px;
    height: 46px;
    background-color: transparent;
    color: #fff;
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
    border: 1px solid #fff;
}
.bk-border.text-red {
    border: 1px solid #ed1c24;
    color: #ed1c24;
}
.bk-border.text-black {
    border: 1px solid #333;
    color: #333;
}

.bk-border.small {
    width: 32px;
    height: 32px;
}

.reset_form {
    display: inline-block;
    position: relative;
}
.reset_form_btn,
.search_form_btn {
    display: block;
    position: absolute;
    float: right;
    width: 24px;
    height: 24px;
    background-color: rgba(0.99, 0.99, 0.99, 0.2);
    color: #333;
    right: 5px;
    top: 8px;
    line-height: 24px;
    border-radius: 12px;
    text-align: center;
    cursor: pointer;
}
.search_form_btn {
    background-color: var(--button-bg-color);
    color: #fff;
}
.icon_avatar {
    display: block;
    border-radius: 32px;
    width: 64px;
    height: 64px;
    background-size: cover;
}
.icon_avatar .subicon {
    top: 35px;
    left: 37px;
}

.driver_avatar {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin: 0px 5px;
    font-size: 14px;
    font-weight: 400;
    width: 200px;
}

.data_line {
    min-height: 64px;
    border-bottom: 1px solid #eaeaea;
    width: 100%;
    display: block;
    position: relative;
    margin: 0px;
    padding: 2px 5px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    -webkit-transition: 0.9s ease-out;
    -moz-transition: 0.9s ease-out;
    -ms-transition: 0.9s ease-out;
    -o-transition: 0.9s ease-out;
    transition: 0.9s ease-out;
}
.data_line:hover {
    background-color: #ffde16;
    color: #888;
}
.data_line_title {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
}
.data_line_arrow {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    right: 5px;
    font-size: 24px !important;
}

.input-append .add-on {
    height: 32px;
    border-radius: 0 2px 2px 0;
    line-height: 32px;
    border: 0px solid;
}
legend {
    border-bottom: 0px;
    margin-bottom: 5px;
}

.link_toggle {
    position: relative;
    width: 100%;
    display: block;
    margin-top: 20px;
}

.link_toggle .icons {
    position: absolute;
    top: 50%;
    margin-top: -24px;
    right: 5px;
}

.pacchetto {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}
.scadenze_time {
    background-color: #e7e3e2;
    color: #827e7d;
    font-size: 14px;
    font-weight: 400;
    line-height: 36px;
    border-radius: 18px;
    height: 36px;
    padding: 0px 20px;
    margin-left: 10px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}
.scadenze_time.red {
    background-color: #ed1c24;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
}

b,
strong {
    font-weight: 600;
}
.offline_bars {
    background-color: #bbc2ca !important;
}
#toolbar_no_gps {
    line-height: 32px;
}

.login_welcome_block {
    display: inline-block;
    box-sizing: border-box;
    margin: 0px auto;
    text-align: center;
}

.underlined_block {
    width: 100%;
    border-bottom: 2px solid #000;
    box-sizing: border-box;
    margin: 0px auto;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.underlined {
    width: 100%;
    border-bottom: 2px solid #000;
    box-sizing: border-box;
    margin: 0px auto;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
.size_h4 {
    font-size: 17px;
    line-height: 36px;
}
#reg_cont {
    text-align: center;
}

.heading_with_icons {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    height: 48px;
    text-align: left;
    text-decoration: none;
    font-size: 24px;
    color: #000;
    font-weight: 400;
    line-height: 48px;
    margin: 0px 0px 5px 0px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

.heading_with_icons > .icons {
    display: block;
    float: left;
    margin-right: 5px;
}
@media (max-width: 460px) {
    .btn {
        font-size: 12px;
    }
}
@media (max-width: 330px) {
    .scadenze_time {
        font-size: 11px;
    }
    .moodal .inner {
        right: 5px;
        left: 5px;
        bottom: 10px;
    }
}
/* IMPLEMENTAZIONE RADIO BUTTONS */
.inputGroup {
    background-color: #fff;
    display: block;
    margin: 10px 0;
    position: relative;
    max-width: 600px;
}
.inputGroup label {
    padding: 10px 42px 10px 10px;
    width: 100%;
    display: block;
    text-align: left;
    color: #000;
    cursor: pointer;
    position: relative;
    z-index: 2;
    transition: color 200ms ease-in;
    overflow: hidden;
}
.inputGroup label:before {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    content: "";
    background-color: #ffde16;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
    transform: translate(-50%, -50%) scale3d(1, 1, 1);
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    z-index: -1;
}
.inputGroup label:after {
    width: 32px;
    height: 32px;
    content: "";
    border: 2px solid #d1d7dc;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
    background-repeat: no-repeat;
    background-position: 2px 3px;
    border-radius: 50%;
    z-index: 2;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    transition: all 200ms ease-in;
}
.inputGroup input:checked ~ label {
    color: #000;
}
.inputGroup input:checked ~ label:before {
    -webkit-transform: translate(-50%, -50%) scale3d(32, 32, 1);
    transform: translate(-50%, -50%) scale3d(32, 32, 1);
    opacity: 1;
}
.inputGroup input:checked ~ label:after {
    background-color: #000;
    border-color: #000;
}
.inputGroup input {
    width: 32px;
    height: 32px;
    order: 1;
    z-index: 2;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    visibility: hidden;
}

.live_search_box {
    position: fixed;
    padding: 0px 5px 5px 10px;
    width: 80%;
    top: 100px;
    left: 100%;
    background-color: #fff;
    color: #333;
    height: calc(100vh - 100px);
    z-index: 2;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
    overflow: scroll;
}
.live_search_box .detail_buttons {
    top: 0px;
    padding-left: 2px;
    position: sticky;
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 1) 60%,
        rgba(255, 255, 255, 0.8) 80%,
        rgba(255, 255, 255, 0) 100%
    );
}
.live_search_box.opened {
    left: 20%;
}
.search_main_cont {
    position: relative;
    display: inline-block;
    margin-left: 8px;
    line-height: 50px;
}
.search_main {
    border-radius: 32px;
    background-color: #5d5d64 !important;
    border: 1px solid #777 !important;
    max-width: 40vw;
    color: #fff !important;
    padding-left: 8px !important;
}
.search_main::placeholder {
    color: #ddd;
}
.search_main_cancel {
    position: absolute;
    right: 2px;
    top: 8px;
}
.input_extra_field {
    position: absolute;
    right: 15px;
    top: 26px;
}
.input_extra_field.inline {
    right: 2px;
    top: 4px;
}
.input_extra_field.extra_left {
    right: inherit;
    left: 2px;
}
.input_extra_field .small_tag {
    width: 12px;
    height: 12px;
    margin-top: 8px;
}

@media (min-width: 1024px) {
    .live_search_box.opened {
        left: 40%;
        width: 60%;
    }
}
.live_search_close {
    position: fixed;
    top: 55px;
    right: 6px;
    display: block;
    width: 48px;
    height: 48px;
    border-radius: 24px;
    background-color: #fff;
    font-size: 36px;
    line-height: 48px;
    text-align: center;
    z-index: 3;
}
