﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
body {
    background-color: #FFF;
    overflow-y: scroll;
}

.cursor{
    cursor:pointer;
}

.no-padding {
    padding: 0;
}

.no-padding-left {
    padding-left: 0;
}

.no-padding-right {
    padding-right: 0;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.p-t-10 {
    padding-top: 10px;
}

#header {
    background-color: #FFF;
}

.topnav {
    overflow: hidden;
    background-color: transparent;
    position: absolute;
    right: 0;
    left: 0;
    z-index: 1030;
    min-height: 50px;
    margin-bottom: 20px;
    max-width: 375px;
    margin: 0 auto;
}

    /* Hide the links inside the navigation menu (except for logo/home) */
    .topnav #items {
        display: none;
        background-color: #424242;
        border-radius: 0 0 20px 20px;
        padding: 50px 0 0;
    }    

    /* Style navigation menu links */
    .topnav a, .topnav button {
        border:none;
        color: #FFF;
        padding: 10px 15px;
        text-decoration: none;
        display: block;
    }

    /* Style the arrow*/
    .topnav .back {
        position: absolute;
        top: 10px;
        left: 0px;
        padding-left: 5px;
        display: none;
    }

    /* Style the hamburger menu */
    .topnav a.icon {
        background: transparent;
        display: block;
        position: absolute;
        right: 0;
        top: 10px;
    }

    /* Add a grey background color on mouse-over */
    .topnav a:hover, .topnav button:hover, .topnav button:active, .topnav button:focus {
        color: #FFF;
        border-color: transparent !important;
        text-decoration: none;
        background-color: transparent;
    }

    .topnav .navbar-toggle .icon-bar {
        background-color: #888;
    }

#items .icon {
    float: left;
    padding: 10px;
    width: 35px;
}

#items i.menu-icon {
    color: #FFF;
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9";
    color: #ccc;
    font-size: 20px;
}

.fa-arrow-left:before {
    color: #ccc;
    font-size: 20px;
}

img#logo {
    margin-top: 15px;
}

a.dropdown-toggle {
    min-width: 160px;
}

ul#userMenu {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 20px 0 !important;
    padding: 10px 15px;
}

.dropdown-menu > li > form {
    color: #333;
    display: block;
    padding: 0 10px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    white-space: nowrap;
}

/*.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
    /*/ * color: #333; * /*/
}

.navbar-default .navbar-link:hover {
    color: #333;
}

.dropdown-menu > li > form:hover, .dropdown-menu > li > form button:hover {
    background: #e5e5e5;
    text-decoration: none;
}

.navbar-link, .navbar-line:hover {
    color: #777;
}
*/
.container {
    width: 375px;
    max-width: 375px;
    margin: auto;
    padding-right: 0;
    padding-left: 0;
}

.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings'; /* essential for enabling glyphicon */
    content: "\e114"; /* adjust as needed, taken from bootstrap.css */
    float: right; /* adjust as needed */
    color: grey; /* adjust as needed */
}

.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080"; /* adjust as needed, taken from bootstrap.css */
}

.panel-heading a:hover, .panel-heading a:active, .panel-heading a:focus {
    text-decoration: none;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

.logo.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1001;
}

.dots {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1001;
}

    .dots img {
        width: 114px;
    }

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.no-padding {
    padding: 0 !important;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

.btn {
    cursor: pointer;
    font-size: 14px;
}

.btn-gopay {
    width: 100%;
    height: 40px;
    text-transform: uppercase;
    font-size: 1rem;
}

.social-media-btn {
    border-color: #fff;
    box-shadow: none !important;
    outline: transparent solid 0;
    border-style: none;
    background: transparent;
    margin-bottom: 15px;
    padding: 0;
}

.btn-submit {
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
    padding: 10px;
}

.btn-social {
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
    padding: 0 7px;
    font-size: 125%;
    background-color: transparent !important;
    height: 40px;
    border-color: #ccc !important;
    cursor: pointer;
    text-align: center;
}

    .btn-social, .btn-social:hover, .btn-social:active, .btn-social:focus {
        color: #333 !important;
        border: none;
    }

        .btn-social span {
            top: 1px;
            padding-left: 20px;
            position: relative;
        }

.btn-primary {
    background-color: #D5A848;
    border-color: #c59c43;
}

    .btn-primary:focus,
    .btn-primary.focus {
        color: #fff;
        background-color: #c59c43;
        border-color: #c59c43;
    }

    .btn-primary:hover {
        color: #fff;
        background-color: #c59c43;
        border-color: #c59c43;
    }

    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #c59c43;
        border-color: #c59c43;
    }

        .btn-primary:active:hover,
        .btn-primary.active:hover,
        .open > .dropdown-toggle.btn-primary:hover,
        .btn-primary:active:focus,
        .btn-primary.active:focus,
        .open > .dropdown-toggle.btn-primary:focus,
        .btn-primary:active.focus,
        .btn-primary.active.focus,
        .open > .dropdown-toggle.btn-primary.focus {
            color: #fff;
            background-color: #c59c43;
            border-color: #c59c43;
        }

    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        background-image: none;
    }

    .btn-primary.disabled:hover,
    .btn-primary[disabled]:hover,
    fieldset[disabled] .btn-primary:hover,
    .btn-primary.disabled:focus,
    .btn-primary[disabled]:focus,
    fieldset[disabled] .btn-primary:focus,
    .btn-primary.disabled.focus,
    .btn-primary[disabled].focus,
    fieldset[disabled] .btn-primary.focus {
        background-color: #c59c43;
        border-color: #c59c43;
    }

