/* Common variables */
body {
  --accent-bg-color: #617e99;
  --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;
}


#navbarIcons .dropdown-item {
  color: #617e99;
}

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


.footer {
  margin-top: 100px;
}

.nav-item.nav-link.active {
  background-color: #32739d;
  border-color: #32739d;
  color: #fff;
}


.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: 8pt;
  font-weight: normal;
  text-decoration: none;
  float: left;
  text-align: center;
  margin-top: 5px;
}

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


.hide {
  display: none;
}

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

.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;
}

.cspec .navbar-brand {
  height: 0px;
}

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

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

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

/*
SPECIAL PANEL
 */

.special.panel {
  border: 3px solid #cccccc;
  box-shadow: 2px 3px 4px 1px rgba(0, 0, 0, 0.35);
  border-radius: 5px;
}

.special .panel-heading {
  background-color: #cccccc !important;
  color: black !important;
  border-radius: 0px !important;
  border-color: #cccccc !important;
}

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

.common.panel-info > .panel-heading {
  border-color: #617e99
}

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


.clingen-gradient {
  background: linear-gradient(to right, rgb(169, 199, 235) 0%, rgb(30, 81, 131) 50%, rgb(154, 190, 190) 100%);
}

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

/* CSPEC ALERTS */

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

.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: #6e899f !important;
  border-color: #6e899f !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;
}

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

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

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

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

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.card.login {
  border: 2px solid #337ab7;
  margin-left: 30%;
  margin-right: 30%;
}

.pg-content.container-fluid.calc {
  width: 75%
}

.evidence-concept .svi-title {
  text-decoration: underline;
}