body {
	background-color: #f5f5f5;
	color: #1a1b1a;
	font-size: 14px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}

a {
	color: inherit;
	text-decoration: none;
}

a:focus,
a:hover {
	color: inherit;
	text-decoration: none;
}

input:not([type]):focus, input[type=text]:focus, input[type=password]:focus, input[type=email]:focus:not([readonly]), input[type=url]:focus, input[type=time]:focus, input[type=date]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=tel]:focus, input[type=number]:focus, input[type=search]:focus, textarea.not-tinymce:focus, select.select-style:focus {
	border-bottom: 1px #FF0000 solid;
}

.product-select2 .select2-container, .product-select2 .select2-selection {
	height: 50px;
}

.product-select2 .select2-selection__arrow {
	height: 50px!important;
}

#select2-product-container, #select2-product-auto-container, #select2-product-barcode-auto-container, #select2-product-sales-container, #select2-product-purchase-container, #select2-product-return-container, #select2-product-arrangement-container {
	line-height: 50px;
	font-size: 2em;
}

.no-margin {
	margin: 0!important;
}

.mandatory {
	color: #FF0000;
	font-size: .7em;
	position: relative;
	top: -3px;
}

.btn {
	box-shadow: none;
	font-weight: 600;
	border-radius: 3px;
	padding: 0 2em;
	line-height: 42px;
	font-size: inherit;
	letter-spacing: inherit;
	color: inherit;
	border: none;
	position: relative;
	overflow: hidden;
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transition: all .3s ease;
}

.btn:focus,
.btn:focus:active {
	box-shadow: none !important;
}

.btn:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: rgba(26, 27, 26, .05);
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	transform-origin: center bottom;
	-webkit-transform-origin: center bottom;
	transition: transform .4s cubic-bezier(.77, 0, .175, 1);
}

.btn:hover::before,
.btn:focus::before,
.btn:focus:active::before {
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	transform-origin: center top;
	-webkit-transform-origin: center top;
}

.btn-warning,
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:focus:active {
	background-color: #000;
	color: #FFF;
}

.btn-warning:before {
	background-color: #1a1b1a;
}

.btn-default {
	background-color: #337ab7;
	color: #F8F8F8;
}

.btn-default:focus, .btn-default:hover {
	background-color: #FF0000;
	color: #F8F8F8;
}

.form-group {
	position: relative;
	margin-bottom: 1.525em !important;
}

.form-control {
	font-size: inherit;
	color: inherit;
	letter-spacing: inherit;
	border-radius: 3px;
	height: 42px;
	padding: 0 1.25em;
	border: 1px solid #eeeeee;
	box-shadow: none;
	transition: all .3s ease;
}

.alert {
	padding: 0;
}

.alert-success {
	padding: 1em;
}

.alert-danger {
	background: #FFF;
	border: none;
	color: #ff7b76 !important;
	font-size: 0.8em;
}

.container-fluid {
	padding: 0 2em;
}

.login-form {
	background-color: #FFF;
	padding: 4em 7em;
	border-radius: 6px;
	box-shadow: 0 0 80px -20px rgba(26, 27, 26, .4);
	margin: 2em auto;
	width: 50%;
	box-sizing: border-box;
}

.login-form h2 {
	margin: 0 0 1em 0;
	text-align: center;
	font-size: 1.5em;
}

.login-form h3 {
	margin: 0 0 1.5em 0;
	font-weight: 700;
	text-align: center;
	font-size: 2.5em;
}

.login-form .icon {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	left: 0;
	z-index: 9;
}

.login-form .form-control {
	padding-left: 2.525em;
	height: 46px;
	border-radius: 0;
	border-width: 0 0 1px 0;
	box-shadow: none;
}

.login-form .btn {
	margin-top: 3em;
  line-height: 46px;
}

.login-form .showpasstoggle {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	z-index: 2;
}

.login-form .showpasstoggle input {
	display: none;
}

.login-form .showpasstoggle label {
	margin: 0;
	line-height: inherit;
	cursor: pointer;
}

.login-form .showpasstoggle label:after {
	display: none;
}

.login-form .showpasstoggle label:before {
	vertical-align: middle;
	position: static;
	width: auto;
	height: auto;
	border: none;
	background-color: transparent;
	content: "\f06e";
	font-family: "FontAwesome";
	color: #999;
	font-size: inherit;
	line-height: inherit;
	transition: color .3s ease;
}

