
.no-search .select2-search {
    display:none
}
.auth-container {
	position: relative;
}
.auth-container > .inner {
	display: flex;
	justify-content: space-between;
	height: 100vh;
}
.auth-container > .inner > .auth-box {
	width: 100%;
}
.auth-container > .inner > .auth-box.-banner {
	display: none;
}

.auth-container > .inner > .auth-box.-login-card {
	background-color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;
}

.auth-container .login-box {
	width: 100% !important;
	margin: 0 !important;
	background-color: #FFFFFF;
}
.auth-container .footer {
	width: 100%;
	position: absolute;
	bottom: 0;
	text-align: center;
    padding: 5px 2px;
	/* background-color: #80808014; */
	font-size: 12px;
	color: #1E73BF;
	margin: 0;
}
.auth-container .login-logo {
	font-size: 35px;
    text-align: center;
	/* padding-bottom: 25px; */
	margin-bottom: 0 !important;
    font-weight: 300;
}

.auth-container .login-logo > img {
	width: 72%;
}

.user-panel > .pull-left > .img-circle {
	object-fit: cover;
	width: 45px;
	height: 45px;
}
.sidebar-collapse .user-panel > .pull-left > .img-circle {
	object-fit: cover;
	width: 30px;
	height: 30px;
}
.table-responsive .img-circle {
	object-fit: cover;
	width: 24px;
	height: 24px;
}
.table-responsive .ref-account {
	width: 16px;
	height: 16px;
}
._custom-btn-app {
	border-radius: 3px !important;
	padding: 5px 5px;
	min-width: 64px;
	height: 45px;
}
._text-line-clamp-1 {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0;
}
._text-line-clamp-2 {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0;
}
._text-line-clamp-3 {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0;
}
._text-line-clamp-4 {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0;
}
._color-orange {
	color: #ea812a;
}
.timeline-photo {
	display: block;
	width: 100%;
}
.container-ratio {
	position: relative;
}
.container-ratio > .container-box {
	position:  absolute;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}
.container-ratio::before {
	content: '';
	padding-top: 100%;
	display: block;
}
.container-ratio.-ratio-2x1::before {
	padding-top: 50%;
}
.container-ratio.-ratio-1x2::before {
	padding-top: 200%;
}
.container-ratio.-ratio-4x3::before {
	padding-top: 75%;
}
.container-ratio.-ratio-16x9::before {
	padding-top: 56.25%;
}
.container-ratio.-ratio-21x9::before {
	padding-top: 42.85%;
}
.container-ratio.-trim {
	overflow: hidden;
}
.container-ratio.-trim > .container-box {
	margin: -1px;
}
.content-photos {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	height: 100%;
	width: 100%;
	overflow: hidden;
}
.content-photos > .photo {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border: 1px solid #f9f9fb;
	height: 100%;
	width: 100%;
}
.content-photos.-layout-1 > .photo {
	height: 100%;
	width: 100%;
}
.content-photos.-layout-2 > .photo {
	width: 50%;
}
.content-photos.-layout-3 > .photo {
	height: 50%;
	width: 50%;
}
.content-photos.-layout-3 > .photo:nth-child(1) {
	height: 100%;
}
.content-photos.-layout-4 > .photo {
	height: 33.33%;
	width: 50%;
}
.content-photos.-layout-4 > .photo:nth-child(1) {
	height: 100%;
}
.content-photos.-layout-5 > .photo {
	height: 33.33%;
	width: 50%;
}
.content-photos.-layout-5 > .photo:nth-child(1),
.content-photos.-layout-5 > .photo:nth-child(2) {
	height: 50%;
}
.content-photos.-layout-4 > .photo > .count {
	font-size: 32px;
	color: #FFF;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(0,0,0,0.2);
}
.load-more {
	width: 100%;
	text-align: center;
	color: #ee812b;
	font-size: 18px;
}
.load-more > img {
	width: 32px;
}
._margin-right-15 {
	margin-right: 15px !important;
}
._margin-top-15 {
	margin-top: 15px !important;
}
._margin-bottom-15 {
	margin-bottom: 15px !important;
}
._margin-bottom-0 {
	margin-bottom: 0px !important;
}
._margin-0 {
	margin: 0px !important;
}
.radio-card {}
.radio-card > label {
	font-weight: 400;
	margin-right: 12px;
	margin-top: 5px;
}
.radio-card > label:last-child {
	margin-right: 0;
}
.radio-card > label > input {
	transform: scale(1.5);
}
#description {
	font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif !important;
}
.chart-responsive {
  height: 350px;
}
.d-inline {
	display: inline !important;
}
.d-block {
	display: block !important;
}
.d-inline-block {
	display: inline-block !important;
}
.d-none {
	display: none !important;
}
.meduim-ver {
	vertical-align: middle;
}
.w-5 {
	width: 5%;
}
.w-15 {
	width: 15%;
}
.w-25 {
	width: 25%;
}
.mb-0 {
	margin-bottom: 0;
}
.mb-03 {
	margin-bottom: 3px;
}
#basicTable tbody tr td {
	text-align: center;
}
#basicTable th,
#basicTable td {
	vertical-align: middle;
}
#basicTable thead th,
#basicTable thead td {
	background-color: #1E73BF27 !important;
	border: 0.2px solid #7070705A !important;
}
div.dataTables_wrapper div.dataTables_length select {
	text-align-last: center;
	font-size: 1.25rem;
	line-height: 1.5;
}
#toggle-time-container {
	display: none;
}

#toggle-time-container.active {
	display: block;
}

/* remove X from locked tag */
/* .locked-tag .select2-selection__choice__remove{
	display: none!important;
} */
/* I suggest to hide  all selected tags from drop down list */
/* .select2-results__option[aria-selected="true"]{
	display: none;
} */

.widget-user-image > .upload-photo {
	display: none;

}
.widget-user-image:hover > .upload-photo {
	display: block;
	position: absolute;
	color: #FFF;
	left: 50%;
	transform: translate(-50%, 0);
	top: 70px;
	padding: 0 3px;
	background-color: rgba(0, 0, 0, 0.24);
	font-size: 10px;
	cursor: pointer;
}
.widget-user-image:hover > .upload-photo > input {
	display: none;
}

