﻿
/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../Includes/fonts/montserrat-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Montserrat Regular'), local('Montserrat-Regular'),
       url('../Includes/fonts/montserrat-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../Includes/fonts/montserrat-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../Includes/fonts/montserrat-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../Includes/fonts/montserrat-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../Includes/fonts/montserrat-v15-latin-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
}


/* Set default spacing for all browsers */
h1, h2, h3, h4, h5, h6, p, ul, li, br, table, div, ol, a, center
{
	margin: 0;
	padding: 0;
}

body
{
	margin: 0px;
	background-color: #EEE;
	font-family: Montserrat,sans-serif;
    font-size: 14px;
}

UL
{
	margin: 10px 10px 20px 20px;
}

div.PageContent
{
	padding: 3px 10px 10px 10px;
	background-color: #FFF;
	min-height: 100%;
	border: 1px solid #888;
    font-size: 14px;
}

div.PageContent H1
{
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#Subtitle
{
	font-weight: bold;
	font-size: 20px;
	color: #002E5D;
	margin-top: 12px;
}

#Main
{
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}

div.Banner
{
	padding: 10px 10px 10px 10px;
	background-color: #FFF;
	margin-bottom: 10px;
	z-index: 100;
	border: 1px solid #888;
	border-top-width: 0px;
}

div.Banner .Links
{
	float: right;
	text-align: right;
	white-space:nowrap;
}

div.Banner .Links A
{
	font-size: 12px;
	margin: 0px 10px 0px 10px;
}

.ContentSection
{
	background-color: White;
}

#LeftColumn, #CenterColumn, #RightColumn
{
	background-color: #EEE;
	float: left;
	width: 251px;
	padding: 1px 10px;
	font-size: 14px;
	height: 250px;
}
#LeftColumn H1, #CenterColumn H1, #RightColumn H1, .ContentPane H2
{
	border-bottom: 1px solid black;
	margin-top: 3px;
	margin-bottom: 10px;
	font-size: 16px;
}

.ContentPane H3
{
	font-size: 16px;
	font-weight: normal;
}

#LeftColumn
{
	width: 27%;
	margin-right: 10px;
}

#CenterColumn
{
	width: 33%;
	margin-right: 10px;
}

#LeftColumn .Footer, #CenterColumn .Footer, #RightColumn .Footer
{
	position: relative;
	top: 220px;
	left: 0px;
}
#RightColumn
{
	width: 28%;
}

div.clear
{
	clear: both;
}

.SiteMapPath
{
	padding: 10px 0px 10px 0px;
}

.SiteMapPath A
{
	color: gray;
}

.ContentPane
{
	background-color: #EEE;
	margin: 10px 0px;
	padding: 10px;
	width: 600px;
}

.modalBackground
{
	background-color: #336699;
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);
}

.modalDragHandle
{
	cursor: move;
	background-color: #336699 !important;
	text-decoration: underline;
	text-align: right !important;
}

.modalDragHandle A
{
	color: White;
	text-decoration: underline;
}

.offScreen
{
	position: absolute;
	top: -100px;
	left: -100px;
}

#CustomErrors
{
	/*	padding: 10px 0px; 	background-color: #36CFDD; 	width: 40%; */
}

.SectionHeader
{
	background-color: #002E5D;
	color: #FFF;
	padding: 5px 15px 5px 15px;
	margin: 15px 0px 10px 0px;
	font-weight: bold;
	width:100%;
}

.Section
{
	margin: 5px 5px 5px 5px;
}

P.Entitlement
{
	margin: 10px 0px 10px 0px;
}

div.EntitlementConfirm P
{
	padding: 5px 15px 5px 15px;
}



div.EntitlementConfirm LI
{
	list-style: none;
	margin-left: 50px;
	margin-top: 10px;
}


/* Telerik control */
.InputField
{
	width: 140px;
	border: solid 1px #cfcfcf;
	background: white;
	height: 17px;
	_width: 150px;
}

.ruInputs label
{
	width: 132px;
	padding-right: 5px;
	text-align: left;
	display: block;
	float: left;
	height: 25px;
	line-height: 25px;
	font-size: larger;
}