.login-form .showpasstoggle input[type="checkbox"]:checked + label::before {
	color: #000;
}

.sidebar {
	position: absolute;
	left: 0;
	top: 0;
	width: 240px;
	height: 100%!important;
	/*background-color: #FFFFFF;*/
	background-color: #272c33;
}

.sidebar-logo {
	padding: 3em 1.525em 3em;
	text-align: center;
}

.sidebar-logo img {
	width: 120px;
}

.sidebar-nav {
	height: calc(100% - 124px);
	position: relative;
	/*background-color: #FFF;*/
	background-color: #272c33;
	color: #c8c9ce;
}

.sidebar-nav .scrollbar-thumb {
	background-color: rgba(26, 27, 26, .15);
}

.sidebar-nav .scrollbar-track,
.sidebar-nav .scrollbar-track:hover,
.sidebar-nav .scrollbar-track:active {
	width: 6px !important;
}

.sidebar-nav .menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar-nav .menu li {
	display: block;
	position: relative;
}

.sidebar-nav .menu li.active a:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 6px;
	height: 100%;
	background-color: #000;
}

.sidebar-nav .menu li .icon {
	display: inline-block;
	width: 24px;
	font-size: 1.25em;
	vertical-align: middle;
	margin-right: 1em;
	margin-top: -2px;
	/*color: #000;*/
	color: #c8c9ce;
}

.sidebar-nav .menu li a {
	display: block;
	padding: 1.25em 1.525em;
	font-size: 0.9em;
	position: relative;
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transition: all .3s ease;
}

.sidebar-nav .menu li a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	/*background-color: #f9f9f9;*/
	background-color: #16191e;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	transform-origin: center bottom;
	-webkit-transform-origin: center bottom;
	transition: transform .4s cubic-bezier(.77, 0, .175, 1);
}

.sidebar-nav .menu li.active a:before,
.sidebar-nav .menu a[aria-expanded="true"]:before,
.sidebar-nav .menu li a:hover::before {
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	transform-origin: center top;
	-webkit-transform-origin: center top;
}

.sidebar-nav .menu .icon-arrow {
	font-size: .72em;
	position: absolute;
	top: 50%;
	right: 2em;
	background-repeat: no-repeat;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transition: all .15s ease;
}

.sidebar-nav .menu a[aria-expanded="true"] .icon-arrow {
	transform: translateY(-50%) rotate(-180deg);
	-webkit-transform: translateY(-50%) rotate(-180deg);
}

.sidebar-nav .collapse-menu {
	margin: 0;
	list-style: none;
}

.sidebar-nav .collapse-menu li a {
	padding: 0 1.525em;
	line-height: 36px;
	color: #888;
	background-color: transparent !important;
}

.sidebar-nav .collapse-menu li.active a,
.sidebar-nav .collapse-menu li a:hover {
	background-color: transparent;
	color: inherit;
}

.sidebar-nav .collapse-menu li a:before,
.sidebar-nav .collapse-menu li a:after {
	display: none;
}

.sidebar.minified {
	width: 50px!important;
	min-height: 850px;
}

.sidebar.minified .sidebar-logo img {
	display: none;
}

.sidebar.minified .menu li a {
	padding: 1.25em 1.3em;
	color: #c8c9ce;
}

.sidebar.minified .menu li a .icon {
	color: #c8c9ce !important;
}

.sidebar.minified .menu li ul {
	max-height: 250px;
	overflow-y: auto;
	/*background-color: #FFF;*/
	background-color: #272c33;
	padding: 0;
	width: 150px;
}

.menu_btn_section {
	text-align: center;
	/*background-color: #FFF;*/
	background-color: #272c33;
	color: #c8c9ce;
	padding: .7em 0;
}

.menu_btn {
	font-size: 1em;
}

.menu_btn[aria-hidden="false"] {
	transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
}

.sidebar.minified .menu .sub-menu {
	left: 100%;
  position: absolute;
  top: 0;
	visibility: hidden;
	z-index: 9999;
  margin-top: -1px;
}

.sidebar.minified .menu li:hover .sub-menu {
	visibility: visible;
	display: block;
}

.row-flex .col-flex {
	float: none;
	position: relative;
	padding: 0;
}

