﻿@@font-face {
    font-family: Optima;
    src: url('../Plugins/Custom.Cosmo.MyGlobo/Content/font/OPTIMA_B.TTF');
}

@font-face {
    font-family: 'аvenue-icons';
    src: url('../font/avenue_font.eot?');
    src: url('../font/avenue_font.eot?#iefix') format('embedded-opentype'), url('../font/avenue_font.ttf?') format('truetype'), url('../font/avenue_font.woff?') format('woff'), url('../font/avenue_font.svg?#аvenue_font') format('svg');
    font-weight: normal;
    font-style: normal;
}

*:before, *:after {
    font-family: 'аvenue-icons';
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
}

html {
    min-height: 100%;
    margin: 0;
}

body {
    font-family: 'Optima';
    margin: 0px;
    min-height: 100%;
    overflow: auto;
    background-color: #f4f4f4;
    overflow: hidden;
}


.landing {
    min-height: 100%;
}

.container {
    background-image: url('../images/SFONDO.png');
    background-repeat: repeat;
    background-size: contain;
    height: 100%;
    width: 600px;
    margin: 0 auto;
}

.form-container {
    width: 100%;
    text-align: center;
    height: 98%;
    overflow-y: auto
}

.form-container.logged {
    width: 100%;
    text-align: center;
    height: 83%;
    overflow-y: auto
}

form {
    display: flex;
    flex-flow: column;
    height: 97%;
    justify-content: space-between;
    width: 100%;
}

.button-home {
    width: 100%;
    text-align: center;
    margin-top: 20px
}

.barcode-container {
    width: 100%;
    text-align: center;
    margin-top: 40px;
}

.button-container {
    width: 100%;
    text-align: center;
    margin-top: 15px;
}

.euro {
    font-size: 36px;
    font-weight: bolder;
}

.euro-small {
    font-size: 24px;
    font-weight: bolder;
}

.logo {
    text-align: center;
}

    .logo img {
        width: 180px;
        margin: 20px auto;
        text-align: center;
    }

.splash {
    /*height: 81%;*/
    height: calc(100% - 150px);
    background-color: #fff;
    width: 88%;
    margin: 30px auto 0 auto;
    box-shadow: -7px 7px 4px #8c8c8c;
    padding-top: 15px;
}

.container-text {
    margin-top: 43px;
    overflow: auto;
    height: calc(100% - 43px);
}

.splash_logo {
    width: 140px;
    height: 19px;
    margin: 0 auto;
    position: absolute;
    left: calc(50% - 70px);
    top: 120px;
}

    .splash_logo img {
        width: 140px;
        position: relative;
        top: -40px;
        margin: 0 auto;
    }

.greentext {
    color: #008e3e;
}

.redtext {
    color: red;
    font-size: 13px;
}

.greytext {
    font-size: 46px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    color: #c8c8c8;
}

.input > label {
    margin-left: 5px;
    font-weight: 600;
    color: #444;
}

.points {
    float: left;
    width: 50%;
    text-align: center;
    font-size: 30px;
    padding-top: 25px;
}

.a1 {
    font-size: 12px;
    text-align: center;
    padding: 20px 0px;
}


.box {
    float: left;
    width: 32%;
    text-align: center;
    padding-top: 20px;
}

    .box img {
        width: 50%;
    }

.mini {
    color: #c8c8c8;
    font-size: 9px;
    line-height: 2;
}

.button {
    background-color: #f30000;
    color: #fff;
    padding: 6px 33px;
    border-radius: 5px;
    font-size: 14px;
    text-decoration: none;
}

.small {
    color: #c8c8c8;
    font-size: 11px;
}

.minilogo {
    float: left;
    width: 16%;
    margin: 0 5px;
}

select[name="DateOfBirthDay"] {
    width: 56px;
}



.field-validation-error {
    font-size: 9px;
    color: red;
}


.title {
    width: 100%;
    text-align: center;
    padding: 20px 0;
    font-weight: bold;
    font-size: 20px;
}


.greytext {
    font-size: 46px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    font-weight: 600;
    color: #c8c8c8;
}

.points {
    float: left;
    width: 50%;
    text-align: center;
    font-size: 32px;
    padding-top: 25px;
}

.a1 {
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    padding: 20px 0px;
}

.divider {
    height: 2px;
    background-color: #c8c8c8;
    width: 60%;
    margin: 5px auto 10px;
}

    .divider.green {
        background-color: #008e3e;
    }


.box {
    float: left;
    width: 32%;
    text-align: center;
    padding-top: 20px;
}

    .box img {
        width: 50%;
    }

.small {
    color: #c8c8c8;
    font-size: 11px;
}

.labels {
    float: left;
    min-width: 150px;
    margin-left: 15px;
    font-weight: 600;
    color: #848484
}

.input {
    width: 100%;
    height: 39px;
}

    .input input {
        border-color: #008e3e;
        border-width: 1px;
        border-radius: 5px;
    }

        .input input[type="text"], .input input[type="password"], .input input[type="email"], .input input[type="tel"] {
            width: 210px;
        }

