/* STATUS STYLE */
.status_EVAL{color: #b92c28;}
.status_EVAL_SUB, .status_PEND, .status_PEND_END, .status_APPROVAL{color: #b92c28;}
.status_IMPOSSIBLE{color: #5e5e5e;}
.status_READY{color: #b92c28;}
.status_FUNDING{animation: blink_blue 2s ease infinite; -webkit-animation: blink_blue 2s ease infinite;}
.status_CANCEL{color: #5e5e5e;}
.status_SUCCESS{animation: blink_green 2s ease infinite; -webkit-animation: blink_green 2s ease infinite;}
.status_REPAY{color: #4775d1;}
.status_OVERDUE{animation: blink_red 2s ease infinite; -webkit-animation: blink_red 2s ease infinite;}
.status_COLLECT{animation: blink_red 2s ease infinite; -webkit-animation: blink_red 2s ease infinite;}

/* STATUS BLINK COLOR */
@-webkit-keyframes blink_green {from { color: #00e64d;} to {color: #009933;}}
@keyframes blink_green{from { color: #00e64d;} to {color: #009933;}}
@-webkit-keyframes blink_blue {from { color: #3399ff;} to {color: #0059b3;}}
@keyframes blink_blue{from { color: #3399ff;} to {color: #0059b3;}}
@-webkit-keyframes blink_red {from { color: #e89996;} to {color: #b92c28;}}
@keyframes blink_red{from { color: #e89996;} to {color: #b92c28;}}

/* BLINK TEXT */
.text-blink-blue{animation: blink_blue 2s ease infinite; -webkit-animation: blink_blue 2s ease infinite;}
.text-blink-green{animation: blink_green 2s ease infinite; -webkit-animation: blink_green 2s ease infinite;}
.text-blink-red{animation: blink_red 2s ease infinite; -webkit-animation: blink_red 2s ease infinite;}

/* CUSTOM CSS */
.help-text-line{display: none;}
.btn-normal{background-color: #ffffff; border: 1px solid #999;padding-left: 10px !important;padding-right: 10px !important; line-height: 22px;}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {cursor: pointer !important;}
.nav-tabs > .dropdown > .dropdown-menu > li > a {color: #337ab7; text-decoration: none; font-size: 12px; padding: 10px 15px;}

/* PROGRESS BAR */
.input-custom-prog{height: 20px; border: 1px; background-color: #f3f3f3;}
.input-custom-prog::-webkit-progress-bar{height: 20px; border: 1px; background-color: #f3f3f3;}
.input-custom-prog::-webkit-progress-bar-value{height: 20px; border: 1px; background-color: #f3f3f3;}
.input-custom-prog::-moz-progress-bar{height: 20px; border: 1px; background-color: #f3f3f3;}

.input-custom-prog-percent{height: 8px; border: 1px; background-color: #8c8c8c;}

/*PRODUCT BOX*/
.ivl-thumb {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
/** INLINE INPUT & BUTTON */
.inner-inputs {display: table; width: 100%;}
.inner-inputs-text-box {display: table-cell; width: 100%; padding: 0px 5px 0px 0px;}
.inner-inputs-button{display: table-cell;}

.bca-btn-default{padding: 5px 10px; border: 1px solid #bfbfbf; background-color: #ffffff;}

.btn-confirm {
    background-color: #5078b0!important;
    padding: 3px 20px!important;
    color: #ffffff!important;
}
.table-nonbox {
    padding: 20px 0px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #fafafa;
}

.table thead th {
    font-weight: 500;
    background-color: #dadada;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    color: #fff!important;
    font-weight: 600!important;
    cursor: default;
    background-color: #999999;
    border-color: #999999;
    border-radius: 50%;
    margin-left: 10px;
    margin-right: 10px;
}

::-moz-selection {
    background: #5078b0;
    color: #ffffff;
}
::selection {
    background: #5078b0;
    color: #ffffff;
}

.cusoronshow{display: none; cursor: pointer;}
.cusoronoff:hover .cusoronshow{display: block;}
.cusoronoff:hover .cusoronhide{display: none;}

.bc5-search-layer{background-color: #f4f6f8; border: 1px solid #bfbfbf; padding: 8px 20px;}
.bc5-search-table>tbody>tr>td{vertical-align: middle;}
.bc5-search-layer select, input{background-color: #ffffff !important;}

.custom-table-list{border-top: 2px solid #bfbfbf; border-bottom: 2px solid #bfbfbf; cursor: default; font-size: 14px;}
.custom-table-list>thead>tr>th{background-color: #ebf0fa;}