﻿/***
Import fonts
***/

@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,500,600,700);
/*@import url(//fonts.googleapis.com/css?family=Baloo+2&display=swap);*/
/*@import url(//fonts.googleapis.com/css?family=Roboto:400,300,500,600,700);*/
@font-face {
    font-family: 'billabong';
    src: url('../fonts/Billabong.eot');
    src: url('../fonts/Billabong.eot?#iefix') format('embedded-opentype'), url('../fonts/Billabong.woff') format('woff'), url('../fonts/Billabong.ttf') format('truetype'), url('../fonts/Billabong.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'futura-maxi';
    src: url("../fonts/futura-maxi-cg-bold.otf") format("opentype");
}

body {
    margin: 0px;
    padding: 0px;
    font-family: 'Open Sans', sans-serif;
    color: #292F33;
    background: #4b4743;
    text-align: center;
    font-size: 14px;
}

input {
    -webkit-appearance: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
}

    input[type="checkbox"] {
        -webkit-appearance: checkbox;
        border-radius: 0;
    }

    input[type="radio"] {
        -webkit-appearance: radio;
        border-radius: 0;
    }

div {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

table {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0px;
    margin: 0px;
    border-spacing: 0px;
}

td {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0px;
    margin: 0px;
    border-spacing: 0px;
}


textarea {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    overflow: auto;
}

h1, h2, h3, h4, h5 {
    margin: 0px;
    padding: 0px;
    padding-bottom: 4px;
}

hr {
    margin: 5px 0;
    border: 0;
    border-top: none;
    border-bottom: 1px solid #ccc;
}

/*i {
    color: #8a7970;
    font-size: 13px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-style: italic;
}*/

a:link {
    color: #4798e2;
    text-decoration: none;
}

a:hover {
    color: #4798e2;
    text-decoration: underline;
}

a:visited {
    text-decoration: none;
    color: #4798e2;
}

a.LinkBarra:link {
    text-decoration: none;
    color: #ddd6d3 !important;
}

a.LinkBarra:hover {
    text-decoration: none !important;
    color: #ddd6d3 !important;
}

a.LinkBarra:visited {
    text-decoration: none;
    color: #ddd6d3 !important;
}

a.LinkMenu:link {
    text-decoration: none;
    color: #ddd6d3;
    padding: 10px;
}

a.LinkMenu:hover {
    color: #f1e9e6 !important;
    text-decoration: none !important;
}

a.LinkMenu:visited {
    text-decoration: none;
    color: #ddd6d3;
    padding: 10px;
}

.Corpo {
    /*display: inline-block;*/
    margin: auto;
    text-align: left;
    width: 100%;
    max-width: 900px;
}

.CorpoBody {
    display: inline-block;
    text-align: left;
    width: 100%;
    max-width: 900px;
    border: 1px solid #ddd;
    margin: 20px 10px;
}

.menu {
    color: #4682b4;
    padding: 10px;
    cursor: pointer;
    font-size: 15px;
}

    .menu:hover {
        text-decoration: underline;
    }

.navicon {
    margin-right: 10px;
    margin-left: -10px;
    background: transparent;
    /*margin: 80px auto 40px;*/
    position: relative;
    height: 14px;
    width: 20px;
    display: block;
    z-index: 99;
    -webkit-transition: linear 0.5s all;
    transition: linear 0.5s all;
}

    .navicon:before, .navicon:after {
        background: #fff;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        content: "";
        height: 3px;
        left: 0;
        -webkit-transition: 0.8s ease;
        transition: 0.8s ease;
        width: 25px;
    }

    .navicon:before {
        box-shadow: #fff 0 8px 0 0;
        position: absolute;
        top: 0;
    }

    .navicon:after {
        position: absolute;
        top: 16px;
    }

.navicon--active {
    -webkit-transition: linear 0.5s all;
    transition: linear 0.5s all;
}

    .navicon--active:before {
        box-shadow: transparent 0 0 0 0;
        top: 10px;
        -webkit-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        transform: rotate(225deg);
    }

    .navicon--active:after {
        top: 10px;
        -webkit-transform: rotate(315deg);
        -ms-transform: rotate(315deg);
        transform: rotate(315deg);
    }

.bold {
    font-weight: bold !important;
}

.InputText {
    background-color: #fff;
    padding: 9px 13px;
    font-size: 13px;
    width: 100%;
    min-width: 200px;
    margin: 5px 0px;
    border: #ccc 1px solid;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    box-shadow: 0px 0px 2px #eee inset;
    transition: border 0.2s linear 0s;
    -webkit-transition: border 0.2s linear 0s;
    -moz-transition: border 0.2s linear 0s;
    -o-transition: border 0.2s linear 0s;
    font-family: 'Open Sans', sans-serif;
    border: 1px solid rgba(0,0,0,0.24);
    /*-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.89),inset 0 0px 0 rgba(0,0,0,0.1),inset 0 0px 0 transparent,1px 1px 0px rgba(255,255,255,0.7);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.89),inset 0 0px 0 rgba(0,0,0,0.1),inset 0 0px 0 transparent,1px 1px 0px rgba(255,255,255,0.7);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.89),inset 0 0px 0 rgba(0,0,0,0.1),inset 0 0px 0 transparent,1px 1px 0px rgba(255,255,255,0.7);*/
}

    .InputText:hover, .InputText:focus {
        border-color: #2a5b83 !important;
        outline: none !important;
    }

    .InputText:disabled {
        border: #ccc 1px solid !important;
        background-color: #e2e2e2;
    }

input[type=checkbox]:not(old),
input[type=radio ]:not(old) {
    width: 28px;
    margin: 0;
    padding: 0;
    opacity: 0;
    cursor: pointer;
}

    input[type=checkbox]:not(old) + label,
    input[type=radio ]:not(old) + label {
        display: inline-block;
        margin-left: -28px;
        padding-left: 28px;
        background: url('checks.png') no-repeat 0 0;
        line-height: 24px;
        cursor: pointer;
        object-fit: cover;
        height: 28px;
    }

    input[type=checkbox]:not(old):checked + label {
        background-position: 0 -24px;
    }

    input[type=radio]:not(old):checked + label {
        background-position: 0 -48px;
    }

    input[type=checkbox]:not(old):disabled + label {
        color: #999;
        cursor: not-allowed;
    }

    input[type=radio]:not(old):disabled + label {
        color: #999;
        cursor: not-allowed;
    }

.SelectService {
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background: url("../images/arrow.png") no-repeat 100% 0 #fff;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    color: #555;
    border: 1px solid rgba(0,0,0,0.24);
    /*-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.89),inset 0 0px 0 rgba(0,0,0,0.1),inset 0 0px 0 transparent,1px 1px 0px rgba(255,255,255,0.7);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.89),inset 0 0px 0 rgba(0,0,0,0.1),inset 0 0px 0 transparent,1px 1px 0px rgba(255,255,255,0.7);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.89),inset 0 0px 0 rgba(0,0,0,0.1),inset 0 0px 0 transparent,1px 1px 0px rgba(255,255,255,0.7);*/
}

a.btn {
    line-height: 1.9375;
    font-weight: 500;
    letter-spacing: 0;
    background-color: #4798e2;
    border-width: 0px;
    /*border-bottom: 3px solid #2b73b7;*/
    border-style: solid;
    border-radius: 6px;
    color: white !important;
    cursor: pointer;
    display: inline-block;
    min-width: 30px;
    padding: 5px 15px;
    text-align: center;
    white-space: nowrap;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 50px;
}

    a.btn:hover {
        background-color: #3f8dd4;
        border-color: #1f80c6;
        text-decoration: none;
        color: white !important;
    }

    a.btn[disabled] {
        background-color: #F5F8FA;
        color: white !important;
        background-image: none;
        box-shadow: none;
    }

    a.btn.piccolo {
        /*background: #fff;
        border: 1px solid #d0c4be;*/
        border-radius: 6px;
        padding: 0px 10px;
        /*font-weight: bold;*/
        /*color: #b8b2af !important;*/
    }

    a.btn.grey {
        background: #e0e0e0;
        /*border-bottom: 3px solid #c6c6c6;*/
        color: #413e3c !important;
    }

        a.btn.grey:hover {
            background: #d5d5d5;
        }

    a.btn.green {
        background: #5bac63;
        color: #fff !important;
        cursor: pointer;
    }

        a.btn.green[disabled] {
            background: #999 !important;
            color: #fff !important;
            cursor: default;
        }

        a.btn.green:hover {
            background: #529959;
        }

    a.btn.red {
        background: #e96e67;
        color: #fff !important;
    }

        a.btn.red:hover {
            background: #be322b;
        }

    a.btn.orange {
        background: #f19338;
        /*border-bottom: 3px solid #c68622;*/
        color: #fff !important;
    }

        a.btn.orange:hover {
            background: #e9911f;
        }

    a.btn.orange1 {
        background: #f19338;
        /*border-bottom: 3px solid #c68622;*/
        color: #fff !important;
        font-weight: bold;
    }

        a.btn.orange1:hover {
            background: #e9911f;
        }

    a.btn.pink {
        background-color: #4798e2;
        color: #fff !important;
        padding: 3px 15px;
    }

        a.btn.pink:hover {
            background: #3f8dd4;
        }

.btnActive {
    background-color: #22ba93;
    color: #fff;
    border-radius: 6px;
    padding: 5px;
    margin-bottom: 10px;
    cursor: pointer;
}

    .btnActive:hover {
        background: #3f8dd4;
    }

.btnDisabled {
    background-color: #dfdfdf;
    border-radius: 6px;
    padding: 5px;
    margin-bottom: 10px;
    cursor: pointer;
}

    .btnDisabled:hover {
        background: #3f8dd4;
        color: #fff;
    }

.arancio {
    background-repeat: no-repeat;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
    padding: 8px 16px;
    position: relative;
    text-decoration: none;
    -webkit-appearance: none;
    font-family: 'Open Sans', sans-serif;
    -webkit-appearance: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background-color: #febd5f;
    background-image: none;
    color: #292F33 !important;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
}

    .arancio:hover, .arancio:focus, .arancio:active, .arancio.disabled {
        box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.15) inset;
        text-decoration: none;
        background-color: #FFAC33;
        background-image: none;
        border-color: #EC8B11;
        color: #292F33 !important;
    }

a.btnc {
    /*border: 1px solid #aaa;*/
    border-radius: 2px;
    color: #888 !important;
    padding: 1px 10px;
    text-align: center;
    white-space: nowrap;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    line-height: 1.9375;
    font-weight: 600;
    letter-spacing: 0;
}

    a.btnc:hover {
        /*border: 1px solid #888;*/
        color: #aaa !important;
        text-decoration: none !important
    }

    a.btnc.blu {
        border: 1px solid #1179d0;
        color: #fff !important;
        background-color: #1179d0;
    }

        a.btnc.blu:hover {
            border: 1px solid #3f8dd4;
            background-color: #3f8dd4;
        }

    a.btnc.red {
        border: 1px solid #aaa;
        color: #666 !important;
        background-color: transparent;
    }

        a.btnc.red:hover {
            border: 1px solid #be322b;
            color: #fff !important;
            background-color: #be322b;
        }

#DataListReviews::-webkit-scrollbar-track, #DataListAutolikes::-webkit-scrollbar-track, #DataOrdersAutolikes::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    /*border-radius: 10px;*/
    background-color: #eaeaea;
    border-radius: 0px 6px 6px 0px;
}

