:root {
    --main-color : #1a9b8a;   
    --main-color2 : #00ac96;   
    --main-color3 : #2e357c;   

    --border-radius-40 : 40px;
    --border-radius-30 : 30px;
    --border-radius-25 : 25px;
    --border-radius-15 : 15px;
    --border-radius-10 : 10px;
}
@media (max-width:767px){
    :root {
        --border-radius-40 : 20px;
        --border-radius-30 : 15px;
        --border-radius-25 : 12px;
        --border-radius-15 : 8px;
        --border-radius-10 : 5px;
    }
}
/* container */
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
@media (min-width: 1400px) {
    .container {
        width: 1370px;
    }
}
/* width */
.w400 {
    max-width: 400px;
}
.w600 {
    max-width: 600px;
}
.w1400 {
    width: 100%;
    max-width: 1430px;
    margin: 0 auto;
    padding: 0 15px;
}
.w1500 {
    width: 100%;
    max-width: 1530px;
    margin: 0 auto;
    padding: 0 15px;
}
/* fbox */
.fbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fbox.v_t {
    align-items: flex-start;
    gap: 8px;
}
.fbox.v_bt {
    align-items: flex-end;
    gap: 8px;
}
.fbox.h_t {
    justify-content: flex-start;
}
.fbox.h_ct {
    justify-content: center;
}
.fbox.h_bt {
    justify-content: flex-end;
}
@media (min-width:768px) {
    .fbox.fx > div {
        width: 50%;
    }
    .fbox > .txt.lft {
        padding-right: 30px;
    }
    .fbox > .txt.rt {
        padding-left: 30px;
    }
    .fbox.short > .txt.lft {
        padding-right: 5px;
    }
    .fbox.short > .txt.rt {
        padding-left: 5px;
    }
    .fbox.long > .txt.lft {
        padding-right: 60px;
    }
    .fbox.long > .txt.rt {
        padding-left: 60px;
    }
}
@media (max-width:768px) {
    .fbox {
        flex-wrap: wrap;
    }
}