.date-picker-wrapper {
    float: left;
}

    .date-picker-wrapper select {
        margin-right: 5px;
        border-color: #008e3e;
        border-width: 1px;
        border-radius: 5px;
    }

.required {
    color: red;
}

.forcheckbox {
    color: #848484;
}

.barcode-box img {
    height: 50px;
}

.card {
    background-image: url('../images/CARD.png');
    background-repeat: no-repeat;
    background-size: contain;
    height: 90px;
    width: 400px;
    margin: 50px auto;
    padding-top: 165px;
}

.voucherContainer {
    margin: 0 auto;
    width: 80% !important;
    height: 350px !important;
}

.voucherbox {
    width: 60px !important;
}

.money-value {
    font-size: 24pt;
    height: 40px;
    padding-top: 15px;
}

.footer-container {
    width: 100%;
    height: 100px;
    margin: 25px 0px;
}

.footer-container-text {
    float: left;
    width: 82%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.validation {
    width: 23%;
    float: right;
}

.register-button {
    width: 100%;
    text-align: center;
}

.h2.generalTitle {
    margin-top: 80px;
}

.forgot-password {
    font-size: 12px;
    width: 100%;
    text-align: center;
    padding: 20px 0;
    font-weight: bold;
}

.password-recovery-label {
    font-size: 12px;
    margin: 0 auto;
    width: 60%;
}

.password-recovery-button {
    background-image: url('/Plugins/Custom.Cosmo.MyGlobo/Content/images/RECOVERY.png');
    height: 40px;
    width: 180px;
    background-size: contain;
    border: 0px;
}

.password-recovery-confirm-button {
    background-image: url('/Plugins/Custom.Cosmo.MyGlobo/Content/images/CONFERMA.png');
    height: 40px;
    width: 180px;
    background-size: contain;
    border: 0px;
}

.send-barcode-button {
    background-image: url('/Plugins/Custom.Cosmo.MyGlobo/Content/images/EMAIL.png');
    height: 40px;
    width: 180px;
    background-size: contain;
    border: 0px;
}

.save-barcode-button {
    background-image: url('/Plugins/Custom.Cosmo.MyGlobo/Content/images/SALVA.png');
    height: 40px;
    width: 180px;
    background-size: contain;
    border: 0px;
}

.inputs {
    text-align: left;
}

.captcha-box {
    width: 50%;
    margin: 0 auto;
    padding: 5px 0px;
}

.buttons.mini {
    float: left;
    width: 50%;
}

    .buttons.mini > .send-barcode-button {
        background-image: url('/Plugins/Custom.Cosmo.MyGlobo/Content/images/EMAIL-MINI.png');
        width: 91px;
        height: 36px;
    }

    .buttons.mini > .save-barcode-button {
        background-image: url('/Plugins/Custom.Cosmo.MyGlobo/Content/images/SALVA-MINI.png');
        width: 91px;
        height: 36px;
    }

@media all and (max-width: 600px) {
    .form-container {
        width: 100%;
        text-align: center;
        height: 98%;
        overflow-y: auto;
    }

    .splash {
        height: calc(100% - 150px);
        background-color: #fff;
        width: 88%;
        margin: 00px auto 0 auto;
        box-shadow: -7px 7px 4px #8c8c8c;
        padding-top: 15px;
    }

    .input input {
        border-color: #008e3e;
        border-width: 1px;
        border-radius: 5px;
        font-size: 20px;
    }

    .password-recovery-label {
        font-size: 14px;
        margin: 0 auto;
        width: 60%;
        padding-top: 70px;
    }

    .splash_logo {
        width: 140px;
        height: 19px;
        margin: 0 auto;
        position: absolute;
        left: calc(50% - 50px);
        top: 110px;
    }

        .splash_logo img {
            width: 100px;
            position: relative;
            top: -40px;
            margin: 0 auto;
        }

    .button-container {
        display: none;
    }

    .welcome-container {
        margin-bottom: 15px;
    }

    .welcome {
        font-size: 22px;
    }

    .welcomeName {
        font-size: 26px;
    }

    .container {
        width: 100%;
    }

    .points {
        font-size: 20px;
    }

    .euro-small {
        font-size: 18px;
    }

    .divider {
        margin: 5px auto 10px;
    }

    .box {
        float: inherit;
        width: 100%;
    }

    .minilogo {
        display: none;
    }

    .mini {
        font-size: 9px;
        line-height: 2;
    }

    .input input[type="text"], .input input[type="password"], .input input[type="email"], .input input[type="tel"] {
        width: 95%;
    }

    .footer-container {
        width: 93%;
        height: 100px;
        margin: 25px auto;
    }

    .footer-container-text {
        width: 100%;
    }

    .labels {
        margin-left: 0;
    }

    .form-fields {
        width: 90%;
        margin: 0 auto;
    }

    .input {
        margin-bottom: 25px;
    }

    .validation {
        width: 100%;
    }

    .labels {
        float: none;
    }

    .input {
        margin-bottom: 0;
    }

    .splash.registrazione {
        overflow: auto;
    }

    .accept-privacy-policy {
        margin: 15px;
    }

    .register-button {
        margin-top: 30px;
    }

    .card {
        padding-top: 36%;
    }

    .form-fields.card {
        margin: 10px auto;
    }

    .barcode-box img {
        height: 100%;
        width: 100%;
    }

    .barcode-box {
        width: 95%;
        height: 45px;
        margin: 0 auto;
    }

    .h2.generalTitle {
        margin-top: 0px;
    }

    .title {
        font-size: 18px;
    }

    .subtitle {
        font-size: 15px;
        text-align: justify;
        width: 90%;
        margin: 0 auto;
    }

    .voucherbox {
        width: auto !important;
    }

    .voucherContainer {
        height: 50%;
    }

    .soglia.vertical {
        padding-top: 11px;
        height: 30px;
    }

    .money-value.vertical {
        height: 70%;
    }

    .voucherbox.vertical {
        height: 40px;
    }

    .image-button {
        width: auto;
        height: 30px;
    }

    .privacy-group {
        text-align: left;
    }





    .form-container {
        width: 100%;
        text-align: center;
        height: 100%;
        overflow-y: auto
    }

    .barcode-container {
        margin-top: 0px;
    }

    #cartImg {
        height: 0.4%;
        margin-top: 15px;
    }

    .soglia.vertical {
        font-size: 10pt;
        width: 25px;
        float: left;
        height: 80%;
        padding-top: 11px;
    }

    .money-value.vertical {
        font-size: 20pt;
        height: 78%;
        float: left;
        width: 65px;
        padding-top: 11px;
    }

    .points-value.vertical {
        font-size: 12pt;
        height: 78%;
        float: left;
        width: 45px;
        word-wrap: break-word;
        padding-top: 0px;
    }

    .points-value.vertical {
        font-size: 12pt;
        height: 78%;
        float: left;
        width: 45px;
        word-wrap: break-word;
        padding-top: 0px;
    }
}




