/* Fonts */ 

/* nunito-sans-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/nunito-sans-v12-latin-300.eot'); /* IE9 Compat Modes */
  src: url('../fonts/nunito-sans-v12-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/nunito-sans-v12-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/nunito-sans-v12-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/nunito-sans-v12-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/nunito-sans-v12-latin-300.svg#NunitoSans') format('svg'); /* Legacy iOS */
}
/* nunito-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/nunito-sans-v12-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/nunito-sans-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/nunito-sans-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/nunito-sans-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/nunito-sans-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/nunito-sans-v12-latin-regular.svg#NunitoSans') format('svg'); /* Legacy iOS */
}
/* nunito-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/nunito-sans-v12-latin-600.eot'); /* IE9 Compat Modes */
  src: url('../fonts/nunito-sans-v12-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/nunito-sans-v12-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/nunito-sans-v12-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/nunito-sans-v12-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/nunito-sans-v12-latin-600.svg#NunitoSans') format('svg'); /* Legacy iOS */
}
/* nunito-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/nunito-sans-v12-latin-700.eot'); /* IE9 Compat Modes */
  src: url('../fonts/nunito-sans-v12-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/nunito-sans-v12-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/nunito-sans-v12-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/nunito-sans-v12-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/nunito-sans-v12-latin-700.svg#NunitoSans') format('svg'); /* Legacy iOS */
}
/* nunito-sans-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/nunito-sans-v12-latin-800.eot'); /* IE9 Compat Modes */
  src: url('../fonts/nunito-sans-v12-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/nunito-sans-v12-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/nunito-sans-v12-latin-800.woff') format('woff'), /* Modern Browsers */
       url('../fonts/nunito-sans-v12-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/nunito-sans-v12-latin-800.svg#NunitoSans') format('svg'); /* Legacy iOS */
}
/* nunito-sans-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/nunito-sans-v12-latin-900.eot'); /* IE9 Compat Modes */
  src: url('../fonts/nunito-sans-v12-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/nunito-sans-v12-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/nunito-sans-v12-latin-900.woff') format('woff'), /* Modern Browsers */
       url('../fonts/nunito-sans-v12-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/nunito-sans-v12-latin-900.svg#NunitoSans') format('svg'); /* Legacy iOS */
}

/*Menu*/
.dropdown-menu-content { background-color: #fff; border-radius: .5em; }


/*Profile*/
.avatar img, .avatar>div.avatar-placeholder { border-radius: 50%; }
.avatar>div.avatar-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    font-size: 18px;
    font-weight: bold;
 }
/*General*/



/*Report Tables NON PRINT*/
.instrumente_summary {margin-bottom: 50px; }
.reportable {margin-bottom: 40px; }
.reportable table { width: 100%; }
.reportable table th { text-align: left; }
.reportable table .sum td {  border-top: 2px solid #000; }
.reportable table tr th:last-of-type, .reportable table tr td:last-of-type { text-align: right; }


/*Feel Lightbox*/


.feel-fixed-save .InputfieldSubmit[class*="Inputfield_submit_"],
.feel-fixed-save .InputfieldButton[class*="Inputfield_submit_"] {
    position: fixed;
    top: -9px;
    right: 1rem;
    z-index: 999;
    backface-visibility: hidden;
}

.mfp-feel .mfp-content {
    background: white;
    max-width: 90%;
    max-height: 90%;
}

.mfp-wrap:not(.mfp-gallery) .mfp-content {
    max-width: 90%;
}

.mfp-close {
    font-size: 40px;
}

/*hide second close div above lightbox (perhaps a magnificPopup bug)*/
.mfp-close:empty {
    display: none;
}

@keyframes mfp-spinner {
    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes mfp-spinner {
    to {
        -webkit-transform: rotate(360deg);
    }
}

.mfp-spinner {
    min-width: 50px;
    min-height: 50px;
}

.mfp-spinner:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 48px;
    height: 48px;
    margin-top: -25px;
    margin-left: -25px;
}

.mfp-spinner:not(:required):before {
    content: "";
    border-radius: 50%;
    border: 3px solid #ccc;
    border-top-color: #03ade0;
    animation: mfp-spinner .7s linear infinite;
    -webkit-animation: mfp-spinner .7s linear infinite;
}

body[data-hide-feel="1"] [data-feel] {
    display: none !important;
}

@media print {
    [data-feel] {
        display: none;
    }
}

/*remove box-shadow, may cause positioning issues*/
.mfp-feel .mfp-iframe-scaler iframe {
    box-shadow: none !important;
    background: white;
}