.small {
	font-size: .75em;
}

.smaller {
	font-size: .65em;
}

.underline {
	border-bottom: 1px solid #000;
}

.notes-block{
    height: 110px;
	font-size: 0.8em;
}

.outline {
	border: 1px solid #000;
	border-top: 0px;
}

.outline-top {
	border-top: 1px solid #000;
}

.outline-left {
    border-right: 0px;
}

.service {
	margin-top: -60px;	
}

h4.print {
	font-weight: bold;
	line-height: 10px;
}

input[type="text"].fail, .fail {
	background-color: #F00;
	color: #000;
}

input[type="text"].pass, .pass {
	background-color: #0F0;
}


.navbar-square {
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
}

.input-group > .input-group-btn:last-child > .selectpicker {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.input-group > .input-group-btn:first-child > .selectpicker {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.img-left {
	float: left;
	padding-right: 10px;
}

.img-right {
	float: right;
	padding-left: 10px;
}


@media print {
	body {
		font-size: 0.9em;
	}
	
	.input-sm {
		padding: 0px;
		font-size: 0.7em;
		height: 10px;
	}
	
	.text-area {
		padding: 2 px;
		font-size: 0.7em;
	}
	
	@page { size: landscape;  margin: 5mm; }
}


@media {
  .row.equal {
    display: flex;
    flex-wrap: wrap;
  }	
}

.red {
	color: #F00;
}

.bottom-gap {
	margin-bottom: 5px;
}

.small-table {
	font-size: 0.8em;
}

.navbar-brand {
    color: #FFF !important;
}

.view-logo {
	margin-left: -80px;
	margin-right: 80px;
}

.mediumGrey {
	background-color: #CECECE;
}

.lightGrey {
	background-color: #ECECEC;
}

.standardServiceTable {
	border: 0.5px solid #000;
}
.standardServiceTable > thead > tr > th,
.standardServiceTable > tbody > tr > th,
.standardServiceTable > tfoot > tr > th,
.standardServiceTable > thead > tr > td,
.standardServiceTable > tbody > tr > td,
.standardServiceTable > tfoot > tr > td {
	border: 0.5px solid #000;
}

.heavyBorderTop {
	border-top: 2px solid #000 !important;
}

.heavyBorderBottom {
	border-bottom: 2px solid #000 !important;
}

.heavyBorderRight {
	border-right: 2px solid #000 !important;
}

.heavyBorderLeft {
	border-left: 2px solid #000 !important;
}


.table-bordered > tbody > tr > td.no-line {
	border:none !important;
	border-right: none !important;
	border-left: none !important;
	border-top: none !important;
	border-right-style: none !important;
	border-left-style: none !important;
}
