.action_right_top{
	padding: 10px 25px 0 0;
}

.action_table{
	margin-right: 10px;
}

.box-create{
	box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
	border-top: 0px;
	border-bottom: 1px solid #f4f4f4;
	margin-bottom: 20px;
}

.action-button-margin-top{
	margin-top: 25px;
}

.table_right { text-align: right; }
.platinum {
	display: inline-block;
	min-width: 100%;
	background-color: #E5E4E2;
	color:#444;
}
.gold{
	display: inline-block;
	min-width: 100%;
	background-color: #F9E781;
	color:#444;
}
.silver{
	display: inline-block;
	min-width: 100%;
	background-color: #CECED0;
	color:#444;
}

.btn-platinum{
	background-color: #E5E4E2;
	color:#444;
	border-color: #b5b8b6;
}
.btn-platinum:hover{
	background-color: #cdccca;
}
.btn-gold{
	background-color: #f5f114;
	color:#444;
	border-color: #d3d312;
}
.btn-gold:hover{
	background-color: #dad912;
}
.btn-silver{
	background-color: #CECED0;
	color:#444;
	border-color: #a8a8ac;
}
.btn-silver:hover{
	background-color: #f5f6ff;
}
.btn-silver{
	background-color: #e1e1ee;
	color:#444;
	border-color: #c4c4d5;
}
.btn-silver:hover{
	background-color: #b2b2b6;
}
/*switch button*/
.onoffswitch {
	position: relative; width: 60px;
	-webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
	display: none;
}
.onoffswitch-label {
	display: block; overflow: hidden; cursor: pointer;
	border: 2px solid #FFFFFF; border-radius: 50px;
}
.onoffswitch-inner {
	display: block; width: 200%; margin-left: -100%;
	transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
	display: block; float: left; width: 50%; height: 15px; padding: 0; line-height: 15px;
	font-size: 10px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
	box-sizing: border-box;
}
.onoffswitch-inner:before {
	content: "Hiện";
	padding-left: 14px;
	background-color: #34A7C1; color: #FFFFFF;
}
.onoffswitch-inner:after {
	content: "Ẩn";
	padding-right: 14px;
	background-color: #EEEEEE; color: #999999;
	text-align: right;
}
.onoffswitch-switch {
	display: block; width: 9px; margin: 3px;
	background: #FFFFFF;
	position: absolute; top: 0; bottom: 0;
	right: 41px;
	border: 2px solid #FFFFFF; border-radius: 50px;
	transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
	margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
	right: 0px; 
}
.direct-chat-img-timeline {
	border-radius: 50%;
	float: left;
	height: 20px;
	width: 20px;
}

table.table-bordered tr:hover {
	background-color: #13fff6;
}

.bg-arc {
	background-color: #d93895 !important;
}
.text-arc {
	color: #d93895 !important;
}

.bg-arc {
	color: #fff !important;
}
.da-arc {
	background-color: #808080 !important;
}
.text-da {
	color: #808080 !important;
}
.da-arc {
	color: #fff !important;
}