﻿.five9Adapter{
    position: absolute;
    left:0;
    top:112px;
    background-color: white;
    bottom: 0;
    padding-left:10px;
    overflow-y: auto;
}

.f9_adapter_embedded_floating_wrapper {
  position: absolute;
  background-color: white;
  border: 1px solid #288dc1;
}

.f9_adapter_header {
  height: 30px;
  line-height: 30px;
  background-color: #288dc1;
  font-size: 16px;
  font-weight: normal;
  vertical-align: middle;
  color: white;
}

.f9_btn_icon:hover {
  cursor: pointer;
}

.f9_btn_minimize:before {
  content: "\2212";
}

.f9_btn_close:before {
  content: "\2716";
}

.f9_btn_maximize:before {
  content: "\271A";
}

.f9_btn_detach:before {
  content: "\21D7";
}

.f9_adapter_header > :not(:first-child){
  height: 100%;
  float: right;
  margin-right: 15px;
}

.f9_adapter_header > :first-child {
  float: left;
  margin-left: 10px;
}

.f9_no_border {
  border: 0 none;
}

.f9_full-height {
  height: 95%;
}

.starthidden {
  display: none;
}
