/*!
 * IE10 viewport hack for Surface/desktop Windows 8 bug
 * Copyright 2014-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*
 * See the Getting Started docs for more information:
 * http://getbootstrap.com/getting-started/#support-ie10-width
 */
 @-ms-viewport     { width: device-width; } 
 @-o-viewport      { width: device-width; } 
 @viewport         { width: device-width; } 

@import 'https://fonts.googleapis.com/css?family=Roboto:300,400,500,700';
@import 'https://fonts.googleapis.com/css?family=Caveat&display=swap';
@import 'https://cdn.jsdelivr.net/npm/@mdi/font@5.9.55/css/materialdesignicons.min.css';

div[class*="col-"] > .square-responsive,
span[class*="col-"] > .square-responsive,
ol[class*="col-"] > .square-responsive,
ul[class*="col-"] > .square-responsive,
li[class*="col-"] > .square-responsive{
   padding-bottom:100%; 
}

div[class*="col-"] > .rect-responsive,
span[class*="col-"] > .rect-responsive,
ol[class*="col-"] > .rect-responsive,
ul[class*="col-"] > .rect-responsive,
li[class*="col-"] > .rect-responsive{
   padding-bottom:calc(50% - 15px);
}

body {
  font-family: 'roboto', sans-serif;
  font-weight: 500;
  font-size: 14px !important;
  background-color : #FFFFFF;
}

.filter-btn {
	display: inline-block;
	padding: 10px;
	background-color: #2c3e50;
	color: #fff;
	cursor: pointer;
	border: none;
	border-radius: 4px;
  }

  /* Stil für die Dropdown-Optionen */
  .filter-dropdown {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
  }

  .filter-dropdown a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
  }

  .filter-dropdown a:hover {
	background-color: #f1f1f1;
  }


.ERR #SELECTOR_SEARCH{ 
    width: auto;
	background-color: #c0392b;
	color: #FFF;
}


.WRN{
	background-color: #e67e22;
	color: #FFF;
}

.ADV{
	background-color: #f1c40f;
	color: #000;
}

.OK{
	background-color: #2ecc71;
	color: #FFF;
}

.headerblock{
	margin: 10px 0 0px 0;
	padding: 10px;
}

.headerblock h1{
	margin: 15px 0;
	font-weight: normal;
	font-size: 26px;
	text-transform: uppercase;
}

