﻿body{
    margin:0 !important;
}

#loginErrorTr {
    display:none;
}

.status {
    font-family: Sans-serif;
    font-size: 8pt;
    color: #000000;
    background-color: #fef19a;
    font-weight: bold;
    position: fixed;
    bottom: 18px;
}

#visitorIM .conversationContainer {
    background-color: White; 
    border: solid 2px #EEE;
    width: 485px;
    height: 400px;
}

#divEmoji {
    position: absolute;
    background-color: transparent;
    display: none;
    z-index:1;
    font-size: 16pt; 
}

#btnEmoji {
    background-color: transparent;
    width: 20px; 
    height: 20px;
    padding: 0;
    border: 0;
    margin-top: 25px;
    cursor: pointer;
}

#btnSendMessage { 
    width: 70px; 
    height: 70px;
    margin: 0;
    float: right;
}

.consumerBtn {    
    font: bold 14px;
    width: 120px; 
    height: 50px;
    border: 1px solid #ddd; 
    border-radius: 4px;
    cursor: pointer;
}

#messageBody { 
    vertical-align: top;
    padding-top: 0px;
    width: 385px;
    height: 70px;
}

#footer {
    height: 25px;
    width: 100%;
    margin-top: 0px;
    position:absolute;
}

#footer .left {
    float: left;
    margin-top: 5px;
    margin-left: 5px;
}

#footer .right {
    float: right;
    margin-top: 5px;
    margin-right: 15px;
}

#divFooterBottom {  
    height: 25px;
    width: 100%;
}

label {
    margin-left: 0.5rem;
}

@media (min-width: 1200px)  {
    .container {
        max-width: 100% !important;
    }
    #leftPanel {
        width: 80% !important;
    }
    #rightPanel {
        width: inherit !important;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 100% !important;
    }
    #divEmoji {
        top:61%;
        left:32px;
    }
}
@media (max-width: 992px){
    #divEmoji {
        width: 1%;
        top: 0px;
        left: -7px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 100% !important;
    }
}
@media (min-width: 576px) {
    .container {
        max-width: 100% !important;
    }
}

/*#header .logo {
    background-size: 100% !important;
    width: 100% !important;
}*/

@media (min-width: 1200px) {
    /*#header
    .logo {
        background-size: 762px !important;
        width: 100% !important;
    }*/
}
@media (min-width: 920px) {
    /*#header
    .logo {
        background-size: 762px !important;
        width: 100% !important;
    }*/
}
    .container {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

@media (max-width: 1200px) {

    #leftPanel {
        width: 100% !important;
    }
    #visitorIM .chatMsg1 {
        width:100% !important;
    }
}
.charLimit {
    padding-bottom:15px;
}
#leftPanel {
    padding-left: 30px;
    padding-right: 30px;
}
/*.registrationHeader {
    margin-left: 31px !important;
}*/
#rightPanel {
    width: fit-content !important;
    margin-left: auto !important;
    margin-right: auto !important;
    float: inherit !important;
}

#contentContainer {
    padding-bottom:72px;
}

.status{
    z-index:1;
}

.chatInputRow {
    padding-bottom: 40pt
}

.modalPopupSystem {
    left:initial !important;
}
@media (max-width: 960px) {
    #messageBody {
        max-width: 94% !important;
    }
    #btnColumn {
        max-width: 84% !important;
    }
}

.btn-disable, .btn-disable:hover {
    cursor: not-allowed;
    pointer-events: none;
    color: #c0c0c0 !important;
    background-color: #ffffff;
}