
* {
	font-family: 'Noto Sans', sans-serif;
}

html, body {
	/* height: 100%; */
}
  
body {
	background: #f4f5f6;
	height: 100%;
	margin: 0;
	padding: 0;
}

.form-control {
	border-radius: 6px;
	background-color: #fbfbfb;
	box-shadow: none;
}
.btn {
	border-radius: 6px;
}

.btn-primary, .btn-primary:link, .btn-primary:active, .btn-primary:visited, .btn-primary:hover {
	background: #1976D2;
	border-color: #1976D2;
}

.btn-success, .btn-success:link, .btn-success:active, .btn-success:visited, .btn-success:hover {
	background: #4CAF50;
	border-color: #4CAF50;
}


.fbbutton, .fbbutton:link, .fbbutton:active, .fbbutton:visited {
  display: inline-block;
  line-height: 100%;
  padding: 7px;
  font-size: 13px;
  background-color: #3b5998;
  border-radius: 2px;
  color: white;
  text-decoration: none;
}
.fbbutton:hover {
  background: #46629e;
  color: white;
  text-decoration: none;
}
.fbbutton i {
  background: red;
  overfflow: hidden;
  display: inline-block;
  padding: 5px 2px 0 6px;
  color: #3b5998;
  background-color: white;
  border-radius: 1px;
  margin-right: 10px;
  vertical-align: middle;
}


.tasskanavbarsimple {
	width: 100%;
	box-shadow: 0 0 4px rgba(0,0,0,0.1);
	background: rgba(255,255,255,0.9);
	height: 50px;
}

.tasskanavbar {
	width: 100%;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	background: #fff;
}

.tasskacontainerwidth {
	max-width: 90%;
	margin: 0 auto;
	clear: both;
}

.tasskacontainer {
	width: 90%;
	margin: 0 auto;
	padding: 0;
	clear: both;
}

.tasskacontainerstart {
	width: 90%;
	margin: 0 auto;
	padding: 20px 0;
	overflow: hidden;
	clear: both;
}


.navbarblock {
	display: inline-block;
	margin-left: 10px;
	position: relative;
    vertical-align: middle;
    white-space: nowrap;
}

.notactive {
	color: #ddd;
}

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand{
	margin: 0;
	padding: 0;
	height: auto;
}

.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

.footer {
	border-top: 1px solid silver;
	margin: 30px auto 0 auto;
	padding: 10px 0;
}

#loadingblock {
	display: none;
}

.form-group {
	line-height: 100%;
}

.fixedalerts {
	z-index: 1100;
	position: fixed;
	width: 50%;
	top: 10px;
	left: 50%;
	margin-left: -25%;
}

.alert {
	padding: 5px;
}
.alert-success {
	background: #388E3C !important;
	border-color: #388E3C !important;
	color: white;
}
.alert-danger {
	background: #F44336 !important;
	border-color: #F44336 !important;
	color: white;
}

#container {
	margin-top: 10px;
}

.mainnewsdiv {
	display: block;
	width: 100%;
	height: 340px;
	overflow: hidden;
	position: relative;
	text-decoration: none;
}
.mainnewsdiv:hover {
	text-decoration: none;
}

.carousel-indicators li {
	border: 1px solid rgba(255,255,255,0.5);
	margin: 0 3px;
}
.carousel-indicators .active {
	background: rgba(255,255,255,0.5);
}

.dropdown-menu {
	box-shadow: 0 0 4px rgba(0,0,0,0.1);
	background: rgba(255,255,255,0.9);
	border: 0;
}