/*conbox*/
.conbox {
    margin-top: 60px;
}
.conbox.conbox_lg {
    margin-top: 100px;
}
.conbox.conbox_xlg {
    margin-top: 150px;
}
.conbox.conbox_xxlg {
    margin-top: 200px;
}
.conbox.conbox_mini {
    margin-top: 40px;
}
.conbox.conbox_xs {
    margin-top: 30px;
}
.conbox.conbox_xxs {
    margin-top: 20px;
}
.conbox.conbox_xxxs {
    margin-top: 10px;
}
.conbox.conbox_xxxxs {
    margin-top: 5px;
}
@media (max-width:1200px) and (min-width:992px){
    .conbox {
        margin-top: calc(100vw * (60 / 1200));
    }
    .conbox.conbox_lg {
        margin-top: calc(100vw * (100 / 1200));
    }
    .conbox.conbox_xlg {
        margin-top: calc(100vw * (150 / 1200));
    }
    .conbox.conbox_xxlg {
        margin-top: calc(100vw * (200 / 1200));
    }
    .conbox.conbox_mini {
        margin-top: calc(100vw * (40 / 1200));
    }
    .conbox.conbox_xs {
        margin-top: calc(100vw * (30 / 1200));
    }
    .conbox.conbox_xxs {
        margin-top: calc(100vw * (20 / 1200));
    }
    .conbox.conbox_xxxs {
        margin-top: calc(100vw * (10 / 1200));
    }
    .conbox.conbox_xxxxs {
        margin-top: calc(100vw * (5 / 1200));
    }
}
@media (max-width:991px) and (min-width:767px){
    .conbox {
        margin-top: calc(100vw * (60 / 992));
    }
    .conbox.conbox_lg {
        margin-top: calc(100vw * (100 / 992));
    }
    .conbox.conbox_xlg {
        margin-top: calc(100vw * (150 / 992));
    }
    .conbox.conbox_xxlg {
        margin-top: calc(100vw * (200 / 992));
    }
    .conbox.conbox_mini {
        margin-top: calc(100vw * (40 / 992));
    }
    .conbox.conbox_xs {
        margin-top: calc(100vw * (30 / 992));
    }
    .conbox.conbox_xxs {
        margin-top: calc(100vw * (20 / 992));
    }
    .conbox.conbox_xxxs {
        margin-top: calc(100vw * (10 / 992));
    }
    .conbox.conbox_xxxxs {
        margin-top: calc(100vw * (5 / 992));
    }
}
@media (max-width:768px) and (min-width:450px){
    .conbox {
        margin-top: calc(100vw * (40 / 768));
    }
    .conbox.conbox_lg {
        margin-top: calc(100vw * (50 / 768));
    }
    .conbox.conbox_xlg {
        margin-top: calc(100vw * (70 / 768));
    }
    .conbox.conbox_xxlg {
        margin-top: calc(100vw * (100 / 768));
    }
    .conbox.conbox_mini {
        margin-top: calc(100vw * (30 / 768));
    }
    .conbox.conbox_xs {
        margin-top: calc(100vw * (20 / 768));
    }
    .conbox.conbox_xxs {
        margin-top: calc(100vw * (10 / 768));
    }
    .conbox.conbox_xxxs,
    .conbox.conbox_xxxxs {
        margin-top: calc(100vw * (5 / 768));
    }
}
@media (max-width:501px){
    .conbox {
        margin-top: calc(100vw * (40 / 500));
    }
    .conbox.conbox_lg {
        margin-top: calc(100vw * (50 / 500));
    }
    .conbox.conbox_xlg {
        margin-top: calc(100vw * (70 / 500));
    }
    .conbox.conbox_xxlg {
        margin-top: calc(100vw * (100 / 500));
    }
    .conbox.conbox_mini {
        margin-top: calc(100vw * (40 / 500));
    }
    .conbox.conbox_xs {
        margin-top: calc(100vw * (20 / 500));
    }
    .conbox.conbox_xxs {
        margin-top: calc(100vw * (10 / 500));
    }
    .conbox.conbox_xxxs,
    .conbox.conbox_xxxxs {
        margin-top: calc(100vw * (5 / 500));
    }
}
/*sec_dvd*/
.sec_dvd {
    padding: 13rem 0;
}
.sec_dvd.sec_dvd_lg {
    padding: 15rem 0;
}
.sec_dvd.sec_dvd_xlg {
    padding: 20rem 0;
}
.sec_dvd.sec_dvd_mini {
    padding: 8rem 0;
}
.sec_dvd.sec_dvd_xs {
    padding: 6rem 0;
}
.sec_dvd.sec_dvd_xxs {
    padding: 5rem 0;
}
.sec_dvd.sec_dvd_xxxs {
    padding: 4rem 0;
}
@media (max-width:1200px) and (min-width:992px){
    .sec_dvd {
        padding-top: calc(100vw * (50 / 1200));
        padding-bottom: calc(100vw * (50 / 1200));
    }
    .sec_dvd.sec_dvd_lg {
        padding-top: calc(100vw * (70 / 1200));
        padding-bottom: calc(100vw * (70 / 1200));
    }
    .sec_dvd.sec_dvd_xlg {
        padding-top: calc(100vw * (100 / 1200));
        padding-bottom: calc(100vw * (100 / 1200));
    }
    .sec_dvd.sec_dvd_mini {
        padding-top: calc(100vw * (60 / 1200));
        padding-bottom: calc(100vw * (60 / 1200));
    }
    .sec_dvd.sec_dvd_xs {
        padding-top: calc(100vw * (40 / 1200));
        padding-bottom: calc(100vw * (40 / 1200));
    }
    .sec_dvd.sec_dvd_xxs {
        padding-top: calc(100vw * (30 / 1200));
        padding-bottom: calc(100vw * (30 / 1200));
    }
    .sec_dvd.sec_dvd_xxxs {
        padding-top: calc(100vw * (20 / 1200));
        padding-bottom: calc(100vw * (20 / 1200));
    }
}
@media (max-width:991px) and (min-width:767px){
    .sec_dvd {
        padding-top: calc(100vw * (80 / 992));
        padding-bottom: calc(100vw * (80 / 992));
    }
    .sec_dvd.sec_dvd_lg {
        padding-top: calc(100vw * (100 / 992));
        padding-bottom: calc(100vw * (100 / 992));
    }
    .sec_dvd.sec_dvd_xlg {
        padding-top: calc(100vw * (130 / 992));
        padding-bottom: calc(100vw * (130 / 992));
    }
    .sec_dvd.sec_dvd_mini {
        padding-top: calc(100vw * (60 / 992));
        padding-bottom: calc(100vw * (60 / 992));
    }
    .sec_dvd.sec_dvd_xs {
        padding-top: calc(100vw * (40 / 992));
        padding-bottom: calc(100vw * (40 / 992));
    }
    .sec_dvd.sec_dvd_xxs {
        padding-top: calc(100vw * (30 / 992));
        padding-bottom: calc(100vw * (30 / 992));
    }
    .sec_dvd.sec_dvd_xxxs {
        padding-top: calc(100vw * (20 / 992));
        padding-bottom: calc(100vw * (20 / 992));
    }
}
@media (max-width:768px) and (min-width:500px){
    .sec_dvd {
        padding-top: calc(100vw * (80 / 768));
        padding-bottom: calc(100vw * (80 / 768));
    }
    .sec_dvd.sec_dvd_lg {
        padding-top: calc(100vw * (100 / 768));
        padding-bottom: calc(100vw * (100 / 768));
    }
    .sec_dvd.sec_dvd_xlg {
        padding-top: calc(100vw * (130 / 768));
        padding-bottom: calc(100vw * (130 / 768));
    }
    .sec_dvd.sec_dvd_mini {
        padding-top: calc(100vw * (60 / 768));
        padding-bottom: calc(100vw * (60 / 768));
    }
    .sec_dvd.sec_dvd_xs {
        padding-top: calc(100vw * (40 / 768));
        padding-bottom: calc(100vw * (40 / 768));
    }
    .sec_dvd.sec_dvd_xxs {
        padding-top: calc(100vw * (30 / 768));
        padding-bottom: calc(100vw * (30 / 768));
    }
    .sec_dvd.sec_dvd_xxxs {
        padding-top: calc(100vw * (20 / 768));
        padding-bottom: calc(100vw * (20 / 768));
    }
}
@media (max-width:501px){
    .sec_dvd {
        padding-top: calc(100vw * (80 / 500));
        padding-bottom: calc(100vw * (80 / 500));
    }
    .sec_dvd.sec_dvd_lg {
        padding-top: calc(100vw * (100 / 500));
        padding-bottom: calc(100vw * (100 / 500));
    }
    .sec_dvd.sec_dvd_xlg {
        padding-top: calc(100vw * (130 / 500));
        padding-bottom: calc(100vw * (130 / 500));
    }
    .sec_dvd.sec_dvd_mini {
        padding-top: calc(100vw * (60 / 500));
        padding-bottom: calc(100vw * (60 / 500));
    }
    .sec_dvd.sec_dvd_xs {
        padding-top: calc(100vw * (40 / 500));
        padding-bottom: calc(100vw * (40 / 500));
    }
    .sec_dvd.sec_dvd_xxs {
        padding-top: calc(100vw * (30 / 500));
        padding-bottom: calc(100vw * (30 / 500));
    }
    .sec_dvd.sec_dvd_xxxs {
        padding-top: calc(100vw * (20 / 500));
        padding-bottom: calc(100vw * (20 / 500));
    }
}

