@media only screen and (min-width: 400px) {
    body {
        min-width: 350px;
    }
}

@media only screen and (min-width: 480px) {
    body {
        min-width: 450px;
    }

    a.webLogo, .cwHeader .navbar-brand {
        padding-top: 20px;
    }

    .agentLogoImage img, .navbar-brand img {
        height: 39px;
        width: 120px;
    }

    .cwHeader {
        background-size: auto 55px;
        height: 60px;
    }
}

@media only screen and (min-width: 600px) {
    body {
        min-width: 550px;
    }

    a.webLogo, .cwHeader .navbar-brand {
        padding-top: 4px;
    }

    .agentLogoImage img, .navbar-brand img {
        height: 52px;
        width: 162px;
    }

    .cwHeader {
        background-size: auto 60px;
        height: 65px;
    }
}

@media only screen and (min-width: 640px) {
    body {
        min-width: 590px;
    }

    .cwHeader {
        background-size: auto 60px;
        height: 65px;
    }

    a.webLogo, .cwHeader .navbar-brand {
        padding-top: 4px;
    }

    .agentLogoImage img, .navbar-brand img {
        height: 60px;
        width: 192px;
    }
}

@media only screen and (min-width: 768px) {
    body {
        min-width: 760px;
    }

    .agentLogoImage img, .navbar-brand img {
        height: 65px;
        width: 200px;
    }

    .cwHeader {
        background-size: auto 65px;
        height: 70px;
    }
}

@media only screen and (min-width: 800px) {
    body {
        min-width: 760px;
    }

    .cwHeader {
        background-size: auto 70px;
        height: 70px;
    }
}

@media only screen and (min-width: 854px) {
    body {
        min-width: 810px;
    }

    .cwHeader {
        background-size: auto 70px;
        height: 75px;
    }
}

@media only screen and (min-width: 960px) {
    body {
        min-width: 900px;
    }

    .cwHeader {
        background-size: auto 75px;
        height: 75px;
    }
}

@media only screen and (min-width: 1024px) {
/*    .QlistScrollWrapContent {
        width: 508px;
    }*/

    .newChatWrap .form-group > .col-sm-2 {
        max-width: 130px;
    }
}

@media only screen and (min-width: 1152px) {
/*    .QlistScrollWrapContent {
        width: 620px;
    }*/
}

@media only screen and (min-width: 1280px) {
/*    .QlistScrollWrapContent {
        width: 732px;
    }*/
}

@media only screen and (min-width: 1360px) {
/*    .QlistScrollWrapContent {
        width: 812px;
    }*/
}

@media only screen and (min-width: 1366px) {
/*    .QlistScrollWrapContent {
        width: 818px;
    }*/
}

@media only screen and (min-width: 1440px) {
/*    .QlistScrollWrapContent {
        width: 874px;
    }*/
}

@media only screen and (min-width: 1600px) {
/*    .QlistScrollWrapContent {
        width: 1029px;
    }*/
}

@media only screen and (min-width: 1680px) {
/*    .QlistScrollWrapContent {
        width: 1100px;
    }*/
}

/*@media only screen and (min-width: 1792px) {
    .QlistScrollWrapContent {
        width: 1198px;
    }
}

@media only screen and (min-width: 1856px) {
    .QlistScrollWrapContent {
        width: 1255px;
    }
}

@media only screen and (min-width: 1920px) {
    .QlistScrollWrapContent {
        width: 1311px;
    }
}

@media only screen and (min-width: 2048px) {
    .QlistScrollWrapContent {
        width: 1424px;
    }
}*/

@media only screen and (max-width: 1000px) {
    body {
        display: table;
    }
}

@media only screen and (max-width: 800px) {
    .newChatWrap .form-group {
        display: table;
        width: 100%;
    }

    .newChatWrap .form-group > .col-sm-2, .newChatWrap .form-group > .col-sm-10 {
        display: table-cell;
        padding-right: 0px;
    }

    .newChatWrap .form-group > .col-sm-10 {
        width: 70%;
    }

    .newChatWrap .form-group > .col-sm-10 > .col-sm-11 {
        display: table-cell;
    }

    .newChatWrap .form-group > span > .col-sm-4 {
/*        padding-right: 0;
        width: 80%;*/
    }

    .summaryBox {
        float: none !important;
        height: 80px !important;
        max-width: 100%;
        /*width: 90% !important;*/
    }

    .summaryCharPosition {
        padding-left: none;
    }

    .mobileWindowWrap .chatWindowWrapper, .mobileWindowWrap .chatIframeWrapper {
        width: 100%;
    }

    /*.mobileWindowWrap .chatWindowWrapper > .wrapper-btn-div {*/
        /*text-align: center;*/
    /*}*/

    /*.mobileWindowWrap .chatWindowWrapper > .wrapper-btn-div > .btn {*/
        /*float: none;*/
        /*margin: 2px auto;*/
        /*position: relative;*/
        /*width: 40%;*/
    /*}*/
}