.ruInputs li
{
	padding-top: 5px;
	padding-bottom: 5px;
}

.AddPanel
{
	border: solid 1px black;
	padding: 0px 5px 5px 5px;
}

.AddPanel h1
{
	width: 100%;
	background-color: ButtonFace;
	padding-top: 3px;
	padding-bottom: 3px;
}


/*	=========================================================
	CommentView User Control
	=========================================================  */

div.ExistingComment
{
	width: 690px;
	background-color: #EEE;
	padding: 5px;
	margin: 0px 0px 3px 0px;
	overflow: auto;
	border: 1px solid #CCC;
	
}

.NewComment
{
	width: 700px;
}

div.ExistingComment div.CommentAuthor
{
	margin: 5px 0px;
	width: 50%;
	text-align: right;
	float: right;
	font-style: italic;
	font-size: small;
	color: #888;
}

div.RadEditorDisabled
{
	height: auto !important;
}

/*	=========================================================
	Entitlement Request Details View
	=========================================================  */

.Watermark
{
	color: #BBB;
	font-style: italic;
}

.EntitlementRequestDetailsView strong
{
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
}


.EntitlementRequestDetailsView .ContentPane
{
	border: 1px solid #CCC;
	width: 900px;
}

.EntitlementRequestDetailsView #LeftColumn, 
.EntitlementRequestDetailsView #RightColumn,
.EntitlementRequestDetailsView #CenterColumn
{
	height: auto;
	background-color: #EEE;
	border: 1px solid #CCC;
	padding: 5px;
	margin-bottom: 15px;
}

.EntitlementRequestDetailsView .SubSection 
{
	margin-bottom: 5px;
}

.EntitlementRequestDetailsView H1
{
	border-bottom: 1px solid black;
}

.EntitlementRequestDetailsView #RightColumn input[type="password"]
{
	width: 80%;
}

.EntitlementRequestDetailsView #RightColumn input[type="submit"]
{
	margin-top: 10px;
}

/*	=========================================================
	Entitlement Request Grid View
	=========================================================  */

.EntitlementRequestGridView .ContentPane
{
	width: 900px;
	border: 1px solid #CCC;
}

.EntitlementRequestGridView .ExportButton
{
	margin: 5px 0px;
	float: right;
}


/*	=========================================================
	Entitlement Search Panel 
	=========================================================  */

.EntitlementRequestSearchPanel 
{
	font-size: 12px;
	width: 900px;
}

.EntitlementRequestSearchPanel .SmallInput
{
	margin: 0px 20px 0px 0px;
	float: left;
}

.EntitlementRequestSearchPanel .ContentPane
{
	width: 700px;
	border: 1px solid #CCC;
}

.EntitlementRequestSearchPanel label
{
	display: block;
}

.EntitlementRequestSearchPanel input[type="text"]
{
	width: 300px;
}

.EntitlementRequestSearchPanel input[type="submit"]
{
	margin: 5px 0px 0px 0px;
}

.EntitlementRequestSearchPanel .ContentPane
{
	width: 900px;
}

/*	=========================================================
	Entitlement Request Form 
	=========================================================  */

.EntitlementRequestForm
{
	font-size: 14px;
}

.EntitlementRequestForm H3
{
	margin-top: 4px;
}

.EntitlementRequestForm label
{
	margin: 10px 0px 5px 15px;
	display:block;
}

.EntitlementRequestForm .SmallInput
{
	float: left;
	margin-right: 30px;
}

.EntitlementRequestForm .SmallInput input[type="text"]
{
	width: 200px;
}

.EntitlementRequestForm .LargeInput
{
	width: 550px;
}

.EntitlementRequestForm input, .EntitlementRequestForm select
{
	margin: 0px 0px 0px 15px;
}

.EntitlementRequestForm input[type="submit"]
{
	margin: 5px 5px 5px 0px;
}

/*	=========================================================
	Duplicate Firms Popup
	=========================================================  */

.DuplicateFirmSearch label
{
	font-size: 14px;
	margin: 10px 0px 5px 0px;
	display:block;
	width: 200px;
}

