compact﻿.div-square {
    padding:5px;
    border:3px double #e1e1e1;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    border-radius:8px;
    margin:5px;
}

.div-square> a,.div-square> a:hover {
    color:#808080;
    text-decoration:none;
}

.pad-top {
    padding-top:15px;
}

.odd {
    background-color: #dddddd;
}

.cellRight {
    text-align: right;
}

.cellCenter {
    text-align: center;
}

.panel-body .row {
    padding-top:5px;
    padding-bottom:5px;
}

.ui-row {
    padding-top:5px;
    padding-bottom:5px;
}

.table-button-row {
    padding-top:5px;
    padding-bottom:10px;
}

.display th { 
    font-size: 14px; 
}

.display td { 
    font-size: 13px; 
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
}

.display-small th { 
    font-size: 13px; 
}

.display-small td { 
    font-size: 12px; 
    padding-right: 3px;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 1px;
}

.align-right {
    text-align: right;
}

ul.pagination {
	width: 100%;
}

/*
 * Override JQueryUI values so doesn't impact Datatables
 */
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 0px solid #c5c5c5;
    background: #ffffff;
    font-weight: bold;
    color: #454545;
}

/*
 * usually not required, but we want by default all dialogs to overlay the nav bar so use this for default dialog z-index placement
 */
.dialog-blueprint-collect {
    z-index: 1180 !important; 
}

.dialog .row {
    padding-top: 5px;
    padding-bottom: 5px;
}

.dialog .row-spacing {
    padding-bottom: 10px;
}

.strapline {
    font-size: 24px;
    color: #404040;	
}

.panel-thin-margin {
	padding-left: 5px;
	padding-right: 5px;
}

