
body {
    font-size: 15px; 
	background: #f6f6f6; 
	font-family: 'Nunito Sans', sans-serif;
}
table thead {
    background-color: #f6f6f6;
    border-bottom: 1px solid #E9ECEF;
} 
table thead th {
    font-weight: 600;
    color: #212B36;
    padding: 10px;
	background: none !important;
} 
.table tbody tr td {
    padding: 10px;
    font-weight: 500;
    border-bottom: 1px solid #E9ECEF;
    vertical-align: middle;
}
.btn-link, .btn-link:hover, 
a, a:hover, a:focus {
    color: #d8262c;
    text-decoration: none;
    transition: all 0.3s;
    outline: none; 
	
} 
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
button:hover, button:focus {
    outline: none;
}
.btn-primary {
    background-color: rgba(216,38,44,1.00);
    border-color: rgba(216,38,44,1.00);
}
.btn-primary:hover {
    color: #fff;
    background-color: rgba(216,38,44,0.7);
    border-color: rgba(216,38,44,0.7);
}
.btn-primary.focus, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(216,38,44,.5);
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    background-color: rgba(216,38,44,1.00);
    border-color: rgba(216,38,44,1.00);
}
.btn-info {
    background-color: rgba(55,55,55,1.00);
    border-color: rgba(55,55,55,1.00);
}
.btn-info:hover {
    color: #fff;
    background-color: rgba(55,55,55,0.7);
    border-color: rgba(55,55,55,0.7);
}
.btn-info.focus, .btn-info:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(55,55,55,.5);
}
.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show>.btn-info.dropdown-toggle {
    background-color: rgba(55,55,55,1.00);
    border-color: rgba(55,55,55,1.00);
}
a.submit_sort {
    color: #d8262c;
}
h1 {
	font-weight: normal;
	font-size: 40px; 
	margin-bottom: 0;
}
@media (max-width: 767px) {
	h1 {
		font-size: 27px;
	}
}

h2 {
	font-weight: normal;
	font-size: 30px;
}
@media (max-width: 767px) {
	h2 {
		font-size: 23px;
	}
}

h3 {
	font-weight: normal;
	font-size: 24px;
}
@media (max-width: 1023px) {
h3 {
	font-size: 20px;
}
}
@media (max-width: 767px) {
h3 {
	font-size: 16px;
}
}

h4 {
	font-weight: normal;
	font-size: 21px;
}
@media (max-width: 1023px) {
h4 {
	font-size: 18px;
}
}
@media (max-width: 767px) {
h4 {
	font-size: 18px;
}
}

h5 {
	font-weight: normal;
	font-size: 19px;
}
@media (max-width: 1023px) {
h5 {
	font-size: 18px;
}
}

h6 {
	font-weight: normal;
	font-size: 18px;
}
@media (max-width: 1023px) {
h6 {
	font-size: 16px;
}
}

.navbar {
    margin-bottom: 30px;
}
.navbar-dark .navbar-nav .nav-link {
    color: #f6f6f6;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #d8262c;
} 
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    color: #d8262c;
}
.bg-light {
    background: #fff !important;
}
.bg-dark {
    background: #222 !important;
}
.bg-dark .dropdown-menu {
    background: #333;
}
.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}
.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}
i, span {
    display: inline-block;
}
section {
    margin-bottom: 20px;
}
form {
    margin-bottom: 20px;
}
.selection {
    display: block;
}
.select2-container .select2-selection--single {
    width: 100%;
}
.select2-container .select2-selection--single, .select2-container--default .select2-selection--single .select2-selection__rendered, .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px !important;
    line-height: 38px !important;
}
.select2-container {
    height: 38px !important;
}
/* ---------------------------------------------------
    LOAD DETAIL PAGES
----------------------------------------------------- */
#load-detail h3 {
	margin-bottom: 30px;
}

/* ---------------------------------------------------
    TAB CUSTOMIZE
----------------------------------------------------- */
.tab-content {
    padding: 40px;
    border: 1px solid #dee2e6;
    border-top: transparent; 
	background: #fff;
}
.nav-tabs .nav-link {
    font-size: 17px;
    font-weight: 700;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #d8262c
}
/* ---------------------------------------------------
    LOGIN STYLE
----------------------------------------------------- */