.select2 {
	width: 100%;
}
.select2-container--default .select2-search--inline .select2-search__field {
	border: none !important;
}

/* custom icon search select2 for mobile */
.select2-container--default .select2-search--dropdown .select2-search__field {
	background-image: url(../images/select2x2.png);
	background-repeat: no-repeat;
	background-size: 60px 40px;
	background-position: 100% -21px;
}

.wrap{width: 500px;margin: 2em auto;}

.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

.select2-result-repository { padding-top: 4px; padding-bottom: 3px; }
.select2-result-repository__avatar { float: left; width: 80px; margin-right: 10px;}
.select2-result-repository__avatar img { width: 100%; height: auto; border-radius: 2px; }
.select2-result-repository__meta { margin-left: 70px; }
.select2-result-repository__title { color: black; font-weight: bold; word-wrap: break-word; line-height: 1.1; margin-bottom: 4px; }
.select2-result-repository__forks, .select2-result-repository__stargazers { margin-right: 1em; }
.select2-result-repository__forks, .select2-result-repository__stargazers, .select2-result-repository__watchers { display: inline-block; color: #aaa; font-size: 11px; }
.select2-result-repository__description { font-size: 13px; color: #777; margin-top: 4px; }
.select2-results__option--highlighted .select2-result-repository__title { color: white; }
.select2-results__option--highlighted .select2-result-repository__forks, .select2-results__option--highlighted .select2-result-repository__stargazers, .select2-results__option--highlighted .select2-result-repository__description, .select2-results__option--highlighted .select2-result-repository__watchers { color: #c6dcef; }

.select2-container--adwitt .select2-results > .select2-results__options {
	max-height: 300px;
}
.select2-results__options {overflow-y: auto;}

.form-group .btn-file {
	margin: 10px 0;
}
.btn-file {
	position: relative;
	overflow: hidden;
	width: 100%;
	text-align: center;
	padding: 15px;
	border-radius: 5px;
	background-color: #ffffff;
	border: solid 1px #d3dde0;
	color: #9b9b9b;
}
.btn-file p {
    margin: 0;
    padding-top: 15px;
}
.btn-file input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	font-size: 100px;
	text-align: right;
	filter: alpha(opacity=0);
	opacity: 0;
	outline: none;
	background: white;
	cursor: inherit;
	display: block;
	cursor: pointer;
}
.selected_files img {
	float: left;
	margin-bottom:10px;
}
.selected_files.-grid img {
	max-width: 200px;
	max-height: 200px;
	float: left;
	margin-bottom:10px;
}
.uploads-container {
	width: 100%;
	margin:auto;
	margin-top:10px;
}

.thumbnail {
	height: 100px;
	margin: 10px;
	float: left;
}

#clear{
	display:none;
}

#result {
	float: left;
	margin:0 auto;
}

.selected_files > div {
	width: 100%;
	height: auto;
	margin: 10px 0;
	float: left;
	transition: none;
	position: relative;
}

.selected_files > div > .remove-image {
	width: 20px;
    height: 20px;
	display: block;
    border: 1px solid #666;
    line-height: 18px;
	border-radius: 50%;
	z-index: 2;
	position: absolute;
	right: -8px;
	top: -8px;
	background: #FFF;
	cursor: pointer;
	text-align: center;
	color: #666;
	padding: 0px 6px;
}

.selected_files > div > .preview-photo {
	position: relative;
	width: 100%;
	padding-top: 100%; /* 1:1 Aspect Ratio */
	background-repeat:no-repeat;
	background-size: cover;
	background-position:center;
	border: 1px solid #d1d1d1;
}

.selected_files > div > .preview-photo.-ratio-2x1 {
	padding-top: 50%;
}
.selected_files > div > .preview-photo.-ratio-1x2 {
	padding-top: 200%;
}
.selected_files > div > .preview-photo.-ratio-4x3 {
	padding-top: 75%;
}
.selected_files > div > .preview-photo.-ratio-16x9 {
	padding-top: 56.25%;
}
.selected_files > div > .preview-photo.-ratio-21x9 {
	padding-top: 42.85%;
}

.selected_files > div > .preview-photo > .edit-caption {
	display: none;
}

.selected_files > div > .preview-photo:hover .edit-caption {
	display: flex;
    position: absolute;
    color: #FFF;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.35);
    font-size: 34px;
    font-weight: 100;
    cursor: pointer;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.selected_files.-grid > div {
	width: calc(100% - 20px);
	height: auto;
	margin: 10px;
	float: left;
	transition: none;
	position: relative;
}
.selected_files.-grid > div:hover .edit-caption {
	font-size: 16px;
}

.selected_files .edit-caption > i {
	width: 100%;
    display: flex;
	justify-content: center;
	font-size: 36px;
	margin: 0 0 1px;
}

.selected_files.-grid .edit-caption > i {
	font-size: 18px;
}

.selected_files.-grid > div > .box-caption {
	display: none;
}

.selected_files.-grid > div > .cke {
	display: none;
}

.selected_files > div > .box-caption {}
.box-caption {
	background-color: #f6f6f6;
    padding: 5px 15px 15px;
    margin-bottom: 10px;
}
.box-caption > .group-caption {}
.box-caption > .group-caption > .lable-caption {
	font-size: 16px;
    font-weight: 500;
}
.box-caption > .group-caption > .text-input {
	width: 100%;
	height: 40px;
	display: block;
	padding: 10px 15px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    background-color: #f8f8f8;
	resize: none;
}
.box-caption > .group-caption > .text-caption {
	display: block;
	width: 100%;
    height: 100px;
    padding: 10px 15px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    background-color: #f8f8f8;
    resize: none;
}

._basecamp-1-line {
	max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 8px;
}

.photo-detail {
	display: block;
	width: 100%;
	margin-bottom: 15px;
	background-color: #FFF;
    padding: 10px;
}
.photo-detail:last-child {
	margin-bottom: 0;
}
.photo-detail > .photo {
	width: 100%;
}
.photo-detail > .description {
	padding: 10px 0 5px;
}

.main-header .logo {
	line-height: 48px !important;
}

.main-header .logo img {
	height: 46px;
}

.sidebar-collapse .main-header .logo {
	line-height: 48px !important;
}
.sidebar-collapse .main-header .logo img {
	height: 45px;
}

.skin-blue .main-header .navbar {
	background-color: #1E73BF !important;
}
.skin-blue .main-header .logo {
	background-color: #FFFFFF !important;
}
.skin-blue .main-header .logo:hover {
	background-color: #FFFFFF !important;
}
.skin-blue .main-header .navbar .sidebar-toggle:hover {
	background-color: #1E73BF !important;
}
.skin-blue .main-header li.user-header {
	background-color: #1E73BF !important;
}
.skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side {
	background-color: #163B5C;
}

.skin-blue .sidebar-menu>li.header {
	color: #4b646f;
    background: #112A40;
}

.pull-left > p {
	width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	display: block;
	padding-bottom: 1px;
}

table {
	width: 100%;
}
table.loading {
	position: relative;
}
table.loading:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.1);
	background-image: url(../images/p_loading.gif);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 50px 50px;
	content: "";
}

