.card {
	position: relative;
	min-height: 2em;
	background-color: #e3e3e3;
}

.card_group_btn {
	position: absolute;
	top: 0;
	left: 0;
}

.card_checkbox_del {
	position: absolute;
	top: -4px;
  right: 3px;
}

.card_checkbox_del input {
	cursor: pointer;
}

@media (hover: hover) {
	.card_group_btn {
		display: none;
	}

	.card:hover .card_group_btn {
		display: block;
	}
}

.right {
	float: right;
}

.hidden {
	display: none;
}

.admin .img.thumb {
	max-width: 50px;
}

.oneline {
	display: inline-block !important;
	max-width: 555px;
}

.paging.active {
	color: #215582;
	font-weight: bold;
}

.daychoose {
	height: 34px !important;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
}

.half {
	width: 50%;
	min-width: 180px;
}

.quarter {
	width: 25%;
	min-width: 250px;
}

.inblock {
	display: inline-block !important;
}

#notice {
	display: inline-block;
}

.quanlity.editable.editable-click {
	width: fit-content;
}

.messages-list {
	max-height: 200px;
	overflow-y: auto;
	overflow-x: hidden;
}

.messages-list ul {
	list-style: none;
	padding: 0px;
}

.message-sent {
	position: relative;
	background-color: #D9EDF7;
	border-color: #BCE8F1;
	margin: 5px 20px;
	padding: 10px;
	float: right;
}

.message-received {
	background-color: #F1F0F0;
	border-color: #EEEEEE;
	margin: 5px 20px;
	padding: 10px;
	float: left;
}

.row.show-grid {
	padding-bottom: 10px;
}

.group_checked {
	display: none;
}

.mgr-15 {
	margin-right: 15px;
}

#file {
	display: inline-block;
}

.group_checked .dropdown-menu {
	width: 170px;
	left: auto;
	right: 0;
	top: 35px;
}

.form-horizontal .form-group {
	min-height: 34px
}

.step-action {
	margin: 8px 0;
	border-top: 2px solid #dedede;
	padding: 8px 0 0 0;
}

/** The Magic **/
.btn-breadcrumb .btn:not(:last-child):after {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-top: 17px solid transparent;
	border-bottom: 17px solid transparent;
	border-left: 10px solid white;
	position: absolute;
	top: 50%;
	margin-top: -17px;
	left: 100%;
	z-index: 3;
}

.btn-breadcrumb .btn:not(:last-child):before {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-top: 17px solid transparent;
	border-bottom: 17px solid transparent;
	border-left: 10px solid rgb(173, 173, 173);
	position: absolute;
	top: 50%;
	margin-top: -17px;
	margin-left: 1px;
	left: 100%;
	z-index: 3;
}

.btn-breadcrumb .btn {
	padding: 6px 8px 6px 20px !important;
	font-size: 13px;
}

.col-md-16 {
	float: left;
	width: 44%;
	padding-left: 15px;
}

.col-md-26 {
	float: right;
	width: 56%;
	padding-right: 15px;
}

/** The Spacing **/
.btn-breadcrumb .btn {
	padding: 6px 12px 6px 24px;
}

.btn-breadcrumb .btn:hover {
	background: #f4f4f4 !important;
	border-color: #ddd !important;
}

.btn-breadcrumb .btn:first-child {
	padding: 6px 6px 6px 10px;
}

.btn-breadcrumb .btn:last-child {
	padding: 6px 18px 6px 24px;
}

/** Default button **/
.btn-breadcrumb .btn.btn-default:not(:last-child):after {
	border-left: 10px solid #f4f4f4;
}

.btn-breadcrumb .btn.btn-default:not(:last-child):before {
	border-left: 10px solid #ccc;
}

.btn-breadcrumb .btn.current {
	background: #e6e6e6 !important;
}

.btn-breadcrumb .btn.current:after {
	border-left: 10px solid #e6e6e6 !important;
}

/** Infor order **/
.form-group .control-label {
	text-align: left
}

label.col-sm-3.control-label.bottom {
	text-align: right
}

.form-group {
	margin-bottom: 10px;
}

.pdt-7 {
	padding-top: 7px !important;
}

.m-bdt td {
	padding: 8px 0 !important;
}

.m-bdt div {
	border-top: 2px solid #f4f4f4 !important;
	padding-right: 8px;
}

.m-bdt-2 div {
	border-bottom: 2px solid #f4f4f4 !important;
	padding-right: 8px;
}

.ptmt {
	padding-top: 10px;
	margin-top: 12px;
}

.bdbt {
	padding-top: 10px;
	margin-top: 12px;
}

.tbl-info-payment {
	margin-bottom: 10px;
}

.wrap-tbl-products {
	border: 1px solid #dadada;
	margin: 15px;
	padding: 15px;
	border-radius: 4px;
}

.td-hightlight {
	background: #dff0d8 !important;
	font-weight: 600;
}

/** Animation of Invoice **/
.flashing {
	padding-top: 3px;
	width: 20px;
	height: 20px;
	border: 1px solid #D9D9D9;
	background: orange;
	cursor: default;
	box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
	position: absolute;
	left: 0px;
	top: 10px;
	bottom: 0;
	right: 0;
	margin: auto;
	z-index: 1;
}

.flashing:before {
	animation: flashing 1.5s ease-out;
	border: 1px solid #ffffd0;
}

.flashing:after {
	animation: flashing ease-in;
	border: 1px solid #fff99e;
}

