@import "plugins.css";
@import "font-awesome.css";
@import "fam-icons.css";
@import "icons.css";
@import "jquery.custom.css";
@import "elfinder.css";

.toolbar {
	margin-bottom: 20px;
	border-bottom: 3px solid #777;
}
.toolbar,.toolbar >div {
	padding: 10px;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; 
}
body { margin: 0px;}
label { font-weight: normal}
.row {
	
}
.row.listrow {
	padding-top: 6px;
	padding-bottom: 6px;
}
.row.listrow:nth-child(even) {
	background: #eee;
}
P,TD,div {	font-size: 1.1em;}
h1 { font-size: 1.5em;}
h2 { font-size: 1.4em;}
h3 { font-size: 1.3em;}
.control-group { margin-bottom: 10px;}
INPUT[type=radio],INPUT[type=checkbox] {
	width: 20px;
	height: 20px;
}
label.radio {
	padding-left: 20px;
}
label.radio span {
	margin-left: 10px;
	display: inline-block;
}

.newcustomer,.oldcustomer {
	display: none;
}
.showthis {
	display: inline-block;
}
.select2-container .select2-choice {
	line-height: 0.8em;
	font-size: 0.8em;
}
.select2-choice {
	min-height: 35px;
	border: 1px solid #777;
	
}
.controls .select2-container,.controls SELECT,.controls INPUT,.controls  TEXTAREA {
	width: 95%;
}
.btn {
	height: 50px;
}
#save {
	max-width: 100px;
}
.savebutton {
	cursor: pointer;
}
.login {
	max-width: 500px;
}
.cancelbutton {
	border: 2px solid #ffaaaa;
	border-radius: 10px;
}