﻿.btn {
    min-width: 150px;
    /*border-radius: 0px !important;*/
    color: #fff !important;
    cursor: pointer !important;
}

.btn-thin {
    min-width: 50px !important;
    width: auto !important;
}

.btn-primary {
    background-color: #0099df !important;
    border-color: #0099df !important;
}

.btn-default {
    background-color: #222 !important;
    border-color: #222 !important;
    border-bottom-color: #0099df !important;
}

    .btn-default:hover {
        color: #0099df !important;
        background-color: #050505 !important;
        border-color: #050505 !important;
        border-bottom-color: #0099df !important;
    }

.breadcrumb {
    /*margin-bottom: 0 !important;*/
}

.panel {
    margin-bottom: 0 !important;
    /*border-radius: 0px !important;*/
    /*border: none !important;*/
}

.panel-primary {
    border-color: #0099df !important;
    border-width: 1px !important;
    background-color: #2e2e2e !important;
    color: #e2e2e2 !important;
}

    .panel-primary .panel-heading {
        /*color: #0099df !important;
        background-color: #fff !important;*/
        background-color: #0099df !important;
        color: #fff !important;
    }

        .panel-primary .panel-heading a,
        .panel-primary .panel-heading span {
            color: #fff !important;
        }


.panel-default.danger {
    background-color: transparent !important;
    border-color: #ffca00 !important;
}

.panel-heading.danger {
    background-color: #ffca00 !important;
    border-color: #ffca00 !important;
    color: #2e2e2e !important;
}

    .panel-heading.danger > a {
        color: #2e2e2e !important;
    }

.panel-body.danger {
    background-color: transparent !important;
    border-color: #ffca00 !important;
}

    .panel-body.danger > hr {
        border-color: #ffca00 !important;
    }

.modal-body-higher {
    background-color: #3e3e3e !important;
}

input,
textarea,
select,
.chosen-single {
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    padding: 8px !important;
    padding-top: 7px !important;
}

.input-group-addon {
    background-color: #0099df !important;
    border-color: #0099df !important;
    color: #fff !important;
    width: 50px;
}

.form-control {
    border-color: #0099df !important;
    border-width: 1px !important;
    background-color: #111 !important;
    color: #fff !important;
}

    .form-control[disabled] {
        border-color: #999 !important;
        border-width: 1px !important;
        background-color: #444 !important;
        color: #999 !important;
        opacity: 0.4;
    }

.table-striped td {
    height: 40px !important;
    padding: 5px !important;
    padding-left: 10px !important;
}

.table-striped > thead > tr {
    color: #fff !important;
    background-color: #0099df !important;
    border-bottom: 2px solid #000 !important;
    font-weight: bold !important;
    text-align: center !important;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: rgba(255,255,255,0.05) !important;
}

.table-striped > tbody > tr:nth-of-type(even) {
    background-color: rgba(255,255,255,0.025) !important;
}

.table-striped > tbody td {
    border-right: 1px solid #000 !important;
    color: #e2e2e2 !important;
}

    .table-striped > tbody td.clickable:hover {
        background-color: #0099df !important;
        color: #fff !important;
    }

.table-striped .imesa-empty-cell {
    background: repeating-linear-gradient( -45deg, rgba(255, 216, 0, 0.20), rgba(255, 216, 0, 0.20) 10px, rgba(255, 216, 0, 0.40) 10px, rgba(255, 216, 0, 0.40) 20px );
}

label {
    font-weight: normal !important;
}

.row > .col {
    padding-left: 15px !important;
    padding-right: 0 !important;
}

    .row > .col:first-of-type {
        padding-left: 15px !important;
    }

    .row > .col:last-of-type {
        padding-right: 15px !important;
    }

.field-not-valid {
    color: #f24040 !important;
    border-color: #f24040 !important;
    box-shadow: #f24040 0px 0px 6px !important;
}

.text-danger {
    color: #db2424 !important;
}

.text-warning {
    color: #ffca00 !important;
}

.text-success {
    color: #24ac22 !important;
}

/* CUSTOM BY ADAM FACTORY */

.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
    pointer-events: none;
    /* This makes sure that we can still click outside of the modal to close it */
}

.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events: none;
}

.modal-dialog-full {
    width: 90%;
    height: 90%;
    padding: 0;
}

