/* STYLE & BASIC FUNCTION */
/* layout */
body {
    font-size: 0.9rem;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Roboto,"Open Sans",BlinkMacSystemFont,-apple-system,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.navbar.is-fixed-top {
    z-index: 7;
}
div#comparator {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 49;
    width: 250px;
    max-width: 250px;
}
div#notify {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 50;
}
div#notify div.notification {
    width: 200px;
    max-width: 200px;
}
#template-d-main {
    position: fixed;
    top: 180px;
    width: calc(100% - 40px);
    height: calc(100% - 180px);
    overflow: auto;
}
#template-e-sidebar-left {
    position: fixed;
    top: 110px;
    left: 0;
    width: 240px;
    height: calc(100% - 110px);;
    overflow-x: hidden;
    overflow-y: auto;
}
#template-e-sidebar-left-float {
    position: fixed;
    top: 110px;
    left: 0;
    width: 240px;
    height: calc(100% - 110px);;
    overflow-x: hidden;
    overflow-y: auto;
    display: none;
    z-index: 1;
}
#template-e-main {
    position: fixed;
    top: 110px;
    left: 245px;
    width: calc(100% - 245px);
    height: calc(100% - 110px);
    overflow: auto;
}
.is-block-centered-vertical {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.is-overlay-container {
    position: relative;
}
.stuck {
    position: fixed;
    top: 51px;
    z-index: 15;
}
.is-spin {
    -webkit-animation: spin 1s infinite linear;
}
@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}
/* loaders */
.ball-grid-pulse {
    width: 24px;
    margin: 0 auto;
}
.ball-grid-pulse::after {
    content: '';
    clear: both;
    display: table;
}
.ball-grid-pulse > div {
    background-color: #aaaaaa;
    width: 6px;
    height: 6px;
    margin: 1px; 
}
span[formatdt="text"] {
    white-space: pre-wrap;
}

/* CONTENT SHOW */
p.menu-label.menu-toggle {
    cursor: pointer;
}
pre {
    background-color: #FFFFFF;
    margin-bottom: 0.5em;
    padding: 10px;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}
.c3-tooltip-container {
    z-index: 9;
}
.is-clickable, .accordion, .accordion-ajax, .tooltip, .tooltip-html, .tooltip-ajax {
    cursor: pointer;
}
[data-balloon]:after, [data-balloon]:before {
    z-index: 9;
}
.carousel-single {
    position: relative;
}
button.slick-prev {
    position: absolute;
    left: 0;
    top: 0;
    right: auto;
    bottom: 0;
    z-index: 1;
    opacity: 0.3;   
}
button.slick-prev:hover {
    opacity: 0.7;
}
button.slick-next {
    position: absolute;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0.3;   
}
button.slick-next:hover {
    opacity: 0.7;
}
@media screen and (min-width: 769px), print {
    .modal-card, .modal-content {
        width: auto;
        max-width: calc(100vw - 200px);
    }
}

/* TABLE */
table th {
    font-size: 0.74rem;
}
table td {
    font-size: 0.74rem;
}
table.is-small th {
    font-size: 0.65rem;
}
table.is-small td {
    font-size: 0.65rem;
}
table td.is-text {
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
table.is-pivot thead tr:nth-child(1) th:nth-child(1), table.is-pivot tbody tr td:nth-child(1) {
    min-width: 200px;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
table.is-pivot thead tr:nth-child(1) th:nth-child(1):hover, table.is-pivot tbody tr td:nth-child(1):hover {
    overflow: visible;
}
.freezepanes-topleft {
    position: relative;
    overflow: auto;
}
.freezepanes-topleft .topleft {
    background-color: #ffffff;
    color: #363636;
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    padding: .25em .5em;
    border-top: 1px solid #dbdbdb;
    border-left: 1px solid #dbdbdb;
    z-index: 14;
    vertical-align: top;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.74rem;
    font-weight: bold;
    text-align: left;
}

/* FORM */
.textarea {
    min-height: 60px;
}

.select {
    min-width: 75px;
}
.select:not(.is-multiple) {
    height: auto;
}
.select:not(.is-multiple)::after {
    content: normal;
}
.select2-selection {
    min-height: 2.25em !important;
}
.select.is-medium .select2-selection, .select.is-large .select2-selection {
    padding-top: calc(.375em - 1px);
}


input[type=checkbox] {
    transform: scale(1.3);
    -ms-transform: scale(1.3);
    -webkit-transform: scale(1.3);
}
.filepond--root {
    max-height: 15em;
}
.is-horizontal .field-body span.output {
    margin-top: 0.375em;
}

/* MEDIA 
.lazyload {
    opacity: 0;
}
.lazyloading {
    opacity: 1;
    transition: opacity 300ms;
    /*background: #DDDDDD url(spinner.gif) no-repeat center;*/
}
iframe {
    border: 0;
    width: 100%;
    min-height: 300px;
}

/* DOCUMENT */

/* API, AI, & OTHER */
#mocha-stats {
    z-index: 100000;
}