﻿/* styles shared between auth and reg */


h1 {
    color: #6a8dcc;
    font-size: 15pt;
    font-family: Arial;
    font-weight: bold;
}

.hyperlink {
    cursor: pointer;
}

.alert {
    color: purple !important;
    font-weight: bold !important;
    border-color: #6a8dcc !important;
    padding-left: 24px;
    background: url("/images/alert.png") no-repeat left center;
}

.RequiredFieldStar
{
	font-size:12px;
	font-weight:bold;
	color:Red;
}

#ChildCarerPanel {
    position: relative;
}

#ChildCarerPanel #ChildrenPanel {
    display: inline-block;
    width: 170px;
    vertical-align: top;
    /* Hack for IE 7 do display inline-block */
    *display: inline;
    zoom: 1;
}

#ChildCarerPanel .childWrapper {
    display: block;
    margin-bottom: 8px;
    position: relative;
}

#ChildCarerPanel .child {
    border: 1px solid #909090;
    color: #909090; 
    display: inline-block;
    width: 120px;
    padding: 8px 0 8px 0;
    position: relative;
    overflow-x: hidden;
}

#ChildCarerPanel .child.selected {
    border-color: #6a8dcc;
    border-width: 2px;
    color: #6a8dcc; 
    padding: 7px 0 7px 0;
}

#ChildCarerPanel .child .childName {
    display: block;
    width: 100%;
    text-align: center;
    font-weight: bold;
}

#ChildCarerPanel .child .childDOB {
    display: block;
    width: 100%;
    text-align: center;
}

#ChildCarerPanel .child .removeChildIcon {
    position: absolute;
    bottom: 2px;
    right: 2px;
}

#ChildCarerPanel .childSelector.selected {
    display: inline-block;
    width: 40px;
    height: 30px;
    background: #ffffff url("/images/rightArrow.gif") no-repeat center right;
    margin-left: 4px;
    /* these values position the image centrally (vertically) */
    position: absolute;
    top: 50%;
    margin-top: -15px;
}

#ChildCarerPanel #ChildCarerDetails {
    border: 2px solid #6a8dcc;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 426px;
    padding: 8px 8px 56px 8px;
    min-height: 276px;
    overflow-y: auto;
    position: relative;
    /* Hack for IE 7 do display inline-block */
    *display: inline;
    zoom: 1;
}

#ChildCarerPanel #ChildCarerDetails .carerSelectedPanel {
    margin-top: 2px;
}


#ChildCarerPanel #ChildCarerDetails .carerSelectedPanel .formLabel {
    margin-top: 8px;
}

#ChildCarerPanel .formLabel {
    display:inline-block;
    width: 90px;
    float: left;
}


#ChildCarerPanel .highlighted {
    color: #6a8dcc; 
}

#ChildCarerPanel .childCarerWrapper {
   display: inline-block;
   margin: 16px 0 14px 0;
   position: relative;
}

#ChildCarerPanel .childCarerWrapper .childCarerCheckbox {
    display: inline-block;
    width: 350px;
    position: relative;
}

#ChildCarerPanel .childCarerWrapper .paymentRefIcon {
    vertical-align: text-bottom;
    margin-top: 6px;
    margin-left: 4px;
}

#ChildCarerPanel .childCarerWrapper .paymentRefEditBox {
    font-size: 12px;
}

#ChildCarerPanel .childCarerWrapper .childCarerCheckbox input {
    margin-right: 8px;
}

#ChildCarerPanel .childCarerWrapper .removeCarerIcon {
    display: inline-block;
    margin: 0 !important;
    vertical-align: text-bottom;
}

#ChildCarerPanel .childCarerWrapper .childCarerCheckbox label {
    /* reset some previously defined styles */
    float: none;
    width: auto;
    font-weight: normal;
    max-width: 370px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 14px;
    color: #6a8dcc;
    height: 14px;
    /* these values position the object centrally (vertically) */
    position: absolute;
    top: 50%;
    margin: -6px 0 0 0;
}

