﻿/*page header/footer styles*/
html, body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    width: 100%;
    height: 100%;
}
.container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    padding: 0 !important;
    max-width: 100%;
}
.header, .footer {
    height: 50px;
    background: none;
}
.header {
    font-family: "Arial Bold", Arial, sans-serif;
    background: #ccc;
}
.glass-img {
    display: inline-block;
    margin-left: 33px;
    margin-top: 3px;
    padding-bottom: 6px;
}
.header div.admin {
    float: right;
    padding: 15px 15px 0 0;
}
.site-header {
    font-family: 'Arial';
    font-size: 15px;
    font-weight: bold;
    line-height: 1.4em;
    margin-left: 14px;
    margin-top: 15px;
}
.navbar-brand {
    padding: 0;
}
.footer {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 11px;
    clear: both;
    color: #fff;
    background: transparent url("https://assets.x12.org/images/backgrounds/footer_grad_10x20.gif");
    height: 50px;
    background-size: auto 100%;
    padding: 12px 0 0 0;
    vertical-align: top;
}
.footer div.left {
    float: left;
    padding-left: 15px;
    padding-top: 5px;
}
.footer div.right {
    float: right;
    padding-right: 15px;
}
.bodySection {
    height: 100%;
    min-height: 100%;
    background: none;
}
.bodyContainer {
    height: 100%;
    max-height: calc(100% - 100px);
    overflow-y: hidden;
    overflow-x: hidden;
    float: left;
    width: 100%;
}
.content-body {
    height: 100%;
    margin-bottom: 0;
}
/*card style*/
.card {
    height: 100%;
    border: 0;
}
/*end of page header/footer styles*/
/*form styles*/
label {
    margin-bottom: 0;
}
.footer a:link, .footer a:visited {
    color: #fff;
}
.footer a:hover {
    color: #999;
}
a:link, a:visited {
    color: #c75b12;
    font-weight: normal;
    border: 0;
    text-decoration: none;
}
#searchTerm {
/*    margin-top: -15px;*/
    width: 250px;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 5px;
    font-size: 14px;
}

#searchButton {
/*    margin-top: -15px;*/
    padding: 5px 10px;
    font-size: 14px;
    border: 0;
    background-color: #999;
    border-radius: 4px;
    color: #fff;
}

#searchButton:hover, #searchButton:active {
    background-color: #666;
}

input.filter-clear {
    background-color: transparent;
    position: relative;
    left: -20px;
    top: 2px;
}
#searchForm {
    display: inline-block;
    margin-top: -10px;
}