body, html {
    height: 100%;
    font-family: 'OpenSans-Regular', serif, sans-serif;
    background: #e7eaeb;
}

.page-container {
    background: #aab8a4;
}

h1, h2, h3, h4, h5 {
    font-family: 'OpenSans-Regular', serif, sans-serif;
    font-size: 18px;
}

.h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: 13px;
    color: #666;
}
h5 small.display-block{
    margin-top: 3px;
}


/* Login */
.login-container {
    display: table;
    width: 100%;
    height: 100%;
}

.login-container .page-content {
    display: table-row;
    height: 100%;
}

.login-container .content-wrapper {
    vertical-align: middle;
    display: table-cell;
}

.panel.login-form.panel-body {
    padding: 10px 20px 32px 20px;
}

.login-container .login-form, .login-container .registration-form {
    margin: 0 auto 20px;
}

.login-container .login-form {
    width: 320px;
    border: 1px solid #ddd;
}

.panel-body.login-form{
    position: relative;
}

.panel.login-form{
    margin-bottom: 20px;
    color: #333;
    border-radius: 2px;
}

.login-form .form-group {
    margin: 0;
    padding: 0;
}

.login-form .form-control {
    border: 0;
    border-bottom: 1px dashed #ccc;
    padding: 20px;
    height: 50px;
}

.login-container .form-control-feedback i {
    color: #829aa7;
}
.login-form .form-control-feedback i {
    font-size: 20px;
    margin-top: 14px;
}

.login-form button{
    background: #8eac81;
    margin-top: 22px;
    width: 100%;
    font-size: 18px;
    height: 50px;
    color: #fff;
    text-decoration: none;
    border: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-weight: bold;
}

.login-form button:hover, .login-form button:focus{
    color: white;
}

/* Wizard Section */
body.wizard{
    background-color: #292929 !important;
    font-family: 'Roboto', Serif, sans-serif;
}

#form-wizard {
    padding: 30px 60px;
    background: #eee;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#form-wizard .wizard-title {
    margin: 0 -14px;
    text-align: center;
    color: #565656;
    text-transform: uppercase;
    font-size: 24px;
    padding: 14px;
    font-weight: 600;
}

.stage:before, .stage:after {
    position: absolute;
    background-color: #eaeaea;
    top: 50%;
    margin-top: -39px;
    width: 50%;
    height: 5px;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    content: '';
}

.stage:before {
    left: 0;
}

.stage.current:after, .stage.current:before, .stage.current .stage-header {
    background-color: #5daaa3;
}

.stage.success:after, .stage.success:before, .stage.success .stage-header {
    background-color: #5daaa3;
}

.stage.current .stage-header i, .stage.success .stage-header i {
    color: #ffffff;
}

.stage-container {
    border-bottom: 1px solid #dadada;
    padding: 15px 0 4px;
}

.stage {
    display: inline-block;
    position: relative;
    text-align: center;
    min-height: 112px;
}

.stage .stage-header {
    display: inline-block;
    border: none;
    width: 50px;
    height: 50px;
    background-color: #eaeaea;
    text-align: center;
    font-size: 20px;
    color: #a9a9a9;
    position: relative;
    z-index: 1;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.stage .stage-header > i {
    padding-top: 15px;
}

.stage .stage-title {
    font-size: 15px;
    color: #464646;
    padding-left: 0;
    font-weight: 600;
    text-align: center;
}

.stage .stage-info {
    text-align: center;
    color: #777;
    font-size: 11px;
    line-height: 1.4;
    min-height: 30px;
}

.stage-section .form-header {
    font-size: 20px;
    padding-top: 20px;
    padding-bottom: 36px;
}

.stage-section .form-header .form-title {
    float: left;
    color: #555;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
}

.stage-section .form-header .form-title > i{
    padding-right: 18px;
}

.stage-section .form-wizard {
    padding: 25px 30px;
    border: 1px solid #cacaca;
    background-color: #feffff;
    min-height: 250px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 25px;
}

.stage-section .prev, .stage-section .next {
    position: relative;
    padding-top: 12px;
}

.stage-section .prev {
    float: left;
}

.stage-section .next {
    float: right;
}

.stage-section .prev .button.button-control span, .stage-section .next .button.button-control span  {
    padding: 14px 49px 11px 43px;
}

.stage-section .button.button-control span {
    text-align: left;
    text-transform: none;
    line-height: 1;
}

.stage-section .button span {
    display: inline-block;
    padding: 2px 14px;
    border-radius: 4px;
}

.stage-section .button.button-control span b {
    text-transform: none;
    display: block;
    font-weight: 200;
    line-height: 1;
    font-size: 12px;
    font-family: 'calibriregular', sans-serif;
}

.stage-section .button {
    display: inline-block;
    margin-bottom: 15px;
    padding: 0;
    outline: none;
    color: #fff;
    vertical-align: baseline;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .4);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;
    border: none;
    background-color: #5daaa3;
    border-color: #5daaa3 !important;
    box-shadow: none;
}

.stage-section .prev .button-divider {
    left: 34px;
}

.stage-section .next .button-divider {
    right: 34px;
}

.stage-section .button-divider {
    position: absolute;
    height: 57%;
    width: 1px;
    border-right: 1px solid #cacaca;
    border-left: 1px solid #cacaca;
    top: 14px;
}

.stage-section .prev .button.button-control span:after, .stage-section .next .button.button-control span:after {
    position: absolute;
    font-size: 20px;
    font-family: 'Glyphicons Halflings';
    color: #fff;
    top: 25px;
}

.stage-section .prev .button.button-control span:after {
    left: 9px;
    content:"\e079";
    top: 22px;
}

.stage-section .next .button.button-control span:after {
    right: 9px;
    content:"\e080";
    top: 22px;
}

#form-wizard .form-group input {
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    color: #555555;
    background: white;
    background-image: none;
    height: 34px;
    padding: 6px 12px;
    border: 1px solid #d6d8db;
    border-radius: 0;
}

#form-wizard .form-group input:focus {
    border: 1px solid #d6d8db;
    box-shadow: none;
}

#form-wizard .table {
    font-size: 14px;
}

#form-wizard tbody > tr > td {
    padding: 4px !important;
    line-height: 1 !important;
    border-top: 1px solid #ddd !important;
}

#form-wizard .table .dependence-ok {
    color: #2ecc71;
}

#form-wizard .table .dependence-error {
    color: #e74c3c;
}

