html, body{
	height: 100%;
}

body {
	padding-top: 60px;
	margin-bottom: 180px;
}

.navbar-logo {
	margin-top: 9px;
	margin-right: 10px;
}

.footer {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
}

body > .container {
	padding-top: 0px;
	padding-bottom: 60px;
}

.datatable-spacer-div{
	height: 60px;
}


table.dataTable tbody td {
  vertical-align: middle;
}

.label-block {
    font-weight: bold;
    display: block;
    padding: 6px 12px;
    margin: 0;
    border: 1px solid transparent;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    width: 100%;
}

.container{
	height: 100%;
}

.map-row, #precinct-map, #county-leg-map {
	height: 400px;
}

.multiselect-modal .modal-dialog{
    width: 60%;
}

.selectize-modal .modal-dialog{
	width: 60%;
}

.larger-modal .modal-dialog{
	width: 50%;
}

#result-edit-modal .modal-dialog, #absentee-edit-modal .modal-dialog{
	width: 40%;
}

.office-holder-info p {
	margin-bottom: 0px;
}

.office-panel{
	margin-bottom: 20px !important;
}

.support-calc {
	background: #eee; 
	padding: 5px;
}

.support-list {
	min-height: 40px;
}

.support-list > li {
	font-size: 8pt;
}

@media print {
  a[href]:after {
    content: none;
  }
}

.dt-btn-group {
  display: flex;
}

