@font-face{
    font-family: 'Muli-regular';
    src: url('../fonts/muli-regular-webfont.eot');
    src: url('../fonts/muli-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/muli-regular-webfont.woff') format('woff'),
         url('../fonts/muli-regular-webfont.ttf') format('truetype'),
         url('../fonts/muli-regular-webfont.svg#webfont') format('svg');
}
html,body {
    font-family: "Muli-regular";
    color: #bdbdbd;
    font-size:14px;
    font-weight: normal;
	-ms-overflow-style:none!important;
}

.input-grid {
    display: table;
    table-layout: auto;
    width: 100%;
}

.input-row {
    display: table-row;
}

.input-expand {
    display: table-cell;
    width: 100%;
    max-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.input-shrink {
    display: table-cell;
    white-space: nowrap;
}

.input-shrink.required-div{
	vertical-align:top;
}

.input-shrink.required-div > .input-left-spacer{
	margin-top:10px;
}

.input-left-spacer {
    width:40px;
}

.input-group{

    margin-top:0px;
    margin-bottom:10px;
    height:51px;
    padding:0;
    border:none;
}

.input-label{
    margin-bottom: 10px;
    height: 44px;
}

.input-group input{
    float:left;
    height:35px;
    margin-left:10px;
    vertical-align: middle;
    margin-top:10px;
    font-size:14px;
    padding:0;
    text-indent:10px;
    border:none;
}

.input-group label{
    float:left;
    height:35px;
    font-weight:normal;
    margin-top:10px;
}

.input-group label p{
    float:right;
    height:100%;
    padding-top:10px;
}

.required {
    display:table-cell;
    vertical-align: middle;
    color:red;
    margin-right: 10px;
}

.input-group.small{
    height:10px;
    margin-bottom:10px;
    font-size:10px;
}

.input-group.small label{
    height:10px;
    margin-top:5px;
}

.input-group.small label p{
    height:10px;
    margin-top:0;
}

.input-group .input-text{
    float:left;
    height:35px;
    margin-left:20px;
    display:table-cell;
    vertical-align: middle;
    font-size:12px;
    margin-top:20px;
}

.input-text.small {
    height:10px;
    margin-top:10px;
    margin-bottom: 10px;
    float:left;
    margin-left:10px;
    display:table-cell;
    vertical-align: middle;
}

input#requestuid {
    background-image: url(../images/user-icon.png);
    background-repeat: no-repeat;
    background-position:left center;
    text-indent: 40px;
    height:35px;
    margin-top: 0px;
    font-size: 1em;
    padding:0;
    margin-top:10px;
}

input#readonlyuid {
    background-image: url(../images/user-icon-ro.png);
	background-color: #d1d1d1;
    background-repeat: no-repeat;
    background-position:left center;
    text-indent: 40px;
    height:35px;
	width: 330px;
    margin-top: 0px;
    font-size: 1em;
    padding:0;
    margin-top:10px;
}

input#password{
    background-image: url(../images/lock-icon.png);
    background-repeat: no-repeat;
    background-position:left center;
    text-indent:40px;
    height:35px;
    font-size:1em;
    margin-bottom:0px;
    padding:0;
    margin-top:10px;
}

input#employeenum, input#nipps, #new_password,#confirm_new_password {
    float:left;
    font-size: 1em;
    border:2px solid transparent;
    width:100%;
    max-width: 337px;
}

.dropdown-menu{
	min-width:0px;
}

ul.dropdown-menu{
    min-height:100px;
}

ul.dropdown-menu li{
    text-align:center;
    color:#000000;
}

ul.dropdown-menu li:hover{
    background-color: #bdbdbd;
}

ul#day-list,ul#month-list,ul#year-list{
    overflow-y:scroll;
    height:110px;
    overflow-x:hidden;
    margin-top:0;
    border:none;
    margin-top:1px;
	-ms-overflow-style:scrollbar;
}

ul#day-list li,ul#month-list li,ul#year-list li{
    text-align:left;
    padding-left:10px;
}

ul#day-list{
    width:51px;
}

ul#month-list{
    width:98px;
	left:4px;
}

ul#year-list{
    width:70px;
    left:3px;
}

.btn-arrow{
    background-image: url(../images/gp-inputArrow.png);
    background-color:#379a83;
    background-repeat:no-repeat;
    height:35px;
	width:35px;
    border-radius:0;
    margin-top:0;
}

input#birthmonth{
    text-indent:0;
    margin-top: 0;
    width:98px;
    text-align: center;
    margin-left:3px;
	position:relative;
}

input#birthyear{
    text-indent:0;
    margin:0;
    width:70px;
    text-align: center;
    margin-left:3px;
}

