

/**********************************Admin***********************/
body{
	padding-bottom: 50px;
}
.admin .nav-stacked{
	border-right: 2px solid #337ab7;
	border-top: 1px solid #337ab7;
}
.admin .nav-stacked li{
	border-bottom: 1px solid #337ab7;
}
.admin .nav-stacked>li+li{
	margin-top: 0;
}
.admin .nav-stacked>li>a{
	border-radius: 0;
}

.admin .nav-stacked .headers{
	/*border-bottom: 0;*/
	/*padding-left: 20px;*/
}
.admin .nav-stacked .headers a{
	display: block;
	padding: 10px 35px;
}
/*.admin .nav-stacked .process_url_content a:hover{
	background: #eee;
	text-decoration: none;
}*/
.progress_bar{
	position: fixed;
	text-align: center;
	top: 50%;
	right: 50%;
	width: 50px;
	padding-top: 5px;
	height: 30px;
	background: #e7e7e7;
	border: 1px #000 solid;
	/*border-left: 1px #000 solid;
	border-bottom: 1px #000 solid;
	border-right: 1px #000 solid;*/
	z-index: 9998;
}
.glyphicon-refresh-animate {
	
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}

#glyphicons_page ul{
	list-style-type: none;
}
#glyphicons_page li{
	float: left;
	height: 100px;
	margin-right: 20px;
}
#glyphicons_page .glyphicon{
	font-size: 24px;
}
.dropdown-menu{
	min-width: 900px;
}
.dropdown-menu li:hover{
	background: grey;
}