@font-face {
    font-family: 'Noto Sans';
    src: url("../fonts/NotoSans/NotoSans-ExtraLight.ttf");
    font-weight: 100;
}
@font-face {
    font-family: 'Noto Sans';
    src: url("../fonts/NotoSans/NotoSans-Light.ttf");
    font-weight: 200;
}
@font-face {
    font-family: 'Noto Sans';
    src: url("../fonts/NotoSans/NotoSans-Regular.ttf");
    font-weight: 400;
}
@font-face {
    font-family: 'Noto Sans';
    src: url("../fonts/NotoSans/NotoSans-Medium.ttf");
    font-weight: 500;
}
@font-face {
    font-family: 'Noto Sans';
    src: url("../fonts/NotoSans/NotoSans-SemiBold.ttf");
    font-weight: 600;
}
@font-face {
    font-family: 'Noto Sans';
    src: url("../fonts/NotoSans/NotoSans-Bold.ttf");
    font-weight: 800;
}
body {
    font-family: 'Noto Sans', sans-serif !important;
    font-size: 16px;
    font-weight: 300;
    background: #fff;
}
h1#pageLabel {
    margin-left: 3px;
}
.pageContainer {
    width:100%;
    max-width:1110px;
    padding-left:0;
    border:0 solid #000
}
.pageCover {
    min-height: 0;
}
.labelContainer {
    line-height:35px
}
.wizardNavigation > button {
    margin-right: 25px;
}
.wizardNavigation {
    width: 100%;
    max-width: 822px;
    margin-top: 30px;
    margin-bottom: 70px;
    text-align: center;
}
.rowControl > input[type=text], .rowControl > input[type=password], .genericControl {
    width:100%;
    max-width:255px!important;
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    font-weight: 300;
    padding-left: 10px;
    color: rgba(70,69,71,0.5);
}
.plainText {
    text-align: left;
    width: 100%;
    line-height: 28px;
    max-width: 775px;
    margin-left: 10px;
}
.plainText > ul > li {
    margin-left: -21px;
}
.mark-complete-checkbox {
    margin-top : 3px;
}
.statusFailure > .statusClose, .bgRed > .statusClose, .statusSuccess > .statusClose, .bgGreen > .statusClose {
    background: url('../images/success-icon.png') no-repeat left center;
    background-size: cover;
}
.statusFailure > .statusClose:hover, .bgRed > .statusClose:hover, .statusSuccess > .statusClose:hover, .bgGreen > .statusClose:hover {
    background: url('../images/success-icon.png') no-repeat left center;
    background-size: cover;
}
.statusSuccess > .statusClose, .statusFailure > .statusClose, .bgRed > .statusClose, .bgGreen > .statusClose {
    position: absolute;
    top: 17px;
    right: 78px;
    width: 27px;
    height: 12px;
}
.info {
    float:none;
    position: absolute;
    margin-top: 15px;
    background:url(../images/tooltips.png) no-repeat top left;
    display:inline-block;
    margin-left:15px;
    height: 24px;
    width: 24px;
    background-size:contain;
}
.statusFailure, .bgRed {
    background: url() no-repeat scroll 8px 9px #FFF0F1;
}
.statusContainer.statusFailure {
    border-left: 5px solid #DA1E28;
    border-radius: 0;
    margin-top:35px;
}
.statusContainer > .message {
    width: 100%;
    color: #3F3F3F;
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 24px;
    margin-left: 5px;
}
.rowControl > label {
    font-family:'Noto Sans',sans-serif!important;
    margin-right:2px;
    font-size:16px;
    color: #464547;
    margin-left: 8px;
    vertical-align: text-top;
}
.rowControl > textarea {
    width: 100%;
    max-width:252px;
    border: 1px solid rgba(70,69,71,0.3);
    border-radius: 2px;
    color: rgba(70,69,71,0.5);
    padding-left: 10px;
}
.formContainer {
    width: 100%;
    max-width: 820px;
    float: right;
    margin: 0px 0px 10px 0px;
}
.wizardTitle {
        font-family: 'Noto Sans', sans-serif !important;
}
.wizardTitle > span {
    font-family: 'Noto Sans', sans-serif !important;
    color: #464547 !important;
    font-weight: 600;
}
.pageContent {
    width:1110px;
    padding:0;
    background:#fff;
    overflow:hidden;
    margin:auto
}
#languageButtons {
    float:right;
    position:absolute;
    right:0px;
    top:0;
    margin-right: -5px;
}
li.currentLanguage {
    border-bottom: 0px solid #32a0db;
}
.formContainer .statusContainer {
    width: 100%;
}
.formContainer fieldset > legend, .searchBox .searchHeader {
    padding: 12px 0px;
    background: #F7F7F7;
}
.formContainer fieldset {
    padding-bottom: 12px;
}
.errorMsg {
    color:#B00020!important;
    font-family:'Noto Sans',sans-serif;
    margin-top: 5px;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 17px;
    font-weight: 400;
}
.mark-complete {
    background:#fff
}
.mark-complete label {
    margin-right:10px;
    color:#464547;
    font-family:'Noto Sans',sans-serif;
    font-size:16px;
    font-weight:300;
    line-height:22px;
    margin-left: 15px;
}
.rowControl > select {
    font-family: 'Noto Sans', sans-serif;
    height:48px;
    box-sizing:border-box;
    width:100% !important;
    max-width:255px!important;
    border:1px solid rgba(70,69,71,0.3);
    border-radius:4px;
    color:rgba(70,69,71,0.5);
    background: url('../images/drop-down-menu.png') no-repeat  right !important;
    -webkit-appearance: none;
    background-position-x: 95% !important;
    padding-left: 10px;
    background-size: 11px 13px !important;
    font-size: 14px;
}
.rowControl > input[type="radio"] {
    margin-top: 16px;
}
input[type=file].controlError {
     border: 0px solid #0a92ab !important;
}
.controlError {
    background:#fff!important;
}
.controlError[type="checkBox"], .controlError[type="radio"] {
    box-shadow: 0 0 2px 0px #cc1818;
    visibility:inherit;
    -moz-appearance: initial;
    -ms-appearance: initial;
    -o-appearance: initial;

}
input[type="checkbox"]:before {
    content: "";
    background: white;
    width: 16px;
    height: 16px;
    position: absolute;
    visibility: visible;
    border: 1px solid rgba(70,69,71,0.5);
    border-radius: 2px;
    -moz-appearance: initial;
    -ms-appearance: initial;
    -o-appearance: initial;
}
input[type="checkbox"] {
    visibility: hidden;
    width: 16px;
    height: 16px;
    position: relative;
    -moz-appearance: initial;
    -ms-appearance: initial;
    -o-appearance: initial;
}
input[type="checkbox"]:checked:after {
    border: 1px solid grey;
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    visibility: visible;
    -moz-appearance: initial;
    -ms-appearance: initial;
    -o-appearance: initial;
}
input[type="checkbox"]:checked:before {
    left: 7px;
    top: 5px;
    width: 3px;
    height: 7px;
    border: solid #564d4d;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-appearance: initial;
    -ms-appearance: initial;
    -o-appearance: initial;
}
input[type="radio"]:before {
    content: "";
    background: white;
    width: 16px;
    height: 16px;
    position: absolute;
    visibility: visible;
    border: 1px solid rgba(70,69,71,0.5);
    border-radius: 100%;
    -moz-appearance: initial;
    -ms-appearance: initial;
    -o-appearance: initial;
}
input[type="radio"] {
    visibility: hidden;
    width: 16px;
    height: 16px;
    position: relative;
    -moz-appearance: initial;
    -ms-appearance: initial;
    -o-appearance: initial;
}

