 #register_dialog {
    width: 100%; 
}
 .wizard {
    margin: 20px auto;
    background: #fff;
    position: relative;
    width: 90%;
    background-color: transparent;
    border-bottom: 3px solid #5bbfde;
}

.wizard .nav-tabs {
    position: relative;
    margin: 40px auto;
    margin-bottom: 0;
   border-bottom: 3px solid #5bbfde;
    border-top: 3px solid #5bbfde;
    background-color: #213141;
    height: 100%;
}

.wizard > div.wizard-inner {
    position: relative;
    background-color: #f2f2f2;
    border-radius: 0;
    height: 25%;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
    background-color: #5bbfde;
}

.wizard li.active {
    background: #346282;
}

span.round-tab {
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    border-radius: 100px;
 background: #223241;
    border: 2px solid #5d7b9c;
    z-index: 2;
    position: absolute;
    left: 40%;
    top: 7px;
    text-align: center;
    font-size: 25px;
}
span.round-tab i{
    color: #5d7b9d;
}
.wizard li.active span.round-tab {
       background: #346182;
    border: 2px solid #5bc0de

}
.wizard li.active span.round-tab i{
    color: #5bc0de;
}

span.round-tab:hover {
    
    border: 2px solid #fff;
}

.wizard .nav-tabs > li {
    width: 33.33%;
    height: 100%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #5bc0de;
    transition: 0.1s ease-in-out;
}

.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #5bc0de;
}

.wizard .nav-tabs > li a {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

.wizard .nav-tabs > li a:hover {
    background: transparent;
}

.wizard .tab-pane {
    position: relative;
    padding-top: 10px;
}

.wizard h3 {
    margin-top: 0;
}

.inner-form {
    padding: 15px;
    background-color: #0c1826;
    height: 75%;
}

.inner-form input {
    margin-bottom: 5px;
    background-color: #000;
    border-radius: 0;
    border-width: 0;
    color: white;
}

.list-inline >li {
    padding-right: 0px !important;
}
.tall {
     margin-top: 10px;
}

label {
    margin-bottom: 5px;
    border-radius: 0;
    border-width: 0;
    color: #ff8200;
}

button > span:nth-of-type(1) {
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: line-through;
    position: relative;
    top: -5px;
}
button > span:nth-of-type(2) {
    font-size: xx-small;
    position: relative;
    top: -29px;
}
.payment-icon.paypal {
    background: url(img/cash-management/icon_paypal.png) 10px 0px no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}
.payment-icon.mastercard {
    background: url(img/cash-management/icon_cashcard.png) 10px 0px no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}
.payment-icon.cashcard {
    background: url(img/cash-management/icon_cashcard.png) 10px 0px no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}
.x-button {
    border-radius: 50%;
    background-color: #CC1A1A;
    color: #fff;
    font-size: 24px;
    position: absolute;
    top: -10px;
    right: -10px;
    width: 30px;
    height: 30px;
    z-index: 10;
    box-shadow: 0 4px 4px rgba(0,0,0,0.1);
    opacity: 1;
    text-align: center;
    cursor: pointer;
    line-height: 26px;
}
@media( max-width : 585px ) {

    .wizard {
        width: 90%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }

   
}   

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

.input-group-addon {
    background-color: #346182 !important;
    color: white !important;
    border-color: #296d97 !important;
    border-radius: 0 !important;
}

.prev-step {
    /*background-color: #ff8200 !important;*/
    filter: none !important;
    border-radius: 0px !important;
    border-width: 0px !important;
    font-size: 16px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 5px !important;
    color: #000;
    cursor: pointer;
}

.prev-step:hover, .next-step:hover {
    background-color: #884600 !important;
    color: #e47400;

}

.next-step {
    background-color: #ff8200 !important;
    filter: none !important;
    border-radius: 0px !important;
    border-width: 0px !important;
    font-size: 16px;
    padding-left: 30px;
    padding-right: 30px;
    cursor: pointer;
}

input.text-right {
    /*-webkit-clip-path: polygon(10% 0,100% 0,100% 100%,0 100%)*/
    clip-path: polygon(10% 0,100% 0,100% 100%,0% 100%);
    shape-margin: 20px;
    -webkit-clip-path: polygon(10% 0,100% 0,100% 100%,0% 100%);
    -webkit-shape-margin: 20px;
    border: 1px solid black;
}


input.text-left {
    clip-path: polygon(0 0,100% 0,90% 100%,0% 100%);
    shape-margin: 20px;
    -webkit-clip-path: polygon(0 0,100% 0,90% 100%,0% 100%);
    -webkit-shape-margin: 20px;
    position: absolute;
    float: left;
    border: 1px solid black;

}

#register-dialog .text-right {
    padding-left: 0;
}

#register-dialog .text-left {
    padding-right: 0;
}

.payment-btn {
    height: 35px;
}

.payment-btn > button {
   height: 100% !important;
    border-radius: 0;
    border-width: 0;
    background-color: #53afe8 !important;
    color: white;
    filter: none;
    font-size: 18px;
}

#registration-waiting {
    color: white;
}

#register-dialog span.round-tab {
    width: 60px;
    height: 60px;
    line-height: 60px;
    top: 7px;
    display: inline-block;
    border-radius: 100px;
    border: 2px solid #4c9bd0;
    z-index: 2;
    position: relative;
    text-align: center;
    font-size: 25px;
    margin-left: auto;
    margin-right: auto;
    background: transparent;
    left: 0;
}

#register-dialog span.round-tab i {
    color: inherit;
}

#register-dialog a {
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
    color: inherit;
}

#register-dialog .btn.disabled {
    filter: grayscale(100) !important;
}
#register-dialog .form-signin
{
    color: #53afe9;
}
#register-dialog .form-signin h3.info {
    margin-bottom: 0px;
}

#register-dialog .form-signin p.info {
    margin-bottom: 40px;
    color: inherit;
}