#DataListReviews::-webkit-scrollbar, #DataListAutolikes::-webkit-scrollbar, #DataOrdersAutolikes::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
    border-radius: 0px 6px 6px 0px;
}

#DataListReviews::-webkit-scrollbar-thumb, #DataListAutolikes::-webkit-scrollbar-thumb, #DataOrdersAutolikes::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #7d929c;
}

.igcolor {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
    text-decoration: none !important;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}


.thumbnail {
    object-fit: cover;
    width: 100%;
    max-width: 134.8px;
    height: 100%;
    max-height: 134.8px;
}

.thumbnail2 {
    object-fit: cover;
    width: 100%;
    height: 200px;
}


.DivContatto {
    cursor: pointer;
    padding: 10px;
    border-left: 3px solid #0079ad;
}

    .DivContatto:hover {
        background-color: #e4f3fa;
    }

.DivContattoLetto {
    cursor: pointer;
    padding: 10px;
}

    .DivContattoLetto:hover {
        background-color: #e4f3fa;
    }

.DivContattoTerminato {
    cursor: pointer;
    background-color: #dffcdb;
    padding: 10px;
}

    .DivContattoTerminato:hover {
        background-color: #e4f3fa;
    }

.DivContattoRifiutato {
    cursor: pointer;
    background-color: #fce6db;
    padding: 10px;
}

    .DivContattoRifiutato:hover {
        background-color: #e4f3fa;
    }

