/* 11-25 */
.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td{
    white-space: nowrap;
    text-align: center;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tfoot > tr > td{
    padding: 8px 16px;    
}
.table > tbody > tr > td,td.content-break p, td.content-context-break p {
    white-space: nowrap;
    text-align: center;
}
.table > tbody > tr > td{
    padding: 10px 0;
}
.list-content{
    width: 100%;
    /* overflow-x: auto; */
    /* margin: 0 0 150px 0; */
}
#company-task{
    width: 100%;
    overflow-x: auto;
    margin-bottom: 10%;
}
.table{
    margin-bottom: 10px;
}
td.content-break{
    max-width: 100%!important;
}
.backend-section-title span:last-child{
    float: left;
    margin-left: 10px;
}
.backend-section-title{
    padding-left: 37px;
}
.backend-setion{
    width: 220px;
    max-height: 80vh;
}
.backend-data{
    width: 86%;
    /* margin-left: 3%; */
}
.backend-choice ul li{
    padding-left: 73px
}
.copyright{
    width: 14%;
}
.pagination-selection{
    width: 86%;
}
.backend{
    width: 14%;
}
.col-sm-10 {
    width: 85.777778%!important;
}
.backend-section-title span:last-child{
    float: left!important
}
@media (min-width: 1366px) and (max-width: 1600px){
    .pagination-selection{
        width: 83%;
    }
    .backend-data{
        width: 83%;
        margin-left: 3%;
    }
    .copyright {
        width: 17%;
    }    
    .col-sm-10 {
        width: 82.777778%!important;
    }
}
@media (min-width: 750px) and (max-width: 1366px){
    /* .backend-data{
        height: 680px;
    } */
    .backend-data{
        width: 80%;
        margin-left: 6%;
    }
    #company-task{
        width: 100%;
        overflow-x: auto;
        margin: 0 0 0px 0;
    }  
    .copyright {
        width: 20%;
    }
    .pagination-selection{
        width: 80%;
    }
    .col-sm-10 {
        width: 79.777778%!important;
    }
}
/* @media (min-width: 1366px){
    .backend-data{
        height: 740px;
    }
} */
