/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 24.10.2018, 15:12:49
    Author     : mathiashappke
*/

.highlightedRow{
    background-color: #7877e4 !important;
    color: #FFFFFF;
    font-weight: bold;
}

.SearchField{
    /*border: 2px solid #75bcf5 !important;*/
    border: 2px solid #75bcf5 !important;
    /*background-color: #f8f9fa !important;*/
    border-radius: 5px !important;
}

label{
    font-size: 12pt;
}

input[type="text"]{
    font-size: 14pt !important;
    height: 50px;
}
input[type="radio"]{
    font-size: 14pt !important;
    height: 50px;
}
input[type="password"]{
    font-size: 14pt !important;
    height: 50px;
}
button{
    font-size: 14pt !important;
    height: 50px;
}

::-webkit-input-placeholder { /* Edge */
    color: lightgray !important;
  }
  
  :-ms-input-placeholder { /* Internet Explorer */
    color: lightgray !important;
  }
  
  ::placeholder {
    color: lightgray !important;
  }

  /* Für Tour */
  .mySkip{
    color: white;
    border-color: white;
    position:absolute;
  bottom:40px;
  right:40px;
  z-index: 1012;
  /*display: none;*/
  pointer-events: all;
    }
    

.mySkip:hover {
    color: rgba(255, 255, 255, 1);
    background: #6ebaf7
}

.mySkip:active {
    border: 2px solid rgba(33, 224, 163, 1);
    background: rgba(33, 150, 243, 1);
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none
}

.myNext{
    color: white;
border-color: white;
}

.myNext:hover {
    color: rgba(255, 255, 255, 1);
    background: #6ebaf7
}

.myNext:active {
    border: 2px solid rgba(33, 224, 163, 1);
    background: rgba(33, 150, 243, 1);
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none
}

#browserhint{
    background-color: #999;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 5555;
    width: 100%;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    opacity: 0.9;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Tabs*/
/*
#tabs{
	background: #0076dd;
    color: #eee;
}
#tabs h6.section-title{
    color: #eee;
}

#tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #f3f3f3;
    border: 1px solid transparent !important;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom-color: #0076dd;
    border-bottom: 4px solid !important;
    font-size: 18px;
    font-weight: bold;
}
#tabs .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #eee;
    font-size: 14px;
}
*/
body{
    margin-top: 150px;
    background-color: #7C66C8;
  }
  .tab-head{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .nav-item a:focus{
    outline: unset;
  }
  .nav-item a:hover{
    border: 1px solid #fff !important;
  }
  .nav-item a{
    color: #666c6f !important;
    font-weight: 600;
    padding-left: 28px;
    padding-right: 28px;
  }
  .nav-item .active{
    color: #000000 !important;
    border:none !important;
    border-bottom: 3px solid #5741A3 !important;
    font-weight: 600;
  }
  .nav-item .active:hover{
    border:none !important;
    border-bottom: 3px solid #5741A3 !important;
  }
  .nav-tabs{
    border-bottom: none !important; 
  }
  .tab-pane h5{
    border-left: 4px solid #5741A3;
  }
  .tab-pane p{
    border-top: 1px solid #c1c1c1;
  }

  /* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }
  
  /* 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: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #2196F3;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }



  .toast-header{
    background-color: #F0F0F0 !important;
  }

  .toast-body{
    background-color: lemonchiffon !important;
  }
  /*
  .sidebar{
    background-color: lightsalmon !important;
  }

  .header-container{
    background-color: lightsalmon !important;
  }
  */

  .form-control.no-validate:valid {
    border-color: #ced4da !important;
    padding-right: .75rem;
    background: none;
}



.icon-bar-right {
  position: fixed;
  top: 50%;
  left: 95%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: burlywood;
}

/* Style the icon bar links */
.icon-bar-right span {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

/* Style the social media icons with color, if you want */
.icon-bar-right span:hover {
  background-color: lightgrey;
}

.logo {
  margin-top: 24px;
}

.search-input {
  font-size: 14pt !important;
  height: 50px !important;
}

.page-link {
  font-size: 14pt !important;
  height: 40px !important;
  border: none !important;
}


.my-c-1 {
  background-color: #3e9cbf;
  color:rgba(255, 255, 255, 1);
}

.my-c-2 {
  background-color: #a7ecf2;
}

.my-c-3 {
  background-color: #f2c43d;
}

.my-c-4 {
  background-color: #f17c37;
  color:rgba(255, 255, 255, 1);
}

.my-c-5 {
  background-color: #f26d50;
  color:rgba(255, 255, 255, 1);
}

.my-c-6 {
  background-color: #ff1249;
  color:rgba(255, 255, 255, 1);
}

#watermark
{
 position:fixed;
 bottom:6px;
 right:6px;
 opacity:0.5;
 z-index:99;
 color:lightgray;
 font-size: 18px;
}