.agent-tabpanel-toggle {
  position: absolute;
  top: 5px;
  right: -207px;
  opacity: 1;
  cursor: pointer;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; }
  .agent-tabpanel-toggle:hover mark {
    -webkit-animation-name: bounce;
    animation-name: bounce; }
  .agent-tabpanel-toggle.text-close {
    max-width: 3rem !important;
    right: -45px !important;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; }
  .agent-tabpanel-toggle mark {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 2px solid #FFF;
    width: 30px;
    height: 20px;
    background-color: #FF6B6B;
    position: absolute;
    top: -3px;
    right: 20px;
    font-size: 15px;
    line-height: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #FFF;
    font-weight: 700;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }

/************new float tab panel***************/
#agent-tabpanel {
  transform: translateX(0%);
  transition: transform 0.4s ease-in, height 0.4s ease-in;
  transition: transform 220ms ease-out, height 220ms ease-out;
  height: 75%;
  background-color: #FCFCFC;
  border: 1px solid #C4C2C2;
  box-shadow: 0 1px 3px 0 rgba(27, 27, 27, 0.1);
  z-index: 100;
  width: 100%;
  border-radius: 5px; }
  #agent-tabpanel.show-panel-content {
    transform: translateX(0%);
    transition: transform 0.4s ease-in, height 0.4s ease-in;
    transition: transform 220ms ease-out, height 220ms ease-out; }
  #agent-tabpanel::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: transparent; }
  #agent-tabpanel::-webkit-scrollbar {
    background-color: transparent;
    width: 5px; }
  #agent-tabpanel::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 5px; }
  #agent-tabpanel .agent-tabpanel-subheader {
    position: relative;
    background-color: #B3B3B3;
    padding: 3px 15px;
    color: #565656;
    font-weight: bold;
    font-size: 1rem;
    font-family: prompt;
    display: flex;
    justify-content: space-between;
    align-self: center; }
    #agent-tabpanel .agent-tabpanel-subheader .agent-tooktee-meeting {
      margin-top: auto;
      margin-bottom: auto; }
    #agent-tabpanel .agent-tabpanel-subheader #agent-map-view {
      background: url("/images/co-broker/agent-map/agent-map-background.jpg") no-repeat;
      justify-content: center;
      text-decoration: none;
      min-height: 40px;
      max-height: 150px;
      background-position: center;
      position: relative;
      text-align: center;
      border: 1px solid #bababa;
      border-radius: 3px;
      display: flex;
      cursor: pointer; }
      #agent-tabpanel .agent-tabpanel-subheader #agent-map-view .agent-map-pin {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 20px;
        height: 30px;
        background: URL("/images/co-broker/agent-map/agent-map-pin.png") no-repeat;
        background-position-x: 0%;
        background-position-y: 0%;
        background-size: auto;
        background-size: 20px 30px;
        background-position: 0 0;
        margin-top: -10px;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
        border-radius: 0.25rem; }
      #agent-tabpanel .agent-tabpanel-subheader #agent-map-view .agent-map-toggle {
        min-width: 75px;
        display: block;
        white-space: nowrap;
        margin-top: auto;
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
        background: rgba(255, 255, 255, 0.6);
        margin: 0;
        padding: 4px 10px;
        font-size: 0.8rem;
        margin-top: 12px; }
  #agent-tabpanel .agent-list {
    border: 10px none;
    box-sizing: border-box;
    display: block;
    font-family: Roboto, sans-serif;
    cursor: pointer;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
    outline: currentcolor none medium;
    font-size: 16px;
    font-weight: inherit;
    position: relative;
    z-index: 1;
    color: rgba(0, 0, 0, 0.87);
    line-height: 16px;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    background: rgba(0, 0, 0, 0) none repeat scroll 0% 0%;
    font-family: "thaiSanNeue"; }
    #agent-tabpanel .agent-list.active {
      border-left: solid 10px #FAD706; }
      #agent-tabpanel .agent-list.active .agent-list-box {
        background: rgba(0, 0, 0, 0.1);
        transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; }
        #agent-tabpanel .agent-list.active .agent-list-box .agent-list-text {
          color: #FAD706; }
    #agent-tabpanel .agent-list .agent-list-box {
      margin-left: 0px;
      padding: 16px;
      position: relative;
      height: 100%;
      width: 100%;
      background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.6);
      transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; }
      #agent-tabpanel .agent-list .agent-list-box .agent-list-text {
        padding: 0rem;
        color: white;
        position: absolute;
        top: 15px;
        left: 0px;
        overflow: hidden;
        pointer-events: none;
        font-size: 26px;
        line-height: 20px;
        transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; }
    #agent-tabpanel .agent-list:hover {
      transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; }
      #agent-tabpanel .agent-list:hover .agent-list-box {
        background: rgba(0, 0, 0, 0.1);
        transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; }
        #agent-tabpanel .agent-list:hover .agent-list-box .agent-list-text {
          transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
          color: #FAD706; }

@media (max-width: 768px) {
  #left {
    transform: translateX(-100%);
    transition: transform 0.4s ease-in, height 0.4s ease-in;
    transition: transform 220ms ease-out, height 220ms ease-out; }
    #left.show-panel-content {
      transform: translateX(0%);
      transition: transform 0.4s ease-in, height 0.4s ease-in;
      transition: transform 220ms ease-out, height 220ms ease-out; }

  #agent-tabpanel .agent-list .agent-list-box .agent-list-text {
    font-size: 25px; }

  .agent-panel-list1 {
    max-height: 18rem;
    overflow-y: scroll; }
    .agent-panel-list1 .agent-please-scroll {
      position: absolute;
      bottom: 2%;
      margin: 0 auto;
      max-width: 10rem;
      left: 43%;
      z-index: 9999; }
    .agent-panel-list1::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      background-color: transparent; }
    .agent-panel-list1::-webkit-scrollbar {
      background-color: transparent;
      width: 5px; }
    .agent-panel-list1::-webkit-scrollbar-thumb {
      background-color: #d20808;
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      border-radius: 5px; } }

/*# sourceMappingURL=agentListMeeting.css.map */
