
/* @import url("../font-awesome/css/font-awesome.css"); */

.userIcon {
	width: 24px;
	height: 24px;
	margin-right: 5px;
}

body {
	/*background:linear-gradient(top,#F0F8FF,#87CEFA);
	background:-moz-linear-gradient(top,#F0F8FF,#87CEFA);
	background:-webkit-linear-gradient(top,#F0F8FF,#87CEFA);*/
}

/* enhancement */

html,
body {
	height: 100%;
}


body {
	background-attachment: fixed;
	background: #ECF3EC;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to bottom, #ffffff, #ECF3EC);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to bottom, #ffffff, #ECF3EC); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

    background: #ffffff;
    background: -moz-linear-gradient(top,  #ffffff 0%, #ECF3EC 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ECF3EC));
    background: -webkit-linear-gradient(top,  #ffffff 0%,#ECF3EC 100%);
    background: -o-linear-gradient(top,  #ffffff 0%,#ECF3EC 100%);
    background: -ms-linear-gradient(top,  #ffffff 0%,#ECF3EC 100%);
    background: linear-gradient(to bottom,  #ffffff 0%,#ECF3EC 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ECF3EC',GradientType=0 );
    background-attachment: fixed;
}
body.login {
	padding-top: 18%;
    /*
	background: #fff url(../img/bg1.jpg) no-repeat 50% 50%;
	background-size: cover;
    */
}
body.login::before {
	content: '';
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url(../img/notifyhub.png) no-repeat 50% 50%;
	background-size: 100% 100%;
	/*filter: grayscale(75%) blur(5px) brightness(250%) contrast(150%) opacity(50%);*/
	filter: opacity(30%);
}

/* override bootstrap */

.btn {
	border-radius: 2px;
}
.form-inline .form-group {
	margin-bottom: 5px;
}

/* override highcharts */

.highcharts-container  {
	border: 1px solid grey;
	border-radius: 5px;
}

#entryList {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.entryBlock {
	display: inline-block;
	width: 200px;
	height: 110px;
	overflow: hidden;
	margin-bottom: 4em;
	background-position: 50% 10px;
	background-repeat: no-repeat;
	cursor: pointer;
}
.entryBlock p {
	font-weight: normal;
	font-size: 1em;
	text-align: center;
	padding-top: 90px;
	text-shadow: 0 1px 3px rgba(255,255,255,1);
}

.entryBanner {
	display: flex;
	justify-content: center;
	align-content: center;
	text-align: center;
	padding: 20px 0 60px 0;
}
.entryBanner .projectName {
	margin-left: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	text-align: left;
}
.entryBanner.visible-xs .projectName {
	margin-top: 2em;
	margin-left: 0;
	text-align: center;
}
.entryBanner h3 {
	margin: 0;
	line-height: 1.2em;
	font-size: 21px;
	text-transform: uppercase;
	font-weight: 700;
	color: #555;
}
.entryBanner h5 {
	margin: 5px 0 0 2px;
	line-height: 1.2em;
	font-size: 11px;
	/*opacity: .5;*/
	color: #abbaab;
	text-transform: uppercase;
	letter-spacing: .48em;
}


nav {
}
nav.navbar-fixed-top {
	background: #fff;
	border-bottom: 1px solid #eee;
	box-shadow: 0 1px 3px rgba(0,0,0,.1);
}
nav .top-logo {
	white-space: nowrap;
	text-decoration: none;
}
nav .top-logo img {
	width: auto;
	height: 46px;
	margin-top: 8px;
	margin-right: 10px;
	float: left;
	display: block;
}
nav .top-logo h5 {
	line-height: 14px;
	margin: 0;
	color: #999;
	font-weight: 700;
	letter-spacing: 1px;
	padding-top: 32px;
	text-transform: uppercase;

	line-height: 40px;
	padding-top: 15px;
	padding-left 200px;
	color: #000;
}
.navbar-toggle .icon-bar {
	border: 1px solid #777;
}


thead[style] {
	background-color: #428bca !important;
	color: #fff !important;
}
thead[style] th {
	font-weight: normal;
}


