﻿
/** base **/

form {
    display: block;
    overflow: hidden;
}
div .editor-label {
    margin: 10px;
    display: block;
    overflow: hidden;
    float: left;
    font-size: 12pt;
}
div .editor-field {
    display: block;
    overflow: hidden;
    clear: both;
    font-size: 12pt;
    clear: both;
}
#content .EmailTemplateLabel
{
    float: left;
    width: auto;
    margin-left: 45px;
    padding: 2px 10px 0px 0px;
    vertical-align: top;
    line-height: normal;
    text-align: right;
}
#content label.autoWidth, #content .autoWidthLabels label
{
	width: auto !important;
	min-width: 150px;
}
#content label.wide, #content .wideLabels label
{
	width: 300px;
}
#content label.autoWidthWide, #content .autoWidthWideLabels label
{
	width: auto !important;
	min-width: 300px;
}
#content label.blockLeft
{
	text-align: left;
	margin-left: 20px;
	width: 85%;
}
#content textarea
{
  width: 95%;
  margin: 0 20px;
}
#content select.standard-select, #SelectedAccounts
{
  float: left;
  /* These were preventing the error styles from highlighting selects that failed validation
  border-top: solid #848484 1px;
  border-left: solid #848484 1px;
  border-bottom: solid #fafafa 1px;
  border-right: solid #fafafa 1px;
*/
  width: 300px;
  margin: 0 0 0 20px;
}

hr {
    margin: 20px;
}

#content input, #content select.standard-select, textarea
{
    padding: 4px;
    font-size: 12pt;
}

#content input[type=text], #content input[type=file], #content input[type=password]
{
	margin: 0 0 0 20px;
    border: solid 1px silver;
    width: 300px;
}


/** common **/
#content .required
{
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #ff0000;
	vertical-align: middle;
}
#content label .required, #content .requiredLabel
{
	width: 10px;
	display: inline-block;
	margin-right: 0px;
	text-align: right;
}
#content .blockWrapper
{
	width: 700px;
	margin: 0.5em 0px 0px 35px;
}
#content .blockWrapper.narrow
{
	width: 400px;
	margin: 0.5em 0px 0px 20px;
}
#content .row input[type=checkbox].alignLeft
{
	width: 14px;
	margin: 0px 0px 0px 20px;
}



/** one column sections **/
#content .emailTemplateRow
{
    margin: 0px 0px 0px 0px !important;
}
#content .emailWiderInput input {
    width: 300px !important;
}

#content .section
{
	margin: 20px 50px;
	overflow: hidden;
	position: relative;
}
#content .section.small
{
	margin: 14px 50px;
}
#content .section .row
{
	margin: 0px 0px 20px 0px;
	overflow: hidden;
}
#content .section .row input, #content .section .row select
{
	width: 200px;
}
#content .section .row input.wide
{
	width: 497px;
}
#content .section .row .t-timepicker input, #content .section .row .t-datetimepickerinput, #content .section .row .t-datepicker input
{
	width: 173px;
}
#content .section .row textarea
{
	width: 400px;
}
#content .section .row input, #content .section .row select, #content .section .row textarea, #content .section .row span.data
{
	margin: 0 0 0 50px;
}
#content .section .row .moreData
{
	margin-top: 5px;
	margin-left: 210px;
	line-height: normal;
}
#content .section .row .t-numerictextbox
{
	margin: 0px 0px 0px 50px;
}
#content .section .row p, #content .section .row ul
{
  margin: 0 0 0 50px;
  float: left;
  width: 75%;
  line-height: normal;
}
#content .section .row .multi-field label
{
	width: auto;
	float: left;
	margin: 0px 0px 0px 5px;
}
#content .section .row .multi-field input
{
  width: auto;
  float: left;
  margin: 0 0 0 20px;
}
#content .section .row .multi-field label.first
{
  width: 145px !important;
}
#content .section .row .help-text
{
  display: block;
  padding: 8px 0 8px 209px;
  color: #666;
}
#content .section .row .areacode
{
  width: 30px;
}
#content .section .row .phone
{
  width: 90px;
  margin-left: 10px;
}
#content .section .row .inputs
{
  margin-left: 80px;
  float: left;
}
#content .section .row .inputs input
{
	float: left;
	margin: 0 10px 0 0;
	width: auto;
}
#content .section .row .inputs label
{
	width: auto;
	float: left;
	margin-right: 10px;
	padding-top: 0px;
}

#content .section .row .blockWrapper .inputs label
{
	float: none;
	margin-bottom: 10px;
}
#content .section .row .blockWrapper .inputs input[type=checkbox]
{
	float: none;
	width: 50px;
	margin-bottom: 10px;
}




