﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/
input[type=checkbox] {
    -webkit-appearance: checkbox;
}

th, td {
    white-space: nowrap;
}

.note {
    position: relative;
}

    .note:after {
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        width: 0;
        height: 0;
        display: block;
        border-right: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-top: 15px solid #777;
    }

.bs-callout {
    padding: 20px;
    margin: 10px 0;
    border: 1px solid #eee;
    border-top-width: 5px;
    border-radius: 3px;
}

    .bs-callout h4 {
        margin-top: 0;
        margin-bottom: 5px;
    }

    .bs-callout p:last-child {
        margin-bottom: 0;
    }

    .bs-callout code {
        border-radius: 3px;
    }

    .bs-callout + .bs-callout {
        margin-top: -5px;
    }

.bs-callout-default {
    border-top-color: #777;
}

    .bs-callout-default h4 {
        color: #777;
    }

.bs-callout-primary {
    border-top-color: #428bca;
}

    .bs-callout-primary h4 {
        color: #428bca;
    }

.bs-callout-success {
    border-top-color: #5cb85c;
}

    .bs-callout-success h4 {
        color: #5cb85c;
    }

.bs-callout-danger {
    border-top-color: #d9534f;
}

    .bs-callout-danger h4 {
        color: #d9534f;
    }

.bs-callout-warning {
    border-top-color: #f0ad4e;
}

    .bs-callout-warning h4 {
        color: #f0ad4e;
    }

.bs-callout-info {
    border-top-color: #5bc0de;
}

    .bs-callout-info h4 {
        color: #5bc0de;
    }

.bs-callout-white {
    border-top-color: #fff;
    background-color: #fff;
}


.menu-button {
    margin-top: 10px;
}

table > tbody > tr > td.focus-colum, th.focus-colum {
    background-color: #f2f2f2;
    padding-left: 20px;
    padding-right: 20px;
}

.report-height {
    height: 770px;
}

/** Loading CSS **/
.loaderbody {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: fixed;
    overflow: hidden;
    background-color: #333333;
    background-color: rgba(51, 51, 51, 0.6);
    z-index: 9999999;
    padding: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.loading {
    width: 50px;
    height: 50px;
    display: block;
    background: transparent;
}

.loading-title {
    display: block;
    margin: 0 auto;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
}

.loading-squares {
    height: 70px;
    line-height: 70px;
}

    .loading-squares div {
        height: 20px;
        width: 10px;
        display: inline-block;
        box-sizing: border-box;
        border: 2px solid #CECECE;
        vertical-align: middle;
        border-radius: 2px;
        background-color: white;
    }

        .loading-squares div:nth-of-type(3) {
            animation: square 0.4s linear infinite;
        }

        .loading-squares div:nth-of-type(2) {
            animation: square 0.4s -0.1s linear infinite;
        }

        .loading-squares div:nth-of-type(1) {
            animation: square 0.4s -0.2s linear infinite;
        }

@keyframes square {
    0% {
        height: 30px;
        border-color: #337ab7;
        /*background-color: #0ea6fd;*/
        background-color: #337ab7;
    }

    20% {
        height: 30px;
        border-color: #337ab7;
        /*background-color: #0ea6fd;*/
        background-color: #428bca;
    }

    80% {
        height: 20px;
    }

    100% {
        height: 20px;
    }
}
/** Loading CSS End **/

.highlight-value {
    background-color: #5cb85c;
    color: white;
    font-weight: bold;
    padding: 4px;
}

.text-value-up {
    color: green;
}

.text-value-down {
    color: red;
}

.group-addon-fixed-width {
    min-width: 95px;
    text-align: right;
}

.modal-full {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

.modal-dialog-full {
    position: fixed;
    margin: 0;
    width: 100%;
    height: 100%;
    padding: 0;
}

.modal-content-full {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 2px solid #3c7dcf;
    border-radius: 0;
    box-shadow: none;
}

.modal-header-full {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    /*height: 50px;*/
    padding: 10px;
    background: #222;
    border: 0;
}

.modal-title-full {
    font-weight: 300;
    font-size: 2em;
    color: #fff;
    line-height: 30px;
}

.modal-body-full {
    position: absolute;
    top: 40px;
    bottom: 50px;
    width: 100%;
    font-weight: 300;
    overflow: hidden;
    padding: 0px;
}

.modal-footer-full {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 50px;
    padding: 8px;
    background: #f1f3f5;
}

.modal-close-text-color {
    color: #fff;
}

.selected-row {
    font-weight: bold;
    background-color: #F8F8F8;
}

/*Table left fixed column*/
.table-wrapper {
    width: auto;
    overflow-x: scroll;
    margin-left: 3em;
    overflow-y: visible;
    padding: 0;
}

.two-column {
    margin-left: 5em;
}

.wrap-container {
    margin: auto;
    position: relative;
}

.headcol {
    position: absolute;
    width: 3em;
    left: 0px;
    top: auto;
    border-top-width: 2px;
    /*only relevant for first row*/
    /*margin-top: -1px;*/
    /*compensate for top border*/
    height: 38px;
}

.two-headcol {
    position: absolute;
    width: 5em;
    left: 0px;
    top: auto;
    border-top-width: 2px;
    /*only relevant for first row*/
    /*margin-top: -1px;*/
    /*compensate for top border*/
    height: 38px;
}

.emptyheadcol {
    position: absolute;
    width: 3em;
    left: 0px;
    top: auto;
    border: 0px;
    height: 38px;
}

.two-emptyheadcol {
    position: absolute;
    width: 5em;
    left: 0px;
    top: auto;
    border: 0px;
    height: 38px;
}

.btn-left-padding {
    margin-left: 6px;
}

.margin-top {
    margin-top: 5px;
}

.nomargin-bottom {
    margin-bottom: 0px;
}

.small-margin-bottom {
    margin-bottom: 10px;
}

.margin-bottom {
    margin-bottom: 20px;
}

.content-padding-top {
    padding-top: 25rem;
}
