﻿@charset "UTF-8";

@font-face {
	font-family: "Roboto";
	src: local(Roboto Thin), url("../fonts/Roboto-Thin.woff2") format("woff2"), url("../fonts/Roboto-Thin.woff") format("woff"), url("../fonts/Roboto-Thin.ttf") format("truetype");
	font-weight: 200
}

@font-face {
	font-family: "Roboto";
	src: local(Roboto Light), url("../fonts/Roboto-Light.woff2") format("woff2"), url("../fonts/Roboto-Light.woff") format("woff"), url("../fonts/Roboto-Light.ttf") format("truetype");
	font-weight: 300
}

@font-face {
	font-family: "Roboto";
	src: local(Roboto Regular), url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.ttf") format("truetype");
	font-weight: 400
}

@font-face {
	font-family: "Roboto";
	src: url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto-Medium.ttf") format("truetype");
	font-weight: 500
}

@font-face {
	font-family: "Roboto";
	src: url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.ttf") format("truetype");
	font-weight: 700
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}

::-webkit-input-placeholder {
	/* Edge */
	color: #ddd !important;
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #ddd !important;
}

::placeholder {
	color: #ddd !important;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance:none;
}

body {
	font-family: Roboto;
	font-size: 14px;
	background-color: #f8f9fa!important;
	color: #000!important;
}

.waiting {
	background: url(../images/circularanimation.gif) no-repeat center center; 
  background-size: cover;
	filter: opacity(0.1) grayscale(1);
	-webkit-filter: opacity(0.1) grayscale(1);
}

.gutter-sm {
	margin-left: -5px;
	margin-right: -5px;
}

.gutter-sm>.col,
.gutter-sm>[class*=col-] {
	padding-left: 5px;
	padding-right: 5px;
}

.shadow {
	box-shadow: 0 .5rem 0.75rem rgba(0, 0, 0, .05) !important;
}

a {
	color: #000;
	text-decoration: none;
}

a,
a:visited,
a:focus,
a:active,
:visited,
:focus,
:active,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: 0;
}

a:hover,
a:focus {
	text-decoration: none;
}

.btn, .input-group-text {
	border-radius: 0.5rem;
}

.btn {
	margin-bottom: 1rem;
	letter-spacing: -.025rem;
	box-shadow: 0 4px 7px -1px rgb(0 0 0 / 11%), 0 2px 4px -1px rgb(0 0 0 / 7%);
	background-size: 150%;
	background-position-x: 25%;
}
.navbar .btn {
	box-shadow: none;
	margin-bottom: 0;
}

.dropdown-item {
	width: 100%;
	padding: 10px 15px !important;
}

li.dropdown-item>a {
	display: block;
	box-sizing: content-box;
	padding: 12px 20px;
	margin: -12px -20px;
}

a.dropdown-item {
	color: #212529 !important;
}

a.dropdown-item.bg-primary,
.bg-primary a.dropdown-item,
.dropdown-item.bg-primary a,
a.dropdown-item.bg-primary:hover,
.bg-primary a.dropdown-item:hover,
.dropdown-item.bg-primary a:hover,
a.dropdown-item.bg-primary:active,
.bg-primary a.dropdown-item:active,
.dropdown-item.bg-primary a:active,
a.dropdown-item.bg-primary:focus,
.bg-primary a.dropdown-item:focus,
.dropdown-item.bg-primary a:focus,
a.dropdown-item.bg-primary *,
.bg-primary a.dropdown-item *,
.dropdown-item.bg-primary a *,
.dropdown-item.active,
.dropdown-item:active,
.dropdown-item.active *,
.dropdown-item:active * {
	color: #fff !important;
}

.tooltip {
	z-index: 5000;
	display: block !important;
}

table.dataTable {
	margin-bottom: 0 !important;
}

table.dataTable th.focus,
table.dataTable td.focus {
	outline: 2px solid #ef7000 !important;
	outline-offset: -1px;
}

.dataTables_scroll {
	clear: both;
}

.dataTables_scrollBody {
	*margin-top: -1px;
	-webkit-overflow-scrolling: touch;
}

.dataTables_scrollFoot {
	border-top: solid 1px #eee !important;
}

.dropdown-menu {
	border: medium none;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: none;
	float: left;
	font-size: 14px;
	left: 0;
	list-style: none outside none;
	padding: 0;
	position: absolute;
	text-shadow: none;
	top: 100%;
	z-index: 9998;
	border: 1px solid #D9DEE4;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.dropdown-menu-right {
	left: auto!important;
	right: 0;
}

.dropdown-menu>li>a {
	color: #5A738E;
}

