* {
	
}

.bx {
	font-size: 0.9rem;
}

.table-action {
	width: 50%;
}

.table-action button {
	width: 110px;
}

.left-sidebar-logo {
	width: 100%;
}


.score_star {
	width: 15px;
}


.shop-image img { 
	width: 100%;
}

.test {
	/* vmin= get vw and vh smallest value 
	width: 100vmin;
	height: 100vmin;*/
}

.body {
    background-image: url('assets/uploads/project_a.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: Arial, sans-serif;
}


#form_userList_search {
	text-align: left;
}

#modalEditUserLevel {
	text-align: left;
}


#modalEditUserLevel h5 {
	padding-top: 30px;
}

.modalCropImage-body {
	min-height: 300px;
}

#modalCropImage-cropSection {
	width:200px;
	height:200px;
	display: none;
}

#input-productPhoto-imagePreview-div {
	width: 200px;
	height: 200px;
	vertical-align: middle;
	display: table-cell;
	border: 5px #e3e3e3 solid;
}

#input-productPhoto-imagePreview-div #productPhoto-preview {
	max-width: 100%;
}

.table_image {
	max-width: 200px;
	max-height: 200px;
}

.order_list_product_image {
	max-width: 200px;
	max-height: 200px;
}

.modal-body {
	overflow: auto;
}