﻿

html {
    /* background-color: #e2e2e2;*/
    margin: 0;
    padding: 0;
}

body {
    background-color: #fff;
    /*border-top: solid 10px #000;*/
    color: #333;
    font-size: .85em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
}

.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
    pointer-events: none;
}

.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events: none;
}

a {
    color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}

    a:link, a:visited,
    a:active, a:hover {
        color: #1e5469;
    }

    a:hover {
        /*background-color: #c7d1d6;*/
    }

header, footer, hgroup,
nav, section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }

/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    max-width: 960px;
}

#body {
    background-color: #efeeef;
    clear: both;
    padding-bottom: 35px;
}

.main-content {
    /*background: url("../Images/accent.png") no-repeat;*/
    padding-left: 10px;
    padding-top: 1px;
}

.featured + .main-content {
    background: url("../Images/heroAccent.png") no-repeat;
}

header .content-wrapper {
    padding-top: 20px;
}

footer {
    clear: both;
    
    font-size: 0.8em;
    height: 55px;
    padding: 15px;
}


/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin: 0;
}

    .site-title a, .site-title a:hover, .site-title a:active {
        background: none;
        color: #c8c8c8;
        outline: none;
        text-decoration: none;
    }


/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: .85em;
    margin: 0 0 10px;
    text-align: right;
}

    #login a {
        background-color: #327ab7;
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
        font-size: 14px;
        font-weight: 900;
        color: white;
        /* width: 250px !important; */
        padding-left: 20px;
        padding-right: 20px;
    }

        #login a.username {
            background: none;
            margin-left: 0px;
            text-decoration: underline;
        }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }


/* menu
----------------------------------------------------------*/
ul#menu {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
        padding-left: 15px;
        padding-right: 10px;
    }

        ul#menu li a {
            background: none;
            color: #999;
            text-decoration: none;
            font-size: 12px;
        }

            ul#menu li a:hover {
                color: #333;
                text-decoration: none;
            }


/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: #fff;
}

    .featured .content-wrapper {
        background-color: #7ac0da;
        background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
        background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        color: #3e5667;
        padding: 20px 40px 30px 40px;
    }

    .featured hgroup.title h1, .featured hgroup.title h2 {
        color: #fff;
    }

    .featured p {
        font-size: 1.1em;
    }

/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

    hgroup.title h1, hgroup.title h2 {
        display: inline;
    }

    hgroup.title h2 {
        font-weight: normal;
        margin-left: 3px;
    }

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }

        ol.round li.zero {
            background: url("../Images/orderedList0.png") no-repeat;
        }

        ol.round li.one {
            background: url("../Images/orderedList1.png") no-repeat;
        }

        ol.round li.two {
            background: url("../Images/orderedList2.png") no-repeat;
        }

        ol.round li.three {
            background: url("../Images/orderedList3.png") no-repeat;
        }

        ol.round li.four {
            background: url("../Images/orderedList4.png") no-repeat;
        }

        ol.round li.five {
            background: url("../Images/orderedList5.png") no-repeat;
        }

        ol.round li.six {
            background: url("../Images/orderedList6.png") no-repeat;
        }

        ol.round li.seven {
            background: url("../Images/orderedList7.png") no-repeat;
        }

        ol.round li.eight {
            background: url("../Images/orderedList8.png") no-repeat;
        }

        ol.round li.nine {
            background: url("../Images/orderedList9.png") no-repeat;
        }

/* content */
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

.label {
    font-weight: 700;
}

/* login page */
#loginForm {
    border-right: solid 2px #c8c8c8;
    float: left;
    width: 50%;
    padding: 10px;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom: 5px;
    }

fieldset.open-auth-providers {
    margin-top: 15px;
}

    fieldset.open-auth-providers button {
        margin-bottom: 12px;
    }

/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

label {
    display: block;
    font-size: 13px;
    font-weight: 600;
}

    label.checkbox {
        display: inline;
    }

input, textarea {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    /*font-size: 1.2em;*/
    margin: 5px 0 6px 5px;
    padding: 5px;
    /*width: 290px;*/
}