#login {
    width: 100%;
    background: #f6f6f6;
    display: block;
    height: 100vh;
}
#login .content {
    padding: 100px 30px 60px;
    width: 100%;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
}
#login .logo {
    text-align: center;
    margin-bottom: 20px;
}
#login .content h1 {
    margin: 0px 0px 20px;
    font-size: 18px;
    text-align: center;
}
.input-group-prepend {
    min-width: 44px;
}
.hide {
    display: none;
}
/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    align-items: stretch;
} 
#sidebar { 
    margin-top: 0;
    z-index: 1001;
    min-width: 250px;
    max-width: 250px;
    background: #fff;
    color: #fff;
    border-right: 1px solid transparent;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-right: 1px solid #E8EBED;
}
#sidebar.active {
    min-width: 80px;
    max-width: 80px;
    text-align: center;
}
#sidebar.active .CTAs {
    display: none;
}
#sidebar.active .sidebar-header h1 a {
    display: block;
}
#sidebar.active .sidebar-header strong {
    display: none;
} 
#sidebar ul li a {
    text-align: left;
}
#sidebar.active ul li a {
    padding: 20px 10px;
    text-align: center;
    font-size: 0.85em; 
	color: #333;
}
#sidebar.active ul li a i {
    margin-right: 0;
    display: block;
    font-size: 1.8em;
    margin-bottom: 5px;
}
#sidebar.active ul ul a {
    padding: 10px !important;
}
#sidebar.active .dropdown-toggle::after {
    top: auto;
    bottom: 10px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}
