
body {
	background-color:#28292E;
	color:#eee;
	margin:0px;
	padding:0px;
	font-size:12px;
	font-family: 'Exo 2', sans-serif;
	letter-spacing: 1px;
}

a {
	color:#eee;
	font-family: 'Exo 2', sans-serif;
	font-size: 16px;
}

h1, h2, h3, h4, h5 {
	letter-spacing:1px
}

 input[type='checkbox'] {
	zoom:1.5;
 }

 textarea {
	height:120px;
 }
 
 select[multiple] {
    height: 140px;
}
 
input[type='text'], input[type='number'], input[type='password'], input[type='submit'], select, textarea  {
	padding:8px;
	width:300px !important;
	font-style:italic;
	display:inline;
	border: 1px solid #696;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: #666 0px 0px 2px;
	-moz-box-shadow: #666 0px 0px 2px;
	box-shadow: #666 0px 0px 2px;
	-pie-background: linear-gradient(#EEFF99, #66EE33);
	behavior: url(/pie/PIE.htc);
}

input[type='submit']  {
	background-color:#345686;
	color:#eee;
	border-color: #345686;
	color: #eee;
	font-size: 16px;
	font-style: normal;
	cursor:pointer;
}

button  {
	background-color:#345686;
	color:#eee;
	border-color: #345686;
	color: #eee;
	font-size: 16px;
	font-style: normal;
	cursor:pointer;
	border-style: solid;
	padding: 15px;
}

input[type='submit'].tskbtn {
	width:auto !important;
	font-size:14px;
	padding:6px;
}

.login_wrapper {
	width: 306px;
	margin: 150px auto 0px auto;
}

.login_wrapper .logo {
	width:100%;
	position:relative;
	left:0px;
	margin-left:0px;
	padding-left: 0%;
	padding-bottom: 4px;
}

.login_wrapper .message {
	width:100%;
	text-align:center;
	padding-top:30px;
	font-size:18px;
}

.navigation, .content {
	padding:1.5%;
	float:left;
	width: 97%;
	clear:both;
}

.navigation {
	padding-top:40px;
}

.content {
	padding-top:60px;
}

.content .content {
	padding: 0px;
	padding-top: 60px;
}

.content h2 {
	font-weight:normal;
	font-size:22px;
}

.navigation ul, .navigation li {
	float:left;
	list-style-type:none;
	margin:4px 2px;
	padding:0px;
}

.navigation li {
	display:table-cell;
	vertical-align:middle;
}


.navigation ul {
	display: table !important;
	clear:both;
	float:left;
}

.navigation h1, .content h1 {
	font-weight: normal;
	clear:both;
	font-size: 28px;
	width: 100%;
	border-bottom: 2px solid;
	padding-bottom: 2px;
}

.content h1 span {
	font-size:44px;
}

.navigation h2 {
	float:left;
	clear:both;
	margin:4px;
	display:block;
	margin-bottom:0px;
	margin-top:0px;
}

.content h2 {
	float:left;
	clear:both;
	margin:4px;
	display:block;
	margin-bottom:6px;
	margin-top:0px;
}

.navigation li a {
	display:inline-block;
	float:left;
	width:110px;
	height:110px;
	background-color:#345686;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
}

.navigation li a span {
	display: table-cell;
	height: 110px;
	vertical-align: middle;
	width: 90px;
	padding:5px;
}

.navigation li a:hover {
	background-color:#476CA2;
}

.menu-block {
	float:left;
	margin-right:30px;
	margin-bottom: 30px;
}

.header {
	background-color:/*#263E62*/#315992;
	float:left;
	margin:0px;
	padding:0px;
	clear:both;
	width:100%;
	position:fixed;
	height:40px;
	
	
}

.header .back_button {
	float:left;
	display:block;
	height:40px;
}

.header .logout_button {
	float:right;
	display:block;
	height:40px;
}

.header .left_link_button a {
	float:left;
	display: block;
	height: 40px;
	line-height: 40px;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration:none;
}

.header .left_link_button a img {
	padding-top: 8px;
	height:26px;
	float: left;
	padding-right: 4px;
}

.header .left_link_button a span {
	float: left;
}

.header .logout_button a {
	float:right;
	display: block;
	height: 40px;
	line-height: 40px;
	padding-right: 20px;
	padding-left: 20px;
	text-decoration:none;
}

.header .back_button img {
	padding-top: 8px;
	height:26px;
	float: left;
	padding-right: 4px;
}

.header .content_title {
	float:left;
	display:block;
	height:40px;
	line-height:40px;
	padding-left:12px;
	font-size:20px;
}

th {
	background-color:#345686;
	text-align:left;
	padding:6px;
	vertical-align:middle;
}

table {
	width:auto;
	float:left;
	clear:both;
}

table form {
	display:inline;
}

td {
	background-color:#666666;
	font-size:16px;
	text-align:left;
	padding: 3px 6px 3px 6px;
	vertical-align:middle;
}

tr.hide td {
	background-color:transparent;
}

form h3 {
	margin-bottom:4px;
}

table.vertical, table.vertical_anonymous {
	width:500px;
	width:1000px;
}

table.vertical td.col1 {
	width:30%;
	width:200px;
}

table.vertical td input[type='submit'] {
	margin-top:10px;
}

table.vertical_anonymous td {
	padding:0px;
}

table.vertical td {
	padding:2px;
	padding-left:6px;
}

table.vertical td, table.vertical_anonymous td, .login_wrapper td {
	background-color:transparent;
}

table.vertical tr.even td, table.vertical tr.odd td{
	background-color:#666666;
}


.content_menu li {
	float:left;
	list-style-type:none;
	padding:8px;
}

.content_menu {
	float:left;
	clear:both;
	width:100%;
	margin:0px;
	padding:0px;
	margin-bottom:20px;
}

h1, h3 {
	float:left;
	clear:both;
}

pre {
	float:left;
	clear:both;
}

.clear {
	clear:both;
	display:block;
}

#property-filter-block {
	float:left;
	width:100%;
	clear:both;
	padding:0px 10px 0px 0px;
}

.logo {
	position: absolute;
	left: 50%;
	width: 70px;
	margin-left: -35px;
}

.logo img {
	height: 84%;
	padding: 4%;
}

#property-filter-block input[type='submit'], #property-filter-block select {
	width:auto !important;
}

#msg {
	float: left;
	clear: both;
	margin: 0px 0px 20px 2px;
	border: 1px solid;
	padding: 20px;
	background-color: #C2C221;
	font-size: 18px;
	color: #000;
}

#warning {
	float: left;
	clear: both;
	margin: 0px 0px 20px 2px;
	border: 1px solid;
	padding: 20px;
	background-color: #A81515;
	font-size: 18px;
	color: #fff;
}

.chosen-container .chosen-results li.active-result {
	width:100%;
}

.chosen-container .chosen-results {
	width:100%;
}

.clearfix {
	float:left;
	clear:both;
}

.tasktemplateserieslist {

}

.tasktemplateserieslist li {
	list-style-type: none;
}

.tasktemplateserieslist li label {
	line-height: 30px;
	height:30px;
	display: inline-block;
}

.tasktemplateserieslist li label span {
	position: relative;
	top: -7px;
}

.contact_table {
	margin-bottom:30px;
	width:100% !important;
}

form {
	float: left;
	clear: both;
	width: 100%;
}