.fa-external-link-alt {
  font-size   : 0.8em;
  top         : -4px;
  margin-left : 3px;
  position    : relative;
}

/* Normalize this default. Helps IE11's broken flex. */
.input-group * {
  flex : 1 1 auto;
}

/* Common variables */
body {
  --accent-bg-color   : #32739D;
  --accent-text-color : rgba(255, 255, 255, .5);
}

#content {
  background : rgba(180, 180, 180, 0.44);
}

#navbarIcons {
  font-size : 1.2em;
}

.navbar-text h2 {
  color : #2E6A8F !important;
}

.navbar-custom {
  background-color : white !important;
}

/*Separator within a dropdown list*/
.top-separator-line {
  border-top : 1px solid #32739D !important;
}

li .dropdown-item {
  color : #32739D !important;
}

.self-link {
  text-decoration : none !important;
}

.page-ctrls {
  display : flex;
}

.page-ctrls .pagination:not(:last-child) {
  margin-right : 0.5rem;
}

.page-ctrls .pagination .page-item .page-link {
  color        : #32739D;
  border-color : #32739D;
  min-width    : 36px;
  text-align   : center;
}

/* Solve a FF vs Chrome discrepancy by being specific */
.page-ctrls .pagination .page-item .page-link[type='text'] {
  font-size   : 0.75rem;
  line-height : 1rem;
}

.page-ctrls .pagination .page-item.disabled .page-link {
  color : #6C757D;
}

.page-ctrls .pagination .page-item .page-link:hover {
  color            : #32739D;
  background-color : #37B1FF30;
}

.page-ctrls .pagination .page-item > input {
  line-height      : 1;
  max-width        : 3rem;
  padding-left     : 0.5rem;
  padding-right    : 0.5rem;
  background-color : #FFFFFF;
}

