.bg-mycolor-primary {
    background-color: #0E6251 !important;
}

/*D69402*/
.btn-mycolor-secondary {
    color: #fff;
    background-color: #D69402;
    border-color: #D69402;
}

.btn-mycolor-secondary:hover {
    color: #fff;
    background-color: #E3B653;
    border-color: #E3B653;
}

.btn-mycolor-secondary:focus,
.btn-mycolor-secondary.focus {
    color: #fff;
    background-color: #E3B653;
    border-color: #E3B653;
    box-shadow: 0 0 0 0.2rem rgba(62, 208, 156, 0.5);
}

.btn-mycolor-secondary.disabled,
.btn-mycolor-secondary:disabled {
    color: #fff;
    background-color: #1cc88a;
    border-color: #1cc88a;
}

.btn-mycolor-secondary:not(:disabled):not(.disabled):active,
.btn-mycolor-secondary:not(:disabled):not(.disabled).active,
.show>.btn-mycolor-secondary.dropdown-toggle {
    color: #fff;
    background-color: #169b6b;
    border-color: #149063;
}

.btn-mycolor-secondary:not(:disabled):not(.disabled):active:focus,
.btn-mycolor-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-mycolor-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(62, 208, 156, 0.5);
}

.w-30 {
    width: 30% !important;
}
.w-35 {
    width: 35% !important;
}

.w-40 {
    width: 40% !important;
}

.w-60 {
    width: 60% !important;
}

.w-70 {
    width: 70% !important;
}

.fixed-layout {
    table-layout: fixed;
}

.fixed-layout th:nth-child(1),
.fixed-layout td:nth-child(1) {
    width: 30%;
}

.fixed-layout th:nth-child(2),
.fixed-layout td:nth-child(2) {
    width: 30%;
}

.fixed-layout th:nth-child(3),
.fixed-layout td:nth-child(3) {
    width: 35%;
}

.fixed-layout th:nth-child(4),
.fixed-layout td:nth-child(4) {
    width: 5%;
}


