/* Write your custom CSS here */

/*TRIGGER*/

.trigger{
    position: relative;
    width: 100%;
    padding: 15px;
    background: #333;
    font-size: 1em;
    font-weight: 500;
    color: #fff;
    margin-bottom: 15px;
}

.trigger_none{margin-bottom: 0;}
.trigger p{margin-top: 10px;}
.trigger_ajax{display: none; cursor: pointer;}
.trigger_success{background-color: #00B494;}
.trigger_info{background-color: #0E96E5;}
.trigger_alert{background-color: #FAAD50;}
.trigger_error{background-color: #F45563;}

.trigger_modal{
    position: fixed;
    right: 0;
    top: 0;
    width: 460px;
    max-width: 80%;
    padding: 20px 20px 0 0;
    cursor: pointer;
    z-index: 999;
}

.trigger_modal .trigger{
    padding: 20px;
    margin: auto 30px auto auto;
}

.trigger_progress{
    background-color: rgba(0,0,0,0.1);
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.table-responsive {
    /* overflow-y: hidden; */
}

.cursor-block {
    cursor: not-allowed !important;
}

/* CHAT TICKETS */

.chat-ticket-container {
    width: 100%;
    height: 100%;
    overflow: auto;
    max-height: 500px;
}

.chat-ticket-box {
    width: 100%;
}

.chat-ticket-box ul {
    width: 100%;
    list-style: none;
    float: left;
    padding: 0;
}

.chat-ticket-box ul li {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

.chat-ticket-box ul .bundle-box {
    border-radius: 5px;
    padding: 10px;
}

.chat-ticket-box ul .admin .bundle-box {
    background-color: #404652;
    float: left;
    margin-right: 50px;
}

.chat-ticket-box ul .master .bundle-box {
    background-color: #FFF;
    float: right;
    margin-left: 50px;
}

.chat-ticket-box .author {
    font-weight: 600;
    font-size: 0.7em;
    margin-bottom: 2px;
}

.chat-ticket-box .message {
    margin: 0;
    color: #fff;
}

.chat-ticket-box .message.light {
    margin: 0;
    color: #000;
}

tbody .btn {
    padding: 3px 8px;
}

.page-container {
    overflow: auto;
}


/* CHAT */

.chat .chat-history {
    padding: 20px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}

.chat .chat-history ul {
    padding: 0
}

.chat .chat-history ul li {
    list-style: none;
    margin-bottom: 30px
}

.chat .chat-history ul li:last-child {
    margin-bottom: 0px
}

.chat .chat-history .message-data {
    margin-bottom: 15px
}

.chat .chat-history .message-data img {
    border-radius: 40px;
    width: 40px
}

.chat .chat-history .message-data-time {
    color: #434651;
    padding-left: 6px
}

.chat .chat-history .message {
    color: #444;
    padding: 18px 20px;
    line-height: 26px;
    font-size: 16px;
    border-radius: 7px;
    display: inline-block;
    position: relative
}

.chat .chat-history .message:after {
    bottom: 100%;
    left: 7%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px
}

.chat .chat-history .my-message {
    background: #efefef
}

.chat .chat-history .my-message:after {
    bottom: 100%;
    left: 30px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #efefef;
    border-width: 10px;
    margin-left: -10px
}

.chat .chat-history .other-message {
    background: #e8f1f3;
    text-align: right
}

.chat .chat-history .other-message:after {
    border-bottom-color: #e8f1f3;
    left: 93%
}

.chat .chat-message {
    padding: 20px
}

.float-right {
    float: right
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

/* MODAL FULL SCREEN */
.container-modal-fullscreen{
    background: #272B33;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 3;
    overflow: auto;
    display: none;
    /* padding: 15px 40px; */
    z-index: 9999;
}
.content-modal-fullscreen{

}
.box_info{
    float: left;
    width: 30%;
    background-color: #272B33;
    height: 100vh;
    padding: 25px 40px;
    box-shadow: 2px 4px 6px rgba(160,160,160,0.1);
    overflow: auto;
}
.box_timeline{
    float: right;
    width: 70%;
    height: 100vh;
    padding: 25px 40px;
    overflow: auto;
    background: #1F2128;
}
.main_content_header h1{
    color: #fff;
}
.field_info_customer{
    margin-top: 15px;
    border-bottom: dashed 1px #c2c2c3;
    float: left;
    width: 100%;
}
.field_info_customer .title{
    font-size: .7em;
    font-weight: 600;
    margin-bottom: 7px;
    color: #fff;
}
.field_info_customer .text{
    font-weight: 300;
    margin-bottom: 4px;
    color: #e6e6e6;
}
.timeline-row{
    /* width: 100%; */
    overflow: hidden;
    margin-bottom: 35px;
}
.timeline-row-content{
    background-color: #272B33;
    border-radius: 10px;
    width: calc(100% - 160px);
    float: right;
    position: relative;
    padding: 15px;
}
.timeline-row-aside{
    float: left;
    text-align: center;
    position: relative;
}
.timeline-row-avatar{
    border-radius: 50%;
    border: 3px solid #fff;
    margin-top: 10px;
    box-shadow: 0 5px 9px 0 rgba(150,150,150,.18);
    position: relative;
    z-index: 1;
}
.timeline-row-author{
    max-width: 108px;
    margin-top: 12px;
    max-width: 108px;
    display: inline-block;
    color: #00A0E3;
    text-decoration: none;
    font-size: .8em;
    font-weight: 300;
}
.timeline-row-aside time{
    color: #838386;
    text-decoration: none;
    font-size: .8em;
    font-weight: 300;
    max-width: 108px;
    display: inline-block;
}
.timeline-row-aside::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    height: 100vh;
    transform: translate(0,100%);
    border-right: 1px solid #c2c2c3;
}
.timeline-row-avatar-wrap{
    position: relative;
}
.timeline-row-avatar-wrap::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 400px;
    border-bottom: 1px solid #c2c2c3;
}