.table-device-logs th, td {
	border: 0.2px solid #7070705A !important;
}

._text-center {
	text-align: center !important;
}

._text-center {
	text-align: center !important;
}

._vertical-text {
	/* writing-mode: vertical-rl; */
	height: 300px;
	text-align: left;
}

._vertical-text span {
	/* text-orientation: upright;
    text-orientation: inherit;
	text-orientation: unset; */
	height: 300px;
	writing-mode: vertical-lr;
	transform: rotate(180deg);
}

._text-color-blue {
	color: blue;
}
._text-color-tomato {
	color: tomato;
}
._text-color-lightsalmon {
	color: lightsalmon;
}
._font-size-18 {
	font-size: 18px;
}


.sort-table {
	position: relative;
	cursor: pointer;
}
.sort-table > span {
	display: flex;
	flex-direction: column-reverse;
	position: absolute;
	right: 8px;
	top: 10px;
}
.sort-table > span > i {
	font-size: 16px;
	margin: -4px 0;
	color: #9b9b9b;
}

.sort-table > span > i.-active {
	color: #000;
}

.perpage-card {
	display: flex;
	align-items: center;
	font-size: 14px;
}
.perpage-card > select {
	margin: 0 5px;
	height: 34px;
	width: 80px;
}

.box-header {
	margin: 0 16px !important;
	padding: 16px 0 !important;
}

.filter-container {}
.filter-container > .filter-inner {
	display: flex;
    flex-wrap: wrap;
}
.filter-container > .filter-inner > .item {
	width: 100%;
}
.filter-container > .filter-inner label {
	text-transform: capitalize;
}

.button-upload-file {
	position: relative;
	width: 100%;
	padding-top: 75%; /* 4:3 Aspect Ratio */
	background-repeat:no-repeat;
	background-size: cover;
	background-position:center;
}
.button-upload-file > .upload-photo {
	display: block;
    color: #FFF;
    /* background-color: rgba(0, 0, 0, 0.24); */
    font-size: 30px;
    cursor: pointer;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0px;
}
.button-upload-file > .upload-photo > input {
	display: none;
}

.button-upload-file > .upload-photo > .text {
	margin: 0;
    font-size: 14px;
    font-weight: 600;
}

.button-upload-file.-profile {
	padding-top: 100%; /* 1:1 Aspect Ratio */
}
.button-upload-file.-banner {
	padding-top: 42.85%; /* 21:9 Aspect Ratio */
}

.form-container {}
.form-container > .form-body {
	width: 100%;
}
.form-container > .form-body > .item {
	width: 100%;
	padding: 5px 0px;
}
.form-container > .form-body .info {
	margin: 10px 0 10px;
    font-size: 12px;
    color: #666;
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    padding: 5px 0;
}
.info-black {
	margin: 10px 0 10px;
    font-size: 12px;
    color: #333333;
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    padding: 5px 0;
}
.form-container > .form-body i {
	font-size: 14px;
	margin-right: 5px;

}
.form-container > .form-footer {
	border-top: 1px solid #f4f4f4;
	padding: 10px 0;
}

.form-container .upload-image {
	width: 100%;
}

.product-detail-photo {
	position: relative;
	width: 100%;
	padding-top: 75%; /* 4:3 Aspect Ratio */
	background-repeat:no-repeat;
	background-size: cover;
	background-position:center;
	border: 1px solid #d1d1d1;
}

.product-detail-container {}
.product-detail-container > .title {
	margin: 0 0 15px;
    font-weight: 600;
    font-size: 34px;
}
.product-detail-container > .sub-title {
	color: #666;
	padding: 5px 0 10px;
}
.product-detail-container > .total {
	text-transform: uppercase;
	padding: 0 0 15px;
	font-weight: 600;
	font-size: 16px;
}

.quantity-container {}
.quantity-container > .quantity-body {

}
.quantity-container > .quantity-body > .item {
	margin-bottom: 15px;
	width: 100%;
}

