/*
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 : 30.08.2021, 12:45:07
    Author     : thoma
*/

.alert-success {
    position: absolute;
    z-index: 1050;
    padding: 20px;
    box-shadow: black 0 0 10px;
    width: -webkit-fill-available;
}
.card-header {
    height:110px;
}

.note-editor .card-header {
    height: auto;
}

.col-md-3.no-label .col-form-label {
    display: none;
}

.text-vmiddle {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

h4.card-info {font-size: 1.2rem;}
.hidden{
    display: none;
}

    .sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active, .sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
         background-color: #65969D;
        color:#fff;
    }

   .image .img-circle {display:none;}
   
   .pagination li{
        display: inline-block;
        
        background: #fff;
        /*border-radius:2px;
        border:1px #aaa solid;*/
        margin:0 2px
            
   }
   
   .text-magentadark {
       color:#7252ab;
   }
   
   .dt-buttons.btn-group.flex-wrap {
       float:left !important;
       margin-top: -4px;
   }