﻿body {
    color: #232323;
    background-color: #fff;
}

header, footer, nav, section {
    display: block;
}

table td {
    vertical-align: middle !important;
}


/* Styles for basic forms
-----------------------------------------------------------*/
fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

.editor-label {
    margin: 1em 0 0 0;
}

.editor-field {
    margin: 0.5em 0 0 0;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}

/* ----------------------------------------------- */

.stuck {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background: white;
    background-clip: content-box;
    padding: 0px 31px;
}

.fixed-table-container {
    border: none !important;
}

/*.modal-dialog {
    padding-top: 15%;
}*/

.vertical-center {
    vertical-align: middle;
}

.checkbox-label {
    font-weight: normal !important;
    margin-bottom: 0px;
}

.fixed-table-pagination {
    margin-left: 1em;
    margin-right: 1em;
}

.checkbox-margins {
    margin: 0px;
    margin-right: 6px !important;
}

table.table tr td a.btn-xs {
    opacity: 0.0;
}

table.table tr:hover td a.btn-xs {
    opacity: 1.0;
}

.table td.fit,
.table th.fit {
    white-space: nowrap;
    width: 1%;
}

.table td.newLineFit,
.table th.newLineFit {
    white-space: pre;
    width: 1%;
}

.table th.min-width {
    white-space: nowrap;
    min-width: 80px;
}

.spacing-right {
    margin-right: 0.5em;
}

#searchBox {
    vertical-align: central;
}


.message {
    margin-bottom: 20px;
}

.alert-default {
    color: #858585 !important;
    background-color: #ececec;
    border-color: #ececec;
}

.filterControl > .form-control {
    font-weight: normal;
}

.table > thead > tr.row-danger > td,
.table > tbody > tr.row-danger > td,
.table > tfoot > tr.row-danger > td,
.table > thead > tr.row-danger > th,
.table > tbody > tr.row-danger > th,
.table > tfoot > tr.row-danger > th {
    background-color: #f8ebeb;
}

.table-hover > tbody > tr > td.row-danger:hover,
.table-hover > tbody > tr > th.row-danger:hover,
.table-hover > tbody > tr.row-danger:hover > td,
.table-hover > tbody > tr:hover > .row-danger,
.table-hover > tbody > tr.row-danger:hover > th {
    background-color: #f2dede;
}

.table > thead > tr.row-info > td,
.table > tbody > tr.row-info > td,
.table > tfoot > tr.row-info > td,
.table > thead > tr.row-info > th,
.table > tbody > tr.row-info > th,
.table > tfoot > tr.row-info > th {
    background-color: #edf4f7;
}

.table-hover > tbody > tr > td.row-info:hover,
.table-hover > tbody > tr > th.row-info:hover,
.table-hover > tbody > tr.row-info:hover > td,
.table-hover > tbody > tr:hover > .row-info,
.table-hover > tbody > tr.row-info:hover > th {
    background-color: #c4e3f3;
}

.table > thead > tr.row-success > td,
.table > tbody > tr.row-success > td,
.table > tfoot > tr.row-success > td,
.table > thead > tr.row-success > th,
.table > tbody > tr.row-success > th,
.table > tfoot > tr.row-success > th {
    background-color: #eaf5e6;
}

.table-hover > tbody > tr > td.row-success:hover,
.table-hover > tbody > tr > th.row-success:hover,
.table-hover > tbody > tr.row-success:hover > td,
.table-hover > tbody > tr:hover > .row-success,
.table-hover > tbody > tr.row-success:hover > th {
    background-color: #d0e9c6;
}

.table > thead > tr.row-warning > td,
.table > tbody > tr.row-warning > td,
.table > tfoot > tr.row-warning > td,
.table > thead > tr.row-warning > th,
.table > tbody > tr.row-warning > th,
.table > tfoot > tr.row-warning > th {
    background-color: #fcf8e5;
}

.table-hover > tbody > tr > td.row-warning:hover,
.table-hover > tbody > tr > th.row-warning:hover,
.table-hover > tbody > tr.row-warning:hover > td,
.table-hover > tbody > tr:hover > .row-warning,
.table-hover > tbody > tr.row-warning:hover > th {
    background-color: #faf2cc;
}