.DuplicateFirmSearch .SmallInput
{
	font-size: 14px;
	float: left;
	margin-right: 30px;
}

.DuplicateFirmSearch .SmallInput input[type="text"]
{
	font-size: 14px;
	width: 200px;
}

.DuplicateFirmSearch .LargeInput
{
	font-size: 14px;
	width: 550px;
}

.DuplicateFirmSearch input, .DuplicateFirmSearch select
{
	font-size: 14px;
	margin: 0px 0px 0px 0px;
}

.DuplicateFirmSearch input[type="submit"]
{
	font-size: 14px;
	margin: 5px 5px 5px 0px;
}

.DuplicateFirmSearch
{
	/*border: 1px solid #888;*/
	font-size: 14px;
	background-color: White;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	padding: 10px;
}

.DuplicateFirmSearch .ContentPane
{
	font-size: 14px;
	width: 880px;
	border: 1px solid #CCC;
}


.LastLogin
{
	height:20px;
	width: 100%;
	text-align:right;
}

/* =================================================================================================
	Form Upload page
   ===============================================================================================*/
   
/*
 -- n.b. Most of the settings are to preserve the look and feel from the non-css layout. 
*/
   
.FormUpload UL
{
	list-style: none;
	padding-left: 0px;
	margin-left: 0px;
}

.FormUpload LI
{
	margin-left: 0px;
}

.FormUpload P
{
	margin: 5px 0px 10px 0px;
}

.FormUpload H1
{
	font-weight: bold;
	font-size: 13px !important;
	margin: 5px 0px !important;
}

.FormUpload .SectionHeader
{
	margin: 25px 0px 17px 0px;
}


.LogsSearch .ContentPane
{
	width: 95%;
	border: 1px solid #CCC;
}

.LogsSearch LI
{
	margin: 10px 0px;
}

.PublicFormSearch .Flags TD
{
	padding: 10px 20px 10px 0px;
}

.PublicFormSearch input[type="submit"]
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	clear:both;
	margin-bottom: 20px;
}

.PublicFormSearch H3
{
	font-size: small;
}

.PublicFormSearch P
{
	padding: 0px 3px;
}

.Amendment .FormLink
{
	padding-left: 15px !important;
}

.NewFormGrouping TD
{
	border-top-width: 2px !important;
}

.PublicFormsSearchGrid .StaffFormsSearchGrid
{ 
	border: 1px solid; 
	border-collapse: collapse; 
}

.PublicFormsSearchGrid td, .StaffFormsSearchGrid td
{ 
	border: 1px solid; 
}

.Pager .ContentPane
{
	width: 880px;
}

.FirmHeader input[type="checkbox"]
{
	padding-left: 0px;
	margin-left: 0px;
}

#Entitlement .Pager
{
	width: 920px;
	background-color: #EEE;
	border: 1px solid #CCC;
}

.registrationFeeContent 
{
   padding-left: 10px;
}

.InvoiceDisplay
{
 padding-left : 25px;
}

.InvoiceDetails TABLE 
{
	border: 0;
}
TABLE.InvoiceDetails TD
{
	padding-bottom: 10px; 
}

.paddingLeft 
{
	padding-left: 25px;
}

.paymentMethods TABLE 
{
border: 0;
padding: 2px;
}	

.paymentMethods TD
{
	vertical-align: top;
	padding-top: 2px;
}

.paymentTypes TD
{
	vertical-align: top;
	padding-left: 10px;
	padding-top: 0px;
}

TD.paymentTypes TABLE 
{
	margin-left: 50px;
}

.noteText 
{
	color: Blue;
}

.InvoiceFormDetails TABLE 
{
	border: 0;
	padding-left: 25px;
	padding-top: 5px;
}
TABLE.InvoiceFormDetails TD 
{
	padding: 8px;
	vertical-align: top;
}

TABLE.contactInfo TD
{
	padding: 5px;
}

.postalMailAddress 
{
	padding-left: 25px;
	padding-bottom: 10px;
}
.lockBoxAddress 
{
	padding-top: 15px;
	padding-left: 25px;
	padding-bottom: 15px;
}

