/* Generic Styling */
* {
	margin: 0;
	padding: 0;
}
body {
    background: #000; /* Dark Mode */
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: left;
}
img,
fieldset{
	border: 0;
}
label {
	margin: 5px 5px 0 0;
	float: left;
	width: 100px;
	font-size: 1em;
}
input,
select,
textarea {
	padding: 0;
    border: none;
    border-top: 1px solid #404043;
    border-bottom: 1px solid #404043;
	border-radius: 30px;
	background: #2C2C2E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFF;
	-webkit-appearance: none;
	-webkit-border-radius: 30px;
}
select {
	width: 254px;
	background: #2C2C2E url(../images/layout/drop-dark@2x.png) no-repeat;
	background-position: 95% 50%;
	background-size: 7px 6px;
}
#sub-nav select:focus {
    outline: 0;
}
input[type=date] {
	border: none;
	width: 90px;
	height: 14px;
	background: #1C1C1E;
	color: #808080;
	text-align: left;
}
input[type=date]::-webkit-date-and-time-value {
    text-align: left !important;
}
input[type=number] {
	width: 50px;
}
input[type=number]::-webkit-inner-spin-button { 
	-webkit-appearance: none;
}
input[type=checkbox] {
	display: none;
}
input[type=checkbox]:checked + label,
.font-red input[type=checkbox]:checked + label  {
    border-radius: 5px;
}
input[type=checkbox]:checked + label  {
	background: #0091FF;
	color: #FFF;
}
.font-red input[type=checkbox]:checked + label  {
	background: #FE4F79;
	color: #FFF;
}
input[type=submit] {
	width: auto;
	font-weight: bold;
}
ul {
	list-style: none;
}
a {
	color: #0091FF;
	text-decoration: none;
	cursor: pointer
}

/* 
Original Color
Blue    0091FF
Purple  6B5DFF
Yellow  F5BA20
Orange  FF9230
Red     FF4245
Green   63DA37

Latest Color
Blue    0091FF
Purple  D57FF5
Yellow  FFD50A
Orange  FF9F0A
Red     FE4F79
Green   30D15B
*/

/* Layout */
#wrapper {
	position: relative;
	width: 100%;
	min-width: 1024px;
	font-size: 0.75em;
	text-align: left;
}
#nav-bg {
	position: fixed;
	top: 0;
	width: 100%;
	height: 80px;
    backdrop-filter: blur(5px);
    mask: linear-gradient(black, transparent);
    z-index: 1;
}
#nav {
    margin: 0 auto;
	padding: 3px 5px 3px;
    border-top: 1px solid #383838;
    border-bottom: 1px solid #383838;
	border-radius: 30px;
	position: fixed;
	top: 28px;
    left: 50%;
	width: 800px;
	height: 35px;
	background: #30303080;
	list-style: none;
	font-size: 0.95em;
	font-weight: bold;
	text-transform: uppercase;
	backdrop-filter: blur(5px);
	transform: translate(-50%, -50%);
	z-index: 100;
}
#nav li {
	margin-right: 16px;
	float: left;
	height: 35px;
}
#nav a,
#modal-nav a {
	padding: 10px 10px 0;
	display: block;
	height: 25px;
	color: #FFF;
}
#nav a:hover,
#modal-nav a:hover {
    margin-top: -1px;
    border-top: 1px solid #383838;
    border-bottom: 1px solid #383838;
	border-radius: 30px;
	background: #303030BF;
}
#n-logout {
	margin: 0 !important;
	position: absolute;
	top: 13px;
	right: 18px;
}
#n-logout a {
    padding: 0 !important;
	display: inline !important;
}
#n-logout a:hover {
    padding: 0 !important;
    border: none !important;
	display: inline !important;
	background: none !important;
}
.n-active,
.n-active:hover,
.modal-nav-active,
.modal-nav-active:hover {
    border-radius: 30px !important;
    height: 25px;
	background: #58585880 !important;
	color: #F5BA20 !important;
}
#banner {
	margin: 0 18px;
	height: 25px;
}
#sub-nav {
	margin: 49px 18px 15px;
	border-radius: 30px;
	width: auto;
	height: 36px;
	background: #121212;
}
#sub-nav li {
    margin-right: 16px;
	padding: 9px 20px 13px;
	display: block;
	float: left;
	width: auto;
	height: 14px;
	position: relative;
}
#sub-nav select {
	padding-right: 20px;
	border: none;
	width: auto;
	background: #121212;
	background-position: 98% 50%;
	background-size: 7px 6px;
}
#sub-nav li a {
	color: #9C9CA3;
}
.sn-active {
    border-top: 1px solid #565656 !important;
    border-bottom: 1px solid #565656 !important;
	border-radius: 30px;
	height: 12px !important;
	background: #343434 !important;
}
.sn-active select {
	background: #343434 url(../images/layout/drop-dark@2x.png) no-repeat !important;
	background-position: 98% 50% !important;
	background-size: 7px 6px !important;
}
.sn-active a,
.sn-active select {
    color: #F4F4F4 !important;
    font-weight: bold;
}
.badge {
	padding: 5px;
	border-radius: 30px;
	position: absolute;
	top: -10px;
	right: -10px;
	min-width: 14px;
	background: #FF4245;
	color: #FFF;
	font-size: 0.8em;
	text-align: center;
}
#statusbar {
	margin-bottom: 20px;
	width: auto;
    height: 16px;
	overflow: hidden;
	color: #FFF;
}
#statusbar ul {
	padding-right: 18px;
	height: 16px;
	list-style: none;
	font-weight: bold;
}
#statusbar li {
    margin-left: 8px;
	padding: 1px 20px 0;
	border-radius: 30px;
	display: block;
	float: right;
	width: auto;
	height: 15px;
	position: relative;
}
#statusbar span {
    display: block;
    height: 16px;
}
.status-purple {
	background-color: #D57FF5;
}
.status-orange {
	background-color: #FF9F0A;
}
.status-green {
	background-color: #30D15B;
}
.status-red {
	background-color: #FE4F79;
}
#content {
    margin: 0 18px;
	padding-bottom: 111px;
    background: #000; /* Dark Mode */
    white-space: nowrap;
}
#content input,
#content select,
#content textarea {
	padding: 4px 7px;
}
#taskbar {
	padding: 12px 0 0;
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 56px;
	font-weight: bold;
	list-style: none;
}
#taskbar:before {
    width: 100%;
    height: 80px;
    position: absolute;
    bottom: 0;
    left: 0;
    backdrop-filter: blur(5px);
    mask: linear-gradient(transparent, black);
    z-index: -1;
    content: "";
}
#taskbar li {
	display: block;
	float: left;
	position: relative;
}