.turq1{ background-color: #1abc9c; color: #FFF; }
.turq2{ background-color: #16a085; color: #FFF; }
.green1{ background-color: #2ecc71; color: #FFF; }
.green2{ background-color: #27ae60; color: #FFF; }
.blue1{ background-color: #3498db; color: #FFF; }
.blue2{ background-color: #2980b9; color: #FFF; }
.purple1{ background-color: #9b59b6; color: #FFF; }
.purple2{ background-color: #8e44ad; color: #FFF; }
.grey1{ background-color: #95a5a6; color: #FFF; }
.grey2{ background-color: #7f8c8d; color: #FFF; }
.dark1{ background-color: #34495e; color: #FFF; }
.dark2{ background-color: #2c3e50; color: #FFF; }
.white1{ background-color: #ecf0f1; color: #000; }
.white2{ background-color: #bdc3c7; color: #000; }
.red1{ background-color: #e74c3c; color: #FFF; }
.red2{ background-color: #c0392b; color: #FFF; }
.orange1{ background-color: #e67e22; color: #FFF; }
.orange2{ background-color: #d35400; color: #FFF; }
.yellow1{ background-color: #f1c40f; color: #000; }
.yellow2{ background-color: #f39c12; color: #FFF; }




.square-responsive,
.rect-responsive{
     position:relative; 
     overflow:hidden;
	 background-color: #FFF;
	 margin-top: 10px;
	 border: 0px solid #CCC;
}
.square-responsive > *,
.rect-responsive > *{
     position:absolute; 
}
.square-responsive > .content,
.rect-responsive > .content {
     width:100%;
     height:100%;
	 padding: 10px;
}

.inner{
	display: inline-flex;
    vertical-align: middle;
	line-height: 24px;
	height: 50px;
}

.inner i{
	margin: 0 5px;

}


/* .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  padding-right: 5px;
  padding-left: 5px;
}*/
.bar {
  fill: #FFF;
  height: 21px;
  transition: fill .3s ease;
  cursor: pointer;
  font-family: Helvetica, sans-serif;
  
  text {
    fill: #FFF;
  }
}

.chart:hover,
.chart:focus {
  .bar {
    fill: #FFF;
  }
}

.bar:hover,
.bar:focus {
  fill: red !important;
  
  text {
    fill: red;
  }
}

.bar:hover .txt_blue,
.bar:focus .txt_blue{
  fill: red !important;
  
  text {
    fill: #FFF;
  }
}

figcaption {
  font-weight: bold;
  color: #FFF;
  margin-bottom: 20px;
}

.txt_blue{
	fill: #418bca;
	font-size: 11px;
}

.bg_blue{
	background-color: #418bca
}

.bg_green{
	background-color: #1cb09a;
	color: #FFF;
}

.bg_green:hover{
	background-color: #FFF;
	color: #1cb09a;
}

h2{
	font-family: Roboto;
	font-weight: 300;
	font-size: 24px;
}

h3{
	font-family: Roboto;
	font-weight: 300;
	font-size: 16px;
	margin-top: 10px;
}
i{ vertical-align: middle !important; }
/*
 * Base structure
 */

/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px;
  background: #f9fbfd;
}


/*
 * Global add-ons
 */

.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
.navbar-fixed-top {
  border: 0;
}

/*
 * Sidebar
 */

/* Hide for mobile, show later */
.sidebar {
  display: none;
}
@media (min-width: 768px) {
  .sidebar {
    position: fixed;
    top: 112px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    background-color: #FFFFFF;
    border-right: 0px solid #FFF;
  }
}

/* Sidebar navigation */
.nav-sidebar {
  margin-right: -21px; /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -20px;
}
.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
  color: #fff;
  background-color: #428bca;
}


/*
 * Main content
 */

.main {
  padding: 20px;
  top: 51px;
}

.main a{
color: rgb(51,51,51)
}
@media (min-width: 768px) {
  .main {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.main .page-header {
  margin-top: 0;
}

.main{
/* 	background-color : #FFFFFF; */
}
/*
 * Placeholder dashboard ideas
 */

.placeholders {
  margin-bottom: 30px;
  text-align: center;
}
.placeholders h4 {
  margin-bottom: 0;
}
.placeholder {
  margin-bottom: 20px;
}
.placeholder img {
  display: inline-block;
  border-radius: 50%;
}

.male{
	background-color: #3498db !important;
}

.chart:hover,
.chart:focus {
  .bar {
    fill: #FFF;
  }
}

.bar:hover,
.bar:focus {
  fill: red !important;
  
  text {
    fill: red;
  }
}

.bar:hover .txt_blue,
.bar:focus .txt_blue{
  fill: red !important;
  
  text {
    fill: #FFF;
  }
}

figcaption {
  font-weight: bold;
  color: #FFF;
  margin-bottom: 20px;
}

.txt_blue{
	fill: #418bca;
	font-size: 11px;
}

.bg_blue{
	background-color: #418bca
}

.bg_green{
	background-color: #1cb09a;
	color: #FFF;
}

.bg_green:hover{
	background-color: #FFF;
	color: #1cb09a;
}

.input-group{
	margin: 30px 0 15px 0;
}
.form-control, .btn{
	border-top-left-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
	border-top-right-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
	padding: 15px;

}
.box{
	border: 1px solid #CCC; 
	margin: 15px 0;
	background-color: #FFF;
}
.image_box{
	height: 200px;
	padding: 10px;
	margin: 15px 0;
}
.image_box img{
	max-height: 200px;
	margin: 0 auto;
}

.image_box_large{
	padding: 10px;
	margin: 15px 0;
}

.title_box{
	height: 60px;
	padding: 10px;
	background: #333;
	color: #FFF;
}

.content_box{
	font-size: 24px;
}

.footer_column{
	margin-top: 15px;
	padding: 15px;
	font-size: 24px;
	background: #EEE;
	overflow: hidden;
}

.int_button, .input-group-btn button{
	background-color: #2ecc71;
	border: 0px;
	color: #FFF;
	font-size: 16px;
	padding: 10px 30px;
	line-height: 24px;
}

.int_button.disabled{
	background-color: #CCC;
	border: 0px;
	color: #FFF;
	font-size: 16px;
	padding: 10px 30px;
}

.int_button_blue{
	background-color: #143ba0;
	border: 0px;
	color: #FFF;
	font-size: 16px;
	padding: 10px 30px;
}

.int_button_blue:hover{
	background-color: #143ba5;
	border: 0px;
	color: #FFF;
	font-size: 16px;
	padding: 10px 30px;
	text-decoration: none;
}

.input-group {
    margin: 0 0 0 0;
}

.material-icons, .material-icons-outlined{
	vertical-align: middle;
}

.return .title_box{
	background-color: #999;
	color: #CCC;
}

.return img{
	opacity: 0.5;
}

.table{
	background: #FFF;
}

.contentblock{
background: #FFF;
border: 1px solid #EEE;
border-radius: 10px;
padding: 15px;	
}

.table_link { cursor: pointer; }


.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
  background: #FFFF99;
}

input:checked + .slider:before {
  -webkit-transform: translateX(19px);
  -ms-transform: translateX(19px);
  transform: translateX(19px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.sidebarmenu{

	border-bottom: 1px #ccc solid;
	padding: 5px 0;
}

.sidebarmenu a{
	color: #000;
}

.visible{
	display: inline-block !important;
	/* color: #FFF !important; */
}

.clickes{
	display: inline-block;
	border-radius: 30px;

	color: #333;
	line-height: 25px;
	text-align: left;
	
}

#slow_warning {
	  position: fixed;
	  display: none;
	  width: 100%;
	  height: 100%;
	  top: 0;
	  left: 0;
	  right: 0;
	  bottom: 0;
	  background-color: rgba(255,255,255,0.5);
	  z-index: 8000;
	  cursor: progress;
}

#update_warning {
	  position: fixed;
	  display: none;
	  width: 100%;
	  height: 100%;
	  top: 0;
	  left: 0;
	  right: 0;
	  bottom: 0;
	  background-color: rgba(0,0,0,0.3);
	  z-index: 8000;
	  cursor: progress;
}

.edited{
		color: #FFF;
		background: #000;
}

#text{
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  font-size: 50px;
	  color: white;
	  transform: translate(-50%,-50%);
	  -ms-transform: translate(-50%,-50%);
}

.btn-brdrlss{
	border: 0px solid;
	background: none;
}

.tabletitle{
	font-family: roboto;
	font-size: 36px;
	font-weight: 200;
	text-transform: UPPERCASE;
}

.addbutton{
	width: 45px;
	height: 45px;
	text-align: center;
	background: #34515e;
	color: #FFF;
	border-radius: 30px;
}

.addbutton:hover {
	background-color: #81c784;
  	transition: background-color 0.2s;
}

.transparantinput{
	background: transparent;
	border: 0px solid #FFF;
}	

.transparantinput:focus{
	background: rgba(0, 0, 0, 0.04);
	border: 0px solid #FFF;
	outline-color: 	rgba(0, 0, 0, 0.04) !important;
	border-radius: 0px !important;
	text-align: left;
	outline: none;
}	

tr:hover{
	background: rgba(0, 0, 0, 0.04);
}



.table-grey td{
	background: #FFF;
}

.borderless{
	height: 50px;
    border: 1px solid #dee0e4;
    margin-bottom: 20px;
    padding: 0 15px;
}
.btn-add{
    width: 10%;
    padding: 15px;
    margin-top: 20px;
    background-color: #34515e;
    border: 0;
    cursor: pointer;
    font-weight: bold;
    color: #ffffff;
    transition: background-color 0.2s;
	
 }
 
 .btn-add:hover{
	color: #FFF;
	background-color: #81c784;
  	transition: background-color 0.2s;
 }
@keyframes spin { 100% { transform:rotate(135deg); } }
@keyframes spin2 { 100% { transform:rotate(-90deg); } }

    .activerange::-webkit-slider-thumb {
      background: #1e7e34;
	   border: 2px solid #FFF;
    }
	
	
	  .inactiverange::-webkit-slider-thumb {
      background: #CCCCCC;
	  border: 2px solid #FFF;

    }
	

	
	
	
	
	.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(0, 0, 0, .7) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, .7) 50%, rgba(0, 0, 0, .7) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
	}
	
	.rnd { 
border-bottom-left-radius : 30px !important;
border-top-left-radius : 30px !important;
border-right: 0px #FFF solid !important;
border-color: #CCC !important;
}


.rndbtn { 
border-bottom-right-radius : 30px !important;
border-top-right-radius : 30px !important;
border-left: 0px #FFF solid !important;
border-color: #CCC !important;
}

.searchresult{
	color: #1a0dab;
	font-weight: 700;
}

.resultdatetime{
	color: #666;
	font-weight: 400;
	font-size: 12px;
}

.resultlink{
	color: #1a0dab;
	font-size: 14px;
	text-decoration: none;
}
.noofresults{
	font-size: 14px;
	color: #70757a ;
	padding: 10px 0 10px 0;
}

.tab{
	border-bottom: 3px solid #5B707B;
	display: inline-block; 
	margin-right: -4px;
	font-size: 14px;
	color: #5B707B;
	padding: 5px 10px 3px 10px ;
}

.active.tab{
	background: #DEE4E8;
	border-bottom: 3px solid #F07E25;
	display: inline-block; 
	margin-right: -4px;
	font-size: 14px;
	color: #5B707B;
	padding: 5px 10px 3px 10px ;
}

.custom-alert{

	display: inline-block;
	line-height: 24px;
}
	 .material-icons, .icon-text {
      vertical-align: middle;
    }
	
.btn-link{
	color: #333 !important;
	text-decoration: none !important;
}

		* {
  	box-sizing: border-box;
  	font-family: -apple-system, BlinkMacSystemFont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue", Arial, sans-serif;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
}

.login {
  	width: 400px;
  	background-color: #ffffff;
  	margin: 100px auto;
}
.login h1 {
  	text-align: center;
  	color: #5b6574;
  	font-size: 24px;
  	padding: 20px 0 20px 0;
  	border-bottom: 1px solid #dee0e4;
}
.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: #34515e;
  	color: #ffffff;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
}
.login form input[type="password"], .login form input[type="text"] {
  	width: 310px;
  	height: 50px;
  	border: 1px solid #dee0e4;
  	margin-bottom: 20px;
  	padding: 0 15px;
		border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
}

.login form input[type="password"]:focus, .login form input[type="text"]:focus {

}
.login form input[type="submit"] {
  	width: 100%;
  	padding: 15px;
 	margin-top: 20px;
  	background-color: #34515e;
  	border: 0;
  	cursor: pointer;
  	font-weight: bold;
  	color: #ffffff;
  	transition: background-color 0.2s;
	border-radius: 30px;
	
	
}
.login form input[type="submit"]:hover {
	background-color: #81c784;
  	transition: background-color 0.2s;
	border-radius: 14px;
	box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}

.hidden{
	display: none !important;
}

.iconvisible{
	display: block !important;
}

.btn-rounded{
	border-radius: 30px !important;
}

a .card, .card-text, .cart-title{
	color: #333 !important;
	text-decoration: none !important;
}

a {
	text-decoration: none !important; 
}

 .floatingdiv{
	 position: absolute;
	 bottom: 50px;
	 left: auto;
	 right: auto;
 }
 
 td a, th a{
	 color: #000;
 }
 
 .svgicon{
	 transition-duration: 200ms;
	 transition-property: fill, stroke;
	 vertical-align: center;
	 min-width: 16px;
	 min-height: 16px;
	 fill: rgb(101, 103, 108);
	 transition-timing-function: ease-in;
	 max-height: 100%;
	 stroke-width: 1px;
	 letter-spacing: -0.08px;
	 overflow: hidden;
	 -webkit-font-smoothing: antialiased;
	 border-spacing: 0px;
 }
 
 .icon{
	 fill: #5B707B;
 }

.page-link:hover {
    z-index: 2;
    color: #354B54 !important;
}

.page-link {
	 color: #354B54 !important;
	 border-radius: 0px !important
}

.page-item.active .page-link {
	 color: #FFF !important;
	 background-color: #354B54 !important;
	 border: 1px solid #354B54 !important;
}

.page-item-borderless .page-link{
	border: 0px !important;
	border-radius: 30px !important;
}

.page-item-borderless .page-link.nohover{
	color: #95A6B1 !important;
	pointer-events: none;
}

.page-item-borderless .page-link.darkcolor{
	color: #354B54 !important;
}

th label{
	font-weight: 400;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #95A6B1;
}

th input{
	padding-bottom: 5px !important;
}

.form-header .form-control{
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border: 1px solid #CCC;
	color:  #354B54;
	background: #FEFEFE;
	font-size: 14px;
	line-height: 16px;
	height: 18px;
}

.form-header .form-control:focus{
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border: 1px solid #CCC !important;
    box-shadow: 0 0 0 1 rgba(0, 0, 0, 0);
	color:  #354B54;
	background: #FFF;

}

.transparantinput:focus{
	border-bottom: 2px solid #354B54 !important;
}

.row_white, .row_white:hover{
	background: #e8e8e8 !important;
}

.row_form td{
border-bottom: 0px solid #e8e8e8;	
}

.btn-rounded {
	border-radius: 30px;
	padding: 6px 24px 6px 24px !important;
	margin: 8px 0 12px 0;
}

.row_hidden{
	 display: none; 
}

.showrow{
	display: table-row !important;
}


.blocked_input{
	font-weight: 500;
	font-size: 14px;
	color: #95A6B1
	
}

.modal-content{
	border-top-left-radius: 32px !important;
	border-bottom-left-radius: 32px !important;
	border-top-right-radius: 32px !important;
	border-bottom-right-radius: 32px !important;
}	

.err_header{
	font-size: 18px;
    font-weight: 400;
	color:#666;
}

.err_header b{
	font-size: 18px;
    font-weight: 500;
	color:#666;
}


.err_bar{
	font-size: 14px;
    font-weight: 500;
	color:#333;
}

.navbar-ui .dropdown ul{
	padding-left: 0px !important;
}

.navbar-ui button{
	font-size: 14px;
    font-weight: 400;
}
.navbar-ui .dropdown ul li a, .navbar-ui .dropdown ul li a span{
	font-size: 14px;
    font-weight: 500;
	color:#666;
}

.navbar-ui .dropdown li table tr td{
	font-size: 12px;
    font-weight: 400;
	color:#666;
}

.navbar-ui .dropdown li table{
	margin-bottom:0px;
	}

.dropdown-menu.err_bar{
	border-radius: 0px;
}

.inputtext{
	border: 0px;
	border-bottom: 3px solid #CCC;
	border-radius: 0px;
	background-color: #EEE;
}

.inputtext_warning{
		border: 0px;
	border-bottom: 3px solid #ffc107;
	border-radius: 0px;
	background-color: #fff3cd;
}

.tblhdr td{
		font-size: 14px;
    font-weight: 300;
	color:#666;
	border-bottom: 1px solid rgb(222, 226, 230) !important;
	margin-bottom: 5px;
}

.material-circle{
	width: 24px;
	height: 24px;
	border-radius: 24px;
	color: #FFF;
	background-color: #CCC;
	font-size: 20px;
	text-align: center;
	padding: 2px;
}

.material-icons, .icon-text {
	vertical-align: middle;
}

.navTreeItem{
	color :red;
}
