.strength-container {
    height: 10px;
    width: 100%;
    background: #d5e2e8;
    float: left;
    display: block
}
.triangle-border {
    background: #f2dede none repeat scroll 0 0 !important;
    border: 1px solid #f04040 !important;
    border-radius: 0 !important;
    color: #ccc;
    margin-top: 15px !important;
    padding: 15px;
    position: relative;
    text-align: left;
    width: 100%;
}
.alert{
    border-radius: 0;
}
.error-alert-popup{
    padding:10px 0;
}
.alert-danger{
    border-color:#f04040;
    color:#f04040 !important;
}
.error-alert-popup li{
    text-align: left;
    list-style: none;
    color:#f04040;
}
.error-alert-popup li i{
    color:#f04040;
}
.password-popover .correct {
    border: 0 none !important;
    color: #009530
}
.password-popover .incorrect{
    border: 0 none !important;
    color:#f04040;
}
.progress-striped .progress-bar, .progress-bar-striped {
    background-image: linear-gradient(130deg, rgba(254, 255, 255, 0.5) 25%, transparent 25%, transparent 50%, rgba(254, 255, 255, 0.5) 50%, rgba(254, 255, 255, 0.5) 75%, transparent 75%, transparent) !important;

    background-size: 30px 30px !important;
}

.modal-dialog {
    max-width: 360px;
}

.popover.bottom {
    width: 100% !important;
    margin-left: -90px !important;
    margin-top: 20px !important;
    border-radius: 5px !important;
    box-shadow: 0 3px 3px #e8e8e8 !important;
    border-color: #d5e2e8 !important;
}

.progress-bar-striped {
    background-image: linear-gradient(130deg, rgba(254, 255, 255, 0.5) 25%, transparent 25%, transparent 50%, rgba(254, 255, 255, 0.5) 50%, rgba(254, 255, 255, 0.5) 75%, transparent 75%, transparent) !important;
    background-size: 30px 30px !important
}

.modal-dialog {
    max-width: 360px
}

.form-control {
    border: 1px solid #d5e2e8 !important;
    border-radius: 0 !important;
    height: 40px !important
}

.correct {
    border: 1px solid #047b2a !important;
    color: #047b2a !important;
}

.incorrect {
    border: 1px solid #f04040 !important;
    color: #f04040 !important;
}

.input-group-addon {
    border: 1px solid #d5e2e8 !important;
    border-right: 0 !important
}
.inner-container > h1 {
    color: #fff;
    font-size: 30px;
    text-align: center;
    font-weight: 400;
    margin: 0 0 25px;
}
.form-group button {
    background: #009530;
    color: #fff !important;
    border-color: #009530;
    font-weight: bold !important;
    font-size: 14px !important
}

.register-block header {
    border-bottom: 0 !important;
    font-size: 14px !important;
    margin-bottom: 0 !important;
    padding: 0 0 30px !important;
    color: #546E7A !important;
    max-width: 620px
}

.register-block {
    padding: 50px 65px !important;
}

.reg-footer {
    background: #EEF0F1;
    border-top: 1px solid #D5E2E8;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 10px;
    text-align: center
}

.reg-footer p {
    font-size: 14px;
    color: #0F9B3C !important;
    font-weight: 600;
    margin: 0
}

.reg-footer span {
    color: #fbbc21;
    font-size: 16px
}

.reg-four-div {
    background: #0f9b3c;
    border: 1px solid #45b268;
    border-radius: 10px;
    text-align: center;
    padding: 20px 15px
}

.reg-four-div p {
    color: #fff !important;
    font-size: 13px;
    font-weight: 600;
    margin: 5px 0 0;
    line-height: 1.2
}

.nav-tabs > li {
    border-bottom: 0 !important
}

.wizard {
    background: #fff
}

.wizard .nav-tabs {
    position: relative
}

.wizard > div.wizard-inner {
    position: relative
}

.connecting-line {
    background: #D3D3D3 none repeat scroll 0 0;
    border-radius: 5px;
    height: 10px;
    left: 110px;
    margin: 0 auto;
    position: absolute;
    top: 45%;
    width: 70%;
    z-index: 1
}

.connecting-line .stepfirst {
    background: #047b2a none repeat scroll 0 0;
    border-radius: 5px;
    height: 10px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    top: 0;
    width: 15%;
    z-index: 1
}

.connecting-line .steptwo {
    background: #047b2a none repeat scroll 0 0;
    border-radius: 5px;
    height: 10px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    top: 0;
    width: 45%;
    z-index: 1;
}

.connecting-line .stepthree {
    background: #047b2a none repeat scroll 0 0;
    border-radius: 5px;
    height: 10px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    top: 0;
    width: 76%;
    z-index: 1;
}

.connecting-line .stepfour {
    background: #047b2a none repeat scroll 0 0;
    border-radius: 5px;
    height: 10px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.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;
    margin-left: -20px
}

span.round-tab {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #546e7a;
    border-radius: 100px;
    display: inline-block;
    font-size: 15px;
    height: 35px;
    left: 0;
    line-height: 30px;
    margin: 15px auto;
    position: absolute;
    text-align: center;
    width: 35px;
    z-index: 2
}

span.round-tab i {
    color: #546e7a
}

.wizard li.active span.round-tab {
    background: #fbbc21;
    border: 2px solid #047b2a
}

.wizard li.active span.round-tab i {
    color: #047b2a;
}

.wizard li.done span.round-tab {
    background: #fff;
    border: 2px solid #047b2a;

}

.wizard li.done span.round-tab i {
    color: #047b2a;
}

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

.wizard .nav-tabs > li {
    width: 20%
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0;
    border: 5px solid transparent
}

.header-left {
    width: 17% !important
}

.header-nav {
    width: 83% !important
}

.nav-tabs > li.active > a {
    background: #fff !important;
    outline: 0 !important
}

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

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

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

.wizard h3 {
    margin-top: 0;
}

@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
    }
}

.nav>li.disabled>a:hover, .nav>li.disabled>a:focus {
    cursor: default !important;
}
.gradient-div {
    background: #009530;
    min-height: 510px;
}

.register-block {
    background: #fff;
    border-radius: 30px;
    padding: 20px
}

.register-block-text {
    font-size: 25px;
    color: #333
}

.createx-accountx {
    color: #fbbc21;
    font-size: 28px;
    font-weight: 600;
    margin: 20px 0;
    text-align: center;
}

.form-horizontal .control-label{
    padding-top:8px !important;
    color:#263238 !important;
    font-weight:600 !important;
}
span.red{
    color:#f04040;
}

.test-padding {
    padding-left: 5px;
    padding-right:5px;
}
input[type=checkbox].css-checkbox {
    position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
}

input[type=checkbox].css-checkbox + label.css-label {
    padding-left:26px;
    height:20px;
    display:inline-block;
    line-height:20px;
    background-repeat:no-repeat;
    background-position: 0 0;
    font-size:14px;
    vertical-align:middle;
    cursor:pointer;
    font-weight:600;
    margin-right:25px;

}

input[type=checkbox].css-checkbox:checked + label.css-label {
    background-position: 0 -20px;
}
label.css-label {
    background-image:url('../images/checkbox-green-custom.png');
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}