input#birthday{
    text-indent:0;
    margin-top:0;
    width: 51px;
    text-align: center;
    border-bottom:none;
    border-right:none;
    border-left:none;
}

input#firstname{
    background-color:transparent;
    text-indent: 20px;
    width: 360px;
    font-size: 1.05em;
    margin-top:10px;
    color:#FFFFFF;
}

input#lastname{
    background-color:transparent;
    text-indent: 20px;
    width: 360px;
    font-size: 1.05em;
    margin-top:0;
    color:#FFFFFF;
}

label#label_lastname{
    margin-top:0;
}

.registration-process{
    margin-left: 40px;
    height:35px;
    margin-top:10px;
    position:relative;
    background-image: url("../images/regProcess-back.png");
    background-repeat:no-repeat;
}

.right-button{
	float:right;
}

.active{
    background-image: url("../images/regProcess-front.png");
}

.registration-step{
    position:relative;
    margin-left:0;
    margin-right:0;
    float:left;
}

ul#sector-list, ul#community-list{
    overflow-y:scroll;
    width:210px;
    height:110px;
    overflow-x:hidden;
	-ms-overflow-style:scrollbar;
}

ul#community-list{
    min-height:80px;
    height:90px;
}

div#menu-sector, div#menu-community{
    width:260px;
    height:35px;
}

input#sector, input#community{
    width:210px;
    height:35px;
    margin:0;
    font-size:1em;
}

label#label_sector, label#label_community{
    margin-left:0px;
	margin-right:0;
}

.input-group .input-group{
    margin-left:0;
    margin-right: 5px;
    margin-top:0;
    margin-bottom:0;
    height:35px;
}

.input-group .input-group .input-group{
    float:left;
}

.left-button {
    position:relative;
    float: left;
    margin-left: 40px;
    margin-top: 20px;
    height: 50px;
    width: 148px;
    background-color: #565656;
    text-align: center;
    background-image:url("../images/gp-arrow-left.png");
    background-repeat: no-repeat;
    background-position: 10px center;
}

.right-button, .right-button-alone, .right-button-alone-double {
    position: relative;
    margin-top: 20px;
    height: 50px;
    background-color: #379a83;
    text-align: center;
}
.right-button-alone, .right-button-alone-double {
	width:148px;
}

label#label_email, label#label_confirmemail{
    margin-left:10px;
    margin-top:0px;
    float:left;
}

input#email, input#confirm_email, input#mobile_number{

    font-size:1em;
    margin-top:0px;
    float:left;
}
input#mobile_number{
    width:320px;

}

input#mobile_number{
    background-color: transparent;
    margin-left:20px;
    margin-bottom:0;
    color:#FFFFFF;
}

.subtitle_info, .input-grid {
    padding-left:40px;
    padding-right:20px;
    margin-top:0px;
    font-size:1em;
    margin-bottom:0px;
    height:100%;
}

.subtitle_info h1{
    color: #FFFFFF;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
}

.subtitle{
    font-size: 18px;
    margin-left: 40px;
    margin-top:20px;
}

input#email_confirmation1{
    margin-top:10px;
    background-color: transparent;
    margin-left:50px;
    text-indent:10px;
    width:500px;
    height:35px;
    font-size:1.05em;
    border:none;
    color:#FFFFFF;
    text-align:center;
}

p#email_confirmation1_par{
    color:#FFFFFF;
    text-align:center;
    font-size:1.05em;
    margin-left:auto;
    word-wrap:break-word;
	margin-right:auto;
}

input#email_sentto, input#email_sentto2{
    background-color: transparent;
    border:none;
    width:290px;
    margin-left:0px;
    height:35px;
    margin-top:0;
    color:#FFFFFF;
    font-size:1.2em;
    text-indent:10px;
}

input#email_sentto2{
    margin-top:10px;
    margin-left:150px;
    width:300px;
    font-size:1.2em;
}

.instructions {
    margin-top: 15px;
    margin-left: 40px;
}

.instructions p {
    margin-top: 5px;
}

#content {
    max-width:601px;
    width:100%;
    margin-left: auto ;
    margin-right:auto;
    margin-top:10px;
    min-height: 530px;
    border: 7px solid #ADADAD ;
    border-radius: 7px;
    background-color: #2E2E2E;
    background-image:url("../images/bg-bot-lock.png");
    background-repeat:no-repeat;
    background-position:center bottom;
    height:100%;
    position:relative;
    font-size:14px;
    font-family: "Muli-regular";
    font-weight:normal;
    overflow:hidden;
}

p{
    word-wrap:break-word;
    padding-right:10px;
}

#connect-header-section {
    width: 100%;
    height: 105px;
    background-color: #FFFFFF;
}

