@import "uni-form-generic.css";
/* Keep in mind that wherever you see 'Required property' it means that the property must exist */

/* ------------------------------------------------------------------------------ */
label, .label{ color: #333;}
  /* Generals */
  .uniForm fieldset{}
    .uniForm fieldset legend{ color: #333; font-weight: bold; font-size: 100%; margin: 0; padding: 1.5em 0; }
    
    /* This is the main unit that contains our form elements */
    .uniForm .ctrlHolder{ padding: 7px; border-bottom: 1px solid #dfdfdf; }
    
    .uniForm .buttonHolder{ text-align: right; }
      .uniForm .resetButton{ float: left; }
      .uniForm .primaryAction{ font-weight: bold; }
    
    /* This class gets added to div.ctrlHolder to highlight the row */
    .uniForm .focused{ background: #fffcdf; }
      
      /* .inlineLabel is used for inputs within labels - checkboxes and radio buttons */
      .uniForm .inlineLabel input,
      .uniForm .inlineLabels .inlineLabel input,
      .uniForm .blockLabels .inlineLabel input{ float: left; margin: 0 .4em 0 0; }
        .uniForm .inlineLabel span{ float: left; width: 90%; }
        
/* ------------------------------------------------------------------------------ */

    /* .blockLabels (default style, will be applied even if you don't class the parent element) */
    .uniForm .blockLabels .ctrlHolder{}
      
      .uniForm label,
      .uniForm .blockLabels label,
      .uniForm .blockLabels .label{ margin: 0 0 .5em 0;}
      
      .uniForm .textInput,
      .uniForm .blockLabels .textInput,
      .uniForm .blockLabels .fileUpload{ width: 53%; /* <- Required property */ }
    
      .uniForm .selectInput,
      .uniForm select,
      .uniForm .blockLabels .selectInput,
      .uniForm .blockLabels select{ width: 53.5%; /* <- Required property */ }
      .uniForm textarea,
      .uniForm .blockLabels textarea{ width: 53%; /* <- Required property */ height: 12em; font: normal normal 12px/1.2em Arial, Helvetica, Sans-Serif;color: #666;}

      .uniForm .formHint,
      .uniForm .blockLabels .formHint{ width: 45%; /* <- Required property */ font-size: .9em; color: #777; position: relative; top: -.5em; }
      
      .uniForm .multiField,
      .uniForm .blockLabels .multiField{ width: 53%; }
        .uniForm .multiField .inlineLabel,
        .uniForm .blockLabels .multiField .inlineLabel{ display: block; margin: 0 0 .5em 0; }
        .uniForm .multiField .blockLabel,
        .uniForm .blockLabels .multiField .blockLabel{ width: 30%; margin: 0 10px 0 0; }
        .uniForm .multiField .blockLabel .textInput,
        .uniForm .multiField .blockLabel .selectInput,
        .uniForm .multiField .blockLabel select,
        .uniForm .blockLabels .multiField .blockLabel .textInput,
        .uniForm .blockLabels .multiField .blockLabel .selectInput,
        .uniForm .blockLabels .multiField .blockLabel select{ width: 100%; margin: .3em 0 .5em 0; }

/* ------------------------------------------------------------------------------ */

    /* .inlineLabels */
    .uniForm .inlineLabels .ctrlHolder{}
    
    .uniForm .inlineLabels label,
    .uniForm .inlineLabels .label{ width: 45%; /* <- Required property */ margin: .3em 2% 0 0; /* <- Required property */ }
    
    .uniForm .inlineLabels .textInput,
    .uniForm .inlineLabels .fileUpload{ width: 45%; /* <- Required property */ }
    
    .uniForm .inlineLabels .selectInput,
    .uniForm .inlineLabels select{ width: 45%; /* <- Required property */ }
    
    .uniForm .inlineLabels textarea{  width: 45%; /* <- Required property */ height: 12em; }

    .uniForm .inlineLabels .formHint{ margin-top: 0; margin-left: 47%; font-size: .9em; color: #777; position: static; }
    
    .uniForm .inlineLabels .multiField{ width: 45%; /* <- Required property */ margin: 0 0 .3em 0; }
      .uniForm .inlineLabels .multiField .inlineLabel{ display: block; margin: 0 0 .5em 0; }
      .uniForm .inlineLabels .multiField .blockLabel{ float: left; width: 26%; margin: 0 3% 0 0; }
      .uniForm .inlineLabels .multiField .blockLabel .textInput,
      .uniForm .inlineLabels .multiField .blockLabel .selectInput,
      .uniForm .inlineLabels .multiField .blockLabel select{ width: 100%; margin: .3em 0 0 0; }

/* Focus pseudoclasses */
.uniForm .ctrlHolder .textInput:focus{ outline: none; /* Get rid of the 'glow' effect in WebKit, optional */ }
.uniForm .ctrlHolder textarea:focus{ outline: none; /* Get rid of the 'glow' effect in WebKit, optional */ }
.uniForm div.focused .formHint{ color: #333; }

/* Columns (they are floated left by default) */
.uniForm .col{ width: 47.9%; /* <- Required property */ margin: 0 2% 20px 0; }
/* Use .first and .last classes to control the layout/spacing of your columns */
.uniForm .col.first{ width: 49%; /* <- Required property */ float: left; clear: none; }
.uniForm .col.last{ width: 49%; /* <- Required property */ float: right; clear: none; margin-right: 0; }

/* Messages */
 .errorMsg{ background: #ffdfdf; border: 1px solid #df7d7d; border-width: 1px 0; margin: 0 0 1.5em 0; padding: 7px; }
 .error{ background: #ffdfdf; border: 1px solid #df7d7d; border-width: 1px 0; }

   .errorMsg dt, .errorMsg h3{ margin: 0 0 .5em 0; font-size: 100%; line-height: 100%; font-weight: bold; }
   .errorMsg dd{ margin: 0; padding: 0; }
     .errorMsg ul{ margin: 0; padding: 0; }
      .errorMsg ul li{ margin: 0; padding: 2px; list-style-position: inside; border-bottom: 1px dotted #df7d7d; position: relative; }
    .errorField{ color: #af4c4c; margin: 0 0 6px 0; padding: 4px; background: #ffbfbf; display: block; }

 .OKMsg{ background: #C8FFBF; border: 1px solid #A2EF95; border-width: 1px 0; margin: 0 0 1.5em 0; padding: 10px 15px;	font: normal normal 14px/1.2em Verdana, Arial, Helvetica, sans-serif;
 }
   .OKMsg p{ margin: 0; }

 .infoMsg{ border-width: 1px 0; margin: 0 0 1.5em 0; padding: 10px 15px;	font: normal normal 14px/1.2em Verdana, Arial, Helvetica, sans-serif;
		background: #fffbee;
		border: 1px solid #f2e5c2;
		padding: 10px;
 }
   .infoMsg p{ margin: 0; }

/*
IT IS STRONGLY ADVISED TO MAKE YOUR CHANGES AFTER THIS COMMENT BY REPEATING (COPYING) THE SELECTOR FROM ABOVE, 
AND MODIFYING IT WITH YOUR OWN PROPERTIES/VALUES. THIS IS RECOMMENDED BECAUSE IF YOU HAPPEN TO RUN INTO TROUBLE, 
YOU CAN VERY EASILY REVERT TO A GENERIC STYLE OF UNI-FORM. BEST OF LUCK... 
*/

/* ------------------------------------------------------------------------------ */

.uniForm .mixed label, .uniForm .mixed input{margin-bottom: 1em;}
/* Columns (they are floated left by default) */
.uniForm .col{ width: 47.9%; /* <- Required property */ margin: 0 2% 10px 0; }
/* Use .first and .last classes to control the layout/spacing of your columns */
.uniForm .col.first{ width: 45%; /* <- Required property */ float: left; clear: none; }
.uniForm .col.last{ width: 44%; /* <- Required property */ float: right; clear: none; margin-right: 0; }

.uniForm fieldset legend{
	font: italic bold 14px/1.2em Verdana, Arial, Helvetica, sans-serif;
	color: #65645d;
	padding: .5em 0 .5em 0;
}

    .uniForm .buttonHolder{ text-align: left; margin-bottom: 15px;}


.uniForm .blockLabels ul.accountList{margin: 0px; padding: 0px; list-style: none;}
	.uniForm .blockLabels ul.accountList li{margin: 0px 0px 10px 0px; padding: 0px; list-style: none; float: left; width: 100%;}
	html body .uniForm .blockLabels ul.accountList li *{float: none; width: auto;margin: 0px;padding: 0px;line-height: normal;}
	html body .uniForm .blockLabels ul.accountList li span{display: block; float: left; width: auto; margin-left: 10px;}
		html body .uniForm .blockLabels ul.accountList li span.accountSelect {margin-left: 0px;}
		html body .uniForm .blockLabels ul.accountList li span.accountSelect select{width: 120px;}
		html body .uniForm .blockLabels ul.accountList li span.accountPercentage input{width: 30px;}
		html body .uniForm .blockLabels ul.accountList li span.accountRemoveLink {float: right;}	
		html body .uniForm .blockLabels ul.accountList li span.accountRemoveLink a{
			text-decoration: none;
		}
		html body .uniForm .blockLabels ul.accountList li span.accountRemoveLink a img{
			text-decoration: none;
			border: 0px;
			vertical-align: text-bottom;
			margin-right: 3px;
		}
		html body .uniForm .blockLabels .addAccountLink a img{
			text-decoration: none;
			border: 0px;
			vertical-align: text-bottom;
			margin-right: 0px;
		}

		html body .uniForm .blockLabels ul.accountList li span.familyAccountRadio{margin-left: 0px;}
		html body .uniForm .blockLabels ul.accountList li span.tuitionIdInput input{width: 80px;}
		html body .uniForm .blockLabels ul.accountList li span #futureFamilyRadio{margin-right: 10px;}
		html body .uniForm .blockLabels ul.accountList li span.orgSelect label select{width: 120px;}


.uniForm .inlineLabels ul.paymentTypesList{margin: 0px; padding: 10px 0px 0px 0px; list-style: none; clear: left;}
    .uniForm .inlineLabels ul.paymentTypesList li{margin: 0px 0px 5px 0px; padding: 0px; list-style: none; float: left; width: 100%;}
    html body .uniForm .inlineLabels ul.paymentTypesList li *{float: none; width: auto;margin: 0px;padding: 0px;line-height: normal;}
        html body .uniForm .inlineLabels ul.paymentTypesList li .flatButton{float: right;}
        html body .uniForm .inlineLabels ul.paymentTypesList li .flatButton span{padding: 0 10px; line-height: 22px;}
        html body .uniForm .inlineLabels ul.paymentTypesList li strong{font-weight: bold;}
        html body .uniForm .inlineLabels ul.paymentTypesList li select{margin-right: 10px; width: 75px;}


html body .orderDetailsField {border-bottom: 1px solid #ccc; margin: 0 0 15px; padding: 0 0 10px;}
html body .familySelectContainer{float: left;}
html body .familySelectContainer label{display: block; float: left;line-height: 18px; padding-right: 5px;}
html body #container .familySelectContainer select{display: block; float: left; width: 250px;}
html body .familySelectContainer .newFamilyLink{display: block; float: left;line-height: 1em; padding-right: 5px;}

html body .orderDateContainer{float: left; margin-left: 30px;}
html body .orderDateContainer label{display: block; float: left; line-height: 18px; padding-right: 5px;}
html body #container .orderDateContainer input{display: block; float: left; width: 120px;}


html body #container .orderDateContainer input, html body #container .orderDateContainer .textInput{
    margin: 0 5px 5px 0;
}
html body #container #content .formContainer .shortLabels span{
    display: block; float: left;padding: 0 5px;
}
html body #container #content .formContainer .shortLabels .ctrlHolder label,
html body #container #content .formContainer .shortLabels .ctrlHolder .label{ width: 35%; /* <- Required property */ margin: .3em 2% 0 0; /* <- Required property */ }
html body #container #content .formContainer .shortLabels .ctrlHolder .multiField{width: 63%}
html body #container #content .formContainer .shortLabels .textInput{width: 70px;}
html body #container #content .orderDateContainer .dateSelectButton,
html body #container #content .dateSelectButton{display: block; float: left; width: auto; margin: 5px 0 0 0;}

html body #container #content .freeCardsContainer input{margin-bottom: 0px;}
html body #container #content .freeCardsContainer p{margin: 0px; padding: 5px 0px;}

.family_list_container{clear: left; width: 948px; margin: 0 0 15px 0;}
.family_added_list{
    float: left;
    width: 40%;
}
.family_list_controls{
    float: left;
    width: 15%;
    padding: 100px 10px 0 10px;
}
    html body #container #content .family_list_controls .button{
        text-align: center;
        width: 100%;
        float: left;
        margin: 0px;
    }
.family_list{
    float: left;
    width: 40%;
}
    html body #container #content .family_added_list select, html body #container #content .family_list select{
        width: 100%;
        height: 200px;
    }


html body .uniForm table textarea{height: auto;}

	.formContainer {
		padding: 15px 20px 10px 20px; 
		border: 1px solid #d2e0ee; 
		background: #f0f4f8;
		margin: 0 0 15px 0;
		clear: both;
		position: relative;
	}
	.infoBox{
		background: #fffbee;
		border: 1px solid #f2e5c2;
		padding: 10px;
		margin: 0 0 15px 0;
	}
	.addressBlock{
	    display: inline-block;
	}
	

	.summaryContainer{
		background: #f8f8f8;
		border: 1px solid #e4e4e4;
		padding: 15px 20px 20px;
		margin: 0 0 20px 0;
		position: relative;
	}	
		.summaryContainer table{
			margin: 0 0 15px;
		}
		.summaryContainer table tr td, .summaryContainer table tr th{
			padding: 5px;
			background: #dddbdb;
		}
		.summaryContainer table tr.odd td{
			background: #f3f7fa;
		}
		.summaryContainer table tr.even td{
			background: #ececec;
		}
		.summaryContainer table tr.totals td{
			border-top: 2px solid #c7c7c7;
			font: normal bold 18px/1.2em Arial, Helvetica, sans-serif;
			color: #333333;
			background: transparent;
		}


table.radioList{margin: 0 0 20px;}
table.radioList tr td label{float: none; display: inline;}