#share {
    margin-top: 30px;
    margin-bottom: 30px;
}

    #share i.fab.fa-whatsapp, #share i.far.fa-envelope {
        color: #665;
        cursor: pointer;
    }

        #share i.fab.fa-whatsapp:hover, #share i.far.fa-envelope:hover {
            color: #555;
        }

.full-width {
    width: 100%;
}

.bold {
    font-weight: bold;
}

.uppercase {
    text-transform: uppercase;
}

.checkbox {
    float: left;
}

    .checkbox label {
        padding-left: 5px;
    }

.e-checkbox-wrapper:hover .e-frame.e-check, .e-css.e-checkbox-wrapper:hover .e-frame.e-check {
    background-color: #c59c43 !important;
}

.e-input-group:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left), .e-input-group.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error) .e-input-in-wrap, .e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left), .e-input-group.e-control-wrapper.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error) .e-input-in-wrap, .e-float-input.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error) .e-input-in-wrap, .e-float-input.e-control-wrapper.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error) .e-input-in-wrap {
    border-color: #CCC !important;
}

.e-input-group:not(.e-float-icon-left):not(.e-float-input)::before,
.e-input-group:not(.e-float-icon-left):not(.e-float-input)::after,
.e-input-group.e-float-icon-left:not(.e-float-input) .e-input-in-wrap::before,
.e-input-group.e-float-icon-left:not(.e-float-input) .e-input-in-wrap::after,
.e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input)::before,
.e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input)::after,
.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input) .e-input-in-wrap::before,
.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input) .e-input-in-wrap::after {
    background: #c59c43;
}

.e-float-input.e-input-group:not(.e-float-icon-left) .e-float-line::before,
.e-float-input.e-input-group:not(.e-float-icon-left) .e-float-line::after,
.e-float-input.e-input-group.e-float-icon-left .e-input-in-wrap .e-float-line::before,
.e-float-input.e-input-group.e-float-icon-left .e-input-in-wrap .e-float-line::after,
.e-float-input.e-control-wrapper.e-input-group:not(.e-float-icon-left) .e-float-line::before,
.e-float-input.e-control-wrapper.e-input-group:not(.e-float-icon-left) .e-float-line::after,
.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left .e-input-in-wrap .e-float-line::before,
.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left .e-input-in-wrap .e-float-line::after {
    background: #c59c43;
}

input[type="checkbox"] {
    margin: 1px 0 0px -15px;
}

.checkbox label {
    padding-left: 5px;
}

.e-checkbox-wrapper, .e-css.e-checkbox-wrapper {
    -webkit-tap-highlight-color: transparent;
}

    .e-checkbox-wrapper .e-frame {
        border: 1px solid !important;
        border-color: #e5e5e5;
        height: 15px !important;
        width: 15px !important;
        top: -2px;
        position: relative;
    }

.e-pager .e-currentitem, .e-pager .e-currentitem:hover {
    background: #c59c43;
    color: #fff;
    opacity: 1;
}

.e-grid .e-table, .e-grid .e-gridcontent, .e-pager, .e-pager .e-pagercontainer, .e-grid .e-pager {
    background-color: #F5F5F5 !important;
}

    .e-pager .e-firstpage, .e-pager .e-prevpage, .e-pager .e-firstpagedisabled, .e-pager .e-prevpagedisabled, .e-pager .e-nextpage, .e-pager .e-lastpage, .e-pager .e-nextpagedisabled, .e-pager .e-lastpagedisabled {
        background-color: #F5F5F5 !important;
    }