.row-flex,
.is-flex {
	display: flex;
	display: -webkit-flex;
}

.flex-center {
	align-items: center;
	-webkit-align-items: center;
}

.is-flex .panel-body {
	flex-grow: 1;
	-webkit-flex-grow: 1;
}

.user-menu {
	position: fixed;
	margin-top: 1.352em;
	top: 0;
	right: 2em;
	z-index: 10;
}

.user-menu .col-flex + .col-flex {
	margin-left: 1em;
}

.user-menu .notif-icon {
	position: relative;
	font-size: 1.15em;
	width: 38px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	background-color: #1a1b1a;
	color: #FFF;
	border-radius: 50%;
	box-shadow: 0 8px 15px -6px rgba(26, 27, 26, .4);
}

.user-menu .notif-icon.active:before {
	content: "";
	position: absolute;
	top: -2px;
	right: -2px;
	width: 13px;
	height: 13px;
	border: 3px solid #f5f5f5;
	border-radius: 50%;
	background-color: #dc0000;
}

.user-menu .list-notif {
	position: relative;
	min-width: 300px;
	max-height: 300px;
	overflow: auto;
}

.user-menu .list-notif ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.user-menu .list-notif ul li + li {
	border-top: 1px solid #eee;
}

.user-menu .list-notif ul li.notif-unread a {
	background-color: rgba(220, 180, 0, .085);
}

.user-menu .list-notif ul li.notif-unread a:before {
	background-color: rgba(220, 180, 0, .085);
}

.user-menu .list-notif ul li a {
	position: relative;
	padding: 1em 1.25em;
	display: flex;
	display: -webkit-flex;
	align-items: top;
	-webkit-align-items: top;
	line-height: inherit;
}

.user-menu .list-notif .avatar {
	flex: 0 0 42px;
	-webkit-flex: 0 0 42px;
	flex-grow: 0;
	-webkit-flex-grow: 0;
}

.user-menu .list-notif .notif-content {
	white-space: nowrap;
	line-height: 1.35em;
}

.user-menu .list-notif .notif-name {
	font-weight: 700;
	color: #dcb400;
}

.user-menu .list-notif .notif-title {
	display: block;
	max-width: 210px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.user-menu .list-notif .date-notif {
	font-size: .72em;
	font-weight: 600;
	text-transform: uppercase;
	color: #bbb;
	margin-top: 2px;
}

.user-menu .btn {
	border-radius: 0;
	font-weight: 600;
}

.user-menu .btn:hover,
.user-menu .btn:focus,
.user-menu .btn:focus:active {
	background-color: #dc0000;
	color: #1a1b1a;
}
.user-menu .btn:before {
	background-color: #dc0000;
}

.user-menu .user-avatar {
	position: relative;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 0 8px 15px -6px rgba(26, 27, 26, .4);
}

.user-menu .dropdown-menu {
	margin-top: 10px;
}

.user-menu .col-flex.open:before {
	display: block;
}

.user-menu .col-flex:before {
	display: none;
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	border-bottom: 10px solid #fff;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	z-index: 2;
}

.user-menu .dropdown-header {
	font-size: 1em;
	color: inherit;
	line-height: 1.25em;
	padding: 1em 1.525em;
	border-bottom: 1px solid #eee;
}

.user-menu .dropdown-header .user-name {
	font-weight: 700;
}

.user-menu .dropdown-header .user-type {
	font-size: .86em;
	color: #999;
}

.dropdown-menu {
	border: none;
	border-radius: 3px;
	box-shadow: 0 8px 15px -6px rgba(26, 27, 26, .2);
	font-size: inherit;
	color: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	padding: 0;
}

.dropdown-menu .divider {
	margin: .25em 0;
	background-color: #eee;
}

.dropdown-menu li a {
	display: block;
	position: relative;
	color: inherit;
	font-size: inherit;
	padding: 0 1.525em;
	line-height: 42px;
	transition: all .3s ease;
}

.dropdown-menu li a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: #f9f9f9;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	transform-origin: center bottom;
	-webkit-transform-origin: center bottom;
	transition: transform .4s cubic-bezier(.77, 0, .175, 1);
}

.dropdown-menu li a:hover::before {
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	transform-origin: center top;
	-webkit-transform-origin: center top;
}

