/* standard elements */
html {
	min-height: 100%;
}

* {
	margin: 0;
	padding: 0;
	font-size: 12px;
}

/* body {
 	padding-top: 5px;
} */
body, div.content, div.container {
	background-color:#454545;
}
				
/* misc */
.clearer {
	clear: both;
	font-size: 0;
}

.left {
	float: left;
}

.right {
	float: right;
}

/* structure */
.inner-container {
	/* border: 2px solid #D7D7D2;*/
	/*background: #FFF;*/
	margin: 15 auto;
	width: 99%;
}

.outer-container {
	padding-bottom: 5px;
}

/* headere & title */
.header {
	height: 40px;
	margin-bottom: 5px;
	text-align: center;
}

.header .title {
	color: white;
	padding-top: 5px;
}

.header .title .slogan {
	font: normal 1.1em Verdana, sans-serif;
	padding-top: 6px;
}

#background {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 55;
	left: 0;
	z-index: 1;
}

/* main */
.main {
	/*border-top: 4px solid #FFF;*/
	/*padding: 8px 0 0 0;*/
	/*background: url(../images/background.png) no-repeat;*/
	width: 100%;
}

/* content */
.content {
	
}

/* footer */
.footer {
	color: #020336;
	margin-top: 5px;
	padding: 10px 12px;
}

.footer a {
	color: #020336;
	text-decoration: none;
}

.footer a:hover {
	color: #FFC;
}

.label {
	color: #0E774A;
	font-size: 11px;
}

.dateLabel {
	font-style: italic;
	font-size: 8px;
	color: #888888;
	float: right;
}

.link {
	color: #2200C1 !important;
	text-decoration: underline;
	font-size: 11px;
}

.grid td {
	border: 0 none !important;
}

.ui-widget {
	font-size: 10px !important;
}

.ui-widget-header a {
	color: white !important;
}

.ui-autocomplete-input {
	width: 90% !important;
}

.ui-growl {
	left: 35%;
}

.ui-wizard-step-title {
	font-size: 11px !important;
}

.ui-panel-content {
	padding: 0 !important;
}

.ui-inputfield {
	padding:0 !important;
}

.ui-button-text {
	color: white !important;
}

.ui-menuitem-text .ui-dialog-title a {
	color: while !important;
}

/* modif jonathan a tester*/
.ui-panelgrid tr,
.ui-panelgrid td {
    border: none !important;
}

.ui-selectcheckboxmenu {
	height:20px !important;
}

#portal_form:tab_0 {
	height: 500px !important;
}

#portal_form:tab_1 {
	height: 500px !important;
}

label {
	font-size: 12px !important;
}

.ui-fieldset,.ui-fieldset .ui-fieldset-legend {
	padding: 0.1em !important;
}

legend {
	line-height: 20px !important;
}

td {
	/*vertical-align: middle !important;*/
}

.ui-inputfield {
	margin-bottom: 1px !important;
	/*margin-left: 10px !important;*/
}
/*.ui-button {
	margin-bottom: 1px !important;
	margin-left: 5px !important;
}*/

/* .ui-chkbox-box {
	margin-top: -9px !important;
}*/

.ui-datepicker {
	width: 18em !important;	
}

/* .ui-datatable, .ui-datatable-even {
	background: #f2f5f7;
}*/

.row {
	text-align: justify;
}

.navBarTitle {
	font-family: "Segoe UI Light", "Helvetica Neue", "Segoe UI", "Segoe WP",
		sans-serif;
	padding-left:15px !important;
	font-size:20px;	
}

/*
.navBarTitle a {
	color: inherit !important;
	font-family: "Segoe UI Light", "Helvetica Neue", "Segoe UI", "Segoe WP",
		sans-serif;
	padding-left:15px !important;
	font-size:20px;	
}

.navBarTitle a:hover {
	text-decoration: underline;
}

.navBarTitle a:visited {
	color: inherit !important;
}
*/
/* ---- Repris de metro-bootstrap.css pour les tiles et modifie ---- */
.tileText {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 10px;
	font-size: 22px;
	color:white;
	font-family: "Segoe UI Light", "Helvetica Neue", "Segoe UI", "Segoe WP", sans-serif;
	font-weight: 600;
	line-height: 25px;
}