.navbar-nav .open .dropdown-menu {
	position: absolute;
	background: #fff;
	margin-top: 0;
	border: 1px solid #D9DEE4;
	-webkit-box-shadow: none;
	right: 0;
	left: auto;
	width: 220px;
}

.form-control {
	border-radius: 0.5rem;
	font-size: 14px !important;
	height: calc(1.75em + 0.75rem + 2px);
	width: 100%;
}

.form-control:disabled,
.form-control[readonly] {
	background-color: #f8f9fa;
}

.form-horizontal .control-label {
	padding-top: 8px;
}

.form-control:focus {
	border-color: #CCD0D7;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.form-group label {
	margin-bottom: 0.25rem;
}

.modal {
	z-index: 4998;
}

.modal-backdrop {
	z-index: 4997;
}

.modal-title {
	margin: 0 !important;
}

.modal-content {
	border: none !important;
	box-shadow: 0 20px 40px rgb(0 0 0 / 50%);
}

/*.bootbox .modal-header {
  background-color: #3d202f !important;
  color: #fff;
}*/

.bootbox .modal-header .close {
	color: #fff;
}

@media (min-width: 768px) {
	.bootbox .modal-dialog {
		width: 420px;
	}
}

@media (min-width: 576px) {
	.bootbox .modal-dialog {
		max-width: 480px;
		margin: 1rem auto;
	}
}

.loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 5050;
}

.thecube {
	width: 48px;
	height: 48px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.thecube .cube {
	position: relative;
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}

.thecube .cube {
	float: left;
	width: 50%;
	height: 50%;
	position: relative;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.thecube .cube:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #2ba0c7;
	-webkit-animation: foldthecube 2.4s infinite linear both;
	animation: foldthecube 2.4s infinite linear both;
	-webkit-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}
.thecube .c2 {
	-webkit-transform: scale(1.1) rotateZ(90deg);
	transform: scale(1.1) rotateZ(90deg);
}
.thecube .c3 {
	-webkit-transform: scale(1.1) rotateZ(180deg);
	transform: scale(1.1) rotateZ(180deg);
}
.thecube .c4 {
	-webkit-transform: scale(1.1) rotateZ(270deg);
	transform: scale(1.1) rotateZ(270deg);
}
.thecube .c2:before {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
.thecube .c3:before {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}
.thecube .c4:before {
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
}
@keyframes foldthecube {
	0%, 10% {
		-webkit-transform: perspective(140px) rotateX(-180deg);
		transform: perspective(140px) rotateX(-180deg);
		opacity: 0;
 }
	25%, 75% {
		-webkit-transform: perspective(140px) rotateX(0deg);
		transform: perspective(140px) rotateX(0deg);
		opacity: 1;
 }
	90%, 100% {
		-webkit-transform: perspective(140px) rotateY(180deg);
		transform: perspective(140px) rotateY(180deg);
		opacity: 0;
 }
}

.fixed-action-btn {
	position: fixed;
	right: 23px;
	bottom: 23px;
	padding-top: 15px;
	margin-bottom: 0;
	z-index: 998;
}

.fixed-action-btn.horizontal {
	padding: 0 0 0 15px;
}

.btn-floating.btn-large {
	width: 56px;
	height: 56px;
	line-height: 56px;
	padding: 0 10px;
}

.btn-floating {
	display: inline-block;
	color: #fff;
	position: relative;
	overflow: hidden;
	z-index: 1;
	width: 40px;
	height: 40px;
	line-height: 40px;
	padding: 1px 5px;
	background-color: #26a69a;
	border-radius: 50%;
	transition: .3s;
	cursor: pointer;
	vertical-align: middle;
	box-shadow: 0 5px 10px rgb(0 0 0 / 25%), 0 2px 4px -1px rgb(0 0 0 / 7%);
}

.btn.btn-floating:hover, .btn.btn-floating:active, .btn.btn-floating:focus {
	color: inherit;
}

.fixed-action-btn.spin-close .btn-large {
  position: relative;
}
.fixed-action-btn.spin-close .btn-large i {
  opacity: 1;
  transition: transform 0.3s, opacity 0.3s;
}
.fixed-action-btn.spin-close .btn-large:before {
  transition: transform 0.3s, opacity 0.3s;
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.64rem;
  height: 2px;
  background: white;
  margin-top: -2px;
  margin-left: -0.82rem;
  transform: rotate(0);
  opacity: 0;
}
.fixed-action-btn.spin-close .btn-large:after {
  transition: transform 0.3s, opacity 0.3s;
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.64rem;
  height: 2px;
  background: white;
  margin-top: -2px;
  margin-left: -0.82rem;
  transform: rotate(0);
  opacity: 0;
}

.fixed-action-btn.spin-close.active .btn-large i {
  opacity: 0;
}
.fixed-action-btn.spin-close.active .btn-large:before {
  opacity: 1;
  transform: rotate(135deg);
}
.fixed-action-btn.spin-close.active .btn-large:after {
  opacity: 1;
  transform: rotate(405deg);
}

.fixed-action-btn ul {
	left: 0;
	right: 0;
	text-align: center;
	position: absolute;
	bottom: 64px;
	margin: 0;
	visibility: hidden;
}

.fixed-action-btn.horizontal ul {
	text-align: right;
	right: 64px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 100%;
	left: auto;
	width: 500px;
}

.fixed-action-btn ul li {
	margin-bottom: 15px;
}

.fixed-action-btn ul li a i.mdi:before, 
.fixed-action-btn ul li a i.mdi-set {
	line-height: 24px;
	width: 24px;
}

.fixed-action-btn.horizontal ul li {
	display: inline-block;
	margin: 10px 15px 0 0;
}

.fixed-action-btn ul a.btn-floating {
	opacity: 0;
	transform: scale(0, 0)  translate(300%, 0);
}

.fixed-action-btn.active ul a.btn-floating {
	transform: scale(1, 1)  translate(0, 0);
	opacity: 1;
}

#toast-container>div {
	-moz-border-radius: 0.5rem;
	-webkit-border-radius: 0.5rem;
	border-radius: 0.5rem;
	padding: 15px 15px 15px 50px!important;
}

#toast-container>:hover {
	-moz-box-shadow: 0 7.5px 15px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 7.5px 15px rgba(0, 0, 0, 0.15);
	box-shadow: 0 7.5px 15px rgba(0, 0, 0, 0.15);
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	filter: alpha(opacity=100);
	cursor: pointer
}

