td > * {
    vertical-align : middle;
}

.wiseguyAlertsHeader{
    color: #29b499;
    font-size: 18px;
    font-family: 'Source Sans Pro',sans-serif;
    padding-left: 10px;
    background-color: #191919;
    letter-spacing: 1px;
    line-height: 30px;
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 10px;
}
.wiseguyAlertsSearch {
    color: #bbb;
    font-size: 18px;
    text-align: right;
    background-color: #191919;
    transition: all .2s ease-in-out;
    line-height: 30px;
}
.wiseguyAlertsSearch i{
    padding-right:0px;
}
.wiseguyAlertsSearch i:hover{
    color: white;
    cursor: pointer;
}
#wiseguyAlertsTable .wga td,
#wiseguyAlertsTableHeader th {
    text-align: center;
    border: 1;
}

#wiseguyAlertsTableHeader {
    margin: 0;
    background-color: #212121;
    font-size: 12px;
}

#wiseguyAlertsTableHeader th {
    font-weight: 300;
    color: #00bc9b;
}

#wiseguyAlertsTable tr:nth-child(odd) {
    background-color: #2a2a2a;
}

#wiseguyAlertsTable tr:nth-child(even) {
    background-color: #212121;
}

#alertsTbl div:nth-child(odd) {
    background-color: #2a2a2a;
}

#alertsTbl div:nth-child(even) {
    background-color: #212121;
}

#wiseguyAlertsTable td {
    line-height: 35px;
    font-size: 13px;
    padding: 0;
}

#wiseguyAlertsTable .trend-down {
    color: #f56464;
    font-size: 20px;
    position: relative;
    top: 5px;
}

#wiseguyAlertsTable .trend-up {
    color: #72e89e;
    font-size: 20px;
    position: relative;
    top: 5px;
}

#wiseguyAlertsTable .fa-bolt {
    color: #fffb10;
    font-size: 18px;
}

#wiseguyAlertsTable .sentiment {
    padding: 3px 8px;
    border-radius: 3px;
}

#wiseguyAlertsTable .long-puts,
#wiseguyAlertsTable .short-calls {
    background-color: #f56464;
    padding: 3px 8px;
    border-radius: 3px;
}

#wiseguyAlertsTable .long-calls,
#wiseguyAlertsTable .short-puts {
    background-color: #12bc9b;
    padding: 3px 8px;
    border-radius: 3px;
}

#wiseguyAlertsTable tr:hover>td {
    background-color: #1d1c1c !important;
}

#wiseguyAlertsTable .block img,
#wiseguyAlertsTable .vol img {
    width: 25px;
}

.text-uppercase {
    text-transform: uppercase !important;
}

#searchPanel{
  transition: all 0.2s ease-in-out;
  overflow: hidden;
  line-height:64px;
  padding-left: 10px;
  background:#272727;
  border-bottom: solid 2px rgb(25, 25, 25);
}

#searchPanel form input{
  color: #fff;
}
#searchPanel form input[type=text]{
  width: 100px;
}
#searchPanel form select{
  width: 100px;
}
.btnClear{
  background-color: #f56464;
  border: none;
}
.btnClear:hover,
.btnClear:active:hover,
.btnClear:focus{
  background-color: rgb(197, 81, 81);
}
#searchPanel form input::-webkit-input-placeholder {
    color: #ddd !important;
}
#searchPanel form input:-moz-placeholder {
    color: #ddd !important;
}
#searchPanel form input::-moz-placeholder {
    color: #ddd !important;
}
#searchPanel form input:-ms-input-placeholder {
    color: #ddd !important;
}




.toggle-heatmap {
    font-size: 12px;
    margin-right: 5px;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #3a3939;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: #26c8a8;
  -webkit-transition: .4s;
  transition: .4s;
}

#heatMapToggle {
    margin: 0px;
}

#heatMapToggle input:checked + .slider {
  background-color: #167b67;
}

#heatMapToggle input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

#heatMapToggle 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%;
}