.thumbnails>li.tile {
	display: block;
	cursor: pointer;
	-webkit-perspective: 0;
	-webkit-transform-style: preserve-3d;
	-webkit-transition: -webkit-transform 0.2s;
	float: left;
	width: 140px;
	height: 140px;
	text-align: center;
	padding: 5px;
	opacity: 0.75;
	/*background-color: #2e8bcc;*/
	background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
	background-repeat: repeat-x;
	border: 1px solid #d4d4d4;
}

.thumbnails>li.tile a {
	display: block;
	margin: 5px;
}

.thumbnails>li.tile a:hover {
	text-decoration: none;
}

.thumbnails>li.tile img {
	border: 0;
	padding-top: 10px;
	padding-bottom: 5px;
}

.thumbnails>li.tile:hover {
	opacity: 1;
}

.thumbnails>li.tile.tile-double {
	width: 300px;
}

.thumbnails>li.tile.tile-blue {
	background-image: linear-gradient(to bottom, #549ce5, #1961ab); */
}


table.menu_metro {
	margin: auto;
}

table.menu_metro td {
	/* border: solid 10px black !important;*/
}

table.menu_metro td.tile {
	display: block;
	cursor: pointer;
/*	-webkit-perspective: 0;
	-webkit-transform-style: preserve-3d;
	-webkit-transition: -webkit-transform 0.2s;*/
	float: left;
	width: 150px;
	height: 150px;
	text-align: center;
	opacity: 0.75;
	/*background-color: #2e8bcc;*/
	background-image: linear-gradient(to bottom, #7796B0, #2779AA);
	/* background-color: #2779AA;
	background-repeat: repeat-x; */
}

table.menu_metro td.tile a {
	display: block;
}

table.menu_metro td.tile a:hover {
	text-decoration: none;
}

table.menu_metro td.tile img {
	border: 0;
	padding-top: 10px;
	padding-bottom: 5px;
}

table.menu_metro td.tile-blue:hover {
	opacity: 1;
}

table.menu_metro td.tile.tile-double {
	width: 300px;
}

table.menu_metro td.tile.tile-blue {
	/*background-image: linear-gradient(to bottom, #549ce5, #1961ab);*/
}

.tile-blue {
	/*background-image: linear-gradient(to bottom, #549ce5, #1961ab);*/
}

table.menu_metro td.tile.tile-grey {
	/*background-color: #616161;*/
	cursor: default;
	/*background-image: linear-gradient(to bottom, #9c9c9c, #616161);*/
}

.tile-grey {
	/* background-color: #616161; */
	cursor: default;
	/*background-image: linear-gradient(to bottom, #9c9c9c, #616161);*/
}

.tile-blueText {
	/*color: #ffffff;*/	
}

table.dashboard_metro td.tile {
	display: block;
	cursor: pointer;
	float: left;
	width: 470px;
	height: 100px;
	text-align: center;
	/* background-color: #FCBD45;
	background-repeat: repeat-x; */
	opacity: 0.75;	
	
}

table.dashboard_metro {
	margin: auto;
}

table.dashboard_metro td.tile a {
	display: block;
	font-size:20px;
}

table.dashboard_metro td.tile a:hover {
	text-decoration: none;
}

/* ------------------------------------------------------ */

.metroDashboard {
	margin-top: 20px;
}

#chartError_div, #chart_div {
	text-align: center;
}

.criteriaPlus {
	align:center !important;
	border:none !important;
	width:16px !important;
}

.criteria100percent {
	width:100% !important;
	border:none !important;
}

/* ------------------------------------------------------ */

.searchResultCount {
	color: #808080;
}

.searchTitle {
	text-decoration: underline;
	cursor: pointer;
	color: #1a0dab;
	font-size: 18px !important;
	font-weight: normal;
}

.searchTitle .highlighted {
	font-weight: bold;
	font-size: 18px !important;
}

.searchTitleInactive {
	text-decoration: underline;
	color: #1a0dab;
	font-size: 18px !important;
	font-weight: normal;
}

.searchTitleInactive .highlighted {
	font-weight: bold;
	font-size: 18px !important;
}

.searchType {
	font-size: 13px;
	color: #006621;
	font-style: normal;
}

.searchScore {
	color: #808080;
	line-height: 1.4;
}

.searchExtracts {
	line-height: 1.4;
	word-wrap: break-word;
	color: #545454;
	font-size: small;
	font-family: arial,sans-serif;
}

.searchExtracts .highlighted {
	font-weight: bold;
	color: #323232;
}

.searchExtracts:hover .highlighted {
	color: red;
}

.searchCriteria {
	color: #808080;
	line-height: 1;
	font-size: 10px !important;
}

.searchCriteria .highlighted {
	font-weight: bold;
	color: #707070;
}

.searchCriteria:hover .highlighted {
	color: #bf4040;
}

#searchFooterLinks {
	color: #1a0dab;
	font-size: 10px !important;
	line-height: 12px !important;
}