.dropdown-menu li a:focus,
.dropdown-menu li a:hover {
	background-color: transparent;
	color: inherit;
}

.dropdown-menu li:last-child a {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

.content {
	margin-left: 240px;
	position: relative;
	height: 100%;
	overflow: hidden;
	outline: none;
}

/*panel*/
.panel {
	position: relative;
	margin-bottom: 2em;
	background-color: #fff;
	border: none;
	border-radius: 3px;
	box-shadow: 0 10px 25px -12px rgba(26, 27, 26, .2);
}

.panel-header {
	padding: 1.525em 1.525em 0;
}

.panel-body {
	padding: 1.25em 1.525em;
}

.panel-title {
	margin: 0;
	font-weight: 600;
}

.row-flex .col-flex {
	float: none;
	position: relative;
	padding: 0;
}

.row-flex,
.is-flex {
	display: flex;
	display: -webkit-flex;
}

.flex-center {
	align-items: center;
	-webkit-align-items: center;
}

.is-flex .panel-body {
	flex-grow: 1;
	-webkit-flex-grow: 1;
}

.panel-toolbar {
	margin: -1.25em -1.525em 1em;
}

.toolbar-control {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
	display: table;
	width: 100%;
}

.toolbar-control .toolbar-item {
	display: table-cell;
	vertical-align: middle;
	border-bottom: 1px solid #eee;
	font-size: .92em;
}

.toolbar-control .toolbar-item + .toolbar-item {
	border-left: 1px solid #eee;
}

.toolbar-control .form-group {
	margin: 0 !important;
	position: relative;
}

.toolbar-control .form-control {
	border-radius: 0;
	box-shadow: none;
	border: none;
	height: 50px;
	padding: 0 1.525em;
}

.toolbar-control .btn {
	line-height: 50px;
	border-radius: 0;
}

.toolbar-control .toolbar-search .btn-search {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	background-color: transparent;
	padding: 0;
}

.toolbar-control .toolbar-search .btn-search:before {
	display: none;
}

.toolbar-control .toolbar-search .btn-search .icon {
	vertical-align: middle;
	display: inline-block;
	color: #999;
	margin-top: -3px;
}

.toolbar-control .toolbar-search .form-control {
	padding-left: 50px;
}

.toolbar-control .toolbar-sort {
	width: 15%;
}

.toolbar-control .toolbar-add {
	width: 8%;
	border: none !important;
}

.toolbar-control .toolbar-add .btn {
	border-top-right-radius: 3px;
}

/*breadcrumb*/
.breadcrumb {
	margin: 1em 0 0;
	padding: 0;
	border-radius: 0;
	background-color: transparent;
}

.breadcrumb li  {
	display: inline-block;
	vertical-align: middle;
}

.breadcrumb li a {
	transition: color .3s ease;
}

.breadcrumb li a:hover {
	color: #666;
}

.breadcrumb li + li:before {
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 50%;
	padding: 0;
	background-color: #1a1b1a;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	margin-right: 12px;
	margin-top: -3px;
}

.page-header {
	margin: 0;
	padding: 2em 0;
	border-bottom: none;
}

.page-header .title-page {
	margin: 0;
	font-size: 2em;
	font-weight: 700;
}

.form-control {
	font-size: inherit;
	color: inherit;
	letter-spacing: inherit;
	border-radius: 3px;
	height: 42px;
	padding: 0 1.25em;
	border: 1px solid #eeeeee;
	box-shadow: none;
	transition: all .3s ease;
}

.form-control:focus {
	border-color: #dc0000;
	/*box-shadow: 0 0 10px -3px rgba(220, 180, 0, .5);*/
}

.custom-form .form-group label {
	margin: 0;
}

.custom-form  .form-control {
	padding: 0 0 .25em;
	border-width: 0 0 1px 0;
	border-radius: 0;
	box-shadow: none;
	height: 32px;
	font-weight: 600;
}

.input-file input[type="file"] {
	display: none;
}

.btn-select-filter {
	text-align: left;
}

.btn-select-filter .icon {
	float: right;
	font-size: .72em;
	margin-top: .5em;
	transition: transform .15s ease;
}

.btn-select-filter[aria-expanded="true"] .icon {
 	transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
}

.custom-select {
	width: 100%;
	min-width: auto;
	border-radius: 3px;
	max-height: calc(42px * 5);
	overflow: auto;
}

.custom-select li.select a,
.custom-select li.select a:hover {
	background-color: #ccc;
	color: #1a1b1a;
}

.custom-select li.select a {
	font-weight: 600;
}

textarea.form-control {
	padding: .86em 1em;
	min-height: 100px;
	max-width: 100%;
	min-width: 100%;
	line-height: inherit;
}

/*checkbox*/
.form-group label {
	margin-bottom: .72em;
}

label {
    font-weight: normal;
    color: inherit;
    font-size: inherit;
    margin: 0;
}

label.label-sm {
	font-size: .72em;
	text-transform: uppercase;
	letter-spacing: .045em;
}

.checkbox-wrap,
.radio-wrap {
	position: relative;
	padding-left: 30px;
}

.checkbox-wrap input[type="checkbox"] + label,
.radio-wrap input[type="radio"] + label {
	cursor: pointer;
	line-height: 42px;
	margin: 0;
}

.checkbox-wrap input[type="checkbox"],
.radio-wrap input[type="radio"] {
	margin: 0;
	line-height: inherit;
	visibility: hidden;
	width: 0;
	height: 0;
	display: none;
}

.checkbox-wrap input[type="checkbox"] + label:before,
.checkbox-wrap input[type="checkbox"] + label:after,
.radio-wrap input[type="radio"] + label:before,
.radio-wrap input[type="radio"] + label:after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	left: 0;
	width: 18px;
	height: 18px;
	border: 2px solid #eeeeee;
	border-radius: 3px;
}