#sidebar .sidebar-header {
    padding: 20px;
	border-bottom: 1px solid #E8EBED;
}
#sidebar .sidebar-header strong {
    display: block;
    font-size: 1.2vw;
    text-align: center;
}
#sidebar ul.components {
    padding: 20px 0;
}
#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block; 
	color: #333;
}
#sidebar ul li a:hover {
    color: #d8262c;
    background: #f6f6f6;
}
#sidebar ul li a i {
    margin-right: 10px;
    min-width: 22px;
    text-align: center;
}
#sidebar ul li.active>a, 
#sidebar ul li a[aria-expanded="true"] {
    color: #d8262c;
    background: #FAFBFE;
}
nav#sidebar a[data-toggle="collapse"] {
    position: relative;
}
nav#sidebar .dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
nav#sidebar ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #FAFBFE;
}
nav#sidebar ul.CTAs {
    padding: 20px;
}
nav#sidebar ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}
nav#sidebar a.download {
    background: #fff;
    color: #222222;
}
nav#sidebar a.article, nav#sidebar a.article:hover {
    background: #333333 !important;
    color: #fff !important;
} 
#sidebar ul li a i.fa-caret-down {
	font-size: 13px;
} 
/* ---------------------------------------------------
    HEADER STYLE
----------------------------------------------------- */
header {
    background: #FF9F43;
    background: #fff;
    border-bottom: 1px solid #DEE2E6;
    height: 80px; 
	margin-left: -15px;
    margin-right: -15px;
    margin-top: -15px;
    margin-bottom: 30px;
} 
.user-info {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0 30px 0 0;
} 
.user-info .user-letter {
    background: #FAFBFE;
    color: #000;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    justify-content: center;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 20px;
    margin-right: 10px;
    border: 1px solid #c6c6c6;
    overflow: hidden;
} 
.user-info .user-name {
    font-size: 15px;
    font-weight: 600;
    color: #1B2950;
    display: flex;
    align-items: center; position: relative;
}  
#userstatus {
	border: 2px solid #fff;
    height: 10px;
    width: 10px;
    margin: 0;
    position: absolute;
    border-radius: 50%;
    display: inline-block;
    background: #c6c6c6;
    bottom: 0px;
    top: -4px;
    left: -17px;
} 
.online {
	background: #28C76F !important;
}
.user-info .user-role {
    display: block;
    color: #67748E;
    font-size: 12px;
} 
.user-dropdown::after {
	display: none;
}
.user-info::after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 0;
    border-left: 0;
    border-right: 2px solid #1B2950;
    border-bottom: 2px solid #1B2950;
    border-radius: 1px;
    transform: rotate(45deg);
    transition: all 0.5s;
    top: 8px;
    position: absolute;
    right: 12px;
} 
header .dropdown-menu {
	background: #f6f6f6; 
	border-radius: 0;
} 
.navbar-expand-lg .navbar-nav {
	align-items: center;
    justify-content: center;
} 
.navbar-nav .nav-item-box > a span {
    background: #FAFBFE;
    border-radius: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative; 
	font-size: 22px;
} 
.navbar-nav .nav-item-box > a {
	position: relative; 
	padding-left: 3px !important;
	padding-right: 3px !important;
} 
.navbar-light .navbar-nav .active .nav-link {
	color: #d8262c;
} 
.no-arrow:after {
    content: none !important;
} 
header .navbar-toggler {
    border: none; 
	box-shadow: none !important;
}
/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
}
span.quantity {
	font-weight: bold;
}
span.quantity:before {
	content: '(';
}
span.quantity:after {
	content: ')';
} 
.extra {
    margin-left: 5px;
} 
.admin-edit li {
	display: inline-block; 
	margin: 0 5px;
} 
.admin-edit {
	text-align: center;
}
.admin-edit li a {
	background: #FAFBFE;
    border-radius: 10px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
} 
.inventry-widget, 
.inventry-widget .inventry-widgetimg span {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 
	align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center; 
} 
.inventry-widget .inventry-widgetimg span {
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
} 
.inventry-widget .inventry-widgetimg span i {
	color: #d8262c; 
	font-size: 24px;
}
.inventry-widget {
    background: #fff;
    margin-bottom: 25px;
    border-radius: 6px;
    padding: 20px;
    border: 1px solid #E8EBED;
} 
.inventry-widget .inventry-widgetimg span {
    width: 48px;
    height: 48px;
    border-radius: 50px; 
	background: #f6f6f6; 
	padding: 5px;
} 
.inventry-widget .inventry-widgetimg span img {
	max-width: 100%;
}
.inventry-widget .inventry-widgetcontent {
    margin-left: 20px;
} 
.inventry-widget .inventry-widgetcontent h5 {
    color: #212B36;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 5px;
} 
.inventry-widget .inventry-widgetcontent h6 {
    font-weight: 400;
    font-size: 14px;
    color: #d8262c;
} 
.widget-count { 
	display: -webkit-box;x
    display: -ms-flexbox;
    display: flex;
	justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
}
.widget-count {
    background: #d8262c;
    color: #fff;
    width: 100%;
    border-radius: 6px;
    margin: 0 0 25px;
    padding: 20px;
} 
.widget-light {
	background: #fff; 
	color: #333; 
	border: 1px solid #E8EBED;
}
.widget-count h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
} 
.widget-light h5 {
    color: #d8262c;
} 
.widget-count a {
    color: #fff;
} 
.widget-count.widget-light a {
    color: #d8262c; 
}
.widget-count .widget-imgs {
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
} 
.widget-count .widget-imgs svg {
    width: 50px;
    height: 50px;
} 
#iventry-wrap h4 {
	line-height: 38px;
}
ul.nav-inventry {
    float: right;
}
ul.nav-inventry li {
    display: inline-block;
} 
ul.nav-inventry li a {
	font-size: 14px;
}
.table-responsive {
    width: 100%;
} 
.navbar-nav .nav-item-box > a .badge {
    color: #fff;
    font-weight: 700;
    position: absolute;
    top: -7px;
    right: -7px;
    background: #d8262c;
    width: 20px;
    height: 20px;
    font-size: 10px;
    border: 2px solid #fff;
} 
.modal {
	background: rgba(0, 0, 0, 0.85);
}
.modal-content {
	background: #f6f6f6;
} 
.packages .card {
	overflow: hidden;
}
.package-title {
	display: flex; 
	font-weight: 700;
	border-bottom: 1px solid #c6c6c6; 
	margin-bottom: 0; 
    padding: 10px; 
	padding-left: 30px;
    font-size: 18px; 
	background: #d8262c;
    color: #fff;
} 
.package-title div:last-child {
	text-align: right;
} 
.packages .card-body div {
	display: flex; 
	border-bottom: 1px solid #c6c6c6;
    padding: 5px;
} 
.packages .card-body div:last-child {
	border: none;
} 
.package-title div, 
.packages .card-body span {
    flex-grow: 2;
	flex-basis: 0;
} 

