.ui-datepicker .ui-widget-content {
	background-color: #31bbea !important;
}

.Highlighted a{
	background-color: red !important;
	color: white !important;
}
.strikeout_opt
{
	text-decoration: line-through;
}
.cke, .mce-tinymce {
  	margin-top: 20px;
	width: 100% !important;
	height: auto !important;
}
.documenti_visibili {
	display: block;
}
.documenti_nascosti {
	display: none;
}
.mytable  tr:hover {
		  background-color: #919191;
}
.my-modal-content {
	position: relative;
	background-color: #ffffff;
	border: 1px solid #999999;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	background-clip: padding-box;
	outline: 0;
}
/*
.modal-content {
	width: 600px !important;
}
*/
.rounded-corners-top-left {
	-moz-border-top-left-radius: 1em;
	-webkit-border-top-left-radius: 1em;
	-khtml-border-top-left-radius: 1em;
	border-top-left-radius: 1em;
}
.rounded-corners-top-right {
	-moz-border-top-right-radius: 1em;
	-webkit-border-top-right-radius: 1em;
	-khtml-border-top-right-radius: 1em;
	border-top-right-radius: 1em;
}
.rounded-corners-bottom-left {
	-moz-border-bottom-left-radius: 1em;
	-webkit-border-bottom-left-radius: 1em;
	-khtml-border-bottom-left-radius: 1em;
	border-bottom-left-radius: 1em;
}
.rounded-corners-bottom-right {
	-moz-border-bottom-right-radius: 1em;
	-webkit-border-bottom-right-radius: 1em;
	-khtml-border-bottom-right-radius: 1em;
	border-bottom-right-radius: 1em;
}
@media screen and (max-width: 1026px)
{
  .invisibile_su_mobile {
	display: none;
  }
  #testata_documento {
	background-color: lightgray;
  }
  #select_boat {
	width: 250px;
  }
  #titolo_boat {
	font-size: 14px;
	font-weight:  bold;
  }
}
@media screen and (max-width: 600px)
{
  #titolo_boat {
	font-size: 14px;
	font-weight:  bold;
  }
}
@media screen and (min-width: 601px)
{
  #titolo_boat {
	font-size: 19px;
	font-weight:  bold;
  }
}
.mycol
{
	padding-left: 1px !important;
	padding-right: 1px !important;
	text-align: center;
}
.form-group
{
	margin-bottom: 4px;
}
.form-control:not(textarea)
{
display: block;
font-weight: normal;
height: 24px !important;
padding: 2px 12px;
font-size: 12px;
line-height: 1.857143;
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,0.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
-o-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;
}
.form-control-static {
	 min-height: 20px; 
}
.btn {
display: inline-block;
margin-bottom: 0;
font-weight: bold;
text-align: center;
vertical-align: middle;
touch-action: manipulation;
cursor: pointer;
border: 1px solid transparent;
white-space: nowrap;
padding: 3px 12px;
font-size: 13px;
line-height: 1.42857143;
border-radius: 4px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.ewQuickSearch .input-group-btn .btn {
max-height: none;
min-height: 1px;
}
.col-sm-2
{
	width: 25%;
}
.col-sm-10
{
	width: 75%;
}

/** upload drag and drop *****************************/
#filedrag
{
	display: none;
	font-weight: bold;
	text-align: center;
	padding: 1em 0;
	margin: 1em 0;
	color: #555;
	border: 2px dashed #555;
	border-radius: 7px;
	cursor: default;    
	width: 100%;
	max-width: 512px;    
}         
#filedrag.hover
{
	color: #f00;
	border-color: #f00;
	border-style: solid;
	box-shadow: inset 0 3px 4px #888;
}
#messages
{
	padding: 0 10px;
	margin: 1em 0;
	border: 1px solid #999;
}
#progress p
{
	display: block;
	width: 240px;
	padding: 2px 5px;
	margin: 2px 0;
	border: 1px inset #446;
	border-radius: 5px;
	background: #eee url("progress.png") 100% 0 repeat-y;
}
#progress p.success
{
	background: #0c0 none 0 0 no-repeat;
}
#progress p.failed
{
	background: #c00 none 0 0 no-repeat;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 24px;
	}
.mylink {
	padding-left: 10px;
	text-align: left;
}
.mylink:hover {
	text-decoration: underline;
}
@-webkit-keyframes myfirst {
	0%   {opacity: 1;}
	10%  {opacity: 0.95;}
	20%  {opacity: 0.90;}
	30%  {opacity: 0.85;}
	40%  {opacity: 0.80;}
	50%  {opacity: 0.75;}
	60%  {opacity: 0.70;}
	70%  {opacity: 0.65;}
	80%  {opacity: 0.55;}
	90%  {opacity: 0.45;}
	100%  {opacity: 0.40;}
}
@keyframes myfirst {
	0%   {opacity: 1;}
	10%  {opacity: 0.95;}
	20%  {opacity: 0.90;}
	30%  {opacity: 0.85;}
	40%  {opacity: 0.80;}
	50%  {opacity: 0.75;}
	60%  {opacity: 0.70;}
	70%  {opacity: 0.65;}
	80%  {opacity: 0.55;}
	90%  {opacity: 0.45;}
	100%  {opacity: 0.40;}
}
.selezionato
{
	-webkit-animation: myfirst 1s infinite; /* Chrome, Safari, Opera */
	-webkit-animation-direction: alternate; /* Chrome, Safari, Opera */
	animation: myfirst 1s infinite;
	animation-direction: alternate;
}
.selezionabile
{
	padding-top: 10px; 
	color: rgb(0, 0, 0);
	height: 35px; 
	width: 30px; 
	font-weight: bold;
	white-space: nowrap; 
	font-size: 10px; 
	text-align: center; 
	line-height: 13px; 
	border-radius: 1em;
}
.alert {
	padding: 3px;
}
.control-label
{
	white-space: nowrap;
	width: 8.33333333%;
}

@media (max-width: 910px) {
	.control-label 
	{
		width: 16.6666666%;
	}
}
@media (max-width: 450px) {
	.control-label
	{
		width: 90%;
	}
}

@media (max-width: 450px) {
	.ewLanguageOption
	{
		visibility: hidden;
		height: 0px;
	}
}

@media (max-width: 300px) {
	.modal-content {
		width: 280px;
	}
}

@media (max-width: 450px) {
	.modal-content {
		width: 430px;
	}
}

@media (max-width: 600px) {
	.modal-content {
		width: 580px;
	}
}

@media (min-width: 601px) {
	.modal-content {
		width: 900px;
	}
}

@media (max-width: 300px) {
	.ui-dialog {
		width: 295px;
	}
}

@media (max-width: 450px) {
	.ui-dialog {
		width: 445px;
	}
}

@media (max-width: 600px) {
	.ui-dialog {
		width: 595px;
	}
}






#tabella_stati {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 400px;
}
#tabella_request {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 700px;
    z-index: 10;
}

