ul.pagination{
	margin:auto;
}

.modal{
	z-index:100000;
}


/*LOGOUT*/
.dropdown-menu .card{
	padding:20px;
}
.dropdown-menu .card img{
	width:100%;
	margin: 0 auto;
}
/**/

.sidebar-nav  li a i {
	font-size:20px;
	color:#98B255;
	vertical-align: middle;
	padding-left:10px;
}
.title-item{
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color:#98B255;
}

.sidebar-nav  li a p
{
    display: inline-block;
    vertical-align: middle;
	padding-left: 10px;
	padding-top: 15px;
}
.sidebar-brand a{
	text-align:center;
	font-size: 25px;
}


.logo-size{
		height:110px;
		/*width: 278px;*/
}

/**HEADER*/
.header-login-signup{
	/*	background:url(../images/background.jpg);*/
	background-repeat:no-repeat;
	background-size:100% 100%;

	/*background-color:#f0f0f0;*/
	 /* background-color:white;  */
	 background-image:url("../images/header-background.png"); 

	/*background-color:green;*/
	/*box-shadow:0 1px 1px #ccc;*/
	/*padding: 20px 40px;*/
	height: 110px;
	/*color: #ffffff;*/
	/*color: #fffff;*/
	color: black;
/*	box-sizing: border-box;*/
	position:fixed;
	width:100%;
	z-index: 1000;
	margin:0;
}

.header-title{
	margin-left: 80px;
	height:80px;
	width: 300px;
	position:relative;
	padding:15px;
	/*background: blue;*/
}
.header-title p{
	margin: auto;
	font-size: 20px;
}
.header-title a {
	text-decoration: none;
	color: black;
}
.header-icon{
	width: 80px;
	height:80px;
	float:left;
}

/* Login/Sign up buttons */

.button-login-custom {
	font: 14px Arial, Helvetica, sans-serif;
	list-style: none;
	/*line-height: 1;*/
	/*float: right;*/
	/*height:80px;*/
	/*position: relative;*/
	
}
/*END HEADER**/

/*#page-content-wrapper{
	background:url(../images/leaf-background.jpg);
	
	background-repeat:no-repeat;
	background-size:100% 100%;
 	background-attachment:fixed;
}*/
body{
	/*background:#6dbed6;*/
	background:url("../images/background-web.jpg");
	background-repeat:no-repeat;
	background-size:100% 100%;
	background-repeat:no-repeat;
	background-size:100% 100%;
 	background-attachment:fixed;
	
	
	/*height:1500px;*/
}
footer{
	width:100%;
	height:80px;
	background:black;
	position:fixed;
	bottom:0px;
	z-index:1000;

		display:none;

}


#sidebar-wraper ul li a span
{
    vertical-align: middle;
}
#sidebar-wraper ul li a p
{
    display: inline-block;
    vertical-align: middle;
	padding: 10px;
}

.active-tab{
	text-decoration: none;
	
	color: #fff;
    background: #f0f0f0;
	cursor:default;
}

#wrapper{
	padding-top: 160px;
}

#dropdownLogin .dropdown-menu ,
#dropdownLogout .dropdown-menu{

	width: 100%;
	
}
#dropdownLogin button,
#dropdownLogout button{
	width:25%;
	float:right;
}

#dropdownLogin{
	width:400px;
	/*float:right;*/
	/*margin-right: 20px;*/
	top: 115px;
    right: 20px;
	position:fixed;
	z-index:10000;
}
#dropdownLogout{
	width:400px;
	/*float:right;*/
	/*margin-right: 20px;*/
	top: 115px;
    right: 20px;
	position:fixed;
	z-index:10000;
}
#login_form{
	padding: 20px;
}
#login_form input{
	width:100%;
	margin:auto;

}

.menu-bar-div{
	z-index:1000;
	height:50px;
	width:100%;
	position:fixed;
	/*top:80px;*/
	top:110px;
	/*background-color:#292c2f;*/
	background-color:#92949D;
	/* background-color:black; */
	padding-left: 10px;
	
}
.menu-bar-div .glyphicon{
	font-size: 45px;
	color: #f0f0f0;
	transition: all 0.3s;
}
.menu-bar-div .glyphicon:hover{
	
	color: white;
}

@media all and (max-width: 600px) {



/* 	.dropdown{
		display: none;
	}
	footer{
		display:none;
	}
	header{
		display:none;
	}
	#wrapper{
		padding-top:20px;
	}
	.menu-bar-div .glyphicon{
		font-size: 15px;
	}
	.menu-bar-div{
		height:20px;
		top:0;
		
	} */
}
@media all and (max-width: 1000px) {


/* 	footer{
		display:none;
	}
	 */
}


button{
	transition: all 0.3s;
}
/*http://bootsnipp.com/snippets/featured/register-page*/