#connect-header {
    float: left;
    margin-top: 25px;
    margin-left: 30px;
}

#compass-header {
    float: right;
    margin-top: 20px;
    margin-right: 30px;
}

.clear-both {
    clear: both;
    height:1px;
    margin:0;
    overflow:hidden;
}

.page-title {
    padding-left: 40px;
    margin-top:20px;
    margin-bottom:15px;
    font-size: 30px;
    color: #FFFFFF;
    height: 100%;
}

#error-msg {
    background: #ff0000 url("../images/bang.png") no-repeat;
    width: 100%;
    min-height: 55px;
    visibility: hidden;
    margin-top:10px;
}

.error-msg{
    min-height: 55px;
    background: #ff0000 url("../images/bang.png") no-repeat;
    width: 100%;
    margin-top:10px;
}
.error-msg-text{
    min-height:55px;
    width:100%;
    display:table-cell;
    vertical-align:middle;
}

.error-msg-text p{
    margin:auto;
    color: #FFFFFF;
    padding-left: 40px;
	margin-top:15px;
	margin-bottom:15px;
}

#help-msg {
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #ffffff;
    color: #000000;
    width: 100%;
    visibility: hidden;
    margin-top:10px;
}

.help-msg{
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #ffffff;
    color: #000000;
    width: 100%;
    margin-top:10px;
}

.subinput-text a:link, .subinput-text a:active, .subinput-text a:visited{
    text-decoration:underline;
    color:#BDBDBD;
}

.subinput-text a:hover{
    text-decoration:underline;
    color:white;
}

.subinput-text-login a:link, .subinput-text-login a:active, .subinput-text-login a:visited{
    text-decoration:underline;
    color:#BDBDBD;
}

.subinput-text-login a:hover{
    text-decoration:underline;
    color:white;
}

.error-page-msg {
    position: relative;
    width: 100%;
    height: 20px;
    visibility: hidden;
    margin-bottom:5px;
    padding:0px;
    margin-top:0px;
}

.error-page-msg-text {
    height: 100%;
    margin:10px;
    margin-left:0;
    padding:0;
    margin-top:0px;
    margin-bottom:0px;
    height:100%;
}

.error-page-msg-text p {
	width:300px;
    color: #FFFFFF;
    padding:0;
}

.error-page-img-nipps {
    float:left;
    visibility:hidden;
    margin-left:15px;
    margin-top:10px;
}

.error-page-img-employee {
    visibility:hidden;
    margin-left:15px;
    margin-top:10px;
	float:right;
}

#error-page-img-new-password {
    float:left;
    visibility:hidden;
    margin-left:20px;
    margin-top:10px;
}

#error-page-img-confirm-password {
    float:left;
    visibility:hidden;
    margin-left:20px;
    margin-top:0px;
}

#confirm_new_password, #new_password{
    margin-top:0px;
    float:left;
}

#new_password{
    margin-top:10px;
}

.subinput-text-left{
    float:left;
    left:142px;
    height:10px;
    position:relative;
    margin:0;
    padding:0;
    width:100px;
    margin-top:75px;
}

.subinput-text-left p{
    position:absolute;
    margin:0;
    padding:0;
}

.button-active{
    position:absolute;
    background:url("../images/bg-steps-regCurrent.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size:contain;
    border:none;
}

.button-inactive{
    position:absolute;
    background: url("../images/bg-steps-reg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size:contain;
    border: none;
}

.button-active a, .button-inactive a{
    color: #FFFFFF;
    text-decoration: none;
    font-size: 14px;
    font-family: "Muli-regular";
}

.button-active a:hover, .button-inactive a:hover{
    color: #FFFFFF;
    text-decoration: none;
}

.input-text a{
    text-decoration:underline;
    color:#BDBDBD;
}

label.label_confirm{
    margin-left:20px;
}

.label_username {
    width:180px;
    margin-left:20px;
    height:100%;
}

input.radio_username{
    float:left;
    height:100%;
}

input#username_email, #username_generated{
    background-color:red;
    font-size:1em;
}

.centered{
    margin-right:110px;
}
.button-back {
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    font-size: 1.3em;
    color: #FFFFFF;
    cursor:pointer;
}

.button-back p {
    margin-top: 12px;
	padding-left:20px;
}

.button-back:hover {
    font-weight: bold;
    background-color: #393838;
    background-image:url("../images/gp-arrow-left.png");
    background-repeat: no-repeat;
    background-position: 10px center;
    text-decoration:none;
}

/* ************************** */
.button-continue, .button-action {
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    font-size: 1.3em;
    color: #FFFFFF;
    border:none;
    font-family: "Muli-regular";
    font-weight: normal;
    background-color:#379a83;
    text-decoration:none;
    cursor:pointer;
}

.button-action {
    background-color:#777;
}

.button-continue a, .button-action a {
    margin-top: 12px;
    color:#FFFFFF;
}

.button-continue p, .button-action p {
    margin-top: 12px;
    color:#FFFFFF;
}

.button-continue:hover, .button-action:hover {
    font-weight: bold;
    font-size: 1.3em;
}

#footer{
	margin-bottom:0;
    margin-top:10px;
    padding-left:5px;
}

