/* These styles are generated from project.scss. */

.alert-debug {
  color: black;
  background-color: white;
  border-color: #d6e9c6;
}

.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.rejected {
    color: #b94a48;
}

.delivered{
    color: #00843D
}

.queued{
    color:#007bff;
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700&family=Montserrat:ital,wght@0,300;0,400;0,700;1,400&display=swap');
body{
    background-color: #eee !important;
    font-family: 'Montserrat', sans-serif !important;
    color: #69727b !important;
}

table{
    color: #69727b !important;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700;
    color: #00843d;
}

h2{
    margin-bottom: 2rem;
}

#white-container{
    background-color: #fff !important;
    padding: 15px 30px 15px 30px;
    border-radius: 5px;
    box-shadow:2px 2px 2px #ddd;
    margin-bottom: 30px;
}

.btn-primary:hover{
    border-radius: .25rem !important;
    background-color: #fff !important;
    color: #00843D !important;
    border: 2px solid #00843D !important;
    letter-spacing: 0.08em !important;
}

.btn-danger:hover{
    color: #fff;
    background-color: #c82333;
    border: #bd2130;
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border: #dc3545;
    letter-spacing: 0.08em;
    text-transform: uppercase !important;
    font-weight: 700 !important;
}

.btn-primary, .btn-secondary{
    letter-spacing: 0.08em;
    border: 2px solid #00843d !important;
    border-radius: .25rem !important;
    text-transform: uppercase;
    font-weight: 700 !important;
    border-radius: .25rem !important;
    color: white !important;
    background-color: #00843d !important;

}

.btn-third{
    letter-spacing: 0.08em;
    border: 2px solid #00843d !important;
    border-radius: .25rem !important;
    font-weight: 700 !important;
    border-radius: .25rem !important;
    color: white !important;
    background-color: #00843d !important;
}

.btn-primary:hover, .btn-secondary:hover, .btn-third:hover {
    cursor: pointer;
    border: none;
}

a, .secondaryAction{
    color: #00843d !important;
}

 .secondaryAction:hover{
    border: none;
}


td a{
    color: #00843d !important;
    text-decoration: underline !important;
}

a:hover, .nav-link:hover{
    cursor: pointer;
}

#navbar-brand{
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700;
    color: #00843d;
    width: 175px;
    text-transform: capitalize;
}

.site-logo {
    width: 135px;
    height: 100%;
}

.navbar-light{
    background-color: white !important;
    box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.2);
    text-transform: uppercase;
    font-size: 13px;
}

.nav-link {
    color: #00843d !important;
    font-weight: 700;
}


select{
    padding: 5px
}

h4{
    font-size: 1rem !important;
}

h5{
    font-size: 1.1rem;
}

h6{
    font-size: 1rem;
}

.card-header{
    font-weight: 700;
    color: #00843d;
}


label{
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 300;
    color: #69727b;
}

option{
    color: #69727b !important;
}


 /* desktop mode */
@media (min-width: 992px){
    .container{
        /* margin: 40px; */
        margin-top: 40px;
    }
}

/* mobile mode */
@media (max-width: 992px){
    .container{
        margin-top: 40px;
    }

}


.navbar-nav > li {
    float: left;
    position: relative;
  }

.navbar-light .navbar-nav .active a::after {
    border-bottom: 2px solid #00843d;
    bottom: -5px;
    content: " ";
    left: 0;
    position: absolute;
    right: 0;
}


.dropdown-item:active{
    background-color: transparent !important;
}

.dropdown-menu {
    font-size: 13px;
}

.errorlist{
    list-style: none;
    font-size: 9pt;
    color: red;
    padding-left: 0px;
}

.nav-sidebar {
    left: 24px;
    margin-left: 0;
}

.pagination li.active  a{
    color: #6c757d !important;
    pointer-events: none !important;
    cursor: auto !important;
    background-color: #e9ecef !important;
    border-color: #dee2e6 !important;
}

/* section label */


.selection-header{
    font-family: 'Montserrat', sans-serif !important;
    font-weight: bold;
    color: #00843d;
    background-color: rgba(0,0,0,.03)
}

.selection-label{
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 300;
    color: #00843d;
    background-color: rgba(0,0,0,.03)
}


.label-left{
    width: 20%;
}

/* Admin Process Order */

table input {
    text-align: right;
    color: #00843d;
}

table select {
    width: 100%;
    color: #00843d;
}

/* Report overview stying */

#report-overview .card-body {
    padding: 0.25rem;
}
#report-overview .card h6, .h6 {
    font-weight: 500 !important;
    font-size: 0.825rem;
    color:black !important;
}

#report-overview .align-items-center{
    align-items: center!important;
    padding-left: 15px;
}

.errorlist {
    margin: 0;
}

.btn-link{
    color: #00843D;
    font-weight: bold;
    text-decoration: none;
}
.btn-link:hover{
    color: #00843D;
    text-decoration: underline;
}


/* Login midog lab section */
.rich_title{
    font-size: 58px;
}
.rich_font {
    font-family: serif,sans-serif;
    letter-spacing: 0em;
    color: rgb(99,90,80);
}
.rich_text {
    font-size: 18px;
    line-height: 1.8em;
    text-align: center;
}