#ChildCarerPanel .childCarerWrapper select {
    /* reset some previously defined styles */
    width: 270px;
    font-size: 12px;
    display: inline-block;
    margin-top: 6px;
}

#ChildCarerAddCarerPanel .scrollablePanel {
    display: inline-block;
    max-height: 240px;
    width: 100%;
    overflow-y: auto;
    margin-top: 12px;
}

.subHeader {
    color: #6a8dcc;
    font-weight: bold;
}

#ChildCarerAddCarerPanel textarea {
    height: 6em;
    resize: none;
}

.spacer {
    width: 100%;
    display: inline-block;
    margin-bottom: 14px;
    margin-top: 14px;
}

.panel50 {
    display: inline-block;
    width: 49%;
    box-sizing: border-box;
    /* Hack for IE 7 do display inline-block */
    *display: inline;
    zoom: 1;
}

.pageTextBox
{
	color:#666666;	
	text-align:left;
	font-family:Arial;
	font-size: 11px;
	font-weight:bold;
	height:19px;
}

.spacer .panel50 ul {
    margin-top: 0;
    margin-bottom: 0;
}

.baseText {
    position: absolute;
    bottom: 10px;
    box-sizing: border-box;
    display: inline;
}

.alignRight {
    position: absolute;
    right: 8px;
    text-align: right;
}

.twoColumns {
    display: inline-block;
    width: 45%;
    vertical-align: top;
}

.twoColumns.col2 {
    margin-left: 24px;
}

.formRow {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    float: left;
    margin-bottom: 4px;
}

.formRow .formLabel {
    display: inline-block;
    width: 120px;
    color: #6a8dcc;
    font-weight: bold;
    vertical-align: top;
    margin-top: 4px;
    float: left;
    line-height: 26px;
}

.formRow .formDisplayValue {
    color: #777777;
    line-height: 24px;
    font-weight: 300;
    overflow-y: hidden;
    overflow-x: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-left: 4px;
}

