﻿@import url(https://fonts.googleapis.com/css?family=Roboto:400);

.html, body {
    background-color: #eee;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
}

    .html, body::-webkit-scrollbar {
        display: none;
    }

.img {
    overflow-x: hidden;
    overflow-y: visible;
    min-height: 100%;
    min-height: 1024px;
    width: 100vw;
    height: 100vh;
    position: absolute !important;
    top: 90px;
    left: 0;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    margin-bottom: 3em !important;
    background-attachment: fixed !important;
}

.imgBanner {
    overflow-x: hidden;
    overflow-y: visible;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    margin-bottom: 3em !important;
    height: 47em;
    width: 27em;
    background-attachment: local !important;
    background-position-x: center !important;
}

.Space label {
    margin-left: 5px;
}

.Space input {
    margin-left: 5px;
}

.text-center {
    text-align: center;
}

.tr {
    text-align: center;
}

.text-right {
    text-align: right;
}

.tr {
    text-align: right;
}

.loader {
    position: absolute;
    z-index: 1;
    width: 50px;
    height: 50px;
    border: 3px solid #f3f3f3;
    border-radius: 50%;
    border-top: 3px solid #3498db;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}


.LoginGuide {
    z-index: 1;
}

    .LoginGuide in {
        z-index: 1;
    }

.RadioCss {
    width: 2em;
    height: 2em;
}

.modal-backdrop {
    z-index: auto;
}

.onoffswitch {
    position: relative;
    width: 50px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #999999;
    border-radius: 20px;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

    .onoffswitch-inner:before, .onoffswitch-inner:after {
        display: block;
        float: left;
        width: 50%;
        height: 20px;
        padding: 0;
        line-height: 20px;
        font-size: 10px;
        color: white;
        font-family: Trebuchet, Arial, sans-serif;
        font-weight: bold;
        box-sizing: border-box;
    }

    .onoffswitch-inner:before {
        content: "";
        padding-left: 8px;
        background-color: #77C234;
        color: #FFFFFF;
    }

    .onoffswitch-inner:after {
        content: "";
        padding-right: 8px;
        background-color: #E61919;
        color: #FFFFFF;
        text-align: right;
    }

.onoffswitch-switch {
    display: block;
    width: 18px;
    margin: 1px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 26px;
    border: 2px solid #999999;
    border-radius: 20px;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}
/*===========*/
/*CHECKBOX*/
/*===========*/
.checkbox-round {
    width: 1.3em;
    height: 1.3em;
    background-color: white;
    border-radius: 50%;
    vertical-align: middle;
    border: 1px solid gray;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
}

    .checkbox-round:checked {
        background-color: gray;
    }
/*===========*/
/*ZOOMM*/
/*===========*/
.zoom {
    display: inline-block;
    border: 0;
    width: 196px;
    height: 210px;
    position: relative;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);
}

.zoom2 {
    box-shadow: 0px 0px 150px #000000;
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.5);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.5);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.5);
    transition: all 200ms ease-in;
    transform: scale(3);
    position: absolute;
    margin: 3em 0em 0em 5em;
}

.ZoomPizza {
    border: 0;
    width: 56px;
    height: 56px;
    position: relative;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);
}

.Zoom2Pizza {
    z-index: 2;
    /*-webkit-transform: scale(1.5);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.5);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.5);
    transition: all 200ms ease-in;*/
    transform: scale(6);
    position: absolute;
    margin: 0em 0em 0em 20%;
}
/*===========*/
/*MODAL*/
/*===========*/
.ScrollModal {
    position: fixed !important;
    width: 100vw;
}

.ScrollModal2 {
    position: fixed !important;
    width: 100vw;
    overflow-y: auto !important;
}

.ScrollModalAdicionalUnitario {
    position: fixed !important;
    width: 100vw;
}

.ScrollModalAdicionalPizza {
    position: fixed !important;
    width: 100vw;
    overflow-y: auto !important;
}

/*===========*/
/*FACEBOOK*/
/*===========*/
.fb_iframe_widget {
    display: flow-root !important;
    position: relative !important;
    left: 18em !important;
    top: 0em !important;
    background-color: transparent !important;
    opacity: 0 !important;
    z-index: 2 !important;
    /*transform: rotate(90deg) !important;*/
    /*width: 1em !important;
    height: 1em !important;*/
}

    .fb_iframe_widget span {
        display: inline !important;
        position: relative !important;
        text-align: justify !important;
    }
/*===========*/
/*ANIMACOES*/
/*===========*/
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media screen and (max-heigth: 1024px) { /* Specific to this particular image */
    img.bg {
        left: 50%;
        margin-left: -512px; /* 50% */
    }
}

