.manageTdButtons form{
    display: inline-block;
}
.manageTdButtons{
    text-align: left;
}
.requerdStar{
    color: red;
    font-weight: bold;
    margin: 0 5px;
}

.breadcrumb-item+.breadcrumb-item:before{
    display: none;
}
.form-control{
    background-color: #fff !important;
}
.btn{
    display:inline-block
}

.attchfilesholder{
    display: flex;
}
.attchfileimgholder{
    width: 47px;
    padding-left: 5px;
    margin-left: 10px;
}
.attchfileimgholder img{
    width: 100%;
    border-radius: 5px;
    margin-right: 10px;
}
.attchfilefldholder{
    width: 100%;
}
.btndeleteattchfile{
    padding: 5px;
    background-color: #ffedee;
    font-size: 13px;
    padding-top: 9px;
    display: block;
    border: solid 1px #f4aeae;
    border-radius: 5px;
    width: 35px;
    color: #0d0d0d;
    display: inline-block;
    text-align: center;
}
.btndeleteattchfile:hover{
    border-color: #222;
}
.attchfiledelholder{
    width: 40px;
}
.hiddenCus{
    display: none;
}
.attchfileimgholderMor img{
    border:solid 1px #ccc;
    width: 100%;
    border-radius: 5px;
    margin-right: 10px;
}
.attchfileimgholderMor{
    float: right;
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 47px;
    text-align: center;
    font-size: 12px;
}
.OptRowHolder{
    padding: 10px 0;
}

.color_square{
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: inherit;
    border-radius: 5px;
    border: solid 1px #ccc;
}

.direct-chat-messages-cus{
    padding: 15px 0;
}

.nav-item{
    font-size: 12px;
    font-weight: bold;
}

.attach-file-tick-pop{
    padding: 10px;
    background: #efefef;
    border-radius: 10px;
    margin-top: 25px;
}
.attach-file-tick-pop span{
    font-size: 10px;
}
.direct-chat-msg-right,.direct-chat-msg-left{
    border: solid 1px #ccc;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    overflow: hidden;
    margin-left: 20%;
}
.direct-chat-msg-left{
    margin-left: 0;
    margin-right: 20%;
    background: #878686 !important;
    color: #fff;
}

.direct-chat-msg-right .direct-chat-timestamp{
    font-size: 12px;
    margin-top: 10px;

}

.show_file_ticket_a{
    background: #ffd5d5;
    color: red;
    display: block;
    border-radius: 10px;
    padding: 10px;
    margin: 10px 0;
    font-size: 12px;
}