input[type="radio"]:checked:after {
    border: 1px solid grey;
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    visibility: visible;
    background-color: grey;
    box-shadow: inset 0 0 0 4px #f4f4f4;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-radius: 100%;
    -moz-appearance: initial;
    -ms-appearance: initial;
    -o-appearance: initial;
}

input[type="radio"]:checked:before {
    left: 7px;
    top: 5px;
    width: 3px;
    height: 7px;
    border: solid #564d4d;
    border-width: 0 2px 2px 0;
    border-radius: 100%;
    background-color: grey;
    box-shadow: inset 0 0 0 4px #f4f4f4;
    -moz-appearance: initial;
    -ms-appearance: initial;
    -o-appearance: initial;
}

.formContainer fieldset > legend,.searchBox .searchHeader {
    color:#464547;
    font-family:'Noto Sans',sans-serif!important;
    font-size:16px;
    font-weight:500 !important;
    margin-bottom: 15px;
}

.formContainer fieldset {
    border-bottom:0 solid #E3E3E3
}

.rowControl > select#date, .rowControl > select#month, .rowControl > select#year {
    width:100%!important;
    max-width: 90px !important;
    background-position-x: 90% !important;
}

.rowControl > select#minute, .rowControl > select#hour {
    width:100% !important;
    max-width: 55px !important;
    font-size: 11px;
    padding-left: 4px;
}

