#web_vali{
     color: #BE2C2C;
    border-radius: 10px;
    padding: 0 8px;
}   
#conversation_list .badge
{
	color: #FFF;	
}
.badge-error {
  background-color: #b94a48;
}
.badge-error:hover {
  background-color: #953b39;
}
.badge-warning {
  background-color: #f89406;
}
.badge-warning:hover {
  background-color: #c67605;
}
.badge-success {
  background-color: #468847;
}
.badge-success:hover {
  background-color: #356635;
}
.badge-info {
  background-color: #3a87ad;
}
.badge-info:hover {
  background-color: #2d6987;
}
.badge-inverse {
  background-color: #333333;
}
.badge-inverse:hover {
  background-color: #1a1a1a;
}

.chat-container .chat_head
{
	text-align: left;
    background-color: #0C2961;
    color: #fff;
    padding: 10px 10px;
    border-right: #546EA1 1px solid;
}
.chat-container .chat-content
{
	padding: 10px 10px;
	height: 600px;
    overflow: auto;
}

.chat-container
{
	float: left;
    width: 50%;
    border-radius: 4px;
    overflow: visible;
    border: 1px solid #0C2961;
    background-color: #fff;
}

.chat {
    list-style: none;
    background: none;
    margin: 0;
    padding: 0 0 50px 0;
    margin-bottom: 10px;
}
.chat li {
    padding: 0.5rem;
    overflow: hidden;
    display: flex;
}