/* hidden */
@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}
/* placeholder */
input::placeholder {
    color: rgba(0, 0, 0, 0.6);
}

/* form-box */
.form-box + .form-box {
    margin-top: 10px;
}
.form-box.form-box-icon {
    position: relative;
}
.form-box.form-box-icon .login_icon {
    position: absolute;
    left: 10px;
    width: 30px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.form-box.form-box-icon .form-item {
    padding-left: 50px;
}
/* form-box-btn */
.form-box-btn {
    display: flex;
    align-items: center;
    gap: 5px;
}
.form-box-btn > .form-group,
.form-box-btn > .form-item {
    width: calc(100% - 155px);
}
.form-box-btn .form-item-btn {
    width: 150px;
    justify-content: center;
    cursor: pointer;
}
@media (max-width:768px){
    .form-box-btn:not(.noMobile) {
        flex-direction: column;
    }
    .form-box-btn > .form-group,
    .form-box-btn > .form-item,
    .form-box-btn .form-item-btn {
        width: 100%;
    }
    .form-box-btn .form-item-btn.form-check {
        line-height: 30px !important;
        height: 30px !important;
    }
}
/* form-item */
.form-item {
    display: flex;
    align-items: center;
    border-radius: 4px;
    border: 1px solid  #ddd;
    padding: 8px;
    font-size: 15px;
    width: 100%;
    font-family: auto;
}
.form-item:not(textarea) {
    height: 55px;
}
.form-item.form-mini {
    height: 45px;
}
.form-item:focus-visible,
.form-item:focus {
    border-color: #aaa;
    outline: none;
}
.form-item.form-smt {
    border-color: #2fbaa8 !important;
    background-color: #2fbaa8 !important;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    justify-content: center;
}
.form-item.form-smt.out{
    border-color: #965ba5 !important;
    background-color: #965ba5 !important;
}
.form-item.form-smt.form-smt-dk {
    border-color: #243660 !important;
    background-color: #243660 !important;
}
.form-item.form-del {
    border-color: #b9b9b9 !important;
    background-color: #b9b9b9 !important;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 600;
    cursor: pointer;
}
.form-item.form-reset {
    border-color: #4e4e4e !important;
    background-color: #4e4e4e !important;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}
@media (max-width:768px){
    .form-item:not(textarea),
    .form-item {
        padding: 4px;
        height: 35px;
        font-size: 13px !important;
    }
    .form-item.form-mini {
        height: 30px;
    }
}
@media (max-width:500px){
    .form-item:not(textarea),
    .form-item {
        font-size: 12px !important;
    }
}
/* form-group */
.form-group {
    display: flex;
    align-items: center;
    gap: 5px;
}
.form-group.group-email {
    gap: 5px;
}
.form-group.group-email .form-item {
    width: calc(50% - 20px);
}
.form-group.group-email .dot {
    width: 30px;
    text-align: center;
}
.form-group.group-half .radio-custom,
.form-group.group-half .form-item {
    width: calc(50% - 10px);
}
/* group-addr */
.form-group.group-addr-wrp {
    gap: 5px;
}
.form-group.group-addr {
    gap: 5px;
}
.form-group.group-addr .form-item {
    width: calc(100% - 20px);
}
.form-group.group-addr-wrp .form-sch .modify_addr {
    width: calc(100% - 90px);
}
.form-group.group-addr-wrp .form-sch .sch_smt {
    width: 90px;
}
.form-group.group-addr .dot {
    width: 25px;
    text-align: center;
}
@media (max-width:768px){
    .form-group.group-addr-wrp {
        flex-wrap: wrap;
    }
    .form-group.group-addr-wrp > div {
        width: 100%;
    }
    .form-group.group-addr-wrp .form-sch .form-item {
        width: calc(100% - 60px);
    }
    .form-group.group-addr-wrp .form-sch .form-smt {
        width: 60px;
    }
}
/* form-sch */
.form-sch {
    display: flex;
    align-items: center;
    width: 100%;
}
.form-sch .form-item {
    border-radius: 0px;
    height: 50px;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.form-sch .form-item +  .form-item{
    margin-left: -1px;
}
.form-sch.form-sch1 .sch_item1 {
    width: 40%;
}
.form-sch.form-sch1 .sch_item2 {
    width: 45%;
}
.form-sch.form-sch1 .sch_item3 {
    width: 15%;
}
@media (max-width:768px){
    .form-sch .form-item {
        height: 30px;
        font-size: 12px;
    }
}
/* background */
.bg-gr {
    background-color: #ebf4f2;
}
.bg-white {
    background-color: #fff;
}
/* header */
#header {
    padding: 20px 15px;
    border-bottom: 1px solid #eee;
    background-color: #fff;
}
#header .fbox .header-logo-wrp {
    display: flex;
    align-items: center;
    gap: 15px;
    text-decoration: none;
}
#header .fbox .header-logo-wrp .header-logo {
    width: 90px;
}
#header .fbox .header-logo-wrp .header-logo-txt {
    padding-top: 5px;
}
#header .fbox .rt .log-links {
    display: inline-flex;
    text-align: center;
    gap: 10px;
}
#header .fbox .rt .log-links .log-user {
    display: inline-flex;
    padding: 5px 10px;
    gap: 6px;
    font-weight: 500;
}
#header .fbox .rt .log-links .log-btn {
    display: inline-flex;
    padding: 5px 20px;
    border-radius: 80px;
    color: #fff;
    background-color: #111;
    text-decoration: none;
    gap: 6px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}
