/************************************************************************************************************** Global */
/*
$font-size-base: 1rem !default;
$font-family-sans-serif: sans-serif !default;
*/

$font-size-base: 1rem;
$font-family-sans-serif: Roboto, "Roboto", "Ubuntu", "Verdana", Arial, sans-serif !default;
$font-family-base: $font-family-sans-serif !default;

html
{
  position: relative;
  min-height: 100%;
  font-size: 16px;
}

body {
    padding-top: 70px;
    padding-left: 20px;
    padding-right: 70px;
    padding-bottom: 70px;
    /*margin-bottom: 60px;*/
    /*font-family: 'Ubuntu', sans-serif;*/
    /*font-family: 'Roboto', sans-serif;*/
}




/************************************************************************************************************* Print */
@page {
     margin: 1;
     size: auto;
 }



/************************************************************************************************************* NavBar */
#navigation,.navbar {
  /* background: transparent; */
  /*  background-color: #b3b3b3; */
  background-color: #f3f3f3;

}

/*
.nav-gradient {
  background-image: linear-gradient(to right, #acacac, #c3c3c3);
}
*/

/*
.bg-img {
  background-image: url("/web/images/navbar.png");
  background-repeat: no-repeat;
  background-size: 100px 50px;
}
*/




/*********************************************************************************************************** Blinking */
.blinking {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}


/****************************************************************************************************** Arrow Buttons */
.btn {
    margin-top: 10px;
    margin-left: 2px;
    padding-top: 10px;
    text-align: center;
}

.userui::after {
  content: "\a"attr(key);
  font-size: smaller;
  font-weight: lighter;
  font-style: italic;
  white-space: pre;
}

/*********************************************************************************************************** Menu */
.dropdown-menu {
  min-width:280px;
}

.sib-dropdown-divider-first {
  padding-top: 8px;
}

.sib-dropdown-divider {
  border-top: 1px solid darkgrey;
  padding-top: 10px;
}

/****************************************************************************************************** Megamenu fuer Library */
.menu-large {
  position: static !important;
}
.megamenu{
  padding: 5px 5px;
  width:100%;
}
.megamenu> li > ul {
  padding: 0;
  margin: 0;
}
.megamenu> li > ul > li {
  list-style: none;
}
.megamenu> li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: normal;
}
.megamenu> li ul > li > a:hover,
.megamenu> li ul > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.megamenu.disabled > a,
.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
  color: #999999;
}
.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.dropdown-header {
  color: #888888;
  font-size: 12px;
}

.dropdown-item {
  color: #000000;
  font-size: 12px;
}

@media (max-width: 768px) {
  .megamenu{
    margin-left: 0 ;
    margin-right: 0 ;
  }
  .megamenu> li {
    margin-bottom: 30px;
  }
  .megamenu> li:last-child {
    margin-bottom: 0;
  }
  .megamenu.dropdown-header {
    padding: 3px 15px !important;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header{
	color:#fff;
  }
}

/************************************************************************************************************** Cookies */
/*Cookie Consent Begin*/
#ckConsent {
    background-color: rgba(20,20,20,0.8);
    min-height: 26px;
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}
#ckConsent a {
    color: #4B8EE7;
    text-decoration: none;
}
#closeCkConsent {
    float: left;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: 0px 0 0 0;
    font-weight: bold;
}
#closeCkConsent:hover {
    color: #FFF;
}
#ckConsent a.ckConsentOK {
    background-color: #F1D600;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 4px 20px;
    cursor: pointer;
    float: right;
    margin: 0 60px 0 10px;
}
#ckConsent a.ckConsentOK:hover {
    background-color: #E0C91F;
}
/*Cookie Consent End*/

/************************************************************************************ Inline Submit Button for Search */


/************************************************************************************************************** Cards */
/*   width:100%; float:left; */
.sibcard-deck {
  display: flex;
  flex-wrap: wrap;
  /*border: 1px solid lightgrey;*/
}

/*   padding:5px 5px 5px 5px; */

.sibcard {
 width: 33%;
 border: 1px solid lightgrey;
 margin:5px 5px 5px 5px;
}

/*  background-color:Chartreuse;*/

.sibcard .sibcard-header {
  padding:1px;

  font-size:65%;
}

.sibcard .sibcard-body {
  display: table;
  padding: 2px;
  font-size:65%;
  }

.greyBorder {
  border: 1px solid lightgrey;
}

.selected {
  border: 2px solid red;
}

/************************************************************************************************ Perio Status Boxes */
.periodStatusBox {
  border: 1px solid lightgrey;
  font-weight: normal !important;
}

.periodStatusBoxPast {
    background-color: lightgrey;
}

.periodStatusBoxPresence {
  border: 2px solid black;

}

.periodStatusBoxPresenceOk {
  border: 2px solid black;
  background-color: Chartreuse;
}

.periodStatusBoxPresenceWarn {
  border: 2px solid black;
  background-color: orange;
}

.periodStatusBoxPresenceError {
  border: 2px solid black;
  background-color: red;
}

/*********************************************************************************************************** CLI */
kbd{
  border:1px solid #999;
  text-transform: uppercase;
  padding:0 .2em;
}

.command{
  display: block;
  max-width: 20em;
  color: #181818;
  /*font-weight: 700;*/
  margin: 2em 0;
}


/*********************************************************************************************************** Footer */
.footer {
  font-size: 75%;
  position: absolute;
  bottom: -45px;
  width: 101%;
  height: 135px;
  margin-left:-2%;
  background-color: #c3c3c3;
}