textarea {
    font-family: inherit;
    width: 500px;
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

input[type="checkbox"] {
    background: transparent;
    border: inherit;
    width: auto;
}

input[type="submit"],
input[type="button"],
button {
    /*background-color: #d3dce0;*/
    border: 1px solid #787878;
    cursor: pointer;
    font-size: 1.2em;
    font-weight: 600;
    padding: 7px;
    margin-right: -5px;
    width: auto;
}

td input[type="submit"],
td input[type="button"],
td button {
    font-size: 1em;
    padding: 4px;
    margin-right: 4px;
}

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

/* tables
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    /*margin-top: 0.75em;*/
    border: 0 none;
}

th {
    font-size: 1.2em;
    text-align: left;
    border: none 0px;
    padding-left: 0;
}

    th a {
        display: block;
        position: relative;
    }

        th a:link, th a:visited, th a:active, th a:hover {
            color: #333;
            font-weight: 600;
            text-decoration: none;
            padding: 0;
        }

        th a:hover {
            color: #000;
        }

    th.asc a, th.desc a {
        margin-right: .75em;
    }

        th.asc a:after, th.desc a:after {
            display: block;
            position: absolute;
            right: 0em;
            top: 0;
            font-size: 0.75em;
        }

        th.asc a:after {
            content: '▲';
        }

        th.desc a:after {
            content: '▼';
        }

td {
    padding: 0.25em 2em 0.25em 0em;
    border: 0 none;
}

tr.pager td {
    padding: 0 0.25em 0 0;
}



/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {

    /* header
    ----------------------------------------------------------*/
    header .float-left,
    header .float-right {
        float: none;
    }

    /* logo */
    header .site-title {
        margin: 10px;
        text-align: center;
    }

    /* login */
    #login {
        font-size: .85em;
        margin: 0 0 12px;
        text-align: center;
        background-color: #e80c4d;
        float: right;
        width: 75px;
    }

        #login ul {
            padding: 0;
        }

        #login li {
            display: inline;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        #login a {
            background: none;
            color: white;
            font-weight: 600;
            margin: 2px;
            padding: 0;
        }

            #login a:hover {
                color: #333;
            }

    /* menu */
    nav {
        margin-bottom: 5px;
    }

    ul#menu {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        ul#menu li {
            margin: 0;
            padding: 0;
        }


    /* main layout
    ----------------------------------------------------------*/
    .main-content,
    .featured + .main-content {
        background-position: 10px 0;
    }

    .content-wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }

    .featured .content-wrapper {
        padding: 10px;
    }

    /* page content */
    article, aside {
        float: none;
        width: 100%;
    }

    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            padding-left: 10px;
            margin: 25px 0;
        }

            ol.round li.zero,
            ol.round li.one,
            ol.round li.two,
            ol.round li.three,
            ol.round li.four,
            ol.round li.five,
            ol.round li.six,
            ol.round li.seven,
            ol.round li.eight,
            ol.round li.nine {
                background: none;
            }

    /* features */
    section.feature {
        float: none;
        padding: 10px;
        width: auto;
    }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }

    /* forms */
    input {
        width: 90%;
    }



    /* login page */
    #loginForm {
        border-right: none;
        float: none;
        width: auto;
    }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }

    #socialLoginForm {
        margin-left: 0;
        float: none;
        width: auto;
    }

    /* footer
    ----------------------------------------------------------*/
    footer .float-left,
    footer .float-right {
        float: none;
    }

    footer {
        text-align: center;
        height: auto;
        /*padding: 10px 0;*/
        height: 80px;
    }

        footer p {
            margin: 0;
        }
}
/* END: Mobile Styles */







body {
    margin: 0;
}

.page-content {
    width: 100%;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}

.wizard-v3-content {
    background: #fff;
    width: 780px;
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin: 110px 0;
    font-family: 'Roboto', sans-serif;
    position: relative;
    display: flex;
    display: -webkit-flex;
}

    .wizard-v3-content .wizard-form {
        width: 100%;
    }

.wizard-form .wizard-header {
    text-align: center;
    padding: 40px 0 20px;
}

    .wizard-form .wizard-header .heading {
        color: #333;
        font-size: 32px;
        font-weight: 700;
        margin: 0;
        padding: 13px 0 10px;
    }

    .wizard-form .wizard-header p {
        color: #666;
        font-size: 18px;
        font-weight: 400;
        margin: 0;
    }