.quantity-box {
    border: 1px solid #dedede;
    color: #dedede;
}
.quantity-box > .box-body {
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.quantity-box > .box-body > .text {
    width: 100%;
    display: block;
    text-align: center;
	margin: 0;
	color: #666;
}
.quantity-box > .box-body > .text > i {
	display: none;
}
.quantity-box > .box-body > .text.-down {
	color: #f33923;
}
.quantity-box > .box-body > .text.-down > i {
	display: initial;
	font-size: 24px;
    margin-right: 0px;
}
.quantity-box > .box-body > i {
    width: 100%;
    display: block;
    font-size: 42px;
    text-align: center;
}
.quantity-box > .box-title {
	text-align: center;
    font-weight: 600;
    color: #999;
    background-color: #f6f6f6;
    margin: 0;
    padding: 5px 0;
	font-size: 16px;
	text-transform: uppercase;
}

.nav-tabs-custom {
	box-shadow: none !important;
}

.tab-container {}
.tab-container > .tab-inner {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.tab-container > .tab-inner > .item {
	width: 100%;
	border-bottom: 1px solid #f4f4f4;
}
.tab-container > .tab-inner > .item > .title {
	font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}
.tab-container > .tab-inner > .item > .description {
	color: #666;
}
.tab-container > .tab-inner > .item > p {
	color: #666;
}

._available-0 {
	color:#ccc !important;
}
._available-0 .label-success {
	background-color: #00a65a73 !important;
}

.inline-hide {
	display: none !important;
}

.edit-input-inline {
	width: 100%;
	height: 32px;
}

.toggle-switch {
	position: relative;
    display: inline-block;
    width: 42px;
	height: 22px;
	margin: 0;
}

.toggle-switch.text {
    width: 50px;
	height: 22px;
}

.toggle-switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.toggle-slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.toggle-slider:before {
	position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 1px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
	transition: .4s;
}
.toggle-switch > input:checked + .toggle-slider {
	background-color: #1E73BF;
	width: 100%;
}
.toggle-switch.green > input:checked + .toggle-slider {
	background-color: #7CCC79;
	width: 100%;
}

.toggle-switch > input:focus + .toggle-slider {
	box-shadow: 0 0 1px #1E73BF;
}
.toggle-switch.green > input:focus + .toggle-slider {
	box-shadow: 0 0 1px #7CCC79;
}

.toggle-switch > input:checked + .toggle-slider:before {
	-webkit-transform: translateX(22px);
	-ms-transform: translateX(22px);
	transform: translateX(22px);
}

.toggle-switch.text > input:checked + .toggle-slider:before {
	-webkit-transform: translateX(30px);
	-ms-transform: translateX(30px);
	transform: translateX(30px);
}

/*------ ADDED CSS ---------*/
.toggle-switch > .toggle-slider > .on, .toggle-switch > .toggle-slider > .off {
	display: none;
}
.toggle-switch.text > .toggle-slider > .on {
  	display: none;
}

.toggle-switch.text > .toggle-slider > .on, .toggle-switch.text > .toggle-slider > .off {
	color: white;
	position: absolute;
	transform: translate(-50%,-50%);
	top: 50%;
	left: 50%;
	font-size: 10px;
	font-family: Verdana, sans-serif;
}

.toggle-switch.text > input:checked + .toggle-slider .on {
	display: block;
	width: 100%;
	text-align: left;
    padding-left: 5px;
}

.toggle-switch.text > .toggle-slider .off {
	display: block;
	width: 100%;
	text-align: right;
    padding-right: 5px;
}

.toggle-switch.text > input:checked + .toggle-slider .off
{display: none;}

/*--------- END --------*/

/* Rounded sliders */
.toggle-slider.round {
	border-radius: 26px;
}

.toggle-slider.round:before {
	border-radius: 50%;
}

.error {
	color: red;
}

#chartdiv {
	width: 100%;
	height: 500px;
}
#chartdiv_compressor {
	width: 100%;
	height: 200px;
}

._display {
	display: initial;
}

.desktop-content {display:block;}
.mobile-content {display:none;}

.maps-container > #map {
	width: 100%;
	height: 400px;
}

.boxdetail-container {
	border: 1px solid #444;
    border-radius: 4px;
	padding: 15px;
}
.boxdetail-container > .box-header {
	display: flex;
    align-items: center;
}
.boxdetail-container > .box-header > i {
	font-size: 42px;
}
.boxdetail-container > .box-header > .text {
	padding: 0;
    margin: 0 0 0 15px;
    font-size: 28px;
	font-weight: 500;
}
.boxdetail-container > .box-body {
	font-size: 65px;
    text-align: center;
	font-weight: 300;
	margin: 24px;
	min-height: 129px;
}
.boxdetail-container > p {
	padding: 15px;
	font-size: 20px;
	color: #807d7d;
}

.boxdetail-container > .box-body {
	color: #08c;
	text-transform: uppercase;
    font-weight: 400;
}
.boxdetail-container > .box-bottom {
	margin-top: 36px;
	font-size: 16px;
    text-transform: uppercase;
	font-weight: 100;
	display: flex;
}

.boxdetail-container > .box-bottom > .box-item {
	width: 100%;
}
.boxdetail-container > .box-bottom > .box-item:last-child {
	color: #dd4b39;
	text-align: right;
	font-weight: 400;
}

.boxsubdetail-container {

}
.boxsubdetail-container > .box-item {
	border: 1px solid #444;
    border-radius: 4px;
	padding: 5px 15px;
	margin-top: 15px;
	min-height: 151px;
}
.boxsubdetail-container > .box-item:first-child {
	margin-top: 0;
}
.boxsubdetail-container > .box-item > .title {
	text-align: center;
    margin: 0;
    font-size: 24px;
	font-weight: 400;
	border-bottom: 1px dashed #999;
    padding-bottom: 4px;
}
.boxsubdetail-container > .box-item > .box-body {
	display: flex;
	justify-content: space-between;
	padding: 10px 0px;
}
.boxsubdetail-container > .box-item > .box-body > i {
	width: 10%;
	font-size: 30px;
    display: flex;
    align-items: center;
}
.boxsubdetail-container > .box-item > .box-body > p {
	width: 90%;
}

.form-setting-container {
	width: 100%;
	background-color: #f6f6f6;
	margin-bottom: 30px;
}
.form-setting-container > .form-setting-inner {
	padding: 15px;
	display: flex;
	justify-content: space-between;
}
.form-setting-container > .form-setting-inner > .form-setting-item {
	width: 75%;
}

.form-setting-container > .form-setting-inner > .form-setting-item:last-child {
	width: 20%;
}

.form-setting-container .form-setting-item > button {
	width: 100%;
}