@media only screen and (max-width: 640px) {
    .loginWrapper {
        left: 0;
        width: 90% !important;
        margin: 40px auto 0px auto !important;
        top: 0;
    }

    .summaryBox {
        float: none !important;
        height: 80px !important;
        max-width: 100%;
        width: 100% !important;
    }

    .summaryCharPosition {
        float: none;
    }

    .newChatWrap .form-group > .col-sm-10 {
        width: 70%;
    }

    .newChatWrap .form-group > span > .col-sm-4 {
/*        padding-right: 0;
        width: 90%;*/
    }

    /*.mobileWindowWrap .chatWindowWrapper > .wrapper-btn-div > .btn {*/
        /*width: 60%;*/
    /*}*/

    /*.MobileExpandWrapper .fa {*/
        /*font-size: 24px;*/
    /*}*/
}

@media only screen and (max-width: 480px) {
    body {
        min-width: 200px;
    }

    .loginWrapper {
        left: 0;
        width: 100% !important;
        margin: 40px 0px 0px 0px !important;
        top: 0;
    }

    .btn-login {
        width: 100%;
    }

    .newChatWrap .form-group > .col-sm-10 {
        width: 64%;
    }

    .loginLinksWrap > .col-sm-8 {
        padding-left: 8px;
    }

    .loginLinksWrap > .col-sm-8 .loginLinks {
        width: 100%;
    }

    .loginLinksWrap > .col-sm-8 .loginLinks a {
        float: left;
    }

    .loginWrapper form > .form-group > .col-sm-4 {
        width: 45%;
    }

    .loginWrapper .form-group > .col-sm-8 {
        width: 55%;
    }

    .hideMobileBtn {
        display: none;
    }

    a.webLogo, .cwHeader .navbar-brand {
        padding-top: 15px;
    }

    .agentLogoImage img, .navbar-brand img {
        height: 30px;
        width: 90px;
    }

    .cwHeader {
        background-size: 208px 52px;
        height: 56px;
        background-position: 90px center;
    }

    /*.mobileWindowWrap .chatWindowWrapper > .wrapper-btn-div > .btn {*/
        /*width: 80%;*/
    /*}*/

    /*.MobileExpandWrapper .fa {*/
        /*font-size: 20px;*/
    /*}*/

}

@media only screen and (max-width: 320px) {

    a.webLogo, .cwHeader .navbar-brand {
        padding-top: 15px;
        margin-left: 4px;
    }

    .agentLogoImage img, .navbar-brand img {
        height: 22px;
        width: 68px;
    }

    .cwHeader {
        background-size: 180px 45px;
        height: 50px;
        margin-bottom: 8px;
    }
}

@media screen and (min-height: 300px) {
    .chatIframeWrapper {
        height: 410px;
    }

    .adminChatWrap .chatIframeWrapper {
        height: 317px;
    }

    .scroller {
        height: 150px;
    }

    .custChatWrap .scroller {
        height: 178px;
    }

    .custChatWrap .mdwDiscoWrapper {
        height: 284px;
    }

    .tabs-left .chatVerticalTabs {
        max-height: 410px;
    }

    .adminChatWrap .tabs-left .chatVerticalTabs {
        max-height: 375px;
    }

    .rmDetailsTable {
        max-height: 325px;
    }

    .rmDetailsTable.rmOp {
        max-height: 240px;
    }

    .rmFrameWrapper {
        height: 300px;
    }
    .helpIframe{
        height: 250px;
    }
}

@media screen and (min-height: 430px) {
    .rmDetailsTable.rmOp {
        max-height: 380px;
    }
    .helpIframe{
        height: 380px;
    }
}

@media screen and (min-height: 480px) {
    .rmDetailsTable.rmOp {
        max-height: 430px;
    }
    .helpIframe{
        height: 400px;
    }
}

