@charset "UTF-8";
@import "bootstrap.min.css";

html * {
    padding: 0;
    margin: 0;
}
body{
    font-size: 1rem;
    /*line-height: 1.2; */      
}     
body,html{height: 100%;}
.wrapper{min-height: 100vh;max-height: 100%;}
/* änderung oli 20190115 */
.page-item.active .page-link {z-index: 1;}
.page-link {
       position: relative;
       display: block;
       padding: .5rem .75rem;
       margin-left: -1px;
       line-height: 1.25;
    }
.collapsing {
    position: relative;
    height: auto !important; 
    width: 0;
    overflow: hidden;
    transition: width .35s ease
}
.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}
 .navbar-brand-full {
    max-width: 48vw; /*logo too big for small mobile */
    height: auto;
}

.navbar-nav .nav-item .nav-link:focus,
.navbar-nav .nav-item .nav-link:active,
.navbar-nav .nav-item .nav-link.active{
    /*color: #dc3545;*/
    /* outline: none; */
    /* background-color: transparent; */
}
/* page sidebar */

ul { 
    list-style-type: none;    
    /*padding-left: 20px;*/    
}
.form-row ul{
    font-size: .9rem !important;
}
.truncate{
   white-space:nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
}

.scroll-to-top {
  position: fixed;
  /*position: absolute;*/
  right: 15px;
  bottom: 0px;
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #fff;
  background: rgba(52, 58, 64, 0.5);
  line-height: 46px;
}

.scroll-to-top:focus, .scroll-to-top:hover {
  color: white;
}
/* removes to skin screen.css
.scroll-to-top:hover {
  background: #343a40;
}
*/
.scroll-to-top i {
  font-weight: 800;
}
/* calendar */
.calendar td{
  /*background-color: #ebfbee;*/
  border-right: 1px solid #bee5eb;
  width: 100px;
  height: 100px;
  padding: 1px;
}
.calendar td:last-child{
    border: none;
}

.calendar ul li{
    margin: 0px 1px 1px 1px;
    padding:1px;
}

.calendar-bg{
    /*background: #e9ecef;*/
    background: #E3E3E3;
}
.calendar-bg-currday{
    /*background: #e9ecef;*/
    background: #f49a00;
}
.calendar-bg-item{
    background: rgba(253, 220, 210, .6);
}
.list-group-item:first-child,
.list-group-item:last-child{
    border-radius: 0px;
}
button.ui-datepicker-trigger{
    display: none;
}
.required:before {
            content: "* " !important;
            color: #dc3545;
        }

.table-fixed{
    table-layout: fixed;    
}

table tbody td {
   vertical-align: top;
}

.compact, .wrap {white-space: normal!important;}
.fixed a { /* I needed anchors */  filter: inherit;}
.btn{border-radius: 0;}
#page_btns .btn,#btnTable .btn {
  margin: 0.125rem 0.2rem 0.125rem 0 !important;
  font-size: .9rem;
}
#btnTable .btn{font-size: .8rem;}
#page_btns #btn-kommweb-r .btn:last-of-type {margin-right: 0 !important;}

