﻿.RadGrid.RadGrid_Bootstrap .rgFilter {
  display: inline-block;
  width: 14px;
  height: 14px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../img/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
}

.RadGrid.RadGrid_Bootstrap .rgFilter:last-child {
  *margin-left: 0;
}

.RadGrid.RadGrid_Bootstrap .rgFilter {
  background-position: -408px -144px;
}

.RadMenu
{
    background-color: #eee;
}

#bis-nav .nav > li > a, #bis-nav .brand
{
    color: #000;
    font-weight: bold;
}
#bis-nav .nav > li > a:hover
{
    color: #cc2a2a;
}

.Error
{
    color:Red;
    font-weight:bold;
}

.construction,
.construction > td,
.construction tbody tr td,
.construction table td
{
    border: 0;
}

.construction .detail-inset
{
    width: 340px;
    float: right;
    border: 1px solid #DDD;
}

.construction .detail-inset td
{
    width: 50%;
}

.construction .principal
{
    border-top: 1px solid #DDD;
}

.dashboard
{
    text-align: center;
}

.dashboard .alert
{
    margin: 12px;
    padding: 20px;
}

.dashboard td .stat
{
    padding: 12px;
    font-size: 56px;
    line-height: 0px;
    font-weight: bold;
}

#body .search-field
{
    margin:1px;
}

.insert
{
    width: 100%;
    margin-bottom: 8px;
}
.insert td
{
    vertical-align: top;
}

input.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

div.nav-collapse {
	padding-top: 53px
}

#body {
	margin-top: 45px;
}

#bis-nav > div.navbar-inner > div.container-fluid {
	background: #d1d3d4;
}

li.open a.dropdown-toggle {
	background: #999 !important;
}

/* Sticky Footer - keeps footer at bottom of viewport when content is short */
html {
	height: 100%;
}

body {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	margin: 0;
	box-sizing: border-box; /* Include padding in height calculation */
}

body > form {
	display: flex;
	flex-direction: column;
	flex: 1;
	margin: 0;
}

/* Main content area grows to fill available space */
#body {
	flex: 1 0 auto;
}

/* Footer styling */
footer.container-fluid-footerjk {
	flex-shrink: 0;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	padding: 15px 0;
	margin: 0;
	text-align: center;
}

footer.container-fluid-footerjk p {
	margin: 0;
	color: #666;
	font-size: 13px;
}