@charset "utf-8";

.bg1 {
    background-color: #204f33;
}
.bg2 {
  background-color: #fffdee;
}
.navbar>.border-bottom {
    border-color: #204f33;
}
.border, .table-border>*>tr>td, .table-border>*>tr>th, .table-line tr:not(:first-child), .table-line td, .table-line th, .table-line>thead>tr, .tab::before, .input, .select, .textarea, .border-top, .border-bottom {
    border-color: #3b5230;
    border-top-color: #3b5230;
    border-bottom-color: #3b5230;
}
.form-danger, .form-danger:focus {
    color: #f0506e;
    border-color: #f0506e;
}
.c1 {
    color: #204f33;
}
.tab>*,
.tab>*:not(.active),
.tab>.active>a:before {
    border-bottom-color: #204f33;
    opacity:1;
}
.tab>*>a {
    color: #222 !important;
}