.btn-warning {background-color: #eac965!important;}
.dataTables_length select{width: auto !important;}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, 
.dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, 
.dataTables_wrapper .dataTables_paginate{
    font-size: .8rem!important;
}
.dataTables_info{
    margin: 1px 0 5px;    
}
caption {
  caption-side: top;
  padding-bottom: 0.755em;  
}
.form-control:-moz-placeholder {
  color: inherit;
  opacity: .5;
}

.form-control::-moz-placeholder {
  color: inherit;
  opacity: .5;
}

.form-control:-ms-input-placeholder {
  color: inherit;
  opacity: .5;
}

.form-control::-webkit-input-placeholder {
  color: inherit;
  opacity: .5;
}
.form-control, .custom-select{border-radius: 0!important;}
input::placeholder{
    font-size: .75rem;
    font-style: normal;    
}

fieldset {
	width: 100%;
	padding: .8rem 1rem;
	margin-bottom: 1rem !important;
	border: 1px solid #eee;
        
}
legend{
    width: auto;
    font-weight: bold;
    padding: 0 10px;
    font-size: inherit!important;
}
.form-group{margin-bottom: .5rem!important;}
label {margin-bottom: 0.3rem;}
small{
    font-size: .7rem;
    color: inherit;
    opacity: .8;    
}
.h3{
    font-size: inherit!important;
}
.form-text{
    margin-top: 0!important;
}
.top{
    margin: .375rem .75rem;
    /*border: 1px dashed #0000FF;*/
}
.tooltip-inner {
    max-width: 400px!important;
    text-align: left!important;
    border-radius: 0; 
    color: #000;
    border: 1px solid #000;
    background-color: rgb(252, 247, 232);
    padding: .125rem!important;  
}
  .only-search .search-wrapper {
    padding: 0 0 1px; 
  }
  .search-wrapper .search-inner-wrapper {
    cursor: default;
    display: flex;
    height: 30px;
    margin: 0 auto;
    position: relative;
    /*width: 224px;*/
    width: 100%;
  }
  .search-wrapper input {
    border: solid 1px rgba(0, 0, 0, .2);
    /*box-shadow: 0 0 0 .1rem rgba(223, 225, 229, .25);*/
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    /*box-shadow: 0 1px 4px 0 rgba(12, 12, 13, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.15);*/
    font-size: .9rem;
    -moz-context-properties: fill;
    padding: 0 36px;
    width: 100%; }
  
    .search-wrapper input:dir(rtl) {
      background-position-x: right 12px; 
    }
  .search-wrapper:hover input {
    box-shadow: 0 1px 4px 0 rgba(12, 12, 13, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.25); 
  }
  
  .search-wrapper .search-inner-wrapper:active input,
  .search-wrapper input:focus {
    border: 1px solid #80bdff;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);  
  }
  .search-wrapper .search-button {
    /*background: url("chrome://browser/skin/forward.svg") no-repeat center center;*/
    
    /*background: url("../images/search.png") no-repeat center center; 
    background-size: 16px 16px;*/
    background: none;
    border: 0;
    border-radius: 0 3px 3px 0;
    -moz-context-properties: fill;    
    height: 100%;
    position: absolute;
    right: 0;
    width: 48px; }
  
  .search-wrapper .search-icon {
    /*background: url("chrome://browser/skin/forward.svg") no-repeat center center;
    background-size: 16px 16px;*/
    border: 0;
    /*border-radius: 0 3px 3px 0;
    -moz-context-properties: fill; */   
    height: 100%;
    position: absolute;
    left: 0;
    width: 36px;
    background-color: transparent;
    
    
     }
  
     
    .search-wrapper .search-button:focus, .search-wrapper .search-button:hover {
      /*background-color: rgba(12, 12, 13, 0.1);*/
      cursor: pointer; }
    .search-wrapper .search-button:active {
      background-color: rgba(12, 12, 13, 0.2); }
    .search-wrapper .search-button:dir(rtl) {
      transform: scaleX(-1); }
    
    .dataTables_wrapper .dt-buttons{
        border: 1px solid #ced4da;
    }
    
    .fa-select{
        font-size: .875rem; 
        width: 120px;
        border: 0;
        border-right: 1px solid #ced4da; 
        height: 100%;
        position: absolute;
        left: 0;
        /*background-color: #f8f9fa;*/
        background-color: transparent;
        text-align: center;
    }

#page_content{width: 100%;display: block;overflow-y: visible;overflow-x: auto;}
  
.border-radius-0{
   border-radius: 0!important;
}
.text-small{
    font-size: .9rem!important;
}
.text-xs{
    font-size: .7rem!important;
}
.scrollable-y{
    top: 0px;
    height: calc(100vh - 300px);
    overflow-y: auto;
}
.no-close .ui-dialog-titlebar-close {display: none }
.no-titlebar .ui-dialog-titlebar {
    display: none;
}
.border-left-solid{border-left: 1px solid;}
.avatar {
  vertical-align: middle;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.bs-callout {
    padding: 5px;
    margin: 5px 0;
    border-left: 1px solid #eee;
    border-left-width: 1px;
    /*border-radius: 3px;*/
}
.bs-callout-info {
    border-left-color: #bee5eb;
}
.bs-callout-warning {
    border-left-color: #f49a00;
}
.alert-info {
  /* background-color: rgba(209,236,241, .2)!important; */  
}
/* notice */
.z-banner {
    z-index: 4000 !important;
}
.ps-fixed {
    position: fixed !important;
}
table.dataTable {
    margin: 0;
}
.dataTables_scrollBody{ height:350px !important;} 
.rounded-right {
    border-top-right-radius: .35rem !important;
    border-bottom-right-radius: .35rem !important
}
a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
    background-color: transparent!important;
}
/*#pagenav .nav-item a span { font-size: calc(8% + 0.74vw); }*/ /*olg20200325*/
#sidebarToggle {width: 100%; text-align: right;}
#scrollToCalender {max-width: 1.6em;}
/*jk20200416*/
#pagecontent2 {padding: 2px;}
#pagecontent2.collapse:not(.show) {display: none!important;width: 0!important;}
#page-menu {width: 18em;}
#page-menu .fa-angle-right {display: none;}
#page-menu.toggled .fa-angle-right {display: inline-block;}
#page-menu.toggled .fa-angle-left {display: none;}
.disabled{background: #e9ecef;}
.navbar-brand img {max-width: 20vw;}
#page-menu .active {border-bottom: 1px solid; color: #fff; font-weight: bold;}
.dataTable td a:focus {background: #000 !important; color:#fff !important;}

@media print
{    
    .no-print
    {
        display: none !important;
    }
}
#myTab .nav-link.active{background-color: transparent;}
#myTabContent{
    display: block;
    max-height: calc(100vh - 400px);
    min-height: 100px;
    overflow-y: auto;
    font-size: .8rem;
    padding: .2rem;
  }

#myTabContent .list-group-item{border:none;background-color: transparent;}
#myTabContent .list-group-item.font-weight-bold{background-color: var(--light);margin: .5rem .1rem;}
#page-calendar{padding: .2rem;}
#page_content>.card{border:none;}
/*
#page-calendar .ui-widget-content .ui-state-default {background: #fff; color:#000;}
#page-calendar .ui-widget-content .ui-state-default:hover,
#page-calendar .ui-widget-content .ui-state-default:focus,
#page-calendar .ui-widget-content .ui-state-default:active {background: #000; color: #fff;}
*/
.ui-widget-header {
    border: 0; border-bottom: 1px solid #ddd; background: #fff;	
}
#page-calendar .ui-datepicker .ui-datepicker-calendar .ui-state-default {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #F0F0F0;
	color: #000000;
	font-weight: 300;
	text-align: center;
	height: 2em;
	width: 2em;
	border: 1px solid whitesmoke;
}
#page-calendar .ui-datepicker .ui-datepicker-calendar .ui-state-highlight {
border: 1px solid #000000;
background: #f49a00!important; /* #ffd68f */
color: #000;
}