@media (max-width:768px){
    #header {
        padding: 15px;
        border-bottom: 1px solid #eee;
        background-color: #fff;
    }
    #header .fbox {
        gap: 10px;
        justify-content: center;
    }
}
/* table */
table {
    background-color: transparent;
}
caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777777;
    text-align: left;
}
th {
    text-align: left;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
    border-top: 0;
}
.table > tbody + tbody {
    border-top: 2px solid #ddd;
}
.table .table {
    background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}
.table-bordered {
    border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}
table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}


/* table-form */
.table.table-form {
    border-bottom: 1px solid #ddd;
}
.table.table-form tbody tr th,
.table.table-form tbody tr td {
    font-size: 15px;
    line-height: 1.1em;
    vertical-align: middle;
    padding: 15px;
}
.table.table-form tbody tr th {
    background-color: #f7f7f7;
    font-weight: 600;
    color: #333;
}
.table.table-form .form-item:not(textarea) {
   height: auto;
    min-height: 40px;
    box-sizing: border-box;
    padding: 0 8px;

}
.table.table-form .form-item {
    border-radius: 0px;
}
.table.table-form .form-item:not(.form-item-full) {
    max-width: 400px;
}
.table.table-form .form-item-btn {
    line-height: 40px;
    padding: 0 8px;
    background-color: transparent;
    color: #666;
}
@media (max-width:768px){
    .table.table-form:not(.table-form-flat),
    .table.table-form:not(.table-form-flat) tbody,
    .table.table-form:not(.table-form-flat) tbody tr,
    .table.table-form:not(.table-form-flat) tbody tr th,
    .table.table-form:not(.table-form-flat) tbody tr td {
        display: block;
        width: 100% !important;
    }
    .table.table-form tbody tr th,
    .table.table-form tbody tr td {
        font-size: 13px;
        padding: 10px;
    }
    .table.table-form tbody tr td {
        padding: 10px 0;
    }
    .table.table-form .form-item:not(textarea) {
        height: 30px;
    }
}
@media (max-width:768px){
    .table.table-form tbody tr th,
    .table.table-form tbody tr td {
        font-size: 12px;
    }
}