.DivInstaPhoto {
    display: inline-block;
    margin: 5px;
    border-radius: 5px;
    text-align: center;
    background-color: #efefef;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s linear 0s;
    -moz-transition: background-color 0.2s linear 0s;
    -o-transition: background-color 0.2s linear 0s;
}

    .DivInstaPhoto:hover {
        background-color: #2dabff;
        color: #fff;
    }

.DivInstaPhotoSelected {
    border: 2px solid #2dabff;
    background-color: #2dabff;
    color: #fff;
}

.DivOrder {
    /*background: #fff;*/
    /*border: 1px solid #eaeaea;*/
    border-radius: 6px;
    padding: 7px 7px 5px 7px;
    cursor: pointer;
    vertical-align: middle;
}

    .DivOrder:hover {
        background: #f4f4f4;
    }

.DivNewOrder {
    border: 1px solid #1179d0;
    color: #fff !important;
    background-color: #1179d0;
    border-radius: 6px;
    padding: 10px;
    cursor: pointer;
    margin-bottom: 10px;
    vertical-align: middle;
}

    .DivNewOrder:hover {
        background: #166bb2;
    }

input[type="file"] {
    display: none;
}

.custom-file-upload {
    display: inline-block;
    padding: 0px 12px;
    cursor: pointer;
    color:#3f8dd4
}

