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;
}

.cellLeft {
    text-align: left;
    vertical-align: top;
}

.cellRight {
    text-align: right;
    vertical-align: top;
}

.cellCenter {
    text-align: center;
    vertical-align: top;
}

.panel-body .row {
    padding-top:5px;
    padding-bottom:5px;
}

.display th { 
    font-size: 15px; 
}

.display td { 
    font-size: 15px; 
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
}

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;
}

/*
 * 
 */
.ui-dialog {
    z-index: 1001 !important;
}

.dialog .row {
    padding-top: 5px;
    padding-bottom: 5px;
}

.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-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;
}

.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: 5em;
}

.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;
}

input.numeric {
    text-align: right;
}

input.year {
    text-align: right;
}

.dialog-fixed {
    overflow: hidden !important;
}

.flexcontainer {
   display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: column;
   flex-direction: column; 
   -webkit-justify-content: flex-start;
   justify-content: flex-start;
}

.table-button-row {
    padding-top: 10px; 
    padding-bottom: 10px; 
    padding-left: 20px;
}

.tableEditLink {
    font-weight: bold;
}

/* 
links visited previously #325d88; , 
*/
.tableEditLink a:link, a:visited {
  text-decoration: none; 
  color: #578611; 
}

.tableEditLink a:active, a:hover {
  text-decoration: none; 
  color: #d27142;
}

.tableHeaderLink {
    font-size: 1.2em;
    font-weight: bold;
    padding-right: 15px;
}

.tableHeaderLink a:link, a:visited {
  text-decoration: none; color: #578611;
}

.tableHeaderLink a:active, a:hover {
  text-decoration: none; color: #d27142;
}

.btn-largetext {
    font-size: 1em;
}

.disable-links {
    pointer-events: none;
}

.disable-links a {
    color: #C0C0C0 !important;
}

.side-bar-heading {
    padding-left: 10px;
    font-size: 15px;
    color: #3e3f3a;
}

.panel-heading-compact {
    padding-left: 10px;
    padding-top: 10px;
}

.alignFormCheckOffset {
    margin-top: 1.8em !important;
}

.alignFormLabelOffset {
    margin-top: 1.5em !important;
}

.voldecHide {
    display: none;
}

.narrow-hr {
    margin-top: 5px !important;
    margin-bottom: 0px !important;
}

.flexcontainer-verticallist {
   display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: column;
   flex-direction: column;
}

.ui-dialog-titlebar-close {
    border-color: #98978b;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #333;
}

.nav-tabs > li > a {
    color: #555;
    font-size: 1.3em;
}

.header-info-text {
    font-style: italic;
    padding-bottom: 10px;
}

.panel-side-details {
    border-color: lightgray;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    padding: 10px;
}

.panel-side-info {
    border-color: lightgray;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    padding: 10px;
    margin-top: 20px;
}

.side-bar-status-header {
    font-weight: bold;
    padding-bottom: 4px;
    font-size: 13px;
}

.side-bar-status-active {
    padding-bottom: 4px;
    padding-top: 4px;
    color: #ff0000;
    font-size: 13px;
}

.side-bar-status-inactive {
    padding-bottom: 4px;
    padding-top: 4px;
    color: #3e3f3a;
    font-size: 13px;
}

.dataTable > thead > tr > th[class*="sort"]:after{
    content: "" !important;
}

table.dataTable thead > tr > th.sorting_asc, 
table.dataTable thead > tr > th.sorting_desc, 
table.dataTable thead > tr > th.sorting, 
table.dataTable thead > tr > td.sorting_asc, 
table.dataTable thead > tr > td.sorting_desc, 
table.dataTable thead > tr > td.sorting {
    padding-right: inherit;
}

.item-row {
    padding-bottom: 10px;
}

.feedbackRow {
    height: 30px;
    font-size: 14px;
    colour: #333;
    font-style: italic;
}

.label-row {
    padding-bottom: 5px;
}

.label-voldec {
    background-color: #e7e7e7;
    color: #454545;
    border-color: gray;
    border-width: 1px;
    border-style: solid;
}

.label-voldec-active {
    background-color: white;
    color: red;
    border-color: red;
    border-width: 1px;
    border-style: solid;
}

.navbar-light {
    opacity: 0.8;
}

.button-row {
    width: 100%;
    text-align: left;
}

.button-row-text {
    font-size: 14px;
    padding-left: 10px;
}