.checkbox-wrap input[type="checkbox"]:checked + label::after,
.radio-wrap input[type="radio"]:checked + label::after {
	content: "\e64c";
	font-family: "FontAwesome";
	line-height: 1.5em;
	font-size: .65em;
	text-align: center;
}

.switch {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 74px;
	height: 42px;
}

.switch input {
	display: none;
}

.switch label {
	margin: 0;
}

.switch .slider {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #eee;
	border-radius: 50px;
	cursor: pointer;
	transition: background-color .3s ease;
}

.switch .slider:before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	left: 7px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #fff;
	box-shadow: 0 0 15px -6px rgba(26, 27, 26, .4);
	transition: transform .4s cubic-bezier(.77, 0, .175, 1),
				background-color .3s ease;
}

.switch input:checked + .slider {
	background-color: #dcb400;
}

.switch input:checked + .slider::before {
	transform: translate(100%, -50%);
	-webkit-transform: translate(100%, -50%);
}

.custom-form .switch {
	width: 56px;
  height: 32px;
}

.custom-form .switch .slider:before {
	width: 22px;
	height: 22px;
	left: 6px;
}

.dialog-confirm .modal-header {
	border-bottom: none;
	color: #FF0000;
}

.dialog-confirm .modal-footer {
	border-top: none;
}

.dialog-confirm .modal-content {
	background-color: #f2dede;
	border-color: #ebccd1;
}

.dialog-confirm .modal-body i {
	font-size: 1.4em;
	color: #FF0000;
}

.dialog-confirm .modal-body p {
	color: #FF0000;
}

.dialog-confirm .modal-footer button {
	background-color: #FF0000;
}

.dialog-confirm .modal-footer button:hover {
	background-color: #DC0000;
}

.modal-loader {
	background: url('../images/loader-small.gif') no-repeat center center;
	width: 100%;
	height: 16px;
	margin: 5px 0;
}

.loader-hide {
	display: none;
}

.form-modal .modal-header {
	border-bottom: none;
	color: #000;
}

.form-modal .modal-footer {
	border-top: none;
}

.form-modal .modal-content {
	background-color: #f1f1f1;
	border-color: #f1f1f1;
}

.form-modal .modal-body i {
	font-size: 1.4em;
	color: #FF0000;
}

.form-modal .modal-body p {
	color: #FF0000;
}

.form-modal .modal-footer button {
	background-color: #FF0000;
}

.form-modal .modal-footer button:hover {
	background-color: #DC0000;
}

.form-modal .alert-danger-form .close {
	font-size: 1em;
}

@media screen and (max-width:1280px) {
	.sidebar {
		width: 240px;
	}

	.sidebar-nav {
		height: calc(100% - 118px);
	}
}