.loader {
	width:15px;
}

.trumbowyg-editor {
	font-size:0.9em;
	padding:10px;
}

.trumbowyg-box, .trumbowyg-editor {
	margin-top:0px;
	min-height:auto !important;
}

.trumbowyg-button-pane {
	background:none;
	color:#AAA;
	min-height:30px;
	padding:0;
}

.trumbowyg-button-pane button{
	width:30px;
	height:30px;
}

.trumbowyg-box svg {
	fill:#AAA;
}

.trumbowyg-button-pane .trumbowyg-button-group::after {
	height: 30px;
}

.trumbowyg-button-pane .trumbowyg-button-group + .trumbowyg-button-group::before {
	background: #EEE;
	height: 15px;
	margin:7px 3px 0px;
}

.trumbowyg-button-pane.trumbowyg-disable .trumbowyg-button-group::before,
.trumbowyg-disabled .trumbowyg-button-pane .trumbowyg-button-group::before {
	background: #EEE;
}

.trumbowyg-button-pane button:not(.trumbowyg-disable):hover,
	.trumbowyg-button-pane button:not(.trumbowyg-disable):focus,
.trumbowyg-button-pane button.trumbowyg-active {
	background: #DDD;
	outline: none;
}

.trumbowyg-button-pane::after {
	top:30px;
}

.line {
	clear:both;
}

#graphAvg {
	height:600px;
}

.windList .line {

}

.windList .line:hover {
	background:rgba(0,0,0,0.03);
}

.windList .line.head {
	font-size:1.1em;
	font-weight:bold;
	border-bottom: 2px solid #e2e7eb;
	padding-bottom:5px;
}

.windList .line > div {
	display:inline-block;
	padding:5px;
}


.windList .line > div span {
	display:block;
	font-size:0.8em;
	font-weight:normal;
}

.windList .line .date {
	width:20%;
}

.windList .line .id {
	width:15%;
}

.windList .line .speed {
	width:15%;
	font-size:1.1em;
	font-weight:bold;
}

.windList .line .orientation {
	width:10%;
}

.windList .line .speedAvg1m {
	width:15%;
}

.windList .line .speedAvg10m {
	width:15%;
}

.nopt {
	padding-top:0px !important;
}

.trameList {
	margin-top:15px;
}

.trameList > div {
	padding:3px;
}

.trameList > div span {
	display:inline-block;
	width:150px;
}


.block {
	display:inline-block;
	padding:5px;
	min-width:320px;
}

.block .title {
	padding:10px;
	text-align:center;
	background:rgba(0,0,0,0.05);
}

.w33 {
	width:calc(100% / 3 - 5px);
}

.w50 {
	width:calc(100% / 2 - 5px);
}

.w100 {
	width:100%;
}


.block .windList {
	height:600px;
	overflow:hidden;
	overflow-y: scroll;
}

.block .windList .line .date {
	width:50%;
}

.highcharts-root {
  font-size: 16px !important;
}