﻿@media (min-width: 768px) {
    html {
        font-size: 10px;
    }
}

@media (min-width: 1080px) {
    html {
        font-size: 12px;
    }
}

.filter-panel {
    padding: 5px;
    border-radius: 3px;
    margin-bottom: 10px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
}

.button-panel {
    padding: 5px;
    border-radius: 3px;
    background-color: #d9edf7;
    border: 1px solid #e3e3e3;
    margin-bottom: 10px;
}

body {
    padding-top: 70px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

body {
    position: relative;
    overflow-x: hidden;
}

body,
html {
    height: 100%;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size:small;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: transparent;
}

.table-noborder {
    border: none;
}

    .table-noborder > thead > tr > th,
    .table-noborder > tbody > tr > th,
    .table-noborder > tfoot > tr > th,
    .table-noborder > thead > tr > td,
    .table-noborder > tbody > tr > td,
    .table-noborder > tfoot > tr > td {
        border: none;
    }

tr.strikeout td:before {
    content: " ";
    position: absolute;
    top: 50%;
    left: 0;
    border-bottom: 1px solid #111;
    width: 100%;
}

tr.strikeout td:after {
    content: "\00B7";
    font-size: 1px;
}

.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
    }