.table > thead > tr.row-primary > td,
.table > tbody > tr.row-primary > td,
.table > tfoot > tr.row-primary > td,
.table > thead > tr.row-primary > th,
.table > tbody > tr.row-primary > th,
.table > tfoot > tr.row-primary > th {
    background-color: #e6f3fd;
}

.table-hover > tbody > tr > td.row-primary:hover,
.table-hover > tbody > tr > th.row-primary:hover,
.table-hover > tbody > tr.row-primary:hover > td,
.table-hover > tbody > tr:hover > .row-primary,
.table-hover > tbody > tr.row-primary:hover > th {
    background-color: #d2e8f5;
}

.label.type-default {
    border: solid 1px #777;
}

.label.type-danger {
    border: solid 1px #d9534f;
}

.label.type-info {
    border: solid 1px #5bc0de;
}

.label.type-warning {
    border: solid 1px #f0ad4e;
}

.popover {
    max-width: 600px !important;
}

@media (min-width: 768px) {
    .row.equal {
        display: flex;
        flex-wrap: wrap;
    }
}

.tile .img-responsive {
    margin: 0 auto;
}


.tile .show-hover {
    opacity: 0.0;
}

.tile:hover .show-hover {
    opacity: 1.0;
}

.whitesmoke {
    background-color: whitesmoke !important;
}

.tile {
    box-shadow: 0 0 5px 0 rgba(0,0,0,.16);
    border-radius: 3px;
}

.hljs {
    background: none !important;
}

.wrap-container {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

    .wrap-container div.panel {
        height: calc(100% - 20px);
    }

.icon-border img {
    max-height: 48px;
    max-width: 48px;
}

.icon-border {
    height: 48px;
    width: 48px;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0.3em;
}

.panel-sharp {
    border-radius: 0px;
    box-shadow: rgba(0,0,0,0.3) 1px 1px 4px;
}

.CodeMirror {
    /* Bootstrap Settings */
    box-sizing: border-box;
    margin: 0;
    font: inherit;
    overflow: auto;
    font-family: inherit;
    display: block;
    width: 100%;
    line-height: 1.42857143;
    color: #555;
    height: auto;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    /* Code Mirror Settings */
    position: relative;
    overflow: hidden;
    font-family: Consolas, monospace;
    font-size: 14px;
}

.CodeMirror-focused {
    /* Bootstrap Settings */
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}

.loader {
    color: #232323;
    font-size: 10px;
    margin: 80px auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

    .loader:before,
    .loader:after {
        content: '';
        position: absolute;
        top: 0;
    }

    .loader:before {
        left: -3.5em;
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .loader:after {
        left: 3.5em;
    }

@-webkit-keyframes load7 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@keyframes load7 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}


@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"] {
        line-height: 20px !important;
    }
}


.typeahead,
.tt-query,
.tt-hint {
    margin-bottom: 0;
}

.typeahead {
    background-color: #fff;
}

    .typeahead:focus {
        border: 2px solid #0097cf;
    }

.tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    display: none;
    color: #999
}

.tt-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.tt-suggestion {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap;
}

    .tt-suggestion:hover {
        color: #ffffff;
        text-decoration: none;
        outline: 0;
        background-color: #428bca;
        cursor: pointer;
    }

    .tt-suggestion.tt-cursor {
        color: #fff;
        background-color: #0097cf;
    }

    .tt-suggestion p {
        margin: 0;
    }


.no-gutter {
    margin-right: 0;
    margin-left: 0;
}

    .no-gutter > [class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }

.input-group.first {
    z-index: 1000;
}

.multiselect-container > li > a > label > input[type="checkbox"] {
    margin-left: -20px !important;
    margin-top: 4px !important;
    margin-bottom: 5px !important;
}

.content-message {
    color: black;
    font-weight: normal;
}

.line-graph-path {
    stroke-width: 2px !important;
}

.report-template-heatMap > div {
    width: 100% !important;
    overflow-x: auto;
}

#toolbar2 .select2-container--bootstrap {
    min-width: 200px;
    max-width: 400px;
    flex: 1 1 auto;
}

.select2-container--bootstrap .select2-selection--multiple {
    min-height: 34px;
    border: 1px solid #5bc0de;
    background-color: #f9f9f9;
    border-radius: 4px;
    padding: 4px 6px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
    transition: border-color 0.2s ease-in-out;
}

.select2-container--bootstrap .select2-selection__rendered {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
    margin: 0;
    padding: 0;
    width: 100%;
}