
.icon_small {
	width: 18px;
	height: 18px;
	border: 0;
	margin: 7px;
}
.icon {
	width: 36px;
	height: 36px;
	border: 0;
}
.icon_large {
	width: 48px;
	height: 48px;
	border: 0;
}
.action_buttons {
	float: right;
}
#loading {
	width: 100%;
	height: 100%;
	min-height: 300px;
	background: url(/images/icons/loading.svg) no-repeat center center;
}
#status {
	color:#666666;
	font-size: 0.8em;
	background: rgba(255,255,255,0.66);
	padding: 1px 3px;
	margin: 3px 0 0 0;
}
/*   F I E L D S   */
.input_field {
	position: relative; /*	overflow: hidden;  can't - wrecks autofill list */
	float:left;
	height: auto;
	padding: 1px 0.5%;
	min-height:50px;
}
.input_field.w100 {
	float: none;
	clear:both;
	width:99%;
}
.input_field.tab {
	float: none;
	clear:both;
	width: 100%;
	height: auto;
/*	width:96%;
	padding: 10px 2%;
	margin:10px 0;
	background:#DDDDDD; 
*/
}
.input_field.w50.deep, 
.input_field.w100.deep {
	min-height:120px;
}
.input_field.w50.deeper, 
.input_field.w100.deeper {
	min-height:220px;
}
.input_field.w100.heightless {
	height: auto;
	min-height: 0;
}
.input_field input, 
.input_field textarea, 
.input_field select {
	background:#FFFFFF;
	width: 98%;
	padding: 3px 1%;
	border-radius: 2px;
}
.input_field textarea {
	height: 90px;
}
.input_field.default input {
	color: #999999;
}
.input_field.default input:focus {
	color: #343434;
}
.input_field input.input_checkbox {
	width: 24px;
	margin:4px;
	float: right;
}
.input_field_options {
	float: right;
}
.input_field_option {
	float: left;
}
#submit_div {
}
.no_float {
	float: none;
	clear: both;
}
.heightless {
/*	min-height: 75px;  */
	height: auto;
}
.field_value {
	background:#F9F9F9;
	padding:2px;
	border-radius: 2px;
	width: 80%;
	border:1px solid #CCCCCC;
	min-height: 18px;
	text-align:right;
}
.input_label {
	float:left;
	width:15%;
	height:15px;
	margin:5px 0;
}
.input_block {
	float:left;
	width:35%;
	height:15px;
	margin:5px 0;
}
.input_label_deep {
	float:left;
	width:15%;
	height:75px;
	margin:5px 0;
}
.input_block_deep {
	float:left;
	width:35%;
	height:75px;
	margin:5px 0;
}
.input_block_half {
	float:left;
	width:12%;
	height:15px;
	margin:5px 0;
}
.input_block_wide {
	float:left;
	width:85%;
	height:15px;
	margin:5px 0;
}
.input_block input, 
.input_block_wide input {
	background:#FFFFFF;
	padding:2px;
	border-radius: 2px;
	border-radius: 2px;
	width: 96%;
}

/* responsive */
@media only screen and (min-width: 920px) {
	.input_field {
		width:49%;
	}
	.input_field.w6 {
		width:5.25%;
	}
	.input_field.w12 {
		width:11.5%;
	}
	.input_field.w25 {
		width:24%;
	}
	.input_field.w37 {
		width:36.5%;
	}
	.input_field.w43 {
		width:42.75%;
	}
	.input_field.w75 {
		width:74%;
	}
	.input_field input.w25 {
		width: 25%;
	}
}
@media only screen and (min-width: 480px) and (max-width: 919px) {
	.input_field {
		width:99%;
	}
	.input_field.w6 {
		width:11.5%;
	}
	.input_field.w12 {
		width:24%;
	}
	.input_field.w25,
	.input_field.w37 {
		width:49%;
	}
	.input_field.w43 {
		width:74%;
	}
	.input_field.w75 {
		width:99%;
	}
	.input_field input.w25 {
		width: 25%;
	}
}
@media only screen and (max-width: 479px) {
	.input_field {
		width:99%;
	}
	.input_field.w6 {
		width:24%;
	}
	.input_field.w12 {
		width:49%;
	}
	.input_field.w25,
	.input_field.w37,
	.input_field.w43,
	.input_field.w75 {
		width:99%;
	}
}
.likert_field { 
	width: 14%;
	float: left;
	text-align: center;
}
.likert_input { 
	text-align: center;
}
.likert_label { 
	text-align: center;
	font-size: 0.8em;
}
/*   T A B S   */
.tab_enable {
	padding:2px;
	border-bottom:3px solid #000000;
	background:#FFFFFF;
	width:120px;
	float:left;
	margin: 10px 3px 0 0;
	cursor:pointer;
	text-align:center;
	font-size:0.9em;
}
.tab_enable a {
	color:#000000;
}
.tab_disable {
	padding:2px;
	border-bottom:3px solid #CCCCCC;
	color:#999999;
	background:#FFFFFF;
	width:120px;
	float:left;
	margin: 10px 3px 0 0;
	cursor:pointer;
	text-align:center;
	font-size:0.9em;
}
.tab_disable a {
	color:#999999;
}

/*   D B A S E    */