#footer p{
    font-size:11px;
    margin:8px;
    color: #727272;
}

#footer a:link, footer a:active, footer a:visited{
    text-decoration:underline;
    color:#727272;
}

#footer a:hover{
    text-decoration:underline;
    color:white;
}

.button-help{
    position: relative;
    height:50px;
    margin-left:190px;
    margin-top: 35px;
    background-color: #379a83;
    text-align: center;
    margin-right:50px;
}

.error-page-img-dob{
    float:left;
    visibility:hidden;
    margin-left:10px;
    margin-top:0px;
}

input.question-input{
    width:80%;
    margin:0;
    height:35px;
    border:none;

}

ul.question-list{
    width:80%;
    left:0px;
    top:35px;
}

.sec-com{
    margin-top:20px;
    padding:0;
    float:left;
    font-size: 12px;
    position:relative;
    margin-left:0;
}

.sec-com p{
    float:left;
    margin-left:0;
	padding-left:0;
}

.sec-com a{
    color:#bdbdbd;
    text-decoration:underline}

.question-title{
    margin-bottom:15px;
    color:#FFFFFF;
    font-weight: bold;
    font-size:1.1em;
    height:20px;
}

.question-group{
    margin-top:10px;
}

.tooltip-inner{
    background-color:grey;
    width:190px;
    margin-right:40px;
}

#pwd_ex_radio, #pwd_ch_radio, #username_email_radio, #username_generated_radio, #username_chosen_radio{
    margin-top:0;
    visibility: hidden;
    margin-left:0px;
}

#label_pwd_ex, #label_pwd_ch, #label_username_generated, #label_username_email, #label_username_chosen{
    margin-top:0px;
    position:relative;
    margin-left:20px;
    margin-bottom: 0;
}

#img_pwd_ex_radio, #img_pwd_ch_radio, #img_username_generated, #img_username_email, #img_username_chosen{
    position:absolute;
    margin-top:10px;
}

#label_pwd_ex p, #label_pwd_ch p, #label_username_generated p, #label_username_email p, #label_username_chosen p{
    position:absolute;
    top:0px;
    left:20px;
    width:220px;
    margin-left:10px;
    margin-top:0;
    height:100%;
    margin-bottom: 0;
}

input#username_email, input#username_generated{
    margin-left:250px;
    float: left;
    margin-top:0;
    color:#bdbdbd;
    font-size:1em;
    margin-bottom: 0;
}

input#username_chosen{
    color:#bdbdbd;
    font-size:1em;
    margin-bottom: 0;
}

input#username_email, input#username_generated{
    background-color: transparent;
    color:#FFFFFF;
    font-size:1.1em;
    text-indent:0;
}

input#username_chosen{
    visibility:hidden;
    color:#000000;
    width:250px;
}

p#username_email_par{
    word-wrap:break-word;
    color:#FFFFFF;
    font-size:1em;
    line-height:20px;
    height:20px;
    width:270px;
    margin-top:10px;
}

p#username_generated_par{
    word-wrap:break-word;
    color:#FFFFFF;
    font-size:1em;
    line-height:20px;
    height:20px;
    width:270px;
	margin-top:10px;
}


input#terms{
    width:20px;
    height:20px;
    margin-top:11px;
    margin-right:10px;
    margin-left:20px;
    margin-bottom:0;
    border:1px solid black;
}

div.terms{
	width:85%;
    height:175px;
    overflow-y:scroll;
    background-color: #FFFFFF;
    padding:10px;
    font-size:1em;
    margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	-ms-overflow-style:scrollbar;
}

div.terms::-webkit-scrollbar {
    width: 30px;
}

div.terms::-webkit-scrollbar-track {
    background-color: #bdbdbd;
}

div.terms::-webkit-scrollbar-thumb {
    background-color: grey;
}

div.terms::-webkit-scrollbar-button:start:decrement {
    display:block;
    background-image: url(../images/gp-inputArrow-up.png);
    background-repeat: no-repeat;
    height:30px;
    width:30px;
    background-position: center;
    background-color:#379a83;
}

