/*
.svis-panel .panel-body {
  padding : 20px;
}

.svis-panel .acmg-spec {
  font-weight : bold;
}

.svis-panel .mito-genes {
  font-style  : italic;
  margin-left : 5%;
}

.svis-panel .panel-heading a.link-in {
  color : #2E6A8F
}

.svis-panel .ent-id,
.common .ent-id {
  font-style : italic;
  color      : grey;
  font-size  : 0.8em;
  display: block;
}


.common .link-out,
.svis-panel .link-out {
  padding-left : 3px;
}
.svis-panel .legacy.warning{
  color: #f0ad4e !important
}
**/
.pg-content .col.panel {
  padding : 0px;
}

.action-icon {
  padding : 2px;
}

.export .dt-buttons {
  float : right;
}

.export .dt-button {
  color            : white;
  background-color : #2E6A8F
}

.export .dt-button:hover {
  color            : black !important;
  background-color : #2E6A8F !important;
}

.search .dataTables_filter {
  text-align : center;
  float      : none;
}

.modal .gdp-association .form-group {
  margin : 0px !important;
}

.modal .gdp-association .gdp-header {
  font-weight : bold;
}

.modal .gdp-association .form-control {
  font-size : 10px;
  color     : black;
  position  : static;
}

.gdp-association .widget-panel {
  border     : 1px solid #EFE1D3;
  box-shadow : 5px 5px 5px #888888;
}

.gdp-association .widget-panel .panel-heading {
  background-color : #EFE1D3;
  color            : #0A0A0A;
  font-weight      : bold;
  border           : 3px solid #EFE1D3;
  border-radius    : 0px;
  padding          : 6px 8px 6px 8px;
}

.transcript.mane {
  font-style  : italic;
  font-weight : bold;
  color       : #32739D;
}

.modal .remove-new-disease {
  margin-right : 5px;
}

.modal .remove-disease .orphan {
  color: #AC2925;
  border-color: #AC2925 !important;
  background-color: white !important;
}

/* DATATABLES*/

.svis-table .dtrg-start {
  background-color : #EFE1D3 !important;;
}
/* All the rows except for the VCEP */
.svis-table tr:not(.dtrg-start),
.svis-table tr .sorting_1 {
  background-color: white !important;
}

.de-emphasize {
  color       : gray;
  font-size   : 0.7em;
  font-weight : normal;
  font-style  : italic;
}
