* {
	margin: 0; 
	padding: 0;
}

body {
	background-color: #9bc9ff;
	padding-top: 20vh;
	font: 14px sans-serif;
	text-align: center;
}

a:link, a:visited { 
  text-decoration: none;
}

.body-admin {
	background-color: #fefaaf;
	padding-top: 0vh;
}

.body-adduser {
	background-color: #04B486;
	padding-top: 0vh;
}

.form-container {
	width:250px;
	height: auto;
	padding: 70px 30px 30px 30px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 0 10px 0 #000;
	margin: auto;
	position: relative;
}
.form-adduser {
	width:250px;
	height: auto;
	padding: 30px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 0 10px 0 #000;
	margin: auto;
	position: relative;
}
.user-img {
	background:url('ecocare-s.jpg') no-repeat;
	width: 70px;
	height: 70px;
	background-size: 100%;
	position: absolute;
	top: 10px;
	left: 110px;
}
ul.list {
	list-style-type: none;
/*	text-align: center; */
}
ul.list li {
	width: 250px;
	margin-bottom: 15px;
}
ul.list li input {
	width: 250px;
	text-align: center; 
	padding: 8px 0px;
	border: none;
	background-color: #d3d3d3;
	border-radius: 5px;
}
ul.list li input[type="button"] {
	background-color: #4690fb;
	color: #fff;
}

.headerDiv {
	background-color: #002c62;
	color: white;
	padding: 5px;
}

.submitBut {
	width: 250px;
    padding: 6px;
	background-color: #022e63;
	color: #fff;
	font-weight: bold;
	border-radius: 10px;		
	cursor: pointer;	
    border: none;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
}
.submitBut:hover {
	background: #4CAF50;
}
.signOutBut {
	width: 250px;
    padding: 6px;
	background-color: #a94442;
	color: #fff;
	font-weight: bold;
	border-radius: 10px;		
	cursor: pointer;	
    border: none;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
}
.signOutBut:hover {
	background: #4CAF50;
}

.signout {
    padding: 5px;
	background-color: #a94442;
	color: #fff;
	font-weight: bold;
	border-radius: 5px;		
	cursor: pointer;	
    border: none;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
}
.signout:hover {
	background: #4CAF50;
}

.radio-toolbar {
    display:inline-block; 
    background-color:#d3d3d3;
    margin-bottom: 15px;
	padding: 8px;
	width: 106px;
    border-radius: 4px;  
}
.help-block {
/*	width: 250px;
    padding: 0px;*/
	color: red;
    border: none;
    text-align: center;
}
.error {
	color: red;
}

.success {
	color: green;
}

#tableAvailable, #tablePrices, #tableTodo {
	border-collapse: collapse;
	width: 90%;
    margin-left:auto; 
    margin-right:auto;
	cursor: context-menu;
}

#tableAvailable td, #tableAvailable th, #tablePrices td, #tableTodo td  {
	border: 1px solid #ddd;
	padding: 2px;
}

#tableAvailable tr {
	background-color: #f2f2f2;
}

#tableAvailable tr:hover {
	background-color: #ddd;
}

#tableAvailable th {
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #022e63;
	color: white;
}

#tablePrices {
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #9bd8f3;
	color: black;
}
#tablePrices th {
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #022e63;
	color: white;
}

#tablePrices tr:hover {
	background-color: #ddd;
}
#tableTodo {
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #9bc9ff;
	color: black;
	font-size: 1.5em;
}
#tableTodo tr:hover {
	background-color: #ddd;
}
	
.hintInfo {
	display: none;
	position: absolute;
	left: 38%;
	width: 16%;
	margin-top: -2px;
	padding: 2px 2px;
	color: blue;
 }	
	
.hint {
	display: none;
	position: absolute;
	left: 38%;
	width: 16%;
	margin-top: -2px;
	border: 1px solid #c93;
	padding: 2px 2px;
	/* to fix IE6, we do a bg image.  Duplicating the pointer.gif
	image, and positioning it not to show up within the box */
	background: #ffc url(pointer.gif) no-repeat -10px 5px;
}

/* The pointer image is added by using another span */
.hint .hint-pointer {
	position: absolute;
	left: -10px;
	top: 2px;
	width: 10px;
	height: 19px;
	background: url(pointer.gif) left top no-repeat;
}

/*Use a media query to add a break point at 800px:*/
@media (max-width:800px) {
	.form, .ticket_data {
		width:92%;/*The width is 100%, when the viewport is 800px or smaller*/
		float:left; 
		font-size: smaller;
	}
	.hintInfo {
		left: 60%;
		width: 30%;
	}	
		
	.hint {
		left: 60%;
		width: 30%;
	}
}
.error{
	color: #aa0000;
}
.controlerror{
	background: #ffffdd;
	border: 1px solid #aa0000;	
}
.img-t {
	width: 38px;
	height: 27px;
	position: absolute;
}
.img-t img{
	width: 40%;
	height: 50%;
	position: absolute;
	border: 1px solid blue;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	float: left ;
}
.img-t:hover {
	z-index: 1000;
}
.img-t img:hover {
	width: 600%;
	height: auto;
	position: absolute;
	top: -1130%;
	left: -540%;
}