@media screen and (min-height: 500px) {
    .rmDetailsTable {
        max-height: 350px;
    }

    .rmDetailsTable.rmOp {
        max-height: 460px;
    }

    .rmFrameWrapper {
        height: 335px;
    }
    .helpIframe{
        height: 420px;
    }
}

@media screen and (min-height: 550px) {
    .rmDetailsTable.rmOp {
        max-height: 500px;
    }
    .helpIframe{
        height: 450px;
    }
}

@media screen and (min-height: 600px) {
    .chatIframeWrapper {
        height: 556px;
    }

    .adminChatWrap .chatIframeWrapper {
        height: 463px;
    }

    .scroller {
        height: 296px;
    }

    .custChatWrap .scroller {
        height: 324px;
    }

    .custChatWrap .mdwDiscoWrapper {
        height: 430px
    }

    .tabs-left .chatVerticalTabs {
        max-height: 556px;
    }

    .adminChatWrap .tabs-left .chatVerticalTabs {
        max-height: 521px;
    }

    .rmDetailsTable {
        max-height: 430px;
    }

    .rmDetailsTable.rmOp {
        max-height: 560px;
    }

    .rmFrameWrapper {
        height: 435px;
    }
    .helpIframe{
        height: 480px;
    }
}

@media screen and (min-height: 620px) {
    .rmDetailsTable.rmOp {
        max-height: 580px;
    }
    .helpIframe{
        height: 500px;
    }
}

@media screen and (min-height: 650px) {
    .rmFrameWrapper {
        height: 485px;
    }
    .helpIframe{
        height: 520px;
    }
}

@media screen and (min-height: 680px) {
    .rmFrameWrapper {
        height: 515px;
    }
    .helpIframe{
        height: 550px;
    }
}

@media screen and (min-height: 720px) {
    .chatIframeWrapper {
        height: 570px;
    }

    .adminChatWrap .chatIframeWrapper {
        height: 477px;
    }

    .scroller {
        height: 310px;
    }

    .custChatWrap .scroller {
        height: 338px;
    }

    .custChatWrap .mdwDiscoWrapper {
        height: 444px;
    }

    .tabs-left .chatVerticalTabs {
        max-height: 570px;
    }

    .adminChatWrap .tabs-left .chatVerticalTabs {
        max-height: 535px;
    }

    .rmDetailsTable {
        max-height: 485px;
    }

    .rmDetailsTable.rmOp {
        max-height: 680px;
    }

    .rmFrameWrapper {
        height: 565px;
    }
    .helpIframe{
        height: 570px;
    }
}

@media screen and (min-height: 768px) {
    .chatIframeWrapper {
        height: 624px;
    }

    .adminChatWrap .chatIframeWrapper {
        height: 531px;
    }

    .scroller {
        height: 364px;
    }

    .custChatWrap .scroller {
        height: 392px;
    }

    .custChatWrap .mdwDiscoWrapper {
        height: 498px
    }

    .tabs-left .chatVerticalTabs {
        max-height: 624px;
    }

    .adminChatWrap .tabs-left .chatVerticalTabs {
        max-height: 589px;
    }

    .rmDetailsTable {
        max-height: 539px;
    }

    .rmDetailsTable.rmOp {
        max-height: 730px;
    }

    .rmFrameWrapper {
        height: 615px;
    }
    .helpIframe{
        height: 650px;
    }
}

@media screen and (min-height: 800px) {
    .chatIframeWrapper {
        height: 656px;
    }

    .adminChatWrap .chatIframeWrapper {
        height: 563px;
    }

    .scroller {
        height: 396px;
    }

    .custChatWrap .scroller {
        height: 424px;
    }

    .custChatWrap .mdwDiscoWrapper {
        height: 530px;
    }

    .tabs-left .chatVerticalTabs {
        max-height: 656px;
    }

    .adminChatWrap .tabs-left .chatVerticalTabs {
        max-height: 621px;
    }

    .rmDetailsTable {
        max-height: 571px;
    }

    .rmDetailsTable.rmOp {
        max-height: 770px;
    }

    .rmFrameWrapper {
        height: 675px;
    }
    .helpIframe{
        height: 670px;
    }
}