.bootstrap-select>.dropdown-toggle {
	border: 1px solid #ced4da;
}

.dropdown-menu {
	border: none;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.dropdown-item.active,
.dropdown-item:active {
	background-color: #2a1c5a;
	background: linear-gradient(to bottom right, #2a1c5a, #4b3a6e);
}

.table-sm td,
.table-sm th {
	padding: .5rem;
}

.dataTables_scrollHeadInner .table-borderless th,
.dataTables_scrollHeadInner .table-borderless thead th {
	border-bottom: solid 1px #dee2e6 !important;
}

.table-borderless tfoot td {
	border-top: solid 1px #dee2e6 !important;
	font-weight: 700;
}

.table-hover tbody tr[data-key]:hover {
	cursor: pointer;
}

.navbar-nav .dropdown-toggle::after {
	content: none;
}

#toast-container {
	margin-top: 0.75rem !important;
}

#toast-container>div {
	box-shadow: 0 10px 15px rgba(0, 0, 0, 0.5);
}

.custom-control-label {
	line-height: 1.2rem;
}

.custom-control-input~.custom-control-label::before {
	top: .1rem !important;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before,
.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
	/*color: #fff;
  border-color: #3d202f;
  background-color: #3d202f;*/
	border-radius: 3px;
}

.custom-control-input:focus~.custom-control-label::before {
	box-shadow: 0 0 0 0.2rem #afc8f0;
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
	background-color: #afc8f0;
	border-color: #afc8f0;
}

/*.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #3d202f;
}*/

.custom-control-label::after {
	top: .1rem;
	background: no-repeat 50%/70% 70%;
}

.bootbox.modal {
	z-index: 5000;
}

.bootbox.modal+.modal-backdrop {
	z-index: 4999;
}

.search-div {
	position: absolute;
	top: .65rem;
	width: 250px;
	transition: ease all 1s;
}

.search-div .search-close {
	position: absolute;
	top: 7px;
	right: 7px;
	display: none;
}

#search-link {
	display: none;
}

@media (max-width:767px) {
	.search-div {
		width: 0;
		left: 0;
		margin: 0 15px;
		display: none;
	}

	.search-div.show {
		display: block;
		width: calc(100% - 30px);
	}

	.search-div .search-close {
		display: inline-block;
	}

	.search-div:not(.show) #searchbox {
		width: 0;
	}

	/*#searchbox {
    display: none;
  }*/
	#searchbox.form-control {
		padding-right: 30px;
	}

	#search-link {
		display: inline;
	}
}

@media (min-width: 768px) {
	.search-div {
		left: 100%;
		margin-left: -300px;
	}
}

.modal.fade .modal-dialog {
	-webkit-transform: translate(0, 0)scale(.5) !important;
	transform: translate(0, 0)scale(.5);
}

.modal.fade.show .modal-dialog {
	-webkit-transform: translate(0, 0)scale(1) !important;
	transform: translate(0, 0)scale(1) !important;
}

.bootstrap-datetimepicker-widget table th,
.bootstrap-datetimepicker-widget table td.day {
	height: 30px;
	line-height: 30px;
	width: 30px;
}

