﻿.container {
            min-width: 95%;    
            min-height:100%;  
        }
html,body {
    background-color: #EEEEEE;
    min-height:100%; 
    font-size: 12px !important;
}
.header {
    background-color: rgb(53, 126, 189);
    color: white;
    padding-left: 12px;
}

table.dataTable tbody tr {
    background-color: rgb(163, 168, 173));
}
.table-hover > tbody > tr:hover:nth-child(even) > td {
    background-color: #c9c9c9;
}

.table-hover > tbody > tr:hover:nth-child(odd) > td {
    background-color: #c9c9c9;
}

table.dataTable tbody td {
   
    padding-left: 10px;
    border: 1px solid #edeeef;
}

.btn {
    padding: 2px 11px;
}
.myRow {
    box-shadow: 5px 5px 5px #888888;
}
.h4mrgbtm
{
    margin-bottom: 0;
}
.dataTables_filter
{
    margin: -40px 15px 0 0 !important;
}
.dataTables_filter input {
    border-radius: 3px !important;
    color: black !important;
}
.dataTables_wrapper 
{
    margin:15px !important;
}
.postLink {
    display: inline;
}

.panel-default {
    padding-top: 10px;
}


.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_processing {
    color: #333;
    margin-top: -3.5em;
}


.dataTables_filter > label {
    color: transparent !important;
}

.glyphicon {
    padding-right:5px;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 0px solid #111;
}
.dt-buttons {
    display:none
}
