#message-box {
    z-index: 999999;
    display: none;
    position: fixed;
    padding: 30px;
    border-radius: 5px;
    top: 10px;
    right: 10px;
}
#container
{
    padding-top: 10px;
}
#tpagination, #pagination
{
    float: right;
}
#current_sequence, #total_display
{
    float: left;
}
.pagination
{
    margin: 0px;
}
.table
{
    margin-top: 10px;
    margin-bottom: 10px;
}
#total_display
{
    margin-top: 10px;
}
.sorting_asc {
    background: url('../img/sort_asc.png') no-repeat center right;
    cursor:pointer;
}
.sorting_desc {
    background: url('../img/sort_desc.png') no-repeat center right;
    cursor:pointer;
}
.sorting {
    background: url('../img/sort_both.png') no-repeat center right;
    cursor:pointer;
    padding-right:20px !important
}

#mainLoading
{
    color: #000;
    z-index: 9999;
    background: url("../img/18.gif") no-repeat scroll 50% 50% transparent;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    background-color: #111111;
    width: 100%;
}

.table td button
{
    margin-right: 5px;
    margin-bottom:5px;
}
.input-error
{
    background-color: #FDEDEF !important;
}
.agency .operation{
    display: inline-block;
    color: #FFF;
    font-weight: 500;
    margin-right: 6px;
    border-radius: 4px;
    float: left;
    font-size: 14px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    background-color: grey;
}
.agency {
    display: inline-block;
    font-size: 14px;
}
.agency > span {
    display: inline-block;
}
.agency .operation.rapid {
    background-color: #e95426;
}
.agency .operation.mc {
    background-color: #4598f7;
}
.agency .operation.viv {
    background-color: #585094;
}
.agency .operation.pr {
    background-color: #004d8a;
}
.agency .operation.rpd {
    background-color: #2a2aff;
}
.agency .operation.pi {
    background-color: #0f0f97;
}
.agency .operation.piab {
    background-color: #0f9757;
}
th.headerCol {
    padding-right: 20px !important;
}