@import url('admin.fonts.css');
@import url('bootstrap-icons.css');
@import url('jquery-ui-1.13.2.min.css');

:root {
	--bs-primary: #1d6383;
	--bs-secondary: #090e10;
	--bs-danger: #be0a0a;
	--bs-success: #198754;
}

html {
	height: 100%;
}
body {
	font-family: 'Nunito', sans-serif;
	font-size: 18px;
	font-weight: 400;
	background-color: #f5f5f5;
	color: var(--bs-color);
	height: 100%;
	min-height: 100%;
}

/* typography */
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
	color: var(--bs-secondary);
	margin-bottom: 30px;
}

h1, .h1 { font-size: 38px; }
h2, .h2 { font-size: 34px; }
h3, .h3 { font-size: 30px; }
h4, .h4 { font-size: 26px; }
h5, .h5 { font-size: 22px; }
h6, .h6 { font-size: 18px; }

small {
	display: block;
	font-size: 75%;
}

strong, b, .fw-bold {
	font-weight: 800;
}

a {
	color: var(--bs-color);
	text-decoration: none;
	transition: all .25s;
}
a:hover {
	color: var(--bs-primary);
	text-decoration: none;
}

hr {
	margin: 30px 45px;
}

/* laoding */
.loading {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2000;
	background-color: rgba(255,255,255,0.9);
	display: none;
	align-items: center;
	justify-content: space-around;
	font-size: 16px;
	text-align: center;
}
.loading .loading-inner {
	width: 100%;
	max-width: 400px;
}
.loading .progress {
	width: 100%;
	--bs-progress-bg: var(--bs-white);
	--bs-progress-height: 25px;
}
.loading .progress .progress-bar {
	background-color: var(--bs-primary);
}

/* toast */
.toast {
	position: fixed;
	top: 30px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2000;
}

/* background */
.bg-primary {
	background-color: var(--bs-primary) !important;
}

/* buttons */
.btn {
	border-radius: 5px;
	border: none;
	font-weight: 600;
	padding: 10px 15px;
}
.btn-sm {
	padding: 5px 10px;
	font-size: 14px;
	font-weight: 600;
}