.form-register .steps {
    margin-bottom: 33px;
}

    .form-register .steps ul {
        display: flex;
        display: -webkit-flex;
        list-style: none;
        padding-left: 108px;
    }

    .form-register .steps li,
    .form-register .steps li.current {
        outline: none;
        -o-outline: none;
        -ms-outline: none;
        -moz-outline: none;
        -webkit-outline: none;
        position: relative;
    }

        .form-register .steps li .current-info {
            display: none;
        }

        .form-register .steps li a {
            text-decoration: none;
            outline: none;
            -o-outline: none;
            -ms-outline: none;
            -moz-outline: none;
            -webkit-outline: none;
        }

            .form-register .steps li a .title span {
                display: block;
            }

            .form-register .steps li a .title .step-icon {
                width: 60px;
                height: 60px;
                border-radius: 50%;
                -o-border-radius: 50%;
                -ms-border-radius: 50%;
                -moz-border-radius: 50%;
                -webkit-border-radius: 50%;
                background: #ccc;
                margin: 0 auto;
                position: relative;
                outline: none;
                -o-outline: none;
                -ms-outline: none;
                -moz-outline: none;
                -webkit-outline: none;
                color: #fff;
                font-size: 25.6px;
                margin-right: 108px;
            }

            .form-register .steps li a .step-icon i {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                -o-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                -moz-transform: translate(-50%, -50%);
                -webkit-transform: translate(-50%, -50%);
            }

        .form-register .steps li .step-icon::before,
        .form-register .steps li:last-child .step-icon::after {
            position: absolute;
            content: "";
            background: #e5e5e5;
            width: 108px;
            height: 2px;
            top: 50%;
            transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
        }

        .form-register .steps li .step-icon::before {
            right: 100%;
        }

        .form-register .steps li:last-child .step-icon::after {
            left: 100%;
        }

        .form-register .steps li.current a .step-icon,
        .form-register .steps li.current a:active .step-icon,
        .form-register .steps li.done a .step-icon,
        .form-register .steps li.done a:active .step-icon {
            background: #24c1e8;
        }

    .form-register .steps .current .step-icon::before,
    .form-register .steps .current:last-child .step-icon::after,
    .form-register .steps .done .step-icon::before {
        background: #24c1e8;
    }

    .form-register .steps li a .step-text {
        color: #999;
        font-weight: 400;
        font-size: 18px;
        padding: 14px 0 8px;
    }

    .form-register .steps .current .step-text,
    .form-register .steps .done .step-text {
        color: #333;
    }

.form-register .content {
    margin: 0 20px 0 20px;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 35px 55px 55px;
}

    .form-register .content h2 {
        display: none;
    }

    .form-register .content .inner h3 {
        font-size: 22px;
        color: #333;
        font-weight: 700;
        margin: 0;
        padding-bottom: 18px;
        padding-top: 5px;
    }

    .form-register .content .form-total-p-1 .inner h3 {
        padding-bottom: 13px;
        padding-top: 0;
    }

    .form-register .content #form-total-p-3 .inner h3 {
        padding-bottom: 5px;
    }

    .form-register .content .inner h4 {
        font-size: 18px;
        font-weight: 700;
        color: #333;
        margin: 0;
    }

.inner .form-row {
    display: flex;
    margin: 0 -12px;
    position: relative;
    top: 0px;
    left: 5px;
}

.form-row.form-row-date.form-row-date-1 {
    margin-top: 50px;
    margin-bottom: -18px;
}

.inner .form-row .form-holder {
    width: 50%;
    padding: 0 12px;
    margin-bottom: 15px;
    position: relative;
}

    .inner .form-row .form-holder.form-holder-1 {
        width: 84.1%;
    }

    .inner .form-row .form-holder.form-holder-2 {
        width: 100%;
        position: relative;
    }

.inner .form-row .form-row-inner {
    position: relative;
}

.inner .form-row .form-holder .label {
    position: absolute;
    top: -22px;
    left: 5px;
    font-size: 16px;
    font-weight: 700;
    color: #666;
    transform-origin: 0 0;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    height: 21px;
    width: 100%;
}