@media screen and (min-height: 864px) {
    .chatIframeWrapper {
        height: 722px;
    }

    .adminChatWrap .chatIframeWrapper {
        height: 629px;
    }

    .scroller {
        height: 462px;
    }

    .custChatWrap .scroller {
        height: 490px;
    }

    .custChatWrap .mdwDiscoWrapper {
        height: 596px;
    }

    .tabs-left .chatVerticalTabs {
        max-height: 722px;
    }

    .adminChatWrap .tabs-left .chatVerticalTabs {
        max-height: 687px;
    }

    .rmDetailsTable {
        max-height: 637px;
    }

    .rmDetailsTable.rmOp {
        max-height: 820px;
    }

    .rmFrameWrapper {
        height: 682px;
    }
    .helpIframe{
        height: 720px;
    }
}

@media screen and (min-height: 900px) {
    .chatIframeWrapper {
        height: 756px;
    }

    .adminChatWrap .chatIframeWrapper {
        height: 663px;
    }

    .scroller {
        height: 496px;
    }

    .custChatWrap .scroller {
        height: 524px;
    }

    .custChatWrap .mdwDiscoWrapper {
        height: 630px;
    }

    .tabs-left .chatVerticalTabs {
        max-height: 756px;
    }

    .adminChatWrap .tabs-left .chatVerticalTabs {
        max-height: 721px;
    }

    .rmDetailsTable {
        max-height: 740px;
    }

    .rmDetailsTable.rmOp {
        max-height: 850px;
    }

    .rmFrameWrapper {
        height: 740px;
    }
    .helpIframe{
        height: 750px;
    }
}

@media screen and (min-height: 960px) {
    .chatIframeWrapper {
        height: 816px;
    }

    .adminChatWrap .chatIframeWrapper {
        height: 723px;
    }

    .scroller {
        height: 556px;
    }

    .custChatWrap .scroller {
        height: 584px;
    }

    .custChatWrap .mdwDiscoWrapper {
        height: 690px;
    }

    .tabs-left .chatVerticalTabs {
        max-height: 816px;
    }

    .adminChatWrap .tabs-left .chatVerticalTabs {
        max-height: 781px;
    }

    .rmDetailsTable {
        max-height: 751px;
    }

    .rmDetailsTable.rmOp {
        max-height: 876px;
    }

    .rmFrameWrapper {
        height: 790px;
    }
    .helpIframe{
        height: 810px;
    }
}

@media screen and (min-height: 1024px) {
    .chatIframeWrapper {
        height: 880px;
    }

    .adminChatWrap .chatIframeWrapper {
        height: 787px;
    }

    .scroller {
        height: 620px;
    }

    .custChatWrap .scroller {
        height: 648px;
    }

    .custChatWrap .mdwDiscoWrapper {
        height: 754px
    }

    .tabs-left .chatVerticalTabs {
        max-height: 880px;
    }

    .adminChatWrap .tabs-left .chatVerticalTabs {
        max-height: 845px;
    }

    .rmDetailsTable {
        max-height: 795px;
    }

    .rmDetailsTable.rmOp {
        max-height: 900px;
    }

    .rmFrameWrapper {
        height: 860px;
    }
    .helpIframe{
        height: 900px;
    }
}

@media screen and (min-height: 1050px) {
    .chatIframeWrapper {
        height: 906px;
    }

    .adminChatWrap .chatIframeWrapper {
        height: 813px;
    }

    .scroller {
        height: 646px;
    }

    .custChatWrap .scroller {
        height: 674px;
    }

    .custChatWrap .mdwDiscoWrapper {
        height: 780px
    }

    .tabs-left .chatVerticalTabs {
        max-height: 906px;
    }

    .adminChatWrap .tabs-left .chatVerticalTabs {
        max-height: 871px;
    }

    .rmDetailsTable {
        max-height: 821px;
    }

    .rmDetailsTable.rmOp {
        max-height: 906px;
    }

    .rmFrameWrapper {
        height: 880px;
    }
    .helpIframe{
        height: 920px;
    }
}

@media screen and (min-height: 1080px) {
    .chatIframeWrapper {
        height: 936px;
    }

    .adminChatWrap .chatIframeWrapper {
        height: 843px;
    }

    .scroller {
        height: 676px;
    }

    .custChatWrap .scroller {
        height: 704px;
    }

    .custChatWrap .mdwDiscoWrapper {
        height: 810px
    }

    .tabs-left .chatVerticalTabs {
        max-height: 936px;
    }

    .adminChatWrap .tabs-left .chatVerticalTabs {
        max-height: 901px;
    }

    .rmDetailsTable {
        max-height: 851px;
    }

    .rmDetailsTable.rmOp {
        max-height: 946px;
    }

    .rmFrameWrapper {
        height: 900px;
    }
    .helpIframe{
        height: 930px;
    }
}

