﻿/* Smart Form CSS */
DIV.smart-form
{
    font-family: Verdana,Arial,sans-serif;
    font-size: 8pt;
    margin-top: 25px;
}

DIV.smart-form .chkbox
{
   padding-left: 10px;
   font-weight: bold;
}
 
DIV.smart-form #smart-fieldset
{
    width: 90%;
    position: relative;
    padding: 15px;
    margin: 0 0 1em 1em;
    background-color: rgb(239, 239, 239);
    border: #c4d2db 1px solid;
}

DIV.smart-form #smart-fieldset legend
{
    font-weight: bold;
    color: #343434;
    background: rgb(219, 231, 241);
    border: 1px solid #c4d2db;
    padding: 5px 5px 5px 5px;
    position: absolute;
    top: -1.1em;
    left: .6em;
}

DIV.smart-form #smart-fieldset-LoginControl {     
	width: 90%;
	position:relative;     
	padding: 15px;     
	margin: 0 0 1em 1em;   
	background-color: rgb(239, 239, 239);    
	border: #c4d2db 1px solid;
}

DIV.smart-form #smart-fieldset-LoginControl legend {    
	font-weight: bold;     
	color: #343434;     
	background:rgb(219, 231, 241);     
	border: 1px solid #c4d2db;     
	padding: 5px 5px 5px 5px;
	position:absolute;
	top:-1.1em;
	left:.6em;
}

DIV.smart-form #smart-fieldset-Login {     
	width: 90%;
	position:relative;     
	padding: 15px;     
	margin: 0 0 1em 1em;   
	background-color: rgb(239, 239, 239);    
	border: #c4d2db 1px solid;
}

DIV.smart-form #smart-fieldset-Login legend {    
	font-weight: bold;     
	color: #343434;     
	background:rgb(219, 231, 241);     
	border: 1px solid #c4d2db;     
	padding: 5px 5px 5px 5px;
	position:absolute;
	top:-1.1em;
	left:.6em;
}

DIV.smart-form #smart-fieldset-ChangePassword {     
	width: 90%;
	position:relative;     
	padding: 15px;     
	margin: 0 0 1em 1em;   
	background-color: rgb(239, 239, 239);    
	border: #c4d2db 1px solid;
}

DIV.smart-form #smart-fieldset-ChangePassword legend {    
	font-weight: bold;     
	color: #343434;     
	background:rgb(219, 231, 241);     
	border: 1px solid #c4d2db;     
	padding: 5px 5px 5px 5px;
	position:absolute;
	top:-1.1em;
	left:.6em;
}

DIV.smart-form #smart-fieldset-ForgotPassword {     
	width: 90%;
	position:relative;     
	padding: 15px;     
	margin: 0 0 1em 1em;   
	background-color: rgb(239, 239, 239);    
	border: #c4d2db 1px solid;
}

DIV.smart-form #smart-fieldset-ForgotPassword legend {    
	font-weight: bold;     
	color: #343434;     
	background:rgb(219, 231, 241);     
	border: 1px solid #c4d2db;     
	padding: 5px 5px 5px 5px;
	position:absolute;
	top:-1.1em;
	left:.6em;
}

DIV.smart-form #smart-fieldset-UserRegistration {     
	width: 90%;
	position:relative;     
	padding: 15px;     
	margin: 0 0 1em 1em;   
	background-color: rgb(239, 239, 239);    
	border: #c4d2db 1px solid;
}

DIV.smart-form #smart-fieldset-UserRegistration legend {    
	font-weight: bold;     
	color: #343434;     
	background:rgb(219, 231, 241);     
	border: 1px solid #c4d2db;     
	padding: 5px 5px 5px 5px;
	position:absolute;
	top:-1.1em;
	left:.6em;
}

DIV.smart-form #smart-fieldset-ManageProfile {     
	width: 90%;
	position:relative;     
	padding: 15px;     
	margin: 0 0 1em 1em;   
	background-color: rgb(239, 239, 239);    
	border: #c4d2db 1px solid;
}

DIV.smart-form #smart-fieldset-ManageProfile legend {    
	font-weight: bold;     
	color: #343434;     
	background:rgb(219, 231, 241);     
	border: 1px solid #c4d2db;     
	padding: 5px 5px 5px 5px;
	position:absolute;
	top:-1.1em;
	left:.6em;
}

DIV.smart-form #smart-fieldset-panel {     
	width: 90%;
	position:relative;     
	padding: 15px;     
	margin: 0 0 1em 1em;   
	background-color: rgb(239, 239, 239);    
	border: #c4d2db 1px solid;
}

DIV.smart-form #smart-fieldset-panel legend {    
	font-weight: bold;     
	color: #343434;     
	background:rgb(219, 231, 241);     
	border: 1px solid #c4d2db;     
	padding: 5px 5px 5px 5px;
	position:absolute;
	top:-1.1em;
	left:.6em;
}

DIV.smart-form .smart-field-button
{
    margin: 0 0 0 0;
}

DIV.smart-form .smart-field-button input
{
    padding: 2px 2px 2px 2px;
    background: #ccc;
    opacity: 1.0;
    width: 80px;
}

DIV.smart-form .smart-field-checkbox
{
    margin: 0 0 0 0;
}

DIV.smart-form .smart-field-checkbox input
{
    padding: 2px 2px 2px 0px;
}

DIV.smart-form .smart-field-checkbox label
{
    padding: 2px 2px 2px 0px;
}

DIV.smart-form .smart-field-control
{
    clear: both;
    margin: 5px 0;
    display: block;
}

DIV.smart-form .smart-field-control label
{
    display: block;
    width: 30%;
    float: left;
    padding: 5px 0px 0px 0px;
    color: #333;
    font-weight: bold;
    text-align: right;
    padding-right: 10px;
    vertical-align: middle;
}

DIV.smart-form .smart-field-control label span
{
    color: red !important;
    font-weight: bold;
}

DIV.smart-form .smart-field-input
{
    display: block;
    padding: 5px 5px 5px 0px;
    vertical-align: middle;
    max-width: 250px;
}

DIV.smart-form .smart-field-controlvalue
{
    padding: 5px 0px 5px 0px;
    display: block;
}

DIV.smart-form .required
{
    color: red;
    font-weight: bold;
    margin: 0 5px;
}

DIV.smart-form .smart-messages
{
    margin: 0 0 0 0;
    padding: 5px 0px 5px 0px;
    border: #c4d2db 1px solid;
    background-color: #FFC;
    font-weight: bold;
    text-align: center;
}

DIV.smart-form .smart-recaptcha-container
{
    clear: both;
    margin: 5px 0;
    font-size: 0px;
}

DIV.smart-recaptcha-container .smart-field-control label
{
    display: block;
    width: 30%;
    float: left;
    padding: 5px 0px 0px 0px;
    color: #333;
    font-weight: bold;
    text-align: right;
    padding-right: 10px;
    vertical-align: middle;
}

DIV.smart-recaptcha-container .smart-recaptcha-control
{
    display: block;
    padding: 5px 0 5px 0;
}

DIV.smart-form .smart-validation-messages
{
    padding: 5px 0px 5px 0px;
    color: red !important;
}

/* Smart Form Fix for SharePoint Field Validation Errors */
DIV.smart-form .smart-field-control .ms-formvalidation
{
    color: red !important;
}