.status-container {
	color: #FFF;
	background-color: #f39c12;
}
.status-container > .status-inner {
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
	font-size: 9px;
	padding: 2px;
}
.status-container > .status-inner > .item {}
.status-container > .status-inner > .item:first-child {
	font-weight: 700;
	font-size: 10px;
}

.status-container > .status-inner i {
	margin-right: 1px;
}

.status-container.-drafted {
	background-color: #f4f4f4;
    color: #444;
    border:1px solid #ddd;
}

.status-container.-deleted {
	background-color: #f4f4f4;
    color: #dd4b39;
    border:1px solid #ddd;
}

.status-container.-info {
	background-color: #00c0ef;
}

.status-container.-primary {
	background-color: #0073b7;
}

.status-container.-success {
	background-color: #00a65a;
}

.status-container.-warning {
	background-color: #f39c12;
}

.status-container.-danger {
	background-color: #dd4b39;
}

.blockquote.-drafted {
	border-left: 4px solid #444 !important;
}

.blockquote.-scheduled {
	border-left:4px solid #0073b7;
}

.blockquote.-published {
	border-left: 4px solid #00a65a;
}

.blockquote.-hid {
	border-left: 4px solid #dd4b39;
}

.keyword-container {}
.keyword-container > .keyword-inner {
	display: flex;
	justify-items: flex-start;
	flex-wrap: wrap;
}
.keyword-container > .keyword-inner > .keyword-item {
	background-color: #3c8dbc;
	color: #FFF;
	font-size: 14px;
	font-weight: 600;
	padding: 6px 10px;
	margin-right: 5px;
	margin-bottom: 10px;
}
.keyword-container > .keyword-inner > .keyword-item.-circle {
	background-color: #607D8B;
    color: #FFF;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 8px;
    margin-right: 5px;
    margin-bottom: 10px;
    border-radius: 20px;
}
.keyword-container > .keyword-inner > .keyword-item:last-child {
	margin-right: 0;
}

.select2-container--default {
	width: 100% !important;
}

.content-container {}
.content-container > .content-inner {}
.content-container > .content-inner > .box-content-header {}
.content-container > .content-inner > .box-content-body {}
.content-container > .content-inner > .box-content-footer {}
.box-content-header {
	border-bottom: 2px solid #415832;
}
.box-content-header > .title {
	font-size: 30px;
	line-height: 39px;
	color: #415832;
}
.box-content-header > .sub-title {
	font-size: 18px;
	line-height: 22px;
	color:#8e8e8e;
	margin: 30px 0 15px;
}
.box-content-header > .sub-title > .item {
	width: 100%;
    display: block;
    margin-top: 10px;
}

