/**
* General Styles
*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	background: #5f5f5f;
	color: #f5f5f5;
	font-family: 'Lato', sans-serif;
	font-size: 12pt;
	margin: 0;
	padding: 0;
}

/**
* Header
*/

#header {
	background: #291d11;
	color: #f5f5f5;
	font-size: 10pt;
	letter-spacing: 2px;
	position: relative;
	text-transform: uppercase;
}

#header a {
	text-decoration: none;
}

#header span.pageTitle {
	line-height: 61px;
	padding-left: 18px;
}

#header #tools {
	padding: 10px 18px 0 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1000;
}

#tools div.item {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
}

#tools div.item img {
	display: none;
}

#tools div.item a {
	color: #f4f4f4;
	display: block;
	padding: 0 32px;
}

#tools div#preview-website {
	background: #b54426;
}

#tools div#preview-website:hover {
	background: #98270a;
}

#tools div#datetime {
	letter-spacing: normal;
	text-transform: none;
}

#tools div#logout {
	background: #5f5f5f;
}

#tools div#logout:hover {
	background: #98270a;
}

#header #navigation {
	background: #5f5f5f;
}

#header #navigation img {
	display: none;
}

#header ul#primary {
	height: 75px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#header ul#primary li {
	display: inline-block;
}

#header ul#primary a {
	color: #f5f5f5;
	display: block;
	height: 75px;
	line-height: 75px;
	padding: 0 18px;
	-o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
	transition: 0.5s
}

#header ul#primary a.current,
#header ul#primary a:hover {
	background: #291d11;
}

/**
* Main Container
*/

#main {
	background: #bebebe;
}

#main a {
	color: #b54426;
	font-style: italic;
	text-decoration: underline;
}

#main #menu {
	background: #bebebe;
	padding: 6px;
}

#main #content {
	background: #f5f5f5;
	color: #291d11;
	padding: 0 1em;
}

#main #content h1,
#main #content h2,
#main #content h3,
#main #content h4,
#main #content h5 {
	letter-spacing: 6px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 20px;
	text-transform: uppercase;
}

#main #content #container h1,
#main #content #container h2,
#main #content #container h3,
#main #content #container h4,
#main #content #container h5 {
	padding: 0;
}

#main #content h1 {
	font-size: 26pt;
}

#main #content h2 {
	font-size: 15pt;
}

#main #content h3 {
	font-size: 13pt;
}

#main #content h4 {
	font-size: 11pt;
}

#main #content h5 {
	font-size: 15pt;
	letter-spacing: normal;
	text-transform: none;
}

#main #content h1 img {
	vertical-align: middle;
}

#main #content p {
	line-height: 1.5em;
}

div.locationBar {
	display: inline-block;
}

div.breadcrumb {
	color: #8b8b8b;
	font-size: 10pt;
	letter-spacing: 2px;
	margin: 0 auto;
	padding: 0 20px;
	text-transform: uppercase;
}

#main div.breadcrumb a {
	color: #8b8b8b;
	font-style: normal;
	text-decoration: none;
}

/**
* Message Boxes
*/

div.msg-error,
div.msg-success,
div.msg-warning,
div.msg-information,
div.msg-question {
	background-repeat: no-repeat;
	background-position: 34px center;
	color: #f5f5f5;
	padding: 17px 10px 17px 104px;
	text-align: left;
	margin-bottom: 10px;
	min-height: 40px;
}

#main div.msg-error a,
#main div.msg-success a,
#main div.msg-warning a,
#main div.msg-information a,
#main div.msg-question a {
	color: #f5f5f5;
	font-style: normal;
	text-decoration: underline;
}

#main div.msg-error a:hover,
#main div.msg-success a:hover,
#main div.msg-warning a:hover,
#main div.msg-information a:hover,
#main div.msg-question a:hover {
	text-decoration: none;
}

div.msg-error input[type=submit],
div.msg-success input[type=submit],
div.msg-warning input[type=submit],
div.msg-information input[type=submit],
div.msg-question input[type=submit] {
	-webkit-appearance: none;
	background: #291d11;
	border: none;
	border-radius: 0;
	color: #f4f4f4;
	height: 40px;
	letter-spacing: 2px;
	line-height: 40px;
	text-transform: uppercase;
}

div.msg-error input[type=submit]:hover,
div.msg-success input[type=submit]:hover,
div.msg-warning input[type=submit]:hover,
div.msg-information input[type=submit]:hover,
div.msg-question input[type=submit]:hover {
	background: #98270a;
}