.page-ctrls .pagination .page-item > input:hover {
  background-color : #FFFFFF !important;
  filter           : drop-shadow(0 0 0.2rem #37B1FF);
}

.container {
  width        : 90%;
  margin-left  : auto;
  margin-right : auto;
}

.metadata-card {
  background-color : #D9E6F3;
}

.header-card-icon {
  height : 1.2em;
}

.card {
  border        : 2px solid #32739D;
  box-shadow    : 2px 3px 4px 1px rgba(0, 0, 0, 0.35);
  min-width     : 450px;
  margin-bottom : 20px;
}

.card .card-header {
  background-color : inherit;
  border-color     : inherit;
  color            : #000000;
}

/* Changing the border width means we need to update the first header element's
   border radius curve size calculation, since default is based on a 1px border
 */
.card .card-header:first-child {
  border-radius : calc(0.25rem - 3px) calc(0.25rem - 3px) 0 0;
}

.card .card-header .entType {
  font-size   : 1.25rem;
  font-weight : bold;
}

.card .json-formatter-container .expand-toggle {
  float : right;
}

.card .json-formatter-container .expand-toggle .btn {
  color        : #32739D;
  border-color : #32739D;
}

.card .json-formatter-container .expand-toggle .btn:hover {
  color            : #32739D;
  background-color : #37B1FF30;
}

.footer {
  margin-top : 100px;
}

.nav-item.nav-link.active {
  background-color : #32739D;
  border-color     : #32739D;
  color            : #FFFFFF;
}

.tag.label {
  padding          : 5px 6px 4px 6px;
  font-size        : 1em;
  display          : inline-block;
  margin-bottom    : 0.3em;
  margin-right     : 0.42em;
  box-shadow       : 2px 2px 2px rgba(100, 100, 100, 0.4);
  background-color : #077CC5;
  text-align       : left;
  white-space      : normal;
  line-height      : normal;
  color            : #FFFFFF;
  font-weight      : bold;
  vertical-align   : baseline;
  border-radius    : .25em;
}

.amsify-suggestags-list {
  width : inherit !important;
}

.amsify-suggestags-area {
  width : 50%;
}

.amsify-select-tag.col-bg {
  background-color : #32739D !important;
  color            : #FFFFFF !important;
  border-radius    : .25rem !important;
}

.amsify-suggestags-area input {
}

.card.coming-soon {
  border     : none !important;
  box-shadow : none !important;
}

.fit-image {
  height     : 100%;
  width      : 100%;
  object-fit : contain;
}

.card-body .row.footer {
  padding-left  : .8em;
  padding-right : .8em;
  margin-top    : 0px !important;
}

.top-note {
  background-color : #D8F0E2;
  border-color     : #057333;
  color            : #057333;
}

.container-fluid.footer {
  clear          : both;
  padding-bottom : 15px;
  border-top     : 1px black solid;
  background     : #FFFFFF none repeat scroll 0 0;
}

.container-fluid.footer .text-center {
  background-color : white;
  display          : block;
  font-size        : 12pt;
  font-weight      : normal;
  text-decoration  : none;
  float            : left;
  text-align       : center;
  margin-top       : 5px;
}

.funding-text {
  color         : #6C757D;
  margin-bottom : 3px;
}

.top-note button {
  opacity : 1;
}

.top-note button:hover {
  opacity : 1;
  color   : #FFFFFF !important;
}

.top-note button span:hover {
  color   : #FFFFFF !important;
  opacity : 1;
}

.top-note > span {
  font-weight : bold;
}

.msg.subordinate {
  font-size : 0.82rem;
}

.msg.subordinate .raw-status-msg {
  font-style : italic;
}

.news-item .date, .version-item .date {
  color     : #889999;
  font-size : 12px;
}

.news-item a, .version-item a {
  color : #E1700A !important;
}

.svg-container {
  width        : 50%;
  margin-left  : auto;
  margin-right : auto;
}

.hide {
  display : none;
}

.error-container {
  max-width : 800px;
  margin    : 2rem auto;
  padding   : 2rem;
}

.error-icon {
  font-size     : 4rem;
  color         : #DC3545;
  margin-bottom : 1rem;
}

.error-title {
  color         : #DC3545;
  margin-bottom : 1rem;
}

.error-description {
  color         : #6C757D;
  margin-bottom : 2rem;
}

.error-dialog {
  margin-top    : 10%;
  margin-bottom : 15%;
}

.bootstrap-select.dropdown {
  border        : 1px solid #CED4DA;
  border-radius : 0px !important;
}

.bootstrap-select .dropdown-toggle:hover {
  border-radius : 0px !important;
}

.Pathogenic .cc-label {
  background-color : #D9534F29;
}

.Benign .cc-label {
  background-color : #1A964129;
}

.strength-divider:not(:last-child) {
  border-top : 1px dashed lightgrey;
}

.strength-divider:last-child {
  display : none;
}

.strength-label {
  font-weight : bold;
  font-size   : 1.1em;
}

.criteria-codes th {
  font-size : 1.1em !important;
}

/*
COMMON PANEL - the main panel found in all the pages
 */
.common.panel {
  border        : 3px solid #2E6A8F;
  box-shadow    : 2px 3px 4px 1px rgba(0, 0, 0, 0.35);
  border-radius : 5px;
}

.common .panel-heading {
  background-color : #2E6A8F !important;
  color            : white !important;
  border-radius    : 0px !important;
}

.common .panel-title {
  font-size : 18px !important;
}

a.link-in {
  color : var(--accent-text-color);
}

.link-icon {
  font-size : .8em;
  position  : relative;
  top       : -.4em;
}

/* CSPEC ALERTS */
.cspec-alert {
  font-size : 0.9em;
  margin    : 0px !important;
}

.header-box {
  background-color : white;
  padding          : 1rem;
  box-shadow       : 0 2px 4px rgba(0, 0, 0, 0.1);
}

.clingen-logo img {
  position    : absolute;
  bottom      : 12;
  width       : 50;
  height      : 50;
  padding-top : 10px;
}

.acmg-logo img {
  width       : 80;
  height      : 40;
  margin-left : 20px;
  top         : 10;
  position    : absolute;
}

.amp-logo img {
  width  : 100;
  height : 40;
}

.cap-logo img {
  width       : 150;
  padding-top : 10px;
}

.vfour .nav-link {
  color : #2E6A8F !important;
}

.vfour .navbar-collapse {
  margin-left : 100px;
}

.upcoming-features {
  margin-bottom : 10px !important;
}

/* *********************************** */
/* Bootstrap overrides - Buttons */
/* *********************************** */

.content .btn-info {
  background-color : #2E6A8F !important;
  border-color     : #2E6A8F !important;
}

.btn-info:hover, .btn-info:focus {
  background-color : #31B0D5 ! important;
}

.btn-danger {
  border-color     : #AC2925;
  background-color : #AC2925;
}

.btn-danger:hover, .btn.btn-danger:focus {
  border-color     : #D43F3A;
  background-color : #D43F3A;
}

.btn-success {
  background-color : #449D44 !important;
}

.btn-success:hover {
  background-color : #5CB85C !important;
}

html {
  -webkit-print-color-adjust : exact;
}

.modal-dialog .modal-header {
  background-color : #2E6A8F;
  color            : white;
  font-size        : 2em;
  padding          : 10px !important;
}

.loginInfo {
  max-width        : 370px;
  margin-left      : auto;
  margin-top       : -35px;
  padding          : 5px;
  box-shadow       : 5px 7px 5px grey;
  margin-right     : 110px;
  background-color : #E0EDF9 !important;
}

.reportOptions {
  max-width        : 130px;
  margin-left      : auto;
  margin-right     : -7px;
  margin-top       : -10px;
  margin-bottom    : 5px;
  padding          : 5px;
  background-color : #E0EDF9 !important;
}

div#aci-header-title {
  padding-right : 111px;
}

#page-card-title {
  margin-top: 5px;
}

.header-card-text {
  font-size: 0.7em;
}

