/* COMMON STYLES / HTML ELEMENTS */
html {
	width: 100%; height: 100%;
	min-width: 600px; min-height: 400px;
	
	overflow: hidden;
}
body {
	position: relative;
	width: 100%; height: 100%;
	margin: 0;
	
	font-size: 0.875em;
	font-family: 'helveticaneuecyrlight', helvetica, arial;
	-webkit-font-smoothing: antialiased;
	
	background-color: #f2f3f5;
	
	overflow: hidden;
}
b {
	font-family: 'helveticaneuecyrmedium';
	font-weight: normal;
}
h1 {
	font-family: 'helveticaneuecyrmedium';
	font-size: 1.65em;
	font-weight: normal;
}
h2 {
	padding-top: 10px;

	font-family: 'helveticaneuecyrmedium';
	font-size: 1.425em;
	font-weight: normal;
}
h3 {
	font-family: 'helveticaneuecyrmedium';
	font-size: 1.125em;
	font-weight: normal;
}
h4 {
	font-family: 'helveticaneuecyrmedium';
	font-size: 1em;
	font-weight: normal;
}
label {
	vertical-align: top;
}
label[for] {
	cursor: pointer;
}
/* COMMON STYLES / HTML ELEMENTS */



/* FLOAT */
.float-left {
	margin-right: 4px;
	float: left;
}
.float-right {
	margin-left: 4px;
	float: right;
}
.clear {
	clear: both;
}
/* FLOAT */



/* ALLIGN */
.align-left {
	text-align: left;	
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}
/* ALLIGN */



/* OTHER */
.image-preview {
	position: absolute;
	width: 160px; height: 160px;
	
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	
	border: solid 1px #E6E6E6;
	
	z-index: 1000;
}
.comment {
	color: #555;
}
.datepicker {
	width: 100px;
}
.warning {
	border-color: red;
}
.hide {
	display: none !important;
}
/* OTHER */