@media screen and (min-height: 1152px) {
    .chatIframeWrapper {
        height: 1008px;
    }

    .adminChatWrap .chatIframeWrapper {
        height: 915px;
    }

    .scroller {
        height: 748px;
    }

    .custChatWrap .scroller {
        height: 776px;
    }

    .custChatWrap .mdwDiscoWrapper {
        height: 882px;
    }

    .tabs-left .chatVerticalTabs {
        max-height: 1008px;
    }

    .adminChatWrap .tabs-left .chatVerticalTabs {
        max-height: 973px;
    }

    .rmDetailsTable {
        max-height: 923px;
    }

    .rmDetailsTable.rmOp {
        max-height: 1018px;
    }

    .rmFrameWrapper {
        height: 1008px;
    }
    .helpIframe{
        height: 1000px;
    }
}

@media screen and (min-height: 1182px) {
    .chatIframeWrapper {
        height: 1038px;
    }

    .adminChatWrap .chatIframeWrapper {
        height: 945px;
    }

    .scroller {
        height: 778px;
    }

    .custChatWrap .scroller {
        height: 806px;
    }

    .custChatWrap .mdwDiscoWrapper {
        height: 912px;
    }

    .tabs-left .chatVerticalTabs {
        max-height: 1038px;
    }

    .adminChatWrap .tabs-left .chatVerticalTabs {
        max-height: 1003px;
    }

    .rmDetailsTable {
        max-height: 953px;
    }

    .rmDetailsTable.rmOp {
        max-height: 1048px;
    }

    .rmFrameWrapper {
        height: 1038px;
    }
    .helpIframe{
        height: 1030px;
    }
}

@media screen and (min-height: 1200px) {
    .chatIframeWrapper {
        height: 1056px;
    }

    .adminChatWrap .chatIframeWrapper {
        height: 963px;
    }

    .scroller {
        height: 796px;
    }

    .custChatWrap .scroller {
        height: 824px;
    }

    .custChatWrap .mdwDiscoWrapper {
        height: 930px;
    }

    .tabs-left .chatVerticalTabs {
        max-height: 1056px;
    }

    .adminChatWrap .tabs-left .chatVerticalTabs {
        max-height: 1021px;
    }

    .rmDetailsTable {
        max-height: 971px;
    }

    .rmDetailsTable.rmOp {
        max-height: 1066px;
    }

    .rmFrameWrapper {
        height: 1056px;
    }
    .helpIframe{
        height: 1060px;
    }
}

@media screen and (min-height: 1344px) {
    .chatIframeWrapper {
        height: 1200px;
    }

    .adminChatWrap .chatIframeWrapper {
        height: 1107px;
    }

    .scroller {
        height: 940px;
    }

    .custChatWrap .scroller {
        height: 968px;
    }

    .custChatWrap .mdwDiscoWrapper {
        height: 1074px;
    }

    .tabs-left .chatVerticalTabs {
        max-height: 1200px;
    }

    .adminChatWrap .tabs-left .chatVerticalTabs {
        max-height: 1165px;
    }

    .rmDetailsTable {
        max-height: 1115px;
    }

    .rmDetailsTable.rmOp {
        max-height: 1210px;
    }

    .rmFrameWrapper {
        height: 1200px;
    }
    .helpIframe{
        height: 1200px;
    }
}

@media screen and (min-height: 1392px) {
    .chatIframeWrapper {
        height: 1248px;
    }

    .adminChatWrap .chatIframeWrapper {
        height: 1155px;
    }

    .scroller {
        height: 988px;
    }

    .custChatWrap .scroller {
        height: 1016px;
    }

    .custChatWrap .mdwDiscoWrapper {
        height: 1122px;
    }

    .tabs-left .chatVerticalTabs {
        max-height: 1248px;
    }

    .adminChatWrap .tabs-left .chatVerticalTabs {
        max-height: 1213px;
    }

    .rmDetailsTable {
        max-height: 1163px;
    }

    .rmDetailsTable.rmOp {
        max-height: 1258px;
    }

    .rmFrameWrapper {
        height: 1248px;
    }
    .helpIframe{
        height: 1250px;
    }
}