input[type=text],input[type=password],select,.genericControl {
    box-sizing:border-box;
    height:48px;
    width:255px;
    border:1px solid rgba(70,69,71,0.3);
    border-radius:4px
}
.vMenu > a {
    outline: 0 !important;
}
.vMenu > a > li {
    font-family: 'Noto Sans', sans-serif!important;
    font-size: 16px;
    font-weight: 200;
    border: 1px solid #C1C0C3;
    width: 100%;
    max-width: 205px;
    margin: 9px 0;
    padding: 12px 30px 12px 13px;
    display: block;
    line-height: 22px;
    position: relative;
    color: #464547;
    border-radius: 1px;
}

.vMenu > a > li:hover {
    background-color:#F7F7F7 !important;
    color:#464547 !important;
    font-weight: 300 !important;
    font-family:'Noto Sans',sans-serif !important;
}

.vMenu > a > li.active {
    background:url(../images/right-arrow.png) no-repeat top right;
    background-color: #F7F7F7 !important;
    color: #464547 !important;
    font-size: 16px;
    font-family: 'Noto Sans',sans-serif !important;
    font-weight: 500 !important;
    background-position: 95% 15px;
    background-size: 17px;
}

.formRow {
    border-bottom:0 solid #f1f1f1;
    margin-top:20px
}
.validationMark {
    color: #464547;
}
.formHeader {
    border-bottom: 0px solid #E3E3E3;
    color:#464547!important;
    font-family:'Noto Sans',sans-serif;
    font-size:20px;
    font-weight:600;
    letter-spacing: 0.1px;
    padding-top: 35px;
    margin-bottom: -7px;
}
.rowLabel {
    color: #464547;
    font-family: 'Noto Sans',sans-serif;
    font-size: 16px;
    font-weight: 300;
    margin-top: 11px;
    line-height: 24px;
    margin-left: 5px;
}

.searchBox button {
    float: left;
    left: 25px;
    line-height: 30px;
    position: relative;
    top: 4px;
}

input[type=submit] {
    background: none #019cad;
    color: #fff;
    padding: 6px 16px 7px;
    border-radius:2px;
    font-size: 16px;
}

