html {
    scroll-behavior: smooth;
}

body {
    background: #fff;
    color: #3b3f3b;
}

:root {
    --primary-color:#81a966;
    --primary-dark-color:#5f8943;
    --light-color:#dce5e1;
    --dark-color:#33443c;
}

.dark-bg { background-color: #33443c; }
.dark { color: #33443c; }
.light-bg { background-color: #dce5e1; }
.light2-bg { background-color: #c0c6c4; }
.light { color: #dce5e1; }
.primary-bg { background-color: #81a966; }
.primary { color: #81a966; }
.primary-dark { color: #5f8943; }
.bg-primary {
    color: #fff;
    background-color: var(--primary-dark-color);
 }
.darken {
    background-color: #33443c;
    color: #dce5e1;
}
.darken a {
    color: #81a966;
}

.navbar {
    background: #81a966;
}
.nav-link {
    font-weight: bold;
}
.dropdown-menu {
     padding: 0;
}
.dropdown-menu li {
}
.dropdown-menu a {
    width: 100%; height: 100%;
    display: block;
    padding: 0.5rem;
}
.dropdown-menu li:hover {
     background-color: var(--light-color);
}

.link {
    color: #0269f9;
    text-decoration: underline;
    cursor: pointer;
}
.link:hover {
    color: var(--primary-dark-color);
    text-decoration: none;
}
a:hover {
    color: var(--primary-dark-color);
}
.nouline {
    text-decoration: none;
}
.nouline:hover {
    text-decoration: none;
}

.pagination {
    width: 100%;
    justify-content: center;
}

.page-item.active .page-link {
    background-color: var(--primary-dark-color);
}

table.altrows tr:nth-child(even) { background-color:#eaeaea; }
table.altrows th { background-color:#d8d8d8; border-top: 1px solid #000;  }
table.altrows td, th { padding: 4px; }

.list-table td:nth-child(1) {
    text-align: right;
    padding-right: 1rem;
}

.table-lines th {
    border: 1px solid #000;
    padding: 2px 8px;
    background: var(--primary-dark-color);; color: #fff;
}
.table-lines td {
    border: 1px solid #000;
    padding: 2px 8px;
}

.badge-primary {
    background-color: var(--primary-color);
}
.btn-primary {
    background-color: var(--primary-color);
}
.btn-primary:hover {
    background-color: var(--primary-dark-color);
}
.btn-primary:disabled {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
.btn-outline-primary {
    color: var(--primary-color);
    border-color: var(--primary-color);
}
.btn-outline-primary:hover {
    border-color: var(--primary-dark-color);
    background-color: var(--primary-dark-color);
}
.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
.btn-inactive {
    background-color: #686868;
    background-image: linear-gradient(to bottom, #7c7c7c 0%, #686868 41%, #595959 100%);
    color: #c6c6c6;
    transition: 0.5;
}
.btn-inactive:hover {
    background-color: #898989;
    background-image: none;
    color: #dddddd;
}

.more-details {
    display: none;
}
.see-more {
    cursor: pointer;
}

.panel-collapse {
    cursor: pointer;
    font-size: 1.2rem;
    padding: 1rem;
    background-color: #d8d8d8;
    margin-bottom: 10px;
}
.panel-body {
    display: none;
    border-bottom: 4px solid #d8d8d8;
    margin-bottom: 10px;
}

.pagebreak {
    border-top: 2px solid #939393;
    width: 100%;
    margin-top: 1rem;
}

.list-group-item.active {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.uline-input {
    border: 0; border-radius: 0;
    border-bottom: 2px solid #81a966;
    background-color: transparent;
    color: #dce5e1;
}
.uline-input:hover {
    border-bottom: 2px solid #dce5e1;
}
.uline-input:focus {
    border: 0; border-radius: 0;
    border-bottom: 2px solid #dce5e1;
    background-color: transparent;
    color: #dce5e1;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.uline-input:disabled {
    border: 0; border-radius: 0;
    background-color: transparent;
    opacity: 0.5;
}
.btn-uline {
    padding: 0;
    border: 0; border-radius: 0;
    text-shadow: 2px 2px #343a37;
    color: #5f8943;
    background-color: transparent;
    font-weight: bold;
    font-size: 2rem;
}
.btn-uline:hover {
    text-shadow: 0;
    color: #81a966;
    background-color: transparent;
}
.input-error {
    color: #ff3033;
    border-color: #ff3033;
}
.input-warning {
    background-color: #605d3f;
    border-color: #ffc107;
}
.input-warning::placeholder {
    color: #ffc107;
    opacity: 1;
}
.input-warning:-ms-input-placeholder {
    color: #ffc107;
}
.input-warning::-ms-input-placeholder {
    color: #ffc107;
}

.input-message {
    color: #605d3f; margin-top: -40px;
    display: inline-block;
}

@media (max-width: 768px) {
    .no-gutters-sm {
      margin-right: 0;
      margin-left: 0;
    }

    .no-gutters-sm > .col,
    .no-gutters-sm > [class*=col-] {
      padding-right: 0;
      padding-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .no-gutters-md {
      margin-right: 0;
      margin-left: 0;
    }

    .no-gutters-md > .col,
    .no-gutters-md > [class*=col-] {
      padding-right: 0;
      padding-left: 0;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .no-gutters-lg {
      margin-right: 0;
      margin-left: 0;
    }

    .no-gutters-lg > .col,
    .no-gutters-lg > [class*=col-] {
      padding-right: 0;
      padding-left: 0;
    }
}

@media (min-width: 1200px) {
    .no-gutters-xl {
      margin-right: 0;
      margin-left: 0;
    }

    .no-gutters-xl > .col,
    .no-gutters-xl > [class*=col-] {
      padding-right: 0;
      padding-left: 0;
    }
}

    .multi_search_item {
        border-radius: 10px;
        font-size: 0.6rem;
        cursor: pointer;
        padding: 3px 5px;
        margin: 3px 3px 0 0;
        display: inline-block;
    }

    .multi_search_result {
        background-color: #848484;
        color: #fff;
    }

    .multi_search_selection {
        background-color: #1ea812;
        color: #fff;
    }
    .multi_search_selection:hover {
        background-color: #c61c19;
        color: #fff;
    }

    .input-ajax-loading {
        background-image: url("/img/icons/sandtimer.png");
        background-repeat: no-repeat;
        background-position: right center;
        background-size: 20px 20px;
    }

.note-row {
    width: 100%;
    padding: 0.5rem;
    border: 1px solid #000;
    margin-top: 1rem;
}

.noteinfo {
    font-size: 0.8rem;
}

.userinfo {
    font-size: 0.8rem;
}

.notefile {
    display: inline-block;
    margin-right: 10px;
    font-size: 0.8rem;
}

.note-task {
    width: 100%;
    padding: 4px 8px;
    margin: 5px 0;
    display: inline-block;
    color: #fff;
}

.note-task-done {
    background: green;
}

.note-task-outstanding {
    background: #e87204;
}

    .section-title {
        font-size: 1.5rem;
        font-weight: bold;
    }

    .dark-section {
        background: #33443c;
        background-image: url("/uploads/brand/bg-gradient.jpg");
        background-position: bottom;
        background-repeat: repeat-x;
        color: #fff;
    }

    .news-section {
        background: #33443c;
        background-image: url("/uploads/brand/bg-news.jpg");
        background-position: top right;
        background-size: cover;
        color: #fff;
    }

    .top-feature {
        background-image: url("/uploads/brand/bg-brand.jpg");
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: cover;
    }

.card-title {
    min-height: 50px;
}
.card-img {
    width: 100%;
    height: 150px;
    background-position: center;
    background-size: cover;
}

    .border-box {
        padding: 2rem 0;
        border: 1px solid var(--dark-color);
        -moz-box-shadow:    3px 3px 5px 3px rgb(0, 0, 0, 0.05);
        -webkit-box-shadow: 3px 3px 5px 3px rgb(0, 0, 0, 0.05);
        box-shadow:         3px 3px 5px 3px rgb(0, 0, 0, 0.05);
    }

    .point-box {
        margin-bottom: 2rem;
        color: var(--primary-color);
    }
    .point-box div {
        width: 100%;
        text-align: center;
        background: #fff;
        border: 1px solid var(--dark-color);
        -moz-box-shadow:    3px 3px 5px 3px rgb(0, 0, 0, 0.05);
        -webkit-box-shadow: 3px 3px 5px 3px rgb(0, 0, 0, 0.05);
        box-shadow:         3px 3px 5px 3px rgb(0, 0, 0, 0.05);
    }
    .point-box i {
        font-size: 4rem;
        margin: 2rem 0 1rem 0;
    }
    .point-box p {
        padding: 1rem 1rem 2rem 1rem;
    }

    .closeable-section {
        background: #eae5d3;
        border: 1px solid #898572;
        border-radius: 5px;
    }

.tel-link {
    font-size: 1.1rem;
    font-weight: bold;
}
.footer-copyright {
    font-size: 0.8rem;
}