.panel-xthin-margin {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.row.no-gutter {
    margin-left: 0;
    margin-right: 0;
}

.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child) {
    padding-right: 0;
    padding-left: 0;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.thinpadding {
    padding-left: 2px !important;
    margin-left: 2px !important;
}

/*
 * treeview overrides
 */
.treeview span.indent {
    margin-left: 2px !important;
    margin-right: 2px !important;
}

/*
 * Panel borders
 */
.blueprint-panel {
    border-style: solid; 
    border-width: 1px; 
    border-color: #ccc; 
    border-radius: 5px;
}

.blueprint-textarea {
    border-style: solid; 
    border-width: 1px; 
    border-color: #ccc; 
    border-radius: 5px;
    padding: 5px 5px 5px 5px;
    width: 100%
}

.blueprint-compact-input {
    height: 1em;
    padding-left: 5px;
}

.blueprint-compact-textarea {
    height: 1em;
    padding: 5px 5px 5px 5px;
}

.blueprint-btn-group-icon {
    font-size: 12px !important;
}

button .glyphicon {
    font-size: 12px !important;
    color: white;
}

.panel-dialog-compact {
    margin-bottom: 10px;
}

.input-narrow {
    width: 5em !important;
}

.input-very-narrow {
    width: 3em !important;
}

.inline {
    display: inline;
    padding-right: 0.5em;
}

.inline-spacer {
    display: inline;
    padding-right: 2em;
}

.inline-wide-spacer {
    display: inline;
    padding-right: 2em;
}

.disabled-row {
    color: #C0C0C0;
}

.panel-heading-compact {
    padding-top: 5px;
    padding-bottom: 5px;
}

h7 {
    font-weight: bold !important;
    color: #98978b;
}

input.money {
    text-align: right;
}

input.fixed {
    text-align: right;
}

input.integer {
    text-align: right;
}

.dialog-fixed {
    overflow: hidden !important;
}

.navbar-static-top {
    z-index: 100;
}

/* bootstrap additions */

/*
 *
 */
.btn-site {
  color: #ffffff;
  background-color: #800300;
  border-color: transparent;
}
.btn-site:focus,
.btn-site.focus {
  color: #ffffff;
  background-color: #340100;
  border-color: rgba(0, 0, 0, 0);
}
.btn-site:hover {
  color: #ffffff;
  background-color: #340100;
  border-color: rgba(0, 0, 0, 0);
}
.btn-site:active,
.btn-site.active,
.open > .dropdown-toggle.btn-site {
  color: #ffffff;
  background-color: #340100;
  border-color: rgba(0, 0, 0, 0);
}
.btn-site:active:hover,
.btn-site.active:hover,
.open > .dropdown-toggle.btn-site:hover,
.btn-site:active:focus,
.btn-site.active:focus,
.open > .dropdown-toggle.btn-site:focus,
.btn-site:active.focus,
.btn-site.active.focus,
.open > .dropdown-toggle.btn-site.focus {
  color: #ffffff;
  background-color: #BB0500;
  border-color: rgba(0, 0, 0, 0);
}
.btn-site:active,
.btn-site.active,
.open > .dropdown-toggle.btn-site {
  background-image: none;
}
.btn-site.disabled:hover,
.btn-site[disabled]:hover,
fieldset[disabled] .btn-site:hover,
.btn-site.disabled:focus,
.btn-site[disabled]:focus,
fieldset[disabled] .btn-site:focus,
.btn-site.disabled.focus,
.btn-site[disabled].focus,
fieldset[disabled] .btn-site.focus {
  background-color: #800300;
  border-color: transparent;
}
.btn-site .badge {
  color: #800300;
  background-color: #ffffff;
}


/*
 * Building
 */
.btn-building {
  color: #ffffff;
  background-color: #804C00;
  border-color: transparent;
}
.btn-building:focus,
.btn-building.focus {
  color: #ffffff;
  background-color: #341F00;
  border-color: rgba(0, 0, 0, 0);
}
.btn-building:hover {
  color: #ffffff;
  background-color: #341F00;
  border-color: rgba(0, 0, 0, 0);
}
.btn-building:active,
.btn-building.active,
.open > .dropdown-toggle.btn-building {
  color: #ffffff;
  background-color: #341F00;
  border-color: rgba(0, 0, 0, 0);
}
.btn-building:active:hover,
.btn-building.active:hover,
.open > .dropdown-toggle.btn-building:hover,
.btn-building:active:focus,
.btn-building.active:focus,
.open > .dropdown-toggle.btn-building:focus,
.btn-building:active.focus,
.btn-building.active.focus,
.open > .dropdown-toggle.btn-building.focus {
  color: #ffffff;
  background-color: #BB6F00;
  border-color: rgba(0, 0, 0, 0);
}
.btn-building:active,
.btn-building.active,
.open > .dropdown-toggle.btn-building {
  background-image: none;
}
.btn-building.disabled:hover,
.btn-building[disabled]:hover,
fieldset[disabled] .btn-building:hover,
.btn-building.disabled:focus,
.btn-building[disabled]:focus,
fieldset[disabled] .btn-building:focus,
.btn-building.disabled.focus,
.btn-building[disabled].focus,
fieldset[disabled] .btn-building.focus {
  background-color: #804C00;
  border-color: transparent;
}
.btn-building .badge {
  color: #804C00;
  background-color: #ffffff;
}

/*
 * Floor
 */

.btn-floor {
  color: #ffffff;
  background-color: #006407;
  border-color: transparent;
}
.btn-floor:focus,
.btn-floor.focus {
  color: #ffffff;
  background-color: #002903;
  border-color: rgba(0, 0, 0, 0);
}
.btn-floor:hover {
  color: #ffffff;
  background-color: #002903;
  border-color: rgba(0, 0, 0, 0);
}
.btn-floor:active,
.btn-floor.active,
.open > .dropdown-toggle.btn-floor {
  color: #ffffff;
  background-color: #002903;
  border-color: rgba(0, 0, 0, 0);
}
.btn-floor:active:hover,
.btn-floor.active:hover,
.open > .dropdown-toggle.btn-floor:hover,
.btn-floor:active:focus,
.btn-floor.active:focus,
.open > .dropdown-toggle.btn-floor:focus,
.btn-floor:active.focus,
.btn-floor.active.focus,
.open > .dropdown-toggle.btn-floor.focus {
  color: #ffffff;
  background-color: #00930A;
  border-color: rgba(0, 0, 0, 0);
}
.btn-floor:active,
.btn-floor.active,
.open > .dropdown-toggle.btn-floor {
  background-image: none;
}
.btn-floor.disabled:hover,
.btn-floor[disabled]:hover,
fieldset[disabled] .btn-floor:hover,
.btn-floor.disabled:focus,
.btn-floor[disabled]:focus,
fieldset[disabled] .btn-floor:focus,
.btn-floor.disabled.focus,
.btn-floor[disabled].focus,
fieldset[disabled] .btn-floor.focus {
  background-color: #006407;
  border-color: transparent;
}
.btn-floor .badge {
  color: #006407;
  background-color: #ffffff;
}

/*
 *
 */
.btn-room {
  color: #ffffff;
  background-color: #1C0357;
  border-color: transparent;
}
.btn-room:focus,
.btn-room.focus {
  color: #ffffff;
  background-color: #0B0023;
  border-color: rgba(0, 0, 0, 0);
}
.btn-room:hover {
  color: #ffffff;
  background-color: #0B0023;
  border-color: rgba(0, 0, 0, 0);
}
.btn-room:active,
.btn-room.active,
.open > .dropdown-toggle.btn-room {
  color: #ffffff;
  background-color: #0B0023;
  border-color: rgba(0, 0, 0, 0);
}
.btn-room:active:hover,
.btn-room.active:hover,
.open > .dropdown-toggle.btn-room:hover,
.btn-room:active:focus,
.btn-room.active:focus,
.open > .dropdown-toggle.btn-room:focus,
.btn-room:active.focus,
.btn-room.active.focus,
.open > .dropdown-toggle.btn-room.focus {
  color: #ffffff;
  background-color: #2C0880;
  border-color: rgba(0, 0, 0, 0);
}
.btn-room:active,
.btn-room.active,
.open > .dropdown-toggle.btn-room {
  background-image: none;
}
.btn-room.disabled:hover,
.btn-room[disabled]:hover,
fieldset[disabled] .btn-room:hover,
.btn-room.disabled:focus,
.btn-room[disabled]:focus,
fieldset[disabled] .btn-room:focus,
.btn-room.disabled.focus,
.btn-room[disabled].focus,
fieldset[disabled] .btn-room.focus {
  background-color: #1C0357;
  border-color: transparent;
}
.btn-room .badge {
  color: #1C0357;
  background-color: #ffffff;
}

/* Start Spinner */
.spinner {
    width: 100px;
}
.spinner input {
    text-align: right;
}
.input-group-btn-vertical {
    position: relative;
    white-space: nowrap;
    width: 1%;
    vertical-align: middle;
    display: table-cell;
}
.input-group-btn-vertical > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
    padding: 8px;
    margin-left: -1px;
    position: relative;
    border-radius: 0;
}
.input-group-btn-vertical > .btn:first-child {
    border-top-right-radius: 4px;
}
.input-group-btn-vertical > .btn:last-child {
    margin-top: -2px;
    border-bottom-right-radius: 4px;
}
.input-group-btn-vertical i{
    position: absolute;
    top: 0;
    left: 4px;
}

.fa-help {
    font-size: 2em;
    color: #337ab7;
}