.box-content-body {
	margin: 45px 0;
}
.box-content-body > .content-photo {
	width: 100%;
}
.content-photo > .inner {}
.content-photo > .inner > .item {
	margin-top: 40px;
}
.content-photo > .inner > .item:first-child {
	margin-top: 0;
}
.content-photo .photo-box {
	display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.content-photo .photo-box > .photo {}
.content-photo .photo-box > .title {
	font-size: 18px;
    color: #638a55;
	padding: 10px 0 30px;
	margin: 0;
}
.content-photo .description-box {
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 28px;
}

.box-content-footer {
	border-top: 2px solid #415832;
}
.box-content-footer > .hashtag-container {
	margin-top: 50px;
}
.box-content-footer > .stat-container {}
.hashtag-container {}
.hashtag-container > .inner {}
.hashtag-container > .inner > .title-box {
	font-size: 28px;
	letter-spacing: 4px;
}
.hashtag-container > .inner > .body-box {
	display: flex;
    justify-content: flex-start;
	flex-wrap: wrap;
	padding-top: 6px;
}
.hashtag-container > .inner > .body-box > .item {
	background-color: #f1f8e9;
    border-radius: 22px;
    padding: 8px 16px;
    margin-right: 5px;
    font-style: italic;
	color: #5d5d5d;
	margin-bottom: 10px;
}

.stat-container {
	color: #8e8e8e;
	margin-top: 30px;
	border-top: 1px solid #f4f4f4;
}
.stat-container > .inner {
	padding: 30px 0 0;
}
.stat-container > .inner > .item {
	margin-right: 15px;
}
.stat-container > .inner > .item i {
	margin-right: 3px;
}
.stat-container > .inner > .item:last-child {
	margin-right: 0;
}

.rate-review-container {}
.rate-review-container > .rate-review-inner {}
.rate-review-container > .rate-review-inner > .item {
	font-size: 30px;
	margin-right: 4px;
	color: #f39c12;
}
.rate-review-container > .rate-review-inner > .item:last-child {
	margin-right: 0px;
}

.simple-step-container {
	color: #FFF;
}
.simple-step-container > .step-header {
	background-color: #4c637b;
    text-align: center;
	padding: 42px 15px;
	/* border-radius: 14px 14px 0 0; */
}
.simple-step-container > .step-header > .description {
	margin: 0;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 300;
}
.simple-step-container > .step-header > .title {
	margin: 5px 0 0;
    padding: 0px;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 500;
}

.simple-step-container > .step-line {
	background-color: #b8c6d6;
	height: 5px;
	display: flex;
	justify-content: space-around;
}
.simple-step-container > .step-line > .item {
	flex-grow: 1;
	position: relative;
}
.simple-step-container > .step-line > .item > .step-circle {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #b8c6d6;
	position: absolute;
    right: 0;
    top: -18px;
}
.simple-step-container > .step-line > .item > .step-circle > .icon {
	font-size: 16px;
}

.simple-step-container > .step-line > .item:last-child > .step-circle {
	display: none;
}
.simple-step-container > .step-line > .item:last-child {
	flex-grow: 0.5;
}

.simple-step-container > .step-line > .item.-active {
	background-color: #38b1eb;
}
.simple-step-container > .step-line > .item.-active > .step-circle {
	background-color: #38b1eb;
}

.simple-step-container > .step-body {
	background-color: #FFF;
	padding: 40px 20px 20px;
	color: #000;
}
.simple-step-container > .step-body > .group {
	font-size: 20px;
    margin-top: 50px;
    margin-bottom: 10px;
    padding: 0 0 8px;
    text-transform: uppercase;
    border-bottom: 1px dotted #bcbcbc;
    color: #6d6b6b;
}
.simple-step-container > .step-body > .group > .tag-label {
	padding: 4px;
    font-size: 12px;
    font-weight: 400;
    text-transform: capitalize;
}
.simple-step-container > .step-body > .group > .tag-label.-info {
	color: #FFF;
    background-color: #00c0ef !important;
}
.simple-step-container > .step-body > .group > .tag-label.-warning {
	color: #FFF;
    background-color: #db8b0b !important;
}
.simple-step-container > .step-body > .group > .tag-label.-danger {
	color: #FFF;
    background-color: #d33724 !important;
}
.simple-step-container > .step-body > .group > .tag-label.-success {
	color: #FFF;
    background-color: #008d4c !important;
}
.simple-step-container > .step-body > .group:first-child {
	margin-top: 15px;
}
.simple-step-container > .step-body > .step-form {}
.step-form {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.step-form > .item {
	width: 100%;
	padding: 10px 0;
}
.step-form > .item > .step-label {
	width: 100%;
}
.step-form > .item > .step-input {
	width: 100%;
	height: 36px;
	padding: 5px;
    border: 1px solid #ddd;
}
.step-form > .item > .step-input-display {
	border: 1px dotted #ddd !important;
    padding: 10px;
	min-height: 42px;
	width: 100%;
}

.step-form > .item > .step-input.-textarea {
	height: auto;
}

.none-resize {
	resize: none;
}

.simple-step-container > .step-footer {
	background-color: #FFF;
	min-height: 50px;
	border-top: 1px solid #f4f4f4;
	/* border-radius: 0 0 14px 14px; */
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 20px;
}
.simple-step-container > .step-footer > .item {
	flex-grow: 1;
}
.simple-step-container > .step-footer > .item:last-child {
	text-align: right;
}
.simple-step-container > .step-footer > .item > .btn-step {
	background-color: #f4f4f4;
    color: #444;
    border-color: #ddd;
    border-radius: 4px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	padding: 8px 14px;
	border: 1px solid #a29d9d;
	font-size: 14px;
	font-weight: 400;
	margin-right: 5px;
}
.simple-step-container > .step-footer > .item > .btn-step:last-child {
	margin-right: 0;
}

.simple-step-container > .step-footer > .item > .btn-step:focus {
	outline: none;
}

.simple-step-container > .step-footer > .item > .btn-step.-active {
	background-color: #38b1eb;
	border: 1px solid #38b1eb;
	color: #FFF;
}

.simple-step-container > .step-footer > .item > .btn-step.-danger {
	background-color: #dd4b39;
	border: 1px solid #dd4b39;
	color: #FFF;
}

.simple-step-container > .step-footer > .item > .btn-step.-info {
	background-color: #00c0ef;
	border: 1px solid #00c0ef;
	color: #FFF;
}

.simple-step-container > .step-footer > .item > .btn-step.-primary {
	background-color: #0073b7;
	border: 1px solid #0073b7;
	color: #FFF;
}

.simple-step-container > .step-footer > .item > .btn-step.-success {
	background-color: #00a65a;
	border: 1px solid #00a65a;
	color: #FFF;
}

.simple-step-container > .step-footer > .item > .btn-step.-warning {
	background-color: #f39c12;
	border: 1px solid #f39c12;
	color: #FFF;
}

.select-item-card {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px 0px;
	position: relative;
}
.select-item-card > .item {
	margin-right: 15px;
	text-align: center;
	padding: 15px 26px;
	border-radius: 4px;
	text-shadow: 2px 2px rgba(0,0,0,0.2);
	box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
	border-radius: 50%;
    width: 135px;
    height: 135px;
    display: flex;
    justify-content: center;
    align-items: center;
	flex-direction: column;
	position:relative;
}
.select-item-card > .item > .wave {
	position:absolute;
	width: 135px;
    height: 135px;
	background-color:#FFF;
	top:0;
	left:0;
	transform: scale(0);
	opacity:0.5;
	border-radius:300px;
}
.select-item-card > .item:hover > .wave {
	animation: ripple-in 2s;
}

@keyframes ripple-in {
	0% {transform: scale(0);}
	20%{transform: scale(1);opacity:0.3;}
	100%{transform: scale(1);opacity:0;}
}

.select-item-card > .item > .icon {
	font-size: 24px;
}
.select-item-card > .item > .text {
	font-size: 14px;
	margin: 10px 0 0 0;
}

.select-item-card > .item:last-child {
	margin-right: 0;
}

.select-item-card > .item.-blue {
	background-color: #3191ce;
	color: #FFF;
}

.select-item-card > .item.-orange {
	background-color: orange;
	color: #FFF;
}

.select-item-card > .item.-green {
	background-color: green;
	color: #FFF;
}

.radio-container {}
.radio-container > .label-card {
	margin-right: 15px;
}
.radio-container > .label-card:last-child {
	margin-right: 0;
}
.radio-container > .label-card > .input-radio {
	margin-right: 4px;
	width: 24px;
	/* height: 24px; */
	cursor: pointer;
}
.radio-container > .label-card > i {
	opacity: .65;
    font-size: 14px;
    padding: 0 2px;
}

/* Dynamically Add and Remove rows in a Table */
.dynamically-add-rows-table-container {}
.dynamically-add-rows-table-container > thead {}
.dynamically-add-rows-table-container > thead > tr {}
.dynamically-add-rows-table-container > thead > tr > td {
	padding: 3px 2px;
}
.dynamically-add-rows-table-container > tbody {}
.dynamically-add-rows-table-container > tbody > tr {}
.dynamically-add-rows-table-container > tbody > tr > td {
	padding: 3px 2px;
	/* text-align: center; */
	/* border: 1px solid; */
}
.dynamically-add-rows-table-container > tbody > .old-item > td {
	padding: 10px 5px;
}
.dynamically-add-rows-table-container > tbody > .old-item > .otd {
	border: 1px dotted #ddd;
}
.dynamically-add-rows-table-container > tbody > tr > td > .text-input {
	width: 100%;
    padding: 2px 5px;
	border: 1px solid #ddd;
	height: 46px !important;
	display: block;
}
.dynamically-add-rows-table-container > tbody > tr > td > .select2-container--default .select2-selection--single, .select2-selection .select2-selection--single {
	height: 46px;
	padding: 12px 12px;
	border-radius: 0;
}
.dynamically-add-rows-table-container > tbody > tr > td > .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 38px;
}
.dynamically-add-rows-table-container > tbody > tr > td > .del {
	padding: 2px 5px;
    width: 100%;
    border: 1px solid #80808033;
	border-radius: 2px;
    color: red;
    background-color: #80808014;
}
.dynamically-add-rows-table-container > tfoot {}
.dynamically-add-rows-table-container > tfoot > tr {
	height: 46px;
}
.dynamically-add-rows-table-container > tfoot > tr > td {
	padding: 3px 2px;
}
.dynamically-add-rows-table-container > tfoot > tr > td > #addrow {
	padding: 6px 8px;
	background-color: #4c637bdb;
	border-radius: 2px;
    color: #FFF;
	border: none;
	outline: none;
}

