.align_right{
    text-align: right;
}
.line_pre{
    white-space: pre-line!important;
}
main{
    margin-top: 0px;
}
.prospect-sistem  {
    margin-bottom: 15px;
}

.prospect-sistem  .btn {
    border: none;
}

.prospect-sistem  .table_data_quality,
.prospect-sistem  .target_country,
.prospect-sistem  .table_countrys {
    width: 100%;
    float: left;
}

.prospect-sistem  .target_country img {
    display: block;
    margin: 15px auto;
    width: 25%;
}

.show_checkbox .progress{
    display: none;
    margin-bottom: 0px;
}
.progress_width img{
    max-width: 75px;
}
.prospect-sistem .nav-tabs{
    border: none;
}
.prospect-sistem .nav-tabs>li>a{
    border: 1px solid #d0d0d0;
    padding: 6px 12px;
   font-family: inherit;
    font-weight: bold;
    font-size: 14px;
    color: #ffffff;
    border-radius: 4px;
    margin-right: 5px;
    background-color: #26478d;
    background-image: none;
}
.prospect-sistem .nav-tabs>li:hover>a,
.prospect-sistem .nav-tabs>li.active>a,
.prospect-sistem .nav-tabs>li.active>a:focus,
.prospect-sistem .nav-tabs>li.active>a:hover{
    background-color: #ffffff;
    background-image: none;
    background-repeat: repeat-x;
    border: 1px solid transparent;
    padding: 6px 12px;
    color: #015cae;
    border: 1px solid #d0d0d0;
}
.table_potential .th .td:after{
    top: 22px;
}
.table_potential .th .td:nth-child(1):after{
    top: 32px;
}
.post_100 {
    display: block;
    width: 100%;
}

/* Make the Important for specific case - Pragnesh*/
.total_head .td{
    height: 61px !important;
}
@media screen and (min-width: 1024px) {
    .prospect-sistem  .target_country img {
        width: 30%;
    }
}
@media screen and (min-width: 1200px) {
    .table_resolt_analis .th .td{
        white-space: pre-line;
    }
}

@media screen and (min-width: 1470px) {
    .prospect-sistem  .target_country img {
        width: 85%;
    }
    .prospect-sistem .post_100 .post_left{
        width: 59%;
        float: left;
    }
    .prospect-sistem .post_100 .post_right{
        width: 41%;
        float: right;
    }
    .prospect-sistem .post_100 .post_right .target_country{
        width: 33%;
    }
    .prospect-sistem .post_100 .post_right .table_countrys{
        width: 67%;
    }
}

.hide{
    display: none!important;
}
.show{
    /*display: block!important;*/
    display: table-cell !important;
}
