@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap');
html,  body {
    margin: 0;
    padding: 0;
    height: calc(100% - 71px);
    background: #F9FAFB;
}
form,  img {
    border: none;
    margin: 0;
    padding: 0;
}
body,  div,  p,  td {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    color: #444444;
}
/* Wetekk Blue */
a {
    color: #2D2C86;
}
.btn-primary {
    background: #2D2C86;
    border-color: #151563;
}
.tab-content2 {
    padding: 30px;
    border: 1px solid #dee2e6;
    border-top: none;
    background: #fff;
}
/*.clicktablerow .btn-circle{
	display: none;
}
.clicktablerow:hover .btn-circle{
	display:inline-block;
}*/
.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.42;
  border-radius: 15px;
}
.card-hover:hover{
		box-shadow: 0 2px 5px 0 rgba(0,0,0,0.24), 0 1px 8px 0 rgba(0,0,0,0.22), 0 3px 1px 0px rgba(0,0,0,0.3);
}
/*
		.btn-primary:hover,
		.btn-primary:focus,
		.btn-primary:active,
		.btn-primary.active,
		.open> .dropdown-toggle.btn-primary {
			background: #2D2C86;
			border-color: #151563;
		}
		
		.btn-primary:active,
		.btn-primary.active {
			background: #2D2C86;
			border-color: #151563;
			box-shadow: none;
		}
		*/
h1 {
    font-size: 28px;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 16px;
}
h6 {
    font-size: 14px;
}
strong {
    font-weight: 500;
}
.clicktablerow{ cursor: pointer !important;}
.form-control,  .form-select {
    color: #0069D9;
}
.select2-container--default .select2-selection--single{
    color: #0069D9;
    border: 1px solid #ced4da;
    line-height: 36px;
    height: 36px;
}
.select2-container *:focus ,
.form-control:focus,
.form-select:focus {
    background-color: #f2f8ff;
    color:#000;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #0069D9;
    line-height: 36px;
    height: 36px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    line-height: 34px;
    height: 34px;
}
.select2-container--default .select2-selection--single .select2-selection__clear{
    width: 10px;    
}
.select2-dropdown {
    border: 1px solid #ced4da;
    background: #f4f4f4;
}
.select2-results__option[aria-disabled=true],
    .select2-results__option[disabled],
		.select2-result.select2-result-unselectable.select2-disabled,
