﻿html, body, div {
	margin: 0;
	padding: 0;
}

html {
	width: 100% !important;
	min-width: 175px;
	height: 100% !important;
	overflow-y: hidden;
	background-color: #c1d6d6;
}

body {
	width: 100% !important;
	height: 100% !important;
}


.display-none {
	display: none !important;
}

.G_HIDDEN {
	width: 0 !important;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	border-width: 0;
	opacity: 0.0 !important;
	filter: alpha(opacity=0) !important;
	overflow: hidden !important;
}

.G_UNSELECTABLE {
	-moz-user-select: none;
	user-select: none;
}

.tooltip {
	padding: 10px;
	border-radius: 5px;
	border: 1px solid #333;
	background-color: #161616;
	color: #fff;
	font-size: 12px;
	display: none;
	position: absolute;
	z-index: 2500;
}


.hover-lighting:hover {
	-webkit-filter: drop-shadow(0 0 10px yellow);
	filter: drop-shadow(0 0 10px yellow);
}

.hover-lighting-tomato:hover {
	-webkit-filter: drop-shadow(0 0 5px tomato);
	filter: drop-shadow(0 0 5px tomato);
}


.no-records {
	width: calc(100% - 200px - 10px);
	float: left;
	margin: 20px 0 0 10px;
	color: #2f2f2f;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

/* ------------------------- */

.G_Paging_div {
	width: 100%;
	height: 50px;
	border-top: 1px solid gray;
}

#G_Paging {
	width: 325px;
	margin: 15px auto;
}

	#G_Paging input[type = button] {
		width: 40px;
		background-color: white;
		color: black;
		text-align: center;
		border: 2px outset seagreen;
		cursor: pointer;
	}

		#G_Paging input[type = button]:hover {
			background: -webkit-linear-gradient(bottom, seagreen, darkseagreen);
			background: -o-linear-gradient(top, seagreen, darkseagreen);
			background: -moz-linear-gradient(top, seagreen, darkseagreen);
			background: linear-gradient(to top, seagreen, darkseagreen);
			border-style: inset;
		}

	#G_Paging span {
		padding: 1px 11px;
		background: -webkit-linear-gradient(bottom, seagreen, darkseagreen);
		background: -o-linear-gradient(top, seagreen, darkseagreen);
		background: -moz-linear-gradient(top, seagreen, darkseagreen);
		background: linear-gradient(to top, seagreen, darkseagreen);
		border-radius: 15px;
		color: white;
		text-align: center;
		font-size: 14px;
		cursor: default;
	}

		#G_Paging span > b {
			color: cyan;
		}


/* ------------------------- */
/* ------------------------- */

.G_Skillet {
	width: 100% !important;
	height: 100% !important;
	margin: 0;
	padding: 0;
	/*background-color: white;*/
	position: relative;
}

/* ------------------------- */

.G_Header {
	width: 100%;
}

/* ------------------------- */

.G_CenterSide {
	width: calc(100% - 20px);
	margin: 0 10px;
	overflow-y: auto;
}

/* ------------------------- */

.periods-bar {
	width: 200px;
	height: calc(100% - 20px);
	float: left;
	padding: 10px 10px 10px 0;
}

.G_Stomach {
	width: calc(100% - 200px - 10px);
	height: calc(100% - 20px);
	float: left;
	margin: 10px 0;
}

	.G_Stomach.mobile {
		width: auto !important;
		height: auto !important;
		margin: 10px 0 !important;
	}

/* ------------------------- */

.G_Footer {
	height: 47px;
	padding-top: 6px;
	background-color: #435b5b;
	-webkit-box-shadow: 0px -10px 16px -6px #435b5b;
	-moz-box-shadow: 0px -10px 16px -6px #435b5b;
	box-shadow: 0px -10px 16px -6px #435b5b;
}


/* ------------------------- */


.adverts--top-on-the-whole-width,
.adverts--bottom-on-the-whole-width {
	width: calc(100% - 20px);
	margin: 0 10px;
}

.adverts--top-over-the-books {
	width: 100%;
}

.advert-box,
.advert-box:active,
.advert-box:link,
.advert-box:visited {
	width: 100%;
	height: 100px;
	margin: 0;
	padding: 0;
	display: block;
	text-decoration: none;
	position: relative;
}

.adverts--top-on-the-whole-width > .advert-box {
	margin-top: 10px;
}

.adverts--top-over-the-books > .advert-box,
.adverts--bottom-on-the-whole-width > .advert-box {
	margin-bottom: 10px;
}

.advert-box-description-image {
	margin: 0;
	padding: 0;
}

.advert-box-description-title {
	width: calc(100% - 10px);
	font-size: 16px;
	color: darkslategray;
	font-weight: bold;
	position: absolute;
	top: 3px;
	left: 8px;
}

.advert-box-description-text {
	width: calc(100% - 10px);
	font-size: 13px;
	color: dimgray;
	position: absolute;
	top: 25px;
	left: 8px;
}


.G_MenuForMobile {
	width: 200px;
	padding: 10px;
	position: absolute;
	right: 39px;
	top: 39px;
	background-color: rgba(255, 255, 255, 0.95);
	border: 1px solid black;
	-webkit-border-top-left-radius: 25px;
	-moz-border-top-left-radius: 25px;
	border-top-left-radius: 25px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

	.G_MenuForMobile > a {
		width: 100%;
		height: 20px;
		margin: 0;
		padding: 5px 0;
		color: black;
		font-size: 13px;
		font-weight: bold;
		text-decoration: none;
		text-align: center;
		letter-spacing: 1px;
		display: block;
	}

		.G_MenuForMobile > a:hover {
			background-color: #60ff63;
			background: -webkit-linear-gradient(top, black, gray);
			background: -o-linear-gradient(bottom, gray, black);
			background: -moz-linear-gradient(bottom, gray, black);
			background: linear-gradient(to bottom, gray, black);
			-webkit-border-radius: 25px 0 0 25px;
			-moz-border-radius: 25px 0 0 25px;
			border-radius: 25px 0 0 25px;
			color: white;
			text-shadow: 0px 0px 5px black;
		}

/* ------------------------- */


.fancybox-lock .fancybox-overlay {
	overflow-y: auto !important;
}

.fancybox-margin {
	margin-right: auto !important;
	padding-right: 17px !important;
}