.searchFooterLinks {
	text-decoration: underline;
	cursor: pointer;
	color: #1a0dab !important;
	font-size: 10px !important;
	line-height: 12px !important;
	font-weight: normal;
}

.searchFooterLinksDisabled {
	text-decoration: none;
	cursor: default;
	color: #606060;
	font-size: 10px !important;
	line-height: 12px !important;
	font-weight: normal;
}

.searchPagination {
	padding-left: 5px;
	padding-right: 5px;
}

a.searchPagination {
	padding: 0px;
	font-weight: bold;
	font-size: 18px !important;
	line-height: 1.4;
}

/* PDU Viewer Flow Tree style */
.flowtree {
    background-color: #caddcc;
}

.chartGroup .background {
    fill: #FFFFFF;
    stroke-width: 0.5;
}

.node rect {
    cursor: pointer;
    fill: #FFFFFF;
    fill-opacity: 0.5;
    stroke: #333333;
    stroke-width: 1px;
}

.node text {
    font: 10px sans-serif;
    pointer-events: none;
}

path.link {
    fill: none;
    stroke: #9ecae1;
    stroke-width: 1.5px;
}

.label {
	
}

.value {
	font-size: 12px !important;
	font-weight: bold !important;
}

.trafficMsg {
	font-size: 18px !important;
	font-weight: bold !important;
}

.trafficMsgAdm {
	font-size: 20px !important;
	font-weight: bold !important;
	color: red;
}

.ui-datatable table {
	table-layout: auto !important;
}

.ui-ribbon .ui-ribbon-group .ui-ribbon-group-content {
	height: 35px !important;
}

.hero-unit {    
    background-color: #454545 !important;
}

/** **************** **/
.dataTables_wrapper .ui-toolbar {
	padding: 0px !important;
}

.dataTables_filter label {
	margin-bottom: 0px !important;
	color: #AAAAAA;
}

.dataTables_filter input[type="search"] {
	margin: 3px !important;
	height: 13px !important;
	font-size: 12px !important;
	background-color: #DDDDDD !important;
	border: none !important;
}
.dataTables_scrollBody {
	overflow-x: hidden !important;
}
table.dataTable th {
	line-height: 100%;
}
.pui-messages {
	padding : 2 2 2 2 !important;
}
.pui-messages-icon {    
	margin-top: 0 !important;
}
.leaflet-container {
    background-color:#454545;
}
.lm_selected .lm_header {
	background: #003147 50% 50%;
}
.ui-clock {
	color: #d4d400;
    background: #222222;
    margin-right: 2px;
    padding: 3px 10px 4px!important;
    font-family: monospace;
    font-size: 12px !important;
	cursor: pointer;
}
.pui-button {
	margin: .1em .1em .1em 0em !important;
}
.pui-button-text-only .pui-button-text {
    padding: .1em .5em !important;
    font-size: 11px !important;
}
.highcharts-background {
	fill : #454545 !important;
}
#layout-container {
	/*height: -moz-calc(100% + 30px); /* Firefox */
 	/*height: -webkit-calc(100% + 30px); /* Chrome, Safari */
 	/*height: calc(100% + 30px); /* IE9+ and future browsers */
}

.leaflet-label-control, .leaflet-metar-control{
	cursor: pointer;
}

.leaflet-label-control a, .leaflet-metar-control a {
	width:auto !important;
	padding-left : 4px;
	padding-right : 4px;
	
	border: 1px solid #ccc;
	border-radius: 4px;
}

.leaflet-metar-text-control {
    padding:5px 10px;
    background: rgba(0,0,0,0.25);
    color: #aaaaaa;
    font-size: 11px;
    border-radius: 4px;
}

.leaflet-metar-text-control:empty {
    display: none;
}