#tabella_stati {
  z-index: 10;
}

/***************************************************/
	.demoHeaders {
		margin-top: 2em;
	}
	#dialog-link {
		padding: .4em 1em .4em 20px;
		text-decoration: none;
		position: relative;
	}
	#dialog-link span.ui-icon {
		margin: 0 5px 0 0;
		position: absolute;
		left: .2em;
		top: 50%;
		margin-top: -8px;
	}
	#icons {
		margin: 0;
		padding: 0;
	}
	#icons li {
		margin: 2px;
		position: relative;
		padding: 4px 0;
		cursor: pointer;
		float: left;
		list-style: none;
	}
	#icons span.ui-icon {
		float: left;
		margin: 0 4px;
	}
	.fakewindowcontain .ui-widget-overlay {
		position: absolute;
	}

/***************************************************/


.celletta
{
	width: 4em;

}

.mezzacelletta
{
	width: 2em;

}

.divplanner
{

}

.mylabel 
{
	border-radius: .25em; 
	white-space: pre-wrap; 
	height: auto; 
	max-width: 88%; 
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	font-weight: 700;
	vertical-align: baseline;
}

.tabellone
{
	font-size: 1em !important;
}

body {
  /*font-size: 12px;*/
}

.boat_tile
{
	min-height: 35px;
}