.schedule-list-container {}
.schedule-list-container > .schedule-row {
	border-top: 1px dotted #ddd !important;
	font-size: 14px;
	display: flex;
	justify-content: space-around;
}
.schedule-list-container > .schedule-row:last-child {
	border-bottom: 1px dotted #ddd !important;
}
.schedule-list-container > .schedule-row.-header {
	font-size: 14px;
	font-weight: 600;
	text-transform: capitalize;
	background-color: #7777770d;
}
.schedule-list-container > .schedule-row > .schedule-column {
	border-right: 1px dotted #ddd !important;
	width: 31%;
	padding: 10px 5px;
}
.schedule-list-container > .schedule-row > .schedule-column:first-child {
	width: 7%;
	text-align: center;
}

.schedule-list-container > .schedule-row > .schedule-column:first-child {
	border-left: 1px dotted #ddd !important;
}

.table-summary-container {}
.table-summary-container > thead {
	background-color: #0073b7;
	color: #FFFFFF;
	font-weight: 500;
}
.table-summary-container > thead > tr {}
.table-summary-container > thead > tr > td {}
.table-summary-container td {
	border: 1px dotted #ddd;
	padding: 10px 5px;
	text-align: left;
}
.table-summary-container td.-text-center {
	text-align: center;
}
.table-summary-container td.-text-right {
	text-align: right;
}

.spare-part-container {}
.spare-part-container > .spare-part-inner {
	display: flex;
	justify-items: flex-start;
	flex-wrap: wrap;
}
.spare-part-container > .spare-part-inner > .spare-part-item {
	background-color: #3c8dbc;
	color: #FFF;
	font-size: 14px;
	font-weight: 600;
	padding: 6px 10px;
	margin-right: 5px;
	margin-bottom: 10px;
}
.spare-part-container > .spare-part-inner > .spare-part-item:last-child {
	margin-right: 0;
}


.detail-container {
	display: flex;
	justify-content: space-between;
}
.detail-container > .box-left {
	width: 35%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	padding-bottom: 15px;
}
.detail-container > .box-left > .box-content {
	margin-top: 15px;
}
.detail-container > .box-left > .box-content:last-child {
	margin-top: 20px;
}
.detail-container > .box-left > .box-content > .photo {
	width: 180px;
	height: 180px;
	object-fit: cover;
}
.detail-container > .box-left > .box-content > .photo.-circle {
	border-radius: 50%;
}
.detail-container > .box-left > .box-content > .btn-detail {
	color: #FFFFFF;
	background-color: #25aaeb;
	border-radius: 20px;
	text-transform: uppercase;
	margin-right: 5px;
}
.detail-container > .box-left > .box-content > .btn-detail:last-child {
	margin-right: 0;
}
.detail-container > .box-left > .box-content > .btn-detail > i {
	margin-right: 3px;
}
.detail-container > .box-left > .box-content > .btn-detail.-success {
	background-color: #67b930;
}
.detail-container > .box-right {
	width: 63%;
}
.detail-container > .box-right > .box-content {
	margin-top: 15px;
}
.detail-container > .box-right > .box-content.-bottom-line {
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 15px;
}
.detail-container > .box-right > .box-content > .title {
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}
.detail-container > .box-right > .box-content > .sub-title {
	text-transform: capitalize;
	margin: 2px 0 0;
	padding: 0;
	color: #23a7e8;
}
.detail-container > .box-right > .box-content > .item-description {
	color: #4c6279;
    line-height: 24px;
    font-size: 14px;
    font-weight: 500;
}
.detail-container > .box-right > .box-content > .item-title {
	margin-top: 20px;
	color: #a3adb9;
	padding: 0;
    margin-bottom: 5px;
}
.detail-container > .box-right > .box-content > .item-note {
	color: #4c6279;
    line-height: 24px;
    font-size: 14px;
	font-weight: 500;
}

.select2 input {
	min-height: 22px;
}

.checkbox-container {}
.checkbox-container > .inner {
	position: relative;
}
.checkbox-container > .inner > .checkbox-card {}
.checkbox-card {
    margin-right: 20px;
    padding: 5px 0;
    line-height: 24px;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
}
.checkbox-card:last-child {
	margin-right: 0;
}
.checkbox-card > .cb-input {
	width: 20px;
    height: 20px;
	margin: 0;
	cursor: pointer;
}
.checkbox-card > .cb-label {
	margin-left: 5px;
    font-size: 14px;
}
.checkbox-card > .help-block {
	position: absolute;
	left: 0;
	bottom: -30px;
}
.other-spare-part {
	margin-top: 10px;
}
.other-spare-part > .title {
	margin-bottom: 2px;
	display: block;
	font-weight: 600;
}