.modal-body-full {
    height: calc(100% - 30px - 50px) !important;
}

.modal-header {
    padding: 0 !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    background-color: rgba(38, 149, 215, 1) !important;
    color: #fff !important;
    font-weight: bold;
    border-bottom: none !important;
    height: 50px !important;
    line-height: 50px;
}

    .modal-header.danger {
        background-color: #ffca00 !important;
        border-bottom: none !important;
        color: #2e2e2e !important;
    }

    .modal-header.error {
        background-color: #db2424 !important;
        border-bottom: none !important;
        color: #fff !important;
    }

    .modal-header.success {
        background-color: #00c140 !important;
        border-bottom: none !important;
        color: #2e2e2e !important;
    }

.modal-body {
    padding: 10px !important;
    background-color: #2e2e2e !important;
    color: #e2e2e2 !important;
    border: 1px solid #0099df !important;
}

    .modal-body.danger {
        border: 1px solid #ffca00 !important;
    }

    .modal-body.error {
        border: 1px solid #db2424 !important;
    }

    .modal-body.success {
        border: 1px solid #00c140 !important;
    }

.modal-footer {
    padding: 0 !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    border: 1px solid #0099df !important;
    border-top: none !important;
    background-color: #191919 !important;
    color: #e2e2e2 !important;
    /*height: 60px !important;*/
    line-height: 60px !important;
}

    .modal-footer.danger {
        border: 1px solid #ffca00 !important;
        border-top: none !important;
    }

    .modal-footer.error {
        border: 1px solid #db2424 !important;
        border-top: none !important;
    }

    .modal-footer.success {
        border: 1px solid #00c140 !important;
        border-top: none !important;
    }

.modal-content {
    width: inherit;
    height: inherit;
    margin: 0 auto;
    pointer-events: all;
    width: fit-content;
    max-width: 90vw;
    min-width: 480px;
    background-color: #222 !important;
    /*box-shadow: 0 0 30px rgba(10,10,10,0.9);*/
    box-shadow: 0 0 20px rgb(10 10 10);
}

.modal-content-full {
    width: 90% !important;
    height: inherit;
    min-height: 90%;
    max-width: none !important;
}

.modal-content-large {
    width: 90% !important;
    max-width: 90% !important;
}


.btn-prewash {
    background-color: #ffd300 !important;
    border-color: #ffd300 !important;
    color: #fff !important;
}

.btn-wash {
    background-color: #f24040 !important;
    border-color: #f24040 !important;
    color: #fff !important;
}

.btn-rinse {
    background-color: #2e8b41 !important;
    border-color: #2e8b41 !important;
    color: #fff !important;
}

.btn-discharge {
    background-color: #fff !important;
    border-color: #fff !important;
    color: #2e2e2e !important;
}

.btn-spin {
    background-color: #8a8a8a !important;
    border-color: #8a8a8a !important;
    color: #fff !important;
}

.btn-soak {
    background-color: #7050a3 !important;
    border-color: #7050a3 !important;
    color: #fff !important;
}

.btn-cooldown {
    background-color: #004ea3 !important;
    border-color: #004ea3 !important;
    color: #fff !important;
}

.validation-summary-errors ul {
    list-style: none !important;
    margin-left: -35px !important;
}

.btn-warning {
    background: #ffca00 !important;
    color: #2e2e2e !important;
}

.input-group-addon.right {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}

input:-internal-autofill-selected {
    background-color: #ff0 !important;
}

.ql-editor.ql-blank::before {
    color: #888888 !important;
}


.panel-default.warning {
    background-color: transparent !important;
    border-color: #ef7c00 !important;
}

.panel-heading.warning {
    background-color: #ef7c00 !important;
    border-color: #ef7c00 !important;
    color: #2e2e2e !important;
}

    .panel-heading.warning > a,
    .panel-heading.warning > a:link,
    .panel-heading.warning > a:visited,
    .panel-heading.warning > a:hover,
    .panel-body.warning > a,
    .panel-body.warning > a:link,
    .panel-body.warning > a:visited,
    .panel-body.warning > a:hover {
        color: #ef7c00 !important;
    }

.panel-body.warning {
    background-color: transparent !important;
    border-color: #ef7c00 !important;
}

    .panel-body.warning > hr {
        border-color: #ef7c00 !important;
    }

input.danger {
    border-color: #ffca00 !important;
}
