body {
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-align: left !important;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

#section-top {
	z-index: 100;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	height: 156px;
	position: fixed;
	display: table;
	opacity: 0.72;
	cursor: default;
	background-image: linear-gradient(90deg, #008DB9 0%, #73C698 100%);
}

#section-map, #section-body-right {
	position: relative;
	overflow: hidden;
	border-radius: 1.5rem;
}

#section-body-right {
	left: 100%;
}

#section-bottom {
	width: 100%;
	bottom: 0;
	left: 0;
	right: 0;
	height: 104px;
	position: fixed;
	opacity: 0.72;
	cursor: default;
	background-image: linear-gradient(90deg, #008DB9 0%, #73C698 100%);
	z-index: 97;
}

#messages {
	display: block;
	height: 40px;
	position: absolute;
	top: 156px;
	width: 100%;
}

#messages>div {
	color: red;
	background-color: white;
	display: none;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	width: 100%;
}

#top-left {
	display: table-cell;
	width: 10%;
	vertical-align: middle;
}

#top-right {
	font-weight: 300px;
	color: white;
	display: table-cell;
	width: 8%;
	vertical-align: middle;
}

#top-right>div {
	text-align: center;
	width: 100%;
}

#top-right #title-today {
	font-size: 24px;
	margin-bottom: 10px;
}

#top-right #title-riyadh {
	font-size: 18px;
}

#top-center {
	display: table-cell;
	width: 70%;
	text-align: center;
}

#page-welcome {
	font-size: 42px;
	color: white;
	margin-top: 20px;
}

#page-title {
	font-size: 30px;
	color: rgba(0, 0, 0, 0.6);
	margin-top: 20px;
}

#title-temperature {
	float: left;
	width: 30px;
}

#title-condition {
	margin: 10px auto;
	text-align: center;
}

#title-condition img {
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	vertical-align: middle;
	width: 30px;
}

#title-condition div {
	display: inline-block;
	vertical-align: middle;
}

#change-lang {
	border-left: 1px solid #ccfce0;
	color: #000;
	font-size: 30px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.left-side-img {
	padding-left: 10px;
	margin-top: 10px;
	display: table-cell;
}

.centered {
	text-align: center;
}

.metro-container {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.metro-grid {
	margin: 65px auto auto;
}

.circular-paginator-button {
	background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
	border: 0;
	border-radius: 66px;
	color: white;
	font-size: 24px;
	height: 40px;
	margin-left: 2px;
	text-align: center;
	text-decoration: none;
	width: 40px;
}

.circular-paginator-button:hover {
	background-color: #F5A623;
	color: white;
}

.circular-paginator-button.active {
	color: #F5A623;
}

.circular-paginator-button.active:hover {
	color: white;
}

.width-100 {
	width: 100%
}

.width-90 {
	width: 80%
}

.width-80 {
	width: 90%
}

.width-70 {
	width: 70%
}

.width-60 {
	width: 60%
}

.width-50 {
	width: 50%
}

.width-40 {
	width: 40%
}

.width-30 {
	width: 30%
}

.width-25 {
	width: 25%
}

.width-20 {
	width: 20%
}

.width-15 {
	width: 15%
}

.width-10 {
	width: 10%
}

.width-5 {
	width: 5%
}

.margin-bottom-50 {
	margin-bottom: 50px
}

.margin-bottom-40 {
	margin-bottom: 40px
}

.margin-bottom-30 {
	margin-bottom: 30px
}

.margin-bottom-25 {
	margin-bottom: 25px
}

.margin-bottom-20 {
	margin-bottom: 20px
}

.margin-bottom-15 {
	margin-bottom: 15px
}

.margin-bottom-10 {
	margin-bottom: 10px
}

.margin-bottom-5 {
	margin-bottom: 5px
}

.margin-bottom-2 {
	margin-bottom: 2px
}

.remark-forecolor-0 {
	color: #eeeeee !important;
}

.remark-forecolor-1 {
	color: #ce0f26 !important;
}

.remark-forecolor-2 {
	color: #f5a623 !important;
}

.remark-forecolor-3 {
	color: #619A27 !important;
}

.remark-forecolor-4 {
	color: #ce0f26 !important;
}

.remark-forecolor-5 {
	color: #5bb6d9 !important;
}

.remark-backcolor-0 {
	background-color: #333333 !important;
}

.remark-backcolor-1 {
	background-color: #ce0f26 !important;
}

.remark-backcolor-2 {
	background-color: #f5a623 !important;
}

.remark-backcolor-3 {
	background-color: #619a27 !important;
}

.remark-backcolor-4 {
	background-color: #ce0f26 !important;
}

.remark-backcolor-5 {
	background-color: #5bb6d9 !important;
}

.glowing-border {
	border: 1px solid darkcyan;
}

.glowing:hover, .glowing-border:hover {
	outline: none;
	border-color: #9ecaed;
	box-shadow: 0 0 12px #00eeee;
}

.disclaimer {
	bottom: 110px;
	color: black;
	font-size: 12px;
	margin: 0 15px;
	position: fixed;
	width: 98%;
}

.close-panel {
	background: rgba(0, 0, 0, 0);
	border: 0 none !important;
	color: lightgray;
	float: right;
	font-size: 27px;
	margin: 4px;
	display: inline;
}

#bg, #secondbg, #bg_blur {
	top: 0;
	position: fixed;
	width: 100%;
	height: 100%;
}

.not-available-panel {
	height: 500px;
	width: 1000px;
	color: lightgray;
	font-size: 24px;
	background-color: rgba(0, 0, 0, 0.5);
}

#not-available-comment {
	line-height: 500px;
	vertical-align: middle;
}

.align-left {
	text-align: left !important;
}

.align-right {
	text-align: right !important;
}

#screensaver {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 9999999 !important;
	background-color: white;
}

::-webkit-scrollbar {
	width: 12px;
	background: transparent;
}

::-webkit-scrollbar-track {

	border-radius: 10px;
	background-color: transparent;
}

::-webkit-scrollbar-thumb {
	/* border-radius: 1px; */
	/* -webkit-box-shadow: inset 0 0 60px rgb(255,255,255) ; */
	padding-top: 20px;
}