.chat .avatar img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    background-color: rgba(255,255,255,0.9);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.chat .day {
    position: relative;
    display: block;
    text-align: center;
    color: #c0c0c0;
    height: 20px;
    text-shadow: 7px 0px 0px #e5e5e5, 6px 0px 0px #e5e5e5, 5px 0px 0px #e5e5e5, 4px 0px 0px #e5e5e5, 3px 0px 0px #e5e5e5, 2px 0px 0px #e5e5e5, 1px 0px 0px #e5e5e5, 1px 0px 0px #e5e5e5, 0px 0px 0px #e5e5e5, -1px 0px 0px #e5e5e5, -2px 0px 0px #e5e5e5, -3px 0px 0px #e5e5e5, -4px 0px 0px #e5e5e5, -5px 0px 0px #e5e5e5, -6px 0px 0px #e5e5e5, -7px 0px 0px #e5e5e5;
    box-shadow: inset 20px 0px 0px #e5e5e5, inset -20px 0px 0px #e5e5e5, inset 0px -2px 0px #d7d7d7;
    line-height: 38px;
    margin-top: 5px;
    margin-bottom: 20px;
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.other .msg {
    order: 1;
    border-top-left-radius: 0px;
    box-shadow: -1px 2px 0px #D4D4D4;
}
.other:before {
    content: "";
    position: relative;
    top: 10px;
    right: 0px;
    left: 0px;
    width: 0px;
    height: 0px;
    border: 5px solid #fac700;
    border-left-color: transparent;
    border-bottom-color: transparent;
}

.self {
    justify-content: flex-end;
    align-items: flex-end;
}
.self .msg {
    order: 1;
    border-bottom-right-radius: 0px;
    box-shadow: 1px 2px 0px #D4D4D4;
}
.self .avatar {
    order: 2;
}
.self .avatar:after {
    content: "";
    position: relative;
    display: inline-block;
    bottom: 5px;
    right: 0px;
    width: 0px;
    height: 0px;
    border: 5px solid #fac700;
    border-right-color: transparent;
    border-top-color: transparent;
    box-shadow: 0px 2px 0px #D4D4D4;
}

.msg {
    background: #fac700;
    min-width: 50px;
    padding: 10px;
    border-radius: 2px;
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.07);
    width: auto;
}
.msg p {
    font-size: 15px;
    margin: 0 0 0.2rem 0;
    color: #745D01;
    word-wrap: break-word;
}
.msg pre {
    font-size: 15px;
    margin: 0 0 0.2rem 0;
    color: #745D01;
    word-wrap: break-word;
}
.msg img {
    position: relative;
    display: block;
    width: 200px;
    height: auto;
    border-radius: 5px;
    box-shadow: 0px 0px 3px #eee;
    transition: all .4s cubic-bezier(0.565, -0.260, 0.255, 1.410);
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
@media screen and (max-width: 800px) {
    .msg img {
    width: 300px;
}
}
@media screen and (max-width: 550px) {
    .msg img {
    width: 200px;
}
}

.msg time {
    font-size: 11px;
    color: #745D01;
    margin-top: 3px;
    float: right;
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.msg time:before{
    content:"\f017";
    color: #745D01;
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 4px;
}

emoji{
    display: inline-block;
    height: 18px;
    width: 18px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: -7px;
    margin-right: 2px;
    transform: translate3d(0px, 3px, 0px);
}
emoji.please{background-image: url(http://imgur.com/ftowh0s.png);}
emoji.lmao{background-image: url(http://i.imgur.com/MllSy5N.png);}
emoji.happy{background-image: url(http://imgur.com/5WUpcPZ.png);}
emoji.pizza{background-image: url(http://imgur.com/voEvJld.png);}
emoji.cryalot{background-image: url(http://i.imgur.com/UUrRRo6.png);}
emoji.books{background-image: url(http://i.imgur.com/UjZLf1R.png);}
emoji.moai{background-image: url(http://imgur.com/uSpaYy8.png);}
emoji.suffocated{background-image: url(http://i.imgur.com/jfTyB5F.png);}
emoji.scream{background-image: url(http://i.imgur.com/tOLNJgg.png);}
emoji.hearth_blue{background-image: url(http://i.imgur.com/gR9juts.png);}
emoji.funny{background-image: url(http://i.imgur.com/qKia58V.png);}

@-webikt-keyframes pulse {
  from { opacity: 0; }
  to { opacity: 0.5; }
}
/*
::-webkit-scrollbar {
    min-width: 12px;
    width: 12px;
    max-width: 12px;
    min-height: 12px;
    height: 12px;
    max-height: 12px;
    background: #e5e5e5;
    box-shadow: inset 0px 50px 0px rgba(82,179,217,0.9), inset 0px -52px 0px #fafafa;
}

::-webkit-scrollbar-thumb {
    background: #bbb;
    border: none;
    border-radius: 100px;
    border: solid 3px #e5e5e5;
    box-shadow: inset 0px 0px 3px #999;
}

::-webkit-scrollbar-thumb:hover {
    background: #b0b0b0;
  box-shadow: inset 0px 0px 3px #888;
}

::-webkit-scrollbar-thumb:active {
    background: #aaa;
  box-shadow: inset 0px 0px 3px #7f7f7f;
}

::-webkit-scrollbar-button {
    display: block;
    height: 26px;
}*/

/* T Y P E */

input.textarea {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 50px;
    z-index: 99;
    background: #fafafa;
    border: none;
    outline: none;
    padding-left: 55px;
    padding-right: 55px;
    color: #666;
    font-weight: 400;
}
.emojis {
    position: fixed;
    display: block;
    bottom: 8px;
    left: 7px;
    width: 34px;
    height: 34px;
    background-image: url(http://i.imgur.com/5WUpcPZ.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 100;
    cursor: pointer;
}
.emojis:active {
    opacity: 0.9;
}
.chat-contancts
{
	border-radius: 4px;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #CCCCCC;
    cursor: pointer;
}
.chat-contancts:hover
{
	background-color: #FAC700;
	color: #745D01;
    border: 1px solid #CAA102;	
}
.chat-contancts p
{
	font-size: 12px;
    float: right;
    color: #AAA;
}
.input-file-invisible
{
	position: absolute;
    width: 7%;
    height: 100%;
    opacity: 0;
    margin-left: -2%;
    margin-top: -3%;
}

.m-b-10 {
	margin-bottom: 10px;
}

.m-b-0 {
	    margin-bottom: 0px;
}

.scroll-div-module {
	overflow-y: auto;
    height: 150px;
}
.btn-search-module{
	margin: 0px 59px;
}
.img-file-module {
	margin-top: -230px;
    position: relative;
    left: 95px;
}
.module_preview{
	margin-left: 4px;
    margin-top: 4px;
}

.task_custome_more_add {
	padding:9px !important;
}

.modal {
	overflow: auto !important;
}

.buy_sell_paddig {
	padding: 20px;
}

.th_custom_sort_inventory {
	float: right;
	    cursor: pointer;
}
.th_custom_sort_inventory > .custom_select_sort {
	color: #ffc927;
}
label.warning, label.custom_warning {
    font-size: 14px;
    color: #3c3c3c;
    padding: 0 8px;
    width: 100%
}
label.custom_warning {
    text-align: left;
    font-family: calibri, helvetica neue, sans-serif;
    font-weight: 400;
    background: #fbe389eb;
    border-radius: 10px
}
.task_data_contain {
    overflow-x: scroll;
}

/* @media all and (min-width: 1200px) and  (max-width: 1300px){
    .task_data_contain {
        height: 530px !important;
        overflow: scroll;
    }
} */