@charset "utf-8";
/* CSS Document */

/* Show search - hidden by default */
@import url("../show_search.css"); 

/* Global Search label */
.ACA_Page_Instruction {
	left:5px;
}
/* record summary container */
.record-detail .record-summary {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	padding:10px 10px 0;
}

/* Record summary main heading */ 
.record-detail .record-summary h1 {
    line-height: 26px;
	color: #333333;
	font-size: 16px;
	font-weight: normal;
}
	/* Record summary main heading container */ 
	#ctl00_PlaceHolderMain_lblPermitType {
		margin: 5px 0 0;
		font-size: 16px;
		font-weight: bold;
	}
	#ctl00_PlaceHolderMain_per_permitDetail_label_permit,
	#ctl00_PlaceHolderMain_lblPermitNumber {
		font-weight: normal;
		font-size: 28px;
	}
	.dv-recordstatus {
		margin-top: 5px;
	}
/*Record main section ADD TO V21*/
.record-detail .record-main-section {
	margin-top: 0;
}
/*View Public Comments/Project Record link injected via capdetail.js*/
.ssp-public-comments {
	font-size: 14px;
	margin-left: 10px;
	border-left: 1px solid #ccc;
	padding-left: 8px;
}
.ssp-public-comments i {
	font-size: 18px;
}

/* add to collection and cart */
.add2collectionlink span {
    font-size: 14px !important;
    font-weight: normal !important;
	color: #0047ba;
}
.add2collectionlink:hover span {
    color: #0047ba;
	text-decoration:underline;	
}
/*Go to All Records Search button*/
#ctl00_PlaceHolderMain_dvContent > .ACA_LgButton > a {
	color: #fff;
	font-size: 15px;
	margin-bottom: 10px;
}

/* Record Detail List Navigation */
.record-detail .record-nav {	
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
	box-shadow: none;
	background-color: #ffffff;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding: 10px 10px 0;
	border-bottom: 1px solid #E6E6E6;
}
.record-detail .dropdown-menu {
    z-index: 1;
	border-left: none;
    border-right: none;
    border-bottom: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	position: relative;
}
.record-detail .record-nav .nav-bar > li > .dropdown-menu {
    display: block !important;
}
.record-detail .record-nav .nav-bar > li {
	width: 100%;
	text-align: left;
	background-color: #ffffff;
	border-top: 1px solid #E6E6E6;
	margin-bottom: 5px;
}
.record-detail .record-nav .nav-bar > li.show {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.record-detail .record-nav .nav-bar > li + li {
    border-left: none;
}
.record-detail .record-nav .nav-bar > li.selected {
    border-bottom: none;
}
.record-detail .record-nav .nav-bar > li > a {
    padding: 5px 0 5px 0;
	font-size: 16px;
	color: #333333;
	margin-top: 5px;
}
.record-detail .record-nav .nav-bar > li > a:hover,
.record-detail .record-nav .nav-bar > li > a:focus {
	text-decoration: none;
	cursor:text;
}
.record-detail .dropdown-menu > li > a:hover,
.record-detail .dropdown-menu > li > a:focus {
    background-color:#E0E0E0;
}
.record-detail .dropdown-menu > li {
    float: left;
	display: inline;
}
.record-detail .dropdown-menu > li > a {
    padding: 5px 15px;
	color: #0047ba;
	font-size: 14px;
	font-weight: normal;
}
/*fix accela bug - adds depricated font tag - argh!*/
.record-detail .dropdown-menu > li > a font {
	color: inherit;
}
/*fix hidden report links*/
.record-detail .record-summary {
	z-index: 1;
}
/*spacing between fees outstanding and paid*/
div#divFeeList,
div#divFeeListPaid {
	margin-bottom: 20px;
}
/* Block heading bar */
.MoreDetail_BlockTitle {
	background-color:#e3e3e3;
	padding:5px;
	margin-bottom:5px;
}
/* Block heading font */
.MoreDetail_BlockTitle h1 {
    font-size: 16px;
}
/*hide block heading expand icon*/
.MoreDetail_BlockTitle a[id^=lnk] {
	display: none;
}
/* Block Content */
.MoreDetail_BlockContent {
    padding-top: 10px;
    padding-bottom: 25px;
}
/* Block headings */
.MoreDetail_ItemCol1 h2,
.MoreDetail_ItemCol2 h2 {
	color:#333333;
	font-size:14px;
	margin-top:0;
}
/* tranform Uppercase headings */
.ACA_Title_Text {
    color: #333333;
	font-size:14px;
	text-transform:lowercase;
}
	.ACA_Title_Text::first-letter {
		text-transform:uppercase;
	}
