﻿@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,700;1,700&display=swap');

html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
 /* margin-bottom: 60px;*/
}

.logo {
    background: var(--ct-green);
    color: #fff;
}

.ct-text-green {
    color: var(--ct-green);
}

.ct-text-green-dark {
    color: var(--ct-green-dark);
}

.ct-dropdown {
    border-radius: 100px;
    -webkit-border-radius: 100px;
    padding: 0;
    padding-right: 0px;
    padding-left: 0px;
    background: none;
    margin-right: 0;
    border: 1px solid #f6f6f6;
    background: #f6f6f6;
}


/* On lg+, the responsive offcanvas becomes a visible fixed-width sidebar */
@media (min-width: 992px) {
    .ct-sidebar-aside {
        flex-shrink: 0 !important;
        flex-grow: 0 !important;
        width: 240px !important;
        min-width: 240px !important;
        max-width: 240px !important;
        overflow-x: hidden;
        overflow-y: auto;
        border-right: none !important;
    }

    .ct-sidebar-aside .offcanvas-body {
        padding: 0 !important;
        overflow-x: hidden;
        overflow-y: auto;
        display: flex !important;
        flex-direction: column !important;
    }
}

.ct-sidebar-aside img {
    max-width: 100%;
    height: auto;
}




.sidbar-nav {
    list-style: none;
}

.sidbar-nav ul {
    list-style: none;
}

.sidbar-nav a {
    color: #aeb2b7;
    text-decoration: none;
    display: block;
    padding: 18px 18px 18px 20px;
    font-size: 13px;
    outline: none;
    border-bottom: 1px solid rgba(255,255,255,.05);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sidbar-nav a.active,
.sidbar-nav a:hover,
.sidbar-nav a:focus {
    background: #28282e;
    color: var(--ct-green);
    display: block;
}





















.scrollable-menu {
    height: auto;
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: thin;
}



.btn-link-ct {

  color: #728C23;

}


.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: #fff;
    cursor: inherit;
    display: block;
}




.ct-report-progress-check ~ .fa-check {
  display: none;
  cursor: pointer;
}


.ct-report-progress-check ~ .fa-square {
  display: inline-block;
  cursor: pointer;
}

.ct-report-progress-check:checked ~ .fa-check {
  display: inline-block;
}


.ct-report-progress-check:checked ~ .fa-square {
  display: none;
}


#ct-report-process-checklist a {
  color: #059bd5;
}



.form-signin-heading {
  background: var(--ct-green);
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
}


.btn-signin,
.btn-signin:hover {
  background: var(--ct-green);
  background-image: url(/images/grass.png);
  background-repeat: repeat-x;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
}


/* ─── Seasonal Background ─── */

.special-background {
    background-repeat: repeat-x;
    background-size: 300px;
    background-position: bottom;
    border-radius: 4px;
    border: 1px solid #FAFAFA;
}

.grass-background {
    background-image: url(/images/grass.png);
    background-repeat: repeat-x;
    background-position: bottom;
}
