@CHARSET "ISO-8859-1";
@CHARSET "ISO-8859-1";
.regwizard {
    background-color: white;
    padding: 0.2em 0em 0.2em 0.2em;
    width: 100%;
    background-color: #E6E6E6;
}



.regwizard a {
    padding: 20px 10px 20px;
    position: relative;
    display: inline-block;
    text-decoration: none;
    --min-width: 15%;
    margin-left: 3px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    color: #000000;
    background: #E6E6E6;
    cursor: pointer;
}

:lang(ar_SA) .regwizard a {
    font-size: 12px;
}

.resetwizard a {
    min-width: 14%;
    font-size: 13px;
}

.regwizard a:hover {
    text-decoration: none;
    cursor: default
}

:lang(en_US) .regwizard a:first-child {
    margin-left: 0;
}

:lang(ar_SA) .regwizard a:first-child {
    margin-right: 0;
}

:lang(en_US) .regwizard:not(.left-arrow) a:before {
    width: 0;
    height: 0;
    border-top: 30px inset transparent;
    border-bottom: 30px inset transparent;
    border-left: 30px solid #FFFFFF;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
}

:lang(en_US) .regwizard:not(.left-arrow) a:after {
    width: 0;
    height: 0;
    border-top: 30px inset transparent;
    border-bottom: 30px inset transparent;
    border-left: 30px solid #E6E6E6;
    position: absolute;
    content: "";
    top: 0;
    right: -30px;
    z-index: 2;
}

:lang(ar_SA) .regwizard:not(.left-arrow) a:after {
    width: 0;
    height: 0;
    border-top: 30px inset transparent;
    border-bottom: 30px inset transparent;
    border-right: 30px solid #E6E6E6;
    position: absolute;
    content: "";
    top: 0;
    left: -30px;
    z-index: 2;
}

:lang(ar_SA) .regwizard:not(.left-arrow) a:before {
    width: 0;
    height: 0;
    border-top: 30px inset transparent;
    border-bottom: 30px inset transparent;
    border-right: 30px solid #FFFFFF;
    position: absolute;
    content: "";
    top: 0;
    right: 0;
}

:lang(ar_SA) .regwizard a:first-child:before,
:lang(ar_SA) .regwizard a:last-child:after {
    border: none;
}

:lang(en_US) .regwizard a:first-child:before,
:lang(en_US) .regwizard a:last-child:after {
    border: none;
}

