/* global styles */
body {
	background:#f8f8f8;
	
}

select, textarea {
	margin-right: 4px;
	border: 1px solid #ccc;
	padding: .3rem;
	font-size: 1rem;
	background: white;
	font-weight: 300;
}

.clear {
    clear: both;
}

a:hover {
	text-decoration:none;
}

#homelink {
	position:absolute;
	
	top:10px;
	left:30px;
}

#header {
	background: #494f5d;
} 


#header .content {
	position: relative;
	left:50px;
	float:left;
	
}

#header #quicklinks {
	position:relative;
	top:16px;
	float:right;
	padding-right:30px;
	font-size: 14px;
}
#quicklinks select {
	border: 1px solid #6c757d;
	background: none;
	color: white;
}

#header #quicklinks label {
	font-size:12px;
	color:white;
}

#header #logout {
	position:relative;
	top:12px;
	float:right;
	color: white;
	font-weight: 500;
	padding-right:30px;
	text-decoration: none;
}

#mainmenu {
	position:relative;
	left:0px;
	
	background: #5a606e;
	width:100%;
	height:46px;
}


#maindata {
	margin:0 auto;
	width:98%;
	
}


.tip {
	width:150px;
	height:auto;
	padding:5px;
	background:#5a606e;
	color:#fff;	
}

.tip .tip-title {
	font-size:10px;
	font-weight:bold;
	
}

.tip .tip-text {
	font-size:10px;
	font-weight:normal;
	
}

table.inputheader th {
	background:transparent;
	border:0;
}

table.inputform {
	
	
}

table.inputform td {
	vertical-align:top;
	padding: 5px;
	padding-top: 10px;
}
table.inputform select, .content3col select {
	/* border:1px solid #bbb;
	padding: 2px;
	font-family: "Roboto";
	height: 30px; */
}

td i {
	font-size: .8rem;
}

input[type=text] {
	border: 1px solid #ccc;
	padding: .3rem;
	font-size: 1rem;
}

.datepicker {
	border: 1px solid #ccc;
	padding: .3rem;
	margin: 3px;
}
.datepicker, .content3col input, .content3col textarea, table.inputform textarea, table.inputform input, .formfield {
	/* border:1px solid #bbb;
	width:auto;
	padding:2px;
	font-family: "Lucida Grande",
	Arial, sans-serif;
	font-size:14px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px; */
}
table.inputform textarea:focus, table.inputform input:focus, table.inputform select:focus, .dbx-content input:focus, .dbx-content select:focus, .formfield:focus {
	background:#f3f3f3;
}


#footer {
	height:60px;
	padding: 19px 15px 20px;
	width:100%;
	background: #6c757d;
	color: #98a6ad;
	margin-top:3px;
	text-align: right;
}

#footer a {
	color: #bcc8ce;
}

#footerlinks {
	float:left;
	line-height:38px;
	padding-left:10px;
}

#pagenavigator {
	float:right;
	text-align:right;
	font-family:Georgia, Times, serif;
	color:#777777;
	font-size: 16px;
	/* font-style:italic; */
	/* height:35px; */
	/* line-height:33px; */
	padding-right:10px;
	font-family: Roboto;
}

#pagenavigator a {
	border: 19px solid #BBBBBB;
	/* font-size:12px; */
	text-decoration:none;
	font-weight:bold;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	padding:3px 6px;
}

.formfooter, #footeractions {
	height:65px;
	padding-top:16px;
	margin:0;
	/* border-top: 2px solid #ddd; */
}

.btn btn-primary:hover {
	border-color:#464646;
}

table td.elementlabel, table td.element {
	width:200px;
	border-bottom:1px dotted #ccc;
	font-size: 16px;
	line-height: 1.5em;
	font-family: "Work Sans";
}

#max_results {
	padding-top:5px;
	padding-bottom:5px;
}

#login {
	position:relative;
	top:100px;
	width:100%;
}
#login h1 {
	font-style:normal;
}

#loginerror {
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	border-style:solid;
	border-width:1px;
	margin:0 0 16px 8px;
	padding:12px;
	background-color:#FFEBE8;
	border-color:#CC0000;
	font-family:/*"Lucida Grande",*/ Arial,"Bitstream Vera Sans",sans-serif;
	font-size:11px;
}

#login h1, #loginerror {
	width: 450px;
	margin:0 auto;
	margin-bottom:10px;
	text-align:;
}

#loginform {
	margin:0 auto;
	margin-top:10px;
	width:334px;
	/* height: 320px; */
	background: white;
	border-radius: 5px;
	box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.1);
}

#loginform #content {
	padding:30px;
}
#loginform label {
	color:#777777;
	font-size:13px;
}

#loginform .input, #searchresults .input {
	background:#FBFBFB none repeat scroll 0 0;
	border:1px solid #E5E5E5;
	font-size:24px;
	margin-bottom:16px;
	margin-top:2px;
	padding:3px;
	width: 274px;
}

#loginform .submit {
	text-align:right;

}

#customfilter, #fieldcheckboxes {
	
	border:1px solid #ccc;
	padding:5px;
	padding-top:10px;
	background:#fff;
}

p.checkfloat {
	float:left;
	line-height: 1.5rem;
	vertical-align: top;
}
.searchresult th {
	background:#f3f3f3;
	border:2px solid #4d4d4d;
	text-align:center;
}

.searchresult th.desc {
	border:0;
	border-bottom:2px solid #4d4d4d;
	margin-bottom:5px;
	height:30px;
	text-align:left;
	background:#fff;
	font-size:larger;
}
.searchresult td {
	border:1px solid #ccc;
	border-collapse:collapse;	
}

#searchresults .input {
	width:30%;
	text-align:left;	
}
#multisearch {
	padding-top:20px;
	text-align:center;
	width:100%;	
}

.toggler  { cursor:pointer; font-weight:bold; color:#aaa; margin: 0; padding:5px; font-size:16px; font-family:Arial, sans-serif; }
.toggler:hover	 { background:#eee; }
.element	 { padding:0 5px; }

table.cellgrid td {
	height:20px;
}


#pagenavigator {
	float:right;
	text-align:right;
	/* font-family: "Work Sans"; */
}

#pagenavigator a {
	border:1px solid #5a606e;
	/* font-size:12px; */
	text-decoration:none;
	font-weight:bold;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	padding:3px 6px;
}
div.pagination {
	padding: 3px;
	margin: 3px;
	margin-top:0;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	
	text-decoration: none; /* no underline */
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #5a606e;
	background:#acbfd0;

	color: #fff;
}
div.pagination span.current {
padding: 2px 5px 2px 5px;
margin: 2px;
	border: 1px solid #7a92a7;
	
	font-weight: bold;
	background-color: #7a92a7;
	color: #FFF;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #aaa;

	color: #aaa;
}

.txt_cfbstext {
	display: none;
}
