
.content.card {
  margin: 0 auto;
}

.content p, .content li {
  font-size: 16px;
}

.container {
  max-width: 1480px;
}

#navbar-top {
  border-bottom: 4px solid #3490DC !important;
  padding: 4px 15px;
}

#content {
  padding-top: 10px;
  padding-right: 40px;
  padding-left: 10px;
}

label {
  font-weight: bold;
}

.table-tight th {
  padding: 0.2rem;
  vertical-align: middle;
}

.table-tight td {
  line-height: 0.9em;
  padding: 0.4rem 0.2rem;
  font-size: 0.8rem;
  vertical-align: middle;
}

.bg-primary {
  background-color: #3b4e61 !important;
  color: #ccc;
}

.bg-highlighted {
  background-color:#3b4e61;
}

.bg-graylight {
  background-color:#e6e6e6;
}

.bg-aliceblue {
  background-color:aliceblue;
}

.bg-bisque {
  background-color:bisque;
}

.bg-sun {
  background-color:#e4c204;
  color: #333;
}

.bg-darkblue {
  color:#fff;
  background-color:#3B4E61;
}

.bg-oldlace {
  background-color:oldlace;
}

.bg-grayverylight {
  background-color: #f4f4f4;
}

.help {
  cursor: help;
  color: #3b4e61;
} 

.btn {
  border-radius: 0;
}

.btn-tight {
  padding: 1px 5px 1px 5px;
  border: none;
}

.btn-warning {
  background-color:coral;
  border-color:coral;
  color: #333;
}

.btn-warning:hover {
  background-color:brown;
  border-color:brown;
  color: #fff;
}

.btn-primary {
  border-radius: 0;
  background-color: #3b4e61;
  border: 1px solid #3b4e61;
}

.btn-primary:hover {
  background-color: #333;
  border: 1px solid #333;
}

.btn-editor {
  background-color: oldlace;
  font-size: 0.9em;
  padding: 2px;
  width: 2em;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
}

.btn-editor:hover {
  background-color: #3490DC;
  color: #fff;
}

button.btn-plain {
  border: none;
}

td.td-em-primary {
  border-left: 3px solid #3490DC;
}

td.td-em-light {
  border-left: 1px solid #eee;
}

#investigator_search_box {
  width: 56%;
}

#investigator_search_box .list-group-item:hover {
  background-color: #3490DC;
  color: #fff;
}

.text-md {
  font-size: 1.1rem;
}

.text-lg {
  font-size: 1.3rem;
}

.text-xl {
  font-size: 1.6rem;
}

.badge {
  border-radius: 0 !important;
  font-weight: normal;
}

.badge-sm {
  padding: 0.35em 0.4em !important;
  font-size: 70% !important;
}

.badge-md {
  font-size: 13px;
  padding: 7px 8px 5px 8px;
}

.badge-lg {
  font-size: 16px;
  padding: 8px 12px;
}

.c-badge {
  font-size: 0.8rem;
  text-align: left;
  background-color: #ddd;
  padding: 4px 0;
}

.c-badge code {
  color: #3B4E61;
}

