body {
	color: #333333;
	font-family: Calibri !important;
	margin: 0;
	-webkit-text-size-adjust: 100%;
	background-color: white;
}

.sg-cont {
	width: 100%;
	height: 100%;
}

.header {
	height: 75px;
	background-color: white;
}

.header > .heading {
	line-height: 45px;
    font-size: 45px;
    display: inline-block;
    padding: 15px 120px;
    font-weight: bold;
}

.header > .logo {
	max-height: 45px;
	float: right;
	padding: 15px 120px;
}

hr {
	background-color: #333333;
    height: 2px;
    border: none;
    margin: 0;
}

.sg-wrap {
	height: calc(100% - 77px);
	width: 100%;
	background-color: white;
}

.sg-wrap > .slideshow {
	height: 100%;
    width: 100%;
}

.sg-graph-header {
	position: absolute;
    padding: 20px 120px;
    width: 100%;
    box-sizing: border-box;
}

.sg-graph-header .sg-graph-icon,
.sg-graph-header .sg-graph-name {
	vertical-align: middle;
}

.sg-graph-header .sg-graph-icon svg {
	max-height: 60px;
	max-width:  90px;
}

.sg-graph-header .sg-graph-name {
	line-height: 60px;
	font-size: 40px;
	padding-left: 15px;
}

.sg-graph-notif {
	position: absolute;
	top: 25px;
	left: 35%;
	width: 700px;
	height: 60px;
	background: #ebf1f8;
	border: 1px solid #008bf5;;
	padding: 10px 0;
	box-sizing: border-box;
	display: table;
}

.sg-graph-notif-icon,
.sg-graph-notif-text {
	display: table-cell;
	vertical-align: middle;
}

.sg-graph-notif-icon {
	width: 7%;
	text-align: center;
}

.sg-graph-notif-icon svg {
	fill: #008bf5;
	width: 25px;
	height: 25px;
}

.sg-graph-notif-text {
	width: 93%;
	color: #008bf5;
	font-size: 25px;
	line-height: 25px;;
}

.wdir {
	position: absolute;
    right: 120;
    top: 10;
}


.wdir-arrow{
	transform-origin: center center;
	fill:#FF0000;
}
.wdir-arrow-circle{
	fill:#FF0000;
	stroke:#FFFFFF;
	stroke-width:0.5;
	stroke-miterlimit:10;
}

.wdir-text {
    vertical-align: top;
    line-height: 120px;
    margin-right: 20px;
}

.wdir svg {
	width: 120px;
}

.sg-error-cont {
	display: table;
    margin: auto;
    height: calc(100% - 62px);
}

.sg-error-text {
	padding: 50px;
	font-size: 45px;
}

.sg-error-icon,
.sg-error-text {
	display: table-cell;
    vertical-align: middle;
}

.sg-error-icon svg {
	width: 250px;
	height: 250px;
}

.sg-notice {
	background-color: #111;
	color: white;
	text-align: center;
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 10px;
	font-size: 15px;
	box-sizing: border-box;
}