.custom-file-upload:hover {
    text-decoration:underline;
}

.Blocco {
    display: inline-block;
}

.BloccoCell {
    display: table-cell;
}

#BloccoRight {
    padding-right: 10px;
}

.BloccoCellNoMobileSiIpad {
    display: table-cell;
}

.BloccoCellNoMobileIpad {
    display: table-cell;
}

.BloccoCellCenter {
    display: table-cell;
}

.BloccoCellBorderBottomMobile {
    display: table-cell;
}

.BloccoBorderRight {
    display: inline-block;
    border-right: 1px solid #ccc;
}

.BloccoCenter {
    display: inline-block;
}

.NoMobileIpad {
    display: inline-block;
}

.SiMobile {
    display: none;
}

.SiMobileIpad {
    display: none;
}

.title {
    font-size: 35px;
}

.subtitle {
    font-size: 18px;
}

.HCategory {
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.35);
    /*border: 1px solid #3d3f46;*/
    height: 110px;
    background-color: #3d3f46;
}

.HCategoryCat {
    background-color: #3d3f46;
    color: #fff;
    padding: 3px;
    text-align: left;
    font-weight: bold;
    position: absolute;
    bottom: 0px;
    width: 100%;
    border-radius: 0px 0px 6px 6px;
    font-size: 16px;
}

.smallCharMobile {
    font-size: 13px;
}

.CenterMobile {
    text-align: left !important;
}

#DataListOrdini::-webkit-scrollbar-track, #DataListChat::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    /*border-radius: 10px;*/
    background-color: #eaeaea;
}