/* Modal Styling */
#modal-wrapper {
	position: relative;
	width: 100%;
    background: #1C1C1E; /* Dark Mode */
	font-size: 0.75em;
	text-align: left;
}
#modal-header-bg {
    position: fixed;
	position: -webkit-sticky;
	top: 0;
	width: 100%;
	height: 80px;
    backdrop-filter: blur(5px);
    mask: linear-gradient(black, transparent);
    z-index: 1;
}
#modal-header {
    margin: -80px 18px 0;
	padding-top: 24px;
	height: 43px;
	position: fixed;
	position: -webkit-sticky;
	top: 0;
	z-index: 100;
}
#modal-header h1 {
	position: absolute;
	top: 35px;
	left: 0;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	z-index: 100;
}
#modal-nav {
    padding: 3px 5px 3px;
    border-top: 1px solid #383838;
    border-bottom: 1px solid #383838;
	border-radius: 30px;
	height: 35px;
	position: absolute;
	right: 0;
	background: #30303080;
	list-style: none;
	font-size: 0.95em;
	font-weight: bold;
	text-transform: uppercase;
	backdrop-filter: blur(5px);
	z-index: 100;
}
#modal-nav li {
    margin-right: 16px;
    float: left;
	height: 35px;
}
#modal-nav li:last-child {
    margin-right: 0;
}
#modal-nav li a {
	padding: 10px 10px 0;
	display: block;
	height: 25px;
	color: #FFF;
}
.modal-nav-active,
.modal-nav-active a {
	border-radius: 30px;
}
.modal-nav-active {
	background: #58585880;
}
.modal-nav-active a {
	color: #F5BA20 !important;
}
#modal-wrapper #banner {
	border-bottom: 1px solid #404043;
}
#modal-wrapper #content {
	padding-bottom: 43px;
	min-height: 350px;
    background: #1C1C1E; /* Dark Mode */
}
#modal-wrapper #content div {
	padding-top: 9px;
	border-bottom: 1px solid #404043;
	height: 34px;
    background: #1C1C1E; /* Dark Mode */
}
#modal-wrapper #content div label,
#modal-wrapper #content div span {
	margin-top: 3px;
	display: block;
}
#modal-wrapper table {
	margin-top: 43px;
	border-top: 3px solid #18181A !important;
    background: #1C1C1E; /* Dark Mode */
}
#nyroModalContent {
    border-radius: 30px;
    background: #1C1C1E; /* Dark Mode */
}
#modal-wrapper #taskbar {
	position: -webkit-sticky;
	height: 56px;
}