input-group-append .btn,
.input-group-prepend .btn {
	height: 35px !important;
}

.btn-group>.dropdown-menu {
	min-width: initial;
}

.btn-group>.dropdown-menu>.dropdown-item {
	white-space: nowrap;
}

.list-group-item { 
	line-height: 1rem;
}

.list-group-item.list-group-item-action {
	transition: all ease 0.3s;
}

.list-group-item.list-group-item-action:hover {
	background-color: rgba(0, 0, 0, 0.05) !important;
}

.vh-100 {
	height: 100vh !important;
}

.login-box {
	min-width: 320px;
	max-width: 360px;
	padding: 0.5rem;
}

.btn-icon {
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 50%;
	border: solid 1px #ddd;
	padding: 0;
}

.btn-icon i.mdi:before {
	line-height: 2.5rem!important;
	width: 100%;
	font-size: 20px;
	text-align: center;
}

.sidebar {
	width: 250px;
	height: 100vh;
	position: fixed;
	top: 0;
	left: -255px;
	z-index: 999;
	background: #fff;
	color: #333;
	transition: all .3s;
	text-align: left;
	border: none;
	z-index: 5001;
}

.sidebar ul li a {
	display: block;
	padding: 10px 20px;
	border: 0;
	color: #000;
}

.sidebar .logo {
	padding: 15px;
	border-bottom: 1px solid #eee;
	transition: all .3s;
}

.sidebar .logo a img:first-child {
	max-height: 60px;
}

.dismiss {
	width: 35px;
	height: 35px;
	position: absolute;
	top: 10px;
	right: 10px;
	transition: all .3s;
	background: #fff;
	border-radius: 4px;
	text-align: center;
	line-height: 35px;
	cursor: pointer;
}

.sidebar.active {
	left: 0;
	box-shadow: 3px 3px 3px rgb(51 51 51 / 50%);
}

.sidebar ul.menu-elements {
	padding: 10px 0;
	border-bottom: 1px solid #eee;
	transition: all .3s;
}

.overlay.active {
	display: block;
	opacity: 1;
}
.overlay {
	display: none;
	position: fixed;
	width: 100vw;
	height: 100vh;
	background: rgba(51, 51, 51, 0.7);
	z-index: 5000;
	opacity: 0;
	transition: all .5s ease-in-out;
}

.nav-pills .nav-link {
	line-height: 1.25rem;
	border-radius: 0.5rem;
}

.translucent {
	background-color: rgba(255,255,255,0.75)!important;
	border-color: rgba(255,255,255,0.5);
	border-style: solid;
	border-width: 0;
}

.translucent::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	backdrop-filter: blur(7px);
	z-index: -1;
}

#bottomnav .nav-link.active, #bottomnav .show>.nav-link {
	background-color: rgba(0, 0, 0, 0.75)!important;
	background-image: none!important;
}

#topnav {
	text-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
	/* border-bottom: solid 1px rgba(255,255,255,0.5); */
}

#bottomnav + .row > div > .tab-content {
	margin: 54px auto 60px;
	padding: 1rem;
}

.btn:not([class*=btn-outline-]) {
	border: 0;
}
.bg-gradient-primary {
	background-image: linear-gradient(310deg,#7928ca,#ff0080);
}

.card {
	display: block;
	border-radius: 0.75rem;
	margin-bottom: 1.5rem;
	border: none;
}

.card>.list-group:last-child {
	border-bottom-width: 0; 
	border-bottom-right-radius: calc(0.75rem - 1px); 
	border-bottom-left-radius: calc(0.75rem - 1px);
}

.card>.list-group:first-child {
	border-top-width: 0;
	border-top-left-radius: calc(0.75rem - 1px);
	border-top-right-radius: calc(0.75rem - 1px);
}

.circle {
	height: 0;
	width: 100%;
	padding-bottom: 100%;
	border-radius: 50%;
	border: solid 1px #eee;
}

canvas {
	width: 100%;
	min-height: 160px;
}

.stocks-carousel { 
	width: calc(100% + 2rem);
}

.stocks-carousel .owl-stage{
	left:-15px;
	display: flex;
	flex-direction: row;
	align-items: stretch;
}

.stocks-carousel .owl-item {
	display: inline-flex;
	flex: 1 0 auto;
}

@media (min-width: 768px) {
	#arrivals, #deliveries {
		height: 100%;
	}
}

.list-group-item h6 + span {
	opacity: 0.75;
}

.tab-pane > .card > .list-group > .list-group-item {
	padding: 1rem 1.25rem;
}
img.logo {
	max-height: 60px;
}

.gradient-text {
	background: -webkit-linear-gradient(#eee, #333);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