.c-badge-key {
  font-variant: small-caps;
  padding: 4px 8px;
  color: #eee;
  font-weight: 700;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.c-badge-key-primary {
  background-color: #3b4e61;
}

.c-badge-key-secondary {
  background-color:#666;
}

.c-badge-key-warning {
  background-color: coral;
}

.c-badge-key-success {
  background-color:#1d643b;
}

.c-badge-key-danger {
  background-color:brown;
}

.c-target-name {
  display: inline-block;
  min-width: 8rem;
  line-height: 1.1rem;
}

.c-target-name a {
  color: #eee;
}

.c-badge-value {
  padding: 4px 8px;
  background-color: transparent;
  color: #3b4e61;
  font-weight: normal;
}

.text-warning {
  color:coral !important;
}

.text-danger {
  color: brown !important;
}

.text-sun {
  color: #e4c204 !important;
}

.alert_remove {
  min-height: 1.3em;
}

.alert {
  border-radius: 0;
  font-size: 1.05rem;
}

.alert-success {
  border: 0;
  border-left: 3px solid #1d643b;
}

.alert-warning {
  border: 0;
  border-left: 3px solid coral;
}

.alert-danger {
  border: 0;
  border-left: 3px solid brown;
}

.alert-info {
  border: 0;
  border-left: 3px solid #3B4E61;
}

table.autoscroll {
  display:  block;
  width: 100%;
}

table.autoscroll thead {
  display:  block;
}

table.autoscroll tbody {
  display: block;
  height: 250px;
  overflow-y: auto;    /* Trigger vertical scroll    */
  overflow-x: hidden;  /* Hide the horizontal scroll */
}

ul.list-spaced li {
  margin-bottom: 0.2em;
}

.tooltip-inner {
  max-width: 300px;
  padding: 4px 8px;
  color: #fff;
  text-align: center;
  background-color: #555;
  border-radius: 0; /*.25rem; */
  font-size: 0.95rem;
  line-height: 1.1rem;
}

.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.bs-tooltip-top .arrow::before {
  margin-left: -3px;
  content: "";
  border-width: 5px 5px 0;
  border-top-color: #555;
}

.tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.bs-tooltip-right .arrow::before {
  margin-top: -3px;
  content: "";
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.bs-tooltip-bottom .arrow::before {
  margin-left: -3px;
  content: "";
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.bs-tooltip-left .arrow::before {
  right: 0;
  margin-top: -3px;
  content: "";
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.popover {
  max-width: 60%; /* Max Width of the popover (depending on the container!) */
  border-radius: 0;
  border: 1px solid #ddd;
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover .popover-body {
  line-height: 2.2em;
}


.list-group-item-tight {
  padding: 0.45rem 0.95rem;
}

.list-group-item-secondary {
  background-color: #eeeeee;
}

/* extra col size between col-1 and col-2 */
.col-md-1-5 {
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

input#targets_upload.form-control {
  height: calc(1.62em + 0.5rem + 2px);
  padding: 0 5px!important;
  margin-top: 5px;
}

#viewer #titlebar, #viewer #overlayNavigator, #viewer #overlayCloseButton  {
  display: none !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff !important;
  border: 1px solid #ced4da !important;
  border-radius: 0.25rem !important;
  padding: 0.375rem 0.75rem !important;
  font-size: 0.9rem!important;
  font-weight: 400!important;
  height: 35px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 1.6rem !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  height: 42px !important;
  margin-right: 20px;
  padding-right: 0px;
}

#deadline-clock {
  padding: 4px 6px;
  background-color:#ffed4a;
  color: black;
  margin-bottom: 4px;
}

#deadline-clock-box{
  margin-bottom: 6px;
}


#deadline-clock code {
  color: #666;
}

#deadline-clock-box {
  
}

/* Font size classes, as bootstrap 5 */
.fs-1 {
  font-size: 2.5rem !important;
}

.fs-2 {
  font-size: 2rem !important;
}

.fs-3 {
  font-size: 1.75rem !important;
}

.fs-4 {
  font-size: 1.5rem !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}


#observationModalForm .modal-dialog, #targetModalForm .modal-dialog  {
    max-width: 90% !important; 
}

/*
 * ==========================================
 * Vertical navbar
 * ==========================================
 */

.vertical-nav {
  background-color: #e3e7e7;
  max-height: 93vh;
  overflow-y: auto;
  overflow-x: hidden;
  width: 18rem;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.15);
}

.vertical-nav i {
  display: inline-flex;
  font-size: 1.55rem;
  width: 28px;
}

.vertical-nav a.active i, .vertical-nav a:hover i, .vertical-nav .list-group-item.active  {
  background-color: #3b4e61 !important;
  color: white;
}

.vertical-nav .list-group-item {
  font-size: 16px;
  padding: 0.55rem 1.25rem 0.35rem 1.25rem;
  background-color: #e3e7e7;
  border: none;
  vertical-align: middle;
}

.list-group-item-text {
  vertical-align: top;
}

.vertical-nav .list-group-item.active {
  background-color: #3b4e61;
  color: white;
}

.vertical-nav li.nav-item a {
  color: #3b4e61;
}

.vertical-nav li.nav-item a:hover {
  background-color: #3b4e61;
  color: #fff;
  text-decoration: none;
}

#content {
  /*  width: calc(100% - 13rem); */
  margin-left: 18rem;
  transition: all 0.4s;
  min-height: 100vh;
}

/* for toggle behavior */

#sidebar {
  padding-top: 37px;
  margin-top: 70px;
}

#sidebar.active {
  margin-left: -17rem;
}

#content.active {
  width: 100%;
  margin: 0;
}


