﻿* {
    font-size: 15px;
    font-family: Nunito, sans-serif;
}

html {
    min-height: 100%;
}

body {
    padding-bottom: 20px;
    /*background: url('../images/background.png') no-repeat center center fixed;*/
    background-size: cover;
    background-color: #212121 !important;
    /*background-color: #082954; !important*/
    color: #e2e2e2;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

h1 {
    font-size: 19px;
    width: 100%;
    /*border: 1px solid #0099df;*/
    /*border-radius: 5px;*/
    /*background-color: #fff;*/
    background-color: #292929;
    padding: 5px;
    color: #0099df !important;
    margin-top: 10px !important;
}

h1, h2, h3, h4, h5 {
    width: 100%;
    /*border: 1px solid #0099df;*/
    /*border-radius: 5px;*/
    /*background-color: #fff;*/
    background-color: #292929;
    padding: 5px;
    color: #0099df !important;
    margin-top: 10px !important;
}

hr {
    border: none;
    border-bottom: 1px solid #0099df;
}

.tight {
    width: auto !important;
}

.wide {
    width: 100% !important;
}

.tall {
    height: 100% !important;
}

.max-width-100 {
    max-width: 100px;
}

.max-width-200 {
    max-width: 200px;
}

.max-width-300 {
    max-width: 300px !important;
}

.max-width-500 {
    max-width: 500px !important;
}

.max-width-600 {
    max-width: 600px !important;
}

.max-width-700 {
    max-width: 700px !important;
}

.max-width-800 {
    max-width: 800px !important;
}

.max-height-240 {
    max-height: 240px !important;
}

.max-height-300 {
    max-height: 300px !important;
}

.max-height-500 {
    max-height: 500px !important;
}

.half-height {
    height: 50%;
}

.height-30-percent {
    height: 30%;
}

.height-70-percent {
    height: 70%;
}

.w20 {
    display: inline-block;
    width: 20px !important;
}

.w100 {
    display: inline-block;
    width: 100px !important;
}

.w150 {
    width: 150px !important;
}

.w200 {
    width: 200px !important;
}

.w400 {
    width: 400px !important;
}

.w500 {
    width: 500px !important;
}

.w600 {
    width: 600px !important;
}

.w700 {
    width: 700px !important;
}

.w800 {
    width: 800px !important;
}

.h100x100 {
    height: 100%;
}

.h-300 {
    height: 300px !important;
}

.h500 {
    height: 500px !important;
}

.w32h32 {
    width: 32px !important;
    height: 32px !important;
    min-width: 0 !important;
    min-height: 0 !important;
    text-align: center !important;
    line-height: 32px !important;
    padding: 0 !important;
}

.w10-fl {
    width: 10% !important;
    float: left !important;
}
.w20-pc {
    width: 20% !important;
}
.w20-fl {
    width: 20% !important;
    float: left !important;
}

.w30-fl {
    width: 30% !important;
    float: left !important;
}

.w40-fl {
    width: 40% !important;
    float: left !important;
}

.w50-fl {
    width: 50% !important;
    float: left !important;
}

.w60-fl {
    width: 60% !important;
    float: left !important;
}

.w70-fl {
    width: 70% !important;
    float: left !important;
}

.w80-fl {
    width: 80% !important;
    float: left !important;
}

.w90-fl {
    width: 90% !important;
    float: left !important;
}

.mt5 {
    margin-top: 5px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.ml5 {
    margin-left: 5px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.pl10 {
    padding-left: 10px !important;
}

.pl20 {
    padding-left: 20px !important;
}

.pl30 {
    padding-left: 30px !important;
}

.pr0 {
    padding-right: 0;
}

.pl0 {
    padding-left: 0;
}

.pl5 {
    padding-left: 5px;
}

.pt10 {
    padding-top: 10px !important;
}

.pt5 {
    padding-top: 5px !important;
}

.p0 {
    padding: 0 !important;
}

.p10 {
    padding: 10px !important;
}

.p20 {
    padding: 20px !important;
}

.p30 {
    padding: 30px !important;
}

.p5 {
    padding: 5px !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.pt10 {
    padding-top: 10px !important;
}

.pt0 {
    padding-top: 0 !important;
}

.prl5,
.plr5 {
    padding-right: 5px !important;
    padding-left: 5px !important;
}

input[type=text],
input[type=password] {
    border: 1px solid #e2e2e2;
    border-radius: 5px;
}

    input[type=text].filter {
        border: 1px solid #0099df !important;
        border-radius: 5px !important;
        padding: 10px !important;
    }

/* Customize the label (the container) */
.checkbox {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    margin-left: 0px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .checkbox input {
        position: absolute;
        opacity: 0;
    }

    /* Create a custom checkbox */
    .checkbox .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 20px;
        width: 20px;
        background-color: #fff;
        cursor: pointer;
        border-radius: 5px;
        border: 1px solid #0099df;
    }

    /* On mouse-over, add a grey background color */
    .checkbox:hover input ~ .checkmark {
        background-color: #fff;
    }

    /* When the checkbox is checked, add a blue background */
    .checkbox input:checked ~ .checkmark {
        background-color: #0099df;
    }

    /* Create the checkmark/indicator (hidden when not checked) */
    .checkbox .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    /* Show the checkmark when checked */
    .checkbox input:checked ~ .checkmark:after {
        display: block;
    }

    /* Style the checkmark/indicator */
    .checkbox .checkmark:after {
        left: 5px;
        top: 1px;
        width: 8px;
        height: 12px;
        border: solid #fff;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.clickable {
    cursor: pointer !important;
}

.not-clickable {
    cursor: not-allowed !important;
}

.todo::after {
    display: block;
    width: 100%;
    height: 100px;
    background: repeating-linear-gradient( -45deg, #ffafa6, #ffafa6 10px, rgba(255, 175, 166, 0.40) 10px, rgba(255, 175, 166, 0.40) 20px );
    border: 1px dashed #f77;
    content: "TODO";
    text-align: center;
    line-height: 100px;
    color: #f77;
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
    opacity: 0.5;
}

.text-white {
    color: #fff !important;
}

.text-note {
    font-size: 13px;
    color: #888888;
    font-style: italic;
}

.text-disabled {
    color: #888888;
}

.text-important {
    color: #0099df;
    font-weight: bold;
}

.page-heading {
    height: 30px;
    color: #fff;
    padding-left: 5px;
    margin-bottom: 5px;
    /*background-color: rgba(255,255,255,0.1);*/
    background-color: #111;
}

.page-heading-text {
    display: block;
    width: 100%;
    font-size: 20px;
    line-height: 30px;
}

.userBtn {
    height: 40px;
    position: fixed;
    right: 0px;
    top: 0px;
    line-height: 40px;
    padding-right: 10px;
    color: #fff;
}

.logo-image {
    max-width: 200px;
}

.field-not-valid {
    color: #f24040 !important;
    border-color: #f24040 !important;
    box-shadow: #f24040 0px 0px 6px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.btn-filter {
    display: inline-block;
    width: 40px;
    height: 30px;
    text-align: center;
    line-height: 32px;
    background-color: #0099df;
    color: #fff !important;
    cursor: pointer;
    border-radius: 4px;
}

.btn-filter-disabled {
    display: inline-block;
    width: 40px;
    height: 30px;
    text-align: center;
    line-height: 32px;
    background-color: #8e8e8e;
    color: #e2e2e2;
    cursor: default;
    border-radius: 4px;
}

.lbl-filter {
    display: inline-block;
    width: 40px;
    height: 30px;
    line-height: 32px;
    text-align: center;
    color: #0099df;
    background-color: rgba(255,255,255,0.05);
    border-radius: 4px;
}

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.user-info-little-container {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 200px;
    height: 32px;
    padding: 10px;
    color: #fff;
    text-align: right;
}

.flag-icon {
    width: 24px;
}

.flag-icon-big {
    width: 64px;
}

.bold {
    font-weight: bold;
}

.activity-indicator {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 10052;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 1;
}

.activity-icon {
    position: fixed;
    margin-left: -126px;
    margin-top: -22px;
    left: 50%;
    top: 50%;
}

.activity-circle {
    position: fixed;
    width: 300px;
    height: 300px;
    margin-left: -150px;
    margin-top: -150px;
    left: 50%;
    top: 50%;
}

.btn-library {
    background-color: #0099df !important;
    color: #fff !important;
    border: none;
    border-radius: 0px;
    line-height: normal;
}

    .btn-library:hover {
        color: #fff !important;
        border-bottom: 2px solid #fff;
        line-height: normal;
    }

.btn-library-selected {
    background-color: #fff !important;
    color: #0099df !important;
    border-radius: 0px;
    line-height: normal;
}

.control-light-panel {
    background-color: #d3d3d3;
    border-radius: 5px;
    border: 5px solid #d5d5d5;
    border-top-color: #e2e2e2;
    border-bottom-color: #cdcdcd;
}

.control-light {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #aaa;
    border-radius: 1000px;
    border: 5px solid #d7d7d7;
    border-top-color: #e2e2e2;
    border-bottom-color: #cdcdcd;
}

    .control-light span {
        display: block;
        width: 100%;
        height: 100%;
        border-radius: 1000px;
        font-size: 24px;
        line-height: 30px;
        color: #fff;
        text-align: center;
    }

    .control-light.green span {
        background-color: #0b0 !important;
    }

    .control-light.yellow span {
        background-color: #ffd300 !important;
    }

    .control-light.red span {
        background-color: #d80000 !important;
    }

    .control-light.gray span {
        background-color: #a4a4a4 !important;
    }

.text-big {
    font-size: 20px;
}

.text-slightly-big {
    font-size: 28px;
}

.text-very-big {
    font-size: 32px;
}

.text-red {
    color: #db2424 !important;
}

.text-orange {
    /*color: #ff8547;*/
    color: #ef7c00 !important;
}

.text-yellow {
    color: #ffca00 !important;
}

.text-green {
    color: #00c140 !important;
}

.text-blue {
    color: #0099df !important;
}

.text-gray {
    color: #888888 !important;
}

.monospaced {
    font-family: monospace !important;
}

.spaced {
    letter-spacing: 2px !important;
}

.debug1 {
    background: #f00;
}

.debug2 {
    background: #ff0;
}

.debug3 {
    background: #f0f;
}

.debug4 {
    background: #0ff;
}

.notification-dot:after {
    content: '!';
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    position: absolute;
    top: 6px;
    right: 6px;
    width: 16px;
    height: 16px;
    border-radius: 500px;
    background-color: #f00;
    color: #fff;
}

.scroll {
    overflow-x: hidden;
    overflow-y: auto;
}

    .scroll::-webkit-scrollbar-track,
    .scroll::-webkit-scrollbar {
        width: 12px;
        -webkit-box-shadow: inset 0 0 50px rgba(38, 149, 215, 0.3);
        border-radius: 0;
    }

    .scroll::-webkit-scrollbar-thumb {
        width: 12px;
        -webkit-box-shadow: inset 0 0 50px rgba(38, 149, 215, 0.8);
        border-radius: 0;
    }

.scroll-v {
    overflow-x: hidden;
    overflow-y: auto;
}

    .scroll-v::-webkit-scrollbar-track,
    .scroll-v::-webkit-scrollbar {
        width: 12px;
        -webkit-box-shadow: inset 0 0 50px rgba(38, 149, 215, 0.3);
        border-radius: 0;
    }

.scroll-v::-webkit-scrollbar-thumb {
    width: 12px;
    -webkit-box-shadow: inset 0 0 50px rgba(38, 149, 215, 0.8);
    border-radius: 0;
}

.scroll-h {
    overflow-x: auto;
    overflow-y: hidden;
}

    .scroll-h::-webkit-scrollbar-track,
    .scroll-h::-webkit-scrollbar {
        width: 12px;
        -webkit-box-shadow: inset 0 0 50px rgba(38, 149, 215, 0.3);
        border-radius: 0;
    }

    .scroll-h::-webkit-scrollbar-thumb {
        width: 12px;
        -webkit-box-shadow: inset 0 0 50px rgba(38, 149, 215, 0.8);
        border-radius: 0;
    }

.scroll-both {
    overflow-x: auto;
    overflow-y: auto;
}

    .scroll-both::-webkit-scrollbar-track,
    .scroll-both::-webkit-scrollbar {
        width: 12px;
        -webkit-box-shadow: inset 0 0 50px rgba(38, 149, 215, 0.3);
        border-radius: 0;
    }

    .scroll-both::-webkit-scrollbar-thumb {
        width: 12px;
        -webkit-box-shadow: inset 0 0 50px rgba(38, 149, 215, 0.8);
        border-radius: 0;
    }

.input-file {
    position: relative;
}

    .input-file .input-group-addon {
        border: 0px;
        padding: 0px;
    }

        .input-file .input-group-addon .btn {
            border-radius: 0 4px 4px 0;
        }

        .input-file .input-group-addon input {
            cursor: pointer;
            position: absolute;
            z-index: 2;
            top: 0;
            right: 0;
            filter: alpha(opacity=0);
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            opacity: 0;
            background-color: transparent;
            color: transparent;
            height: 34px;
            width: 100%;
            max-width: 100%;
        }

.form-control-big {
    height: 40px;
    line-height: 40px;
    padding: 0;
    font-size: 2rem;
}

.btn-big {
    width: 200px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    font-size: 2rem;
}

.bg-primary {
    background-color: #0099df !important;
}

.bg-admin {
    background-color: #ffca00 !important;
}

.bg-primary-pumps {
    /*background-color: #0099df !important;
    border-radius: 4px !important;*/
}

.bg-primary-pumps > div > input {
    border: 2px solid #0099df !important;
    /*border-radius: 4px !important;*/
}

.bg-prewash {
    background-color: #ffd300 !important;
}

.bg-wash {
    background-color: #f24040 !important;
}

.bg-rinse {
    background-color: #2e8b41 !important;
}

.bg-discharge {
    background-color: #fff !important;
}

.bg-spin {
    background-color: #8a8a8a !important;
}

.bg-soak {
    background-color: #7050a3 !important;
}

.bg-cooldown {
    background-color: #004ea3 !important;
}

.bg-light {
    background-color: rgba(255,255,255,0.1) !important;
}

.fg-primary {
    color: #0099df !important;
}

.fg-prewash {
    color: #ffd300 !important;
}

.fg-admin {
    color: #ffca00 !important;
}

.fg-wash {
    color: #f24040 !important;
}

.fg-rinse {
    color: #2e8b41 !important;
}

.fg-discharge {
    color: #fff !important;
}

.fg-spin {
    color: #8a8a8a !important;
}

.fg-soak {
    color: #7050a3 !important;
}

.fg-cooldown {
    color: #004ea3 !important;
}

.fg-white {
    color: #fff !important;
}

.lb-prewash {
    border-left: 6px solid #ffd300 !important;
}

.lb-wash {
    border-left: 6px solid #f24040 !important;
}

.lb-rinse {
    border-left: 6px solid #2e8b41 !important;
}

.lb-discharge {
    border-left: 6px solid #fff !important;
}

.lb-spin {
    border-left: 6px solid #8a8a8a !important;
}

.lb-soak {
    border-left: 6px solid #7050a3 !important;
}

.lb-cooldown {
    border-left: 6px solid #004ea3 !important;
}

.aligned-row {
    display: flex !important;
    flex-flow: row wrap !important;
}

    .aligned-row::before {
        display: block !important;
    }

.imesa-library-delete-picture-content {
    height: 300px;
    overflow: hidden;
    overflow-y: auto;
}

.imesa-library-picture-delete-preview {
    max-width: 400px;
    max-height: 400px;
}

.imesa-library-picture-delete-thumbnail {
    float: left;
    height: 50px;
    padding: 2px;
}

    .imesa-library-picture-delete-thumbnail img {
        max-width: 100%;
        max-height: 100%;
    }

.border-bottom {
    border-bottom: 1px solid #0099df;
}

.h50-percent {
    height: 50%;
}

::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

.transparent {
    opacity: 0 !important;
}

.semi-transparent {
    opacity: 0.5 !important;
}

.text-little {
    font-size: 1.2rem !important;
}


.flag-icon-ms {
    cursor: pointer;
    /*height: 32px;*/
    height: 25px !important;
}

    .flag-icon-ms.tra-ms-selection {
        opacity: 0.3 !important;
    }

        .flag-icon-ms.tra-ms-selection.selected {
            opacity: 1 !important;
            border: 1px #fff dotted !important;
        }

    .flag-icon-ms.lbl-ms-selection {
        opacity: 0.3 !important;
    }

        .flag-icon-ms.lbl-ms-selection.selected {
            opacity: 1 !important;
            border: 1px #fff dotted !important;
        }

.note-container {
    background-color: transparent !important;
    border: none !important;
    color: #fff !important;
}
.note-container p {
    margin: 0 !important;
}

.form-control.spaced {
    letter-spacing: 2px !important;
}

.imesa-custom-file-input::-webkit-file-upload-button {
    visibility: hidden;
}

.imesa-custom-file-input::before {
    content: 'Browse...';
    display: inline-block;
    background: #111;
    border: 2px dashed #0099df;
    padding: 20px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    font-weight: bold;
    font-size: 1.5rem;
    width: 100%;
    
}

[v-cloak] {
    display: none;
}

.btn-default .disabled {
    cursor: not-allowed !important;
    opacity: 0.5 !important;
}

.text-thin {
    font-weight: 100 !important;
}

.border-orange {
    border: 1px solid #ef7c00;
    border-radius: 5px;
}
.border-blue {
    border: 1px solid #0099df;
    border-radius: 5px;
}

.min-height-100 {
    min-height: 100px;
}
.min-height-200 {
    min-height: 200px;
}
.min-height-300 {
    min-height: 300px;
}
.min-height-400 {
    min-height: 400px;
}
.min-height-500 {
    min-height: 500px;
}
.min-height-600 {
    min-height: 600px;
}