/* CSS Document */
body{
	background-color: #ddd;
	font-size: 16px;
}

#container{
	min-width: 600px;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

#content{
	min-width: 1200px;
	width: 1200px;
	left: 25px;
}

#left{
	background-color: #3f473c;
	width: 150px;
	float: left;
	padding:2px;
	text-align: center;
	/*border: 1px solid black;*/
}

#main{
	padding-left: 15px;
	padding-right: 15px;
	background-color:#ffffff;
}

#footer{
	clear: both;
	font-size: 12px;
	padding-top: 15px;
	background-color: #763339;
	color: #ffffff;
	text-align:center;
}

h1.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #2b5720;
	text-align: center;	
	top: -4;
}

h1.wait {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #2b5720;
}

h1.taxguide{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#990000;
}

h2.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #003300;
}

h2.taxguide{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#990000;
}

h4.testimonial{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 20px;
	color:#000;
}

#subhead {
	font-size: 18px;
	color: #302056;
}

em {
	color: #302056;
}

p.outline {
	border: thin solid #CCCCCC;
}
#search_body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #2B5720;
	text-decoration: none;
}
#note {
	font-size:x-small;
	font-style: italic;
	color: #990000;
}

/* Below is CSS for the header partial*/
.header {
	width: 100%;
	/* height: 100%; */
	position: static;
	z-index: 100;
  }
  
	.mainmenu {
	width: 100%;
	margin: 75px 0 0 0;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	background-color: #f9f9f9;
	max-width: 1200px;
  }
  .mainmenu .slider {
	width: 100%;
	height: 300px;
	background-color: rgb(221, 215, 217);
  }
  .mainmenu .information {
	width: 100%;
	padding: 20px 50px;
	margin-bottom: 30px;
	font-family: "Open Sans", sans-serif;
  }
  .mainmenu .information h1 {
	color: #333;
	font-size: 1.5rem;
	padding: 0px 10px;
	border-left: 3px solid rgb(226, 222, 223);
  }
  .mainmenu .information h3 {
	color: #e0e0e0;
	font-size: 1rem;
	font-weight: 300;
	padding: 0px 10px;
	border-left: 3px solid rgb(214, 208, 210);
  }
  .mainmenu .information p {
	padding: 10px 0px;
  }
  .mainmenu ul {
	font-size: 0;
	list-style-type: none;
  }
  .mainmenu ul li {
	font-family: "Open Sans", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	color: #333;
	display: inline-block;
	padding: 15px;
	position: relative;
  }
  .mainmenu ul li ul {
	display: none;
  }
  .mainmenu ul li:hover {
	cursor: pointer;
	background-color: #f2f2f2;
  }
  .mainmenu ul li:hover ul {
	display: block;
	margin-top: 15px;
	left: 0;
	position: absolute;
  }
  .mainmenu ul li:hover ul li {
	display: block;
	background-color: #e7e7e7;
  }
  .mainmenu ul li:hover ul li span {
	float: right;
	color: #f9f9f9;
	background-color: rgb(201, 197, 198);
	padding: 2px 5px;
	text-align: center;
	font-size: .8rem;
	border-radius: 3px;
  }
  .mainmenu ul li:hover ul li:hover {
	background-color: #e0e0e0;
  }
  .mainmenu ul li:hover ul li:hover span {
	background-color: #c7c1c2;
  }
  .mainmenu a{
	color: black;
	display: block;
	text-decoration: none;  
  }
  .header hr{
	background-color: #763339;
	height: 20px;
	border: 0;
	}
	
	.header img{
		height: 125px;
		width: 125px;
	}

/* Modal Window Styles */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 100; /* Sit on top */
	padding-top: 200px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
	background-color: #fefefe;
	margin: auto;
	padding: 20px;
	border: 1px solid #888;
	width: 300px;
	height: 75px;
	text-align: center;
	font-weight: bold;
}

/* The Close Button */
.close {
	color: #aaaaaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

#taxyear{
	text-align: left;
	font-weight: bold;
	font-size: 2em;
	padding: 10px 0px;
	float: left;
}

/* Print modal box*/
.printmodal{
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.printmodal-content{
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 10px 20px 40px 20px;
  border: 1px solid #888;
	width: 40%; /* Could be more or less, depending on screen size */
	text-align: center;
	font-size: 150%;
}

/* Print modal close button*/
.printclose {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.printclose:hover,
.printclose:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

input.printDontShow{
	height: 20px;
	width: 20px;
	border: 1px solid black;
	/*vertical-align: center;*/
}

.printBoxBottom{
	padding:0px;
	margin: 0px;
}
.printBoxBottomLeft input,
.printBoxBottomLeft label{
	font-size: 12pt;
	text-align: left;
	float:left;
	vertical-align: middle;
	height: 40px;
	margin-bottom: 0;
	padding-top: 13px;
}

.printBoxBottomRight{
	font-size: 75%;
	text-align: right;
	float: right;
	vertical-align: center;
	height: 40px;
	padding-top: 7px;
}

p.printBox{
	margin-bottom: 5px;
}

.banner-container{
	padding-top:14px;
}
.banner{
	padding:10px;
	border: 1px solid grey;
	background-color: lightblue;
	border-radius: 5px;
	margin: 0;
}

.banner-success{ background-color: lightgreen; }
.banner-warning{ background-color:lightgoldenrodyellow; }

.banner-large{
    text-align: center;
    font-weight: bold;
    font-size: 34px;
}

.p-1{ padding:5px; }
.p-2{ padding:10px; }

.mb-1{ margin-bottom:5px; }
.mb-2{ margin-bottom:10px; }

.mt-1{ margin-top:5px; }
.mt-2{ margin-top:10px; }

.mr-1{ margin-right:5px; }
.mr-2{ margin-right:10px; }

fieldset{ border-width: 1px; border-style: solid;; }
fieldset.selected{ border-color:green; }

.rounded{ border-radius:5px; }

	.taxdata-upload-item p{
		margin:0;
	}

	.taxdata-upload-item form{
		float:right;
	}

	.taxdata-upload-item form label{
		display:block;
		font-weight:bold;
	}

	.shared-user-details{ margin:0; }

	.shared-user.flag-warning{ background:lightgoldenrodyellow; }
	
	.shared-user-flag.flag-green{ background:lightgreen; }
	.shared-user-flag.flag-red{ background:red; }
	.shared-user-flag.flag-orange{ background:darkorange; }

	.shared-user:not(.active) table{ display:none; }
	.shared-user:not(.active) button.show-less{ display:none; }

	.shared-user.active button.show-more{ display:none; }

	.shared-user-notes{ float:right; width:50%; }
	.shared-user-notes textarea{
		min-height: 73px;
		display: block;
		width: 100%;
		box-sizing: border-box;
		margin-bottom: 10px;
	}

	tr.flag-warning td{ background: rgb(184, 134, 11); font-weight: bold; }
	tr.flag-warning-light td{ background: rgba(184, 134, 11, 0.5); font-weight: bold; }
	
.muni-table > table > tbody > tr:first-child > td,
.muni-table > table > tbody > tr:last-child > td{ border-bottom:none; }
.muni-table > table > tbody > tr > td{ border-bottom:thin solid #CCCCCC; padding-top:10px; }

#shareduserdashboardform fieldset:not(.selected) .filter-fields{  }
