.changeStatus,
.delPrice,
.Paid,
.unPaid,
.eHDC,
.eHDCName,
.xeditable,
.accordion-toggle,
.refID,
.billID,
.pointer {
    cursor: pointer;
}

.bg-thai{
    background-color: #21618C;
    color: #ffffff;
}
.bg-laos{
    background-color: #7B241C;
    color: #ffffff;
}
.bg-hanoi{
    background-color: #5B2C6F;
    color: #ffffff;
}
.bg-darkYellow {
    background-color: #F57F17;
}
.bg-lightYellow {
    background-color: #FBC02D;
}
.bg-dark {
    background-color: #000000;
}
.bg-green {
    background-color: #3FAD46;
    color: #ffffff;
}

.bg-red {
    background-color: #DF382C;
    color: #ffffff;
}
.bg-LightSalmon {
    background-color: #EF9A9A;
}
.bg-gray {
    background-color: #d3d3d3;
}
.bg-DodgerBlue {
    background-color: #1E90FF;
}
.bg-LightSkyBlue {
    background-color: #87CEFA;
}
.bg-LightSeaGreen {
    background-color: #20B2AA;
}
.bg-DarkSeaGreen {
    background-color: #ABEBC6;
}
.bg-LightGreen {
    background-color: #90EE90;
}
.bg-DarkViolet {
    background-color: #9400D3;
}
.bg-Lavender {
    background-color: #E6E6FA;
}
.bg-teng {
    background-color: #FEFFC5;
}

.bg-step {
    background-color: #CDCBFF;
}

.bg-sum {
    background-color: #00FFC7;
}

.bg-teng-light {
    background-color: #FFFFF2;
}

.bg-step-light {
    background-color: #E9EAFF;
}

.bg-sum-light {
    background-color: #DFFFF5;
}

.text-black {
    color: #000000;
}

.text-blue {
    color: #0000ff;
}
.text-orange {
    color: #ec971f;
}
.text-green{
    color: #449d44;
}
.text-red {
    color: #DF382C;
}
.text-white-20 {
    color: #fff;
    font-size: 20px;
}
.text-greenDark {
    color: #004D40;
}
.text-hdc{
    color: #36c;
}
.thick {
  font-weight: bold;
}
.text-small {
    font-size: 13px;
}
.text-right{
    text-align: right;
}

.rowborder {
    border: 1px solid;
}

.rowborder+.rowbordered {
    border-top: 0;
}



.radio,
.checkbox {
    margin-bottom: 0px !important;
}

.close {
    opacity: 1;
}

.panel {
    margin-bottom: 5px;
    margin-top: 5px;
}

.well {
    margin-bottom: 5px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

option{
    font-family: "inherit";
}
.table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {

    padding: 4px;
    line-height: 1.42857;
    vertical-align: middle;
    border-top: 1px solid #abc4f5;

}
.content-table{
    background-color: #4c69b8;
    color: #fff;
    line-height: 16px;
    vertical-align: middle;
    border-top: 1px solid #7b95d9;
    border-left: 1px solid #7b95d9;
    border-bottom: 1px solid #314e9d;
    border-right: 1px solid #314e9d;
}
.green-bg td {
    border-top: 1px solid #d9efef;
    border-left: 1px solid #d9efef;
    border-right: 1px solid #a8d1d1;
    border-bottom: 1px solid #a8d1d1;
}
.blue-bg td {
    border-top: 1px solid #e7efff;
    border-left: 1px solid #e7efff;
    border-right: 1px solid #abc4f5;
    border-bottom: 1px solid #abc4f5;
}
.league-row{
    background-color:#2d4694;
    color: #ffffff;
    border:0;
}