.EmptyGrid, .Grid, .Pagination, .PanelBody, .subsection-body
{
	width: 95%;
	margin-left: 2.5%;
	margin-right: 2.5%;
	border-spacing: 0;
}

.Grid
{
	border: solid 1px #000;
}

.Grid th 
{
	color: #000;
    background-color: #8DC8E8;
    font-weight: normal;
}

.Grid tr
{
	text-align: left;
}

.Grid .LightTopBorder td
{
	border-top: 1px solid #CCC;
}

.Grid td
{
	border-top: 1px solid #000;
}

.Grid td, .Grid th
{
	padding: 4px;
	border-left: 1px solid #CCC;
}

.Grid td:first-child, .Grid th:first-child
{
	border-left: none;
}

.Hidden 
{
	display: none;
}

.Indent
{
	text-indent: 10px;
}

.Center
{
	text-align: center;
}

.text-align-left
{
    text-align: left;
}

.bold
{
    font-weight: bold;
}

.underline
{
    text-decoration: underline;
}

.FormAPColumnWidth
{
	width: 80px;
}

.FormAPDateColumnWidth {
	width: 85px;
}

.column-width-15
{
    width: 15px;
}

.width150
{
    width: 150px;
}

.Pagination ul
{
	list-style: none;
	margin: 10px 0;
	padding: 0;
	display: inline-block;
}

.Pagination ul li a
{
	text-decoration: none;
	display: block;
	width: 23px;
	text-align: center;
	color: #000;
}

.Pagination ul li a:hover
{
	background-color: #009CDE;
	color: #FFF;
}

.Pagination ul li a[disabled]:hover
{
	background-color: white;
	color: black;
}

.PadRightLeft
{
	padding: 0 3px;
}

.Pagination ul li
{
	float: left;
	border-top: 1px solid #CCC;   
	border-bottom: 1px solid #CCC; 
	border-right: 1px solid #CCC; 
	line-height: 27px;
}

.Pagination ul li:first-child 
{
	border-left:1px solid #CCC;
}

.horizontal-wrapping-list 
{
    list-style-type: none;
    margin: auto;     
    padding: 0;
    text-align: left;
    width: 95%
}

.horizontal-wrapping-list li 
{
    display: block;
    float: left;
    width: 33%;
    margin: 3px 0;
}

.margin-horizontal-10
{
    margin: 10px auto;
}

.margin-horizontal-15
{
    margin: 15px auto;
}

.margin-horizontal-20
{
    margin: 20px auto;
}

table.formAP-Filter-spacing
{       
    margin-left: 20px ;
    margin-right: 20px auto;
    margin-top: 20px;
    margin-bottom: 5px auto;
}

.padding-Left-10
{    
    margin-left: 10px;
}

.margin-left-15
{    
    margin-left: 15px;
}

.margin-bottom-3
{
    margin-bottom: 3px;
}

.margin-top-20
{
    margin-top: 20px;
}

.margin-right-20
{
    margin-right: 20px;
}

.margin-right-10
{
    margin-right: 10px;
}

.padding-bottom-10
{
    padding-bottom: 10px;
}

.rasr-info, .rasr-success, .rasr-warning, .rasr-error 
{
    margin: 5px 0px;
    padding:6px;
}
.rasr-info 
{
    color: #005d9b;
    background-color: #e3f7fc;
}
.rasr-success 
{
    color: #4F8A10;
    background-color: #e9ffd9;
}
.rasr-warning 
{
    color: #9f5c00;
    background-color: #fff8c4;
}
.rasr-error {
    color: #D8000C;
    background-color: #fcd9d9;
}
.rasr-info i, .rasr-success i, .rasr-warning i, .rasr-error i 
{
    margin:5px 11px;
    font-size:1.7em;
    vertical-align:middle;
}

.note
{
    color: red;
}

.table-label span
{
    color: #A23228;
    font-weight: bold;
}

.width-50
{
    width: 50px;
}

.RadUpload .ruFileWrap {   
    padding-right: 0.8em;    
}

tbody>tr>th {
   color: #000;
   background-color: #8DC8E8;
   font-weight: normal;
}

.preview-header-label{
    color: #009CDE;
    font-weight: bold;
}

