/*
logbook
Copyright 2017 Makeweb LIMITED, www.makeweb.co.nz
*/
/*
Compress highest using http://csscompressor.com/

*/
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,400;0,700;1,400;1,700&display=swap');



/* default */
body, p, input{
	font-family: 'Barlow', sans-serif !important;
}
textarea{white-space: pre-line}/*text stored with linebreaks need to output with linebreaks in textareas*/
.spacing{clear:both;margin:8px 0;overflow:hidden}
.spacing_16, .spacing_small{clear:both;margin:8px 0;overflow:hidden}
.spacing_24, .spacing_medium{clear:both;margin:12px 0;overflow:hidden}
.spacing_32, .spacing_large{clear:both;margin:16px 0;overflow:hidden}
.spacing_48{clear:both;margin:24px 0;overflow:hidden}
.spacing_64{clear:both;margin:32px 0;overflow:hidden}
.spacing_72{clear:both;margin:36px 0;overflow:hidden}
.spacing_96{clear:both;margin:48px 0;overflow:hidden}
.spacing_112{clear:both;margin:56px 0;overflow:hidden}
.border{border:1px solid #ddd}
.padding{padding:10px}
.inline{display:inline-block}
.text_center{text-align:center}
.strong{font-weight:bold}
.italic{font-style:italic}
.underline{text-decoration:underline}
.img_inline{display:inline-block}
.img_block{display:block}
.cursorPointer{cursor:pointer}
.colon{font-size:20px;font-weight:bold}
.smalltext{font-size:12px}
.greytxt{color:#b1b1b1}
#taptip{font-size:12px}
.rounded_area{padding:2px 8px;border:none;border-radius:0.375rem}
/*adjust bootstrap deaults*/

/*Firefox has some awkward fieldset styling involving width that interferes with the responsive table.*/
@-moz-document url-prefix() {
  fieldset { display: table-cell; }
}


@media print {
  body{padding-top:0px;}
  a[href]:after {content: none !important;}/*Bootstrap has css which prints the URL of links. Remove that!*/
  .noprint{display:none;}
}