/* APPLIACTION.CSS */

.hidden {
	display: none;
}

td .fa{
	font-size:18px;
}

.td .fa:hover{
	font-size:300%;
	transition: 0.1s ease-out;
	margin: -20px -20px -15px -10px;
	padding: 15px;
	overflow: hidden;
}

/* LOADING SCREEN */

.loader {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 500px;
	height: 300px;
	margin-left: -250px;
	margin-top: -150px;
	border-style: solid;
	border-width: 2px;
	z-index: 9999;
	visibility: hidden;
	background: url("/img/ajax-loader.gif") 50% 50% no-repeat rgba(249,249,249,0.9);
}

.loader_txt {
	text-align: center;
	float: center;
	margin-top: 20%;
	font-size: 160%;
}

.iconPriority0 a, .iconPriority0 span {
	background: url("/img/pin_white.png") no-repeat left;
	text-align: center;
	margin: -10px -10px 0 -4px;
	padding: 3px 26px;
}

.iconPriority1 a, .iconPriority1 span {
	background: url("/img/pin_yellow.png") no-repeat left;
	text-align: center;
	margin: -10px -10px 0 -4px;
	padding: 3px 26px;
}

.iconPriority2 a, .iconPriority2 span {
	background: url("/img/pin_green.png") no-repeat left;
	text-align: center;
	margin: -10px -10px 0 -4px;
	padding: 3px 26px;
}

.iconPriority3 a, .iconPriority3 span {
	background: url("/img/pin_red.png") no-repeat left;
	text-align: center;
	margin: -10px -10px 0 -4px;
	padding: 3px 26px;
}

.iconPriority4 a, .iconPriority4 span {
	background: url("/img/pin_black.png") no-repeat left;
	text-align: center;
	margin: -10px -10px 0 -4px;
	padding: 3px 26px;
}

/* MZ.CSS */

span.fa.fa-3x.slogan {
	width: 40px;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.42;
  border-radius: 100%;
}

.link_posizioni_mini:hover {
	color: #C5060B;
}

.link_posizioni {
	cursor: pointer;
	height: 50px;
}

.link_posizioni:hover {
	color: #C5060B;
}

.color-green {
	color: #2f2;
}

.color-dark-green {
	color: #171;
}

.color-blue {
	color: #22f;
}

.color-red {
	color: #f22;
}

.color-black {
	color: #000;
}

.color-gray1 {
	color: #111;
}

.color-gray2 {
	color: #222;
}

.color-gray3 {
	color: #333;
}

.color-gray4 {
	color: #444;
}

.color-gray5 {
	color: #555;
}

.color-gray6 {
	color: #666;
}

.color-gray7 {
	color: #777;
}

.color-gray8 {
	color: #888;
}

.color-gray9 {
	color: #999;
}

.color-gray10 {
	color: #aaa;
}

.color-gray11 {
	color: #bbb;
}

.color-gray12 {
	color: #ccc;
}

.color-gray13 {
	color: #ddd;
}

.color-gray14 {
	color: #eee;
}

.background-color-white {
	background-color: #FFF !important;
	border: none !important;
}

.background-color-blue {
	background-color: #77aaff !important;
}

.background-color-purple {
	background-color: #BD3518 !important;
}

.background-color-orange {
	background-color: #d58512 !important;
}

.background-color-red {
	background-color: #BD3518 !important;
}

.background-color-green {
	background-color: #5cb85c !important;
}

.text-right-green {
  text-align: right;
  color: #040;
}

.text-center-red {
  text-align: center;
  color: #400;
}

.text-right-red {
  text-align: right;
  color: #400;
}

.vcenter {
    vertical-align: middle;
}

.ui-dialog {
	z-index: 1100 !important;
	overflow: auto;
}

.required {
	color: red;
	padding-left: 4px;
}

input.datepicker {
	text-align: center;
	background-image: url("/img/calendar.png");
	background-position: 158px center;
	background-repeat: no-repeat;
	padding: 2px;
	width: 180px;
	border: solid 1px #efefef;
}

.riepilogo {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.riepilogo:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.riepilogo:-moz-placeholder {
	color: #999;
}
.riepilogo::-moz-placeholder {
	color: #999;
	opacity: 1;
}
.riepilogo:-ms-input-placeholder {
	color: #999;
}
.riepilogo::-webkit-input-placeholder {
	color: #999;
}

/* FOTO PANNING-ZOOM */

.tile {
	position: relative;
	float: left;
	overflow: hidden;
}

.photo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transition: transform .5s ease-out;
}

/* ACCOPPIAMENTO FOTO */

.text-white {
	color:#FFF! important;
}

.text-black {
	color:#000! important;
}

.text-red {
	color:#A00! important;
}

.text-back-red {
	background-color: red! important;
	color:#f0F! important;
}

.text-blue {
	color:#007bb7! important;
}

.text-green {
	color:#0B0! important;
}

.text-darkgreen {
	color:#070! important;
}

.text-orange {
	color:#ec971f! important;
}

.text-darkorange {
	color:#cb4010! important;
}

.text-accettazione {
	color:#a89e8e! important;
	opacity: 0.0;
	filter: alpha(opacity=0);
}

.text-seduta {
	color:#687e8e! important;
}

.text-referto {
	color: #285e8e! important;
}

/* LETTURE CSS */

#letture-foto-info a {
	font-weight: bold;
	color: black;
}

#letture-foto-info .foto_assigned a {
	font-weight: bold;
	color: green;
}

#letture-foto-info .foto_warning a {
	font-weight: bold;
	color: orange;
}

#letture-foto-info .foto_canceled a {
	font-weight: bold;
	color:red;
}

/* RILIEVI CSS */

#rilievi-foto-info a {
	font-weight: bold;
	color: black;
}

#rilievi-foto-info .foto_assigned a {
	font-weight: bold;
	color: green;
}

#rilievi-foto-info .foto_warning a {
	font-weight: bold;
	color: orange;
}

#rilievi-foto-info .foto_canceled a {
	font-weight: bold;
	color:red;
}

/* END CSS */

#large {
	display: none;
	position: absolute;
	padding: 5px;
	top: 10px;
	z-index: 999;
}


/* INPOTS */

select {
	min-width: 80px;
}


/* BUTTONS */

button, input[type=button], input[type=submit] {
	padding: 0 10px;
	border: solid 1px #777;
	border-radius: 10px;
	border-top-right-radius: 0;
	background-color: #eee;
	min-width: 80px;
	box-shadow: 0 1px 4px rgba(0,0,0,0.2);
	transition: box-shadow 0.2s ease-in-out;
}

button:hover, input[type=button]:hover, input[type=submit]:hover {
	border: solid 1px #aaa;
	background-color: #fff;
	box-shadow: 0 5px 15px rgba(0,0,0,0.5);
}

button:active, input[type=button]:active, input[type=submit]:active {
	border: solid 1px #444;
	background-color: #bbb;
	box-shadow: 0 1px 1px rgba(0,0,0,0.4);
}