/* View Details Link */
.ACA_LinkButton A {
    color: #0047ba;
}
/* Inspections*/
.InspectionListRow > td.ACA_AlignLeftOrRightTop {
    border-bottom: 1px solid #e6e6e6;
	background-color:#ffffff;
	padding: 10px;
}
/* Title bar heading */
.ACA_Title_Bar {
    padding-bottom: 18px;
}
/* Applicant heading - Permit details */
.td_parent_left h1 {
	font-size:14px !important;
	font-weight:bold;
	color: #333333;
}
/* Hide phone and email */
[class^="contactinfo_phone"],
[class^="contactinfo_email"] {
	display:none;
}
	/* remove spacing below phone and email */
	#ctl00_PlaceHolderMain_PermitDetailList1_tbRCList .MoreDetail_BlockContent {
		padding-bottom: 0;
	}
/* More Details link */
h1.ACA_FLeftForStyle {
	display:none;
}
/*Inpections Actions dropdown*/
.ActionMenus {
	position: static;
}
/* Left margin for text blocks */
.moredetail_td {
	width: 0;
}
/* Inspection Panel Headings and links */
#ctl00_PlaceHolderMain_InspectionList_inspectionUpdatePanel h1 {
	color:#333333;
	font-weight: normal;
}
#ctl00_PlaceHolderMain_InspectionList_inspectionUpdatePanel .ACA_TabRow_Italic,
#ctl00_PlaceHolderMain_InspectionList_inspectionUpdatePanel .ACA_Body_Text {
	font-style: normal;
	font-size: 13px;
}
/* Inspections upcoming and completed */
#ctl00_PlaceHolderMain_InspectionList_lblInspectionUpcoming,
#ctl00_PlaceHolderMain_InspectionList_lblInspectionCompleted {
	color: #0047ba;
}
/* hide request inspection link */
#ctl00_PlaceHolderMain_InspectionList_divInspectionScheduleLink {
	display: none;
}
/*wierd cancelled -1 heading*/
#ctl00_PlaceHolderMain_InspectionList_divInspectionStatusRecordCount {
	display: none;
}
/* Related Records */
.ACA_RelatedCap_Normal {
    color: #333333;
	font-size: 13px;
}
.ACA_RelatedCap_Highlight {
    color: #333333;
    font-style: normal;
    font-weight: normal;
	font-size: 13px;
}
.ACA_BkBlueD {
    background: #ffffff;
}
.ACA_Shot {
	padding-left: 10px;
}
.ACA_NShot {
	text-decoration: none;
	font-weight: normal;
}
.ACA_RelatedCap_Normal > .ACA_AlignLeftOrRight,
.ACA_RelatedCap_Highlight > .ACA_AlignLeftOrRight {
	padding:8px 0;
	border-bottom: 1px solid #e6e6e6;
}
.Header_h4 {
	font-weight: bold;
}
a#detail {
	font-weight: bold;
}
.ACA_BkTit th {
	background-color: #cccccc;
	padding: 7px 7px 7px 5px;
	
}
/*Fee list table*/
.ACA_TabRow_Even {
    background: #f6f6f6;
}
.ACA_TabRow_Even > .ACA_AlignLeftOrRight,
.ACA_TabRow_Odd > .ACA_AlignLeftOrRight {
	border-bottom: 1px solid #e6e6e6;
	padding: 8px 0 8px 5px;
}
strong i {
	font-style: normal;
}
.FeeList h1 {
	margin-bottom: 15px;
}

/*Trust Account Info*/
.ACA_GridView .ACA_TabRow_Odd td,
.ACA_GridView .ACA_TabRow_Even td {
	border-bottom: 1px solid #e6e6e6;
}