.inner .form-row .form-holder .border {
    position: absolute;
    bottom: 31px;
    left: 0;
    height: 2px;
    width: 100%;
    background: #6bc734;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform-origin: 0 0;
    transition: all .15s ease;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -o-transition: all .15s ease;
    -ms-transition: all .15s ease;
}

.inner .form-row #radio {
    color: #666;
    font-weight: 400;
    font-size: 16px;
    margin: 8px 12px;
}

.inner .form-row #checkbox {
    margin: 10px 0 28px 11px;
    font-size: 15px;
    color: #666;
    font-weight: 400;
}

.inner .form-row .form-holder label.special-label {
    display: inline-block;
    float: left;
    margin-top: 15px;
    padding-right: 20px;
    color: #666;
    font-size: 16px;
    font-weight: 700;
    width: 90px;
}

.inner .form-row .form-holder label.pay-1-label,
.inner .form-row .form-holder label.pay-2-label {
    /*width: 198px;*/
    width: 31%;
    height: 120px;
    border: 1px solid #e5e5e5;
    display: block;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-right: 15px;
    text-align: center;
    color: #666;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
    padding: 5px;
}

    .inner .form-row .form-holder label.pay-1-label img,
    .inner .form-row .form-holder label.pay-2-label img {
        /*padding-top: 15px;
    padding-bottom: 8px;*/
        padding-top: 15px;
        padding-bottom: 8px;
        padding-right: 20%;
        padding-left: 20%;
    }

.inner .form-row.form-row-date .form-holder select {
    float: left;
    width: 25%;
    margin-right: 20px;
    top: 0px;
    left: 0px;
}

.inner .form-row .form-holder input,
.inner .form-row .form-holder select {
    width: 100%;
    padding: 10px 5px 3px;
    border: none;
    border-bottom: 2px solid #e5e5e5;
    appearance: unset;
    -moz-appearance: unset;
    -webkit-appearance: unset;
    -o-appearance: unset;
    -ms-appearance: unset;
    outline: none;
    -moz-outline: none;
    -webkit-outline: none;
    -o-outline: none;
    -ms-outline: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.inner .form-row .form-holder input {
    /*font-size: 18px;
    color: #333;
    font-weight: 700;*/
}

    .inner .form-row .form-holder input#pay-1,
    .inner .form-row .form-holder input#pay-2 {
        display: none;
    }

.inner .form-row .form-holder select {
    font-size: 15px;
    color: #666;
    /*background: #fff url('../images/wizard_v3_icon_1.png') no-repeat scroll;*/
    z-index: 1;
    cursor: pointer;
    position: relative;
    font-weight: 400;
    margin-bottom: 15px;
    left: 0px;
}

    .inner .form-row .form-holder select:focus {
        border-bottom: 2px solid #24c1e8;
    }

.inner .form-row .form-holder .form-control:focus,
.inner .form-row .form-holder .form-control:valid {
    border-bottom: 2px solid #24c1e8;
    /*margin-top: 0px;*/
}

    .inner .form-row .form-holder .form-control:focus + .label,
    .inner .form-row .form-holder .form-control:valid + .label {
        /*transform: translateY(-20px) scale(1);
	-o-transform: translateY(-20px) scale(1);
	-ms-transform: translateY(-20px) scale(1);
	-moz-transform: translateY(-20px) scale(1);
	-webkit-transform: translateY(-20px) scale(1);*/
        color: #666;
        /*margin-top:20px;*/
    }

    .inner .form-row .form-holder .form-control:focus + .border,
    .inner .form-row .form-holder .form-control:valid + .border {
        transform: scaleX(1);
        -o-transform: scaleX(1);
        -ms-transform: scaleX(1);
        -moz-transform: scaleX(1);
        -webkit-transform: scaleX(1);
    }

.inner .form-row .form-holder input#pay-1:checked + label,
.inner .form-row .form-holder input#pay-2:checked + label,
.inner .form-row .form-holder input#pay-3:checked + label {
    border: 2px solid #666;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
}

.inner .form-row.table-responsive {
    border: none;
    border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 27px 0 -25px;
}

.inner .table-responsive .table {
    width: 100%;
}

