html {
	font-family: sans-serif;
}

body {
	background-color: #222222;
}
#body-center {
	width:800px;
	margin:auto;
	/*background-color:#0F3;*/
}

#sb-site, .sb-site-container {
	padding: 0px;
}

.sb-slidebar {
	padding: 14px;
	color: #fff;
}

html.sb-active #sb-site, .sb-toggle-left, .sb-toggle-right, .sb-open-left, .sb-open-right, .sb-close {
	cursor: pointer;
}

/* Fixed position examples */
#sb-site.top-padding {
	padding-top: 50px;
}

#fixed-top {
	position: fixed;
	top: 0;
	width: 100%;
	height: 50px;
	background-color:#099;
	z-index: 4;
}

#fixed-top span.sb-toggle-left {
	float: left;
	color: white;
	padding: 10px;
}

#fixed-top span.sb-toggle-right {
	float: right;
	color: white;
	padding: 10px;
}

/* MY STYLES */
	#page-loader {
		position: fixed;
		left: 0px;
		top: 0px;
		width: 100%;
		height: 100%;
		z-index: 9999;
		background-color: #FFF;
	}
	#page-loader img {
		height: 128px;
		left: 50%;
		margin: -64px 0 0 -64px;
		position: absolute;
		top: 50%;
		width: 128px;
	}





.text{
	font-family:'PT Sans', sans-serif;
	font-size:12px;
	color:#333;
}


#line {
	float:left;
	width:95%;
	height:1px;
	background-color:#CCC;
	margin-top:10px;
	margin-bottom:10px;
}
#menu-icon {
	width:150px;
	height:130px;
	float:left;
	margin:4px;
}
#menu-image {
	width:150px;
	height:110px;
	float:left;
}
#menu-text {
	width:100%;
	font-family: sans-serif;
	font-size:16px;
	color:#FFF;
	float:left;
	margin-left:5px;
}
#user-image {
	float:left;
	width:50px;
	height:42px;
	background-size:50px;
	background-position:center;
	background-repeat:no-repeat;
	background-color:transparent;
}
.circular {
	width: 133px;
	height: 133px;
	border-radius: 70px;
	-webkit-border-radius: 70px;
	-moz-border-radius: 70px;
	background-size:160px;
	background-position:center;
	background-repeat:no-repeat;
	border:1px solid #999;
	margin:auto;
	}
.circular-medium {
	width: 100px;
	height: 100px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	background-size:120px;
	background-position:center;
	background-repeat:no-repeat;
	border:1px solid #999;
	margin:auto;
	}
.circular-small {
	width: 50px;
	height: 50px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	background-repeat:no-repeat;
	background-position:center;
	background-size:60px;
	margin-bottom:4px;
	margin-right:4px;
	float:left;
	}
.circular-little {
	width: 25px;
	height: 25px;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	background-repeat:no-repeat;
	background-position:center;
	background-size:30px;
	margin-bottom:4px;
	margin-right:4px;
	float:left;
	}
/************************************** PROFILE **********************/
#profile-team-content {
	float:left;
	width:450px;
}
/************************************** FUEL-INFORAMTION **********************/
#Line-TableFuelYearInformationWorker{
	float:left;
	width:100%;
	font-size:14px;
	color:#333;	
}
#Line-TableFuelYearInformationWorker:hover{
	background-color:#e4e4e4;
}
/************************************** FUEL-INFORAMTION-MONTH **********************/
#Line-TableFuelMonthInformationWorker{
	float:left;
	width:100%;
}
#Line-TableFuelMonthInformationWorker:hover{
	background-color:#CCC;
}
#formFuelClassification{
	width:140px;
	border:1px solid #CCC;
}
/************************************** CAR USED **********************/
#formCarUsed{
	width:140px;
	height:25px;
	font-size:14px;
	color:#333;
	border:1px solid #CCC;
}
#TableLineHover:hover {
	background-color:#CCC;
}