input[type=file]:before {
    font-family: 'Noto Sans', sans-serif !important;
    content: "Choose File";
    background: #fff;
    display: block;
    position: absolute;
    text-align: center;
    padding: 6px 16px 7px 19px;
    margin: 0;
    left: 0;
    height: 33px;
    color: #007AA1;
    font-size: 16px;
    line-height: 34px;
    width: 120px;
    border: 1px solid #007AA1;
    border-radius: 4px;
    z-index: 9;
    cursor: pointer;
    -moz-appearance: initial;
    -ms-appearance: initial;
    -o-appearance: initial;
}
input[type=file]:after {
    font-family: 'Noto Sans', sans-serif !important;
    content: "No file Chosen";
    display: block;
    position: absolute;
    text-align: center;
    background: #fff;
    color: #464547;
    font-weight: 300;
    font-size: 13px;
    left: 145px;
    top: 0;
    padding: 15px 22px;
    -moz-appearance: initial;
    -ms-appearance: initial;
    -o-appearance: initial;
}
input[type=file] {
    position:relative;
    left:0;
    margin-left:0px;
    border:0;
    height:48px;
    outline:0!important;
    width: 285px;
    -moz-appearance: initial;
    -ms-appearance: initial;
    -o-appearance: initial;
}
input[type=submit] {
    font-family: 'Noto Sans', sans-serif !important;
    color: #fff;
    background: url() no-repeat center left #0a92ab;
    font-size: 16px;
    line-height: 38px;
    margin-bottom: 20px;
    border-radius: 4px;
    padding: 4px 50px;
}
.registerContainer button, .registerContainer input[type=submit]{
    font-family: 'Noto Sans', sans-serif !important;
    color: #fff;
    background: url() no-repeat center left #0a92ab;
    font-size: 16px;
    line-height: 38px;
    margin-bottom: 20px;
    border-radius: 4px;
    padding: 4px 50px;
}
.loginContainer button, .reminderContainer button, .loginContainer input[type=submit], .reminderContainer input[type=submit] {
    font-family: 'Noto Sans', sans-serif !important;
    color: #fff;
    background: url() no-repeat center left #0a92ab;
    font-size: 16px;
    line-height: 38px;
    margin-bottom: 20px;
    border-radius: 4px;
    padding: 4px 50px;
}
button[kind="next_button"] {
    font-family:'Noto Sans',sans-serif !important;
    background:url(../images/next-button-arrow.png) no-repeat right center #ffffff;
    padding-right: 20px;
    color: #0a92ab;
    width:100%;
    max-width:155px;
    border:1px solid #0a92ab;
    font-size:16px;
    line-height:35px;
    border-radius: 4px;
    background-position: 75% 18px;
    background-size: 10px;
}

button[kind="next_button"]:hover {
    background: url(../images/next-button-arrow.png) no-repeat right center #ffffff;
    background-position: 75% 18px;
    background-size: 10px;
}
.remove {
    background: url('../images/delete-icon.png') no-repeat scroll -2px 0px;
    top:12px;
    border: 2px solid Transparent;
}
.remove:hover {
    background: url('../images/delete-icon.png') no-repeat scroll -2px 0px;
    border: 2px solid Transparent;
}
.loginContainer, .loginformContainer {
    margin-left: 44px;
    margin-bottom: 75px;
}
#Disclaimer .labelContainer .rowLabel {
    width:100%!important;
    max-width:528px!important
}
.statusSuccess, .bgGreen {
    background: url(../images/success_icon_moveon.png) no-repeat scroll 10px 15px #DAFBE4;
    margin-top: 40px;
    border-left: 6px solid #24A148;
    border-radius: 0;
    background-size: 20px;
}
.statusContainer {
    color: #3F3F3F;
}
.addSection {
    background: url() no-repeat 7px 19px #fff;
    height: 46px;
    color: #007AA1;
    border: 1px solid #007AA1;
    padding: 3px 39px 3px 40px;
    cursor: pointer;
    float: left;
    margin: 20px 0px 0px 0px;
    opacity: 1;
    font-size: 16px;
    font-family: 'Noto Sans',sans-serif!important;
    line-height: 6px;
    border-radius: 4px;
}
.addSection:hover,.addButtonTabular:hover {
    background:url() no-repeat 7px 19px #fff;
    color:#007AA1;
    opacity:1
}
button.addSection {
    margin-left:225px
}
button[kind="previous_button"] {
    font-family: 'Noto Sans', sans-serif;
    background: url(../images/prev-button-arrow.png) no-repeat center left #fff;
    padding-left: 20px;
    width: 100%;
    max-width: 160px;
    border-radius: 4px;
    font-size: 16px;
    color: #007AA1;
    letter-spacing: 0;
    line-height: 35px;
    border :1px solid #007AA1;
    background-position: 27% 15px;
    background-size: 10px;
    margin-bottom: 20px;
}
button[kind="previous_button"]:hover {
    background: url(../images/prev-button-arrow.png) no-repeat center left #fff;
    background-position: 27% 15px;
    background-size: 10px;
}