div.msg-error {
	background-image: url( '../images/message-error-bg.png' );
	background-color: #dd2327;
	border: 6px solid #f7464a;
}

div.msg-information {
	background-image: url( ../images/message-info-bg.png );
	background-color: #5f5f5f;
	border: 6px solid #291d11;
}

div.msg-question {
	background-image: url( ../images/message-question-bg.png );
	background-color: #007d7b;
	border: 6px solid #46bfbd;
}

div.msg-success {
	background-image: url( '../images/message-success-bg.png' );
	background-color: #5ba800;
	border: 6px solid #79dd03;
}

div.msg-warning {
	background-image: url( '../images/message-warning-bg.png' );
	background-color: #fdb45c;
	border: 6px solid #fdce5c;
	color: #291d11;
}

#main div.msg-warning a {
	color: #291d11;
}

/**
* Sidebar Nav
*/

.navTable {
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
	width: 96%;
}

#main .navTable a {

}

.navTableTop {
	background: #291d11;
	border: 1px solid #78726d;
	color: #f4f4f4;
	font-size: 10pt;
	letter-spacing: 6px;
	line-height: 18px;
	padding: 16px 12px;
	text-transform: uppercase;
}

.navTable .nav-dark {
	background-color: #5f5f5f;
	color: #fff;
	font-size: 12pt;
	padding: 0;
}

.navTable tr:nth-child(odd) .nav-dark {
	background-color: #757575;
}

.navTable .contentpane {
	background: #f5f5f5;
	padding: 0;
}

.navTable tr:nth-child(odd) .contentpane {
	background: #fff;
}

#main span.engMenuItem,
#main a.engMenuLink:link,
#main a.engMenuLink:visited,
#main a.engMenuLink:active  {
	color: #676767;
	display: block;
	font-style: normal;
	line-height: 18px;
	padding: 16px 12px;
	text-decoration: none;
}

#main span.engMenuItem {
	font-style: italic;
}

#main .nav-dark:hover a.engMenuLink:link,
#main .nav-dark:hover a.engMenuLink:visited,
#main .nav-dark:hover a.engMenuLink:active,
#main .contentpane:hover a.engMenuLink:link,
#main .contentpane:hover a.engMenuLink:visited,
#main .contentpane:hover a.engMenuLink:active {
	background: #b54426;
	color: #f4f4f4;
}

#main .nav-dark a.engMenuLink:link,
#main .nav-dark a.engMenuLink:visited,
#main .nav-dark a.engMenuLink:active {
	color: #fff;
}

#main a.engMenuLink:hover  {
	text-decoration: none;
}

/**
* User Tabs
*/

#main div.userTabs {
	margin-bottom: 2px;
	text-align: left;
}

#main div.userTabs .item {
	display: inline-block;
	font-size: 10pt;
	letter-spacing: 2px;
	text-transform: uppercase;
}

#main div.userTabs .item a {
	background: #5f5f5f;
	color: #f4f4f4;
	display: block;
	font-style: normal;
	line-height: 40px;
	padding: 0 32px;
	text-decoration: none;
}

#main div.userTabs .item a:hover {
	background: #98270a;
}

/**
* Table Styles
*/

.contentTable,
.newContentTable {
	border-collapse: collapse;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	width: 100%;
}

.contentTable img,
.newContentTable img {
	vertical-align: middle;
}

.contentTable td,
.contentTable th,
.newContentTable td,
.newContentTable th {
	border: 1px solid #5f5f5f;
}

.contentTable table td,
.contentTable table th,
.newContentTable table td,
.newContentTable table th {
	border: none;
}

.contentTable td:first-child,
.contentTable th:first-child,
.newContentTable td:first-child,
.newContentTable th:first-child {
	border-left: none;
}

.contentTable td:last-child,
.contentTable th:last-child,
.newContentTable td:last-child,
.newContentTable th:last-child {
	border-right: none;
}

.contentTableTop,
.newContentTable thead th {
	background: #291d11;
	color: #f4f4f4;
	letter-spacing: 6px;
	line-height: 18px;
	padding: 16px 12px;
	text-transform: uppercase;
}

