.navig_spengind
{
}
.navig_spengind .bt
{
	float: left;	
}
.navig_spengind .sel
{
	float: left;
}

.chat_content
{
}
.chat_content .chat_bot
{
}
.chat_content .chat_bot .chat
{
}
.chat_content .chat_bot .form
{
}
.article
{
font-size: 16px;	
}
.article p
{
    font-size: 16px;
    margin-bottom: 20px;	
}
.article img
{
}

.button_add
{
    font-size: 20px;
    color: green;
    padding: 0px;
	transition:all 0.2s;
}
.button_add:hover
{
	color:#00ff00;
}

.for_mobile
{
	display:none;
}

.direct-chat-messages, .direct-chat-contacts {
    -webkit-transition: -webkit-transform .5s ease-in-out;
    -moz-transition: -moz-transform .5s ease-in-out;
    -o-transition: -o-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
}
.direct-chat-messages {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    padding: 10px;
    max-height: 750px;
    overflow: auto;
}
.direct-chat-msg {
    margin-bottom: 10px;
}
.direct-chat-msg, .direct-chat-text {
    display: block;
}
.direct-chat-info {
    display: block;
    margin-bottom: 2px;
    font-size: 12px;
}
.direct-chat-name {
    font-weight: 600;
}
.direct-chat-timestamp {
    color: #999;
}
.direct-chat-img {
    border-radius: 50%;
    float: left;
    width: 40px;
    height: 40px;
}
.direct-chat-text {
    border-radius: 5px;
    position: relative;
    padding: 5px 10px;
    background: #d2d6de;
    border: 1px solid #d2d6de;
    margin: 5px 0 0 50px;
    color: #444;
}
.direct-chat-text:before {
    border-width: 6px;
    margin-top: -6px;
}
.direct-chat-text:after, .direct-chat-text:before {
    position: absolute;
    right: 100%;
    top: 15px;
    border: solid transparent;
    border-right-color: #d2d6de;
    content: ' ';
    height: 0;
    width: 0;
    pointer-events: none;
}
.direct-chat-text:after {
    border-width: 5px;
    margin-top: -5px;
}
.direct-chat-text:after, .direct-chat-text:before {
    position: absolute;
    right: 100%;
    top: 15px;
    border: solid transparent;
    border-right-color: #d2d6de;
    content: ' ';
    height: 0;
    width: 0;
    pointer-events: none;
}
.pull-right {
    float: right!important;
}
.right .direct-chat-img {
    float: right;
}
.direct-chat-warning .right>.direct-chat-text {
    background: #f39c12;
    border-color: #f39c12;
    color: #fff;
}
.right .direct-chat-text {
    margin-right: 50px;
    margin-left: 0;
}



@media (max-width: 767px)
{
	.for_mobile
	{
		display:block;
	}
	.no_mobile
	{
		display:none;
	}
	.widget_wallet_mobile_infobox_content
	{
		padding: 0px;
	}
	.widget_wallet_mobile_infobox_content .info-box-text
	{
		white-space: normal;
	}
	.table_wallet_mobile
	{
		margin-bottom:0px;
	}
	.table_wallet_mobile tr > td:first-child
	{
		width:99%;
	}
}