button>* {
    pointer-events: none;
}

.indicator {
    position: absolute;
    top: 14px;
    left: 28px;
    font-size: 10px;
}

.circled {
    border-radius: 50%!important;
}

#mainNav {
    min-height: 60px;
    max-width: 100vw;
}

.nav-link-text {
    padding-left: 10px;
}

img.flag {
    margin-bottom: 4px;
}

.pointer {
    cursor: pointer;
}

.pos-menu {
    right: 0;
    left: auto;
    top: 48px;
    border-radius: 0 0 0.25rem 0.25rem;
    border-width: 0px 1px 1px 1px;
}

.hidden {
    display: none !important;
}

#page-title {
    display: none;
}

@media (min-width: 992px) {
    div.container-fluid {
        /*
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
        font-weight: 300;
        color: #888;
        line-height: 30px;*/
        text-align: center;
        padding-right: 0;
        padding-left: 0;
    } 

    #page-title {
        display: block;
    }
}

div.container-fluid .title {
    padding: 20px 10px;
    margin-bottom: 0;
    background-color: #e9ecef;
}

div.content-wrapper {
    padding-top: 0;
}

loader > div {
    height: 100%;
}

loader img {
    opacity: 0.5;
    position: sticky;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

loader {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin-left: 250px;
    background-color: #ffffffbf;
    visibility: hidden;
    opacity: 0;
}

body.sidenav-toggled loader {
    margin-left: 55px;
}

loader.show {
    visibility: visible;
    opacity: 1;
    transition-delay: .5s;
    transition-duration:.5s;
    transition-property: opacity;
    transition-timing-function: ease-in-out;
}

div.card {
    text-align: left;
}

.f1 {
    /* padding: 0 25px 25px 25px; */
    background: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.f1 h3 {
    margin-top: 0;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.f1-steps {
    overflow: hidden;
    position: relative;
    margin-top: 20px;
}

.f1-progress {
    position: absolute;
    top: 24px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ddd;
}

.f1-progress-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    background: #f35b3f;
}

.f1-step {
    position: relative;
    float: left;
    padding: 0 5px;
}

.f1-step-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-top: 4px;
    background: #ddd;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.f1-step.activated .f1-step-icon {
    background: #fff;
    border: 1px solid #f35b3f;
    color: #f35b3f;
    line-height: 38px;
}

.f1-step.active .f1-step-icon {
    width: 48px;
    height: 48px;
    margin-top: 0;
    background: #f35b3f;
    font-size: 22px;
    line-height: 48px;
}

.f1-step p {
    color: #ccc;
}

.f1-step.activated p {
    color: #f35b3f;
}

.f1-step.active p {
    color: #f35b3f;
}

.consolidated .f1-step p {
    color: #7cb342;
}

.consolidated .f1-step.activated .f1-step-icon {
    border-color: #7cb342;
    color: #7cb342;
}

.consolidated .f1-progress-line,
.consolidated .f1-step.active .f1-step-icon {
    background: #7cb342;
}

#rollback {
    display: none;
}

.consolidated #rollback {
    display: block;
}

a.nav-link.consolidated {
    color: #155724 !important;
    background-color: #d4eddabf !important;
}

a.nav-link.consolidated:hover {
    background-color: #cdead2 !important;
}

a.nav-link.consolidated.active {
    background-color: #c3e6cb !important;
    border-color:  #c3e6cb #c3e6cb #d4edda !important;
}

fieldset {
    display: none;
    text-align: left;
}

fieldset.active {
    padding: 1rem;
    display: block;
}

.f1-buttons {
    text-align: right;
    margin-bottom: 1em;
}

.f1 .input-error {
    border-color: #f35b3f;
}

.alert-error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.sheets .nav-link {
    padding: .7rem 1rem;
}

.sheets .nav-link:hover:not(.active) {
    border-color: #e9ecef #e9ecef #dee2e6;
    background-color: #dde0e4;
}

.sheets .nav-link:active {
    color: #6c757d;
}

.sheets .nav-link.trash {
    color: #6c757d;
}

.sheets .nav-link.trash > i {
    margin-right: 5px;
}

.sheets {
    background-color: #e9ecef;
    padding-top: 5px;
}

hugo-modal {
    position: absolute;
}
/* #grid #JColResizer1 {
    transform: rotateX(180deg);
}
#grid .jsgrid-grid-body {
    transform: rotateX(180deg);
} */

.overflowed {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.delwf {
    cursor: pointer;
    user-select: none;
}

#new-tab-btn,
.delwf {
    display: none;
}

body.added-sheet #new-tab-btn,
body.showdel .delwf {
    display: inline-block;
}

/* for multiple selection, the selected items are not 'active' by default */
.bootstrap-select .dropdown-item.active,
.bootstrap-select .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff80;
}

.bootstrap-select .dropdown-item.selected {
    color: #fff;
    text-decoration: none;
    background-color: #007bff;
}

.fa-xs {
    font-size: .75em;
}

.fa-sm {
    font-size: .875em;
}

.sticky-header {
    position: relative;
    right: 0;
    left: 0;
    width: 100%;
    /* height: 56px; */
    background-color: #e9ecef;
    line-height: 55px;
    padding: 0 1rem;
}

.sticky-header label {
    line-height: 2.5;
    text-align: right;
}

.code {
    font-family:Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New;
}

[data-perm]:not(.granted) {
    display: none;
}

.divider {
    border-top: 1px solid #e9ecef40;    
}

body.offline #mainNav {
    background-color: #9a1a03 !important;
}

@keyframes blinker {
    from {opacity: 1.0;}
    to {opacity: 0.5;}
}
.blink{
    text-decoration: blink;
    animation-name: blinker;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
}

.badge.badge-counter {
    position: absolute;
    transform: scale(.9);
    transform-origin: top right;
    right: .25rem;
    margin-top: -.25rem;
}

#cpu {
    text-decoration: blink;
    animation-name: blinker;
    animation-duration: 0s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
    line-height: 2.5rem;   
}

#cpu[data-value="0"] {
    color: lawngreen;
}

#cpu[data-value="1"] {
    color: yellow;
}

#cpu[data-value="2"] {
    color: orange;
}

#cpu[data-value="3"] {
    color: orangered;
    animation-duration: 2s;
}

#cpu[data-value="4"] {
    color: red;
    animation-duration: 1s;
}

span.ol {
    display: inline-block;
    width: 2rem;
}

.jsoneditor-poweredBy {
    display: none;
}

.submenu-caret {
    top: 4px;
    position: relative;
    right: 0px;
    float: right;
    transform: rotate(90deg);
}

a.collapsed .submenu-caret {
    transform: rotate(0deg);  
}
