[role="progressbar"][aria-busy="true"]::after {
    background-color:  rgb(0,109,77);
}

.btn{
    background-color: rgb(0,109,77);
}
div.cd_input_wrapper > p.search_icon,
button.ui-datepicker-trigger{
    /*background-color: #1f8c90 !important;*/
    background-color: rgb(0,109,77) !important;
}
.btn_calc{
    /*background-color: rgb(253,92,92) !important;*/
    background-color: rgb(0,109,77) !important;
}
.btn_clear{
    border: rgba(0,10,0,0.15) solid 2px !important;
    background-color: rgba(244,236,225,0);;
    color:rgb(0,109,77) !important;
}

.btn_execute{
    background-color: rgb(0,109,77) !important;
}


dl.input_area_inner dt {
    /*color: #017175 !important;*/
    color: rgb(0,109,77) !important;
    background-color: transparent;
}

table.list_table th {
    color: #ffffff;
    /*background-color: #1f8c90;*/
    background-color: rgb(0,109,77) !important;
    border-color:rgba(255,255,255,0.1);
}

table.list_table td {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    border-top: 1px solid rgba(0,0,0,0.1);
    border-left: 1px solid rgba(0,0,0,0.05);
    border-right: 1px solid rgba(0,0,0,0.05);
}

table.list_table tr:nth-child(odd) td {
    background-color: rgba(244,236,225,0.3);
}


a  {
    /*color: #017175 !important;*/
    color: rgb(0,109,77) !important;
}


section.title_area {
    background-color: rgba(244,236,225,0.2);

}

section.title_area h2 {
    /*border-left: #1f8c90 solid 7px;*/
    border-left: rgb(0,109,77) solid 7px;
}

#over_ray .over_ray_inner h3{
    border-left: rgb(0,109,77) solid 7px;
}
section.input_area {
    background-color: rgba(244,236,225,0.2);
}

section.input_area div.input_area_title {
    background: #ffffff;
    /*
    border-bottom: #1f8c90 solid 3px;
    color: #1f8c90;
    */
    border-bottom: rgb(0,109,77) solid 3px;
    color: rgb(0,109,77) !important;
    padding-left:0;
    padding-right:0;
    font-size: 120%;
}

#upload_excel #dragandrophandler{
    border-color:rgb(0,109,77);
    background: rgba(0,109,77,0.05);
}

#popup_message i{
    color: rgb(0,109,77) !important;
}

#popup_ok:hover,
#popup_cancel:hover,
#popup_ok:focus,
#popup_cancel:focus {
    background: rgb(0,109,77) !important;
}
