body {
    padding-top: 40px;

    /* padding-bottom: 40px */
    background-color: #eee;
}

.text-vmiddle {
    height: 20px;
    line-height: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}

.form-signin .checkbox {
    font-weight: normal;
}

.form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.fl-page {
}

.progress {
    position: relative;
    height: 4px;
    display: block;
    width: 100%;
    background-color: #03a9f4;
    overflow: hidden;
}

.progress .determinate {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #26a69a;
    -webkit-transition: width .3s linear;
    transition: width .3s linear;
}

.progress .indeterminate {
    background-color: #e7eef1;
}

.progress .indeterminate:before {
    content: '';
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
    animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}

.progress .indeterminate:after {
    content: '';
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    -webkit-animation-delay: 1.15s;
    animation-delay: 1.15s;
}

@-webkit-keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%;
    }

    60% {
        left: 100%;
        right: -90%;
    }

    100% {
        left: 100%;
        right: -90%;
    }
}

@keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%;
    }

    60% {
        left: 100%;
        right: -90%;
    }

    100% {
        left: 100%;
        right: -90%;
    }
}

@-webkit-keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%;
    }

    60% {
        left: 107%;
        right: -8%;
    }

    100% {
        left: 107%;
        right: -8%;
    }
}

@keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%;
    }

    60% {
        left: 107%;
        right: -8%;
    }

    100% {
        left: 107%;
        right: -8%;
    }
}

.loader {
    height: 4px;
    width: 100%;
    overflow: hidden;
    background-color: #ddd;
}

.loader:before {
    /* display: block */
    position: absolute;
    content: "";

    /* left: -200px */
    width: 200px;
    height: 4px;
    background-color: #2980b9;
    animation: loading 2s linear infinite;
}

@keyframes loading {
    from {
        left: -200px;
        width: 30%;
    }

    50% {
        width: 30%;
    }

    70% {
        width: 70%;
    }

    80% {
        left: 50%;
    }

    95% {
        left: 120%;
    }

    to {
        left: 100%;
    }
}

.flip-container {
    perspective: 1000px;
}

.flip-container.clicked .flipper {
    transform: rotateY(180deg);
}

.flip-container,
.front,
.back {
    width: 320px;
    height: 320px;
}

.flipper {
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative;
}

.front,
.back {
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.front {
    z-index: 2;
    transform: rotateY(0deg);
}

.back {
    transform: rotateY(180deg);
}

.card-tab-cell {
    font-size: 12px;
}

.card-tab-head {
    font-size: 14px;
}

.card-text-large {
    font-size: 18px;
}

.card-text-small {
    font-size: 14px;
}

.navbar-hight {
    height: 40px;
}

@media (max-width:767px) {
    .btn-hight {
        height: 30px;
        align-self: center;
    }
}

.modal-open {
    overflow-y: scroll;
}

.modal-open .modal {
    overflow-y: initial;
}

.modal {
    position: absolute;
    bottom: initial;
}

.color-indicator {
    width: 30px;
    height: 30px;
    padding: 0;
}

.edit-gauge-canvas {
    margin-bottom: 30px;
}

.edit-gauge-row {
    height: 120px;
}

.unsavedChanges {
}

.fl-symbol-btn {
    padding-top: 0;
    padding-bottom: 0;
}

btn-hight {
    display: none;
    padding-left: 0;
    padding-right: 0;
    height: 40px;
}

.btn-hight {
    padding-left: 0;
    padding-right: 0;
    height: 40px;
}

.fl-vert-range {
    writing-mode: bt-lr; /* IE */
    -webkit-appearance: slider-vertical; /* WebKit */
    width: 8px;
    height: 100%;
    padding: 0 5px;
}

.pull-left {
}

.fl-nfj-image {
    min-height: 100%;
    margin: 0;
    background-image: url("nfj_small.jpg"); /* The image used */
    background-color: #cccccc; /* Used if the image is unavailable */ /* You must set a specified height */
    background-position: center; /* Center the image */
    background-attachment: fixed;
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
}

.fl-html {
    height: 100%;
}