html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

.form-create  {
    max-width: 400px;
}




.mm-btn-delete {
    background-color: transparent;
    height: 20px;
    width: 20px;
    padding: 0px;
    margin: 0px;
    vertical-align: auto;
}

.mm-btn-delete-icon {
    vertical-align: top;
    height:17px;
}

.mmSearchbar {
    min-height: 45px;
    max-width: 700px;
}

.mmLoginContainer {
    
}

.mmLoginBox {
    width: 325px;
    background-color: #e0e0e0ff;
    padding: 40px;
    border-radius: 10px;
}

.mmloginform{
    margin-bottom: 15px;
}

.mmloginbtn {
    width: 100%;
}


.btn-success {
    color: #fff;
    background-color: #36622d;
    border-color: #36622d; /*set the color you want here*/
}

    .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
        color: #fff;
        background-color: #9fc54e;
        border-color: #36622d; /*set the color you want here*/
    }


.mmLoginLogo {
    width: 250px;
    margin-bottom: 25px;
}

.mmBodyBackground {
    background-color: #9fc54e;
    background-image: url('/images/gronwp.png');
    background-repeat: repeat;

}

.mm-table {
    width: 100%;
}

.mm-table thead th {
    border-bottom: none;
    font-weight: 550;
    padding: 5px;
    background-color: #36622d;
    color: white;
}
        .mm-table thead th:first-child {
            border-top-left-radius: 10px;
        }

        .mm-table thead th:last-child {
            border-top-right-radius: 10px;
        }

.mm-table tbody tr:not(.mm-total-row):nth-child(even) td {
    background-color: #f7faf7;
}

.mm-table tbody tr:not(.mm-total-row):hover td {
    background-color: #e8f3e8;
}

.mm-table tr:not(.mm-total-row) td:nth-child(3) {
    font-weight: 700;
    color: #36622d;
    font-size: 1.05rem;
}

.mm-total-row td {
    background-color: #36622d;
    color: white;
}

    .mm-total-row td:first-child {
        border-bottom-left-radius: 10px;
    }

    .mm-total-row td:last-child {
        border-bottom-right-radius: 10px;
    }



.mm-table th:nth-child(3),
.mm-table td:nth-child(3) {
    width: 50px;
}

.mm-table th:nth-child(5),
.mm-table td:nth-child(5) {
    width: 100px;
}
.mm-table th:nth-child(4),
.mm-table td:nth-child(4) {
    width: 40%;
}