.call-center-new {
    position: fixed;
    top: 0;
    left: 100%;
    width: 920px;
    height: 100%;
    background-color: #fff;
    z-index: 2147483640;

    transition: margin-left 0.3s ease-out;
    -webkit-transition: margin-left 0.3s ease-out;
}

.call-center-show-new {
    margin-left: -920px;
}

.call-center-new-hide-text-menu {
    width: 820px;
    margin-left: -820px;
}

.call-center-new .btn-toggle {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 100%;
    border-radius: 100%;
    background-color: #0099dd;
    color: #ffffff;
    cursor: pointer;
    font-size: 1.8em;
    text-align: center;
    vertical-align: middle;
    padding-top: 6px;
}

.call-center-new .btn-toggle-fail {
    background-color: #ff0000;
}

.call-center-show-new .btn-toggle {
    display: none;
}

.call-center-new .content {
    width: 100%;
    height: 100%;
    border-left: 1px solid #c2c2c2;
}

.call-center-new .content .title {
    padding: 8px 16px;
    background-color: #0099dd;
    color: #fff;
    position: relative;
}

.call-center-new .content .body {
    background-color: #ffffff;
    position: relative;
    height: 100%;
    /*overflow-y: scroll;*/
}

.call-center-new .body-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 920px;
    overflow-x: hidden;
    /*z-index: 2147483641;*/
    height: 100%;
}

.call-center-new .body-content1 {
    width: 1040px;
    position: relative;
    height: 100%;
}

.call-center-new .body-content1 .input-style {
    border: 1px solid #e1e3e3;
    border-radius: 4px;
    height: 40px;
    font-size: 1.2em;
}

.call-center-new .body-content1 .input-style:focus {
    border: 1px solid #7ca5ce;
}





.call-center-new .body1 {
    width: 920px;
    position: absolute;
    top: 0;
    left: 0;
    /*z-index: 2147483642;*/
    height: 100%;
}

.call-center-new .body1 .phone-action {
    padding: 20px 20px 28px 20px;
    position: relative;
}

.call-center-new .body1 .phone-action input {
    text-align: center;
}

.call-center-new .body1 .phone-action div {
    /*width: 50%;*/
    float: left;
}

.call-center-new .body1 .phone-action div span {
    cursor: pointer;
    margin-right: 30px;
}

.call-center-new .body1 .phone-action div i {
    cursor: pointer;
}

.call-center-new .body1 .phone-action div img {
    cursor: pointer;
    width: 41px;
    height: 41px;
    margin-right: 12px;
    display: inline;
}

.call-center-new .body1 .phone-detail {
    position: relative;
    height: max-content;
}

