@import url('https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;1,100;1,200;1,300;1,400;1,500&display=swap');

body{
    font-family: 'Prompt', sans-serif;
}

main > .container {
    padding: 70px 15px 20px;
}

.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th,
.grid-view td:last-child {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.navbg
{
    background-color: #66cc00;
    color : #000;
}

.gradient-header {
    color: #000;
    background: linear-gradient(334deg, #66cc00, #66cc00, #66cc00, #7fe619, #b3ff67, #7fe619, #66cc00, #66cc00, #66cc00, #66cc00);
    background-size: 1000% 1000%;
    -webkit-animation: Gradient-Header 30s ease infinite;
    -moz-animation: Gradient-Header 30s ease infinite;
    animation: Gradient-Header 30s ease infinite;
}

@-webkit-keyframes Gradient-Header {
    0%{background-position:13% 0%}
    50%{background-position:88% 100%}
    100%{background-position:13% 0%}
}
@-moz-keyframes Gradient-Header {
    0%{background-position:13% 0%}
    50%{background-position:88% 100%}
    100%{background-position:13% 0%}
}
@keyframes Gradient-Header { 
    0%{background-position:13% 0%}
    50%{background-position:88% 100%}
    100%{background-position:13% 0%}
}

.navbar-dark .navbar-brand {
    color: #000;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #000;
}

.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active {
    color: #000;    
    text-decoration: underline;
    font-size: 1.2em;
}

.navbar-dark .navbar-nav .nav-link {
    color: #000000;
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: #000000;
    text-decoration: underline;
}

.text-black{
    color: #000;
}

.body-content > .row > .col-lg-4{
    height:250px;
}

.body-content > .row > .col-lg-4 > h1{
    color:#000
}

.text-green{
    color:#66cc00
}

.text-gray {
    color: #adb5bd;
}

.text-lightgreen{
    color:#83bc49
}

.text-yellow{
    color:#e9de00;
}

.text-orange{
    color:#e99700;
}

.text-red{
    color:#e90000;
}

.bg-black{
    background-color: #000;
}

.bg-green{
    background-color:#66cc00
}

.bg-lightgreen{
    background-color:#83bc49
}

.bg-yellow{
    background-color:#e9de00
}

.bg-orange{
    background-color:#e99700
}

.bg-red{
    background-color:#e90000
}

.list-nav > a {
    color:#000;
    text-decoration: none;
}

.list-nav > a:hover {
    color:#fff;
    text-decoration: none;
}

.card-header > h5 > button {
    color:#000;
    text-decoration: none;
}

.card-header > h5 > button:hover {
    color:#ffffff;
    text-decoration: none;
}

.card-title > a {
    color:#66cc00;
    text-decoration: none;
}

.list-card-title > a:hover {
    color:#fff;
    text-decoration: none;
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.1rem 0rem;
}

#tbl-dashboard > thead > tr > th{
    vertical-align: middle;
}

#tbl-dashboard > thead > tr{
    background-color: #66cc00;
    color: black;
    text-align: center;
}

.badge-status {
    color: black;
    font-weight: 400;
    font-size: 0.8em;
}

main > .container {
    padding: 0px 0px 0px;
}

.nav-tabs {
    border-bottom: 1px solid #ffffff;
}

.nav-tabs .nav-link.active {
    color: #000000;
    background-color: #6c0;
    border-color: #dee2e6 #dee2e6 #fff;
    font-weight: 800;
    text-decoration: none;
    border-radius: 5rem;
}

.nav-tabs .nav-link, .nav-tabs .nav-item.show .nav-link {
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    border-color: #000000;
    font-weight: 400;
    border-radius: 5rem;
    margin-right: 3px;
}

.nav-tabs .nav-link:hover {
    color: #6c0;
    background-color: rgb(0, 0, 0);
    border-color: #000000;
}

a{
    color: rgb(0, 0, 0);
    text-decoration: none;
}

a:hover{
    color: #1e7e34;
    font-weight:600;
    text-decoration: none;
}

footer > div > p > a{
    color: #6c0;
    text-decoration: none;
}

footer > div > p > a:hover{
    color: rgb(0, 255, 157);
    text-decoration: none;
}

.text-green  h6 {
    font-size: 16px;
}

.d9:hover {
    color: #65cc00;
    background-color: #000000;
    border-color: #1e7e34;
}

.btn.disabled, .btn:disabled {
    opacity: 1;
}

.sortable:hover{
    cursor: pointer;
    color: white;
}

.progress {
    display: -ms-flexbox;
    display: flex;
    height: 1.5rem;
    overflow: hidden;
    line-height: 0;
    font-size: 0.75rem;
    background-color: #e0e2e4;
    border-radius: 0.5rem;
}