.btn-primary {
	background-color: var(--bs-primary) !important;
	color: var(--bs-light);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active {
	background-color: #00476d !important;
	color: var(--bs-light);
}

.btn-secondary {
	background-color: var(--bs-secondary) !important;
	color: var(--bs-white);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.active {
	background-color: #222c30 !important;
	color: var(--bs-white);
}

/* alert */
.alert {
	border: none;
	border-radius: 5px;
	margin-bottom: 30px;
}
.alert-primary {
	background-color: var(--bs-primary);
	color: #fff !important;
}
.alert-danger {
	background-color: var(--bs-danger);
	color: #fff !important;
}
.alert-success {
	background-color: var(--bs-success);
	color: #fff !important;
}

/* form */
.form-group {
	margin-bottom: 15px;
}
.form-label {
	font-size: 16px;
	font-weight: 800;
	display: block;
}
.form-control,
.form-select {
	background-color: var(--bs-white);
	border-color: var(--bs-secondary);
	color: var(--bs-secondary);
	border-radius: 5px;
	min-height: 42px;
	transition: all .25s;
	padding: 10px 15px;
}
.form-control:focus,
.form-select:focus {
	background-color: var(--bs-light);
	border-color: var(--bs-secondary);
	color: var(--bs-secondary);
	box-shadow: none;
}
.form-control:disabled,
.form-control:read-only {
	opacity: .3;
}

.form-label-services {
	display: block;
	border: 1px solid #2f3538;
	padding: 10px 15px;
	border-radius: 5px;
	cursor: pointer;
	background-color: var(--bs-tertiary);
	transition: all .25s;
	font-size: 14px;
}
.forum-group-services .form-check-input:checked ~ .form-label-services,
.forum-group-services .form-check-input:hover ~ .form-label-services {
  background-color: var(--bs-success);
  transform: scale(1.025);
	color: var(--bs-light) !important;
}
.forum-group-services .form-check-input {
	display: none;
}

.input-group .btn {
	background-color: var(--bs-primary);
	border: 1px solid var(--bs-primary);
	border-left: none;
	border-radius: 0 5px 5px 0;
	color: var(--bs-light);
}
.input-group .btn:hover {
	background-color: #00476d !important;
	border-color: #00476d !important;
}

.form-check-input {
  border-color: var(--bs-color) !important;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%236e8c98'/%3e%3c/svg%3e") !important;
	background-color: transparent;
}
.form-check-input:checked {
	border-color: var(--bs-white) !important;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23d5e9f2'/%3e%3c/svg%3e") !important;
	background-color: var(--bs-primary);
}
.form-check-input:focus {
  box-shadow: none !important;
}

.disabled {
	opacity: 0.5;
}
.disabled .form-check-input {
	background-position: right center;
	border-color: var(--bs-white) !important;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23d5e9f2'/%3e%3c/svg%3e") !important;
	background-color: var(--bs-primary);
}

.has-error .form-control,
.has-error .form-select,
.has-error .input-group .btn,
.has-error .drag_drop_box {
	border-color: var(--bs-danger);
}
.has-error::after {
	content: 'Bitte Pflichtfeld ausfüllen.';
	font-size: 14px;
	color: var(--bs-danger);
	display: block;
}

.drag_drop_box {
  min-height: 120px;
	width: 100%;
  text-align: center;
  position: relative;
  display: flex;
	align-items: center;
	justify-content: space-around;
	padding: 15px;
	margin: 0 auto;
	background: repeating-linear-gradient(
    45deg,
    rgba(33,33,33,0.75),
    rgba(33,33,33,0.75) 25px,
    rgba(33,33,33,0.25) 25px,
    rgba(33,33,33,0.25) 50px
  );
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
	transition: all .25s;
	border-radius: 5px;
	border: 1px solid #2f3538;
	cursor: pointer;
}
.drag_drop_box:hover {
	color: var(--bs-primary);
}
.drag_drop_box input[type="file"].drag_drop {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}
.drag_drop_box #drag_drop_box_caption {
	font-size: 38px;
	display: block;
	color: var(--bs-white);
	font-weight: 600;
	line-height: 1.25;
}
.drag_drop_box #drag_drop_box_caption small {
	font-size: 14px;
	font-weight: 800;
}

/* login */
.login-box {
	display: block;
	position: relative;
	width: 100%;
	max-width: 450px;
	box-shadow: 0px 0px 35px 0px rgba(10, 10, 10, 0.45);
	border-radius: 5px;
	margin-bottom: 45px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: var(--bs-white);
}
.login-logo {
	display: block;
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 320px;
	padding: 30px;
}
.login-form {
	display: block;
	position: relative;
	padding: 45px;
}

/* container */
.container {
  position: relative;
  width: 100%;
  max-width: 1480px;
}

/* header */
.navbar {
	margin: 0 0 30px 0;
	padding: 15px 30px;
	background-color: var(--bs-white) !important;
	border-radius: 0 0 5px 5px;
	align-items: end;
}
.navbar .nav-link {
	padding: 15px 15px 0 15px !important;
	font-weight: 600;
	color: var(--bs-secondary);
}
.navbar .nav-link:hover,
.navbar .nav-link:focus,
.navbar .nav-link.active {
	color: var(--bs-primary);
}
.navbar .nav-link i{
	display: inline-block;
	width: 22px;
}
.navbar-brand img {
	max-width: 270px;
}

/* section */
.section {
	margin: 30px 0;
	padding: 30px;
	background-color: var(--bs-white);
	border-radius: 5px;
}

/* table */
tr {
	vertical-align: middle;
}
th {
	font-weight: 600;
	color: var(--bs-secondary) !important;
}
.table > :not(caption) > * > * {
	padding: 15px;
	font-size: 16px;
	color: var(--bs-color);
}