#DataListOrdini::-webkit-scrollbar, #DataListChat::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}

#DataListOrdini::-webkit-scrollbar-thumb, #DataListChat::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #7d929c;
}

@media only screen and (max-width: 900px) {
    .BloccoCellNoMobileSiIpad {
        display: table-cell;
    }

    .NoMobile {
        display: none;
    }

    .NoMobileIpad {
        display: inline-block;
    }

    .SiMobile {
        display: none;
    }

    .SiMobileIpad {
        display: inline-block;
    }

    .BloccoCellNoMobileIpad {
        display: table-cell;
    }
}

@media only screen and (max-width: 750px) {
    body {
        padding: 0px;
        font-size: 13px;
    }

    .CenterMobile {
        text-align:center !important;
    }

    .LogoMaster {
        height: 25px !important;
    }

    h1 {
        font-size: 22px !important;
    }

    .HCategory {
        height: 70px;
    }

    .HCategoryCat {
        background: rgba(43, 46, 50, 0.76);
        padding: 1px;
        font-size: 13px;
    }

    .sottotitolo {
        font-size: 13px !important;
    }

    .NoMobile {
        display: none !important;
    }

    .NoMobileIpad {
        display: none;
    }

    .SiMobile {
        display: inline-block;
    }

    .SiMobileIpad {
        display: none;
    }

    .Blocco {
        width: 100% !important;
        border: none !important;
        margin-right: 0px !important;
        float: none !important;
    }

    .BloccoCell {
        width: 100% !important;
        border: none !important;
        float: none !important;
        display: inline-block !important;
    }

    #BloccoRight {
        padding-right: 0px;
    }

    .BloccoCellNoMobileSiIpad {
        width: 100% !important;
        border: none !important;
        float: none !important;
        display: none;
    }

    .BloccoCellCenter {
        width: 100% !important;
        border: none !important;
        float: none !important;
        display: inline-block !important;
        text-align: center;
    }

    .BloccoBorderRight {
        width: 100% !important;
        margin-right: 0px !important;
        float: none !important;
        border-right: none;
        border-bottom: 1px solid #ccc;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .BloccoCellBorderBottomMobile {
        width: 100% !important;
        float: none !important;
        display: inline-block !important;
        border-bottom: 1px solid #ccc;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .BloccoCenter {
        text-align: center !important;
        width: 100% !important;
        border: none !important;
        margin-right: 0px !important;
        float: none !important;
    }

    .BloccoCellNoMobileIpad {
        display: none !important;
    }

    .menu {
        line-height: 1.9375;
        font-weight: 500;
        letter-spacing: 0;
        background-color: #0070c9;
        background: -webkit-linear-gradient(#61aeea,#237dc4);
        background: linear-gradient(#61aeea,#237dc4);
        border-color: #1f80c6;
        border-width: 1px;
        border-style: solid;
        border-radius: 5px;
        color: white !important;
        cursor: pointer;
        display: inline-block;
        min-width: 30px;
        padding: 5px 15px;
        text-align: center;
        white-space: nowrap;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        width: 100%;
        margin-bottom: 15px;
    }

        .menu:hover {
            background-color: #147bcd;
            background: -webkit-linear-gradient(#6cb6ee,#2788d4);
            background: linear-gradient(#6cb6ee,#2788d4);
            border-color: #1f80c6;
            text-decoration: none;
            color: white !important;
        }

    .CorpoBody {
        display: inline-block;
        text-align: left;
        width: 100%;
        max-width: 900px;
        border: none;
        margin: 0px;
    }

    .title {
        font-size: 25px;
    }

    .subtitle {
        font-size: 14px;
    }

    .TLeftMobile {
        text-align: left !important;
    }

    .smallCharMobile {
        font-size: 12px;
    }

    .chat {
        position: fixed;
        bottom: 0px;
        width: 100%;
        background-color: #fafafa;
        padding-top: 0px !important;
        padding-bottom: 5px;
        padding-right: 20px;
    }
}