/* Table Styling */
#content table th,
#content table tr,
#content table td {
	height: 43px;
}
#content table th,
#content table td {
	border-bottom: 1px solid #404043;
}
#content table th:first-child,
#content table td:first-child {
	padding-left: 0;
}
#content table th:last-child,
#content table td:last-child {
	padding-right: 20px;
}
.font-purple {
	color: #D57FF5 !important;
}
.font-orange {
	color: #FF9F0A !important;
}
.font-green {
	color: #30D15B !important;
}
.font-red {
	color: #FE4F79 !important;
}
.font-bold {
	font-weight: bold !important;
}

/* Content Ul Table */
#content-panel {
	color: #808080;
	width: 100%;
}
#content-panel li {
	padding: 15px 0;
	border-bottom: 1px solid #2A2A2C;
	position: relative;
	display: block;
	float: left;
	width: 100%;
}
#content-panel ul li {
	margin-right: 32px;
	padding: 0;
	border: none;
	display: block;
	width: 230px;
}
#content-panel ul li:first-child {
	margin-right: 32px;
}
#content-panel ul li:last-child {
	margin-right: 18px;
}
#content-panel .parent-panel {
    padding: 18px 0 0 18px;
    border-top: 1px solid #383838;
    border-bottom: 1px solid #383838;
    border-radius: 30px;
	width: 158px;
	height: 158px;
	background: #181818 linear-gradient(45deg, #3A3A3A, #3A3A3A) left no-repeat;
    background-size: 10px 100%;
}
.parent-panel:has(h2.font-red),
.parent-panel:has(p.font-red) {
    background-image: linear-gradient(to top, #FE4F79, #FE4F79) !important;
}
.store-panel-backdrop {
    background-image: linear-gradient(to top, #D57FF5, #D57FF5) !important;
}
.store-panel-backdrop.in-transit-panel-backdrop {
    background-image: linear-gradient(to top, #D57FF5, #30D15B) !important;
}
.store-panel-backdrop.on-hold-panel-backdrop {
    background-image: linear-gradient(to top, #D57FF5, #FE4F79) !important;
}
.warehouse-panel-backdrop {
    background-image: linear-gradient(to top, #FF9F0A, #FF9F0A) !important;
}
.warehouse-panel-backdrop.in-transit-panel-backdrop {
    background-image: linear-gradient(to top, #FF9F0A, #30D15B) !important;
}
.warehouse-panel-backdrop.in-transit-panel-backdrop.on-hold-panel-backdrop {
    background-image: linear-gradient(to top, #FF9F0A, #30D15B, #FE4F79) !important;
}
.warehouse-panel-backdrop.on-hold-panel-backdrop {
    background-image: linear-gradient(to top, #FF9F0A, #FE4F79) !important;
}
.in-transit-panel-backdrop {
    background-image: linear-gradient(to top, #30D15B, #30D15B) !important;
}
.in-transit-panel-backdrop.on-hold-panel-backdrop {
    background-image: linear-gradient(to top, #30D15B, #FE4F79) !important;
}
#content-panel .parent-panel p {
	position: absolute;
	bottom: 18px;
	right: 18px;
	text-align: right;
	line-height: 20px;
}
#content-panel .parent-panel p span {
	display: block;
	color: #FFF;
	font-size: 2.5em;
	text-align: right;
}
#content-panel .parent-panel label {
	margin: 0;
	float: none;
	width: auto;
}
#content-panel ul ul li {
	margin: 5px 0 0 10px;
	padding: 5px 0 0 0;
	border-top: 1px solid #2A2A2C;
	width: 220px;
	height: auto;
}
#content-panel ul ul li:first-child {
	border-top: 1px solid #000;
}
.product-panel .parent-panel,
.due-panel .parent-panel {
	width: 158px !important;
}
.product-panel ul li,
.due-panel ul li {
	width: 495px !important;
}
.product-panel ul ul li,
.due-panel ul ul li {
	width: 485px !important;
}
#content-panel h1 {
	margin: 0 18px 2px 0;
	color: #0091FF;
	font-size: 1.2em;
	font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#content-panel h2 {
	margin: 0 18px 2px 0;
	font-size: 1em;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#content-panel h3,
#content-panel h4 {
	height: 12px;
	font-size: 0.9em;
}
#content-panel h3 {
	margin-left: 10px;
	padding: 1px 0 3px 10px;
    border-radius: 30px;
    background-color: #3A3A3A;
    height: 12px;
    color: #FFF;
}
#content-panel h4 {
	margin-bottom: 30px;
	color: #FFF;
}
.product-panel h4 {
	margin-bottom: 15px;
}
#content-panel h3 span,
#content-panel h4 span {
	position: absolute;
	top: 2px;
	right: 10px;
	font-weight: normal;
	text-align: right;
}
#content-panel h4 span {
    top: 5px;
    right: 0;
	color: #969696;
}
#content-panel p {
	margin-bottom: 2px;
	font-size: 0.9em;
}
#content-panel ul ul li p {
	height: 12px;
}
.parent-panel span {
	margin-bottom: 2px;
}
#content-panel .child-panel-quantity {
	position: absolute;
	bottom: -3px;
	right: 0;
	height: auto;
	font-size: 1.5em;
	color: #FFF !important;
}
#content-panel .child-panel-quantity span {
	color: #969696;
	font-size: 0.6em;
}
#content-panel a::after {
    content: " >";
    line-height: 1.2em;
    vertical-align: bottom;
}
#content-panel #store-panel a,
#content-panel #warehouse-panel a,
#content-panel #in-transit-panel a,
#content-panel #on-hold-panel a,
#content-panel #order-history-panel a {
	color: #FFF;
}
#store-panel li:first-child {
	border-top: 1px solid #000;
}
#store-panel h3 {
	background-color: #D57FF5;
}
#warehouse-panel li:first-child {
	border-top: 1px solid #000;
}
#warehouse-panel h3 {
	background-color: #FF9F0A;
}
#in-transit-panel li:first-child {
	border-top: 1px solid #000;
}
#in-transit-panel h3 {
	background-color: #30D15B;
}
#on-hold-panel li:first-child,
#order-history-panel li:first-child {
	border-top: 1px solid #000;
}
#on-hold-panel h3,
#order-history-panel h3 {
	background-color: #FE4F79;
}

