
* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

html {
	text-rendering: optimizeLegibility;
}

html, body {
	height: 100%;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	color: #333;
}

body {
	font-weight: 400;
}

body, input, button {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
	text-decoration: none;
}

strong {
	font-weight: 600;
}

.wrapper {
	/*padding: 0 20px 0;*/
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	/*height: 150px;*/
	padding: 20px;
	background: #F0F0F0 url(../images/logo.png) no-repeat top 10px right 40px;
	z-index: 1;
	color: #333;
}

.header .title a[data-cmd] {
	/*color: #333;*/
}

.header .title a[data-cmd].active {
	display: inline;
}

.header a.button {
	display: inline-block;
	font-size: 12px;
	background: #4486F9;
	color: #fff;
	padding: 3px 5px;
	margin: 10px 0 0;
}

.header a.button.disabled {
	background: #d8d8d8;
	color: #404040;
}

.header select {
	border: 1px solid #d8d8d8;
	padding: 3px 5px;
	margin: 0 10px 0 0;
}

.header .top-menu {
	position: absolute;
	top: 40px;
	right: 10px;
	border: 1px solid #c0c0c0;
	background: #fff;
	padding: 5px;
	margin: 0;
	min-width: 200px;
}

.header .top-menu .menu {
	padding: 0 10px;
}

.header .top-menu .menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.header .top-menu .menu a {
	color: inherit;
	padding: 0;
	list-style-type: none;
}

.header .top-menu .menu a:hover {
	text-decoration: underline;
}

.header a.icon {
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 22px;
	line-height: 22px;
	cursor: pointer;
}

.index.collapsed {
	display: none;
}

.index ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline-block;
}

.index ul li {
	display: inline-block;
	float: left;
	font-size: 12px;
	background: #4486F9;
	margin: 0 5px 5px 0;
}

.index ul li a {
	font-weight: 600;
	display: inline-block;
	padding: 3px 5px;
	color: #fff;
}

.index ul li span {
	font-size: 8px;
}

div.data {
	padding-top: 10px;
}


table {
	font-size: 12px;
	font-weight: 400;
	border-collapse: collapse;
	margin: 0 0 10px;
}

th {
	font-size: 10px;
	font-weight: 600;
}

th, td {
	border: 1px solid #333;
	padding: 3px 5px;
	text-align: center;
	min-width: 33px;
	min-height: 23px;
}

th:first-child, td:first-child,
th:last-child, td:last-child {
}

table td.label {
	background: #fff;
	text-align: left;
}

table th.no-border, table td.no-border {
	background: #fff !important;
	border: 0 !important;
}

table th.tot, table td.tot {
	background: #fff;
}

tbody tr:hover td {
	/*background: #d0d0d0;*/
}

h1 {
	display: inline-block;
	clear: both;
	font-weight: 400;
	font-size: 18px;
	margin: 0 0 10px;
	padding: 5px 5px 5px 0;
	line-height: 1;
}

h2 {
	font-weight: 400;
	margin: 0;
	font-size: 12px;
	line-height: 1;
}

hr {
  border: 0;
  border-bottom: 1px dashed #a8a8a8;
	clear: both;
	margin: 20px 0;
	padding-top: 20px;
}

a.cmd, span.cmd {
	margin: 0 5px 0 0;
	font-size: 12px;
	color: #4486f9;
}

span.cmd {
	display: inline-block;
	cursor: pointer;
}

a.cmd.hidden, .hidden {
	display: none;
}

a.cmd:first-of-type {
	margin-left: 5px;
}


.filters {
	font-size: 12px;
	color: #4486F9;
}

.filters a {
	color: #4486F9;
	margin: 0 0 0 5px;
}

.filters i.fa {
	margin: 0 3px 0 0;
	font-size: 16px;
}


div.employee {
	position: relative;
	display: inline-block;
	padding: 0 20px;
	width: 100%;
}

span.tags {
	color: #404040;
	font-size: 14px;
	margin: 0 0 0 5px;
	cursor: default;
}

span.aux-data {
	background: #d8d8d8;
	color: #404040;
	font-size: 14px;
	padding: 0 5px;
	margin: 0 0 0 15px;
	cursor: default;
}

span.aux-data span.data {
	font-weight: 600;
}

table i.fa {
	font-size: 16px;
	color: #4486F9;
}

.spinner {
	position: absolute;
	height: 150px !important;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	z-index: 20000;
	background: #fff;
}
.spinner-msg {
	text-align: center;
	font-weight: bold;
}

.spinner-img {
	background: url(../images/spinner.gif) no-repeat;
	width: 24px;
	height: 24px;
	margin: 0 auto;
}

#progress-bar {
	float: left;
	margin: 10px 10px 0 0;
	width: 360px;
}

@media print {
	div {
		page-break-after: always;
	}
}

h1.locked {
	color: #fff;
	background: #16A765;
}

h1.disabled {
	color: #fff;
	background: #FB4C2F;
}

div.notes {
	float: left;
	width: 500px;
	padding: 0 10px 0 0;
}

div.notes label {
	display: block;
}

div.notes textarea {
	width: 100%;
	height: 100px;
	border: 1px solid #d8d8d8;
	resize: vertical;
}

.simple-modal {
	font-family: 'Open Sans', sans-serif;
}

.simple-modal label {
	display: block;
}

.simple-modal input {
	margin: 0 0 10px;
	border: 1px solid #d8d8d8;
	padding: 3px 5px;
	
}

#turni_data_form input {
	width: 30px;
	margin: 0;
	text-align: center;
}

#index {
	margin: 10px 0 0;
}