﻿body, h1, h2, h3, h4, h5, h6, p, a, li {
    font-family: 'Cairo', sans-serif;
}

#main {
    color: red;
    font-size: 0.3em;
}

    #main a {
        font-weight: bold;
        font-family: serif;
    }

        #main a:hover {
            background-color: #eee;
        }

a {
    color: #3498db;
}

html {
    height: 100%;
}

body {
    min-height: 100%;
}

    /*.hero {
    margin-bottom: 80px; } }*/
    .nav-toggle {
        border: 2px solid white;
        border-radius: 50%;
    }

        .nav-toggle span {
            background-color: #ffffff;
            height: 2px;
        }

        .nav-toggle.is-active span {
            background-color: #ffffff;
        }

        .nav-toggle:hover span {
            background-color: #3498db;
        }

    @media screen and (max-width: 768px) {
        .nav-menu .nav-item {
            padding: 40px;
            color: grey;
        }
    }

    .maincolor {
        background-color: #3498db;
        background-image: url('img/bg-join.png');
        background-size: cover;
    }

    .lightcolor {
        color: white;
    }

    .mainfontcolor {
        color: #3498db;
    }

    .formtile {
        box-shadow: 2px 13px 22px rgba(10, 10, 10, 0.1), 0 0 0 0px rgba(10, 10, 10, 0.1);
        padding: 40px;
        border-radius: 24px;
    }

    .input {
        position: relative;
        z-index: 1;
        display: inline-block;
        vertical-align: top;
        height: auto;
        border: none;
    }

    .input__field {
        position: relative;
        display: block;
        float: right;
        padding: 0.8em;
        width: 60%;
        border: none;
        border-radius: 0;
        background: #f0f0f0;
        color: #aaa;
        font-weight: bold;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        -webkit-appearance: none;
        /* for box shadows to show on iOS */
    }

        .input__field:focus {
            outline: none;
        }

    .input__label {
        display: inline-block;
        float: right;
        padding: 0 1em;
        width: 40%;
        color: #6a7989;
        font-weight: bold;
        font-size: 70.25%;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .input__label-content {
        position: relative;
        display: block;
        padding: 0.6em 0;
        width: 100%;
    }

    .graphic {
        position: absolute;
        top: 0;
        left: 0;
        fill: none;
    }

    .icon {
        color: #ddd;
        font-size: 150%;
    }

    /* Hoshi */
    .input--hoshi {
        overflow: hidden;
        box-shadow: none;
    }

    .input__field--hoshi {
        margin-top: 10px;
        padding: 0.5em 0.1em;
        width: 100%;
        background: transparent;
        color: #3498db;
        line-height: 2;
        font-size: 20px;
        font-weight: 200;
    }

    .input__label--hoshi {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 0 0.25em;
        width: 100%;
        height: calc(100% - 1em);
        text-align: left;
        pointer-events: none;
    }

    .input__label-content--hoshi {
        position: absolute;
    }

    .input__label--hoshi::before,
    .input__label--hoshi::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: calc(100% - 10px);
        border-bottom: 1px solid #B9C1CA;
    }

    .input__label--hoshi::after {
        margin-top: 2px;
        border-bottom: 2px solid #3498db;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        -webkit-transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
    }

    .input__label--hoshi-color-1::after {
        border-color: #3498db 200, 100%, 50%;
    }

    .input__label--hoshi-color-2::after {
        border-color: #00ffaa;
    }

    .input__label--hoshi-color-3::after {
        border-color: #ff5500;
    }

    .input__field--hoshi:focus + .input__label--hoshi::after,
    .input--filled .input__label--hoshi::after {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .input__field--hoshi:focus + .input__label--hoshi .input__label-content--hoshi,
    .input--filled .input__label-content--hoshi {
        -webkit-animation: anim-1 0.3s forwards;
        animation: anim-1 0.3s forwards;
    }

    @-webkit-keyframes anim-1 {
        50% {
            opacity: 0;
            -webkit-transform: translate3d(1em, 0, 0);
            transform: translate3d(1em, 0, 0);
        }

        51% {
            opacity: 0;
            -webkit-transform: translate3d(-1em, -40%, 0);
            transform: translate3d(-1em, -40%, 0);
        }

        100% {
            opacity: 1;
            -webkit-transform: translate3d(0, -40%, 0);
            transform: translate3d(0, -40%, 0);
        }
    }

    @keyframes anim-1 {
        50% {
            opacity: 0;
            -webkit-transform: translate3d(1em, 0, 0);
            transform: translate3d(1em, 0, 0);
        }

        51% {
            opacity: 0;
            -webkit-transform: translate3d(-1em, -40%, 0);
            transform: translate3d(-1em, -40%, 0);
        }

        100% {
            opacity: 1;
            -webkit-transform: translate3d(0, -40%, 0);
            transform: translate3d(0, -40%, 0);
        }
    }
    /* Common button styles */
    .button {
        max-width: 250px;
        display: block;
        margin: 1em;
        padding: 1em 2em;
        border: none;
        background: none;
        color: inherit;
        vertical-align: middle;
        position: relative;
        z-index: 1;
        -webkit-backface-visibility: hidden;
        -moz-osx-font-smoothing: grayscale;
    }

        .button:focus {
            outline: none;
        }

        .button > span {
            vertical-align: middle;
        }

    /* Text color adjustments (we could stick to the "inherit" but that does not work well in Safari) */
    .bg-1 .button {
        color: #37474f;
        border-color: #37474f;
    }

    .bg-2 .button {
        color: #ECEFF1;
        border-color: #ECEFF1;
    }

    .bg-3 .button {
        color: #fff;
        border-color: #fff;
    }

    /* Sizes */
    .button--size-s {
        font-size: 14px;
    }

    .button--size-m {
        font-size: 16px;
    }

    .button--size-l {
        font-size: 18px;
    }

    /* Typography and Roundedness */
    .button--text-upper {
        letter-spacing: 2px;
        text-transform: uppercase;
    }

    .button--text-thin {
        font-weight: 300;
    }

    .button--text-medium {
        font-weight: 500;
    }

    .button--text-thick {
        font-weight: 600;
    }

    .button--round-s {
        border-radius: 5px;
    }

    .button--round-m {
        border-radius: 15px;
    }

    .button--round-l {
        border-radius: 40px;
    }

    /* Borders */
    .button--border-thin {
        border: 1px solid;
    }

    .button--border-medium {
        border: 2px solid;
    }

    .button--border-thick {
        border: 3px solid;
    }

    /* Isi */
    .button--isi {
        margin: 10px 0px;
        color: #fff;
        background: #3498db;
        overflow: hidden;
        height: auto;
        line-height: 1;
    }

    .button.is-active,
    .button:focus,
    .button:hover {
        color: #ffffff;
    }

    .button--isi::before {
        content: '';
        z-index: -1;
        position: absolute;
        top: 50%;
        left: 98%;
        margin: -15px 0 0 1px;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: rgba(54, 54, 54, 0.13);
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        -webkit-transform: scale3d(1, 2, 1);
        transform: scale3d(1, 2, 1);
        -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
        transition: transform 0.3s, opacity 0.3s;
        -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
        transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
    }

    .button--isi .button__icon {
        vertical-align: middle;
    }

    .button--isi > span {
        vertical-align: middle;
        font-weight: bold;
    }

    .button--isi:hover::before {
        -webkit-transform: scale3d(9, 9, 1);
        transform: scale3d(9, 9, 1);
    }

    nav {
        background-color: transparent !important;
        padding: 30px;
    }

    .nav-item img {
        max-height: 50px;
    }

    .nav-item a,
    a.nav-item {
        color: #ffffff;
        margin-right: 20px;
    }

    .nav-item-active {
        padding: 0px 20px;
        color: white;
        border-bottom: 2px solid white;
        font-weight: bold;
    }

    a.nav-item:hover {
        color: #1f5a82;
    }

    .info-steps-bar {
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 10;
        -webkit-box-shadow: -1px -6px 38px -8px rgba(0, 0, 0, 0.58);
        -moz-box-shadow: -1px -6px 38px -8px rgba(0, 0, 0, 0.58);
        box-shadow: -1px -6px 38px -8px rgba(0, 0, 0, 0.58);
        padding: 0px;
    }

    a.column.info-step {
        color: grey;
    }

        a.column.info-step:hover {
            color: #3498db;
            font-weight: bold;
        }

    .info-step {
        padding: 30px 0px !important;
    }

    .info-step-active {
        border-top: 2px solid #3498db;
        color: #3498db !important;
        font-weight: bold;
    }

    @media screen and (max-width: 769px) {
        .info-steps-bar {
            position: relative;
        }

        body {
            height: auto !important;
        }
    }
    /*Account types*/
    .sg-Radio-btn > .sg-Radio-input {
        display: none;
    }

    .sg-Radio-btn > .sg-Radio-text {
        display: block;
        margin: 20px 0px;
        padding: 36px;
        border: solid 2px white;
        border-radius: 18px;
        background: tint(grey, 60%);
        cursor: pointer;
        text-align: center;
        font-size: 20px;
        color: white;
        font-weight: bold;
        text-transform: uppercase;
    }

    .sg-Radio-btn .sg-Radio-input:checked ~ .sg-Radio-text {
        background: white !important;
        border: none;
        box-shadow: 2px 13px 22px rgba(10, 10, 10, 0.1), 0 0 0 0px rgba(10, 10, 10, 0.1);
        color: #3498db;
    }

    .select {
        width: 100%;
        border-bottom: 1px solid #B9C1CA;
        padding: 10px;
        height: auto;
        padding-bottom: 4px;
        margin-top: 12px;
    }

        .select select {
            border: none;
            width: 100%;
            background: transparent;
            font-size: 18px;
            color: #3498db;
            font-weight: 300;
            padding: 0px;
        }

        .select:after {
            border: 1px solid #3498db;
            border-right: 0;
            border-top: 0;
        }

    .checkbox-pd-20 {
        padding: 20px 0px;
        font-size: 12px;
    }

    .selectlight {
        color: white !important;
    }

    .selectlightarrow:after {
        border-color: white;
    }

    .checkstyled {
        display: block;
    }

    .inputbox {
        position: absolute;
        left: -9999px;
    }

    .inputboxlabel {
        display: inline-block;
        position: relative;
        margin: 10px 0px;
        padding: 15px 26px 15px 56px;
        border: 3px solid #b9b9b9;
        border-radius: 100px;
        color: #b9b9b9;
        background-color: #fff;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
        white-space: nowrap;
        cursor: pointer;
        user-select: none;
        transition: background-color .2s, box-shadow .2s;
        font-weight: bold;
    }

        .inputboxlabel::before {
            content: '';
            display: block;
            position: absolute;
            top: 10px;
            bottom: 10px;
            left: 10px;
            width: 32px;
            border: 3px solid #b9b9b9;
            border-radius: 100px;
            transition: background-color .2s;
        }

        .inputboxlabel:hover,
        input:focus + label.inputboxlabel {
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
        }

    input:checked + label.inputboxlabel {
        background-color: #3498db;
        color: white;
        border: none;
    }

        input:checked + label.inputboxlabel::before {
            background-color: #fff;
            border: white;
        }

    input.inputboxlabel::after {
        display: none;
        /* other styles */
    }

    input:checked + .inputboxlabel::after {
        display: block;
    }

    .input__light {
        background: transparent;
    }

    span.input__light > input {
        color: white;
    }

    .icon-bg {
        background-image: url(../images/id-card.svg);
        background-size: contain;
        height: 300px;
        background-repeat: no-repeat;
        background-position-x: 100px;
        opacity: 0.4;
    }

    .tile-sideicon {
        padding: 0px !important;
    }

    .flexdisplay {
        display: flex;
    }

    .baslineflex {
        align-self: flex-end;
    }

    .expirydate {
        color: #3498db;
        font-weight: bold;
    }

    .membership-status {
        color: #3498db;
    }

    .membership-header {
        padding-bottom: 30px;
        border-bottom: 1px solid #cecece;
    }

    /*header fix */
    .navbar-inverse {
        background: #3498db;
        border-color: transparent;
    }

        .navbar-inverse .navbar-brand {
            color: #ffffff;
            font-weight: 800;
        }

    ul.nav {
        background: transparent;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: white;
    }

        .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
            color: #ffffff;
            background-color: transparent;
            font-weight: 600;
            border-bottom: 1px solid;
        }

    /*home*/

    .hometitle {
        font-size: 2em;
        color: white;
        margin: 10px 0px;
        font-weight: 600;
    }

    .homedesc {
        color: white;
        margin: 20px 0px;
        font-size: 16px;
    }

    .homeicon {
        width: 100px;
        margin-bottom: 10px;
    }

    a:hover {
        text-decoration: none;
    }

    div.form-group > label {
        line-height: 2;
        font-size: 12px;
        padding: 0px;
    }

    input, select {
        max-width: 100% !important;
    }

    .htitlepage {
        font-size: 36px;
        margin-top: 10px;
        margin-right: 20px;
        color: #3498db;
    }

    .htitlepage-split {
        font-size: 20px;
        padding: 20px 0px;
    }

    .k-grid .k-button {
        margin: 0 .16em;
        font-size: 11px;
    }

    .form-horizontal .form-group {
        margin-left: 0px;
        margin-right: 0px;
    }

    p.button > a {
        color: white;
    }

    td > a {
        color: #3498db;
    }

    .k-grid .k-button {
        font-size: 10px;
        padding: 6px;
        color: white;
        background: #3498db;
        border: none;
    }

    .dl-horizontal {
        padding: 20px;
        text-align: center;
    }

    @media (min-width: 768px) {
        .dl-horizontal dt {
            padding: 6px;
            width: auto;
        }
    }

    .btn-default {
        border-radius: 20px;
        padding: 6px 20px;
    }

    .icon-manage {
        font-size: -webkit-xxx-large;
        color: #97CCEF;
        width: 80px;
        height: 80px;
        background: aliceblue;
        margin: auto;
        padding-top: 16px;
        border-radius: 50px;
    }

    .manage-title {
        font-size: x-large;
        margin: 20px 0px;
        color: #3498DB;
    }

    input:focus, a:focus, .btn-default:focus {
        outline: none;
    }

    .modal-footer {
        padding: 0px;
        margin-right: 15px;
        margin-top: 0px;
        text-align: right;
        border: none;
    }

    .table-striped > tbody > tr > td {
        text-align: center;
    }

    .k-grid-header th.k-header {
        text-align: center;
    }
