html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
}


.body_css {
    background-image: url('../img/Background Barisoft.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    position: absolute;
    height: calc(100vh - 90px);
    width: 100%;
}

footer {
    padding: 10px;
    text-align: center;
}

body {
    font-family: "Lato", sans-serif;
}


/*#main {
    transition: margin-left .5s;
    padding: 16px;
}
*/
.cfooter {
    background-color: #E0E7EC;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 65px;
}

.wj-flexgrid.cursor {
    cursor: wait;
}

.modal-content {
    width: calc(100vw - 540px);
}

/* style our custom 'edit buttons' */
.wj-rowheaders .wj-cell .wj-glyph-pencil {
    opacity: .5;
    transform: scale(.75);
}

.wj-rowheaders .wj-cell:hover .wj-glyph-pencil {
    opacity: 1;
    color: #cc0000;
    transform: scale(1.5) rotate(-90deg);
    transition: all 400ms;
}

/* wj-labeled-input: adapted from MDL styles */

/* label input container */
.wj-labeled-input {
    position: relative;
    font-size: 15px;
    display: inline-block;
    box-sizing: border-box;
    width: 300px;
    max-width: 100%;
    margin: 0 10px;
    padding: 18px 0;
}

    /* Wijmo control in the container */
    .wj-labeled-input .wj-control.wj-content {
        margin: 0;
        width: 100%;
        background-color: transparent;
        border: none;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
    }

        .wj-labeled-input .wj-control.wj-content button {
            opacity: 0.75;
            border-color: rgba(0, 0, 0, .1);
        }

    .wj-labeled-input .wj-input-group .wj-form-control {
        float: none;
    }

    /* label in the container (must come after the control) */
    .wj-labeled-input label {
        font-size: 11px;
        top: 24px;
        bottom: 0;
        margin: 0;
        pointer-events: none;
        position: absolute;
        display: block;
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-align: left;
        color: rgba(0, 0, 0, 0.258824);
        transition-duration: .2s;
        transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    }

    /* move label out of the way when control is focused or not empty */
    .wj-static-labels .wj-labeled-input :not(.wj-state-focused) + label,
    .wj-labeled-input .wj-state-focused + label,
    .wj-labeled-input :not(.wj-state-empty) + label {
        font-size: 12px;
        top: 4px;
        color: rgb(63, 81, 181);
        visibility: visible;
    }

    .wj-labeled-input .wj-state-invalid + label {
        color: #d50000;
    }

    /* underline label */
    .wj-labeled-input label:after {
        background-color: rgb(63, 81, 181);
        bottom: 20px;
        content: '';
        height: 2px;
        left: 45%;
        position: absolute;
        transition-duration: .2s;
        transition-timing-function: cubic-bezier(.4, 0, .2, 1);
        visibility: hidden;
        width: 10px;
    }

    /* show underline when focused */
    .wj-labeled-input .wj-state-focused + label:after {
        left: 0;
        visibility: visible;
        width: 100%;
    }

    .wj-labeled-input .wj-state-invalid + label:after {
        background-color: #d50000;
    }

    /* validation message */
    .wj-labeled-input .wj-error {
        color: #d50000;
        position: absolute;
        font-size: 12px;
        margin-top: 3px;
        visibility: hidden;
        display: block;
    }

    .wj-labeled-input .wj-control.wj-state-invalid ~ .wj-error {
        visibility: visible;
    }

.wide2 {
    width: 625px;
}