﻿/* Responsive Nav Button */
.btn-responsive-nav {
	display: none;
}
/*
    top, right, bottom, left
*/
html, body {
  height: 100%;
}

.wrap {
    min-height: 100%;
}

.main {
    padding-bottom: 150px;
}


.logo-nav img{width:80px;padding: 3px;border:1px solid #cfd2b6;background-color:#fff;}

/* Fix for when we go into 'mobile' mode */
/*@media (max-width: 768px) {
    .navbar-collapse {
        margin-top: 50px;
    }     
}

.navbar-nav > li > .dropdown-menu {
    width: 400px;
}
.yamm {
    margin-bottom: 20px;
}*/
/* Fixes to style the mega-menu the same as the classic navbar menus */
/*.yamm-content .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.yamm-content > div > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}
.yamm-content > div > ul > li > a:hover,
.yamm-content > div > ul > li > a:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #006553;
}
.yamm-content > .active > a,
.yamm-content > .active > a:hover,
.yamm-content > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #006553;
}
.yamm-content > .disabled > a,
.yamm-content > .disabled > a:hover,
.yamm-content > .disabled > a:focus {
  color: #999999;
}
.yamm-content > .disabled > a:hover,
.yamm-content > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}*/


.signin-actions {
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
       margin-bottom: 20px;
}

.application-footer {
  position: relative;
  margin-top: -80px; /* negative value of footer height */
  height: 80px;
  clear:both;
  padding-top:20px;
  text-align: center;
}

.searchResultsGrid table { border-top: none; border-right: none; border-left: none; }
.searchResultsGrid table thead { border-bottom: none; border-top: none; border-right: none; border-left: none; }
.searchResultsGrid table thead tr th {border-bottom: solid 2px gray; border-top: none; border-right: none; border-left: none; }

.searchResultsGrid table tr td { border-bottom: solid 1px gray; border-left: none; border-right: none; border-top: none; }

/* Fix the TableTools Copy CSV Print positioning */
.DTTT_container {
    margin-right: 15px;
}

span.radio {
    padding: 0px;
}

span.radio[disabled] {
    padding: 0px;
    padding-top: 7px;
}

span.radio > input[type="radio"], span.radio[disabled] span > input[type="radio"] {
    margin: 0px -5px 7px 5px;
}

span.radio > label, span.radio[disabled] span > label {
    float: left;
    margin-right: 5px;
    padding: 0px 5px 0px 10px;
}
div.buttonSet {
    clear: both;
    padding-bottom: 10px;
    padding-top: 10px;
}

.form-group {
  margin-bottom: 5px;
}
/* Record Selector */
/*.recordSelectorStandard {width: 360px; }
.recordSelectorWide		{width: 560px; }
.recordSelectorNarrow	{width: 230px; }
.recordSelector { border: solid 1px gray; float: left; padding: 6px 6px 0px 6px; margin-bottom: 6px; margin-top: 4px; }*/
.recordSelector {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.recordSelector-body {
  padding: 5px;
}
.recordSelector .recordSelectorImage img { border: none; float: left; margin-bottom: 20px; padding-right: 10px;}
.recordSelector .unselected { filter:alpha(opacity=20);-moz-opacity:.20;opacity:.20;}
.recordSelector .recordSelectorInfo {padding-bottom: 5px;}
.recordSelector .recordSelectorHeader {float: left;}

div.checkboxItems label 
{
    margin-left: 20px;
}
div.gridCustomButtons {
    padding-left: 200px;
}
    div.gridCustomButtons input[type='button'] {
        margin-right: 5px;
    }

.queuegridbuttonstop { height: 20px; margin-left: 4px; margin-right: 4px; padding-left: 12px; border: solid 1px gray; background-color: white; background-image:url(../images/cross_16x16.png); background-position: center; background-repeat: no-repeat; }
.queuegridbuttonsend { height: 20px; margin-left: 4px; margin-right: 4px; padding-left: 12px; border: solid 1px gray; background-color: white; background-image:url(../images/messages_16x16.png); background-position: center; background-repeat: no-repeat; }

.form-control-inline {
    display: inline !important;
    width: 90%;
}

pre {
    outline: 1px solid #ccc;
    padding: 5px;
    margin: 5px;
}

.string {
    font-weight: 700;
    color: #025900;
}

.number {
    font-weight: 700;
    color: #EA526F;
}

.boolean {
    font-weight: 700;
    color: #000E47;
}

.null {
    font-weight: 700;
    color: #600100;
}

.key {
    font-weight: 400;
    color: #666;
}