.timeline {
	list-style: none;
	padding: 10px 0 10px;
	position: relative;
}

	.timeline:before {
		top: 0;
		bottom: 0;
		position: absolute;
		content: " ";
		width: 3px;
		background-color: #eeeeee;
		left: 50%;
		margin-left: -1.5px;
	}

	.timeline > li {
		margin-bottom: 20px;
		position: relative;
	}

		.timeline > li:before,
		.timeline > li:after {
			content: " ";
			display: table;
		}

		.timeline > li:after {
			clear: both;
		}

		.timeline > li:before,
		.timeline > li:after {
			content: " ";
			display: table;
		}

		.timeline > li:after {
			clear: both;
		}

		.timeline > li > .timeline-panel {
			width: 46%;
			float: left;
			border: 1px solid #d4d4d4;
			border-radius: 2px;
			padding: 10px;
			position: relative;
			-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
			box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
		}

			.timeline > li > .timeline-panel:before {
				position: absolute;
				top: 26px;
				right: -15px;
				display: inline-block;
				border-top: 15px solid transparent;
				border-left: 15px solid #ccc;
				border-right: 0 solid #ccc;
				border-bottom: 15px solid transparent;
				content: " ";
			}

			.timeline > li > .timeline-panel:after {
				position: absolute;
				top: 27px;
				right: -14px;
				display: inline-block;
				border-top: 14px solid transparent;
				border-left: 14px solid #fff;
				border-right: 0 solid #fff;
				border-bottom: 14px solid transparent;
				content: " ";
			}

		.timeline > li > .timeline-badge {
			color: #fff;
			width: 50px;
			height: 50px;
			line-height: 50px;
			font-size: 1.4em;
			text-align: center;
			position: absolute;
			top: 16px;
			left: 50%;
			margin-left: -25px;
			background-color: #999999;
			z-index: 100;
			border-top-right-radius: 50%;
			border-top-left-radius: 50%;
			border-bottom-right-radius: 50%;
			border-bottom-left-radius: 50%;
		}

		.timeline > li.timeline-inverted > .timeline-panel {
			float: right;
		}

			.timeline > li.timeline-inverted > .timeline-panel:before {
				border-left-width: 0;
				border-right-width: 15px;
				left: -15px;
				right: auto;
			}

			.timeline > li.timeline-inverted > .timeline-panel:after {
				border-left-width: 0;
				border-right-width: 14px;
				left: -14px;
				right: auto;
			}

.timeline-badge.primary {
	background-color: #2e6da4 !important;
}

.timeline-badge.success {
	background-color: #3f903f !important;
}

.timeline-badge.warning {
	background-color: #f0ad4e !important;
}

.timeline-badge.danger {
	background-color: #d9534f !important;
}

.timeline-badge.info {
	background-color: #5bc0de !important;
}

.timeline-title {
	margin-top: 0;
	color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
	margin-bottom: 0;
}

	.timeline-body > p + p {
		margin-top: 5px;
	}

@media (max-width: 767px) {
	ul.timeline:before {
		left: 40px;
	}

	ul.timeline > li > .timeline-panel {
		width: calc(100% - 90px);
		width: -moz-calc(100% - 90px);
		width: -webkit-calc(100% - 90px);
	}

	ul.timeline > li > .timeline-badge {
		left: 15px;
		margin-left: 0;
		top: 16px;
	}

	ul.timeline > li > .timeline-panel {
		float: right;
	}

		ul.timeline > li > .timeline-panel:before {
			border-left-width: 0;
			border-right-width: 15px;
			left: -15px;
			right: auto;
		}

		ul.timeline > li > .timeline-panel:after {
			border-left-width: 0;
			border-right-width: 14px;
			left: -14px;
			right: auto;
		}
}

/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/
	.modal.left .modal-dialog,
	.modal.right .modal-dialog {
		position: fixed;
		margin: auto;
		width: 90%;
		height: 99%;
		-webkit-transform: translate3d(0%, 0, 0);
		    -ms-transform: translate3d(0%, 0, 0);
		     -o-transform: translate3d(0%, 0, 0);
		        transform: translate3d(0%, 0, 0);
	}

	.modal.left .modal-content,
	.modal.right .modal-content {
		height: 100%;
		overflow-y: auto;
	}

	.modal.left .modal-body,
	.modal.right .modal-body {
		padding: 5px 5px 10px;
	}

/*Left*/
	.modal.left.fade .modal-dialog{
		left: -320px;
		-webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
		   -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
		     -o-transition: opacity 0.3s linear, left 0.3s ease-out;
		        transition: opacity 0.3s linear, left 0.3s ease-out;
	}

	.modal.left.fade.in .modal-dialog{
		left: 0;
	}

/*Right*/
	.modal.right.fade .modal-dialog {
		right: -620px;
		-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
		   -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
		     -o-transition: opacity 0.3s linear, right 0.3s ease-out;
		        transition: opacity 0.3s linear, right 0.3s ease-out;
	}

	.modal.right.fade.in .modal-dialog {
		right: 0;
	}

/* ----- MODAL STYLE ----- */
	.modal-content {
		border-radius: 0;
		border: none;
	}

	.modal-header {
		border-bottom-color: #EEEEEE;
		background-color: #FAFAFA;
	}


