#international_result .row{
    margin: 0 !important ;
}
#international_result .row [class*="col-"]{
    padding:  0 !important;
}
#progress_img{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    background: white;
    padding: 20px 0 33px;
}
.blck_frm.block-info #national,
.blck_frm.block-info #international,
.blck_frm.block-info .row > p
{
    display: none !important;
}
#DataTables_Table_0 > thead > tr > th{
    text-align: left;
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}
#DataTables_Table_0 > tbody > tr > td{
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
#DataTables_Table_0 .colorState4 .highlightStatus{
    color: #008000 !important;
    font-weight: bold;
}
#DataTables_Table_0 .colorState3 .highlightStatus{
    color: #FFA500  !important;
    font-weight: bold;
}
#DataTables_Table_0 .colorState2 .highlightStatus{
    color: #E1D905   !important;
    font-weight: bold;
}
#DataTables_Table_0 > tbody > tr:nth-of-type(odd){
    background-color: white;
}

#progress_img .progress_img_span {
    width: 150px;
    /* height: 99px; */
    text-align: center;
    display: inline-block;
    position: relative;
}

.table-striped.table-hover.table-responsive.datatable.dataTable thead{
    background: #172154;
    color: white;
}
#progress_img .progress_img_span div {
    border: 0px solid #ffffff;
    -moz-border-radius: 30px;
    -webkit-border-radius: 10px;
    border-radius: 8px 8px 1px 1px;
    background-color: white;
}
#progress_img .progress_img {
    border: 1px solid #ffffff;
    -moz-border-radius: 30px;
    -webkit-border-radius: 10px;
    border-radius: 1px 1px 8px 8px;
}

.btn-max-with{
    display: inline-block;
    overflow: hidden;
    max-width: 100%;
}

table.has-columns-hidden > tbody > tr > td > span.responsiveExpander {
    background: url(../images/plus.png) no-repeat 5px center !important;
    padding-left: 32px;
    cursor: pointer;
}

table.has-columns-hidden > tbody > tr.row-detail > td > ul {
    list-style: none;
    margin: 0;
}

table.has-columns-hidden > tbody > tr.row-detail > td > ul {
    list-style: none;
    margin: 0;
}


@media only screen and (max-width:767px){
    #progress_img{
        flex-wrap: wrap;
        justify-content: space-around !important;
    }
}
@media only screen and (max-width:420px){
    #progress_img{
        justify-content: center !important;
    }
}