@CHARSET "UTF-8";
@-ms-viewport {
	width: device-width
}


a, a:active, a:hover, a:focus {
	border:none;
	outline: none!important;
}
/* to keep hidding .hidden elements even if bootstrap is not loaded ( .hidden defined in bootstrap css )*/
.hidden {
	display: none!important;
	visibility: hidden!important;
}
html, body {
	font-size: 100%;
}
body {
	padding-top: 70px;
}
menu {
	padding: 0;
}
.error {
	font-style: italic;
	color: #A51010; /* DARK RED */
}

.help-block {
	font-size: small;
	padding-left: 2em;
	font-style: italic;
}

.submitbtn {
	margin-top: 3em;
	font-size: larger;
	width: 100%;
}

#navwrap a {
	font-size: large;
}

.sep { /*separation effect between navbar and content box */
	position: fixed;
	right: 0;
	left: 0;
	top: 50px;
	height: 30px;
	z-index: 1;
	background: #fff;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%,
		rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,
		255, 255, 1)), color-stop(50%, rgba(255, 255, 255, 0.7)),
		color-stop(100%, rgba(255, 255, 255, 0)));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%,
		rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0) 100%);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%,
		rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0) 100%);
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%,
		rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%,
		rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0) 100%);
}

#eob-logo-nav {
	position: relative;
	left: -10px;
}

#eob-logo {
	max-width: 200px;
	float: right;
	padding: 0 0 0 1em;
}

.navbar-inverse .navbar-brand {
	position: relative;
	color: #fff;
}

#wrapper {
	font-size: 1em;
	padding: 0 0 200px;
}
#wrapper.xs-padding {
	padding: 0 1em 8em;
}
p {
	text-align: justify;
}

footer {
	position: fixed;
	right: 0;
	left: 0;
	bottom: 0;
	margin-bottom: 0;
	border-width: 1px 0 0;
	padding: 2px;
	margin-top: 1em;
	background-color: #222;
	color: #fff;
	font-family: monospace;
	font-size: small;
	text-align: right;
	padding-right: 2em;
}

footer a {
	color: #fff;
	text-decoration: underline;
}

.article {
	padding: 0 1em;
}
.publications {
	/* */
}
.codefiles {
 /* Download links ol */
	list-style: none;
	font-weight: bold;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	max-width: 70%;
}
.dl-link {
 /* Download links li */
	display: block;
	margin: 1em 0 0 0;
	border-bottom: 1px solid #ccc;
	padding-bottom: 1em;
}
.panel-title a, .panel-title a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #555;
	display: block;
}

.panel-title a:hover, .panel-title a:active {
	text-decoration: none;
	color: #333;
}

.panel-body ol {
	list-style-type: circle;
}

.panel-body ol>li {
	padding-bottom: 1em;
}

.panel-body ol>li>a {
	color: #333;
}

li.nav-floatright {
  position: relative;
  right: 0;
 }
 /* Users list */
 #eob-userlist-actions button,
 #eob-userlist-actions input {
	padding: 0.5em;
 	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

li.list-item {
	display: block;
	position: relative;
	margin: 0 0 0.4em 0;
	padding: 0.5em;
	border: 1px solid #333;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#eob-userlist {
	list-style: none;
	padding: 0;
	margin: 0;
}
#eob-userlist > li > span {
	display: inline-block;
	padding: 0 0.2em 0 0;
}
#eob-userlist span.status,
#eob-userlist span.inst {
	 display:block;
}
#eob-userlist span.status a {
	display: block;
	float:left;
	overflow: hidden;
	padding: 0;
	margin: 0 0.4em;
	color: transparent;
	text-indent: -1000em;
	cursor: pointer;
	height: 2em;
	width: 2em;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
}
#eob-userlist span.status a:active,
#eob-userlist span.status a:hover {
	background-color: transparent !important;
}
#eob-userlist span.status a.admin {
	background: #698BB6;
	background: #698BB6 url('icons/user_business_boss.png') no-repeat center center;
}
#eob-userlist span.status a.user {
	background: #73CD36;
	background: #73CD36 url('icons/user.png') no-repeat center center;
}
#eob-userlist span.status a.waiting {
	background: #FA911A;
	background: #FA911A url('icons/exclamation_octagon_fram.png') no-repeat center center;
}
#eob-userlist span.status a.trash {
	background: #5F5F5F;
	background: #5F5F5F url('icons/cross_shield.png') no-repeat center center;
}

/* Popups */
#fade { /*--Black overlay--*/
	display: none;
	background: #000;
	position: absolute; /* ie 6 ... */
	position: fixed;
	left: 0;
	top: 0;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}
.popup_block{
	display: none;
	background: #fff;
	padding: 20px;
	border: 10px solid #ddd;
	float: left;
	font-size: 1.1em;
	position: absolute; /* ie 6 ... */
	position: fixed;
	top: 10%;
	left: 25%;
	z-index: 99999;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	/*-- Box Shadow CSS3 --*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
}
a.close {
	opacity: 0.8;
}
img.btn_close {
	float: right;
	margin: -55px -55px 0 0;
	width: 1.4em;
}
.popup_block select {
	display: block;
	padding: 0.4em;
	margin: auto;
	width: 90%;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
}
.popup_block option {
	padding: 0 0.4em 0.6em 0.4em;
}
/* MEDIA size dependant styles to add some custom responsive behavior */
/* Size should match bootstrap boundaries */
/* As bootstrap does we consider "xs" ( x-small medias) max 767 px  as default and add rules for larger screens */
/* Its the today's good practice for responsive css design */
/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/

/*==========  Mobile First Method  ==========*/
/* default  bootstrap helpers/classes xs-something are true ( xs ) */

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets ( sm ) */
@media only screen and (min-width : 768px) {

	#registerNavbar {
	 float: right;
	}
	#registerNavbar>.navbar-nav>li>a {
  	 color: #ddd;
 	}
 	#registerNavbar>.navbar-nav>li>a:hover,
 	#registerNavbar>.navbar-nav>li>a:focus {
 	 color: #fff;
 	 background: #000;
 	}
	li.nav-floatright {
 	 position: absolute;
 	 right: 1em;
	}
	#wrapper.xs-padding {
	 padding: 0 0 8em;
	}
}
/* Medium Devices, Desktops ( md )*/
@media only screen and (min-width : 992px) {

}
/* Large Devices, Wide Screens ( lg )*/
@media only screen and (min-width : 1200px) {

}