/* modal */
.modal-content {
	border-radius: 5px;
	background-color: var(--bs-white);
	box-shadow: none;
	border: none;
}
.modal-header {
	border: none;
	background-color: transparent;
	padding: 30px 30px 0 30px;
}
.modal-title {
	font-size: 22px;
}
.modal-body {
	padding: 30px;
}
.modal-backdrop {
	background-color: var(--bs-secondary);
	opacity: 0.5 !important;
}

/* monitoring */
.monitoring-line {
	display: block;
	margin-bottom: 10px;
}
.monitoring-line.info {
	color: var(--bs-secondary);
}
.monitoring-line.error {
	color: var(--bs-danger);
}
.monitoring-type {
	display: inline-block;
	width: 65px;
}
.monitoring-category {
	display: inline-block;
	width: 90px;
	margin-left: 5px;
}
.monitoring-text {
	display: inline-block;
	margin-left: 30px;
	font-style: italic;
}

/* FILEPREVIEW */
.filepreview {
  display: none;
	margin-bottom: 15px;
}
.file-item {
	cursor: grab;
}
.filepreview-info {
  font-size: 14px;
  display: none;
}
.filepreview-img {
  width: 100%;
  display: block;
  min-height: 100px;
  border: 1px solid var(--bs-secondary);
  margin: 10px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
	position: relative;
	border-radius: 5px;
}
.filepreview-img.filepreview-img-md {
	min-height: 160px;
}
.filepreview-file {
	width: 100%;
	display: block;
	padding: 10px 15px;
	margin: 10px 0;
	border: 1px solid var(--bs-secondary);
	background-color: var(--bs-white);
	font-size: 16px;
	border-radius: 5px;
	position: relative;
	cursor: grab;
} 
.filepreview-pos {
  position: absolute;
  left: 0;
  top: 0;
	right: 0;
	bottom: 0;
  z-index: 1;
	padding: 15px;
	background-color: rgba(255,255,255,0.75);
	color: var(--bs-primary);
	font-size: 48px;
	border-radius: 5px;
	font-weight: 800;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
} 
.filepreview-control {
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 2;
}
.filepreview-brand {
	position: absolute;
	right: 5px;
	bottom: 5px;
	z-index: 2;
	color: var(--bs-secondary);
	line-height: 1;
	font-size: 32px;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
}
.filepreview-caption {
	position: absolute;
	left: 5px;
	bottom: 5px;
	z-index: 2;
	line-height: 1;
	padding: 5px 10px;
	font-size: 12px;
	background-color: rgba(0,0,0.5);
	color: var(--bs-secondary);
	border-radius: 5px;
} 
.filepreview-form {
	margin-bottom: 35px;
	border-radius: 5px 5px 0 0;
}
.filepreview-form .input-group {
	position: absolute;
	left: 0;
  right: 0;
  bottom: -35px;
  z-index: 1;
	width: calc(100% + 2px);
  margin-left: -1px;
}
.filepreview-form .input-group .form-control {
	height: 35px;
	padding: 5px 10px;
	border-radius: 0 0 0 5px;
	font-size: 14px;
}
.filepreview-form .input-group .btn {
	height: 35px;
	padding: 5px 10px;
	border-radius: 0 0 5px 0;
}
.filepreview-form .input-group:not(.active) .form-control {
	border-radius: 0 0 5px 5px !important;
}
.filepreview-form .input-group:not(.active) .btn {
	display: none;
}

/* mobil */
@media (max-width: 1399.98px) { }
@media (max-width: 1199.98px) { }
@media (max-width: 991.98px) { 
	/* table */
  table {
    border: 0;
  }
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
    display: block;
    margin-bottom: 15px;
  }
  
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
  }
  
  table td:last-child {
    border-bottom: 0;
  }
	.table > :not(caption) > * > * {
		padding: 10px 15px;
	}
}
@media (max-width: 767.98px) { }
@media (max-width: 575.98px) { }