.contentpane-heading,
.contentTable tr:nth-child(odd) .contentpane-heading,
.newContentTable thead td,
.newContentTable thead td.action,
.newContentTable tbody td.heading,
.newContentTable tbody tr:nth-child(odd) td.heading {
	background-color: #757575;
	color: #fff;
	font-size: 10pt;
	font-weight: normal;
	letter-spacing: 2px;
	padding: 7px;
	text-transform: uppercase;
}

#main .contentpane-heading a,
#main .contentTable tr:nth-child(odd) .contentpane-heading a,
#main .newContentTable thead td a,
#main .newContentTable thead td.action a,
#main .newContentTable tbody td.heading a,
#main .newContentTable tbody tr:nth-child(odd) td.heading a {
	color: #fff;
	font-style: normal;
	text-decoration: none;
}

.newContentTable thead td.contentpane {
	border-bottom: none; font-weight: normal;
}

table.newContentTable thead td.viewing {
	background-color: #5f5f5f;
	text-align: right;
	font-weight: 400;
	color: #fff;
}

.subtitlebar,
.newContentTable tbody th,
.newContentTable thead td.subtitle {
	background: #5f5f5f;
	color: #f4f4f4;
	line-height: 18px;
	padding: 16px 12px;
}

.contentpane,
.newContentTable tbody td,
.newContentTable thead td.contentpane {
	background: #f5f5f5;
	padding: 16px 12px;
}

.contentTable tr:nth-child(odd) .contentpane,
.newContentTable tbody tr:nth-child(odd) td {
	background: #fff;
}

.action,
.newContentTable tbody td.action {
	background: #e3e3e3;
	padding: 16px 5px;
	width: 60px;
}

.contentTable tr:nth-child(odd) .action,
.newContentTable tbody tr:nth-child(odd) td.action {
	background: #f5f5f5;
}

.newContentTable thead td.date,
.newContentTable tbody td.heading.date {
	width: 250px;
}

.newContentTable thead td.checkbox {
	text-align: center;
	width: 100px;
}

.newContentTable thead td.sort {
	width: 135px;
}

.title-contentpane,
.newContentTable tbody td.title,
.newContentTable thead td.title{
	background: #e3e3e3;
	color: #291d11;
	font-size: 10pt;
	letter-spacing: 2px;
	padding: 16px 12px;
	text-align: right;
	text-transform: uppercase;
}

.newContentTable thead td.title,
.newContentTable tbody td.title {
	width: 180px;
}

.contentTable tr:nth-child(odd) .title,
.newContentTable tbody tr:nth-child(odd) td.title {
	background: #f5f5f5;
}

.general-inactive,
.newContentTable tbody tr.general-inactive td {
	background-color: #bfbfbf;
	font-weight: bold;
	padding: 16px 12px;
}

.contentTable tr:nth-child(odd) .general-inactive,
.newContentTable tbody tr.general-inactive:nth-child(odd) td {
	background-color: #b4b4b4;
}

tr.general-inactve .action,
.newContentTable tbody tr.general-inactive td.action,
.newContentTable thead tr.general-inactive td.action{
	background: #b4b4b4;
}

.contentTable tr.general-inactive:nth-child(odd) .action,
.newContentTable tbody tr.general-inactive:nth-child(odd) td.action {
	background: #bfbfbf;
}

.general-hidden,
.newContentTable tbody tr.general-hidden td {
	background-color: #cdeceb;
	font-style: italic;
	padding: 16px 12px;
}

.contentTable tr:nth-child(odd) .general-hidden,
.newContentTable tbody tr.general-hidden:nth-child(odd) td {
	background-color: #c0dad9;
}

tr.general-hidden .action,
.newContentTable tbody tr.general-hidden td.action,
.newContentTable thead tr.general-hidden td.action{
	background: #c0dad9;
}

.contentTable tr.general-hidden:nth-child(odd) .action,
.newContentTable tbody tr.general-hidden:nth-child(odd) td.action {
	background: #cdeceb;
}

.subtitlebar-footer,
.newContentTable tfoot td {
	background-color: #5f5f5f;
	color: #fff;
	font-weight: bold;
	padding: 8px;
}

#main .subtitlebar-footer a,
#main .newContentTable tfoot td a {
	color: #fff;
	text-decoration: none;
}

table.newContentTable tfoot td.nav {
	text-align: center;
}

table.newContentTable tfoot td.nav span {
	text-decoration: underline;
}

#main table.newContentTable tfoot td.nav a {
	color: #fff;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

table.newContentTable tfoot td.pages {
	background: #757575;
	text-align: right;
}