.inner .table-responsive tbody {
    text-align: left;
}

.inner .table-responsive tr.space-row > td,
.inner .table-responsive tr.space-row > th {
    padding: 17px 20px 14px;
    border-top: 1px solid #e5e5e5;
}

.inner .table-responsive tr.space-row:last-child > td,
.inner .table-responsive tr.space-row:last-child > th {
    border-bottom: none;
}

.inner .table-responsive tbody th {
    color: #666;
    font-size: 16px;
    font-weight: 400;
    width: 30%;
}

.inner .table-responsive tbody td {
    color: #333;
    font-size: 16px;
    font-weight: 400;
}

.actions ul {
    list-style: none;
    padding-left: 0;
    padding: 0 20px;
    margin: 30px 0;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -o-justify-content: space-between;
    -ms-justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
}

    .actions ul li.disabled {
        opacity: 0;
    }

    .actions ul li {
        padding: 0;
        border: none;
        border-radius: 3px;
        -o-border-radius: 3px;
        -ms-border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        display: inline-flex;
        height: 45px;
        width: 140px;
        justify-content: center;
        -o-justify-content: center;
        -ms-justify-content: center;
        -moz-justify-content: center;
        -webkit-justify-content: center;
        -o-align-items: center;
        -ms-align-items: center;
        -moz-align-items: center;
        -webkit-align-items: center;
        align-items: center;
        background: #24c1e8;
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
        font-weight: 400;
        cursor: pointer;
    }

        .actions ul li:hover {
            background: #1d97b5;
        }

        .actions ul li:first-child {
            background: #999;
            margin-left: 60.9%;
        }

            .actions ul li:first-child:hover {
                background: #666;
            }

        .actions ul li a {
            color: #fff;
            text-decoration: none;
            padding: 13px 34px;
        }

.footermenu {
    background-color: white;
    height: 60px;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    padding: 15px 5px 55px;
    background-color: #e2e2e2;
    /*margin: 20px 20px 2px 20px;*/
}

.prevbutton {
    color: white;
    height: 45px;
    width: 200px !important;
    margin-left: 20px;
    background-color: #327ab7;
    border: 1px solid #ffffff !important;
    border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.nextbutton {
    float: right;
    color: white;
    height: 45px;
    width: 200px !important;
    margin-right: 10px !important;
    background-color: #327ab7;
    /*border: 1px solid #ffffff !important;*/
    border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

/* Responsive */
@media screen and (max-width: 1199px) {
    .wizard-v3-content {
        margin: 180px 20px;
    }
}

@media screen and (max-width: 991px) {
    .form-register .steps ul {
        padding-left: 0;
        justify-content: space-around;
        -o-justify-content: space-around;
        -ms-justify-content: space-around;
        -moz-justify-content: space-around;
        -webkit-justify-content: space-around;
    }

    .form-register .steps li a .title {
        text-align: center;
    }

        .form-register .steps li a .title .step-icon,
        .form-register .steps li a .title .step-icon {
            margin: 0 auto;
        }

            .form-register .steps li a .title .step-icon::before,
            .form-register .steps li:last-child a .title .step-icon::after {
                content: none;
            }

    .actions ul li:first-child {
        margin-left: 0;
    }
}

@media screen and (max-width: 767px) {
    .inner .form-row.form-row-date .form-holder select {
        width: 17.5%;
        margin-right: 20px;
    }

    .inner .form-row .form-holder label.pay-1-label,
    .inner .form-row .form-holder label.pay-2-label {
        margin-bottom: 15px;
        width: 100%
    }
}

@media screen and (max-width: 575px) {
    .wizard-v3-content {
        width: 90%;
    }

    .wizard-form .wizard-header {
        padding: 40px 20px 20px 20px;
    }

    .inner .form-row {
        flex-direction: column;
        -o-flex-direction: column;
        -ms-flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        margin: 0;
    }

        .inner .form-row .form-holder {
            width: 100%;
        }

            .inner .form-row .form-holder.form-holder-1 {
                width: 100%;
            }

        .inner .form-row .form-holder {
            padding: 0;
        }

            .inner .form-row .form-holder label.special-label {
                float: none;
            }

        .inner .form-row.form-row-date .form-holder select {
            float: none;
            width: 100%;
            margin-bottom: 20px;
            margin-right: 0;
            display: block;
        }

    .form-register .steps li a .title .step-icon {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }

    .form-register .steps li a .step-text {
        font-size: 12px;
    }

    .form-register .content {
        padding: 35px 30px 60px;
    }

    .inner .form-row #radio {
        margin-left: -2px;
    }

    .inner .form-row #checkbox {
        margin-left: 0;
    }

    .actions ul li {
        width: 120px;
    }

        .actions ul li a {
            padding: 15px 24px;
        }

    .prevbutton {
        color: white;
        height: 45px;
        width: 120px !important;
        margin-left: 20px;
        background-color: #327ab7;
        border: 1px solid #ffffff !important;
        border-radius: 0px;
        -o-border-radius: 0px;
        -ms-border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }

    .nextbutton {
        float: right;
        color: white;
        height: 45px;
        width: 200px !important;
        margin-right: 10px !important;
        background-color: #327ab7;
        border: 1px solid #ffffff !important;
        border-radius: 0px;
        -o-border-radius: 0px;
        -ms-border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }


    .inner .form-row .form-holder .form-control:focus + .label,
    .inner .form-row .form-holder .form-control:valid + .label {
        /*transform: translateY(-20px) scale(1);
	-o-transform: translateY(-20px) scale(1);
	-ms-transform: translateY(-20px) scale(1);
	-moz-transform: translateY(-20px) scale(1);
	-webkit-transform: translateY(-20px) scale(1);*/
        color: #666;
        margin-top: 20px;
    }

    .inner .form-row .form-holder .form-control:focus, .inner .form-row .form-holder .form-control:valid {
        border-bottom: 2px solid #24c1e8;
        margin-top: 20px;
    }


    #div_sorgula {
        width: 62%;
        margin-left: -75px;
    }
}






