html, body {
	margin: 0px;
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	color:#4d4948;
	background-color:#26ABE2;
}

a {
	color:#4d4948;
}

a:hover{
	text-decoration:none;
}

#top {
	background:#0388D1;
	width:100%;
	height:90px;
	z-index:3;
	position:relative;
}

#logo {
	background:url('../images/logowhite.png') no-repeat center center;
	width: 155px;
	height: 90px;
	background-size:100%;
	margin-left: 60px;
}

#content {
	margin: 0 auto;
	width: 100%;
	padding-top: 10px;
	padding-bottom:75px;
	position:relative;
}

#content #left-nav {
	width:15%;
	float:left;
	font-size:95%;
}

#content #left-nav ul {
	padding: 5px 0px 20px 10px;
	margin:0;
}

#content #left-nav ul li {
	padding:0;
	margin:0;
	list-style:none;
}

#content #left-nav ul li a {
	text-decoration:none;
}

#content #left-nav ul li a:hover {
	color:#ff0505;
	text-decoration:underline;
}

#content #main {
	float:left;
	width:85%;
	font-size:90%;
}

#content #main #regbox {
	padding: 0 0 0 0;
}

#content #main #regbox label {
	width:160px;
	float:left;
}

table.admin td {
	vertical-align: top;	
}

#error {
	display:block;
	margin:5px;
	color:#4d4948;
	background-color:rgba(255, 254, 190, 0.8);
	border: 1px solid #cbcbcb;
	font-size:90%;
}

#success {
	margin:5px;
	color:#4d4948;
	background-color:#bce9b5;
	border: 1px solid #7ace6c;
	font-size:90%;
}
.menu_tit {
    font-weight: bold;
}
.loggedtable{
	margin-bottom: 20px;
    text-align: left;
    width: 100%;
	background: #fff;
}

.filterby{
	display:inline-block;
}


#top h1 {
    color: #ffffff;
	 margin: 0;
    padding: 0;
    text-align: center;
}
.sidebar-nav .navbar li .nav.nav-list > li {
    padding-left: 30px;
}

.sidebar-nav .navbar li .nav.nav-list > li a{
	padding:5px 15px;
}

.filterby.filterdate .form-control.hasDatepicker {
    display: inline-block;
    width: 43%;
}
.col-md-2.filter-submit {
    padding-top: 26px;
}
.filter-submit .btn.btn-default {
    width: 100%;
}
.filter_timespent{
	padding-bottom:20px;
	padding-top:35px;
}
h2.tit {
    font-size: 25px;
    font-weight: bold;
}
.admin_user table tr td, .admin_perm table tr td{
	border:0 none;
}
.form-group.perm_member span {
    display: block;
    font-weight: bold;
	padding-top: 10px;
}
table.admin {
    width: 100%;
}

.filterby.filterdate.alluser .form-control.hasDatepicker {
    display: inline-block;
    width: 35%;
}

.filter-submit.filterall{
	width:200px;
	margin:0 auto;
}
.numbers {
    font-weight: bold;
    padding: 10px 0;
    text-align: right;
}
.search-form {
    margin-right: 0;
}
.pull-left {
    float: right !important;
}

.sub_tit {
    font-size: 20px;
	text-transform: capitalize;
	color: #ffffff;
    text-align: center;
}

.pagination {
    clear: both;
    float: right;
}

#userinfo {
    color: #fff;
    position: absolute;
    right: 0;
	top:5px;
    text-transform: capitalize;
    padding-right: 30px;
}
.affix-content .container {
    width: 1280px;
	padding: 25px 15px 45px;
}
.filtercont.time_spent .search-project #search-btn {
    background-size: 75% auto;
}
.time_spent_allusers .filter-submit.filterall{
	display:none;
}
.container{
	max-width:100%;
}

.general_cont h3 {
    font-size: 32px;
    margin: 30px 15px;
    text-align: center;
	color:#ffffff;
}

.container.error_cont {
    padding: 5px 12px 20px;
}
.error_cont ul {
    list-style: outside none none;
	margin: 12px 0;
    padding-left: 20px;
}
.error_cont a {
    background: #1499d9 none repeat scroll 0 0;
    border-radius: 20px;
    color: #ffffff;
    font-size: 25px;
    font-weight: bold;
    height: 30px;
    line-height: 25px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 30px;
	box-shadow:0 0 2px 0 #ffffff;
}