div.terms::-webkit-scrollbar-button:end:increment{
    width:30px;
    display: block;
    background-image: url(../images/gp-inputArrow.png);
    background-repeat: no-repeat;
    background-color:#379a83;
    background-position: center;
    height:30px;
}

.question-answer{
    margin-left:5px;
    position:relative;
    height:35px;
}

#confirm_answer1, #confirm_answer2, #confirm_answer3, #confirm_answer4, #confirm_answer5{
    height:35px;
    width:220px;
    margin-top:5px;
}

#answer1, #answer2, #answer3, #answer4, #answer5{
    height:35px;
    float:left;
    width:220px;
}

ul.dropdown-menu li.enabled{
    color:#000000;
    background-color: white;
}

ul.dropdown-menu li.enabled:hover{
    color:#000000;
    background-color: #bdbdbd;
}

ul.dropdown-menu li.disabled{
    background-color: white;
    color: #D8D8DC;
}

ul.dropdown-menu li.disabled:hover{
    background-color: white;
    color: #D8D8DC;
}

.note{
    margin-top:50px;
}

input{
    text-indent:10px;
    border:2px solid transparent;
    height:35px;
    line-height:33px;
}

.read{
    background-color:transparent;
    color:#bdbdbd;
}

.long{
    width:500px;
}

.left{
    left:60px;
}

a.change-question{
    margin-left:30px;
    width:100px;
    text-indent: 0;
    margin-top:0;
    height:20px;
    color: #379a83;
}

.input-group .label-question{
    margin-left:auto;
    margin-right:auto;
    height:20px;
    margin-top:0;
    width:130px;
    line-height:20px;
}

input.answer-confirm{
    height:35px;
    color:#FFFFFF;
    text-indent: 0;
    font-size:1.1em;
    float:right;
    background-color:#379a83;
}

.answer-confirm:hover{
    font-weight: bold;
}

.input-group.question-change{
    height:20px;
    margin-top:0;
	width:320px;
}

.question-img{
    float:left;
    margin-left:10px;
}

.clear-both-big{
    clear:both;
    height:25px;
}

.clear-both-small{
    clear: both;
    height:10px;
}

.right{
    margin-right:132px;
}

.info-imp{
    margin:auto;
    font-size:16px;
}

.info{
    position:relative;
    margin-left:40px;
    height:150px;
}
.error{
    position:relative;

}

.error p{
    font-size:16px;
    font-weight:normal;

}

.error a{
    margin-left:150px;
}

.info p{
    font-size:18px;
    font-weight:bold;
    position:absolute;
}

.info a{
    position:absolute;
    margin-left:150px;
}

#reset:hover{
	font-weight:bold;
}

#reset{
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    top:10px;
    font-size: 1.2em;
    color: #FFFFFF;
    border:none;
    font-family: "Muli-regular";
    font-weight: normal;
}

.reset-button{
    position: relative;
    margin-top: 0px;
    margin-left:auto;
	margin-right:auto;
    height: 50px;
    width: 200px;
    background-color: #379a83;
    text-align: center;
    margin-bottom:140px;
}

.reset-button-small{
    position: relative;
    margin-top: 0px;
    margin:auto;
    height: 50px;
    width: 200px;
    background-color: #379a83;
    text-align: center;
    margin-bottom:140px;
    width:150px;
}

#reg08_form, #setpwd_form, #expiredpwd_form{
    margin-top:10px;
}

ul{
    cursor:pointer;
}

#loading{
    background-color:#000000;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index:2;
    opacity: 0.3;
    filter:alpha(opacity=30); /*IE8 and earlier*/
}

#activate-form{
	margin-left:0px;
}

#loading-img{
    position:absolute;
    height:60px;
    width:60px;
    background-color:#FFFFFF;
    border-radius: 10px;
    left:0;
    right:0;
    margin:auto;
    margin-top:40%;
    z-index:3;
}

#loading-img img{
    position:absolute;
    margin-top:12px;
    margin-left:12px;
    z-index:3;
}

.form-left{
    margin-left:40px;
}

.pwd-answer{
    height:35px;
}

.pwd-question{
    background-color: transparent;
    height:35px;
    color:#bdbdbd;
}

.input-standard{
    height:35px;
    margin-left:40px;
    margin-top:20px;
    width:300px;
}

.placeholder{
    color:#919191;
}

.udata{
    color: #FFFFFF;
    background-color:transparent;
    width:300px;
    text-align:center;
    font-size:1.2em;
}

#usernameFU, #chosen_usernameFU{
    width:250px;
    margin-left:5px;
    text-align:left;
    font-size:1.1em;
    left:0;
}

.labelFU{
    width:180px;
    margin-top:0;
    margin-bottom:0;
    visibility:hidden;
}

#usernameFU,#chosen_usernameFU{
    visibility:hidden;
}