@media screen and (min-height: 1440px) {
    .chatIframeWrapper {
        height: 1296px;
    }

    .adminChatWrap .chatIframeWrapper {
        height: 1203px;
    }

    .scroller {
        height: 1036px;
    }

    .custChatWrap .scroller {
        height: 1064px;
    }

    .custChatWrap .mdwDiscoWrapper {
        height: 1170px;
    }

    .tabs-left .chatVerticalTabs {
        max-height: 1296px;
    }

    .adminChatWrap .tabs-left .chatVerticalTabs {
        max-height: 1261px;
    }

    .rmDetailsTable {
        max-height: 1211px;
    }

    .rmDetailsTable.rmOp {
        max-height: 1306px;
    }

    .rmFrameWrapper {
        height: 1296px;
    }
    .helpIframe{
        height: 1300px;
    }
}

@media screen and (min-height: 1536px) {
    .chatIframeWrapper {
        height: 1392px;
    }

    .adminChatWrap .chatIframeWrapper {
        height: 1299px;
    }

    .scroller {
        height: 1132px;
    }

    .custChatWrap .scroller {
        height: 1160px;
    }

    .custChatWrap .mdwDiscoWrapper {
        height: 1264px;
    }

    .tabs-left .chatVerticalTabs {
        max-height: 1392px;
    }

    .adminChatWrap .tabs-left .chatVerticalTabs {
        max-height: 1357px;
    }

    .rmDetailsTable {
        max-height: 1307px;
    }

    .rmDetailsTable.rmOp {
        max-height: 1452px;
    }

    .rmFrameWrapper {
        height: 1392px;
    }
    .helpIframe{
        height: 1400px;
    }
}

@media screen and (min-height: 1600px) {
    .chatIframeWrapper {
        height: 1456px;
    }

    .adminChatWrap .chatIframeWrapper {
        height: 1363px;
    }

    .scroller {
        height: 1196px;
    }

    .custChatWrap .scroller {
        height: 1224px;
    }

    .custChatWrap .mdwDiscoWrapper {
        height: 1330px;
    }

    .tabs-left .chatVerticalTabs {
        max-height: 1456px;
    }

    .adminChatWrap .tabs-left .chatVerticalTabs {
        max-height: 1421px;
    }

    .rmDetailsTable {
        max-height: 1371px;
    }

    .rmDetailsTable.rmOp {
        max-height: 1466px;
    }

    .rmFrameWrapper {
        height: 1356px;
    }
    .helpIframe{
        height: 1460px;
    }
}

.cwDemoHeader .agentLogoImage img, .cwDemoHeader .navbar-brand img {
    width: 90px;
    height: 30px;
}
.cwDemoHeader {
    background-size: 200px auto;
    height:70px;
}
.cwDemoHeader .navbar-brand {
   padding-top: 18px;
}

/* chat windows screen styles */

@media only screen and (max-height: 1200px) {
    .newChatWindowPanel.expandNewChat .msg-container-base {
        max-height: 910px;
        height: 910px;
    }
}

@media only screen and (max-height: 1180px) {
    .newChatWindowPanel.expandNewChat .msg-container-base {
        max-height: 880px;
        height: 880px;
    }
}

@media only screen and (max-height: 1150px) {
    .newChatWindowPanel.expandNewChat .msg-container-base {
        max-height: 860px;
        height: 860px;
    }
}

@media only screen and (max-height: 1130px) {
    .newChatWindowPanel.expandNewChat .msg-container-base {
        max-height: 820px;
        height: 820px;
    }
}

@media only screen and (max-height: 1100px) {
    .newChatWindowPanel.expandNewChat .msg-container-base {
        max-height: 790px;
        height: 790px;
    }
}

@media only screen and (max-height: 1080px) {
    .newChatWindowPanel.expandNewChat .msg-container-base {
        max-height:770px;
        height: 770px;
    }
}

@media only screen and (max-height: 1050px) {
    .newChatWindowPanel.expandNewChat .msg-container-base {
        max-height: 740px;
        height: 740px;
    }
}

@media only screen and (max-height: 1030px) {
    .newChatWindowPanel.expandNewChat .msg-container-base {
        max-height: 730px;
        height: 730px;
    }
}

@media only screen and (max-height: 1010px) {
    .newChatWindowPanel.expandNewChat .msg-container-base {
        max-height: 710px;
        height: 710px;
    }
}

