/* ==========================================================================
                            LIVE-START

This stylesheet file is responsible for styles related with starting point
of the website. These style declarations are used in a "Welcome" page
where user will set his/her account information for the first time after
launching the website.
========================================================================== */
#kopageWizard {
    background: transparent radial-gradient(ellipse farthest-corner at center center , rgba(0, 0, 0, 0.1) 0px, rgba(0, 0, 0, 0.7) 100%);
    transition: all 0.3s ease-out 0s;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    position: fixed;
    z-index:65554;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 15px;
    line-height: 1.5;
}

.curved-container {
    position:relative;
    z-index:2;
    width:700px;
    border-radius:10px;
    margin:2% auto 0;
    text-align:center;
    color:#fff;
    text-shadow:2px 2px 0 rgba(0,0,0,0.3);
    box-shadow:0 0 30px rgba(0,0,0,0.7);
}
.curved-container h2 {
    font-family:Signika,"Helvetica Neue", Helvetica, sans-serif;
    font-size:70px;
    line-height:100px;
    color:#fff;
    padding:0;
    margin:0;
}
.curved-container h2 small {
    text-transform: none;
    display:block;
    font-size:20px;
    line-height:50px;
    margin-top:-30px;
    color:#fff;
    opacity:0.7;
    text-shadow:0 2px 10px rgba(0,0,0,0.7);
}
.curved-text2{
    font-size:3vw;
    color:rgba(255,255,255,0.7);
}

.progressbarHolder {
    box-shadow:0 0 30px rgba(0,0,0,0.7);
    position:relative;
    z-index:1;
}

#kopageWizardBox {
    background:#fff;
    border-radius:10px;
    width:700px;
    margin:0 auto;
}

#msform {
    width: 700px;
    margin: -15px auto;
    text-align: center;
    position: relative;
    z-index:1;
    color: #333;
}
#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 10px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
    padding: 20px 30px;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    z-index:0;
    margin-top:-15px;
    position: absolute;
}
#msform p {
    text-align:left;
    padding: 10px 0 10px;
    margin:0;
    clear:both;
    color: #666;
}
#msform fieldset:not(:first-of-type) {
    display: none;
}
#msform input, #msform textarea {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    color: #2C3E50;
    font-size: 15px;
}
#msform input.input-size-1 {
    width: 30%;float:left;
}
#msform input.input-size-2 {
    width: 68%;float:right;
}
#msform input.input-size-3,.input-size-3 {
    width: 49%;float:left;
}
#msform input.input-size-4,.input-size-4 {
    width: 49%;float:right;
}
#msform input.input-size-5-a {
    width: 33%;float:left;
}
#msform input.input-size-5-b {
    width: 32%;float:left;margin-left:5px;
}
#msform input.input-size-5-c {
    width: 33%;float:right;
}
#msform .action-button {
    min-width: 100px;
    width: auto;
    background: #27AE60;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
    background: #1865C5;
    background: linear-gradient(to bottom, #36A8F3 0%,#37ACF5 4%,#1865C5 100%);
}

#msform .action-button:hover, #msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #1865C5;
}

#msform .action-button.next, #msform .action-button.submit {
    float:right;
}
#msform .action-button.previous{
    float:left;
    background: #707070;
    background: linear-gradient(to bottom, #707070 0%,#707070 4%,#6B6B6B 100%);
}

.fs-title {
    font-size: 15px;
    text-transform: uppercase;
    color: #2C3E50;
    margin-bottom: 10px;
}

.fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}

#progressbar {
    overflow: hidden;
    counter-reset: step;margin:0;padding:0
}

#progressbar li {
    list-style-type: none;
    color: white;
    text-transform: uppercase;
    font-size: 11px;
    width: 25%;
    float: left;
    position: relative;
    text-shadow:1px 1px 3px rgba(0,0,0,0.8);
}

#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 30px;
    line-height: 30px;
    display: block;
    font-size: 14px;
    color: #333;
    background: white;
    border-radius: 3px;
    position:relative;
    z-index: 2;
    margin: 0 auto 5px auto;
    text-shadow:1px 1px 1px rgba(0,0,0,0.3)
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 5px;
    background: rgba(255,255,255,0.2);
    position: absolute;
    left: -50%;
    top: 13px;
    z-index: 1;
}

#progressbar li:first-child:after {
    content: none;
    width:0;
}

#progressbar li.active:before,  #progressbar li.active:after{
    color: white;
    background: #1865C5;
    background: linear-gradient(to bottom, #36A8F3 0%,#37ACF5 4%,#1865C5 100%);
}

.fs-content {
    text-align:left;
    padding:30px 0 0;
}

form .frame {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}
form .frame input {
    display: none;
}

form .frame label {
    cursor: pointer;
    position: relative;display:inline-block;
    width: 12%;
    height: 30px;
    margin: 0 1px 0;
    background: #369;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 12pt;
    color: #FFF;
    font-smoothing: antialiased;
}
form .frame label.radio {
    border-radius: 0px;
}
form .frame label .fa {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    line-height: 30px;
    text-align: center;
}
form .frame input:checked + label {
    background: #2b5682;
}
form .frame input:checked + label .fa {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

#msform fieldset {
    padding-bottom:80px;
}
.kopageWelcomeButtons {
    box-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
    overflow:auto;
    clear:both;
    position:absolute;
    bottom:0;
    right:0;
    left:0;
}
.kopageWelcomeButtons a {
    width:70%;
    float:right;
    border:0;
    color: #2875ED;
    box-shadow: 1px 0px 0px rgba(0, 0, 0, 0.1) inset;
    border-radius: 0px 0px 10px; text-decoration:none;
    max-width:100%;
    display: inline-block;
    padding: 13px 0px 14px;
    background-color: rgba(0, 0, 0, 0.07);
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.2s ease 0s;
    -moz-user-select: none;
}

.kopageWelcomeButtons a:hover {
    background:#fff;
    text-decoration:none;
}

.kopageWelcomeNext {

}
.kopageWelcomeButtons a.kopageWelcomeInactive {
    color: #444;
    font-weight:normal;
}
.kopageWelcomeButtons a.kopageWelcomeInactive:hover {
    color: #444;
    font-weight:normal;
    background-color: rgba(0, 0, 0, 0.07);
    cursor: default;
}
.kopageWelcomeButtons a.kopageWelcomePrev {
    font-weight:normal;
    width:30%;
    color: #444;
    float:left;
    border-radius: 0px 0px 0px 10px;
}