.select2-container--default .select2-results__option[aria-disabled=true]{
    display: none;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder,
::placeholder{
    color: gray;
}
/* Fehler bei required html5 hinweis*/

.form-control.select2-hidden-accessible,
.form-select.select2-hidden-accessible,
.katalog-select.select2-hidden-accessible,
.normal-select.select2-hidden-accessible{
    top: 65px;
	left:50%;
}
.form-select.w-100,.select2.w-100{ width: 100% !important;}
.clicktablerow{ cursor: pointer;}

/* In Modal brauchen wir das nur*/
.select2-container--open{
    z-index: 1055;
}
.form-select.fasel {
    font-family: 'FontAwesome', Arial;
}
.input-group-text.status-bg, .input-group-text.pstatus-bg {
    color: #fff !important;
}
.input-group-text.status-bg.bg-warning, .input-group-text.pstatus-bg.bg-warning {
    color: #000 !important;
}
.form-file-input ~ .form-file-label::after {
    content: "Datei suchen";
}
/* Layout */
		
.sidebar {
    width: 70px;
    bottom: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    boottom: 0;
    z-index: 1000;
    transition: all .2s ease;
    background-color: #fff;
    border-right: 1px solid rgba(0, 0, 0, .0625);
    padding-top: 80px;
}
.sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.sidebar li {
    margin: 0;
    padding: 10px;
    width: 200px;
}
.sidebar li span.icon {
    display: inline-block;
    text-align: center;
    width: 40px;
}
.sidebar li span.title {
    display: none;
    color: #72777a;
}
.sidebar .fa-angle-right {
    color: #72777a;
    float: right;
    display: block;
    line-height: 24px;
}
.sidebar.open,  .sidebar.openfix {
    width: 200px;
    display: block;
}
.sidebar.open li span.title,  .sidebar.openfix li span.title {
    display: inline-block;
}
.modal-dialog.modal-xl {
  min-width: 90% !important;
}
header {
    top: 0;
    left: 70px;
    padding: 0 10px;
    right: 0;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .0625);
    position: fixed;
    height: 65px;
    line-height: 65px;
    vertical-align: middle;
    z-index: 99;
}
header #infobar, header #userbar {
    display: inline-block;
    position: relative;
}
header #infobar .fa-layers, header #userbar {
    cursor: pointer;
    transition: 0.2s linear all;
}
header #infobar .fa-layers:hover, header #userbar:hover > span {
    opacity: 0.75;
}
header #userbar .fa-stack {
    font-size: 1.8em;
    vertical-align: -30%;
    margin: 2.5px 0 0 0;
}
header #userbar .fa-stack .fa-circle {
    color: #efefef;
}
header #userwindow, header #quickwindow, header #alertwindow, header #mailwindow {
    position: absolute;
    background: #fff;
    border: 1px solid rgba(0,0,0,.0625);
    top: 64px;
    min-width: 200px;
    right: 0;
    left: auto;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top: none;
    transition: all .2s ease;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.04), 0 3px 1px -2px rgba(0,0,0,0.12);
    z-index: 1010;
    line-height: 150%;
    padding: 20px 0;
    height: 0px;
    overflow: hidden;
    transform: scale(0);
}
header #quickwindow, header #alertwindow, header #mailwindow {
    top: 60px;
    padding: 20px;
    min-width: 300px;
}
#infobar > span {
    display: inline-block;
}
header #userbar:hover #userwindow, header #infobar .open, #infobar > span:hover > div {
    height: auto;
    overflow: visible;
    transform: scale(1);
}
header #userwindow ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
header #userwindow ul li {
    padding: 0;
    margin: 0;
}
header #userwindow ul li a {
    display: block;
    padding: 5px 30px;
    color: #72777a;
    transition: 0.2s linear all;
    text-decoration: none;
    white-space: nowrap;
}
header #userwindow ul li a:hover {
    color: #000;
}
header #usericon {
    text-align: center;
    background: #efefef;
    width: 50px;
    height: 50px;
    display: inline-block;
    box-sizing: content-box;
    border-radius: 50%!important;
    margin-left: 10px;
    margin-right: 2px;
    margin-top: 6px;
}
main {
    width: calc(100% - 71px);
    min-height: 100%;
    background: #F9FAFB;
    margin-left: 70px;
    margin-top: 65px;
    padding: 20px;
}
footer {
    height: 70px;
    margin-left: 70px;
    line-height: 70px;
    width: calc(100% - 71px);
    border-top: 1px solid rgba(0, 0, 0, .0625);
    background: #fff;
    text-align: center;
    font-size: 12px;
}
.mopen {
    margin-left: 200px;
    left: 0;
    width: calc(100% - 201px);
}
.whiteframe {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .0625);
    padding: 20px;
    border-radius: 3px;
}
/* Box oben rechts, schmal >> TBD >> Media Queries */
#msgboxoben div, #msgboxoben p, #msgboxunten div, #msgboxunten p, #mbu_miniicons > div {
    color: #fff;
}
#msgboxoben {
    position: fixed;
    right: 0;
    top: 60px;
    z-index: 9999;
}
#msgboxoben > div {
    position: relative;
    padding: 10px 20px;
    margin: 5px 5px 0 0;
    width: 420px;
    background-color: rgba(53, 110, 53,1);
    z-index: 9999;
    overflow: hidden;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-right: 1px solid transparent;
    border-left: 5px solid rgba(0,0,0,.15);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.04), 0 1px 5px 0 rgba(0,0,0,0.02), 0 3px 1px -2px rgba(0,0,0,0.12);
    cursor: pointer;
}
#msgboxoben > div:hover {
    opacity: 0.95;
}
#msgboxoben > div > div.mbo_text > p {
    font-size: 13px;
    margin-top: 2px;
    margin-bottom: 0;
}
#msgboxoben > div > div.mbo_icon {
    font-size: 20px;
    right: 10px;
    bottom: 5px;
    position: absolute;
}
/* Box unten rechts, schmal >> TBD >> Media Queries */
#mbu_miniicons {
    position: fixed;
    right: 10px;
    bottom: 180px;
    z-index: 9999;
    max-width: 415px;
}
#mbu_miniicons > div {
    float: right;
    padding: 5px;
    margin-left: 5px;
    margin-top: 5px;
    cursor: pointer;
}
#msgboxunten {
    position: fixed;
    right: 5px;
    bottom: 10px;
    z-index: 9999;
}
#msgboxunten > div {
    position: absolute;
    padding: 10px 20px;
    right: 0px;
    bottom: 0;
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    width: 390px;
    height: 150px;
    box-sizing: content-box;
    border-left: 5px solid rgba(0,0,0,.15);
    z-index: 9999;
    overflow: hidden;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.04), 0 1px 5px 0 rgba(0,0,0,0.02), 0 3px 1px -2px rgba(0,0,0,0.12);
    opacity: 0;
}
#msgboxunten div.mbu_close, #msgboxoben div.mbu_close {
    position: absolute;
    right: 10px;
    top: 10px;
    height: 16px;
    width: 15px;
    cursor: pointer;
    font-size: 18px;
    opacity: .5;
    display: block;
}
#msgboxunten > div div.mbu_close:hover, #msgboxoben div.mbu_close:hover {
    opacity: 1;
}
#msgboxunten > div > div.mbu_text > span {
    display: block;
    font-size: 18px;
    margin-top: 5px;
}
#msgboxunten > div > div.mbu_text > p {
    font-size: 14px;
    margin-top: 10px;
}
#msgboxunten > div > div.mbu_icon {
    font-size: 30px;
    left: 10px;
    bottom: 5px;
    position: absolute;
}
#msgboxunten > div > div.mbu_number {
    font-size: 30px;
    right: 10px;
    bottom: 5px;
    position: absolute;
}
#msgboxoben > div.ok, #msgboxunten > div.ok, #mbu_miniicons > div.ok {
    background-color: #729D73;
}
#msgboxoben > div.hinweis, #msgboxunten > div.hinweis, #mbu_miniicons > div.hinweis {
    background-color: #C69021;
}
#msgboxoben > div.error, #msgboxunten > div.error, #mbu_miniicons > div.error {
    background-color: #C26565;
}
#msgboxoben > div.info, #msgboxunten > div.info, #mbu_miniicons > div.info {
    background-color: #3276B0;
}
/* Animationen */
.animated {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated.fast {
    -webkit-animation-duration: .4s;
    -moz-animation-duration: .4s;
    -ms-animation-duration: .4s;
    -o-animation-duration: .4s;
    animation-duration: .4s
}
@-webkit-keyframes fadeIn {
 0% {opacity: 0;}
 100% { opacity: 1;}
}
 @keyframes fadeIn {
 0% {opacity: 0;}
 100% { opacity: 1;}
}
@-webkit-keyframes slideIn {
    0% {
    opacity:0;
    -webkit-transform:translateY(40px);
    -moz-transform:translateY(40px);
    -ms-transform:translateY(40px);
    -o-transform:translateY(40px);
    transform:translateY(40px)
    }
    30% {
    opacity:1;
    -webkit-transform:translateY(0px);
    -moz-transform:translateY(0px);
    -ms-transform:translateY(0px);
    -o-transform:translateY(0px);
    transform:translateY(0px)
    }
}
@-moz-keyframes slideIn {
    0% {
    opacity:0;
    -webkit-transform:translateY(40px);
    -moz-transform:translateY(40px);
    -ms-transform:translateY(40px);
    -o-transform:translateY(40px);
    transform:translateY(40px)
    }
    30% {
    opacity:1;
    -webkit-transform:translateY(0px);
    -moz-transform:translateY(0px);
    -ms-transform:translateY(0px);
    -o-transform:translateY(0px);
    transform:translateY(0px)
    }
}
@keyframes slideIn {
    0% {
    opacity:0;
    -webkit-transform:translateY(40px);
    -moz-transform:translateY(40px);
    -ms-transform:translateY(40px);
    -o-transform:translateY(40px);
    transform:translateY(40px)
    }
    30% {
    opacity:1;
    -webkit-transform:translateY(0px);
    -moz-transform:translateY(0px);
    -ms-transform:translateY(0px);
    -o-transform:translateY(0px);
    transform:translateY(0px)
    }
}
@-webkit-keyframes pulse {
    0% {
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1)
    }
    10% {
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -ms-transform:scale(1.1);
    -o-transform:scale(1.1);
    transform:scale(1.1)
    }
    20% {
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1)
    }
}
@-moz-keyframes pulse {
    0% {
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1)
    }
    10% {
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -ms-transform:scale(1.1);
    -o-transform:scale(1.1);
    transform:scale(1.1)
    }
    20% {
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1)
    }
}
@keyframes pulse {
    0% {
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1)
    }
    10% {
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -ms-transform:scale(1.1);
    -o-transform:scale(1.1);
    transform:scale(1.1)
    }
    20% {
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1)
    }
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
.slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
}
.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

/* Media Queries */
		
@media (min-width: 579px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

@media (max-width: 1119px) {
}

@media (max-width: 991px) {
}

@media (max-width: 767px) {
	.sidebar {
		width: 0px;
	}
	header,  main,  footer {
		left: 0;
		margin-left: 0;
		width: 100%;
	}
	header.mopen #userbar{
		display: none;		
	}
}

@media (max-width: 575px) {
}
.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
}
.form-signin .checkbox {
    font-weight: 400;
}
.form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
}
.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