.photo-containner {
	display: inline-block;
}
.photo-containner > .inner {}
.photo-containner > .inner > .item {
	position: relative;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100%;
}
.photo-containner > .inner > .item > .photo {
	opacity: 1;
	display: block;
	width: 100%;
	height: auto;
	transition: .5s ease;
	backface-visibility: hidden;
}
.photo-containner > .inner > .item > .middle {
	transition: .5s ease;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
}

.photo-containner > .inner > .item > .middle > .text {
	color: white;
	font-size: 14px;
    color: #000000;
}
.photo-containner > .inner > .item > .middle > .text > i {
	font-size: 26px;
	margin-bottom: 5px;
}

.photo-containner > .inner > .item:hover .photo {
	opacity: 0.2;
}
.photo-containner > .inner > .item:hover .middle {
	opacity: 1;
}

.content-header > .breadcrumb > li > a {
	color: #0072BC !important;
}

.table-bordered thead tr th,
.table-bordered>tbody>tr>th {
	background-color: #1E73BF27 !important;
}

.table-bordered thead tr th,
.table-bordered>tbody>tr>th, .table-bordered>tbody>tr>td {
	border: 0.2px solid #7070705A !important;
}

.status-enable {
	color: #008120;
}

.status-disable {
	color: #FF6058;
}
.color-gray {
	color: gray;
}

.font-placholder {
	color: #9C9C9C;
}

.outline-button-info {
	border-color: #2196F3;
	color: dodgerblue
}

.outline-button-info:hover {
	background: #2196F3;
	color: white;
}

.textarea-display {
	white-space: pre-line;
}
.photo-display {
	border-radius: 50% !important;
}
.thumbnail-image-display {
	height: 30px;
	width: 30px;
	border-radius: 50%;
}
.menu-sub-size{
	margin-right: 5px;
	vertical-align: middle;
}

i[class*='menu-size'] {
	margin-right: 5px;
	vertical-align: middle;
	font-size: 20px;
}
i[class*='gray'] {
	color: #707070;
}
.font-green {
	color: #008120;
}

.on-click {
	color: #3c8dbc;
	position: relative;
	cursor: pointer;
}

select.form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
}
select + i.fa {
	float: right;
	margin-top: -25px;
	margin-right: 5px;
	pointer-events: none;
	padding-right: 5px;
	color: #888888;
}

.select-date[readonly] {
	background-color: #FFF;
}

.select-date + i.fa {
	float: right;
	margin-top: -25px;
	margin-right: 5px;
	pointer-events: none;
	padding-right: 5px;
	color: #888888;
}
.btn-primary {
	background-color: #046EC2;
}

.txt-green{ color: green; }
.txt-red{ color: red; }










/* For mobile big size: */
@media only screen and (min-width: 468px) {
	.quantity-container > .quantity-body {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.quantity-container > .quantity-body > .item {
		width: 48%;
	}

	.tab-container > .tab-inner > .item {
		width: 48%;
	}
}

/* For tablets: */
@media only screen and (min-width: 768px) {
	.desktop-content {display:none;}
	.mobile-content {display:block;}

	.filter-container > .filter-inner > .item {
		width: 50%;
		padding: 5px;
	}

	.form-container > .form-body {
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	.form-container > .form-body > .item {
		width: 100%;
		padding: 5px 10px;
	}

	.form-container > .form-body > .item.-no-grid {
		width: 100%;
	}

	.form-container .upload-image {
		width: 40%;
	}

	.form-container .upload-image.-full {
		width: 100%;
	}

	.selected_files.-grid > div {
		width: calc(50% - 20px);
	}

	.tab-container.-content-detail {
		padding: 0 10%;
	}

	.box-content-header > .title {
		font-size: 40px;
		line-height: 49px;
		color: #415832;
	}

	.box-content-header > .sub-title {
		display: flex;
		justify-content: space-between;
	}

	.box-content-header > .sub-title > .item {
		width: auto;
    	margin-top: 0;
	}

	.simple-step-container {
		padding: 10px;
	}

	.step-form > .item {
		width: 49%;
	}

	.step-form > .item.-full {
		width: 100%;
	}

	.simple-step-container > .step-line > .item:last-child {
		flex-grow: 0.8;
	}

	.select-item-card {
		padding: 30px 15px;
	}

	.select-item-card > .item {
		margin-right: 30px;
		padding: 15px 22px;
		min-width: 134px;
	}
	.select-item-card > .item > .text {
		font-size: 16px;
	}

	.auth-container > .inner > .auth-box {
		width: 40%;
	}
	.auth-container > .inner > .auth-box.-banner {
		display: block;
		width: 60%;
		background: url(../images/login-banner.png) no-repeat center center;
		-webkit-background-size: contain;
		-moz-background-size: contain;
		-o-background-size: contain;
		background-size: contain;
		background-color: #226695;
	}

	.photo-containner > .inner {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		flex-wrap: wrap;
	}
	.photo-containner > .inner > .item {
		width: calc(50% - 5px);
		margin-right: 10px;
	}
	.photo-containner > .inner > .item:nth-child(2n) {
		margin-right: 0;
	}
}

/* For desktop: */
@media only screen and (min-width: 1024px) {
	.filter-container > .filter-inner > .item {
		width: 25%;
	}

	.form-container > .form-body > .item {
		width: 50%;
	}

	.selected_files.-grid > div {
		width: calc(25% - 20px);
	}

	.quantity-container > .quantity-body > .item {
		width: 48%;
	}

	.boxdetail-container > .box-header > .text {
		font-size: 38px;
	}
	.boxdetail-container > .box-body {
		font-size: 70px;
	}

	.auth-container > .inner > .auth-box {
		width: 30%;
	}
	.auth-container > .inner > .auth-box.-banner {
		width: 70%;
	}

	.photo-containner > .inner > .item {
		width: calc(25% - 7.5px);
	}
	.photo-containner > .inner > .item:nth-child(2n) {
		margin-right: 10px;
	}

	.photo-containner > .inner > .item:last-child {
		margin-right: 0;
	}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	.auth-container > .inner > .auth-box {
		width: 25%;
	}
	.auth-container > .inner > .auth-box.-banner {
		width: 75%;
	}
}
