﻿html {
    background-color: #e2e2e2;
}

body {
    background-color: #ffffff;
    /*border-top: solid 0px #000;*/
    margin: 0;
    padding: 0;
    /**/
    font-size: medium;
    font-family: Calibri, 'Segoe UI', Verdana, Helvetica, Sans-Serif;
/*    font-family: 'Helvetica Now', 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;*/
}

/* stax - fixes! */

* {
    box-sizing: border-box;
}

#body {
    background-color: #efeeef;
    /*clear: both;*/
}

/*.container-fluid
{
    padding-left: 1px;
    padding-right: 1px;
}

.row
{
    margin-left: -1px;
    margin-right: -1px;
}*/

/* table styling */

table.sum-table
{
    white-space: nowrap;
}

table.sum-table td 
{
    padding-left: 2px;
    padding-right: 2px;
    text-align: right;
}

table.sum-table th
{
    padding-left: 2px;
    padding-right: 2px;
    text-align: center;
}

table.sum-table th:not(:last-child) {
    border-right: solid 1px;
}

table.sum-table td:not(:last-child) {
    border-right: solid 1px;
}

table.report 
{
    font-size: small;
}

table.report-2 {
    font-size: x-small;
}

table.dataTable thead td
{
    border: none;
}

table.dataTable thead th {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

table.dataTable tbody tr:first-child td
{
    border-top: none;
}

table.dataTable tfoot td {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0px 0px;
    height: 24px;
}

.dataTables_info {
    margin-top: 0px;
}

/* */

.dt-nowrap
{
    white-space: nowrap;
}

.panel
{
    margin-bottom: 0px;
}

.input-sm
{
    padding: 3px 10px 3px 10px;
    height: 24px;
    font-size: initial;
}

.btn
{
    padding: 1px 10px 3px 10px;
    height: 24px;
}

select.form-control
{
    /* top right bottom left */
    padding: 1px 10px 3px 10px;
    height: 24px;
    font-size: initial;
}

div.checkbox
{
    padding-top: 0px;
}

.form-group
{
    margin-bottom: 2px;
}


ul.pagination
{
    margin: 0px 0px;
}

/*.control-label
{
    padding-top: 0px;
}*/

.form-horizontal .control-label 
{
    padding-top: 0px;
}

label
{
    font-weight: normal;
}

label.stax
{
    margin-top: 0.25rem;
    padding-left: 10px;
}

/* */

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

/* end of stax */

/* old staff */

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