button[kind="submit_button"], button[kind="save_button"] {
    font-family: 'Noto Sans', sans-serif !important;
    color: #fff;
    background: url() no-repeat center left #0a92ab;
    font-size: 16px;
    line-height: 38px;
    margin-bottom: 20px;
}
button[kind="submit_button"] {
    background: #9ad8df;
}
button[kind="submit_button"]:hover {
    background: #9ad8df;
}
button[kind="save_button"]:hover {
    background: url() no-repeat center left #019cad;
   /* padding-left: 0px;*/
}
button[kind="save_button"], button[kind="submit_button"] {
    width: 100%;
    max-width: 151px;
    border-radius: 4px !important;
}
button[kind="save_button"]{
    float: right;
    margin-right: 0;
}

button[kind="submit_button"]{
    float: right;
    margin-right:20px;
}

.info>.cssTooltip {
    opacity: 0;
    margin-top: 30px;
    visibility: hidden;
    font-family: 'Noto Sans', sans-serif !important;
    -moz-transition-property: opacity, margin-top, visibility;
    -moz-transition-duration: 0.5s, 0.3s, 0.5s;
    -moz-transition-timing-function: ease-in-out, ease-in-out, ease-in-out;
    -o-transition-property: opacity, margin-top, visibility;
    -o-transition-duration: 0.5s, 0.3s, 0.5s;
    -o-transition-timing-function: ease-in-out, ease-in-out, ease-in-out;
}

.info:hover>.cssTooltip,.info .cssTooltip:hover {
    opacity: 1;
    visibility: visible;
    overflow: visible;
    margin-top: 30px;
    display: inline;
    width: 270px;
    margin-left: -267px;
    -moz-transition-property: opacity, margin-top, visibility;
    -moz-transition-duration: 0.5s, 0.3s, 0.5s;
    -moz-transition-timing-function: ease-in-out, ease-in-out, ease-in-out;
    -o-transition-property: opacity, margin-top, visibility;
    -o-transition-duration: 0.5s, 0.3s, 0.5s;
    -o-transition-timing-function: ease-in-out, ease-in-out, ease-in-out;
}
.cssTooltip {
    background: #252426;
    border: 1px solid #000;
    border-radius: 3px;
    padding: 22px 15px 16px 18px;
    margin-left: -267px;
    position: absolute;
    cursor: default;
    font-family: 'Noto Sans', sans-serif !important;
    font-size: 12px;
    text-decoration: none;
    font-style: normal;
    color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), inset 0 1px 0 #000;
    z-index: 10;
}
.cssTooltip span { /* Triangle */
    background: #000;
    border: 0;
    border-top: 1px solid #212120;
    border-right: 1px solid #353534;
    width: 10px;
    height: 10px;
    margin-left: 248px;
    margin-top: -28px;
    display: block;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-box-shadow: inset -1px 1px 0 #fff;
    -moz-box-shadow: inset 0 1px 0 #fff;
    -o-box-shadow: inset 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 #000;
    display /*\**/: none\9;
    *
    display: none !important;
    *
    display: none;
}
.blue span {
    background-color: #019CAD;
}
.vMenu > a > li.complete {
    font-family: 'Noto Sans', sans-serif !important;
    background: url(../images/menu-completed-icon.png) no-repeat 188px 8px #fff;
    color: #019CAD;
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    background-position: 96% 11px;
    padding-left: 12px;
}

.vMenu > a > li.complete:hover {
    background: url(../images/menu-completed-icon.png) no-repeat 213px 12px   #ffffff !important;
    font-weight: 500 !important;
    color: #019CAD !important;
    background-position: 96% 11px;
}

