﻿/* Style override processingstation-------------- */

/* Body ----------------------------------------- */
body {
    background-color: #fff;
    color: black;
    /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
}

/* Buttons -------------------------------------- */
.btn {
    margin: 0;
    padding: 6px 12px;
    border-radius: 4px;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-primary {
    color: #fff !important;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-success {
    color: #fff !important;
    background-color: #5cb85c !important;
    border-color: #4cae4c !important;
}

/* Card ----------------------------------------- */
.card {
    margin-bottom: 30px;
    border: 1px solid transparent;
    border-color: lightgray;
    border-radius: 4px;
    -webkit-box-shadow: 0px 1px 2px 1px rgba(154, 154, 204, 0.22);
    -moz-box-shadow: 0px 1px 2px 1px rgba(154, 154, 204, 0.22);
    box-shadow: 0px 1px 2px 1px rgba(154, 154, 204, 0.22);
}

.card-header {
    color: black;
    background-color: #f5f5f5 !important;
    border-color: #f5f5f5 !important;
    padding: 10px 15px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.42857143;
    font-weight: 500;
    border-bottom: 1px solid lightgray;
    height: 40px;
}

    .card-header .btn {
        background-color: #fff;
        margin: -8px 0px !important;
        padding: 6px 12px !important;
    }


.card-primary {
        border-color: #337ab7;
    }

    .card-primary > .card-header {
        color: #fff;
        background-color: #337ab7 !important;
        border-color: #2e6da4;
    }

.card-danger {
    border-color: #ebccd1;
}

/* Label ---------------------------------------- */
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    color: #333;
}

/* Link ----------------------------------------- */
a {
    color: #337ab7;
    text-decoration: none;
}

    a:hover,
    a:focus {
        color: #23527c;
        text-decoration: underline;
    }

/* Navigation ----------------------------------- */
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

/* Miscellaneous -------------------------------- */
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.dropdown-menu {
    z-index: 2000;
}

.no-gutter {
    margin-right: 0;
    margin-left: 0;
}

.pull-right {
    float: right !important;
}

.success {
    background-color: #dff0d8;
}

/* Table ---------------------------------------- */
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
    background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}

th {
    font-weight: bold !important;
}