.flashing:before,
.flashing:after {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
	background: orange;
	opacity: 0;
	animation-iteration-count: infinite;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

@keyframes flashing {
	0% {
		-webkit-transform: scale(.1, .1);
		opacity: 0
	}

	50% {
		opacity: 1
	}

	100% {
		-webkit-transform: scale(1.2, 1.2);
		opacity: 0
	}
}

/** Animation Invoices have status pending**/
.flashing-pending {
	color: black;
	padding-top: 3px;
	width: 20px;
	height: 20px;
	border: 1px solid #D9D9D9;
	background: orange;
	cursor: default;
	box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
	position: absolute;
	left: 0px;
	top: 10px;
	bottom: 0;
	right: 0;
	margin: auto;
	z-index: 1;
}

.flashing-pending:before {
	animation: flashing 1.5s ease-out;
	border: 1px solid #ffffd0;
}

.flasflashing-pendinghing:after {
	animation: flashing ease-in;
	border: 1px solid #fff99e;
}

.flashing-pending:before,
.flashing-pending:after {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
	background: orange;
	opacity: 0;
	animation-iteration-count: infinite;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

@keyframes flashing-pending {
	0% {
		-webkit-transform: scale(.1, .1);
		opacity: 0
	}

	50% {
		opacity: 1
	}

	100% {
		-webkit-transform: scale(1.2, 1.2);
		opacity: 0
	}
}

/** Choose image for product**/
.gallery a {
	text-decoration: none;
}

.gallery-img-wrapper {
	width: 150px;
	height: 150px;
	min-width: 150px;
	line-height: 150px;
	text-align: center;
	vertical-align: top;
	margin-left: 5px;
	object-fit: contain;
	border: 1px solid lightgray;
	border-radius: 5px;
}

.gallery-img-wrapper-input {
	width: 150px;
	height: 150px;
	min-width: 150px;
	line-height: 150px;
	text-align: center;
	vertical-align: top;
	margin-left: 5px;
	object-fit: contain;
	border: 1px solid lightgray;
	border-radius: 5px;
	background: url(/images/img-upload.png) no-repeat;
	background-position: center;
	background-size: 90px;
}

.blah:hover {
	visibility: visible;
	opacity: 0.9;
	filter: alpha(opacity=0);
	transition: all 500ms ease-in-out;
}

.custom-file-input {
	color: #5a5a5a;
	max-width: 150px;
	opacity: 0;
	margin-top: -105px;
}

.custom-file-input::-webkit-file-upload-button {
	visibility: hidden;
}

.custom-file-input:hover::before {
	border-color: black;
}

.custom-file-input:active {
	outline: 0;
}

.custom-file-input:active::before {
	background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

.oneline {
	display: inline-block !important;
	max-width: 555px;
}

.paging.active {
	color: #215582;
	font-weight: bold;
}

.right {
	text-align: right
}

/** Add images for product **/
.uploader-selector {
	position: relative;
	min-height: 200px;
	max-height: 490px;
	overflow-y: hidden;
	width: inherit;
	border-radius: 6px;
	border: 1px dashed #CCC;
	background-color: #FAFAFA;
	padding: 20px;
}

.bgrgb-green {
	background: linear-gradient(to right, #1EB6A5, #3BE998);
	border-radius: 8px;
}

.bgrgb-blue {
	background: linear-gradient(to right, #653FC3, #5BB9DE);
	border-radius: 8px;
}

.bgrgb-yellow {
	background: linear-gradient(to right, #EB9D13, #F6808E);
	border-radius: 8px;
}


/** Modal Master data**/
.modal-dialog-scrollable .modal-body {
	overflow-y: scroll;
	height: calc(80vh - 100px);
}

.label-vnpay {
	background-color: #5762f8;
}

.label-success[href]:hover,
.label-success[href]:focus {
	background-color: #2934d0;
}

.label-cod {
	background-color: #ee3d77;
}

.label-success[href]:hover,
.label-success[href]:focus {
	background-color: #615e5e;
}

.w-search {
	width: 43% !important;
	margin-top: 10px;
	height: 33px;
}

.bg-chart {
	background-color: #fff;
	height: 380px
}

.bg-type {
	background-color: #f2edf3
}

/** Custom form document catalogues **/
.box-1 {
	display: flex;
	justify-content: space-between;
}

.box-2 {
	display: flex;
}

.size {
	max-width: 154px !important;
}

.catname {
	margin-top: -4px;
	padding-left: 10px;
}

.control {
	padding-left: 10px;
}

.cat_list:not(:last-of-type) {
	padding-right: 0;
}

.center1 {
	text-align: center;
}

.margin_new {
	margin-top: 9px;
}

/** Image of users */
.form-group.avata {
	position: relative;
	width: 100%;
}

.avata-img {
	position: initial;
	width: 100%;
}

.white {
	color:white;
}

.content .box-body img {
	max-width: 100%;
}

.custom-icon {
  font-size: 17px;
  line-height: 14px;
  width: 18px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.custom-textarea {
  width: 100%;
  min-height: 150px;
  resize: vertical;
}

.feedback .delete-icon {
  position: absolute;
  top: 6px;
  padding: 2px;
	left: 13px;
  z-index: 10;
}

.feedback .delete-icon i {
  color: #ff0000;
  font-size: 16px;
}
.read-only-page {
	pointer-events: none;
	user-select: none;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any styles
 * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
 * file per style scope.
 *


 */
