.status {
    position: absolute;
    background-size: cover;
    height: calc(100% + 5px);
    width: 100%;
    text-align: center;
    padding: 0;
    top: -5px;
}
.status-text {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    margin: 60px 0;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

.status-number {
    position: relative;
    z-index: 10;
    font-family: 'Open Sans', sans-serif;
    font-size: 74px;
    border-radius: 50%;
    color: #fff;
    width: 150px;
    line-height: 150px;
    margin: auto;
    text-align: center;
}

.status-number::before {
    z-index: -2;
    content: "";
    border-radius: 50%;
    width: 150%;
    height: 150%;
    position: absolute;
    top: -25%;
    left: -25%;
    background-color: rgba(255, 255, 255, 0.3);
}

.status-number span {
    z-index: -1;
    content: "";
    border-radius: 50%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
    background-color: #f3a929;
}

#asseco-groups-window span.mdl-list__item-icon {
    background-color: #10224a;
}

#asseco-groups-window {
    height: 550px !important;
}

@media only screen and (max-width: 550px) {
    #asseco-groups-window {
        width: 100% !important;
        height: 100% !important;
        position: absolute;
        top: 0;
        left: 0;
    }
}

div.asseco-mask .status {
    background-image: url("/liveChat/custom/img/headphones.jpg");
}

.asseco-card {
    right: 10px !important;
}

.asseco-list-item-label {
    margin: 0;
    line-height: 50px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.mdl-list__item-icon.material-icons img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  vertical-align: middle;
}
.asseco-list-groups span.mdl-list__item-icon {
    width: 50px;
    height: 50px;
    
}

.asseco-list-groups span.mdl-list__item-icon img {
    padding-top: 12px;
    width: 25px;
    height: 26px;
}

.waitDot {
    color: white;
    font-size: 50px;
    position: relative;
    top: -78px;
    left: 15px;
    z-index: 1000;
}

.asseco-chat-window-list {
    bottom: 195px;
    top: 5px;
}
.asseco-chat-window-ibar {
    bottom: 170px !important;
}

.asseco-chat-window-bbar {
    height: 120px !important;
    bottom: 50px !important;
}

.asseco-chat-window-tbar {
    bottom: 0px !important;
    height: 50px !important;
    top: auto;
    background-color: #10224a !important;
    padding: 7px 15px;
}

#asseco-chat-window-downloadTranscript img {
    width: 31px;
    height: 24px;
}

#asseco-chat-window-uploadFile img {
    width: 26px;
    height: 27px;
}

#asseco-chat-window-downloadTranscript,
#asseco-chat-window-uploadFile {
    width: 40px;
    height: 40px;
}

#asseco-chat-window-uploadFile {
    top: -3px;
}

.asseco-chat-window-send {
    padding: 16px 0px !important;
    position: absolute;
    bottom: -60px;
    right: 9px;
    width: auto !important;
    float: right;
    
}

.asseco-chat-window-send a {
    background: #303f9f !important;
    color: #fff !important;
    background: hsla(0,0%,62%,.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}

.asseco-chat-window-input {
    width: 100% !important;
}

.asseco-window-chat-agent-message span,
.asseco-window-chat-client-message span {
    background-color: #f2f2f2;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #7a7f8d;
    font-weight: 600;
    max-width: 80%;
    margin: 0;
    padding: 0;
    display: inline-block;
    padding: 3px;
    border-radius: 5px;
}

.asseco-window-chat-client-message span {
    background-color: #b2b8c5;
    color: #fff;
}

.asseco-window-chat-agent-message .mdl-list__item-primary-content {
    background-color: #f2f2f2;
}

.asseco-window-chat-client-message .mdl-list__item-primary-content {
    background-color: #b2b8c5;
}

.asseco-window-chat-client-message:after {
    border-color: #b2b8c5 transparent transparent #b2b8c5;
}

.asseco-window-chat-agent-message:after {
    border-color: #f2f2f2 #f2f2f2 transparent transparent;
}

.asseco-chat-window-bbar .mdl-textfield {
   resize: none;
}

.asseco-chat-floaty-icon-start{
    width: 30px;
    height: 30px;
}
.asseco-videochat-floaty-icon-start{
    width: 30px;
    height: 30px;
}

body {
    background-image: url('/liveChat/custom/img/EuroBankChat_pattern.png');
}

#asseco-toolbar {
	 z-index: 2000 !important;
}
.asseco-card {
	right: 86px !important;
}
.asseco-chat-window {
    z-index: 2000;
}

@media only screen and (max-width: 550px) {
    #asseco-captcha {
        width: 100% !important;
        height: 100% !important;
        position: absolute;
        top: 0 !important;
        left: 0 !important;
		margin: 0 !important;
    }
}