.e-switch-wrapper .e-switch-on, .e-css.e-switch-wrapper .e-switch-on {
    background-color: #d64113;
    color: #fff;
}

.e-switch-wrapper .e-switch-handle.e-switch-active, .e-css.e-switch-wrapper .e-switch-handle.e-switch-active {
    background-color: #d64113;
}

.row.social-login {
    margin: 15px 0 30px;
}

    .row.social-login .col-xs-4 {
        padding-left: 5px;
        padding-right: 5px;
    }

#page .form-group {
    margin-bottom: 7px;
}

#info {
    background-color: #e6e6e6;
    padding-top: 40px;
}

#page {
    font-size: 13px;
    padding-top: 30px;
    margin: 10px auto;
    background-color: #f5f5f5;
    border-radius: 40px 40px 0 0;
}

    #page .title {
        font-size: 0.98em;
        text-align: center;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 15px;
    }

    #page h3 {
        margin-top: 0;
        font-size: 5.5vw;
        text-align: center;
        margin-bottom: 20px;
        text-transform: uppercase;
        font-weight: bold;
    }

    #page h4 {
        margin-top: 10px;
        font-weight: bold;
        color: #444;
    }

    #page p, #page p {
        margin: 15px 0;
    }

    #page label.control-label {
        margin-bottom: 0;
        color: #333;
        font-weight: bold;
        font-size: 12px;
    }

    #page .form-control {
        background: #fafafa;
        border-bottom: 1px solid #ccc;
        border-top: 1px solid #ccc;
        border-right: 1px solid #ccc;
        border-left: 1px solid #ccc;
        box-shadow: none;
        padding-left: 7px;
        height: 40px;
    }

    #page .form-control.center{
        text-align:center;
    }

    #page .checkbox label {
        padding-left: 20px;
        margin-right: 5px;
        margin-top: 5px;
        font-size: 12px;
    }

.e-float-input, .e-float-input.e-control-wrapper {
    margin-top: 10px;
}

    .e-float-input input, .e-float-input textarea, .e-float-input.e-control-wrapper input, .e-float-input.e-control-wrapper textarea {
        border-top: none;
        border-left: none;
        border-right: none;
        border-radius: 0;
    }

#page .checkbox {
    margin: 0;
}

#page .e-checkbox-wrapper .e-frame.e-check, .e-css.e-checkbox-wrapper .e-frame.e-check {
    background-color: #c59c43;
    border-color: #c59c43 !important;
    color: #fff;
    font-size: 10px;
    line-height: 11px;
}

#page label.e-float-text, .e-float-input label.e-float-text, .e-float-input.e-control-wrapper label.e-float-text, .e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, .e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
    font-size: 12px;
}

#page span.e-input-group.e-control-wrapper.form-control.register.e-date-wrapper {
    padding-top: 3px;
}

#page .step {
    background-color: #c59c43;
    border: 3px solid #c59c43;
    line-height: 20px;
    color: #FFF;
    margin: 0 auto 15px;
    font-size: 10px;
    font-weight: bold;
    opacity: 0.5;
    text-align: center;
}

    #page .step.active {
        opacity: 1;
    }

    #page .step a, #register .step a:hover {
        color: #FFF;
    }

#page #invite {
    text-align: center;
    margin: 30px auto;
}

#page ul {
    padding-left: 17px;
}

#page .panel-title a {
    font-size: 12px;
}

#page .sub {
    font-size: 10px;
    text-align: center;
    margin: 5px 0 25px;
    text-transform: uppercase;
    font-weight: bold;
}

#page .validation-summary-errors ul {
    padding-left: 0px;
}

    #page .validation-summary-errors ul li {
        list-style: none;
    }

#instruction {
    padding: 65px 0 0;
}

#rememberForgot {
    position: relative;
    top: 0px;
}

a.btn-link.forgot-password {
    position: relative;
    top: 5px;
}

#page img.img-responsive.social-icon {
    max-height: 40px;
    cursor: pointer;
}

#page {
    /*margin: 60px auto !important;*/
}

#top {
    padding-top: 50px;
}

.invite-name, .entity-name {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 125%;
    text-align: center;
}

.invite-name {
    font-style: italic;
    text-transform: none;
    font-size: 150%;
    font-family: auto;
}

.entity-name {
    margin-top: 15px;
}

.dot {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #c59c43;
    margin: 0 auto;
}