.alert {
    /* padding: 10px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 0;*/
    min-height: 45px;
    margin-bottom: 22px;
    overflow: hidden;
    position: relative;
    text-shadow: none;
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear;
    border-radius: 3px;
    text-align: center;
    font-size: 13px;
}
    /* line 16, ../sass/bootstrap/_alerts.scss */
    .alert h4 {
        margin-top: 0;
        color: inherit;
    }
    /* line 23, ../sass/bootstrap/_alerts.scss */
    .alert .alert-link {
        font-weight: bold;
    }
    /* line 28, ../sass/bootstrap/_alerts.scss */
    .alert > p,
    .alert > ul {
        margin-bottom: 0;
    }
        /* line 33, ../sass/bootstrap/_alerts.scss */
        .alert > p + p {
            margin-top: 5px;
        }

/* line 42, ../sass/bootstrap/_alerts.scss */
.alert-dismissable,
.alert-dismissible {
    padding-right: 40px;
}
    /* line 47, ../sass/bootstrap/_alerts.scss */
    .alert-dismissable .close,
    .alert-dismissible .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit;
    }

.alert .close {
    color: #fff;
    line-height: 22px;
    position: absolute;
    right: 10px;
    top: 6px;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
}
    /* line 1028, ../sass/_typography.scss */
    .alert .close:hover {
        color: #fff;
        opacity: 0.8;
        filter: alpha(opacity=80);
        -webkit-transition: opacity .2s linear;
        transition: opacity .2s linear;
    }

/* line 59, ../sass/bootstrap/_alerts.scss */
.alert-success {
    background-color: #738d00;
    border-color: #738d00;
    color: #fff;
}
    /* line 8, ../sass/bootstrap/mixins/_alerts.scss */
    .alert-success hr {
        border-top-color: #5e7400;
    }
    /* line 11, ../sass/bootstrap/mixins/_alerts.scss */
    .alert-success .alert-link {
        color: #e6e6e6;
    }

/* line 63, ../sass/bootstrap/_alerts.scss */
.alert-info {
    background-color: #02a9e0;
    border-color: #02a9e0;
    color: #fff;
}
    /* line 8, ../sass/bootstrap/mixins/_alerts.scss */
    .alert-info hr {
        border-top-color: #0296c7;
    }
    /* line 11, ../sass/bootstrap/mixins/_alerts.scss */
    .alert-info .alert-link {
        color: #e6e6e6;
    }

