﻿.supporto-resto {
    /* regole base */
    border-radius: 8px;
    border: solid 6px #364758;
    padding: 20px 20px;
    width: 260px;
    z-index: 10000;
    background-color: white;
    box-shadow: 10px 2px 30px 0 #35496A;
}

    .supporto-resto.centered { /* centro schermo */
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin: auto;
    }

    .supporto-resto.right { /* a destra, margin 0 */
        position: fixed;
        top: 200px;
        right: -265px;
        margin: 0px;
        transform: none;
    }

    .supporto-resto b {
        color:#35496A;
        font-size:16px;
    }

.supporto-resto-header {
    font-weight:bold;
    font-size:18px;
    padding:10px 0px;
}

.supporto-resto-toggle {
    background-color: #344657;
    border: solid 3px #364758;
    border-right: none;
    width: 66px;
    height: 56px;
    margin-top: -50px;
    margin-left: -92px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}

    .supporto-resto-toggle:hover {
        border: solid 3px #73d3ff;
        border-right: none !important;
    }

    .supporto-resto-toggle .fa {
        font-size: 26px;
        color: white;
        padding: 12px 13px;
    }

.supporto-resto-body {
    margin-top:-10px;
}

.supporto-resto-importo-resto {
    font-size: 50px;
    font-weight: bolder;
    color: #1ab394;
    text-align: right;
    width:100%;
    line-height:40px;
}

.supporto-resto input[type=text] {
    text-align: right !important;
    font-size: 35px !important;
    width: 100% !important;
    padding: 4px 12px !important;
    border-radius: 4px;
}

    .supporto-resto .col {
        margin-bottom:10px;
    }

    .supporto-resto-comandi{
        padding:20px 20px;
    }

.supporto-resto-comandi .btn {
    height:46px !important;
    padding:10px 40px;
    width:100%;
    margin-bottom:10px;
}