.navbar-header {
    float: none;
    text-align: center;
}

/* top bar */

.navbar {
    /*text-transform: uppercase;*/
    /*background-color: #00001e;*/
    border: none
}

    .navbar a {
        color: #fff;
        font-weight: 300;
        text-decoration: none
    }

.navbar-default .navbar-brand {
    color: #fff;
    font-weight: bold;
    margin: 0;
    line-height: 50px;
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 60px;
    float: none;
}

.icon {
    margin-bottom: 8px;
    margin: 0;
    padding: 15px 15px;
    float: right;
}

.back {
    float: left;
    background-color: #feaf8d;
}

.search {
    background: #fb7b74;
    float: left;
}

.tw {
    background: #3fc6f3
}

.fb {
    background: #0d9be5
}

/* toggle button */

.navbar-toggle {
    border: none;
    color: #fff;
    margin: 0;
    padding: 18px 15px;
    border-radius: 0px;
    float: left;
    display: none;
}

.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #c4c4c4;
}

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }

/* Position where the element is fixed */

.sidebar-offcanvas {
    display: none;
}

.affix {
    top: 50px;
    width: 200px;
}

#affix {
    width: 200px;
    list-style-type: none;
    text-align: left;
    margin: 0px;
    padding-left: 0;
}

.mypoints {
    color: white;
    background-color: rgb(0,147,58);
    font-size: 18px;
    padding: 10px;
}

.logout {
    color: white;
    background-color: rgb(243,1,1);
    font-size: 18px;
    padding: 10px;
    margin-top: 10px !important;
}

.nav li a {
    /*border-bottom: 1px solid #ddd;*/
    color: #7b7a7e;
}

    .nav li a i {
        margin-right: 20px;
    }

/* collapsed sidebar styles */

@media screen and (max-width: 767px) {

    .navbar-toggle {
        display: block;
    }

    .sidebar-offcanvas {
        display: block;
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px;
        }

    .affix {
        position: static;
    }

    #affix {
        width: 100%;
    }

    .sidebar-offcanvas {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        width: 70%;
        z-index: 51;
        margin: 0;
        padding: 0;
        position: fixed;
        top: 50px;
        left: -70%;
        /*height: calc(100% - 50px);*/
        height: 133px;
        background-image: url('../images/SFONDO.png');
        background-size: contain;
    }

        .sidebar-offcanvas ul li {
            margin: 0
        }

            .sidebar-offcanvas ul li a {
                color: #fff;
                padding: 15px 20px;
                margin: 0;
                font-size: 15px;
                /*border-bottom: 1px solid #d6474d*/
            }

                .sidebar-offcanvas ul li a:hover {
                    /*background: #54303a;*/
                    border: none;
                    border-radius: 0
                }

    .nav {
        margin-top: 0px;
    }

        .nav > li > a:hover,
        .nav > li > a:focus {
            /*background-color: #ff625f*/
        }

    .active {
        left: 0;
    }
}


.message-error.validation-summary-errors ul {
    margin: 0px;
}

.message-error.validation-summary-errors li {
    font-size: 12px;
    color: red;
    list-style-type: none;
}