/*
    Common 
*/

/*.wizard,
.tabcontrol {
    display: block;
    width: 100%;
    overflow: hidden;
}*/

.steps-account .wizard a,
.steps-account .tabcontrol a {
    outline: 0;
}

.steps-account .wizard ul,
.steps-account .tabcontrol ul {
    list-style: none !important;
    padding: 0;
    margin: 0;
}

.steps-account .wizard ul > li,
.steps-account .tabcontrol ul > li {
    display: block;
    padding: 0;
}

/* Accessibility */
.steps-account .wizard > .steps .current-info,
.steps-account .tabcontrol > .steps .current-info {
    position: absolute;
    left: -999em;
}

.steps-account .wizard > .content > .title,
.steps-account .tabcontrol > .content > .title {
    position: absolute;
    left: -999em;
}

/*
    Wizard
*/

.steps-account .wizard > .steps {
    position: relative;
    display: block;
    width: 100%;
}

.steps-account .wizard.vertical > .steps {
    display: inline;
    float: left;
    width: 30%;
}

.steps-account .wizard > .steps .number {
    display: none;
}

.steps-account .wizard > .steps > ul > li {
    width: 33.33%;
}

/*diff 1 */
.steps-account .wizard > .steps > ul > li,
.steps-account .wizard > .actions > ul > li {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    /*padding: 3px;*/
}

.steps-account .wizard.vertical > .steps > ul > li {
    float: none;
    width: 100%;
}