.newContentTable tbody td.action {
	text-align: center;
}

td.action img {
	border: none;
	width: 15px;
}

.newContentTable tbody td.checkbox {
	text-align: center;
}

.newContentTable tbody td.sort {
	text-align: center;
	width: 135px;
}

.newContentTable tbody td.sort input {
	width: 45px;
}

.contentTable input[type=text],
.contentTable input[type=password],
.contentTable input[type=email],
.newContentTable input[type=text],
.newContentTable input[type=password],
.newContentTable input[type=email] {
	background: #fff;
	border: 1px solid #bebebe;
	height: 40px;
	line-height: 40px;
	padding: 0 12px;
}

.contentTable textarea,
.newContentTable textarea {
	border: 1px solid #bebebe;
	height: 150px;
	font-family: 'Leto', sans-serif;
	padding: 12px;
}

.newContentTable input[type=text]:focus,
.newContentTable input[type=password]:focus,
.newContentTable input[type=email]:focus,
.newContentTable textarea:focus,
.contentTable input[type=text]:focus,
.contentTable input[type=password]:focus,
.contentTable input[type=email]:focus,
.contentTable textarea:focus {
	border-color: #b54426;
	outline: none;
}

.contentTable select,
.newContentTable select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url( ../images/select_arrow.png ) 96% center no-repeat #fff;
	border: 1px solid #bebebe;
	height: 40px;
	padding: 5px 35px 5px 5px;
	width: 150px;
}

.newContentTable input.full-width,
.newContentTable textarea.full-width {
	width: 100%;
}

.newContentTable input.small,
.newContentTable textarea.small {
	width: 50px;
}

.newContentTable input.large,
.newContentTable textarea.large {
	width: 250px;
}

@media screen and (min-width:0\0) {
	.contentTable select,
	.newContentTable select {
		background:none;
		padding: 5px;
	}
}

.contentTable select:focus,
.newContentTable select:focus {
	border: 1px solid #b54426;
	outline: none;
}

.newContentTable input[type=submit],
.contentTable input[type=submit] {
	-webkit-appearance: none;
	background: #b54426;
	border: none;
	border-radius: 0;
	color: #f4f4f4;
	height: 40px;
	letter-spacing: 2px;
	line-height: 40px;
	text-transform: uppercase;
}

.subtitlebar-footer input[type=submit],
.newContentTable tfoot td input[type=submit] {
	background: #291d11;
}

.newContentTable input[type=submit]:hover,
.contentTable input[type=submit]:hover,
.subtitlebar-footer input[type=submit]:hover,
.newContentTable tfoot td input[type=submit]:hover {
	background: #98270a;
}

.form-note {
	margin-top: 5px;
}

.form-error {
	display: block;
	color: red;
}

.add_page {
	background: #f5f5f5;
	height: 99px;
	-o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.add_page:nth-child(odd) {
	background: #fff;
}

.add_page_hover {
	background: #bfbfbf;
	height: 99px;
}

.add_page_hover:nth-child(odd) {
	background: #b4b4b4;
}

#main .add_page a,
#main .add_page_hover a {
	color: #291d11;
	font-style: normal;
	text-decoration: none;
}

/**
* Old Styles
*/

.subItem {
	background-image: url('../images/sub_item_bg.jpg');
	border: 1px solid #accbee;
	height: 29px;
}
.subItemText {
	font-size: 10px;
	color: #FFFFFF;
	padding: 6px;
}



.sec-hidefrommenu {
	padding: 5px;
	background-color: #c1f6ca;
	font-size: 11px;
}

.add_page_item {
	color: #FFFFFF;
}

.add_page_item {
	height: 99px;
}

.add_page_item_title {
	font-size: 19px;
}

.add_page_item_desc {
	font-size: 11px;
}

.add_page_item a.add_page_link:link,
.add_page_item a.add_page_link:visited,
.add_page_item a.add_page_link:active,
.add_page_item a.add_page_link:hover {
	border: 0;
	display: block;
	height: 51px;
	padding: 24px 16px;
	text-decoration: none;
}

a.add_page_link img {
	border: 0;
}

.general-field_desc {
	font-style: italic;
}
.manage_page-title,
.manage_page_feature-title {
	font-weight: bold;
}

.manage_page-description,
.manage_page_feature-description {
	padding-left: 12px;
}