@media only screen and (max-height: 990px) {
    .newChatWindowPanel.expandNewChat .msg-container-base {
        max-height: 690px;
        height: 690px;
    }
}

@media only screen and (max-height: 970px) {
    .newChatWindowPanel.expandNewChat .msg-container-base {
        max-height: 670px;
        height: 670px;
    }
}

@media only screen and (max-height: 950px) {
    .newChatWindowPanel.expandNewChat .msg-container-base {
        max-height: 660px;
        height: 660px;
    }
}

@media only screen and (max-height: 930px) {
    .newChatWindowPanel.expandNewChat .msg-container-base {
        max-height: 610px;
        height: 610px;
    }
}

@media only screen and (max-height: 900px) {
    .newChatWindowPanel.expandNewChat .msg-container-base {
        max-height: 590px;
        height: 590px;
    }
}

@media only screen and (max-height: 870px) {
    .newChatWindowPanel.expandNewChat .msg-container-base {
        max-height: 570px;
        height: 570px;
    }
}

@media only screen and (max-height: 850px) {
    .newChatWindowPanel.expandNewChat .msg-container-base {
        max-height: 540px;
        height: 540px;
    }
}

@media only screen and (max-height: 820px) {
    .newChatWindowPanel.expandNewChat .msg-container-base {
        max-height: 520px;
        height: 520px;
    }
}

@media only screen and (max-height: 800px) {
    .newChatWindowPanel.expandNewChat .msg-container-base {
        max-height: 500px;
        height: 500px;
    }
}

@media only screen and (max-height: 780px) {
    .newChatWindowPanel.expandNewChat .msg-container-base {
        max-height: 480px;
        height: 480px;
    }
}

@media only screen and (max-height: 760px) {
    .newChatWindowPanel.expandNewChat .msg-container-base {
        max-height: 450px;
        height: 450px;
    }
}

@media only screen and (max-height: 730px) {
    .newChatWindowPanel.expandNewChat .msg-container-base {
        max-height: 420px;
        height: 420px;
    }
}

@media only screen and (max-height: 700px) {
    .newChatWindowPanel.expandNewChat .msg-container-base {
        max-height: 400px;
        height: 400px;
    }

    @media only screen and (max-height: 680px) {
        .newChatWindowPanel.expandNewChat .msg-container-base {
            max-height: 400px;
            height: 400px;
        }
    }
}

@media only screen and (max-height: 650px) {
    .newChatWindowPanel.expandNewChat .msg-container-base {
        max-height: 340px;
        height: 340px;
    }
}

@media only screen and (max-height: 630px) {
    .newChatWindowPanel.expandNewChat .msg-container-base {
        max-height: 320px;
        height: 320px;
    }
}

@media only screen and (max-height: 600px) {
    .newChatWindowPanel.expandNewChat .msg-container-base {
        max-height: 310px;
        height: 310px;
    }
}

@media only screen and (max-height: 590px) {
    .newChatWindowPanel.expandNewChat .msg-container-base {
        max-height: 300px;
        height: 300px;
    }
}

@media only screen and (max-height: 580px) {
    .newChatWindowPanel.expandNewChat .msg-container-base {
        max-height: 270px;
        height: 270px;
    }
}

@media only screen and (max-height: 550px) {
    .newChatWindowPanel.expandNewChat .msg-container-base {
        max-height: 250px;
        height: 250px;
    }
}

@media only screen and (max-height: 530px) {
    .newChatWindowPanel.expandNewChat .msg-container-base {
        max-height: 220px;
        height: 220px;
    }
}

@media only screen and (max-height: 500px) {
    .newChatWindowPanel.expandNewChat .msg-container-base, .newChatWindowPanel .msg-container-base {
        max-height: 200px;
    }

    .newChatWindowPanel.expandNewChat .msg-container-base {
        height: 200px;
    }
}

@media only screen and (max-height: 480px) {
    .newChatWindowPanel.expandNewChat .msg-container-base, .newChatWindowPanel .msg-container-base {
        max-height: 180px;
    }

    .newChatWindowPanel.expandNewChat .msg-container-base {
        height: 180px;
    }
}

@media only screen and (max-height: 460px) {
    .newChatWindowPanel.expandNewChat .msg-container-base, .newChatWindowPanel .msg-container-base {
        max-height: 180px;
    }

    .newChatWindowPanel.expandNewChat .msg-container-base {
        height: 180px;
    }
}