p.invite-entity {
    margin-bottom: 15px;
}

img.img-responsive.social-icon {
    margin: 0 auto;
    cursor: pointer;
    height: 22px;
}

#logo {
    max-width: 120px;
    margin: 0 auto 10px;
}

.validation-summary-errors {
    display: none;
}

.addon {
    padding: 12px 3px 10px !important;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.3;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 0px solid transparent;
    border-radius: 4px 4px 4px 0;
    left: 0px;
    top: 3px;
}

#consumption {
    margin: 20px -15px 0 !important;
}

input.addon {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.swal2-popup {
    max-width: 92% !important;
    padding: 0 !important;
    left: -8px;
    position: relative !important;
}

.swal2-icon.swal2-warning {
    border-color: #c59c43 !important;
    color: #c59c43 !important;
}

.swal2-content ul {
    padding-left: 0;
}

    .swal2-content ul li {
        list-style: none;
        text-align: center;
        padding-left: 0px;
        font-size: 0.9em;
        max-width: 360px;
        margin: 0 auto 6px;
    }

#emptySpace {
    height: 46px;
    float: left;
}

#emptySpaceNoGas {
    height: 73px;
    float: left;
}

#dashboard p {
    margin: 0;
}

#dashboard h4 {
    font-weight: bold;
    font-size: 16px;
    float: left;
}

#dashboard .row {
    margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {
    #page {
        max-width: 375px;
        width: 375px;
        min-height: 559px;
    }

        #page h3 {
            font-size: 18px;
        }

        #page h4 {
            margin-top: 30px;
        }

        #page #top {
            padding: 0 30px 0;
        }

    .switch label {
        width: 15vw;
        padding: 10px 0 0 0;
        font-size: 0.8vw;
        font-weight: normal;
    }

    .bottom {
        position: relative;
        width: 100%;
        margin: 25px auto 0;
        line-height: 30px;
        height: 30px;
    }    
}

@media only screen and (max-width: 360px) {
    h2 {
        font-size: 25px;
    }

    img#logo {
        max-height: 110px !important;
        /*margin-bottom: -23px;*/
    }

    #instruction {
        padding: 45px 0 0;
    }

    #consumption {
        margin: 5px -15px 0 !important;
    }

    #share {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #top.invitations {
        padding-top: 30px;
    }

    .xs-p-t-10 {
        padding-top: 10px !important;
    }

    .xs-p-t-15 {
        padding-top: 15px !important;
    }

    .xs-p-t-20 {
        padding-top: 20px !important;
    }

    .xs-p-t-25 {
        padding-top: 25px !important;
    }

    .xs-p-t-30 {
        padding-top: 30px !important;
    }

    .xs-m-b-10 {
        margin-bottom: 10px !important;
    }

    .xs-m-t-10 {
        margin-top: 10px !important;
    }
}

@media only screen and (max-width: 767px) {
    body {
        /* Margin bottom by footer height */
        margin-bottom: 40px;
    }

    .container {
        /*padding-left: 0;
        padding-right: 0;*/
    }

    .navbar .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    img#logo {
        max-height: 150px;
    }

    #page {
        padding: 0;
        margin: 0;
    }

        #page h4 {
            margin-top: 10px;
        }

    .switch {
        margin: 5px 0;
    }

        .switch label {
            width: 66vw;
            padding: 10px 0 0 0;
            font-size: 3.6vw;
            font-weight: normal;
        }

    .bottom {
        position: relative;
        bottom: 0;
        width: 100%;
        left: 0;
        line-height: 30px;
        margin-bottom: 30px;
        height: 30px;
        padding: 0 20px;
    }

    .footer {
        height: 40px;
        line-height: 40px; /* Vertically center the text there */
        font-size: 80%;
    }
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}



body {
    /* Margin bottom by footer height */
    margin-bottom: 50px;
}

.footer {
    position: absolute;
    border-top: solid 1px #ccc;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    height: 50px;
    line-height: 50px; /* Vertically center the text there */
    text-align: center;
}

footer a {
    color: #777;
}

footer #footerMenu {
    padding-top: 5px;
    font-size: 12px;
}

    footer #footerMenu .row {
        line-height: 20px;
    }

footer ul {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    width: 162px;
    position: relative;
}

footer li {
    float: left;
}

footer button {
    color: #777 !important;
    padding: 0;
    margin: -2px 0 0 0 !important;
    height: 0px !important;
}

footer .divider {
    margin: 0px 5px;
    float: right;
}