.vMenu > a > li.complete.active {
    background: url(../images/menu-completed-icon.png) no-repeat 213px 12px  #0a92ab;
    color: #019CAD  !important;
    font-weight: 500;
}
.searchBox .searchHeader {
    border-bottom: 0px solid #B7B7B7;
}
.searchBox .details .detailLabel, select.personStays + .details.stayInfo .detailLabel {
    padding-top: 0px;
    padding-bottom: 10px;
    font-family: 'Noto Sans',sans-serif;
    font-size: 16px;
    font-weight: 300;
}

.searchBox .details .row, select.personStays + .details.stayInfo .row {
    padding-top: 10px;
    padding-bottom: 0px;
}
.searchBox .searchBlock {
    width: 100%;
    height: 30px;
    line-height: 25px;
    margin: 30px -3px;
}
.searchBox select {
    font-family: 'Noto Sans', sans-serif;
    height:48px;
    width: 100% !important;
    max-width:255px!important;
    border:1px solid rgba(70,69,71,0.3);
    border-radius:4px;
    color:rgba(70,69,71,0.5);
    background: url('../images/drop-down-menu.png') no-repeat  right !important;
    -webkit-appearance: none;
    background-position-x: 215px !important;
    padding-left: 10px;
    background-size: 30px 25px !important;
    font-size: 14px;
}
.pageFooter {
    width: 100%;
    max-width: 1435px;
    color: #fff;
    background: #000;
    padding: 0px;
    margin-bottom: -24px;
    text-align: center;
    padding-bottom: 15px;
}
.privacy_policy {
    font-family: 'Noto Sans', sans-serif;
    padding-bottom: 15px;
    margin-right: 0;
    display: inline-block;
    float: none;
    margin-left: 15px;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 17px;
    text-align: center;
}
.appDetails {
    height: auto;
    line-height: 27px;
    color: #fff;
    font-size: 12px;
    margin: 10px auto 0px;
    border-bottom: 0;
    display: block;
    width: 100%;
    max-width: 1045px;
    text-align: center;
    float: none !important;
    padding-top: 20px;
}
#Disclaimer .rowControl {
    width: 100% !important;
    max-width: 135px;
}
.proToolbox.initPos {
    margin-left: 0px !important;
}
.proActions, .proToolbox {
    margin-left: 0 !important;
}
.proToolbox .toolItem {
    width: 100%;
    max-width: 238px;
}
.setContainer[tabular] fieldset {
    margin-bottom :0px;
}
button[name=paymentSend], button[name=refereeSendMail] {
    font-family: 'Noto Sans', sans-serif !important;
    color: #fff;
    background: url() no-repeat center left #0a92ab;
    font-size: 16px;
    line-height: 38px;
    margin-bottom: 20px;
    border-radius: 4px;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    font-size: 100%;
    font-family: 'Noto Sans', sans-serif !important;
    line-height: normal;
    border-radius: 0;
    box-sizing: border-box;
    height:48px;
    width:255px;
}
.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0 5px;
    width: 100%;
    height: auto !important;
    height: 1%;
    border: 1px solid #aaa;
    background-color: #fff;
    background-image: -webkit-gradient(), color-stop());
    background-image: -webkit-linear-gradient();
    background-image: -moz-linear-gradient();
    background-image: -o-linear-gradient();
    background-image: linear-gradient();
    background-image: none;
    border-radius: 4px !important;
}