.initial{
    color:#919191;
}

#sector, #community, .question-input{
    color:#000000;
}


#menu-day,#menu-month,#menu-year{
	float:left;
}

#email_sentto_par, #email_sentto2_par, #email_confirmation1_par, #email_par, #chosen_usernameFU_par{
    color:#FFFFFF;
    font-size:1.05em;
    text-align:center;
}

#firstname_par, #lastname_par{
    margin-left:40px;
    margin-top:10px;
    color:#FFFFFF;
    font-size:1.05em;
    text-align:left;
    word-wrap:break-word;
}

#firstname_par{
    margin-top:20px;
}

.subinput-text {
    margin-top: 15px;
}

.subinput-text-supress {
    margin-top: 0px !important;
}

#reset p {
    padding:0;
}
.answ-group{
	width:87%;
}
#dob-group-all{
	margin-top:20px;
}
#date-img{
	position:absolute;
}

@media all and (max-width:450px) {

	.input-group input{
    float:left;
    height:35px;
    margin-left:6px;
    vertical-align: middle;
    margin-top:10px;
    font-size:12px;
    padding:0;
    text-indent:10px;
    border:none;
}
	ul#day-list{
		margin-left:0px;
	}
	#reg06_form{
		margin-left:10px;
	}
	.button-continue, .button-action{
		padding-left:0px;
	}
	.button-continue p, .button-action p{
		padding-right:0px;
	}
	span#help p{
		margin-top:6px;
	}
	.input-group input.pwd-answer{
		width:100%;
		max-width:280px;
		margin-top:-10px;
		margin-left:0;
	}
	.pwd-cr-answer{
		margin-left:20px;
		width:85%;
		margin-bottom:30px;
	}
	#question-text1,#question-text2,#question-text3{
		margin-left:20px;
		margin-bottom:0;
	}
	#date-img{
		bottom:240px;
	}
	#other-link{
		width:300px;
		margin-left:auto;
		margin-right:auto;
	}
	#confirm_new_password, #new_password{
		margin-left:10px;
	}
	#img_username_email,#img_username_generated,#img_username_chosen{
		margin-left:-10px;
	}
	p#username_email_par,p#username_generated_par{
    	margin-left:20px;
	}
	#username_chosen{
    	margin-left:-10px;
	}
	input#birthday{
		width:40px;
		margin-left:0;
	}
	input#birthmonth{
    	width:60px;
	}
	input#birthyear{
    	width:55px;
	}
    .input-left-spacer {
	    width: 5px;
    }
	.vanishing-left-spacer {
        width: 15px;
	    margin-left: 0px;
	}
	.input-grid {
	    padding-left: 10px;
	}
	#new_password,#confirm_new_password {
	    max-width: 235px;
		width:90%
	}
	input#employeenum, input#nipps{
	    max-width: 90%;
	}
	#token{
		width:280px;
	}
	#label_email p, #label_confirmemail p{
		margin-left:10px;
	}
	#email,#confirm_email{
		margin-left:20px;
		width:260px;
	}
	.button-help{
		width:280px;
		font-size:12px;
	}
	.button-active, .button-inactive{
		width:85%;
		height:85%;
		margin-left:5%;
	}
	.registration-step{
		height:110%;
	}
	.input-group.menu{
		width:300px;
	}
	.subtitle{
		margin-left:20px;
	}
	.right-button-alone{
		margin-left:auto;
		margin-right:auto;
	}
	.error{
		margin-left:20px;
	}
	.subtitle_info ul > li{
		font-size:13px;
	}
	.subtitle_info ul{
		padding-left:20px;
	}
	div.terms{
		width:290px;
	}
	.subtitle_info{
		padding-left:20px;
		font-size:14px;
	}
	.marg-left{
		width:290px;
		float:left;
		padding-left:0px;
	}
	.error-page-img-employee, .error-page-img-nipps {
		margin-left:10px;
	}
	.right-button,.left-button {
		width:120px;
	}
	.left-button{
		margin-left:10px;
	}
	.right-button{
		margin-right:10px;
	}
	.form-left{
		margin-left:0px;
	}
	#connect-header{
		margin-left:10px;
		width:45%;
	}
	#compass-header{
		width:35%;
		margin-right:10px;
	}
	.page-title{
		font-size:24px;
		padding-left:20px;
	}
	.input-group.question-group,.question-change{
		padding-left:20px;
	}
	.input-group.question-change{
		margin-left:auto;
		width:240px;
	}
	label.question-label{
		width:87%;
		height:15px;
	}
	input.answer-input,input.answer-confirm-input{
		width:90%;
		margin-left:0;
	}
	input.answer-confirm{
		margin-right:35%;
		margin-top:20px;
		width:100px;
	}
	.error-page-msg-text p{
    	margin-left:20px;
	}

}

