/*
logbook
Copyright 2017 Makeweb LIMITED, www.makeweb.co.nz
*/
/*
Compress highest using http://csscompressor.com/

*/

body{padding-top: 62px;}
.navbar{min-height:62px;padding-top:5px}
#page{padding-top:0px;padding-bottom:0px}
.pagewrap{background:#dedede}
.opacity{background:rgba(254, 254, 254, 0.8)}
textarea{white-space: pre-line}/*text stored with linebreaks need to output with linebreaks in textareas*/
.spacing{clear:both;margin:6px 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}
/*adjust bootstrap deaults*/
.page-header{margin-top:20px;text-align:center}
.border_bottom > td, .border_bottom > th{border-top:none !important}
/*#form_newlog label{font-size:12px}*/
#form_newlog .form-group{margin-bottom:6px}
#form_newlog .callsign_new,
#form_newlog .aircraft_new,
#form_newlog .aerodrome_d_new,
#form_newlog .aerodrome_enr_new,
#form_newlog .aerodrome_a_new{width:190px}
.checkbox_years{display:inline-block;margin-right:25px}

#user_hero{text-align:center}
.log_edited_sign{color:orange;font-size:15px}
.log_details_edits{color:#858585;font-size:11px}
/*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;}
}