/* Add here all your CSS customizations */

body {
	line-height: 1.4em; /* more compact text */
}

p {
	line-height: 1.4em; /* more compact text */
}

.bg-color-grey {
	background-color:#d3d3d35e !important;
}

section.section {
	background: #d3d3d35e;
}

.form-control:not(.form-control-sm):not(.form-control-lg) {
	font-size:14px;
	color:#777;
}

.fa-rob {
    background-image: url('/images/ROB-logo_blue.svg');
    background-position: 2px 2px;
    background-size: 16px 16px;
    width: 20px;
    height: 16px;
    background-repeat: no-repeat;
}

.fa-bluesky {
	background-image: url('/images/bluesky-brands-solid-full_blue.svg');
	width: 1em;
	height: 1em;
	vertical-align: -0.125em;
}

.feature-box:not(#FDO_items) .feature-box-icon:not(#FDO_items) {
  font-size: 0.6rem;
}

.btn {
	margin: 0.10rem;
	padding: 0.333rem 0.733rem;
}

.btn-outline-secondary {
  color:#0088CC;
  border-color:#0088CC;
}

.btn-secondary:focus, .btn-secondary:hover, .btn-secondary:active, {
  background-color:#0088CC !important;
}

#agenda > td {
  padding-top: 5px;
	padding-bottom: 5px;
}

td#item {padding:3px 3px 10px 3px;
margin:0;
text-align:justify;
line-height:normal;
width:40%;
vertical-align:top;
font-weight: bold;
font-style: italic;
}

td#definition {padding:3px 3px 10px 3px;
margin:0;
text-align:justify;
line-height:normal;
width:60%;
vertical-align:top;
}

/* hide Google reCAPTCHA badge on all except contact page */
container:not(#contactpage) .grecaptcha-badge {
visibility: hidden !important;
}

/* and also disable scroll to top on contact as it clashes */
container#contactpage .scroll-to-top {
visibility: hidden !important;
}

#tablelist > th, #tablelist > td {
	text-align: center;
	vertical-align: middle !important;
}

.dataTables_wrapper {
  font-size: 12px;
}

table.dataTable tbody th,
table.dataTable tbody td {
	vertical-align: middle !important;
}

table.dataTable thead th,
table.dataTable thead td {
	padding-right: 10px !important;
}

div.dataTables_wrapper div.dataTables_filter input {
  line-height: normal;
  padding-right: 2px;
  padding-top: 0;
  padding-bottom: 0;
}

div.dataTables_wrapper div.dataTables_length select {
  padding-right: 2px;
  padding-top: 0;
  padding-bottom:0;
}

div.dataTables_wrapper div.dataTables_paginate {
  line-height: normal;
}

.thumbnail-link .video-thumbnail{
    display:block;
}

.thumbnail-link:hover .video-thumbnail{
    display:none;
}

.datepicker {
	top: -150px;
	/* adjust value as per requirement. if not work try with addin !important*/
}

.datepicker td, .datepicker th {
	font-size: 12px!important;
}

.panel-primary {
	border-color: #0088CC;
}

.card-body {
  line-height:1.3em;
  font-size:13px;
}

.NASAkey {
  letter-spacing: .01em;
  line-height: 1.3;
  /* font-weight: 600; */
  cursor: pointer;
  background: #f4f4f4;
  border-radius: 4px;
  padding: 4px 12px;
  /*color: #004926; */
  margin-right: .25rem;
}

.col-lg-10:has(.NASAkey) {
  line-height: 2.2;
}


@media (min-width: 992px) and (max-width: 1200px) {
	#searchformhead {
	width: 100%;
	}
}

@media (min-width: 768px) and (max-width: 992px) {
	.card-deck {
		display: flex !important;
		flex-direction: column !important;
		/* flex-flow: row wrap !important; */
		margin-right: -15px;
		margin-left: -15px;
	}
	.card-deck .card {
		padding-left: 0px;
	}
}

@media (max-width: 768px) {
	.card-deck {
		display: flex !important;
		flex-direction: column !important;
		/* flex-flow: row wrap !important; */
		margin-right: -15px;
		margin-left: -15px;
	}
	.card-deck .card {
		padding-left: 0px;
	}
	.card-deck .row {
		display: flex !important;
		flex-direction: column !important;
		flex: 1 0 0% !important;
	}
	.card-deck .row .card {
		margin-right: 0px;
		margin-left: 0px;
	}
}