.name_field {
	margin-right: 1%;
	float: left;
}
.address_field {
	clear: both;
}
.address_field_input {
}
.field_sublabel {
	font-size: 0.8em;
	color: #666666;
	
}
.address_field_half {
	width: 49%;
	margin-right: 1%;
	float: left;
}


/* list header */
.dbase_records_header {
	list-style-type: none;
	margin: 10px 0 0 0;
	background: #E9E9E9;
	border: 1px solid #CCCCCC;
	height: 50px;
	position: relative;
}
.dbase_records_header li:hover {
	background: #4CACD8;
	color: #FFFFFF;
	cursor: pointer;
}
.dbase_records_header li {
	display: block;
	float: left;
	overflow: hidden;
	height: 50px;
}
.dbase_records_header li .li_inside {
	padding: 6px;
}
.dbase_records_header li.record_page_nav {
	float: none;
	width: 80px;
	padding: 5px;
	position: absolute;
	top: 0;
	right: 30px;
}
.dbase_records_header li.record_page_nav select {
	width: 40px;
}
/* list */
.dbase_records_list {
	list-style-type: none;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
.dbase_records_header li, .dbase_records_footer li, .dbase_records_list li {
	margin: 0;
}
.dbase_records_list ul {
	height: 30px;
	background: #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	margin: 0;
	position: relative;
}
.dbase_records_list ul:hover {
	background: #CDE4EB;
	cursor: pointer;
}
.dbase_records_footer li, .dbase_records_list ul li {
	display: block;
	float: left;
	overflow: hidden;
	height: 30px;
}
.dbase_records_header li .li_inside, .dbase_records_footer li .li_inside, .dbase_records_list ul li .li_inside {
	padding: 6px;
}
/* star for altered relational list values */
.dbase_records_list ul li .li_inside sup {
	color: #3099D0;
}
.dbase_records_header li.record_checkbox input, .dbase_records_list ul li.record_checkbox input {
	margin: 7px 4px;
}
.dbase_records_header li.record_button, .dbase_records_list ul li.record_button {
	float: none;
	width: 80px;
	height: 30px;
	padding: 0 3px;
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
}
#target_record_options {
	position: absolute;
	z-index: 100;
	max-height: 300px;
	overflow: auto;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
	display: none;
}
#target_record_options ul {
	list-style-type: none;
	width: 100%;
}
#target_record_options ul li {
	border-bottom: 1px solid #CCCCCC;
	background: #FFFFFF;
	padding: 2px;
	cursor: pointer;
	margin: 0;
}
/* footer */
.dbase_records_footer {
	list-style-type: none;
	margin-bottom: 10px;
	background: #E9E9E9;
	border: 1px solid #CCCCCC;
	height: 30px;
	position: relative;
}


/*    S E C T I O N S   /   G E N E R A L    */
#toolbar, .action_buttons {
	position: absolute;
	top: 0;
	right: 5px;
}
#toolbar ul, .action_buttons ul { 
	list-style: none;
}
#toolbar ul li, .action_buttons ul li {
	position: relative;
	float: left;
	padding: 1px 3px;
	cursor: pointer;
	margin-left: 0;
}
.action_buttons ul li.quick_search {
	padding: 9px 20px 0 0;
	color: #666666;
	font-weight: normal;
}
.action_buttons ul li.quick_search input {
	border-radius: 5px;
	padding: 3px;
	color: #000000;
}
#toolbar li ul, .action_buttons li ul { 
	display: none;
}
#toolbar li:hover ul, .action_buttons li:hover ul  {
	display: block;
	position: absolute;
	top: 36px;
	right: 0;
	z-index: 5;
	background: #E0E0E0;
	border: 1px solid #D0D0D0;
}
#toolbar li li, .action_buttons li li { 
	clear: both;
	width: 160px;
	position: relative;
	cursor: pointer; 
	border-bottom: 1px solid #D0D0D0;
}
#toolbar li li:hover, .action_buttons li li:hover { 
	background: #F9F9F9;
}
#toolbar li li.setting_active, .action_buttons li li.setting_active { 
	background: #F9F9F9;
}
#toolbar li li.setting_selected, .action_buttons li li.setting_selected { 
	background: #CCD3DD;
}
#toolbar li li a, .action_buttons li li a {
	display: block;
	padding: 10px 0 10px 60px;
	width: 100px;
	font-weight: normal;
	color: #333333;
	font-size: 0.9em;
}
#toolbar li li a img, .action_buttons li li a img {
	position: absolute;
	top: 2px;
	left: 2px;
}
.action_buttons li:hover ul#add_dbase_field_types {
	display: block;
	position: absolute; 
	top: 36px; 
	right: 0px; 
	width: 645px; 
	z-index: 5;
	background: #EEEEEE; 
	padding: 2px; 
	border:1px solid #DDDDDD;
}
.action_buttons li ul#add_dbase_field_types li {
	display:block;
	list-style:none;
	float:left;
	clear: none;
	width:110px;
	padding: 5px 5px 5px 40px;
	margin: 2px;
	border:1px solid #F0F0F0; 
	border-radius: 5px;
	background:#FFFFFF;
	position:relative;
	color:#555555;
	font-size:0.9em;
}
.action_buttons li ul#add_dbase_field_types li:hover {
	background:#CDE4EB;
	color:#FFFFFF;
}
.action_buttons li ul#add_dbase_field_types li img {
	 position:absolute;
	 top:0;
	 left:0;
	 margin:2px 12px 2px 2px;
}
