/* RESET 
---------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }


* {
  margin: 0;
  padding: 0;
}

html, body 
{
  height: 100%;
  padding: 0px;
  margin: 0px;
}

#wrapper{
  padding: 0px;
  margin: 0px;
}

#page{
    width: 100%;
    margin: 0px;
    position: relative;
}


body
{
    display:table;
    table-layout:fixed;
    height:auto;
}

.btn
{
   display: none !important;
}

table
{
    background-color: transparent;
    border-spacing: 0;
    max-width: 100%;
    font-size: 1em;
    width: 100%;
}

th, td
{
    line-height: 18px;
    padding: 10px 8px;
    text-align: left;
    vertical-align: top;
}

th
{
    background-color: #CDCCCC;
    font-family: Oswald, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: normal;
}

th .btn
{
    font-weight: normal;
}

thead th {
    vertical-align: middle;
}

.table
{
    margin: 20px 0px;
}

.table-bordered-outside
{

}

.table-bordered
{
    border-bottom: 1px solid #ddd;
}

.table-bordered th, .table-bordered td
{
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.tr-odd
{
    background-color: #F3F3F3;
}

tr
{
    background-color: #F9F9F9;
    border-bottom: 1px solid #fff;
}

td.td-action, td.td-identifier
{
    width: 22px;
    text-align: center;
    vertical-align: middle;
}


.table-hover tr:hover, .table-admin tr:hover
{
    background-color: #FDF2F2;
}

.table-admin a
{
    color: #333333;
    text-decoration: none;
}

.table-vertical th
{
    background-color: #e7e7e7;
    text-align: right;
    vertical-align: middle;
    width: 170px;
}

th .icon-sort
{
        margin-right: 5px;
}

span.table-column-name
{
    display: none;
}

tr.expired, tr.expired:hover,tr.expired:active
{
    background-color: #FFD1D1 !important;
}

.block-title h1, #page-header h1, .page-subtitle h2
{
            color: #3a3939;
            font-style: italic;
            font-size: 18pt;
            font-weight: 600;
            border-bottom: 3px solid #dfdfdf;
            padding: 0 0 5pt 0;
            margin: 0 0 15pt 0;
}

.newspaper-print-single-page img
{
    page-break-before: auto; /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
    page-break-after: auto; /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
    page-break-inside: avoid; /* or 'auto' */
}

.newspaper-print-single-page img 
{
    max-width: 210mm;
    max-height: 290mm;
}
