@font-face {
  font-family: 'AldoPro';
  src:  url('neumatika/font/AldoPro-Regular.woff2') format('woff2'),
        url('neumatika/font/AldoPro-Regular.woff') format('woff'),
        url('neumatika/font/AldoPro-Regular.ttf')  format('truetype'),;
}
body{
    font-family: AldoPro , Arial, sans-serif;
}
.error{
    color: #b81900;
    
}
input.error{
    border: 1px solid #b81900;
}

.pdfobject-container { 
    height: 35rem; 
    border: 1rem solid #3d6534; 
}

.modal_full {

}
.modal_full .modal-dialog {
  width: 90%;
  max-width: none;
  height: 90%;
}
.modal_full .modal-content {
  height: 90%;
  border: 0;
  border-radius: 0;
}
.modal_full .modal-body {
  overflow-y: auto;
}

.popover{
    max-width: 100%; /* Max Width of the popover (depending on the container!) */
}

.toast{
    width: 100%;
    max-width: 100%;
}

.text-neumatika {
    color : #7eba27;
}

.colorbase{
    color: #6fbc20;
}