:lang(en_US) .regwizard a:first-child {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

:lang(en_US) .regwizard a:last-child {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

:lang(ar_SA) .regwizard a:first-child {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

:lang(ar_SA) .regwizard a:last-child {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

:lang(en_US) .regwizard .badge {
    margin: 0 0px 0 18px;
    position: relative;
    top: -1px;
}

:lang(en_US) .regwizard a:first-child .badge {
    margin-left: 0;
}

:lang(ar_SA) .regwizard .badge {
    margin: 0 18px 0 0px;
    position: relative;
    top: -1px;
}

:lang(ar_SA) .regwizard a:first-child .badge {
    margin-right: 0;
}

.regwizard .current,
.regwizard a.progress-current {
    background: #363636;
    color: #fff;
}

:lang(en_US) .regwizard a.current:after,
:lang(en_US) .regwizard a.progress-current:after {
    border-left-color: #363636 !important;
}

:lang(ar_SA) .regwizard a.current:after,
:lang(ar_SA) .regwizard a.progress-current:after {
    border-right-color: #363636 !important;
}

.regwizard a.current .badge,
.regwizard a.progress-current .badge {
    background-color: #FFFFFF;
    color: #363636;
}

.regwizard a.done .badge {
    background-color: #008580;
    color: #fff;
}


/******INNER WIZARD PAGES**********/

.regist .h3 {
    font-size: 1.5em;
    font-weight: normal;
    padding-bottom: 12px;
    line-height: 28px;
    border-bottom: 1px solid #d0d0d0;
}

.termsContent {
    overflow: auto;
    height: 314px;
    border: 2px solid #d9d9d9;
    padding: 20px 28px;
}

.termsContent h3 {
    font-size: 1.3em;
    margin-bottom: 14px;
    font-weight: normal;
    padding-bottom: 12px;
    line-height: 28px;
    border-bottom: 1px solid #d0d0d0;
}

.termsContent p {
    line-height: 24px;
    padding-bottom: 24px;
    color: #4c4c4c;
    font-size: 1.17em;

}

:lang(en_US) .termsContent p {
    text-align: left;
}

:lang(ar_SA) .termsContent p {
    text-align: right;
}

.iconPrint {
    background: url('../../resources/images/icon-print.png') no-repeat left top;
    display: block;
    padding-left: 32px;
    padding-right: 5px;
    text-decoration: none;
    font-size: 1.2em;
    float: left;
    line-height: 25px;
}

.iconSave {
    background: url('../../resources/images/ico-save.png') no-repeat left top;
    display: block;
    padding-left: 32px;
    padding-right: 5px;
    text-decoration: none;
    font-size: 1.2em;
    line-height: 25px;
}

.checkboxContainer label {
    padding-left: 10px;
    line-height: 24px;
    font-size: 1.167em;
    font-weight: normal
}

:lang(en_US) .formControlInfo {
    text-align: left;
    padding-left: 20px;
    padding-bottom: 10px;
    background: url("../../resources/images/yellow_info_icon.png") no-repeat;
}

:lang(ar_SA) .formControlInfo {
    background: url("../../resources/images/yellow_info_icon.png") no-repeat 100% 0%;
    text-align: right;
    padding-right: 20px;
    padding-bottom: 10px;
}

.regist ul,
.regist li {
    list-style: square;
}

:lang(en_US) .regist ul, .regist li{
     padding-left: 12px;
}

:lang(ar_SA) .regist ul, .regist li{
     padding-right: 12px;
}

.reset ul,
.reset li {
    list-style: circle;
    padding-left: 12px;
    font-size: 12px;
    margin-top: 10px;
}

.reset a {
    text-decoration: underline;
}

.regist .legacy img {
    height: 150px;
}

.regist .success {}

.regist .success img {
    height: 90px;
}

.regist .nya-bs-select {
    width: 100% !important;
}

.regist .h3Header {
    font-size: 1.5em;
    font-weight: normal;
    padding-bottom: 12px;
    line-height: 28px;
    border-bottom: 1px solid #d0d0d0;
}


/* wizard with arrows */

.wizard {
    background-color: white;
    padding: 0.2em 0em 0.2em 0.2em;
}

.wizard a {
    padding: 20px 12px 20px;
    position: relative;
    display: inline-block;
    text-decoration: none;
    min-width: 24.75%;
    margin-left: 3px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    color: #363636;
    background: #E7E7E7;
    cursor: pointer;
}

.wizard a:hover {
    text-decoration: none;
    cursor: default
}

:lang(en_US) .wizard a:first-child {
    margin-left: 0;
}

:lang(ar_SA) .wizard a:first-child {
    margin-right: 0;
}

:lang(en_US) .wizard:not(.left-arrow) a:before {
    width: 0;
    height: 0;
    border-top: 30px inset transparent;
    border-bottom: 30px inset transparent;
    border-left: 30px solid #E7E7E7;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
}

:lang(en_US) .wizard:not(.left-arrow) a:after {
    width: 0;
    height: 0;
    border-top: 30px inset transparent;
    border-bottom: 30px inset transparent;
    border-left: 30px solid #E7E7E7;
    position: absolute;
    content: "";
    top: 0;
    right: -30px;
    z-index: 2;
}

:lang(ar_SA) .wizard:not(.left-arrow) a:after {
    width: 0;
    height: 0;
    border-top: 30px inset transparent;
    border-bottom: 30px inset transparent;
    border-right: 30px solid #E7E7E7;
    position: absolute;
    content: "";
    top: 0;
    left: -30px;
    z-index: 2;
}

:lang(ar_SA) .wizard:not(.left-arrow) a:before {
    width: 0;
    height: 0;
    border-top: 30px inset transparent;
    border-bottom: 30px inset transparent;
    border-right: 30px solid #E7E7E7;
    position: absolute;
    content: "";
    top: 0;
    right: 0;
}

:lang(en_US) .wizard a:first-child:before,
:lang(en_US) .wizard a:last-child:after {
    border: none;
}

:lang(ar_SA) .wizard a:first-child:before,
:lang(ar_SA) .wizard a:last-child:after {
    border: none;
}

:lang(en_US) .wizard a:first-child {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

:lang(en_US) .wizard a:last-child {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

:lang(ar_SA) .wizard a:first-child {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

:lang(ar_SA) .wizard a:last-child {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

:lang(en_US) .wizard .badge {
    margin: 0 0px 0 18px;
    position: relative;
    top: -1px;
}

:lang(en_US) .wizard a:first-child .badge {
    margin-left: 0;
}

:lang(ar_SA) .wizard .badge {
    margin: 0 18px 0 0px;
    position: relative;
    top: -1px;
}

:lang(ar_SA) .wizard a:first-child .badge {
    margin-right: 0;
}

.wizard .current,
.wizard a.progress-current {
    background: #888888;
    color: #fff;
}

:lang(en_US) .wizard a.current:after,
:lang(en_US) .wizard a.progress-current:after {
    border-left-color: #888888 !important;
}

:lang(ar_SA) .wizard a.current:after,
:lang(ar_SA) .wizard a.progress-current:after {
    border-right-color: #888888 !important;
}

.wizard a.current .badge,
.wizard a.progress-current .badge {
    background-color: #FFFFFF;
    color: #363636;
}

.wizard a.done .badge {
    background-color: #008580;
    color: #fff;
}

.wizard.small {
    /*         margin-bottom: 15px; */
}

.wizard.small a {
    padding: 5px 12px 5px;
}

:lang(en_US) .wizard.small:not(.left-arrow) a:before {
    border-top: 15px inset transparent;
    border-bottom: 15px inset transparent;
    border-left: 15px solid #FFFFFF;
}

:lang(en_US) .wizard.small:not(.left-arrow) a:after {
    border-top: 15px inset transparent;
    border-bottom: 15px inset transparent;
    border-left: 15px solid #E7E7E7;
    right: -15px;
}

:lang(ar_SA) .wizard.small:not(.left-arrow) a:before {
    border-top: 15px inset transparent;
    border-bottom: 15px inset transparent;
    border-right: 15px solid #FFFFFF;
}

:lang(ar_SA) .wizard.small:not(.left-arrow) a:after {
    border-top: 15px inset transparent;
    border-bottom: 15px inset transparent;
    border-right: 15px solid #E7E7E7;
    left: -15px;
}

:lang(ar_SA) .wizard.small a:first-child:before,
:lang(ar_SA) .wizard.small a:last-child:after {
    border: none;
}

:lang(en_US) .wizard.small a:first-child:before,
:lang(en_US) .wizard.small a:last-child:after {
    border: none;
}


/* IE11 border bug fixes... hooray! */

_:-ms-fullscreen,
:root .wizard.small:not(.left-arrow) a:after {
    right: -14px;
}

_:-ms-fullscreen,
:root .wizard:not(.left-arrow) a:after {
    right: -29px;
}