/*Status*/
.ACA_ALeft span {
	font-size: 1.0em !important;
}
#divProcessInfo > #divProcessingTable .ACA_TabRow_Even {
    background: #ebebeb !important;
}
#divProcessInfo > #divProcessingTable .ACA_TabRow_Even td {
    background: #ffffff !important;
}
#divProcessInfo > #divProcessingTable .ACA_TabRow_Odd {
    background: #ffffff !important;
}
#divProcessingTable .ACA_TabRow_Odd > td,
#divProcessingTable .ACA_TabRow_Even > td {
	border-bottom: 0;
	border-top: 1px solid #e6e6e6;
	padding:8px 0;
}
hr {
	border: 0;
    height: 1px;
    background: #e6e6e6;
}
/*Notes Fix*/
.ssp-custom-heading {
	color: #0047ba;
	font-size: 18px;
	margin-bottom: 15px;
}
table.ssp-custom-table {
	border-collapse: collapse;
    border-spacing: 0;
	width: 100%;
}
.ssp-custom-table td,
.ssp-custom-table th {
	font-size: 13px;
	padding:7px 15px 7px 5px;
	border-bottom: 1px solid #e6e6e6;
}
.ssp-custom-table th {background-color: #CCCCCC;}
.ssp-custom-table tbody tr:nth-child(odd) {
    background: #ffffff;
}
a[href="#tab-custom_component"] {
	color: #0047ba !important;
	cursor: pointer !important;
	font-size: 14px !important;
	display: inline-block !important;
	padding:5px 15px !important;
}
a[href="#tab-inspections"] {display: inline-block !important;}
.nav-bar > li:nth-child(3) {border-top: none !important;}

/*Trust Acct Info*/
.ACA_GridView .ACA_TabRow_Header > th a > span,
.ACA_GridView .ACA_TabTitle > th a > span {
    color: #333333 !important;
}
/*record details pagination bar*/
.ACA_Table_Pages span,
.ACA_Table_Pages {
	font-size: 13px;
	font-weight:normal;
	color: #333333;
}
a.ACA_Table_Pages,
.ACA_Table_Pages a {
	font-size: 13px;
	font-weight:bold;
}
.ACA_Table_Pages td {
	padding-top: 0;
}
.ACA_Table_Pages > td {
	padding-top: 5px;
}
/*Project Description*/
.td_parent_left h1 {
    margin-left: 15px;
}
.td_child_left {
	width: 15px;
}
/*Custom Contact Component*/
.custom_BlockTitle {
	margin:20px 20px 5px 4px;
	background-color: #e3e3e3;
    padding: 5px 5px 5px 8px;
}
.custom_BlockTitle h1 {
	font-weight: bold;
	color: #333333;
	font-size: 16px;
}
.contact-container {
	margin-left:20px;
	margin-top:15px;
	font-size:14px;
}
.contact-container > div {
	margin-bottom: 2px;
}
.contact-heading {
	font-weight: bold;
}
.record-main-section a {
	text-decoration: underline;
}
.record-main-section a:hover {
	text-decoration: none;
}
/*Public Comments - #public-comment wrapper added via capdetail.css ADD TO V21*/
#public-comments .record-condition-msg-section-alt {
	display: none; /*hide blue banner*/
}
#public-comments .record-nav {
	display: none; /*hide tab menu*/
}
#public-comments .record-summary {
	padding-bottom: 10px; /*record summary*/
}
#public-comments .record-detail .record-main-section {
	float: none; /*remove float so can apply margin to ACA_titlebar*/
	min-height: auto; /*removes 300px min height*/
}
/*Street Use - Conditions ADD TO V21*/
#streetuse-conditions a[data-label="aca_CB1_recorddetail_section_label_recordinfo"] .con-count {
	display: none; /*hide orange counter*/
}
#streetuse-conditions a[data-label="aca_CB1_recorddetail_section_label_conditions"] .rec-downarrow + span {
	display: none; /*hide colon after Conditions link*/
}
#streetuse-conditions .con-count { /*counter badge*/
	background-color: #f15a24;
    border-radius:5px;
	color: #fff;
	padding: 2px 5px;
}
#streetuse-conditions .conditions-container { /*counter containter*/
	background-color: #fadbd0;
	border:1px solid #f15a24;
	padding: 10px 10px;
	margin-top: 15px;
	margin-bottom: 10px;
	color: #000;
	font-size: 14px;
}
#streetuse-conditions .conditions-container span { /*remove default button styles*/
	margin-right: 5px;
}
#streetuse-conditions .conditions-container .material-icons {
    color: #f15a24;
    font-size: 24px;
    margin-right: 5px;
}
#streetuse-conditions .record-detail .btn-view-condition { /*remove default button styles*/
	position: relative;
	margin-left: auto;
	margin-top: auto;
	display: inline;
}
#streetuse-conditions .record-detail .btn-view-condition a { 
	float: initial; /*remove default button float*/
	font-size: 14px;
}

#streetuse-conditions div[id$="divGeneralConditionsGroupName"] {
	display: none; /*hide condtions group name and count*/
}
#streetuse-conditions div[id$="divGeneralConditionsType"] {
	display: none; /*hide condtions group type*/
}
#streetuse-conditions div[id$="divConditionsOfApprovalType"] {
	display: none; /*hide condtions of approval type*/
}
/*Conditions global ADD TO V21*/
span[id$="lblGeneralConditionsInfo"] div,
span[id$="lblConditionsOfApprovalInfo"] div {
	color: #000 !important;
	font-style: normal !important;
	font-size: 14px !important;
}
#ctl00_PlaceHolderMain_capConditions_shConditionOfApproval_divSearchArea {
	margin-top: -5px; /*align conditions of approval search input*/
}
#ctl00_PlaceHolderMain_capConditions_divHideOrShowMet {
	margin-left: 10px; /*align Those Met link*/
}
#tab-conditions .ACA_Table_Pages td {
    background-color: initial; /*hide strange white bar below CofA*/
}
#tab-conditions .ACA_GridView .ACA_TabRow_Odd:hover > td,
#tab-conditions .ACA_GridView .ACA_TabRow_Even:hover > td,
#tab-conditions .ACA_GridView .ACA_TabRow_SmallEven:hover > td,
#tab-conditions .ACA_GridView .ACA_TabRow_SmallEven2:hover > td,
#tab-conditions .ACA_GridView .ACA_TabRow_SmallOdd:hover > td {
    background: #f6f6f6 !important; /*remove row hover color*/
}