.call-center-new .body1 .phone-detail1 {
    /*height: max-content;*/
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.call-center-new .body1 .phone-detail .waiting-call {
    height: 88px;
    overflow-y: scroll;
    border-bottom: 1px solid #c2c2c2;
    font-size: 1.1em;
}

.call-center-new .body1 .phone-detail .waiting-call table {
    width: 100%;
}

.call-center-new .body1 .phone-detail .waiting-call table tr td {
    padding: 4px;
    text-align: center;
}

.call-center-new .body1 .phone-detail .waiting-call table tr td:first-child {
    width: 60%;
}

.call-center-new .body1 .phone-detail .waiting-call table tr td:last-child {
    width: 40%;
}

.call-center-new .body1 .phone-detail .call-history {
    overflow-y: scroll;
    height: max-content;
    padding-bottom: 120px;
}

table.call-history-list-item {
    width: 100%;
}

table.call-history-list-item td {
    padding: 16px 5px;
    border-bottom: 1px solid #c2c2c2;
}

table.call-history-list-item td p {
    margin: 0 0 8px;
}

table.call-history-list-item td.col1 {
    width: 14%;
}

table.call-history-list-item td.col1 img.inbound {
    width: 27px;
    height: 25px;
}

table.call-history-list-item td.col1 img.outbound {
    width: 30px;
    height: 17px;
}

table.call-history-list-item td.col2 {
    width: 25%;
    vertical-align: top;
}

table.call-history-list-item td.col3 {
    width: 34%;
    padding: 10px 3px;
    vertical-align: top;
}

table.call-history-list-item td.col3 button.edit-info {
    padding: 8px 20px;
    background-color: #216cb4;
    color: #fff;
    border-radius: 4px;
    outline: none;
    border: none;
}

table.call-history-list-item td.col4 {
    width: 25%;
    vertical-align: top;
}

table.call-history-list-item td.col4 i {
    cursor: pointer;
    font-size: 2.0em;
}

table.call-history-list-item td.col4 img {
    cursor: pointer;
    display: inline;
}

.padding-none {
    padding: 0px 0px 0px 0px;
}
.sub {
    display: none;
    transition:height 1s;
}
tr.visible{
    display: table-row !important;
}


.call-center-new .body1 .phone-detail .call-report {
    width: 100%;
    position: absolute;
    z-index: 1;
    background-color: #f9f9f9;
    top: -2px;
    left: 0;
    border-bottom: 1px solid #c2c2c2;
}

.call-center-new .body1 .phone-detail .call-report div {
    padding: 14px 20px;
    position: relative;
}

.call-center-new .body1 .phone-detail .call-report div i {
    cursor: pointer;
    color: #000;
    font-size: 1.6em;
    position: absolute;
    top: 10px;
    right: 30px;
}

.call-center-new .body1 .phone-detail .call-report div img {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 20px;
}

.call-center-new .body1 .phone-detail .call-report div table {
    width: 100%;
}

.call-center-new .body1 .phone-detail .call-report div table tr td {
    padding: 6px 10px;
    font-weight: bold;
}

.call-center-new .body1 .phone-detail .call-report div table tr td:first-child {
    width: 35%
}

.call-center-new .body1 .phone-detail .call-report div table tr td:last-child {
    width: 65%
}

.call-center-new .body1 .phone-detail .customer-info {
    width: 100%;
    position: absolute;
    z-index: 2;
    background-color: #fff;
    top: -2px;
    left: 0;
    border-bottom: 1px solid #000;
}

.call-center-new .body1 .phone-detail .customer-info table.cus-info {
    width: 100%;
}

.call-center-new .body1 .phone-detail .customer-info table.cus-info td {
    
}

.call-center-new .body1 .phone-detail .customer-info table.cus-info td:first-child {
    width: 30%;
    padding: 6px 20px;
}

.call-center-new .body1 .phone-detail .customer-info table.cus-info td:last-child {
    width: 70%;
    padding: 6px 46px 6px 0;
}

.call-center-new .body1 .phone-detail .customer-info table.cus-info td:last-child input {
    text-align: center;
}

.call-center-new .body1 .phone-detail .ticket-history {
    width: 100%;
    position: absolute;
    z-index: 3;
    background-color: #fff;
    top: -2px;
    left: 0;
    border-bottom: 1px solid #c2c2c2;
}

.call-center-new .body1 .phone-detail .ticket-history > div {
    position: relative;
    width: 100%;
}

.call-center-new .body1 .phone-detail .ticket-history > div > i {
    cursor: pointer;
    color: #000;
    font-size: 1.6em;
    position: absolute;
    top: 10px;
    right: 30px;
}

.call-center-new .body1 .phone-detail .ticket-history > div > img {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 20px;
}

.call-center-new .body1 .phone-detail .ticket-history .list-ticket {
    border-top: 1px solid #c2c2c2;
    max-height: 332px;
    overflow-y: scroll;
}

.call-center-new .body1 .phone-detail .ticket-history .list-ticket .item {
    border-bottom: 1px solid #c2c2c2;
    background-color: #f9f9f9;
}

.call-center-new .body1 .phone-detail .ticket-history .list-ticket .item table.bk {
    width: 100%;
}

.call-center-new .body1 .phone-detail .ticket-history .list-ticket .item table.bk tr td {
    
}

.call-center-new .body1 .phone-detail .ticket-history .list-ticket .item table.bk tr td:first-child {
    width: 16%;
    text-align: center;
}

.call-center-new .body1 .phone-detail .ticket-history .list-ticket .item table.bk tr td:last-child {
    width: 84%;
}

.call-center-new .body1 .phone-detail .ticket-history .list-ticket .item table.bk-info {
    width: 100%;
}

.call-center-new .body1 .phone-detail .ticket-history .list-ticket .item table.bk-info tr td {
    text-align: left;
    vertical-align: top;
}

.call-center-new .body1 .phone-detail .ticket-history .list-ticket .item table.bk-info tr td p {
    margin: 0;
}

.call-center-new .body1 .phone-detail .ticket-history .list-ticket .item table.bk-info tr td:first-child {
    width: 30%;
    padding: 12px 6px 0 6px;
    text-align: left;
}

.call-center-new .body1 .phone-detail .ticket-history .list-ticket .item table.bk-info tr td:last-child {
    width: 70%;
    padding: 12px 30px 0 6px;
    text-align: left;
}

.call-center-new .body1 .phone-detail .ticket-history .list-ticket .item .list-btn {
    padding: 16px 30px;
    text-align: right;
}

.call-center-new .body1 .phone-detail .ticket-history .list-ticket .item .list-btn button {
    padding: 8px;
    background-color: #216cb4;
    color: #fff;
    border-radius: 4px;
    outline: none;
    border: none;
    width: 100px;
}

.call-center-new .body1 .phone-detail .ticket-history .list-ticket .item:last-child {
    border-bottom: none;
}

/*.call-center-new .body1 .phone-detail .ticket-history .list-ticket .item button {
    background-color: #000;
    color: #fff;
    padding: 4px 20px;
}*/

.call-center-new .body1 .phone-detail .ticket-history .list-ticket .item span.bookedTicket {
    color: #384cf9;
}

.call-center-new .body1 .phone-detail .ticket-history .list-ticket .item span.paidTicket {
    color: #198815;
}

.call-center-new .body1 .phone-detail .ticket-history .list-ticket .item span.cancelledTicket {
    color: #e5917f;
}

.call-center-new .body1 .phone-detail .create-ticket {
    width: 100%;
    position: absolute;
    z-index: 4;
    background-color: #fff;
    top: -2px;
    left: 0;
    border-bottom: 1px solid #000;
}

.call-center-new .body1 .phone-detail .create-ticket > div {
    position: relative;
    width: 100%;
}

.call-center-new .body1 .phone-detail .create-ticket > div > i {
    cursor: pointer;
    color: #000;
    font-size: 1.6em;
    position: absolute;
    top: 10px;
    right: 30px;
}

.call-center-new .body1 .phone-detail .create-ticket > div > img {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 20px;
}

.call-center-new .body1 .phone-detail .create-ticket .vision {
    padding: 10px 36px;
    border-top: 1px solid #c2c2c2;
    background-color: #f9f9f9;
}

.call-center-new .body1 .phone-detail .create-ticket .vision table.vision-ticket {
    width: 100%;
}

.call-center-new .body1 .phone-detail .create-ticket .vision table.vision-ticket td {
    padding: 6px;
}

.call-center-new .body1 .phone-detail .create-ticket .vision table.vision-ticket td.col1 {
    width: 25%;
    padding-left: 0;
}

.call-center-new .body1 .phone-detail .create-ticket .vision table.vision-ticket td.col2 {
    width: 75%;
}

.call-center-new .body1 .phone-detail .create-ticket .vision table.vision-ticket td.col2 button {
    padding: 8px;
    background-color: #216cb4;
    color: #fff;
    border-radius: 4px;
    outline: none;
    border: none;
    width: 100%;
}

.call-center-new .body1 .phone-detail .create-ticket .vision .vision-detail {
    margin-top: 10px;
    padding-bottom: 36px;
}

.call-center-new .body1 .phone-detail .create-ticket .vision .vision-detail p {
    word-break: break-all;
}

.call-center-new .body1 .phone-detail .create-ticket .vision .vision-detail span {
    margin-right: 20px;
}

.call-center-new .body1 .phone-detail .create-ticket .vision .vision-detail a {
    cursor: pointer;
}

.call-center-new .body1 .phone-detail .pause-action {
    width: 100%;
    position: absolute;
    z-index: 5;
    background-color: #fff;
    top: -2px;
    left: 0;
    border-bottom: 1px solid #c2c2c2;
}

.call-center-new .body1 .phone-detail .pause-action .title {
    padding: 8px 12px;
    background-color: #99ffff;
    color: #6699dd;
    font-weight: bold;
    font-size: 1.2em;
}

.call-center-new .body1 .phone-detail .pause-action .body {

}

.call-center-new .body1 .phone-detail .pause-action .body table {
    width: 100%;
}

.call-center-new .body1 .phone-detail .pause-action .body table td {
    width: 50%;
    padding: 10px;
}

.call-center-new .body1 .phone-detail .pause-action .body table tr td:first-child {
    
}

.call-center-new .body1 .phone-detail .pause-action .body table tr td:last-child {
    
}

.call-center-new .body1 .phone-detail .pause-action .body table tr td:last-child button {
    padding-left: 26px;
    padding-right: 26px;
    border-radius: 4px;
}






.call-center-new .body2 {
    width: 920px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 20;
    background-color: #fff;
}

.call-center-new .body2 .calling {
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #c2c2c2;
}

.call-center-new .body2 .calling table.table1 {
    width: 100%;
}

.call-center-new .body2 .calling table.table1 td {
    padding: 6px;
}

.call-center-new .body2 .calling table.table1 td p {
    margin: 0;
}

.call-center-new .body2 .calling table.table1 td.col1 {
    width: 32%;
}

.call-center-new .body2 .calling table.table1 td.col2 {
    width: 35%;
}

.call-center-new .body2 .calling table.table1 td.col2 button {
    padding: 8px 20px;
    background-color: #216cb4;
    color: #fff;
    border-radius: 4px;
    outline: none;
    border: none;
}

.call-center-new .body2 .calling table.table1 td.col3 {
    width: 35%;
}

.call-center-new .body2 .calling .close {
    position: absolute;
    z-index: 23;
    top: 10px; 
    right: 25px;
    font-size: 1.6em;
    opacity: 1;
    cursor: pointer;
}

.call-center-new .body2 .type-of-call-table {
    width: 100%;
}

.call-center-new .body2 .type-of-call-table td {
    padding: 4px 10px;
}

.call-center-new .body2 .list-all-ticket {
    position: relative;
    padding-bottom: 120px;
}

.call-center-new .body2 .list-all-ticket .title-ticket {
    padding: 10px;
    text-transform: uppercase;
    border-bottom: 1px solid #c2c2c2;
    text-align: center;
    font-weight: bold;
}

.call-center-new .body2 .list-all-ticket .list-ticket {
    max-height: 346px;
    overflow-y: scroll;
    border-bottom: 1px solid #c2c2c2;
}

.call-center-new .body2 .list-all-ticket .list-ticket .item {
    padding: 8px 36px;
    border-bottom: 1px solid #c2c2c2;
    background-color: #f9f9f9;
}

.call-center-new .body2 .list-all-ticket .list-ticket .item .bk-info {
    width: 100%;
}

.call-center-new .body2 .list-all-ticket .list-ticket .item .bk-info tr td {
    text-align: left;
    vertical-align: top;
}

.call-center-new .body2 .list-all-ticket .list-ticket .item .bk-info tr td p {
    margin: 0;
}

.call-center-new .body2 .list-all-ticket .list-ticket .item .bk-info tr td:first-child {
    width: 30%;
    padding: 12px 6px 0 6px;
    text-align: left;
}

.call-center-new .body2 .list-all-ticket .list-ticket .item .bk-info tr td:last-child {
    width: 70%;
    padding: 12px 30px 0 6px;
    text-align: left;
}

.call-center-new .body2 .list-all-ticket .list-ticket .item:last-child {
    border-bottom: none;
}

.call-center-new .body2 .list-all-ticket .list-ticket .item button {
    padding: 8px;
    background-color: #216cb4;
    color: #fff;
    border-radius: 4px;
    outline: none;
    border: none;
    width: 100px;
}

.call-center-new .body2 .list-all-ticket .list-ticket .item .list-btn {
    padding: 16px 30px;
    text-align: right;
}

.call-center-new .body2 .list-all-ticket .list-ticket .item span.bookedTicket {
    color: #384cf9;
}

.call-center-new .body2 .list-all-ticket .list-ticket .item span.paidTicket {
    color: #198815;
}

.call-center-new .body2 .list-all-ticket .list-ticket .item span.cancelledTicket {
    color: #e5917f;
}

.call-center-new .body2 .list-all-ticket .customer-info {
    width: 100%;
    position: absolute;
    z-index: 22;
    background-color: #fff;
    top: -2px;
    left: 0;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    padding-top: 8px;
}

.call-center-new .body2 .list-all-ticket .customer-info table.cus-info {
    width: 100%;
}

.call-center-new .body2 .list-all-ticket .customer-info table.cus-info td {
    
}

.call-center-new .body2 .list-all-ticket .customer-info table.cus-info td:first-child {
    width: 30%;
    padding: 6px 20px;
}

.call-center-new .body2 .list-all-ticket .customer-info table.cus-info td:last-child {
    width: 70%;
    padding: 6px 46px 6px 0;
}

.call-center-new .body2 .list-all-ticket .customer-info table.cus-info td:last-child input {
    text-align: center;
}
.btn-toggle-change-color {
    -webkit-animation: color-change 1s infinite;
    -moz-animation: color-change 1s infinite;
    -o-animation: color-change 1s infinite;
    -ms-animation: color-change 1s infinite;
    animation: color-change 1s infinite;
}
@-webkit-keyframes color-change {
        0% { background-color: red; }
        50% { background-color: blue; }
        100% { background-color: red; }
    }
    @-moz-keyframes color-change {
        0% { background-color: red; }
        50% { background-color: blue; }
        100% { background-color: red; }
    }
    @-ms-keyframes color-change {
        0% { background-color: red; }
        50% { background-color: blue; }
        100% { background-color: red; }
    }
    @-o-keyframes color-change {
        0% { background-color: red; }
        50% { background-color: blue; }
        100% { background-color: red; }
    }
    @keyframes color-change {
        0% { background-color: red; }
        50% { background-color: blue; }
        100% { background-color: red; }
    }


.dir-list-company {
    position: relative;
    margin-right: 14px;
}

.dir-list-company .list-container {
    width: 100%;
    position: absolute;
    top: 105%;
    left: 0;
    background-color: #fff;
    border: 1px solid #aaa;
    max-height: 196px;
    overflow-y: scroll;
    z-index: 1;
    display: none;
}

.dir-list-company .list-container .list-item {
    padding: 3px 6px;
    cursor: pointer;
}

.dir-list-company .list-container .list-item:hover {
    background-color: #66ffee;
}

.cop-allow-booking {
    padding: 1em 0;
    border: 2px solid #d4d4d4;
}

.cop-allow-booking .cop-title {
    font-weight: bold;
}

.cop-allow-booking .cop-button {
    border-radius: 10px;
    border: 1px solid #c1c1c1;
    margin: 5px 0;
    color: white;
    font-weight: bold;
}

.cop-allow-booking .cop-footer {
    font-style: italic;
}