.formRow .formLabel.noWrap {
    overflow-y: hidden;
    overflow-x: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.formRow.spaced {
    margin-bottom: 6px;
}

.formRow .formLabel.subLabel {
    color: #777777;
    font-style: italic;
}

.formRow .formLabel.normalText {
    color: #777777;
    font-weight: normal;
}

.formRow .formLabel.verySlightlyWide {
    width: 130px;
}

.formRow .formLabel.slightlyWide {
    width: 170px;
}

.formRow .formLabel.wide {
    width: 340px;
}
.formRow .formLabel.veryWide {
    width: 470px;
}

.formRow .formLabel.error {
    color: red;
    font-weight: 500;
}

.formRow .formInput {
    display: inline-block;
    width: 300px;
    box-sizing: border-box;
    position: relative;
    line-height:  normal !important;
    font-family: Arial;
    float: none;
    margin-top: 6px;
}

.formRow .formInput.onLeft {
    margin-left: 0;
}

.formRow .formInput.narrow, .formRow .formLabel.narrow  {
    width: 120px;
}

.formRow .formInput.mildlyNarrow, .formRow .formLabel.mildlyNarrow  {
    width: 140px;
}


.formRow .formInput.autoWidth, .formRow .formLabel.autoWidth  {
    width: auto;
}

.narrower {
    width: 90px !important;
}

.formRow .formInput.narrowish, .formRow .formLabel.narrowish {
    width: 112px;
}

.formRow .formInput.thirds {
    width: 89px;
    margin-right: 10px;
    float: left;
}

.formRow .formInput.right {
    float: right;
    margin-right: 0;
}

.formRow .formInput label {
    color: #666666;
    float: none;
    display: inline-block;
    margin: 0;
}

.formRow .formInput.inputFlow {
    width: 400px;
    position: relative;
}

.formRow .formInput.inputFlow label {
    font-weight: normal;
    margin-right: 22px;
    width: auto;
    vertical-align: top;
    margin-top: 4px;
}

.formRow .inputFlow input {
    float: none;
    display: inline-block;
    margin: 4px 4px 0 0;
}

.formRow .formIcon {
    display: inline-block;
    float: none;
}

.formRow img.formIcon {
    display: inline-block;
    margin-top: 9px;
    float: none;
}

.formRow input[type="image"].formIcon {
    margin-left: 9px;
    vertical-align: middle;
    margin-top: -2px;
}

.formRow .radioInput input {
    display: inline-block;
    width: 24px;
    margin: 0;
}

.formRow .radioInput label {
    display: inline-block;
    width: 40px;
    margin: 0 10px 0 0;
}

.formLabel.fullWidth {
    margin: 2px 0 2px 0 !important;
}

.fullWidth {
    display:inline-block;
    width: 100% !important;
    line-height: normal !important;
}

.info {
    display: inline-block;
    width: 100%;
    border: 2px solid #fdb934;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 5px;
}

.info span {
    font-weight: bold;
}

.pageError {
    display: inline-block;
    width: 96%;
    border: double 6px red;
    padding: 10px;
    box-sizing: border-box;
    color: red;
    margin-bottom: 10px;
    font-size: 13px;
}

.pageMessage {
    display: inline-block;
    width: 96%;
    border: double 6px #18a145;
    padding: 10px;
    box-sizing: border-box;
    color: #18a145;
    margin-bottom: 10px;
    font-size: 13px;
}

.validationHeader {
    margin-bottom: 11px;
}
.validationHeader p {
    color: red;
}

.validationSummary {
    display: inline-block;
    margin-top: 18px;
    width: 100%; 
}
.validationSummary.headerOnly ul {
    display: none;
    visibility: hidden;
}

.linkButton {
    display: inline-block;
    text-align: center;
    border: solid 1px #808080;
    box-sizing: border-box;
    padding: 8px;
    font-weight: bold;
    margin-left: 8px;
    margin-right: 8px;
    cursor: pointer;
}

.linkButton:hover {
    background-color: #6a8dcc;
    color: #ffffff;
}

.linkButton.shallow {
    padding-top: 3px;
    padding-bottom: 3px;
}

.linkButton.faded {
    border-color: #808080;
    color: #808080;
}

.linkButton.faded:hover {
    background-color: #808080;
    color: #ffffff;
}

table.resultsGrid {
    width: 90%;
    border-bottom: none;
}

table.resultsGrid td {
    font-size: 8pt;
    color: #666666;
    text-align: left;
    padding: 5px 5px 0 5px;
    margin: 0;
}

h2 {
    color: #6a8dcc;
    font-size: 9pt;
    font-family: Arial;
    font-weight: bold;
    margin: 5px 0px 5px 0px !important;
}

h3.subHeading {
    color: #777777;
    font-size: 14px;
    font-family: Arial;
    font-weight: bold;
    margin: 12px 0px 12px 0px;
    float: left;
}

.spaceMe {
    display: inline-block !important;
    margin: 0 0px 8px 0px;
}

.spaceMeUp {
    display: inline-block !important;
    margin-top: 8px;
}

.spaceMeUpMore {
    display: inline-block !important;
    margin-top: 18px;
}

td.spaceMe, th.spaceMe {
    padding-bottom: 12px;
}

.keyItem {
    display: inline-block;
    margin-left: 6px;
    margin-right: 10px;
    line-height: 20px;
}

.keyItem img {
    float: none;
    vertical-align: middle;
    margin: 0;
}

.actionIcon {
    float: none;
    display: inline-block;
    margin: 0 4px 0 0;
}

.first {
    margin-left: 0 !important;
}

tr.summaryRow td {
    text-align: right;
    font-weight: 500;
}

.easyReadFont {
    font-family: 'Courier New';
    font-size: 13px;
}

.checkboxNonLabel, .checkboxNonLabel label, .checkboxNonLabel input {
    float: left;
    display: inline-block;
}

.checkboxNonLabel label {
    font-weight: normal;
    color: #777777 !important;
    margin-left: 6px;
    margin-right: 6px;
}

li img.formIcon {
    position: relative;
    top: -2px;
    left: 4px;
    vertical-align: top;
}