/*jk20200427*/
#page-calendar .ui-datepicker-inline{
    height: 20em!important;overflow-y: auto;    
}
#page-calendar.ui-priority-secondary, #page-calendar .ui-widget-content .ui-priority-secondary, #page-calendar .ui-widget-header .ui-priority-secondary {opacity: 1;}

/* kolchose */
.badge {    
  display: inline-flex!important;
justify-content: center;
align-items: center;
height: 1.5rem;
width: 1.5rem;
border-radius: 50%;
}

.ui-widget-header {
    border: 1px solid #ddd;
    background: rgba(0,0,0,.02) !important;
    font-weight: bold;
}
#page-calendar .ui-datepicker {
  background: rgba(0,0,0,.02);
  border: 0;
  border-radius: 0;
  width: 100%;
  padding: 0;
  height: auto !important;
  box-shadow: none;
  top: auto !important;
  overflow-x: hidden;
}

#page-calendar .ui-datepicker .ui-datepicker-calendar thead tr:nth-child(1) th {
  background: #F0F0F0 !important;
}

#page-calendar .ui-datepicker .ui-datepicker-calendar .ui-state-default:hover,#myTab .nav-link:hover {
  background: rgba(108, 157, 160, 0.2);
  color: var(--dark, #000);
}

#page-calendar .ui-datepicker .ui-datepicker-buttonpane {
  display: none;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-default {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  
  border: 0;
  font-weight: 300;
  font-size: 0.875rem;
  text-align: center;
  height: 2em;
  width: 2em;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-default:not(.ui-state-active){
    background: #ffffff;
    color: #373734;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-default:hover {
  background: rgba(108, 157, 160, 0.2);
  color: #6C9DA0;
}
.ui-datepicker {
  border: none !important;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
  padding: 0;
  top: 278px !important;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  margin: 0 auto;
}

.ui-datepicker .ui-datepicker-calendar {
  font-size: 0.875rem !important;
  color: #373734;
  border: 0;
  border-collapse: inherit;
  margin: 0;
  padding: 1rem 0.5rem;
}
.ui-datepicker .ui-datepicker-calendar th {
  padding: 0;
  text-align: center;
}
.ui-datepicker .ui-datepicker-calendar td {
  border: 0;
  padding: 0;
  text-align: center;
}

.ui-datepicker .ui-datepicker-calendar .ui-state-default:hover {
  background: rgba(108, 157, 160, 0.2);
  color: #6C9DA0;
}

.ui-datepicker .ui-datepicker-buttonpane {
  border: 0;
  margin: 0;
}

/* end kolchose */

@media screen and (min-height: 500px) and (min-width: 992px){ 
    body {overflow: hidden;}
    #page_content{height: calc(100vh - 320px);overflow-y: scroll;overflow-x: auto;}
    #pagecontent2{width: 290px;} 
    .form-row{padding: .5rem 1rem;}
}
@media only screen and (min-width: 1500px) {
  #pagenav .nav-item .nav-link .nav-icon {
    display: none;
  } 
}
@media only screen and (max-width: 1499px) {
  #pagenav .nav-item .nav-link span {
    font-size: 0;
  }
}

