@import url("//fonts.googleapis.com/css?family=Ubuntu+Condensed");
@charset "utf-8";
/* CSS Document */

body {
	background:url(images/bgmain.png) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    position: relative;
    width: 201px;
	height:auto;
}



.dropdownon {
    display: block;
}

.dropdownoff {
    display: none;
}

.error {
    color:#F00;
	float:left;
    
}
.valid {
    color:#00000;
}
input {
	margin-right:10px;
}

#toptaskbar {
	position:fixed; 
	height:35px; 
	width:100%; 
	background-color:#00b5ad;
	text-align:center;
	z-index:100;
}
#topbarfont {
	position: absolute;
	font-family: tahoma;
	color: #e5e5e5;
	font-size: 14px;
	margin-top: 5px;
	width: 335px;
	left: 196px;
	
}
#useraccount {
	position: absolute;
	font-family: tahoma;
	color: #e5e5e5;
	font-size: 13px;
	margin-top: 6px;
	right: 40px;
	top: 1px;
}


#sidemenu {
	position:fixed;
	left:0px;
	top:0px;
	height:100%;
	width:201px;
	background-color: #474747;
	z-index:95;
	-webkit-box-shadow: 3px 0px 6px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:3px 0px 6px 0px rgba(0, 0, 0, 0.4);
	box-shadow:3px 0px 6px 0px rgba(0, 0, 0, 0.4);
}
#dashboard {
	position:relative;
	height:130px;
	width:201px;
	background-color: #ffffff;
	background-repeat:repeat-y;
	margin-bottom:1px;
}
.dashboardfont {
	position: absolute;
	font-family: tahoma;
	font-size: 16px;
	color: #ededed;
	text-shadow: 1px 2px 2px rgba(6, 6, 6, 0.75);
	left: 52px;
	top: 10px;
}
.menu-icon > .line {
    background-color: #e7e7e7;
    height: 2px;
    display: block;
    width: 20px;
}
.menu-icon > .line + .line {
    margin-top: 3px;
}	
.menu {
	position:relative;
	background-color: #00b5ad;
	height:32px;
	width:201px;
	margin-bottom:6px !important;
	margin-top: 6px;	
}
.submenu {
	position:relative;
	background-color: #00746F;
	height:32px;
	width:201px;
	margin-bottom:6px !important;
	margin-top: 6px;	
}
.innermenutext {
	position: absolute;
	font-family: tahoma;
	font-size: 14px;
	color: #ededed;
	text-shadow: 1px 2px 2px rgba(6, 6, 6, 0.75);
	left: 15px;
	top: 5px;
}


.submenu {
	position:relative;
	width:189px;
	height:40px;
	background-color: #5a5a5a;
	margin: 4px 5px 0px 5px;	
}
.submenu:hover {
	background-color: #6e6e6e;
}
.innersubtext {
	position: absolute;
	font-family: tahoma;
	font-size: 12px;
	color: #ededed;
	text-shadow: 1px 2px 2px rgba(6, 6, 6, 0.75);
	left: 42px;
	top: 10px;
}
.qtycounter {
	position: absolute;
	height: 21px;
	width: 36px;
	background-color: #474747;
	border-radius: 21px;
	text-align:center;
	top: 10px;
	left: 142px;
}
.qtycountertext {
	position: absolute;
	font-family: tahoma;
	font-size: 12px;
	color: #ededed;
	text-shadow: 1px 2px 2px rgba(6, 6, 6, 0.75);
	top:2px;
}
.creatorfooter {
	position: absolute;
	font-family: tahoma;
	font-size: 10px;
	color: #e7e7e7;
	background-color: #3a3a3a;
	height: 60px;
	padding-top: 15px;
	width:100%;
	text-align:center;
	left:0px;
	bottom:0px;
}
#toggle-1 input[type=checkbox] {
   position: absolute;
   top: -9999px;
   left: -9999px;
}
#account label { 
  -webkit-appearance: push-button;
  -moz-appearance: button; 
  display: inline-block;
  cursor: pointer;
}


.accountarea {
   position: absolute; 
   height: 300px; 
   width: 201px; 
   right:0px; 
   top: 35px;
   z-index:99;
   background-color: #474747;
   display:none;
   box-shadow: 1px 0px 6px 2px rgba(6, 6, 6, 0.75);
   pointer-events: none;
}

.menutitletxt {
	position: absolute;
	font-family: tahoma;
	font-size: 24px;
	color: #293339;
	left: 67px;
	top: 8px;
}
.infotitletxt {
	position: absolute;
	font-family: tahoma;
	font-size: 20px;
	color: #293339;
	left: 63px;
	top: 11px;
}
.innerinfo {
	position: absolute;
	font-family: tahoma;
	font-size: 12px;
	color: #293339;
	left: 18px;
	top: 14px;
	width: 498px;
}

input[type=checkbox]:checked ~ .accountarea  {
   display:block;
   pointer-events: all;
}

.gradinnerbg {
	background-color: #e7e7e7;
	border: 1px solid #e7e7e7;

	box-shadow: 1px 2px 6px rgba(6, 6, 6, 0.75);
}
.fulllength {
    width: -moz-calc(100% - 251px);
    width: -webkit-calc(100% - 251px);
    width: calc(100% - 251px);
}

.schedule {
	margin:0px;padding:0px;
	width:100%;
	
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
	
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
	
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
	
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
.schedule table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
	box-shadow: 1px 2px 6px rgba(6, 6, 6, 0.75);
}
.schedule tr:last-child td:last-child {
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
	border-right:none;
}
.schedule table tr:first-child td:first-child {
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
.schedule table tr:first-child td:last-child {
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
.schedule tr:last-child td:first-child{
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
.schedule table tr:first-child td{
	border-left:0px;
	border-bottom: 1px solid #999;
}
.schedule tr:hover td{
	background-color:#f58138;
}
.schedule tr:nth-child(odd){ background-color:#efefef; }
.schedule tr:nth-child(even)    { background-color:#ffffff; }
.schedule td{
	vertical-align:middle;
	

	border-width:0px 1px 1px 0px;
	text-align:center;
	padding:7px;
	font-size:12px;
	font-family:Arial;
	font-weight:normal;
	color:#293339;
}
.schedule tr:last-child td{
	border-width:0px 1px 0px 0px;
}
.schedule tr td:last-child{
	border-width:0px 0px 1px 0px;
}
.schedule tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.schedule tr:first-child td{
		

	background-color:#e7e7e7;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:15px;
	font-family:Arial;
	font-weight:bold;
	color:#293339;
}
.schedule tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #f6f6f6 5%, #dadada 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #dadada) );
	background:-moz-linear-gradient( center top, #f6f6f6 5%, #dadada 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#f6f6f6", endColorstr="#dadada");	background: -o-linear-gradient(top,#f6f6f6,dadada);

	background-color:#f6f6f6;
}
.schedule tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.schedule tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}
.schedule td{
	border:none;
}
a.style1:link {color: #293339;text-decoration: none;}
a.style1:visited {color: #293339;text-decoration: none;}
a.style1:active {color: #0099FF;text-decoration: none;}
a.style1:hover {color: #0099FF;text-decoration: none;}


.ui-draggable, .ui-droppable {
	background-position: top;
}
