html, body, div, span, h1, h2, h3, h4, h5, h6, td, th, p, img, hr, a, textarea, input[type='text']{
    border: none;
    margin: 0;
    outline: none;
    padding: 0;
	text-decoration:none;
	font-size:14px;
	font-family: ;
	color:#000;
	font-size: 14px;
	font-family: Open Sans, 'sans serif', Arial;	
}


.tr{
	text-align:right;
}

.fl{
	float:left;
}

.tc{
	text-align:center;
}

input[type='text'], input[type='password']{
	font-size:13px;
	border: 1px solid #b7d4ea;
	background: #fff;
	border-radius: 2px;
	padding-left: 10px;
	padding-right: 10px;
	color: #999999;
	border:1px solid #b7d4ea;
}

input[type='text'], input[type='password']{
	outline:none;
}

input[type='text']:focus, input[type='password']:focus{
	border:1px solid #72848f;
}

.ui.input{
	
	background: #e0eef8;
	border-radius: 4px;
	padding: 5px;
	display:inline-block;
}

.ui.input input[type='text'], .ui.input input[type='password']{
	float:left;
	width:100%;
	height:30px;
}

.ui.input.dark{
	padding:0px;
	background:none;
}

.ui.input .dark{
	background: #f0f0f0;
	border: 1px solid #b6b6b6;
	height: 27px;
	outline: none;
	margin: 0;
	font-size: 12px;
	color: #797979;
	text-shadow: 1px 0px 1px #dbdbdb;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 2px;
}

input[type='submit'].red{
	background:url('../img/button-bg.png') repeat-x top left;
	border-radius:6px;
	text-align:center;
	text-shadow: 1px 0px 1px #626262;
	font-family: Open Sans, Arial;
	font-size: 14px;
	color: #ffffff;
	padding-left:25px;
	padding-right:25px;
	padding-top:6px;
	padding-bottom:6px;
	border:none;
}

.ui.input.hide, .hide{
	display:none;
}

.menu, .menu li{
	padding:0px;
	margin:0px;
	list-style:none;
}
.menu li{
	float:left;
}

h3{
	font-size: 30px;
	font-family: Open Sans, Arial;
	color: #323040;
}

.pdf{
	width:17px;
	height:20px;
	background:url('../img/pdf.png') no-repeat top left;
	display:inline-block;
}

.edit{
	background:url('../img/edit.png') no-repeat top left;
	width:18px;
	height:18px;
	display:inline-block;
}

.email{
	width:16px;
	height:11px;
	background:url('../img/email.png') no-repeat top left;
	display:inline-block;
}

textarea{
	color: #222;
	font-size:12px;
	font-family:Arial;
	border:1px solid #ddd;
}

.service-title{
	float:left;
	width:100%;
	position:relative;
}

.service-title input{
	width:200px !important;
}

.service-title .delete, .delete-item{
	position:absolute;
	left:-23px;
	top:6px;
	background:url('../img/trashcan.png') no-repeat center;
	width:25px;
	height:21px;
}

.delete-item{
	position:static;
	display:inline-block;
}

.button2{
	background: url('../img/button2.png') repeat-x;
	height: 32px;
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 3px;
	font-size: 12px;
	color: #ffffff !important;
	font-family: Open Sans, Arial;
	text-shadow: -1px 0px #000;
	border: none;
}

.button3{
	background: url('../img/button3.png') repeat-x;
	height: 21px;
	padding-left: 8px;
	padding-right: 8px;
	border: 1px solid #cf3333;
	color: #fff;
	font-size: 12px;
	font-family: Open Sans, Arial;
	border-radius: 6px;
	box-shadow: 0px 2px 5px #333;
}

a.button2{
	display: inline-block;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 7px;
	height: 25px;
}

.error{
	font-weight:bold;
	color:red !important;
}

.button.big{
	padding-left: 10px;
	padding-right: 10px;
	height: 34px;
	padding-top: 2px;
	display: inline-block;
	background: url('../img/button-bg.png') repeat-x top left;
	border-radius: 8px;
	font-family: Open Sans, Arial;
	font-size: 14px;
	color: #ffffff;
	border:none;
}

.option{
	width:20px;
	height:20px;
	display:inline-block;
	border:2px solid #fff;
	border-radius:6px;
}

.option:hover{
	border:2px solid #333;
}

.option.project{
	background:url('../img/project.png') no-repeat;
}

.option.office{
	background:url('../img/office.png') no-repeat;
}
.option.distance{
	background:url('../img/distance.png') no-repeat;
}

.option.project.inactive{
	background:url('../img/project-inactive.png') no-repeat;
}

.option.office.inactive{
	background:url('../img/office-inactive.png') no-repeat;
}
.option.distance.inactive{
	background:url('../img/distance-inactive.png') no-repeat;
}

.lower{
	text-transform:lowercase !important;
}

tr.small td{
	position:relative;
	top:-5px;
}

.small *{
	font-size:11px !important;
}


.tbody td{
	padding:10px;
	background:#f2f2f2;
	border:1px solid #ddd;
}

table.tire td.title{
	background:#ed7d31;
	padding:5px;
	text-align:center;
	font-weight:bold;
}

.color{
	width:25px;
	height:25px;
	display:inline-block;
}

.color.blue{
	background:#cadae7;
}

.color.orange{
	background:#f5d2a8;
}

.duplicate{
	background:url('../img/duplicate.png') no-repeat top left;
	display:inline-block;
	width:20px;
	height:20px;
}

textarea.ui-able{
	width:100%;
	height:50px;
}