﻿body
{
	margin: 0;
	padding: 0;
	font-family: Arial;
}
.modal
{
	position: fixed;
	z-index: 999;
	height: 50%;
	width: 50%;
	top: 0;
	background-color: Black;
	filter: alpha(opacity=60);
	opacity: 0.6;
	-moz-opacity: 0.8;
}
.center
{
	z-index: 1000;
	margin: 40px auto;
	padding: 10px;
	width: 130px; /*background-color: White;*/
	border-radius: 10px;
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
	color: White;
	text-align: left;
}
body
{
	font-family: Arial, sans-serif;
	background-size: cover;
	height: 100vh;
	display: grid font-family: Avenir -webkit-text-size-adjust: 100% -webkit-font-smoothing: antialiased;
	display: grid;
	font-family: Avenir;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}
h1
{
	text-align: center;
	font-family: Tahoma, Arial, sans-serif;
	color: #06D85F;
	margin: 80px 0;
}
.box
{
	width: 40%;
	margin: 0 auto;
	background: rgba(255,255,255,0.2);
	padding: 35px;
	border: 2px solid #fff;
	border-radius: 20px/50px;
	background-clip: padding-box;
	text-align: center;
}
.button
{
	font-size: 1em;
	padding: 8px;
	color: #fff;
	border: 1px solid #06D85F;
	border-radius: 20px/40px;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.3s ease-out;
}
.button:hover
{
	background: #06D85F;
}
.overlay
{
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	transition: opacity 500ms;
	visibility: hidden;
	opacity: 10;
}
.overlay:target
{
	visibility: visible;
	opacity: 10;
}
.popup
{
	margin: 16% auto;
	padding: 10px;
	background: #fff;
	border-radius: 20px;
	width: 25%;
	position: relative;
	transition: all 5s ease-in-out;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 101% 102%;
}
.popup h2
{
	margin-top: 0;
	color: #333;
	font-family: Tahoma, Arial, sans-serif;
}
.popup .close
{
	position: absolute;
	top: 0px;
	right: 30px;
	transition: all 200ms;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
}
.popup .close:hover
{
	color: #06D85F;
}
.popup .content
{
	max-height: 300px;
	overflow: auto;
}


.css-input
{
	padding: 5px;
	font-size: 16px;
	border-width: 1px;
	border-color: #CCCCCC;
	background-color: #FFFFFF;
	color: #000000;
	border-style: solid;
	border-radius: 0px;
	box-shadow: 0px 0px 5px rgba(66,66,66,.75);
	text-shadow: 0px 0px 5px rgba(66,66,66,.75);
}
.css-input:focus
{
	outline: none;
}
.bTN
{
	font-size: 1em;
	padding: 10px;
	color: #116817;
	border: 1px solid #06D85F;
	text-decoration: none;
}
.hiddenFild
{
	visibility: hidden;
}
.table
{
	border-collapse: collapse;
	width: 100%;
}
.th
{
	padding: 5px;
	text-align: left;
	border-bottom: 1px solid #ddd;
}
.tr:hover
{
	background-color: #f5f5f5;
}
fieldset.scheduler-border
{
	border-radius: 20px;
	border: 2px solid #ccc;
}

legend.scheduler-border
{
	font-size: 1.9em !important;
	font-weight: bold !important;
	text-align: center !important;
	border: none;
	width: 160px;
}

.POPPin
{
	border: 2px solid #ccc;
	padding: 0px;
	border-radius: 15px;
	background-color: #6b6868;
	color: #808080;
}

.contentcenter
{
	position: absolute;
	top: 52%;
	left: 56%;
	transform: translate(-50%,-50%);
}