.menu-edit-pkg {
	position: absolute;
    top: 12px;
    left: 10px; 
	color: #fff;
} 
.fancy-tab li a {
	text-align: center; 
	color: #d8262c;
} 
.fancy-tab .nav-item.show .nav-link, .fancy-tab .nav-link.active {
    border-top: 3px solid #d8262c;
}
.fancy-tab li a span {
	display: block;
    text-align: center;
    font-size: 20px;
} 
.nav-link:focus, .nav-link:hover {
	color: #d8262c;
}
/* ---------------------------------------------------
    LIVE EDIT TABLE
----------------------------------------------------- */
.table.user-select-none {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.tabledit-edit-button.btn {
    color: #999;
}
.tabledit-edit-button.btn:hover, .tabledit-edit-button.btn:focus, .tabledit-edit-button.btn:active {
    color: #000;
}

/* ---------------------------------------------------
    INPUTS
----------------------------------------------------- */
.datetimepicker table {
    font-size: 14px;
} 
.form-check-input:checked {
	background-color: #d8262c; 
	border-color: #d8262c;
} 
.form-check-input:focus { 
	background-color: #D8262C; 
	border-color: #D8262C;
} 
input:focus, input:hover{
	box-shadow: 0 0 0 0.25rem rgba(216,38,44,.25);
}
/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
.navbar-light .navbar-nav .nav-link {
    line-height: 40px;
    color: rgb(0, 0, 0);
    padding: 20px;
} 
.navbar-light .navbar-nav .nav-link.user-dropdown {
    line-height: 20px;
} 
.navbar-light .navbar-nav .dropdown-menu .nav-link {
    line-height: 100%;
    padding: 10px;
}

@media (max-width: 992px) { 
	header {
		height: 52px;
	} 
.navbar-expand-lg .navbar-nav {
	align-items: start;
    justify-content: start;
} 
#sidebar {
    display: none !important;
} 
.mobile_title {
    color: #fff;
    display: block;
    text-align: center;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 400;
}
.mobile_title span {
	display: inline-block;
    vertical-align: middle;
}
.mobile_title img {
	max-width: 160px;
} 
header .navbar-collapse {
	background: #fff; 
	z-index: 999;
}
header .navbar-collapse ul.navbar-nav {
	padding: 20px;
	border-top: 1px solid #c6c6c6;
	margin-top: 20px;
}
header .navbar-collapse ul.navbar-nav .dropdown-menu {
    padding: 0 1em;
}
#sidebar {
    min-width: 80px;
    max-width: 80px;
    text-align: center;
    margin-left: -80px !important;
}
.dropdown-toggle::after {
    top: auto;
    bottom: 10px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}
#sidebar.active {
    margin-left: 0 !important;
}
#sidebar .CTAs {
    display: none;
}
#sidebar .sidebar-header strong {
    display: block;
}
#sidebar ul li a {
    padding: 20px 10px;
}
#sidebar ul li a span {
    font-size: 0.85em;
}
#sidebar ul li a i {
    margin-right: 0;
    display: block;
}
#sidebar ul ul a {
    padding: 10px !important;
}
#sidebar ul li a i {
    font-size: 1.3em;
}
#sidebar {
    margin-left: 0;
}
#sidebarCollapse span {
    display: none;
} 
.search-mobile {
	font-size: 20px;
	padding: 0 10px;
	line-height: 34px;
} 
.navbar-light .navbar-nav .nav-link {
    padding: 10px; 
	color: #000;
}
.navbar-light .navbar-nav .nav-link:hover {
	color: #d8262c;
}
.navbar-light .navbar-nav .nav-link.user-dropdown {
    line-height: 20px;
} 
.navbar-light .navbar-nav .dropdown-menu .nav-link {
	padding: 10px; 
	line-height: 100%;
}
.navbar-dark .navbar-nav .nav-link {
    border-left: 1px solid #666;
    padding: 20px;
}
header .dropdown-menu {
    background: none;
    border-radius: 0;
    border: none;
    margin-left: 20px;
} 
.hide_mobile {
	display: none;
} 
.hide-desktop {
	display: block !important;
}
} 
.hide-desktop {
	display: none;
}

/* ---------------------------------------------------
    Customize Bootstrap Content
----------------------------------------------------- */
.card .card-body .card-title {
    font-size: 18px;
    font-weight: 700;
    color: #212B36;
    margin: 0 0 10px;
} 

/* ---------------------------------------------------
    PAGGINATION
----------------------------------------------------- */
.pagination a {
	color: #fff;
}
.pagination .page-link {
    background-color: #000;
    border: 1px solid #666;
} 
.pagination .page-item.active .page-link {
    background-color: #d8262c;
    border-color: #d8262c;
} 
.pagination a:hover {
	color: #d8262c;
}