﻿iframe{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    /*vertical-align: baseline;*/
    background: transparent;
}
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
::-webkit-scrollbar {
    width: 8px;
    z-index: 999;
}
::-webkit-scrollbar-button {
    width: 8px;
    height: 5px;
}
::-webkit-scrollbar-track {
    background: #eee;
    border: thin solid lightgray;
    -webkit-box-shadow: 0px 0px 3px #dfdfdf inset;
    box-shadow: 0px 0px 3px #dfdfdf inset;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    background: #999;
    border: thin solid gray;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
    background: #7d7d7d;
}
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/ 
.clearfix:after {
    display: block;
    visibility: hidden;
    content: ".";
    clear: both;
    text-indent: -9999px;
    height: 0;
}
.parentline-fixed {
    position: fixed;
    width: 0px;
    height: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 99;
}
.parentline-fixed.intro-page .parentline-container {
    height: 484px;
}
    .parentline-fixed .parentline-container {
        height: calc(100% - 60px - 80px - 20px);
        bottom: calc(60px + 60px);
        position: fixed;
        right: 20px;
        width: 410px;
        min-height: 350px !important;
        max-height: 780px;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
        transform-origin: right bottom;
        -webkit-transform-origin: right bottom;
        background: white url('/public/20211201091335oe_/https://secure.callhandling.co.uk/assets/cc2/imgs/PublicChat/parentLine/loading.gif') center center no-repeat;
    }
.parentline-fixed .parentline-container.active {
    /* display: block; */
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.parentline-container {
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 25px #c5c5c5;
    -o-box-shadow: 0 1px 25px #c5c5c5;
    box-shadow: 0 1px 25px #c5c5c5;
    border-radius: 20px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.parentline-container iframe {
    height: 100%;
}
a.close-btn.fix-close-btn {
    position: fixed !important;
    bottom: 15px !important;
    right: 20px !important;
    z-index: 9 !important; 
    width: 87px;
    height: 87px;
    text-indent: -9999px;
    background-size: contain !important;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
    float: right;
}
    a.close-btn.fix-close-btn.open {
        background: url(/public/20211201091335oe_/https://secure.callhandling.co.uk/assets/cc2/imgs/PublicChat/parentLine/chat-icon.png) center center no-repeat; 
    }
a.close-btn.fix-close-btn.close {
    background: url(/public/20211201091335oe_/https://secure.callhandling.co.uk/assets/cc2/imgs/PublicChat/parentLine/close-btn.png) center center no-repeat;
}
.smallWindow {
    max-height: 400px !important;
}

/* Popup overlay */
@media (max-width: 499px) {
  .parentline-fixed {
    right: 0;
    max-width: 100%;
  }
  .parentline-fixed .parentline-container {
    z-index: 9999 !important;
    width: 100% !important;
    height: 100% !important;
    max-height: none !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    border-radius: 0 !important;
  }
  .parentline-fixed a.close-btn {
    z-index: 99999;
    width: 50px;
    height: 50px;
    background-size: cover;
    top: 0;
    right: 10px;
  }
  .parentline-header {
    border-radius: 0;
  }
}
@media only screen and (max-width: 400px) {
  .parentline-box input[type="text"] {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 320px) {
  .content-wrapper.chat-page .button-vert-align {
    right: -100px;
  }
  .content-wrapper.chat-page .button-vert-align button {
    width: 100px;
  }
}
@media only screen and (max-width: 419px) {
  .chat-online .chat-online-box .chat-message.exec i,
  .chat-online .chat-online-box .chat-message.user i {
    width: 20px;
    height: 20px;
    background-size: contain;
  }
  .chat-online .chat-online-box .chat-message.exec {
    padding-left: 25px;
    margin-left: 5px;
  }
  .chat-online .chat-online-box .chat-message.user {
    padding-right: 25px;
    margin-right: 5px;
  }
  .chat-online .chat-online-box .chat-message .chat-message-box {
    max-width: 85%;
  }
  .inner-content-wrapper.chat-window {
    margin: 10px 10px 0;
  }

}
@media only screen and (max-height: 779px) {


}