/* line 67, ../sass/bootstrap/_alerts.scss */
.alert-warning {
    background-color: #f89406;
    border-color: #f89406;
    color: #fff;
    padding: 5px;
}
    /* line 8, ../sass/bootstrap/mixins/_alerts.scss */
    .alert-warning hr {
        border-top-color: #df8505;
    }
    /* line 11, ../sass/bootstrap/mixins/_alerts.scss */
    .alert-warning .alert-link {
        color: #e6e6e6;
    }

/* line 71, ../sass/bootstrap/_alerts.scss */
.alert-danger {
    background-color: #c10841;
    border-color: #c10841;
    color: #fff;
}
    /* line 8, ../sass/bootstrap/mixins/_alerts.scss */
    .alert-danger hr {
        border-top-color: #a90739;
    }
    /* line 11, ../sass/bootstrap/mixins/_alerts.scss */
    .alert-danger .alert-link {
        color: #e6e6e6;
    }














:root {
    --card-line-height: 1.2em;
    --card-padding: 1em;
    --card-radius: 0.5em;
    --color-green: #558309;
    --color-gray: #e2ebf6;
    --color-dark-gray: #c4d1e1;
    --radio-border-width: 2px;
    --radio-size: 1.5em;
}

body {
    background-color: #f2f8ff;
    color: #263238;
    font-family: "Noto Sans", sans-serif;
    margin: 0;
    /*padding: 2em 6vw;*/
}

.grid {
    display: grid;
    grid-gap: 1em;
    margin: 0 auto;
    max-width: 60em;
    padding: 0;
}

@media (min-width: 42em) {
    .grid {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

.card {
    background-color: #fff;
    border-radius: 0.5em;
    position: relative;
}

    .card:hover {
        box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
    }

.radio {
    font-size: inherit;
    margin: 0;
    position: absolute;
    right: 1.2em;
    top: 1.2em;
}

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
    .radio {
        -webkit-appearance: none;
        -moz-appearance: none;
        background: #fff;
        border: 2px solid #e2ebf6;
        border-radius: 50%;
        cursor: pointer;
        height: 1.5em;
        outline: none;
        transition: background 0.2s ease-out, border-color 0.2s ease-out;
        width: 1.5em;
    }

        .radio::after {
            border: 2px solid #fff;
            border-top: 0;
            border-left: 0;
            content: "";
            display: block;
            height: 0.75rem;
            left: 25%;
            position: absolute;
            top: 50%;
            transform: rotate(45deg) translate(-50%, -50%);
            width: 0.375rem;
        }

        .radio:checked {
            background: #327ab7;
            border-color: #327ab7;
        }

    .card:hover .radio {
        border-color: #c4d1e1;
    }

        .card:hover .radio:checked {
            border-color: #327ab7;
        }
}

.plan-details {
    border: 2px solid #e2ebf6;
    border-radius: 0.5em;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    padding: 1em;
    transition: border-color 0.2s ease-out;
    height: 220px; 
}

.card:hover .plan-details {
    border-color: #c4d1e1;
}

.radio:checked ~ .plan-details {
    border-color: #327ab7;
}

.radio:focus ~ .plan-details {
    box-shadow: 0 0 0 2px #c4d1e1;
}

.radio:disabled ~ .plan-details {
    color: #c4d1e1;
    cursor: default;
}

    .radio:disabled ~ .plan-details .plan-type {
        color: #c4d1e1;
    }

.card:hover .radio:disabled ~ .plan-details {
    border-color: #e2ebf6;
    box-shadow: none;
}

.card:hover .radio:disabled {
    border-color: #e2ebf6;
}

.plan-type {
    color: #7f9bbd;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1em;
}

.plan-cost {
    font-size: 13px;
    font-weight: bold;
    padding: 0.5rem 0;
}

.slash {
    font-weight: normal;
}

.plan-cycle {
    font-size: 12px;
    font-variant: none;
    border-bottom: none;
    cursor: inherit;
    text-decoration: none;
}

.hidden-visually {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}


.navbar-collapse.collapse.in {
    display: block !important;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}