.custom-notification
{
    position: relative;
    margin-bottom: .2em!important;
}

.notification-wrapper
{
    position: fixed;
    top: 0;
    right: 0;
    z-index:1000;

}

.notification
{
    margin: .5em;
}

#generateReport {
  margin-top: 2em;
}

.modal-height-min
{
    min-height:10em;
}

.is-link
{
    cursor: pointer;
}

.modal-input
{
    width:4em;
}


tfoot tr:first-child {
    border-top: double 3px #000; 
    font-weight: 700;/* Doppelte Linie, 3px dick, schwarz */
}

.line-through
{
    text-decoration:line-through;
}

.selectize-input::after
{
    display: none!important;
}

.icon-option {
    cursor: pointer;
    border: 2px solid transparent;
    padding: 20px;
    border-radius: 10px;
    transition: border-color 0.3s;
}
.icon-option.selected {
    border-color: #48c78e;
}

table .icon.is-medium .fas {
    font-size: 2em;
    
}

table .is-medium
{
    margin-right:1em;
}

.strike-through
{
    text-decoration: line-through;
}

.payment-loader {
    z-index:100;
    width : 150px;
    position: absolute;
    top: 50%;
    left : 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
  }
  
  .layer {
    z-index:100;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity:.8;
      background: radial-gradient(rgb(73 72 72 / 90%), rgb(103 103 103 / 90%));
  
    background: -webkit-radial-gradient(rgb(73 72 72 / 90%), rgb(103 103 103 / 90%));
  }
  
  .payment-loader .binding {
    content : '';
    width : 60px;
    height : 4px;
    border : 2px solid #00c4bd;
    margin : 0 auto;
  }
  
  .payment-loader .pad {
    width: 5em;
    height: 4em;
    border-radius : 8px;
    border : 2px solid #00c4bd;
    padding : 6px;
    margin : 0 auto;
  }
  
  .payment-loader .chip {
    width : 12px;
    height: 8px;
    background: #00c4bd;
    border-radius: 3px;
    margin-top: 4px;
    margin-left: 3px;
  }
  
  .payment-loader .line {
    width : 52px;
    margin-top : 6px;
    margin-left : 3px;
    height : 4px;
    background: #00c4bd;
    border-radius: 100px;
    opacity : 0;
    -webkit-animation : writeline 3s infinite ease-in;
    -moz-animation : writeline 3s infinite ease-in;
    -o-animation : writeline 3s infinite ease-in;
    animation : writeline 3s infinite ease-in;
  }
  
  .payment-loader .line2 {
    width : 32px;
    margin-top : 6px;
    margin-left : 3px;
    height : 4px;
    background: #00c4bd;
    border-radius: 100px;
    opacity : 0;
    -webkit-animation : writeline2 3s infinite ease-in;
    -moz-animation : writeline2 3s infinite ease-in;
    -o-animation : writeline2 3s infinite ease-in;
    animation : writeline2 3s infinite ease-in;
  }
  
  .payment-loader .line:first-child {
    margin-top : 0;
  }
  
  .payment-loader .line.line1 {
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
  }
  
  .payment-loader .line.line2 {
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    animation-delay: 0.5s;
  }
  
  .payment-loader .loader-text {
    text-align : center;
    margin-top : 20px;
    font-size : 16px;
    line-height: 16px;
    color : white;
    font-weight: bold;
  }
  
  
  @keyframes writeline {
    0% { width : 0px; opacity: 0; }
    33% { width : 52px; opacity : 1; }
    70% { opacity : 1; }
    100% {opacity : 0; }
  }
  
  @keyframes writeline2 {
    0% { width : 0px; opacity: 0; }
    33% { width : 32px; opacity : 1; }
    70% { opacity : 1; }
    100% {opacity : 0; }
  }

.menu-list a {
color:white!important;
font-size:1em;
}

.is-right-side
{
  margin-left:14em;
}

@media (min-width: 600px)
{
    body{
      font-size:1.5em;
    }
    
    table .icon.is-medium .fas{
      font-size:1.5em;
    }

    .icon.is-medium{
      height:2em;
      width:2em;

    }
    .button{
      font-size:1em;
    }
	
    .modal-card .input
    {
      font-size:1em;
    }
    .button.is-small, .is-small.input{
      font-size:.7em;
    }
    
    .selectize-dropdown-content .option
    {
	    font-size:2em;
	    padding:1em;
    }
    .item {
      font-size:1.5em;
    }
header img{
      height:4em!important;
    }
    .title
{
 font-size:2rem;
}
.selectize-dropdown [data-selectable], .selectize-dropdown .optgroup-header {
    padding: 1.5em!important;
}

.selectize-dropdown-content {
    max-height: 600px!important;
}

.select:not(.is-multiple):not(.is-loading)::after {
    right: .25em!important;
}

.navbar-link:not(.is-arrowless)::after, .select:not(.is-multiple):not(.is-loading)::after {
    top: 28%!important;
}

}


@media screen and (max-width: 960px) {
    .modal-card, .modal-content {
        width: 80%;
	min-height:50%;
    }
}
