/* RIDEFINIZIONE TAG */
/*
varde 4caf38
rosso af3838
*/
body{
	width: 100%;
	font-size: 12px;
	font-family: Trebuchet MS,Verdana,Helvetica,Arial,sans-serif;
	margin: 0px;
}

legend{
	font-weight: bold;
}

/* STRUTTURA PRINCIPALE */

.error_reporing{
	
}

.header{
	border-bottom: 1px solid #000;
	background-image: url('../../images/layout/header_bg.png');
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #b0b0b0;
	color: #000;
	font-size: 16px;
	height: 27px;
	font-weight: bold;
	border-collapse:collapse;
	width: 100%;
}

.menu{
	
}

.subtitle, .window_subtitle{
	border-top: 1px solid #bcbcbc;
	border-bottom: 1px solid #000;
	background-image: url('../../images/layout/subtitle_bg.png');
	background-repeat: repeat-x;
	height: 30px;
	color: #fff;
	padding-left: 5px;
	font-size: 20px;
	font-weight: bold;
}

.subsubtitle{
	padding-left: 3px;
	height: 20px;
	font-weight: bold;
	border: 1px #d4d4d4 solid;
	border-right: 1px #939393 solid;
	border-bottom: 1px #939393 solid;
	background-image: url('../../images/layout/o_button.png');
	background-repeat: repeat-x;
	background-position: top;
	background-color: #d4d4d4;
	font-size: 13px;
}

.content_class{
	width: 100%;
}

.error{
	display: none;
	width: 100%;
	height: 25px;
	padding-top: 5px;
	background-color: #b24141;
	color: #fff;
	font-weight: bold;
}

.footer{
	border: 1px solid #000;
	background-image: url('../../images/layout/footer_bg.png');
	background-repeat: repeat-y;
	background-position: top right;
	background-color: #5b5b5b;
	color: #fff;
	height: 40px;
}

.copy{
	width: 100%;
	text-align: right;
	font-size: 10px;
	font-style: italic;
}

.print_iframe{
	width: 100%;
	height: 750px;
	border: 0px solid #fff;
	display: none;	
}

.relative_div{
	position: relative;
}

.lgs_notifications_div{
	overflow: auto;
	height: 600px;
	padding: 0px;
}

.close_span{
	float: right;
}

.window, .large_window, .medium_window, .small_window{
	position: absolute;
	display:none;
	background-color: #fff;
	width: 800px;
	height: 640px;
	border:1px solid #000;
}

.large_window{
	width: 1024px;
	height: 680px;
}

.small_window{
	width: 400px;
	height: 320px;
}

.window_content, .large_window_content, .small_window_content{
	width: 100%;
	height: 605px;
	overflow: auto;
}

.large_window_content{
	height: 645px;
}

.small_window_content{
	height: 285px;
}

/* TABELLE */
.admin_table{
	width: 100%;
	margin-top: 15px;
}

.admin_table th{
	border: 1px #d5d5d5 solid;
	background-color: #f2f3f5;
	background-image: url('../../images/layout/th_bg.png');
	background-repeat: repeat-x;
	height: 22px;

}

.admin_table td{
	padding-left: 2px;
}

.service_table{
	width: 100%;
	margin-top: 2px;
	margin-bottom: 5px;
}

.service_table th{
	border: 1px #d5d5d5 solid;
	background-color: #f2f3f5;
	background-image: url('../../images/layout/th_bg.png');
	background-repeat: repeat-x;
	height: 22px;

}

.service_table td{
	border: 1px #e5e5e5 solid;
	padding: 1px;
	padding-left: 2px;
	padding-right: 0px;
	height: 18px;
}

.data_form_table{
	margin-top: 15px;
	width: 100%;
	border-top: 1px solid #000;
}

.mail_table{
	width: 100%;
	margin-top: 15px;
}

.mail_table th{
	text-align: center;
	border: 1px #d5d5d5 solid;
	background-color: #f2f3f5;
	background-image: url('../../images/layout/th_bg.png');
	background-repeat: repeat-x;
	height: 22px;

}

.mail_table td{
	padding-left: 2px;
	border: 1px #d5d5d5 solid;
	width: 100%;
}

.stats_table{
	width: 100%;
	margin-top: 15px;
	border: 1px #000 solid;
	border-collapse: collapse;
}

