/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 16.04.2018, 23:02:52
    Author     : Marcus
*/

.idCol{
    color:darkgrey;
    width: 20px;
    text-align: right;
}
.tinyCol{
    width: 20px;
    text-align: center;
}
.smallCol{
    width: 60px;
}
.medCol{
    width: 120px;
}
.largeCol{
    width: 220px;
}
.medTextButton{
    width:160px
}
.coreDataPanel{
    margin: 5px;
    background-color: #f2f2f2; 
    border-radius: 6px; 
    padding: 10px;
}
.coreDataBackground{
    background-color: #f2f2f2; 
    background: #f2f2f2;
}
.menubar{
    padding-top:16px;
    padding-bottom:16px;
    background: #312f38
}
/* The following dataTables_* rules fix css bugs in bootsfaces datatables CDN version. */
.dataTables_filter{
    float:right;
}

.dataTables_wrapper .dataTables_paginate{
    float:right;
    padding-top: 0.25em;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 0.1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    *cursor: hand;
    color: #333 !important;
    border: 1px solid transparent;
    border-radius: 2px;
}