/** two column sections **/
#content .section-cols
{
	margin: 12px auto;
	overflow: hidden;
	width: 94%;
}
#content .subtitle.section-cols
{
	margin-top: 18px;
	margin-bottom: 15px;
}
#content .section-cols .row
{
	margin: 0px 0px 12px 0px;
	overflow: hidden;
}
#content .subtitle.section-cols .row
{
	margin-bottom: 0px;
}
#content .section-cols .row .col
{
	float: left;
	margin: 0px;
	width: 48%;
}
#content .section-cols .row .col-thin
{
	float: left;
	width: 16%;
}
#content .section-cols .row .colWide
{
	width: 100%;
}
#content .section-cols .row input, #content .section-cols .row select
{
	width: 200px;
}
#content .section-cols .row input.wide
{
	width: 497px;
}
#content .section-cols .row .col .t-picker-wrap .t-input, #content .section-cols .row span.data
{
	margin: 0px 0px 0px 20px;
}
#content .section-cols .row span.data
{
	display: inline-block;
	padding-top: 3px;
}
#content .section-cols .row .t-numerictextbox
{
	margin: 0px 0px 0px 50px;
}
#content .section-cols .row .t-timepicker input, #content .section-cols .row .t-datetimepickerinput, #content .section-cols .row .t-datepicker input
{
	width: 124px;
}


/** one or two columns **/
#content .section .inputs, #content .section-cols .inputs
{
	line-height: normal;
}
#content .section .inputs label, #content .section-cols .inputs label
{
	float: none;
	text-align: left;
}
#content .section.last, #content .section .last
#content .section-cols.last, #content .section-cols .last
{
	margin-bottom: 0px;
}
#content .section .row .t-editor input,
#content .section .row .t-editor select,
#content .section .row .t-editor textarea,
#content .section-cols .row .t-editor input,
#content .section-cols .row .t-editor select,
#content .section-cols .row .t-editor textarea,
#content .section .row .t-numerictextbox input.t-input,
#content .section-cols .row .t-numerictextbox input.t-input,
#content .t-grid input[type="text"],
#content .t-grid select
{
	margin: 0px;
}
#content .section .row .t-editor-combobox input, #content .section .row .t-editor-combobox select,
#content .section-cols .row .t-editor-combobox input, #content .section-cols .row .t-editor-combobox select
{
	width: 100%;
}
#content .section .row input[type=checkbox],
#content .section-cols .row input[type=checkbox],
#content .section .row input[type="radio"],
#content .section-cols .row input[type="radio"]
{
	width: 18px;
}



/** buttons **/
#content .submit-buttons, input[type="submit"], #export, #complete, #cancel
{
	float: right;
	margin: 5px;
    display: block;
    min-width: 100px
}

#content table tr td .action-button {
    min-width: 64px;
    margin: 0 .16em;
    border-color: #dbdbde;
    background-color: #f3f3f4;
    display: inline-block;
    vertical-align: middle;
    padding: 2px 7px 2px;
    font-family: inherit;
    line-height: 1.72em;
    text-align: center;
    cursor: pointer;
}
#content table tr td a.action-button {
    color: black;
    text-decoration: underline !important;
}
#content table tr td a:visited.action-button {
    color: #505abc;
}
#content table tr td a:hover.action-button {
    text-decoration: none !important;
    background-color: lightgray;
    border-color: darkgray;
}

#complete
{
    text-align: center;
    vertical-align: middle;
    line-height: 26px;
    padding: 0;
    height: 26px;
    text-decoration: none;
}

.timeDisplay
{
	width: 150px;
	margin-left: 50px;
	margin-bottom: 5px;
	float: left;
}

.editView
{
    margin-top: -4px;
}

#content .section-columns
{
	margin: 12px auto;
	overflow: hidden;
	width: 94%;
}
#content .section-columns .section-row
{
    width: 400px;
    float: left;
	margin: 0px 0px 12px 0px;
	overflow: hidden;
}

#content .section-columns .section-row .colWide
{
	width: 100%;
}

#content .subtitle.section-columns
{
	margin-top: 18px;
	margin-bottom: 15px;
}

#content .subtitle.section-columns .section-row
{
	margin-bottom: 0px;
}


#content .section-columns .section-row .col
{
	float: left;
	margin: 0px;
}

#content .section-columns .section-row  input.wide
{
	width: 497px;
}

#content .section .inputs, #content .section-columns .inputs
{
	line-height: normal;
}
#content .section .inputs label, #content .section-columns .inputs label
{
	float: none;
	text-align: left;
}

#content .section-columns .section-row input.wide
{
	width: 497px;
}