@media (max-width: 767px) {
    body {
        background: #ffffff;
    }
    .reminderContainer .formRow .labelContainer, .loginContainer .formRow .labelContainer, .registerContainer .formRow .labelContainer {
        width: 100%;
        max-width: 61%;
    }
    .formRow {
        margin-top:8px;
        max-width: 92%;
    }
    .vMenu > a > li.active {
        background:url('') no-repeat top right;
    }
    .loginContainer, .loginformContainer {
        margin-left: 0px;
    }
    #languageButtons {
        z-index: 9999;
        right: 0px;
        margin-right: 8px;
    }
    h1#pageLabel {
        margin-left: 31px;
    }
    .registerContainer {
        float:none
    }
    .pageCover {
        /*position:fixed;*/
        margin-top: -10px;
        padding-top:125px;
        min-height:110px;
        z-index:9999;
        background-size:contain
    }
    .info {
        margin-right: 7px;
        position: absolute;
        margin-top: 15px;
    }
    .pageCover h1 {
        color:#0a92ab;
        font-size:22px;
        margin:0;
        line-height:0;
        margin-left:20px
    }
    .loginContainer .rowControl,.registerContainer .rowControl,.reminderContainer .rowControl {
        width:100%
    }
    .pageContent {
        width:100%;
        max-width:99%;
        box-shadow:0 0 0 grey;
        padding:0!important
    }
    .formInner {
        padding-left:10px;
        width: 100%;
        max-width: 94%;
    }

    .formRow {
        border-bottom:0 solid #ccc;
        margin-left: 10px;
    }

    .plainText {
        text-align:left;
        width:100%;
        max-width:98%;
        line-height:28px;
        margin-left: 10px;
    }
    .wizardTitle {
        font-size: 16px;
        font-weight: 400;
        margin-left: 0;
        margin-bottom: 20px;
        text-align: center;
    }
    .wizardTitleBar {
        background: #ffffff;
        padding: 12px 12px;
        width: 100%;
        height: auto;
        clear: both;
        margin: 0 auto;
        max-width: 90%;
    }
    .formContainer fieldset {
        border-bottom:0 solid #E3E3E3
    }
    .pageContainer {
        width:100%;
        max-width:1160px;
        padding-left:0;
        border:0 solid #000
    }
    .formContainer fieldset > legend {
        width:100%;
        max-width:100%
    }
    .vMenu > a > li {
        width:100%;
        max-width: 81%;
        margin: 8px auto;
    }
    .formHeader {
        border-bottom:0 solid #00718F;
        padding:0 0 0 10px;
        color: #464547;
        font-family:'Noto Sans', sans-serif !important;
        font-size: 20px;
        font-weight: 600;
        letter-spacing: 0;
        line-height: 27px;
    }
    .remove {
        top:10px
    }
    .menuContainer {
        width: 100%;
        margin: 0 auto;
        max-width: 100%;
    }
    .formContainer {
        margin:8px 0 10px;
        width:100%
    }
    .addSection {
        background: url() no-repeat 7px 13px #fff;
    }
    button.addSection {
        margin-left: 10px;
    }
    .setContainer[tabular] fieldset {
        margin-bottom: 0px;
    }
    .rowLabel {
        width:100%;
        max-width:100%;
        margin-bottom:0;
        margin-top:13px;
        margin-left:-5px;
        float:none
    }
    .mark-complete-checkbox {
        margin-left: 0px;
    }
    #Disclaimer .labelContainer .rowLabel {
        width:100%!important;
        max-width:100%;
        margin-bottom:5px
    }
    .labelContainer {
        width:220px;
        padding: 3px 4px 8px 2px;
        float:inherit;
        line-height:20px;
        width: 220px;
        padding: 0 0 7px 5px;
        float:inherit;
        line-height:20px
    }
    .formContainer fieldset > legend,.searchBox .searchHeader {
        margin-bottom: 0px;
    }
    .rowControl > input[type=text],.rowControl > input[type=password],.genericControl {
        width:100%;
        max-width:80% !important;
    }

    .labelContainer > .rowLabel > ul {
        padding:19px 11px 7px 15px;
    }
    .rowControl {
        width:100%;
        max-width:300px
    }
    .rowControl > select {
        width:100%;
        max-width:80% !important;
        padding-left: 4px;
    }
    .rowControl > select#date, .rowControl > select#month, .rowControl > select#year, .rowControl > select#minute, .rowControl > select#hour {
        width: 100% !important;
        max-width: 79px !important;
        font-size: 14px;
        margin-top: 10px;
    }
    .labelContainer {
        width:100%;
        max-width: 99%;
    }
    .wizardNavigation {
        width:100%;
        max-width:100%;
        margin-right:-15px
    }
    .rowControl {
        width:100%;
        max-width:100%;
        float:initial;
        margin-bottom:0
    }
    .rowControl > textarea {
        width:90%;
        max-width:80%;
        height:75px;
    }
    .plainText {
        line-height: 24px;
        font-size: 16px;
        font-weight: 300;
    }
    #Disclaimer .rowControl {
        width:100% !important;
        max-width:100%! important;

    }
    #Disclaimer .labelContainer {
        width:100%!important;
        max-width:689px!important
    }
    button[kind="save_button"],button[kind="submit_button"] {
        background: url() no-repeat center left #0a92ab !important;
        padding-left:5px;
    }
    button[kind="save_button"], button[kind="submit_button"] {
        background: url() no-repeat center left #0a92ab !important;
        padding-left: 10px;
        padding-right: 10px;
        width: 100%;
        max-width: 150px;
        border-radius: 4px;
    }
    button[kind="submit_button"], button[kind="save_button"] {
        line-height: 36px;
    }
    button[kind="submit_button"] {
        background: #9ad8df !important;
    }
    button[kind="previous_button"] {
        max-width: 149px;
        border-radius: 4px;
        background-size: 10px;
        margin-bottom: 20px;
    }
    .progress-bar {
        width:100%;
        max-width:100%;
     margin: 0 auto;
        display:block;
    }
    .privacy_policy {padding-bottom: 15px;}
    .appDetails { padding-top: 20px}

    button[kind="save_button"]{
        float: left;
        clear: both;
        margin-right: 25px;
    }
    button[kind="submit_button"]{
        float: left;
        margin-right: 0px;
    }
    .statusContainer > .message {
        font-size: 14px;
        margin-left: -7px;
    }
    .statusSuccess, .bgGreen {
        background: url(../images/success_icon_moveon.png) no-repeat scroll 7px 17px #DAFBE4;
        background-size: 15px;
    }
    .statusSuccess > .statusClose, .statusFailure > .statusClose, .bgRed > .statusClose, .bgGreen > .statusClose {
        top: 18px;
        right: 51px;
    }


}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  {
    .pageContent {
        width: 740px;
    }
    .formRow {
        margin-top:2px
    }
    .rowLabel {
        padding-bottom: 12px;
        font-weight: 300;
        line-height: 24px;
    }
    .formContainer fieldset > legend, .searchBox .searchHeader {
        margin-bottom: 0px;
    }

    button[kind="next_button"] {
        margin-left: 16px;
    }
    .formContainer {
        width: 100%;
        max-width: 450px !important;
        float: left !important;
        margin: 7px 5px 12px 24px !important;
    }
    .vMenu > a > li {
        max-width: 175px !important;
    }
    button.addSection {
        margin-left: 0;
    }
    button[kind="submit_button"], button[kind="save_button"] {
        margin-left: 10px;
    }
    .wizardNavigation > button {
        margin-right: 9px;
    }
    #Disclaimer .labelContainer .rowLabel {
        width: 100%!important;
        max-width: 450px!important;
    }
}

@supports (-ms-ime-align:auto) {
    input[type="radio"] { visibility:visible !important; }
    input[type="checkbox"] { visibility:visible !important; }
    input[type="type"] { visibility:visible !important; }
}
@supports (-ms-ime-align:auto)
and (-webkit-text-stroke:initial) {
    input[type="radio"] { visibility:visible !important; }
    input[type="checkbox"] { visibility:visible !important; }
    input[type="type"] { visibility:visible !important; }
}
@media all and (-ms-high-contrast:none)
{
    input[type="radio"] { visibility:visible !important; }
    input[type="checkbox"] { visibility:visible !important; }
    input[type="type"] { visibility:visible !important; }
    *::-ms-backdrop, input[type="radio"] { visibility:visible !important; }
    *::-ms-backdrop, input[type="radio"] { visibility:visible !important; }
    *::-ms-backdrop, input[type="radio"] { visibility:visible !important; }
}