@media all and (max-width:330px) {
	#date-img{
		right:5px;
	}
}

@media all and (min-width:331px) and (max-width:450px){
	#date-img{
		right:20px;
	}
}

@media all and (min-width:451px) and (max-width:600px){
	ul#day-list{
		margin-left:4px;
	}
	#reg06_form{
		margin-left:10px;
	}
	#date-img{
		right:20px;
	}
	.button-continue, .button-action{
		padding-left:0px;
	}
	.pwd-answer{
		width:80%;
		max-width:260px;
	}
	.pwd-cr-answer{
		width:100%;
	}
	#question-text1,#question-text2,#question-text3{
		margin-left:40px;
	}
	#confirm_new_password, #new_password,.input-group.pwd-cr-answer{
		margin-left:40px;
	}
	#username_chosen{
    	margin-left:5px;
	}
	#username_email_par,#username_generated_par{
		margin-left:30px;
	}
	.sec-com{
		margin-right:35px;
	}
	#label_sector p, #label_community p {
		float:left;
	}
	.error-page-msg-text p{
    	margin-left:60px;
	}
	label.question-label{
		width:20%;
	}
	.answer-input,.answer-confirm-input{
		width:50%;
	}
	input.answer-confirm{
		margin-left:2%;
		width:22%;
	}
	#token{
		width:300px;
	}
	#label_email p, #label_confirmemail p{
		margin-left:30px;
	}
	#email,#confirm_email{
		margin-left:30px;
		width:80%;
		max-width:330px;
	}
	#new_password,#confirm_new_password {
	    max-width: 280px;
	}
	input#employeenum, input#nipps{
	    max-width: 81%;
	}
	.right-button,.left-button {
		width:120px;
	}
	.button-help{
		width:340px;
	}
	.button-active, .button-inactive{
		width:90%;
		height:90%;
	}
	.registration-step{
		height:105%;
	}
	.input-group.menu{
		width:350px;
	}
	#label_sector,#label_community{
		width:80px;
	}
	.right-button, .right-button-alone{
		margin-right:40px;
	}
	.marg-left{
		width:363px;
		padding-left:0px;
		float:left;
	}
	.vanishing-left-spacer {
        width: 10px;
	    margin-left: 0px;
	}
	.input-group.question-group{
		padding-left:40px;
	}
	.input-group.question-change{
		margin-left:auto;
		width:250px;
	}
	.input-left-spacer{
		width:10px;
	}


}

@media all and (min-width:401px) {
	.error{
		margin-left:40px;
	}
	.right-button-alone, .right-button{
		float:right;
	}
	#chosen_usernameFU_par{
    	margin-left:auto;
		margin-right:auto;
	}
	.right-button{
		width:120px;
	}
}

@media all and (max-width:424px){
	#menu-month >.btn-arrow, #menu-year >.btn-arrow, #menu-day >.btn-arrow{
		width:26px;
		background-position:0;
		background-size:23px;
	}
}

@media all and (min-width:425px){
	#menu-month >.btn-arrow, #menu-year >.btn-arrow, #menu-day >.btn-arrow{
		width:35px;
		background-position:0;
		background-size:35px;
	}
}

@media all and (min-width:532px) and (max-width:600px){
	input.answer-confirm{
		margin-top:5px;
	}
}

@media all and (max-width:531px){
	input.answer-confirm{
		margin-top:20px;
	}
}

/*Less than 600px*/
@media all and (max-width:600px){
	.label_sector{
		float:left;
	}
	#menu-sector,#menu-community{
		margin-top:0px;
		margin-bottom:0px;
		margin-right:0px;
		margin-left:0px;
	}
	p#username_email_par,p#username_generated_par{
		margin-top:50px;
	}
    .input-left-spacer {
	    margin-left: 0px;
    }
	#username_chosen{
		margin-top:50px;
	}
	.choose-group{
		width:100%;
	}
	.right-button-alone-double{
		margin-right:auto;
		margin-left:auto;
	}
	#token{
		margin-left:auto;
		margin-right:auto;
	}
	.input-group .menu{
		margin-left:auto;
		padding-left:20px;
	}
	.sec-com{
		float:right;
	}
	.sec-com p {
		float:right;
		margin-right:40px;
	}
	label#label_firstname, label#label_lastname{
    	width:300px;
    	margin-left:20px;
	}
	label#label_firstname p, label#label_lastname p{
    	float:left;
	}
	#label_email, #label_confirmemail{
		margin-left:20px;
		width:320px;
	}
	#label_email p, #label_confirmemail p{
		float:left;
	}
	label#label_pwd_new, label#label_pwd_ex, label#label_pwd_ch{
   		width:250px;
    	margin-left:0px;
	}
	.form-left{
		margin-left:0;
	}
	.registration-process{
		width:85%;
		margin-left:auto;
		margin-right:auto;
	}
	.registration-step{
    	width:16.65%;
	}
	.input-group{
  		margin-left:auto;
   		margin-right:auto;
	}
    #requestuid,#password{
		width:270px;
		margin-right:auto;
		margin-left:auto;
    }
	.button-help{
		margin-left:auto;
		margin-right:auto;
	}
	#birthday{
		margin-left:5px;
	}
	ul#day-list{
		top:77%;
	}
	ul#month-list, ul#year-list, ul#day-list{
		top:100%;
	}
	#menu-month{
		position:relative;
	}



}

