﻿
.dataTables_length {
    float:left;
    margin-left:10px;
    margin-top:27px;
}

.dt-etc {
    float:right;
}

.dataTables_info {
    margin-right:5px;
    padding-top:4px;
    float:right;
}

.dataTables_processing {
    z-index:9999;
    position:fixed;
    top:50%;
    left:50%;  
}

.dataTables_paginate {
    height:32px;
    float:left;
}

.pagination {
    height:32px;
    margin-top:0px;
}

.myColVis {    
    width:40px;
    float:right;
    margin-top:0px;
}

.DTTT_container {
    width:80px;
    float:right;
    margin-top:0px;
}

.dataTables_filter {
    float:right;
    /*margin-right:200px;*/
    height:32px;
    margin-top:0px;
}

.dataTables_filter > label > input[type="text"]:hover {
    border:1px solid #DDDDDD;
}

.dataTables_filter > label > input[type="text"]:focus {
    border:1px solid #DDDDDD;
    box-shadow:0 0 0px #000000;
}

.dataTables_wrapper {
    /*background-color:#EFF3F8;*/   
}
/*
.dataTable > tbody {
    height:300px;  
    display:block; 
    overflow:auto;
    width:100%;
}

.dataTable > thead {
    display:block;
    width:100%
}
*/
.DTTT_button {
    width:40px;
    height:32px;   
}

.ColVis_Button {
    text-align:left;
    width:40px;
    height:32px;
}

.dataTables-footer {
    background-color:#307ecc;
    height:32px;
}

.dataTables-header {
    background-color:#EFF3F8;
    height:32px;
}

.dataTables-title {
    background-color:#307ecc;
    height:40px;
    vertical-align:middle;
    /*text-align:left;*/
}

.dataTables_scrollHeadInner {
    background-color:#eeeeee;
}