.sectionQuickMenu {
	width:70%; margin-left:15%; margin-right:15%;
}
.sectionQuickLinkItem {
	text-align: right;
}
a.sectionQuickLink:link, a.sectionQuickLink:visited, a.sectionQuickLink:active  {
	text-decoration: none;
	color: #183e6a;
}
a.sectionQuickLink:hover  {
	text-decoration: none;
	color: #456b97;
}

#container
{
	margin: 0px;
	padding: 0px 20px;
	text-align: center;
	position: relative;
}

#container ul
{
	list-style: none;
	margin-left: 0px;
	padding: 0px;
	width: 96%;
	margin: 0px auto;
	text-align: left;
}

#container ul li a
{
	color: white;
}

#container ul li a:hover
{
	color: rgb(39, 81, 130);
}

#container ul li
{
	margin: 0px 5px 0px 0px;
	padding: 0px 5px;
	display: inline;
	background: url('../images/itemBg.gif') repeat-x #7ba8dc;
	height: 27px;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	border: 1px solid #5984b6;
}

table.main
{
	font-size: 11px;
	border: 1px solid #1A4B83;
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: left;
	margin-bottom: 10px;
}

table.main thead th
{
	background-color: #7BA8DC;
	background-image: url( '../images/table-heading-bg.gif' );
	background-repeat: repeat-x;
	border-bottom: 1px solid #5984B6;
	color: #FFFFFF;
	font-size: 130%;
	font-weight: bold;
	height: 27px;
	padding-left: 5px;
}

table.main tbody th
{
	background-color: #D4E2F1;
	border-bottom: 1px solid #99C0EA;
	color: #275182;
	font-weight: bold;
	padding: 5px;
}

table.main tbody td.title
{
	background-color: #E0EBF7;
	font-weight: bold;
	padding: 3px 12px 3px 3px;
	text-align: right;
	vertical-align: middle;
	width: 20%;
}

table.main tbody td
{
	background-color: #EEF2F7;
	padding: 5px;
}

table.main tbody td.action, table.main tfoot td.page-nav
{
	text-align: center;
}

td.page-nav .on, td.page-nav .arrow
{
	font-size: 140%;
}

table.main tbody td.action img
{
	 border: 0px none;
}

table.main tfoot td
{
	background-color: #D4E2F1;
	border-top: 1px solid #99C0EA;
	color: #275182;
	font-weight: bold;
	padding: 5px;
}

table.main tbody td.inactive
{
	background-color: #ece1e8;
}



span.input-error
{
	display: block;
	margin: 5px;
	color: #C20000;
}

#search-area
{
	text-align: left;
	float: left;
}

.search-bar-criteria
{
	padding: 2px;
}

.search-form-per-page
{
	float: right;
	text-align: right;
}

input.text
{
	width: 250px;
}

span.tooltip {
	cursor: help;
}

.btn,
#main a.btn {
	-webkit-appearance: none;
	background: #b54426;
	border: none;
	border-radius: 0;
	cursor: pointer;
	color: #f4f4f4;
	display: inline-block;
	font-family: 'Leto', sans-serif;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	height: 40px;
	letter-spacing: 2px;
	line-height: 40px;
	padding: 0 10px;
	text-transform: uppercase;
	text-decoration: none;
}

.btn:hover,
#main a.btn:hover {
	background: #98270a;
}

.btn.alternate {
	background: #999;
	color: #000000;
}

.btn.alternate:hover {
	background: #98270a;
	color: #fff;
}

a.link_ASC {
	background-image: url( ../images/sort_asc.gif );
	background-repeat: no-repeat;
	background-size: 12px;
	background-position: right center;
	display: inline-block;
	padding-right: 20px;
}

a.link_DESC {
	background-image: url( ../images/sort_desc.gif );
	background-repeat: no-repeat;
	background-size: 12px;
	background-position: right center;
	display: inline-block;
	padding-right: 20px;
}

.view-dialog-response .heading.three {
	border-bottom: 1px solid #000;
	font-size: 150%;
	margin-bottom: 15px;
	padding-bottom: 8px;
}

.select-property-list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px;
}

.select-property-row {
	display: grid;
	grid-template-columns: 1fr max-content;
	gap: 5px;
	padding: 5px;
}

.select-property-row:nth-child(odd) {
	background:#f0f0f0;
}

.select-property-address  {
	line-height: 40px;
	text-align: left;
}

.view-dialog-response .input {
	border-top: 1px solid #000;
	margin-top :15px;
	padding-top: 8px;
}