﻿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: 90%;
}

fullLineText {
    max-width: 0 !important;
}

textarea {
    max-width: 90%;
}

.table .thead-dark th {
    color: #fff;
    background-color: #a5522a;
    border: none;
    vertical-align: middle !important;
}

.table .thead-light th {
    color: #fff;
    background-color: darkgreen;
    border: none;
    vertical-align: middle !important;
}

.contaner-lock-height {
    height: calc(100vh - 150px) !important;
    overflow: hidden;
}

.table-lock-height {
    height: calc(100vh - 219px) !important;
    overflow-y: auto;
}

.btn-group button a {
    color: #fff !important;
}

    .btn-group button a:hover {
        text-decoration: none;
    }

.fixed-top-row {
    position: fixed;
    top: 0;
    clear: both;
    outline-offset: 60px;
    margin-top: 56px;
    padding-top: 10px;
    background: #fff;
    display: inline-flex;
    width: calc(100vw - 73px);
    z-index: 2000;
}

.content-wrapper {
    height: calc(100vh - 400px) !important;
}

.btn-group button {
    background-color: #4CAF50; /* Green background */
    border: 1px solid green; /* Green border */
    color: white; /* White text */
    padding: 10px 24px; /* Some padding */
    cursor: pointer; /* Pointer/hand icon */
    float: left; /* Float the buttons side by side */
}

    .btn-group button:not(:last-child) {
        border-right: none; /* Prevent double borders */
    }

/* Clear floats (clearfix hack) */
.btn-group:after {
    content: "";
    clear: both;
    display: table;
}

/* Add a background color on hover */
.btn-group button:hover {
    background-color: #3e8e41;
}

.card-border-normal {
    border-color: #a5522a !important;
}

.card-header {
    background-color: #a5522a;
    color: white;
}

    .card-header a {
        color: wheat;
        text-underline-position: below;
    }



table th.text-right, table td.text-right {
    text-align: right;
}


div-column-3 {
    column-count: 3;
}

.normalHref {
    color: black !important;
}

.import-card {
    border-color: #336B36 !important;
    background-color: rgba(68, 148, 56, 0.1);
}

.checkbox > input[type=checkbox] {
    width: 1rem;
    height: 1rem;
    background-color: darkgreen !important;
    color: darkgreen !important;
}

    .checkbox > input[type=checkbox]:checked {
        width: 1.2rem;
        height: 1.2rem;
        color: darkgreen !important;
        background-color: darkgreen !important;
        border-color: red;
    }



.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    background-color: burlywood;
}


.doubleLine {
    border-top: 2px double !important;
}

/* Increase z-index to ensure the dropdown appears on top of other elements */
.selectize-dropdown {
    z-index: 999;
}

    /* Adjust the dropdown width and position to fit the content */
    .selectize-dropdown.selectize-dropdown-single {
        width: auto;
        left: 0;
        right: 0;
    }