.stats_table th{
	border: 1px #000 solid;
	text-transform: uppercase;
	font-weight: bold;
	padding: 3px;
}

.stats_table td{
	border: 0px #000 solid;
	border-left: 1px #000 solid;
	border-right: 1px #000 solid;
	padding: 3px;
}

/* LINK */

a:link{
	color: #000;
	font-weight: bold;
}

a:visited {
	color: #000;
	font-weight: bold;
}

a:hover{
	color: #000;
	font-weight: bold;
}


a.services_links:link{
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

a.services_links:visited {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

a.services_links:hover{
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

a.more_details:link{
	color: #4caf38;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

a.more_details:visited {
	color: #4caf38;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

a.more_details:hover{
	color: #4caf38;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

a.less_details:link{
	color: #af3838;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

a.less_details:visited {
	color: #af3838;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

a.less_details:hover{
	color: #af3838;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}


/* BOTTONI */
.button, .zip_button, .search_button, .new_button, .update_button, .confirm_button, .delete_button, .reset_button, .back_button,
.next_button, .select_button, .logout_button, .pdf_button, .xls_button, .users_button, .ais_button, .history_button, .attachment_button,
.download_button, .vies_button, .mail_button, .suspend_button{
	padding-left: 24px;
	padding-bottom: 2px;
	border-top: 1px solid #d4d4d4;
	border-left: 1px solid #d4d4d4;
	border-right: 1px solid #939393;
	border-bottom: 1px solid #939393;
	background-color: #d1d1d1;
	height: 20px;
	font-weight: bold;
}

.button{
	padding-left: 2px;
	padding-right: 2px;
}

.zip_button{
	background-image: url('../../images/layout/zip_button.png');
	background-repeat: no-repeat;
}

.pdf_button{
	background-image: url('../../images/layout/pdf_button.png');
	background-repeat: no-repeat;
}

.xls_button{
	background-image: url('../../images/layout/xls_button.png');
	background-repeat: no-repeat;
}

.search_button{
	background-image: url('../../images/layout/search_button.png');
	background-repeat: no-repeat;
}

.new_button{
	background-image: url('../../images/layout/new_button.png');
	background-repeat: no-repeat;
}

.update_button{
	background-image: url('../../images/layout/update_button.png');
	background-repeat: no-repeat;
}

.confirm_button{
	background-image: url('../../images/layout/confirm_button.png');
	background-repeat: no-repeat;
}


.delete_button{
	background-image: url('../../images/layout/delete_button.png');
	background-repeat: no-repeat;
}

.reset_button{
	background-image: url('../../images/layout/reset_button.png');
	background-repeat: no-repeat;
}

.back_button{
	background-image: url('../../images/layout/back_button.png');
	background-repeat: no-repeat;
}

.next_button{
	background-image: url('../../images/layout/next_button.png');
	background-repeat: no-repeat;
}

.select_button{
	background-image: url('../../images/layout/next_button.png');
	background-repeat: no-repeat;
}

.users_button{
	background-image: url('../../images/layout/users_button.png');
	background-repeat: no-repeat;
}

.logout_button{
	background-image: url('../../images/layout/logout_button.png');
	background-repeat: no-repeat;
}

.ais_button{
	background-image: url('../../images/layout/ais_button.png');
	background-repeat: no-repeat;
}

.history_button{
	background-image: url('../../images/layout/history_button.png');
	background-repeat: no-repeat;
}

.attachment_button{
	background-image: url('../../images/layout/attachment_button.png');
	background-repeat: no-repeat;
}

.download_button{
	background-image: url('../../images/layout/download_button.png');
	background-repeat: no-repeat;
}

.vies_button{
	background-image: url('../../images/layout/vies_button.png');
	background-repeat: no-repeat;
}

.mail_button{
	background-image: url('../../images/layout/mail_button.png');
	background-repeat: no-repeat;
}

.suspend_button{
	background-image: url('../../images/layout/suspend_button.png');
	background-repeat: no-repeat;
}

/* CONTENITORI */

.loading{
	width: 100%;
	height: 200px;
	padding-top: 140px;
	text-align: center;
	background-image: url('../../images/layout/loading.gif');
	background-repeat: no-repeat;
	background-position: center 30%;
	font-weight: bold;
	font-style: italic;
}

.small_loading{
	width: 16px;
	height: 16px;
	background-image: url('../../images/layout/small_loading.gif');
	background-repeat: no-repeat;
}

.services_div{
	height: 200px;
	overflow: auto;
}

.flag{
	border: 1px #92c5f8 solid;
}


.small_flag{
	width: 12%;
	height: 12%;
}

.data_form{
	
	
	
}

.search_form{
	
	
	
}

.cell_style_1{
	background-color: #ffffff;
}

.cell_style_2{
	background-color: #f3f4f6;
	
}

.cell_style_error{
	border: 2px solid #b24141;
}

.notifications_bg{
	background-color: #e1e1e1;
}

.highlight{
	background-color: #ffc4c4;
}

.cell_style_ais_data{
	background-image: url('../../images/layout/ais_data.png');
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
	color: #6380aa;
	font-weight: bold;
}

.cell_style_logis_data{
	background-image: url('../../images/layout/logis_data.png');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	color: #497e4e;
	font-weight: bold;
}

.cell_style_vies_data{
	background-image: url('../../images/layout/vies_data.png');
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
	color: #0077c3;
	font-weight: bold;
}

.cell_style_ais_data_no_bg{
	color: #6380aa;
}

.cell_style_logis_data_no_bg{
	color: #497e4e;
}

.cell_style_vies_data_no_bg{
	color: #0077c3;
}

.om_cell_style_1{
	
}

.om_cell_style_2{
	background-color: #d6f2ff;
}

.om_cell_style_3{
	background-color: #e0ffd6;
}

.om_cell_style_4{
	background-color: #fcffd6;
}

.om_cell_style_5{
	background-color: #FED6FF;
}

.om_cell_style_0{
	background-color: #C4C4FF;
}

.cell_style_totals{
	background-color: #f3f315;
}

.cell_style_new{
	background-color: #e0ffd6;
}

.menu_manager{
	background-image: url('../../images/layout/v_button.png');
	background-repeat: repeat-y;
	background-position: top left;
	width: 16px;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	border-left: 1px solid #bcbcbc;
	border-right: 1px solid #bcbcbc;
}

.cell_style_local_data{
	color: #000000;
}

.cell_style_matching_data{
	color: #000000;
	font-weight: bold;
}

.notifications{
	color: #b00;
	text-decoration: blink;
}

.ship_name_notifications{
	color: #b00;
}

.number{
	text-align: right;
}

.imp{
	font-weight: bold;
	text-decoration: underline;
	color: #006300;
}

.service_completed{
	color: #00b;
	text-decoration: none;
}

.ship_in_oadstead{
	font-weight: bold;
	text-decoration: underline;
	background-color: #cad5f3;
	color: #000;
}

.ship_ready{
	font-weight: bold;
	text-decoration: underline;
	color: #000;
}

.ship_at_mooring{
	font-weight: bold;
	text-decoration: underline;
	background-color: #f3e6ca;
	color: #000;
}

.min_column{
	width: 1%;
	padding-right: 3px;
	padding-left: 3px;
	word-break: keep-all; 
}

.ship_name{
	width: 220px;
}

.notification{
	color: #b00;
}

.bill_english_label{
	color: #c0c0c0;
	font-style: italic;
}

.fast_search{
	background-color: #fff;
	position:absolute;
	margin-top: 0px;
	width: 398px;
	border-left: 1px #000 solid;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
}

.rate_div{
	background-image: url('../../images/layout/star.png');
	background-repeat: no-repeat;
	background-position: center center;
	color: #000;
	font-size: 24px;
	height: 27px;
	text-align: center;
	font-weight: bold;
	width: 100%;
	height: 128px;
}

.rate_div_content{
	padding-top: 60px;
}


.fast_search_el{
	cursor:pointer;
	padding-left: 5px;
	border-bottom: solid #000 1px;
}

.fast_search_over{
	color: #000;
	border-bottom: solid #000 1px;
	padding-left: 5px;
	cursor:pointer;
	background-color: #ffc4c4;
}

.cancelled_element{
	text-decoration: line-through;
}


.rate_color_2{
	color: #bb0000;
}

.rate_color_3{
	color: #e9bb00;
}

.rate_color_4{
	color: #7dbb00;
}

.rate_color_5{
	color: #00bb00;
}

/*the container must be positioned relative:*/
.autocomplete {
  position: relative;
  display: inline-block;
}


.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4; 
}

/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: #e9e9e9; 
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}