.steps-account .wizard > .steps a,
.steps-account .wizard > .steps a:hover,
.steps-account .wizard > .steps a:active {
    display: block;
    width: auto;
    /*margin: 0 0.5em 0.5em;*/
    margin: 0 0 0.5em;
    padding: 1em 1em;
    text-decoration: none;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/*diff 2 */
.steps-account .wizard > .steps .disabled a,
.steps-account .wizard > .steps .disabled a:hover,
.steps-account .wizard > .steps .disabled a:active {
    background: #eee;
    color: #aaa;
    cursor: default;
}

/*diff 3*/
.steps-account .wizard > .steps .current a,
.steps-account .wizard > .steps .current a:hover,
.steps-account .wizard > .steps .current a:active {
    background: #2184be;
    color: #fff;
    cursor: default;
}

/*diff 4*/
.steps-account .wizard > .steps .done a,
.steps-account .wizard > .steps .done a:hover,
.steps-account .wizard > .steps .done a:active {
    background: #9dc8e2;
    color: #fff;
}

.steps-account .wizard > .steps .error a,
.steps-account .wizard > .steps .error a:hover,
.steps-account .wizard > .steps .error a:active {
    background: #ff3111;
    color: #fff;
}

/*diff 5*/
.steps-account .wizard > .content {
    display: block;
    position: relative;
    width: auto;
    padding: 0 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.steps-account .wizard.vertical > .content {
    display: inline;
    float: left;
    margin: 0 2.5% 0.5em 2.5%;
    width: 65%;
}

.steps-account .wizard > .content > .body {
    float: left;
    /*position: absolute;
    width: 95%;
    height: 95%;
    padding: 2.5%;*/
    position: relative;
    width: 100%;
    height: 100%;
}

.steps-account .wizard > .content > .body ul {
    list-style: disc !important;
}

.steps-account .wizard > .content > .body ul > li {
    display: list-item;
}

.steps-account .wizard > .content > .body > iframe {
    border: 0 none;
    width: 100%;
    height: 100%;
}

.steps-account .wizard > .content > .body input {
    display: block;
    border: 1px solid #ccc;
    border-radius: 6px;
}

.steps-account .wizard > .content > .body input:focus {
    border-color: #509e2f;
    box-shadow: none;
}

.steps-account .wizard > .content > .body input:focus + .input-group-btn .btn,
.steps-account .btn-default.focus, .steps-account .btn-default:focus, .steps-account .btn-default:active, .steps-account .btn-default.active {
    border-color: #509e2f;
    box-shadow: none;
    outline: none !important;
}

.steps-account .wizard > .content > .body input[type="checkbox"] {
    display: inline-block;
}

.steps-account .wizard > .content > .body input.error {
    background: rgb(251, 227, 228);
    border: 1px solid #fbc2c4;
    color: #8a1f11;
}

.steps-account .wizard > .content > .body label {
    /*display: inline-block;*/
    margin-bottom: 0.3em;
    font-weight: 400;
    font-size: 12px;
}

.steps-account .wizard > .content > .body label.error {
    color: #8a1f11;
    display: inline-block;
    margin-left: 1.5em;
}

.steps-account .wizard > .actions {
    position: relative;
    display: block;
    text-align: right;
    /*width: 100%;*/
    padding: 0 15px;
    /*margin-top: 10px;*/
    float: right;
}

.steps-account .wizard.vertical > .actions {
    display: inline;
    float: right;
    margin: 0 2.5%;
    width: 95%;
}

.steps-account .wizard > .actions > ul {
    /*display: inline-block;*/
    display: block;
    /*text-align: center;*/
    /*text-align: right;*/
}

.steps-account .wizard > .actions > ul > li.disabled {opacity: 0.4}
.steps-account .wizard > .actions > ul > li.disabled a {cursor: default}
.steps-account .wizard > .actions > ul > li:first-child {
    float: left;
}

.steps-account .wizard.vertical > .actions > ul > li {
    margin: 0 0 0 1em;
}

/*diff */
.steps-account .wizard > .actions a,
.steps-account .wizard > .actions a:not(disabled):hover,
.steps-account .wizard > .actions a:active {
    text-align: center;
    width: 130px;
    height: 48px;
    line-height: 48px;
    background: #509e2f;
    color: #fff;
    display: block;
    padding: 0;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    /*border-left: 2px solid #509e2f;*/
    background: -webkit-linear-gradient(right, #97c14e, #42ae49); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #97c14e, #42ae49); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #97c14e, #42ae49); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #97c14e, #42ae49); /* Standard syntax */
}

.steps-account .wizard > .actions > ul > li:first-child a {
	background: none;
    color: #3d5265;
    border: 1px solid #3d5265;
}

.steps-account .wizard > .actions > ul > li:first-child a:hover,
.steps-account .wizard > .actions > ul > li:first-child a:active {
	background: #3d5265;
    color: #fff;
}

/*diff */
.steps-account .panel {
    height: 100%;
}

.steps-account .wizard > .actions a:hover {
    background: #509e2f;
}

/*diff*/
/*.steps-account .wizard > .actions .disabled a,
.steps-account .wizard > .actions .disabled a:hover,
.steps-account .wizard > .actions .disabled a:active
{
    background: #eee;
    color: #aaa;
}*/

/*
    Tabcontrol
*/

.steps-account .tabcontrol > .steps {
    position: relative;
    display: block;
    width: 100%;
}

.steps-account .tabcontrol > .steps > ul {
    position: relative;
    margin: 6px 0 0 0;
    top: 1px;
    z-index: 1;
}

.steps-account .tabcontrol > .steps > ul > li {
    float: left;
    margin: 5px 2px 0 0;
    padding: 1px;

    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.steps-account .tabcontrol > .steps > ul > li:hover {
    background: #edecec;
    border: 1px solid #bbb;
    padding: 0;
}

.steps-account .tabcontrol > .steps > ul > li.current {
    background: #fff;
    border: 1px solid #bbb;
    border-bottom: 0 none;
    padding: 0 0 1px 0;
    margin-top: 0;
}

.steps-account .tabcontrol > .steps > ul > li > a {
    color: #5f5f5f;
    display: inline-block;
    border: 0 none;
    margin: 0;
    padding: 10px 30px;
    text-decoration: none;
}

.steps-account .tabcontrol > .steps > ul > li > a:hover {
    text-decoration: none;
}

.steps-account .tabcontrol > .steps > ul > li.current > a {
    padding: 15px 30px 10px 30px;
}

.steps-account .tabcontrol > .content {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 35em;
    overflow: hidden;
    border-top: 1px solid #bbb;
    padding-top: 20px;
}

.steps-account .tabcontrol > .content > .body {
    float: left;
    position: absolute;
    width: 95%;
    height: 95%;
    padding: 2.5%;
}

.steps-account .tabcontrol > .content > .body ul {
    list-style: disc !important;
}

.steps-account .tabcontrol > .content > .body ul > li {
    display: list-item;
}

.steps-account .radio input {
    width: auto !important;
}

.steps-account .wizard > .content > .body .has-error:after,
.steps-account .wizard > .content > .body .has-passed:after {
    right: 35px !important;
}

.steps-account .loader {
	background-position: top 4px right -4px !important;
}

.panel.info-box {
	max-width: 650px;
	margin: 50px auto 0px;
}
.info-box .panel-body {
	padding: 20px;
	margin: 0px;
}
.info-box h3 {
	font-size: 18px !important;
	margin: 10px 0px !important;
}
.info-box h4 {
	color: #3d5265 !important;
	font-weight: 500 !important;
	margin: 30px 0px !important;
}
.info-box h6 {
	position: relative;
	font-size: 10px;
	color: #959595;
	margin-top: 35px;
	text-align: left;
    padding-left: 30px;
}
.info-box .panel-body a {
	font-size: 16px;
    color: #509e2f;
    text-decoration: underline;
}
.info-box .info, .info-box .warning {
	margin: 0px 30px;
}
.info-box .info:before {
	content: "\e013";
    color: #509e2f;
    font-family: 'Glyphicons Halflings';
    /*line-height: 1;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 50px;
}
.info-box .warning:before {
    position: relative;
    display: inline-block;
    left: -10px;
    content: '';
    width: 42px;
    height: 38px;
    background: url('../images/warning.png') no-repeat;
}
.info-box .step3-icon-attention:before {
	width: 27px;
    height: 23px;
    background-size: 100%;
}
.info-box .step3-icon-info:before {
	left: 0;
}
.info-box .no-data-info {
	padding: 50px 0px;
}

@media only screen and (max-width: 767px) {
	.info-box .email-info {
		margin: 0px;
	}
}

@media only screen and ( max-width: 480px ) {
    .steps-account .wizard > .actions > ul > li a,
    .steps-account .wizard > .actions > ul > li a:hover,
    .steps-account .wizard > .actions > ul > li a.active {
        height: 42px;
        line-height: 42px;
        width: 110px;
    }
}