/*More than 600px*/
@media all and (min-width:601px){
	#confirm_new_password, #new_password{
		margin-left:20px;
	}
	#menu-sector,#menu-community{
    	margin-top:10px;
    	margin-bottom:10px;
		margin-right:0px;
		margin-left:0px;
	}
	.right-button {
		width:148px;
	}
    .input-left-spacer {
	   margin-left: 40px;
    }
	.vanishing-left-spacer {
            width: 40px;
	    margin-left: 40px;
	}
    .input-left-spacer {
	    width: 40px;
		margin-left: 40px;
    }
	.marg-left{
		float:left;
		padding-left:10px;
	}
	.button-active, .button-inactive{
		width:100%;
		height:100%;
	}
	.registration-step{
		height:100%;
	}
	#token{
		margin-left:0;
	}
	.input-group .input-group{
    	float:left;
	}
	#email,#confirm_email{
		width:332px;
	}
	label#label_pwd_new, label#label_pwd_ex, label#label_pwd_ch{
    	width:200px;
    	margin-left:20px;
	}
	#chosen_usernameFU_par{
    	width:500px;
	}
	#new_password,#confirm_new_password{
		width:300px;
	}
	.right-button.right{
		margin-right:140px;
	}
	.registration-process{
  		width:504px;
	}
	.registration-step{
    	width:84px;
	}
	.input-group{
  		margin-left:30px;
	}
	#requestuid,#password{
		width:332px;
		margin-right:62px;
		float:right;
	}
	.subinput-text {
    	float: right;
    	padding-right: 132px;
	}
		.subinput-text-login {
    	float: right;
    	padding-right: 50px;
	}
	.right-button, .right-button-alone{
		margin-right:40px;
	}
	label#label_email, label#label_confirmemail{
		width:110px;
	}
	label#label_firstname, label#label_lastname{
    	width:102px;
    	margin-left:20px;
	}
	#firstname_par, #lastname_par{
		float:left;
	}
	label#label_sector, label#label_community{
   		width:85px;
	}
	.button-help{
    	float: right;
    	width:360px;
	}
	ul#day-list{
    	margin-left:10px;
	}
	.right-button-alone-double{
		margin-right:35px;
		float:right;
	}

  .right-button-multiple-double{
    margin-right:143px;
  }

	p#username_email_par,p#username_generated_par{
    	float: left;
    	margin-left:260px;
		position:absolute;
	}
	input#username_chosen{
    	margin-left:225px;
    	float: left;
		margin-top:0;
	}
	.input-group.question-group, input-group.question-change{
		padding-left:20px;
	}
	.input-group.question-change{
		margin-left:180px;
	}
	.answer-input,.answer-confirm-input{
		width:195px;
	}
	label.question-label{
		width:120px;
	}
	input.answer-confirm{
		margin-left:35px;
		width:100px;
		margin-top:-35px;
	}
	.error-page-msg-text p{
    	margin-left:132px;
	}
	.error-page-msg-text.left p{
		margin-left:60px;
	}
	.no-margin-right{
		margin-left:60px;
	}
	.label_sector{
		float:right;
	}
	#menu-month >.btn-arrow, #menu-year >.btn-arrow, #menu-day >.btn-arrow{
		width:35px;
	}
	.pwd-answer{
		width:300px;
	}
	.button-continue, .button-action{
		padding-left:10px;
	}
	#date-img{
		right:20px;
	}
}

@media all and (min-width:545px){
	#date-img{
		bottom:160px;
	}
}

@media all and (min-width:401px) and (max-width:544px){
	#date-img{
		bottom:220px;
	}
}
@media  all and (min-width:401px) and (max-width:430px){
	.input-expand.input-resize{
		width:81%;
	}
}
.full-width{
	width:100%;
}

/*Windows phone fix-change for js fix*/
@-ms-viewport{
	width:auto!important;
}
