/* Style the default */
:root {
	--hb-blau:#008dae;
	--sdag-size:1500px;
}
* {
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue", Arial, sans-serif;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
	background-color: #474747;
	background-size: cover;
}
/* Style the login page */
.login {
    width: 400px;
    background-color: #363636;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
    margin: 100px auto;
}
.login h1 {
    text-align: center;
    color: #5b6574;
    font-size: 24px;
    padding: 20px 0 20px 0;
    border-bottom: 1px solid #dee0e4;
}
.login h2 {
    text-align: center;
    color: #474747;
    font-size: 16px;
    padding: 2px 0 2px 0;
}
.login h2 a {
    text-align: center;
    color: #474747;
    font-size: 16px;
    padding: 2px 0 2px 0;
}
.login form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 20px;
}
.login form label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: var(--hb-blau,#005da0);
    color: #ffffff;
}
.login form input[type="password"], .login form input[type="text"] {
    width: 310px;
    height: 50px;
    border: 1px solid #dee0e4;
    margin-bottom: 20px;
    padding: 0 15px;
}
.login form input[type="submit"] {
    width: 100%;
    padding: 15px;
    margin-top: 20px;
    background-color: var(--hb-blau,#005da0);
    border: 0;
    cursor: pointer;
    font-weight: bold;
    color: #ffffff;
    transition: background-color 0.2s;
}
.login form input[type="submit"]:hover {
  background-color: var(--hb-blau,#005da0);
    transition: background-color 0.2s;
}
/* Style the navigation bar */
.navtop {
	background-color: var(--hb-blau,#005da0);
	height: 60px;
	width: var(--sdag-size);
    border: 0;
    margin: auto;
}
.navtop div {
	display: flex;
	margin: 0 auto;
	width: 100%;
	height: 100%
}
.navtop div h1, .navtop div a {
	display: inline-flex;
	align-items: center;
	color: #c1c4c8
}
.navtop div h1 {
	flex: 1;
	font-size: 24px;
	padding: 0 20px;
	font-weight: normal;
	float:left;
}
.navtop div a {
	padding: 0 20px;
	text-decoration: none;
	font-weight: bold;
	float:right;
}
.navtop div a i {
	padding: 2px 8px 0 0;
}
.navtop div a:hover {
	color: #eaebed
}
body.loggedin {
	background-color: #f3f4f7
}
/* Style the content */
.content {
	width: var(--sdag-size);
    margin: 0 auto;
    list-style:none
}
.content h2 {
	justify-content: center;
	margin: 0;
	padding: 25px 0;
	font-size: 22px;
	border-bottom: 1px solid #e0e0e3;
	color: #989898
}
.content > p, .content > div {
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
	margin: 25px 0;
	padding: 25px;
	background-color: #fff
}
.content > p table td, .content > div table td {
	padding: 5px;
    width: 225px
}
.content > p table td:first-child, .content > div table td:first-child {
	font-weight: bold;
	color: #989898;
    padding-right: 15px
}
.content > p table td:last-child, .content > div table td:last-child {
	width: 500px;
}
.content > div p {
	padding: 5px;
    margin: 0 0 10px 0
}
.content > div > .jabberphoto table{
	border: 1px solid
}


/* Style the tables */
.row{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin-right:-15px
    ;margin-left:-15px
}
.col-sm-5,.col-sm-7{
    position:relative;
    width:100%;
    padding-right:15px;
    padding-left:15px
}
.col{
    -ms-flex-preferred-size:0;
    flex-basis:0;
    -ms-flex-positive:1;
    flex-grow:1;
    max-width:100%
}
@media (min-width:576px){
	.col-sm-5{
		-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%
	}
	.col-sm-7{
		-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%
    }
}
.form-row{
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	margin-right:-5px;
    margin-left:-5px;
    padding-right:5px;
    padding-left:5px
}
.magictable{
	display:-ms-flexbox;
	display:flex;
	padding-left:0;
	list-style:none;
	border-radius:.25rem
}
.page-link{
	position:relative;
	display:block;
	padding:.5rem .75rem;
	margin-left:-1px;
	line-height:1.25;
	color: var(--hb-blau,#005da0);;
	background-color:#fff;
    border:1px solid #dee2e6;
    cursor:pointer
}
.page-link:hover{
	z-index:2;
	color:var(--hb-blau,#005da0);;
	text-decoration:none;
    background-color:#e9ecef;
	border-color:#dee6e3
}
.page-link:focus{
	z-index:2;
	outline:0;
	box-shadow:0 0 0 .2rem var(--hb-blau,#005da0)
}
.page-item:first-child .page-link{
	margin-left:0;
	border-top-left-radius:.25rem;
	border-bottom-left-radius:.25rem
}
.page-item:last-child .page-link{
	border-top-right-radius:.25rem;
	border-bottom-right-radius:.25rem
}
.page-item.active .page-link{
	z-index:1;
	color:#fff;
	background-color:var(--hb-blau,#005da0);
	border-color:var(--hb-blau,#005da0)
}
.mt-2{
	margin-top:.5rem!important
}
.text-right{
	text-align:right!important
}
.text-rowtotal{
	color:var(--hb-blau,#005da0);
}

.btn-group,.btn-group-vertical{
	position:relative;
	display:-ms-inline-flexbox;
	display:inline-flex;vertical-align:middle
}
.btn-group-sm>.btn,.btn-sm{
	padding:.25rem .5rem;font-size:.875rem;
	line-height:1.5;border-radius:.2rem
}
.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{
	padding-right:.375rem;
	padding-left:.375rem
}
#loader{
	display:none;
	margin-top:10px;
}
.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
  }