/* Button Styling */
.button,
.button-details {
	margin-left: 18px;
	padding: 10px 12px !important;
    border-top: 1px solid #383838;
    border-bottom: 1px solid #383838;
	border-radius: 30px;
    background: #30303080;
	position: relative;
	display: block;
	color: #D7D7D7 !important;
	font-size: 0.9em;
	text-transform: uppercase;
	backdrop-filter: blur(5px);
}
.button:hover {
    background: #30303099;
}
.button-blue {
    border-top: 1px solid #29DBFF;
    border-bottom: 1px solid #29DBFF;
    background: #4593FECC;
    color: #B4FFFF !important
}
.button-blue:hover {
    background: #4593FEE6;
}
.button-red {
    border-top: 1px solid #FF52B0;
    border-bottom: 1px solid #FF52B0;
    background: #FE4F79CC;
    color: #FFD0FA !important;
}
.button-red:hover {
    background: #FE4F79E6;
}
#pagetop,
#close {
    border-top: 1px solid #383838;
    border-bottom: 1px solid #383838;
    background: #00000080;
    backdrop-filter: blur(5px);
}
#pagetop:hover,
#close:hover {
    background: #00000099;
}
#taskbar-summary,
#taskbar-summary-modal {
	opacity: 0;
	float: right !important;
}
#taskbar-summary .button,
#taskbar-summary-modal .button {
	margin-right: 18px;
}
#taskbar-summary .button:hover,
#taskbar-summary-modal .button:hover {
    background: #30303080;
	transform: none;
}
#taskbar-summary .button:not(:hover),,
#taskbar-summary-modal .button:not(:hover), {
	transform: none;
}

/* Button Effects */
#nav a:hover,
#modal-nav a:hover,
.n-active:hover,
.modal-nav-active:hover,
.button:hover,
.button-blue:hover,
.button-red:hover,
#pagetop:hover,
#close:hover {
    transform: scale(1.1);
    transition: transform 0.3s ease-in-out;
}
#nav a:not(:hover),
#modal-nav a:not(:hover),
.n-active:not(:hover),
.modal-nav-active:not(:hover),
.button:not(:hover),
.button-blue:not(:hover),
.button-red:not(:hover),
#pagetop:not(:hover),
#close:not(:hover) {
    transform: scale(1);
    transition: transform 0.3s ease-in-out;
}

/* Miscellaneous */
.second-column {
	position: absolute;
	right: 18px;
}
#sn-dashboard,
#sn-invoices {
	display: none;
}
.sn-static {
	width: 105px;
}
.large {
	width: 240px;
}
#mature-field {
	display: none;
}

/* Clearing Fix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/*\*//*/
.clearfix {display: inline-table;}
/* */