/* radio-custom */
.radio-custom {
    width: 100%;
    max-width: 180px;
    position: relative;
}
.radio-custom input {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 3px;
    margin: -6px 0 0 0;
    z-index: 2;
    cursor: pointer;
    text-align: center;
}
.radio-custom label {
    border: 1px solid #ddd;
    background-color: #f7f7f7;
    color: #999;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 100%;
    cursor: pointer;
}
.radio-custom input:checked + label {
    border-color: #1a9b8a;
    color: #1a9b8a;
    background-color: #f6fbfa;
}
.radio-custom.radio-custom-warnning input:checked + label {
    border-color: #f00000;
    color: #f00000;
    background-color: #fffbfb;
}

/* reg-bottom-links */
.reg-bottom-links {
    max-width: 500px;
    margin: 0 auto;
}
/* duplicateCheck */
#duplicateCheck {
    padding: 30px 20px;
    position: relative;
}
#duplicateCheck .closeBtn {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}
#duplicateCheck .form-box-btn .form-item-btn {
    padding: 0 8px;
    background-color: transparent;
    color: #666;
    height: 35px !important;
    line-height: 35px !important;
    width: 100px;
    display: inline-block;
    text-align: center;
}
#duplicateCheck .form-box-btn .form-text {
    width: calc(100% - 0px);
    margin-bottom: 10px;
}


/* showDetail */
#showDetail .table tr th,
#showDetail .table tr td {
    line-height: 1.4em;
}

/* chkType */
.chkType {
    display: inline-flex;
    gap: 5px;
    align-items: center;
}
.chkType + .chkType {
    margin-left: 15px;
}

#showDetail [type="radio"]:checked:disabled {
        accent-color: red !important;
      }
      
      
      

/* 사료유형 : 체크 활성화된거처럼 보이게 */
input.checkPrint {
    width: 0px;
    height: 0px;
    opacity: 0;
}
input.checkPrint + label {
    position: relative;
    display: inline-block;
    margin-right: 0px;
    padding-left: 25px;
    margin-bottom: 4px;
}
input.checkPrint + label:not(:first-of-type) {
    margin-left: 3px;
}
input.checkPrint + label:before,
input.checkPrint + label:after {
    position: absolute;
    left: 0;
    top: 50%;
    transform:translate3d(0,-50%,0);
    width: 18px;
    height: 18px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
input.checkPrint + label:before {
    content: "\eb7b";
    font-family: remixicon !important;
    z-index: 8;
    left: 1px;
    color: #999;
}
input.checkPrint + label:after {
    content: "";
    border: 1px solid #ddd;
    background-color: #f7f7f7;
    border-radius: 4px;
}
input.checkPrint:checked + label:before {
    color: #fff;
}
input.checkPrint:checked + label:after {
    border-color: #1a9b8a;
    background-color: #1a9b8a;
}

.table.table-form input.form-item:disabled,
.table.table-form input.form-item:read-only {
    background-color: rgba(239, 239, 239, 0.3);
    color: #666;
}
