@charset "utf-8";
/* CSS Document */

.box-login{
	padding: 10px;
}

.input-number{
	text-align: right;
}

.text-bold{
	font-weight: bold;
}

.left{
	float: left;
}

.right{
	float: right;
}

.link{
	color: #00F;
}

.link:hover{
	color: #00F;
}

.custom-input{
	margin-bottom: 5px;
	height: 25px;
}

.custom-select{
	margin-bottom: 5px;
	width: auto;
	height: 25px;
}

.process-box{
	padding-top: 10px;
}

.home-icon{
	padding: 10px;
}

.welcome-box{
	padding-bottom: 15px;
}

.table-sell-box{
	padding: 5px;
}

.input-sell-box{
	padding: 5px;
}

.input-sell-left{
	width: 49%;
	float: left;
}

.input-sell-right{
	width: 49%;
	float: right;
}

.red-cross{
	color: #F00;
}

.search-suggestion{
	display: none;
	position: absolute;
	padding: 1px;
	background-color: #FFF;
	border: 1px solid #ccc;
	width: 250px;
}

.report-box{
	border: 1px #000 solid;
	width: 100%;
	padding: 10px;
}

.report-header{
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}

.td-sales{
	padding: 10px;
	font-size: 14px;
}

.btn-rekap-sales{
	background-color: transparent;
	border: none;
	margin: 0px auto;
}

.ket-search{
	padding-bottom: 5px;
}

.header-user{
	padding-bottom: 11px;
	font-size: 20px;
	font-weight: bold;
}

.user-box{
	cursor: pointer;
	padding: 5px 10px;
	margin-top: -1px;
	border: 1px solid #000000;
}

.unread{
	color: #ff0000;
}

.no-chat{
	text-align: center;
	font-size: 18px;
}

.admin-chat{
	border: 1px solid;
	margin-bottom: 10px;
}

.admin-chat > .sales-box{
	padding: 5px 10px;
	background-color: #ddd;
	border-bottom: 1px solid;
}

.admin-chat > .sales-box{
	font-weight: bold;
	font-size: 16px;
}

.chat-container{
	height: 450px;
	padding: 5px;
	overflow-y: scroll;
	overflow-x: hidden;
}

.chat-container > .chat-msg > .date{
	margin-top: 5px;
	margin-bottom: 0px;
	text-align: center;
	color: #999999;
	font-size: 12px;
}

.chat-container > .chat-msg > .bubble{
    background-color: #F2F2F2;
    border-radius: 5px;
    box-shadow: 0 0 6px #B2B2B2;
    display: inline-block;
    padding: 10px 18px;
    position: relative;
    vertical-align: top;
	font-size: 12px;
}

.chat-container > .chat-msg > .bubble > a{
	text-decoration: underline;
}

.chat-container > .chat-msg > .bubble::before{
    background-color: #F2F2F2;
    content: "\00a0";
    display: block;
    height: 16px;
    position: absolute;
    top: 11px;
    transform:             rotate( 29deg ) skew( -35deg );
        -moz-transform:    rotate( 29deg ) skew( -35deg );
        -ms-transform:     rotate( 29deg ) skew( -35deg );
        -o-transform:      rotate( 29deg ) skew( -35deg );
        -webkit-transform: rotate( 29deg ) skew( -35deg );
    width:  20px;
}

.chat-container > .chat-msg > .bubble.me{
    float: left;
    margin: 10px 45px 10px 20px;
}

.chat-container > .chat-msg > .bubble.me::before{
    box-shadow: -2px 2px 2px 0 rgba( 178, 178, 178, .4 );
    left: -9px;
}

.chat-container > .chat-msg > .bubble.you{
    float: right;
    margin: 10px 25px 10px 45px;
}

.chat-container > .chat-msg > .bubble.you::before{
    box-shadow: 2px -2px 2px 0 rgba( 178, 178, 178, .4 );
    right: -9px;
}

.chat-container > .chat-msg > .time{
	width: 100%;
	font-size: 10px;
	color: #999999;
	margin-top:-5px;
}

.chat-container > .chat-msg > .time.me{
	float: left;
	margin-left: 20px;
}

.chat-container > .chat-msg > .time.you{
	float: right;
	margin-right: 30px;
	text-align: right;
}

.chat-input-box{
	padding: 5px;
	border-top: 1px solid;
}

.chat-input-box > .chat-input{
	width: 100%;
	border: unset;
}