.content-header > h1 {
    margin: 0 0 25px 0;
    font-size: 24px;
}

.fa.false-icon {
    color: #D22D2D;
    font-size: 20px;
}

.fa.true-icon {
    color: #007FCC;
    font-size: 20px;
}
.smooth {
    transition: 0.2s;
}
.ProductCategory {
    padding: 10px 0;
}

    .ProductCategory span {
        padding: 6px 10px;
        border: 1px solid #777;
        cursor: pointer;
        background-color:#f1f1f1;
    }
        .ProductCategory span:hover {
            background-color: #b47171;
            color: #fff;
            border: 1px solid #a95252;
        }
.btn-print {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: 1px solid #e5e5e5;
}
span.danger {
    position: absolute;
    z-index: 900;
    color: #ff0000;
}
.block-message {
    /*height: 590px;*/
    padding: 10px;
    margin-left: 50px;
    /*padding-left: 5px !important;*/
    box-shadow: 0 0 14px rgba(0,0,0,0.2);
    background-color: #f0f0f0;
}

	.block-message .content-messages {
		height: 515px;
		width: 101%;
		background-color: #fff;
		padding-top: 15px;
		overflow-y: scroll;
	}
.flex{
    display: flex;
}
.footer-messages {
	margin-top: 15px;
	background-color: #f0f0f0;
}

	.footer-messages input {
		color: #7d8696;
		font-size: 15px;
		padding-left: 15px;
		font-family: HELVETICANEUECYR-LIGHT;
		height: 40px;
		width: 89%;
		border: none;
	}

.content-messages .message {
	background-color: #f2f2f2;
	width: 80%;
	padding: 15px;
	display: inline-block;
	font-family: HELVETICANEUECYR-LIGHT;
	font-size: 15px;
	color: #7d8696;
	position: relative;
	top: 0px;
	margin-left: 46px;
}
.content-messages .avatar {
    margin: 0 10px;
    border-radius: 50% !important;
    overflow: hidden;
    width: 30px;
    height: 30px;
    background: #1dcdb4;
}
.content-messages .avatar img {
    width:100%;
    height:100%;
    opacity: 0.6;
}
    .content-messages .avatar.self img {
        opacity: 1;
    }
.content-messages .message-from .message:before {
    content: "";
    width: 15px;
    height: 15px;
    position: relative;
    top: -15px;
    left: -25px;
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 25px solid #f2f2f2;
    border-left: 23px solid transparent;
}

.content-messages .avatar {
	position: absolute;
	display: inline-block;
	top: 0px;
}

.content-messages .message-to {
	float: right;
}

.content-messages .item-message {
	margin: 10px 0;
}

.content-messages .message-to .message:before {
	content: "";
	width: 15px;
	height: 15px;
	position: relative;
	top: -15px;
	left: 100%;
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 25px solid #f2f2f2;
	border-right: 23px solid transparent;
}

.content-messages .date {
	margin-left: 50px;
	margin-top: 5px;
	font-family: HELVETICANEUECYR-LIGHT;
	font-size: 12px;
	color: #7d8696;
}

.content-messages .message-to .date {
	float: right;
	margin-right: 90px;
}

.block-message .content-messages::-webkit-scrollbar-track, ul.dropdown-menu.notification::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.block-message .content-messages::-webkit-scrollbar, ul.dropdown-menu.notification::-webkit-scrollbar {
	width: 5px;
	background-color: #F5F5F5;
}

.block-message .content-messages::-webkit-scrollbar-thumb, ul.dropdown-menu.notification::-webkit-scrollbar-thumb {
	height: 15px;
	background-color: #cdcdcd;
}

.form-horizontal div.form-group {
    display: flex;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.form-horizontal label.control-label {
    padding-top: 0px;
}