
.open {font-family: 'Open Sans', Gotham, 'Helvetica Neue', Helvetica, Arial, "sans-serif";letter-spacing: -0.5px;}
.facetHeader {color:#007bff; background-color: #e8e8e8;}
.close {color: #FFF;text-shadow: none;}
.badgelink {color:#0058b7;font-weight:700;}
.badgelink:hover {color:#000000; text-decoration: none;}
.sHeadTable {padding:1px .75rem !important;}
.indentInp {left:20px; clear:both;}
.sqTop {border-top-left-radius:0;border-top-right-radius:0;}

#causeChecks label {line-height: 1.3em;margin-bottom: 5px;}
.breakme {display:block;clear:both;}

#chartabs .btn-sm {padding: .2rem .3rem .1rem; font-size: .8rem; line-height: 1.0;}


@media (max-width:767px) {
		.mt30if {margin-top:30px;text-decoration: underline;}
		.addLeft {margin-left:12px;}
}

@media (min-width:768px) {
	.mt30if {margin-top:0;text-decoration: underline;}
}


.list-group-item-action:focus, .list-group-item-action:hover {
	color: #004c9e !important;text-decoration: none;background-color: #ccc;
}

.table thead th {border-bottom: none;}
.badge {
	display: inline-block;padding: .25em .4em;font-size: 75%;font-weight: 300;
	line-height: 1;text-align: center;white-space: nowrap;vertical-align: baseline;border-radius: .25rem;
}

.table-hover tbody tr:hover {background-color: rgba(33,164,255,0.4);}

.table td, .table th {padding: .6rem .75rem;}

.disabled {
	pointer-events: none;
    cursor: default;
}

.current-page { background-color: #abe5fe; }
.not-current-page { color: inherit !important; }

.custom-modal {
    display:    none;
    position:   fixed;
    z-index:    9999;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .9 )
                url('../img/spinner.gif')
                50% 50%
                no-repeat;
    background-size: 90px;
}

.loading { display: block; }

.display-none { display: none; }
.minimum-pop-text {
    font-size: 13px;
    color: red;
}

.active-graph { background-color: rgba(33,164,255,0.4); }
.remove-border td { border: none; }

.footer-div {
    flex-direction: column;
    align-items: flex-end;
}

.settings-div {
    width: 100%;
    align-items: flex-start;
    padding-left: 0.6%;
}

.settings-btn {
    background-color: #2E3191;
    color: white;
    border: none;
}

.settings-input-container {
    display: flex;
    height: 225px;
    padding-top: 10px;
    vertical-align: middle;
    margin: 0px 0px 10px 0px;
    border: 1px solid gainsboro;
    border-radius: 5px;
}

.mar-bot-5 { margin-bottom: 5%; }
.pad-top-7 { padding-top: 7%; }
.mar-left-5 { margin-left: 5px; }
.slider-input-div {
    padding-left: 2%;
    padding-right: 2%;
}

.font-size-1rem { font-size: 1rem !important; }
.text-underline { text-decoration: underline; }
.mar-bot0 { margin-bottom: 0; }
.bold { font-weight: 600; }
.height50 { height: 50px; }
.height225 { height: 225px; }


.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 29px;
  }
  
  .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: -7px;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 21px;
    width: 21px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #007bff;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #007bff;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }

  .group-toggle {
      display: flex;
      position: absolute;
      right: 25px;
  }

  .group-label-left {
      margin-right: 10px;
      font-weight: bold;
  }

  .group-label-right {
    margin-left: 13px;
    font-weight: bold;
}