*{
    margin: 0;
    padding: 0;
}

body {
    /*background-image: url("../img/profile(4).jpg"),url("../img/profile(5).jpg"),url("../img/profile(3).jpg"),url("../img/profile(1).jpg"),url("../img/img.jpg");
    background-repeat: no-repeat,no-repeat,no-repeat,no-repeat,repeat-x;
    background-attachment: fixed,fixed,fixed,fixed,fixed;
    background-position: 0 0, 38% 0,75% 0,100% 0,0 100%;*/
}
.panel{
    width: 1250px;
    margin-top: 7% !important;
    margin: 0 auto;
}

.buttonLabel{
    width: 100%;
}

table{
    border: 1px solid #ccc;
}

#list .tHead{
    background-color: #3174AF !important;
    
}

#list .tHead a{
    color: #fff !important;
    font-size: 1em;
}
ul,li{
    text-decoration: none;
    display: inline-block;
    margin-top: 20px;
}

tr{
    border: 1px solid #ccc;
}

#list tr:nth-of-type(odd){
    background-color: #ccc;
    
}

#list tr:nth-of-type(odd) td{
    border: 1px solid #fff;
}
td{
    border: 1px solid #ccc;
}

.panel-heading{
    text-align: center;
}

.pagination{
    display: table !important;
    margin: auto !important;
}

.msg{
    text-align: center;
}
.img{
    display: table !important;
    margin: auto !important;
}



.sorting{
    color: whire !important;
}

#list{
    width: 500px !important;
}

.datatable-input-text{
    width: 100px !important;
}

.datatable-input-text::first-child{
    width: 40px !important;
}

table{
    margin: auto;
}

.send_button{
    text-align: center;
}