@media only screen and (max-height: 430px) {
    .newChatWindowPanel.expandNewChat .msg-container-base, .newChatWindowPanel .msg-container-base {
        max-height: 170px;
    }

    .newChatWindowPanel.expandNewChat .msg-container-base {
        height: 170px;
    }
}

@media only screen and (max-height: 420px) {
    .newChatWindowPanel.expandNewChat .msg-container-base, .newChatWindowPanel .msg-container-base {
        max-height: 160px;
    }

    .newChatWindowPanel.expandNewChat .msg-container-base {
        height: 160px;
    }
}

@media only screen and (max-height: 410px) {
    .newChatWindowPanel.expandNewChat .msg-container-base, .newChatWindowPanel .msg-container-base {
        max-height: 150px;
    }

    .newChatWindowPanel.expandNewChat .msg-container-base {
        height: 150px;
    }
}

@media only screen and (max-height: 400px) {
    .newChatWindowPanel.expandNewChat .msg-container-base, .newChatWindowPanel .msg-container-base {
        max-height: 130px;
    }

    .newChatWindowPanel.expandNewChat .msg-container-base {
        height: 130px;
    }
}

@media only screen and (max-height: 380px) {
    .newChatWindowPanel.expandNewChat .msg-container-base, .newChatWindowPanel .msg-container-base {
        max-height: 110px;
    }

    .newChatWindowPanel.expandNewChat .msg-container-base {
        height: 110px;
    }
}

@media only screen and (max-height: 370px) {
    .newChatWindowPanel.expandNewChat .msg-container-base, .newChatWindowPanel .msg-container-base {
        max-height: 110px;
    }

    .newChatWindowPanel.expandNewChat .msg-container-base {
        height: 110px;
    }
}

@media only screen and (max-height: 360px) {
    .newChatWindowPanel.expandNewChat .msg-container-base, .newChatWindowPanel .msg-container-base {
        max-height: 100px;
    }

    .newChatWindowPanel.expandNewChat .msg-container-base {
        height: 100px;
    }
}

@media only screen and (max-height: 350px) {
    .newChatWindowPanel.expandNewChat .msg-container-base, .newChatWindowPanel .msg-container-base {
        max-height: 90px;
    }

    .newChatWindowPanel.expandNewChat .msg-container-base {
        height: 90px;
    }
}

@media only screen and (max-height: 340px) {
    .newChatWindowPanel.expandNewChat .msg-container-base, .newChatWindowPanel .msg-container-base {
        max-height: 80px;
    }

    .newChatWindowPanel.expandNewChat .msg-container-base {
        height: 80px;
    }
}

@media only screen and (max-height: 330px) {
    .newChatWindowPanel.expandNewChat .msg-container-base, .newChatWindowPanel .msg-container-base {
        max-height: 110px;
    }
}

@media only screen and (max-height: 320px) {
    .newChatWindowPanel .msg-container-base {
        max-height: 100px;
    }

    .newChatWindowPanel.expandNewChat .msg-container-base {
        height: 100px;
    }
}

@media only screen and (max-height: 310px) {
    .newChatWindowPanel.expandNewChat .msg-container-base, .newChatWindowPanel .msg-container-base {
        max-height: 90px;
    }
}

@media only screen and (max-height: 300px) {
    .newChatWindowPanel.expandNewChat .msg-container-base, .newChatWindowPanel .msg-container-base {
        max-height: 80px;
    }

    .newChatWindowPanel.expandNewChat .msg-container-base {
        height: 80px;
    }
}

@media only screen and (max-height: 290px) {
    .newChatWindowPanel.expandNewChat .msg-container-base, .newChatWindowPanel .msg-container-base {
        max-height: 70px;
    }
}

@media only screen and (max-height: 280px) {
    .newChatWindowPanel.expandNewChat .msg-container-base, .newChatWindowPanel .msg-container-base {
        max-height: 60px;
    }

    .newChatWindowPanel.expandNewChat .msg-container-base {
        height: 50px;
    }
}

@media only screen and (max-height: 260px) {
    .newChatWindowPanel.expandNewChat .msg-container-base, .newChatWindowPanel .msg-container-base {
        max-height: 50px;
    }

    .newChatWindowPanel.expandNewChat .msg-container-base {
        height: 50px;
    }
}

/* chat windows screen styles ends here*/
