@font-face { 
  font-family: Yanone Kaffeesatz; 
    src: url('../fonts/YanoneKaffeesatz-Regular.eot'); 
    src: local("Yanone Kaffeesatz"), url('../fonts/YanoneKaffeesatz-Regular.ttf'); 
    src: url('https://www.gemryou.com/fonts/YanoneKaffeesatz-Regular.eot'); 
    src: local("Yanone Kaffeesatz"), url('../fonts/YanoneKaffeesatz-Regular.ttf'); 
} 

@font-face { 
  font-family: News Cycle; 
    src: url('../fonts/NewsCycle-Regular.eot'); 
    src: local("News Cycle"), url('../fonts/NewsCycle-Regular.ttf'); 
    src: url('https://www.gemryou.com/fonts/NewsCycle-Regular.eot'); 
    src: local("News Cycle"), url('../fonts/NewsCycle-Regular.ttf'); 
} 

html { 
  height: 100%;
}

* { 
  margin: 0;
  padding: 0;
}

/* tell the browser to render HTML 5 elements as block */
article, aside, figure, footer, header, hgroup, nav, section { 
  display:block;
}

body { 
  font: normal .80em arial, sans-serif;
  background: #FFF;
  color: #000;
}

p { 
  padding: 0 0 20px 0;
  line-height: 1.7em;
}

img { 
  border: 0;
}

h1, h2, h3, h4, h5, h6 { 
  color: #000;
  letter-spacing: 0em;
  padding: 0 0 5px 0;
}

h1, h2, h3 { 
  font: normal 140% arial, sans-serif;
  margin: 0 0 15px 0;
  padding: 15px 0 5px 0;
}

h2 { 
  font-size: 160%;
  padding: 9px 0 5px 0;
  color: #BBB;
}

h3 { 
    padding: 0 15px 20px 0;
    font: 240% 'News Cycle', arial, sans-serif;
    text-shadow:  #ccc 1px 1px;
    margin: 0 1px;
    color: #000;
}

h4, h6 { 
  color: #BBB;
  padding: 0 0 5px 0;
  font: normal 130% arial, sans-serif;
}

h5, h6 { 
  color: #888;
  font: italic 95% arial, sans-serif;
  letter-spacing: normal;
  padding: 0 0 15px 0;
}

a, a:hover { 
  outline: none;
  text-decoration: underline;
  color: #222;
}

a:hover { 
  text-decoration: none;
}

blockquote { 
  margin: 20px 0; 
  padding: 10px 20px 0 20px;
  border: 1px solid #E5E5DB;
  background: #FFF;
}

ul { 
  margin: 2px 0 22px 17px;
}

ul li { 
  list-style-type: circle;
  margin: 0 0 6px 0; 
  padding: 0 0 4px 5px;
  line-height: 1.5em;
}

ol { 
  margin: 8px 0 22px 20px;
}

ol li { 
  margin: 0 0 11px 0;
}

.left { 
  float: left;
  width: auto;
  margin-right: 10px;
}

.right { 
  float: right; 
  width: auto;
  margin-left: 10px;
}

.center { 
  display: block;
  text-align: center;
  margin: 20px auto;
}
/*--
#website_header
{
    width: 100%;
    height: 100%;
}

#website_header_content
{
    display: inline-block;
    width: 86.2%;
    margin-top: 1.25%;
}

#website_header_nav
{
    height: 50%;
}
--*/

#main, nav, #container, #site_content, footer { 
  margin-left: auto; 
  margin-right: auto;
}

#main {
  margin: 5px auto;
  width: 1125px;
  background: transparent;
  padding-bottom: 30px;
}

#main_results {
  margin: 5px auto;
  width: 98%;
  min-width: 1125px;
  background: transparent;
}
/*--
header { 
  background: transparent;
  height: 150px;
}
*/
#logo { 
  background: transparent;
  color: #888;
  padding: 0;
  float: left;
  display: inline-block;
  height: 100%;
}

#logo img
{
    height: 100%;
}

#logo_text h1, #logo_text h2 { 
  font: normal 320% 'News Cycle', arial, sans-serif;
  border-bottom: 0;
  text-transform: none;
  margin: 0;
}

#logo_text h1, #logo_text h1 a, #logo_text h1 a:hover { 
  padding: 0;
  color: #222;
  text-decoration: none;  
}

#logo_text
{
    display: inline-block;
    margin-right: 40%;
}
/*
#login_section, #login_section_email, #login_section_password, #login_section_submit, #logged_in_section
{
    font: 100% 'News Cycle', arial, sans-serif;
    display: inline-block;
}

#logged_in_section
{
  font-weight: bold;
  font-size: 120%;
  margin-left: 450px;
}

#login_section_email div, #login_section_password div, #login_section_submit div,
#login_section_email span, #login_section_password span, #login_section_submit span
{
    margin-left: 5px;
    margin-right: 5px;
}

#login_section_email input, #login_section_password input
{
  width: 175px; 
  font: 100% arial; 
  border: 1px solid #D5D5D5; 
  background: #FFF; 
  color: #47433F;
  border-radius: 0px 0px 0px 0px;
  -moz-border-radius: 0px 0px 0px 0px;
  -webkit-border: 0px 0px 0px 0px;
  height: 30px;
}

#login_section_submit input
{
  border: 0; 
  width: 65px; 
  height: 32px;
  padding: 0px 0 3px 0;
  cursor: pointer; 
  background: rgb(0, 128, 128);
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
  color: #FFF;   
  margin-right: 5px;
  margin-left: 5px;
  font-size: 12px;
  border-radius: 0px;
}

#login_section_submit input:hover
{
  background: rgb(84, 189, 189);
}

.icon {
  padding: 10px;
  background: rgb(0, 128, 128);
  color: white;
  min-width: 20px;
  text-align: center;
}
*/

/* Add or update these styles for the login section */

/* Add or update these styles for the login section */

#login_section,
#login_section_email,
#login_section_password,
#login_section_submit,
#logged_in_section {
  font: 100% "News Cycle", arial, sans-serif;
  display: inline-block;
}

#logged_in_section {
  font-weight: bold;
  font-size: 120%;
  margin-left: 450px;
}

#login_section_email div,
#login_section_password div,
#login_section_submit div,
#login_section_email span,
#login_section_password span,
#login_section_submit span {
  margin-left: 5px;
  margin-right: 5px;
}

#login_section_email input,
#login_section_password input {
  width: 230px;
  font: 100% arial;
  border: 1px solid #cbd5e1;
  background: #fff;
  color: #1e293b;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  height: 30px;
  padding: 0 30px 0 35px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  box-sizing: border-box;
}

#login_section_email input:focus,
#login_section_password input:focus {
  border-color: #002b5c;
  outline: 0;
  box-shadow: 0 0 0 3px rgba(0, 43, 92, 0.1);
}

#login_section_submit input {
  border: 1px solid #002b5c;
  width: 65px;
  height: 32px;
  padding: 0px 0 3px 0;
  cursor: pointer;
  background: #002b5c;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 2px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 2px;
  color: #fff;
  margin-right: 5px;
  margin-left: 5px;
  font-size: 12px;
  border-radius: 6px;
  transition: all 0.15s ease-in-out;
}

#login_section_submit input:hover {
  background: #fff;
  color: #002b5c;
}

/* New styles for icon containers */
.input-container {
  position: relative;
  display: inline-block;
}

.icon-container {
  position: absolute;
  left: 0;
  top: 0;
  background: #002b5c;
  color: white;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  margin-left: 0; /* Remove any margin */
}

/* Ensure the input has no left margin to align with container */
.input-container input {
  margin-left: 5px;
}

/* Password toggle styling */
.password-toggle {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #64748b;
  z-index: 10;
}

.password-toggle:hover {
  color: #002b5c;
}

/* Links styling */
#login_section a {
  color: #002b5c;
  text-decoration: none;
  transition: color 0.2s ease;
}

#login_section a:hover {
  color: #0056b3;
  text-decoration: underline;
}


#logo_text h1 a .logo_colour { 
  color: #999;
}

#logo_text a:hover .logo_colour { 
  color: #000;
}

#logo_text h2 { 
  font-size: 160%;
  padding: 0 0 0 0;
  color: #BBB;
}

nav { 
  height: 44px;
  width: 103%;
  background-color: rgb(20, 71, 127);
  border-bottom: 1px solid #bbb;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
  margin-top: 0px;
} 

#site_content { 
  width: 100%;
  overflow: hidden;
  margin: 0px auto 0 auto;
  padding: 15px 0 15px 0;
}

#dashboard_site_content { 
  width: 95%;
  overflow: hidden;
  margin: 0px auto 0 auto;
  padding: 15px 0 15px 0;
}

#site_content_index { 
  width: 100%;
  overflow: hidden;
  margin: 0px auto 0 auto;
  padding: 15px 0 15px 0;
}

#sidebar_container { 
  float: right;
  width: 30%;
  margin: 25px 0 0 0;
  text-align: justify;
}

.sidebar {
  width: 350px;
  float: right;
  padding: 5px 20px;
  margin: 0 0 17px 0;
  font-size: 15px;
}

.sidebar h3, .content h1, .content h3 { 
  padding: 0 15px 20px 0;
  font: 240% 'News Cycle', arial, sans-serif;
  text-shadow:  #ccc 1px 1px;
  margin: 0 1px;
  color: #000;
}

.sidebar h3 { 
  color: #000;
  font: 270% 'News Cycle', arial, sans-serif;
  padding: 0 15px 5px 0;
}

.sidebar ul { 
  margin: 0 0 15px 0;
} 

.sidebar li a, .sidebar li a:hover { 
  color: #AAA;
  text-decoration: none;
} 

.sidebar li a:hover { 
  text-decoration: underline;
} 

.sidebar_item, .content_item { 
  padding: 15px 0;
}

.content { 
  text-align: left;
  width: 70%;
  margin: 25px 0 0 0;
  float: left;
  font-size: 120%;
}
  
.content ul { 
  margin: 2px 0 22px 0px;
}

.content ul li, .sidebar ul li { 
  list-style-type: none;
  background: url(../images/bullet.png) no-repeat;
  margin: 0 0 0 0; 
  padding: 0 0 4px 28px;
  line-height: 1.5em;
}

.form_settings, 
.login, 
.signup,
.forgot_password, 
.reset_password,
.change_password,
.personal_details,
.orders
{ 
  margin: 15px 0 0 0;
}

.form_settings p, 
.login p, 
.signup p, 
.forgot_password p, 
.reset_password p,
.change_password p,
.personal_details p,
.orders p
{ 
  padding: 0 0 4px 0;
}

.error {
  margin-top: 15px;
  margin-bottom: 15px;
  color: rgb(255, 64, 32);
}

.confirmation {
  margin-top: 5px;
  margin-bottom: 5px;
  color: rgb(45, 189, 22);
  font-weight: bold;
}

.form_settings span, 
.login span, 
.signup span, 
.change_password span, 
.personal_details span,
.forgot_password span,
.reset_password span,
.orders span
{ 
  float: left; 
  width: 200px; 
  text-align: left;
}
  
.form_settings input, .form_settings textarea, 
.login input, .login password, 
.signup input, .signup password, 
.change_password input, .change_password password, 
.personal_details input, .personal_details password,
.forgot_password input, .forgot_password password,
.reset_password input, .reset_password password,
{ 
  padding: 5px; 
  width: 299px; 
  font: 100% arial; 
  border: 1px solid #D5D5D5; 
  background: #FFF; 
  color: #47433F;
  border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border: 7px 7px 7px 7px;  
}
  
.form_settings .submit, 
.login .submit, 
.signup .submit, 
.change_password .submit,
.personal_details .submit,
.forgot_password .submit,
.stock_details .submit,
.reset_password .submit
{ 
  display: inline-block;
  border: 0;
  width: 150px;
  padding: 10px;
  cursor: pointer;
  background: rgb(0, 128, 128);
  box-shadow: rgb(0 0 0 / 20%) 0px 2px 2px;
  color: #FFF;
  margin-right: 5px;
  margin-left: 5px;
  font-size: 15px;
  text-align: center;
}

.form_settings .submit input,
.login .submit input, 
.signup .submit input, 
.change_password .submit input,
.personal_details .submit input,
.forgot_password .submit input,
.reset_password .submit input
{
  background: transparent;
  border: transparent;
  color: inherit;
  font-size: inherit;
  padding: 0;
  width: unset;
  box-shadow: none;
}

.form_settings .submit:hover, 
.login .submit:hover, 
.signup .submit:hover, 
.change_password .submit:hover,
.personal_details .submit:hover,
.forgot_password .submit:hover,
.reset_password .submit:hover
{ 
  background: rgb(84, 189, 189);
}


.form_settings textarea, 
.form_settings select { 
  font: 100% arial; 
  width: 299px;
}

.signup select, .personal_details select {
    width: 150px;
}

#sign_up_country, #personal_details_country {
  width: 470px;
  height: 32px;
}

.form_settings select { 
  width: 310px;
}

.form_settings .checkbox
{ 
  margin: 4px 0; 
  padding: 0; 
  width: 14px;
  border: 0;
  background: none;
}

.separator { 
  width: 100%;
  height: 0;
  border-top: 1px solid #D9D5CF;
  border-bottom: 1px solid #FFF;
  margin: 0 0 20px 0;
}
  
table tr th, table tr td { 
  background: #BBB;
  color: #FFF;
  padding: 6px 4px;
  text-align: left;
}
  
table tr td { 
  background: #DDD;
  color: #444;
}

.gallery{
  width:950px;
  height:300px;
  border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border: 7px 7px 7px 7px;  }

ul.images {
  width:950px;
  height:300px;
  overflow:hidden;
  position:relative;
  margin:0;
  padding:0;
} 

ul.images li {
  position:absolute;
  margin:0;
  padding:0;
  left:0;
  right:0;
  list-style:none;
}
 
ul.images li.show {
  z-index:500;  
}
 
ul img {
  border:none;  
}


/**
Stylesheet for SooperFish by www.SooperThemes.com
Author: Jurriaan Roelofs
**/

/* Configuration of menu width */
html body ul.sf-menu ul,html body ul.sf-menu ul li { 
  width: 200px;
  z-index: 1000;
}

html body ul#navright ul,html body ul#navright ul li { 
  width: 400px;
}

html body ul.sf-menu ul ul { 
  margin: 0 0 0 200px;
}

html body ul#navright ul ul { 
  margin: 0 400px 0 0;
}

/* Framework for proper showing/hiding/positioning */
ul.sf-menu,ul.sf-menu * { 
  margin: 0;
  padding: 0;
}

ul.sf-menu { 
  display: block;
  position: relative;
}
  
ul.sf-menu li { 
  display: block;
  list-style: none;
  float: left;
  position: relative;
}
  
ul.sf-menu li:hover { 
  visibility: inherit; /* fixes IE7 'sticky bug' */ 
}

ul.sf-menu a { 
  display: block;
  position: relative;
}
  
ul.sf-menu ul { 
  position: absolute;
  left: 0;
  width: 150px; 
  top: auto;
  left: -999999px;
}
  
ul.sf-menu ul a { 
  zoom: 1; /* IE6/7 fix */ 
}

ul.sf-menu ul li { 
  float: left; /* Must always be floated otherwise there will be a rogue 1px margin-bottom in IE6/7 */
  width: 150px;
}
  
ul.sf-menu ul ul { 
  top: 0;
  margin: 0 0 0 150px;
}

ul.sf-menu li:hover ul,ul.sf-menu li:focus ul,ul.sf-menu li.sf-hover ul, 
ul.sf-menu ul li:hover ul,ul.sf-menu ul li:focus ul,ul.sf-menu ul li.sf-hover ul,
ul.sf-menu ul ul li:hover ul,ul.sf-menu ul ul li:focus ul,ul.sf-menu ul ul li.sf-hover ul,
ul.sf-menu ul ul ul li:hover ul,ul.sf-menu ul ul ul li:focus ul,ul.sf-menu ul ul ul li.sf-hover ul { 
  left: auto;
}
  
ul.sf-menu li:hover ul ul,ul.sf-menu li:focus ul ul,ul.sf-menu li.sf-hover ul ul,
ul.sf-menu ul li:hover ul ul,ul.sf-menu ul li:focus ul ul,ul.sf-menu ul li.sf-hover ul ul,
ul.sf-menu ul ul li:hover ul ul,ul.sf-menu ul ul li:focus ul ul,ul.sf-menu ul ul li.sf-hover ul ul,
ul.sf-menu ul ul ul li:hover ul ul,ul.sf-menu ul ul ul li:focus ul ul,ul.sf-menu ul ul ul li.sf-hover ul ul { 
  left: -999999px;
}

/* autoArrows CSS */
span.sf-arrow { 
  width: 7px;
  height: 7px;
  position: absolute;
  top: 20px;
  right: 5px;
  display: block;
  background: url(../images/arrows-white.png) no-repeat 0 0;
  overflow: hidden; /* making sure IE6 doesn't overflow and expand the box */
  font-size: 1px;
}

ul ul span.sf-arrow { 
  right: 5px;
  top: 20px;
  background-position: 0 100%;
}

/* Theming the menu */
ul#nav { 
  float: left;
}

ul#nav ul { 
  background-color: rgb(0, 128, 128);
  margin-top: 0;
  padding-bottom: 15px;
}

ul#nav li a, ul#nav li p { 
  padding: 9px 25px 9px 25px;
  font: 170% 'Yanone Kaffeesatz', arial, sans-serif;
  text-decoration: none;
  color: #FFF;
  margin-right: 2px;
  
  cursor: pointer;
  
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

ul#nav li a:hover, ul#nav li a:focus, ul#nav li.selected a, ul#nav li.selected a:hover, ul#nav li.selected a:focus
{ 
  color: #BBB;
  text-shadow: none;
}

ul#nav ul li a { 
  color: #FFF;
}

ul#nav ul li a:hover { 
  color: #BBB;
  margin-right: 2px;
}

ul#navright { 
  float: left;
}

ul#navright ul { 
  background-color: #ffffff;
  border: 2px solid #008080;
  margin-top: 0;
  padding-bottom: 0;
  right: 0;
}

ul#navright .ShowAll
{
  background-color: #008080;
}

ul#navright .ShowAll a
{
  color: #fff;
}

ul#navright li a, ul#navright li p { 
  padding: 9px 25px 9px 25px;
  font: 170% 'Yanone Kaffeesatz', arial, sans-serif;
  text-decoration: none;
  color: rgb(255, 255, 255);
  margin-right: 2px;
  
  cursor: pointer;
  
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

ul#navright li a:hover, ul#navright li a:focus, ul#navright li.selected a, ul#navright li.selected a:hover, ul#navright li.selected a:focus
{ 
  color: #BBB;
  text-shadow: none;
}

ul#navright ul li a { 
  color: rgb(0, 0, 0);
  font: 120% arial, sans-serif;
  border-bottom: 1px solid #008080;
  text-overflow: ellipsis;
}

ul#navright ul li a:hover { 
  color: #BBB;
  margin-right: 2px;
}

/* Image Transitions */
ul#images {
  margin: 0 15px 10px 0;
  padding: 0;
  list-style: none;
  position: relative;
}

.nav_container
{
    width: 100%;
    height: 44px;
}

.nav_left
{
    width: 80%;
    display: inline-block;
    height: 44px;
}

.nav_right
{
    width: 20%;
    display: inline-block;
    height: 44px;
}

ul#images li {
  display: block;
  overflow: hidden;
  padding: 0;
  float: left;
  width: 155px;
  height: 300px;
}

#divider {
  width: 100%;
  color: rgb(20, 71, 127);
  margin-top: 15px;
  margin-bottom: 15px;
}

.modal_overlay
{
    visibility: hidden;
    position: fixed;
    left: 0px;
    top: 0px;
    width:100%;
    height:100%;
    text-align:center;
    z-index: 1000;
    
    background-color: rgba(25, 25, 25, 0.75);
}

.modal {
    width: 400px;
    min-height: 150px;
    max-height: 80vh;
    left: 36%;
    top: 35%;
    background-color: rgb(255, 255, 255);
    position: fixed;
    z-index: 1001;
    display: flex;
    flex-direction: column;
}

.modal_title_bar {
    width: 100%;
    height: 40px;
    position: relative;
    background-color: rgb(20, 71, 127);
    z-index: 1002;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal_button_bar {
    width: 100%;
    height: 50px;
    position: relative;
    background-color: rgb(20, 71, 127);
    z-index: 1002;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal_title_bar p {
    font-weight: bold;
    font-size: 18px;
    color: #FFF;
    padding: 0;
    margin: 0;
}

.modal_body {
    width: 100%;
    flex: 1;
    position: relative;
    background-color: rgb(255, 255, 255);
    z-index: 1002;
    overflow-y: auto;
    padding: 15px 0;
}

.modal_body p {
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 20px;
    font-size: 15px;
}


.modal_button
{
    width: 25%;
    height: 50%;
    
    margin-top: 12px;
    margin-left: 10px;
    margin-right: 10px;    
    
    background-color: rgb(0, 128, 128);
    color: #FFF;
    z-index: 1002;
    
    display: inline-block;
    position: relative;
    
    cursor: pointer;
    
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                          supported by Chrome and Opera */
    
}

.modal_button:hover
{
    background-color: rgb(84, 189, 189);
}

.modal_button p
{
    font-size: 15px;
}

#login_failure_modal
{
    visibility: hidden;
}

#file_chooser
{
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
    
    border: solid 1px #CCC;
    text-align: center;
    
    margin-bottom: 20px;
}

#inventory_upload_form ul li
{
    font-size: 16px;
    margin-top: 50px;
    margin-bottom: 50px;
}

/* Let's get this party started */
::-webkit-scrollbar {
    width: 12px;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgb(0, 128, 128);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(255,0,0,0.4); 
}

/*
-------------------------------
  CUSTOM CSS
------------------------------
*/

.GRYTextBox-Large
{
  padding: 5px;
  width: 98%;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  font: 100% arial;
  border: 1px solid #14477f;
  background: #FFF;
  color: #47433F;
  border-radius: 0px 0px 0px 0px;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border: 7px 7px 7px 7px;
}

.GRYTextBox-Medium
{
  padding: 5px;
  width: 48%;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  font: 100% arial;
  border: 1px solid #14477f;
  background: #FFF;
  color: #47433F;
  border-radius: 0px 0px 0px 0px;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border: 7px 7px 7px 7px;
}

.GRYTextBox-Small
{
  padding: 5px;
  width: 24%;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  font: 100% arial;
  border: 1px solid #14477f;
  background: #FFF;
  color: #47433F;
  border-radius: 0px 0px 0px 0px;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border: 7px 7px 7px 7px;
}

.FancyOption,
.FancyOption input
{
  cursor: pointer;
}

.inventory-show-new-items td{
  background-color: #bed9be;
}

.inventory_search_section_date_range[style="display: inline-block;"]{
  width: 48%;
}
.inventory_keytosymbol_radio{
    margin: 15px auto;
}
.advanced-search-section{
  width: 100% !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.keytosymbol_toggle{
  padding: 5px;
}
[name="keytosymbol_type"]{
  margin: 0 3px 0 15px;
}
.inventory_keytosymbol_radio{
  display: flex;
  justify-content: center;
}

.inventory_page_bar {
    text-align: center; /* Center the pagination bar */
    margin: 20px 0;
}

.inventory_page {
    display: inline-block;
    padding: 8px 16px;
    margin: 0 4px;
    background-color: blue; /* Blue background */
    color: white; /* White text */
    text-decoration: none;
    border-radius: 4px;
}

#current_page {
    font-weight: bold;
    border: 2px solid white; /* White border for the current page */
}

.inventory_page:hover {
    background-color: darkblue; /* Darker blue on hover */
}
.qr-code-frame {
    display: none;
    position: absolute;
    top: 30px;
    left: -37px;
    z-index: 1000;
    border: 2px solid rgb(20, 71, 127); /* Frame color */
    border-radius: 0px; /* Rounded corners */
    padding: 10px;
    background-color: #ffffff; /* Background color */
}

.sf-menu li:hover .qr-code-frame {
    display: block;
}

.qr-code img {
    display: block;
    width: 100px;
    height: 100px;
    margin: 10px; /* Adds spacing around the QR code */
}

.total-results-container {
        text-align: left;
        font-size: 14px;
        padding: 5px 0;
}

/* Orders header layout */
.orders_header_wrapper {
    display: flex;
    justify-content: flex-start; /* Changed from space-between */
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 10px;
}

/* Orders heading */
.orders_page_title {
    margin: 0;
    margin-right: 20px; /* Add specific spacing after the title */
}

/* Order summary button */
.orders_summary_button {
    width: 150px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #002B5C;
    color: white;
    border: 1px solid #002B5C;
    border-radius: 8px;
    text-decoration: none;
    box-shadow: 0 2px 4px rgba(0,0,0,0.08);
    transition: all 0.2s ease;
    padding: 0 10px;
}

/* Button text */
.orders_button_text {
    display: inline-block;
    margin-left: 10px;
    font-size: 14px;
    font-weight: 500;
}

/* Button icon */
.orders_summary_button i {
    font-size: 20px;
    transition: transform 1.2s ease;
}

/* Hover effects */
.orders_summary_button:hover {
    background-color: white;
    color: #002B5C;
    text-decoration: none;
}

.orders_summary_button:hover .orders_button_text {
    color: #002B5C;
}

.orders_summary_button:hover i {
    transform: rotate(360deg);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .orders_header_wrapper {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .orders_page_title {
        margin-bottom: 10px;
    }
}

/* =========================================
   MODERN SIDEBAR & HEADER LAYOUT (CLICK TO EXPAND)
   ========================================= */

:root {
    --nav-width-collapsed: 70px;
    --nav-width-expanded: 200px;
    --header-height: 70px;
    //--primary-blue: rgb(20, 71, 127);
    --primary-blue: #002b5c;
    --accent-teal: rgb(0, 128, 128);
    --text-white: #ffffff;
    //--bg-light: #f4f7f6;
}

body {
    background: var(--bg-light);
    padding-top: var(--header-height);
    /* Default padding for collapsed state */
    padding-left: var(--nav-width-collapsed); 
    transition: padding-left 0.5s ease;
}

/* When sidebar is open, shift body content */
body.sidebar-open {
    padding-left: var(--nav-width-expanded);
}

/* --- Fixed Top Header --- */
.top-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--header-height);
    background: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* Default padding for collapsed state */
    padding-left: calc(var(--nav-width-collapsed) + 20px);
    padding-right: 20px;
    box-sizing: border-box;
    transition: all 0.5s ease;
}

/* When sidebar is open, shift header padding */
body.sidebar-open .top-header {
    padding-left: calc(var(--nav-width-expanded) + 20px);
}

/* --- Top Bar Login & Header Elements --- */
.top-login-form {
    display: flex;
    align-items: center;
    gap: 10px;
}

.top-login-input-group {
    position: relative;
    display: flex;
    align-items: center;
}

.top-login-input-group input {
    height: 35px;
    padding: 0 10px 0 30px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 13px;
    width: 180px;
}

.top-login-input-group .input-icon {
    position: absolute;
    left: 10px;
    color: var(--primary-blue);
    font-size: 14px;
}

.top-login-input-group .toggle-password {
    position: absolute;
    right: 10px;
    cursor: pointer;
    color: #888;
}

.top-login-btn {
    height: 35px;
    padding: 0 20px;
    background-color: var(--primary-blue);
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    transition: background 0.3s;
}

.top-login-btn:hover {
    background-color: var(--accent-teal);
}

.login-links {
    display: flex;
    flex-direction: column;
    font-size: 11px;
    line-height: 1.2;
    margin-left: 5px;
}

.login-links a {
    color: var(--primary-blue);
    text-decoration: none;
}

.login-links a:hover {
    text-decoration: underline;
}

.header-left-section {
    display: flex;
    align-items: center;
    height: 100%;
}

.welcome-section {
    font-family: 'News Cycle', arial, sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* Ensure no external margins interfere */
    margin-left: 10px; 
}

.welcome-text {
    font-size: 1.2rem;
    font-weight: bold;
    color: var(--primary-blue);
    margin: 0;
    padding: 0; /* FIX: Removes global paragraph padding that pushes text up */
    line-height: 1.2;
}

.last-login-text {
    font-size: 0.85rem;
    color: #888;
    margin: 0;
    padding: 0; /* FIX: Removes global paragraph padding */
    line-height: 1.2;
    margin-top: 2px; /* Slight spacing between title and date */
}

.header-icons {
    display: flex;
    align-items: center;
    gap: 15px;
}

.header-icon-link {
    color: #555;
    font-size: 1.6rem;
    position: relative;
    transition: color 0.3s;
}

.header-icon-link:hover {
    color: var(--primary-blue);
}

.notification-badge {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #f80000;
    color: white;
    border-radius: 50%;
    font-size: 10px;
    padding: 2px 5px;
    border: 1px solid #fff;
}

/* =========================================
   BLUE SIDEBAR FIXED (No Bullets Fix)
   ========================================= */

/* --- Sidebar Container --- */
.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: var(--nav-width-collapsed);
    background: var(--primary-blue);
    padding: 0;
    transition: width 0.5s ease;
    z-index: 101;
    overflow-x: hidden;
    white-space: nowrap;
    box-shadow: 2px 0 5px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
}

.sidebar.open {
    width: var(--nav-width-expanded);
}

/* --- 1. Logo Area --- */
.sidebar .logo-details {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff; 
    position: relative;
    width: 100%;
    flex-shrink: 0;
    overflow: hidden;
}

.sidebar .logo-details img {
    height: 100%;
    width: var(--nav-width-collapsed); 
    object-fit: contain;
    padding: 5px;
    box-sizing: border-box;
}

/* --- 2. Toggle Arrow Box --- */
.sidebar-toggle-box {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.3s;
    flex-shrink: 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.sidebar-toggle-box:hover {
    background: rgba(255, 255, 255, 0.1);
}

#btn-toggle-sidebar {
    font-size: 18px;
    color: #ffffff;
    transition: transform 0.5s ease;
}

.sidebar.open #btn-toggle-sidebar {
    transform: rotate(180deg);
}

/* =========================================
   NAVIGATION LINKS (STRICT BULLET REMOVAL & PNG ICONS)
   ========================================= */

/* 1. STRICT Reset for the list container */
.sidebar ul.nav-list {
    list-style: none !important;
    list-style-type: none !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 100%;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

/* 2. STRICT Reset for list items */
.sidebar ul.nav-list li {
    list-style: none !important;
    list-style-type: none !important;
    background: none !important;
    background-image: none !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    display: block;
    width: 100%;
}

/* --- Link Item Styling --- */
.sidebar ul.nav-list li a {
    display: flex;
    align-items: center; 
    height: 55px;
    width: 100%;
    text-decoration: none;
    transition: all 0.2s ease;
    background: transparent;
    border-left: 4px solid transparent;
    color: var(--text-white);
    padding: 0 !important;
}

.sidebar ul.nav-list li a:hover {
    background: rgba(255,255,255,0.1);
}

.sidebar ul.nav-list li.active a {
    background: rgba(255, 255, 255, 0.2);
    border-left: 4px solid var(--accent-teal);
}

/* --- ICON BOX (Centering Container) --- */
.sidebar ul.nav-list li a .icon-box {
    min-width: var(--nav-width-collapsed); /* 78px */
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* Style for Font Awesome Icons */
.sidebar ul.nav-list li a .icon-box i {
    font-size: 20px;
    color: var(--text-white);
    margin: 0 !important;
}

/* --- CUSTOM PNG ICON STYLING --- */
.sidebar ul.nav-list li a .icon-box img.sidebar-img-icon {
    /* Adjust size to match FA icons (~22px-24px looks best) */
    height: 22px; 
    width: auto;
    max-width: 28px;
    
    /* FILTER: Turns black PNGs into White */
    filter: brightness(0) invert(1);
    
    transition: filter 0.2s ease;
    border: none !important;
}

/* --- TEXT STYLING --- */
.sidebar ul.nav-list li a .links_name {
    color: var(--text-white);
    font-size: 15px;
    font-weight: 400;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    font-family: 'News Cycle', sans-serif;
}

.sidebar.open ul.nav-list li a .links_name {
    opacity: 1;
    pointer-events: auto;
}

/* =========================================
   ADMIN DROPDOWN (Fixed Text Shift & Indent)
   ========================================= */

/* 1. Fix "Manage Site" Text Shifting */
.sidebar ul.nav-list li .dropdown-link {
    /* Use flex-start so Icon and Text stay locked together on the left */
    justify-content: flex-start !important;
}

/* 2. Position the Arrow to the far right */
.sidebar ul.nav-list li .dropdown-link .arrow {
    font-size: 12px;
    color: var(--text-white);
    transition: transform 0.3s ease;
    opacity: 0; 
    pointer-events: none;
    
    /* Pushes the arrow to the far right of the flex container */
    margin-left: auto; 
    margin-right: 20px; /* Right spacing */
}

/* Show/Rotate Arrow Logic */
.sidebar.open ul.nav-list li .dropdown-link .arrow {
    opacity: 1;
}
.sidebar ul.nav-list li.showMenu .dropdown-link .arrow {
    transform: rotate(-180deg);
}

/* --- SUB-MENU CONTAINER --- */
.sidebar .sub-menu {
    padding: 0 !important;
    margin: 0 !important;
    background: rgba(0, 0, 0, 0.2); 
    display: none; 
    list-style: none !important;
}

.sidebar.open ul.nav-list li.showMenu .sub-menu {
    display: block;
}

/* --- SUB-MENU ITEMS (Indent Fix) --- */

/* We use a high-specificity selector to override the global 'padding: 0' reset */
.sidebar ul.nav-list li ul.sub-menu li a {
    /* This creates the indentation for the whole row (Icon + Text) */
    padding-left: 20px !important;
    background: transparent;
}

/* Sub-menu Text Size */
.sidebar .sub-menu li a .links_name {
    font-size: 14px;
    color: #e0e0e0;
}

/* Sub-menu Icon Size */
.sidebar .sub-menu li a .icon-box i {
    font-size: 15px; 
    color: #e0e0e0;
}

/* Active State for Sub-menu items */
.sidebar .sub-menu li.active a {
    background: rgba(255, 255, 255, 0.05) !important;
    border-left: 4px solid var(--accent-teal);
}

/* =========================================
   PAGE CONTENT WRAPPERS (General & About)
   ========================================= */

/* Generic wrapper to handle content placement next to sidebar */
.page-content-wrapper {
    width: 95%;
    max-width: 1200px;
    margin: 30px auto; /* Centers the content in the available space */
    padding-bottom: 50px;
}

/* --- About Us Page Layout --- */
.about-section-container {
    display: flex;
    flex-wrap: wrap; /* Allows stacking on mobile */
    gap: 40px; /* Space between text and image */
    background: #fff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

/* Left Column: Text */
.about-text-column {
    flex: 1; /* Takes up available space */
    min-width: 300px;
}

.about-text-column h3 {
    font-family: 'News Cycle', sans-serif;
    font-size: 2.5rem;
    color: rgb(20, 71, 127); /* Your Primary Blue */
    margin-bottom: 25px;
    border-bottom: 2px solid var(--accent-teal);
    display: inline-block;
    padding-bottom: 10px;
}

.about-text-column p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #444;
    margin-bottom: 20px;
}

/* Right Column: Image */
.about-image-column {
    flex: 1;
    min-width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-frame {
    padding: 10px;
    border: 1px solid #eee;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    border-radius: 4px;
}

.about-image-column img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 2px;
}

/* =========================================
   MODERN FOOTER STYLES
   ========================================= */
footer {
    width: 100%;
    margin-top: 50px;
    padding: 20px 0;
    text-align: center;
    background-color: transparent; /* Clean look, no dark block */
    border-top: 1px solid #ddd;    /* Subtle separation line */
    box-shadow: none;
}

footer p {
    color: #666; /* Dark Grey text instead of White */
    font-size: 0.9rem;
    font-family: arial, sans-serif;
    line-height: 1.5em;
    padding: 0;
    margin: 0;
}

footer a {
    color: #002b5c; /* Dark Blue links */
    text-decoration: none;
}

footer a:hover {
    color: #002b5c;
    text-decoration: underline;
}

/* Mobile Responsive Tweaks */
@media (max-width: 768px) {
    .about-section-container {
        padding: 20px;
        flex-direction: column-reverse; /* Image on top on mobile */
    }
    
    .about-text-column h3 {
        font-size: 2rem;
    }
}

/* Container scales with the screen, up to a max-width */
.carousel {
    width: 100%;
    max-width: 1200px; /* Adjust this to your preferred max width */
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    /* Optional: Enforce an aspect ratio (e.g., 16:9) to prevent layout jumps */
    aspect-ratio: 16 / 9; 
}

.carousel_body {
    width: 100%;
    height: 100%;
}

/* The queue is now a flex container that holds all slides side-by-side */
.carousel_queue {
    display: flex;
    width: 100%; 
    height: 100%;
    transition: transform 0.5s ease-in-out; /* Smooth sliding animation */
}

/* Each item takes up 100% of the carousel's visible width */
.carousel_item {
    min-width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f9f9f9; /* Optional background for transparent images */
}

/* Images scale down or up to fit */
.carousel_item img {
    width: 100%;
    height: 100%;
    object-fit: contain; /* Ensures the whole image is visible. Use 'cover' to fill space. */
    display: block;
}

/* Positioning buttons absolutely so they overlay the image */
.carousel_left_button, .carousel_right_button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 10;
    opacity: 0.7;
    transition: opacity 0.3s;
}

.carousel_left_button:hover, .carousel_right_button:hover {
    opacity: 1;
}

.carousel_left_button { left: 10px; }
.carousel_right_button { right: 10px; }

/* Center the dots at the bottom */
.carousel_page_bar {
    position: absolute;
    bottom: 15px;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.carousel_page_button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ccc;
    cursor: pointer;
}

.carousel_page_button_selected {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #333; /* Darker color for active dot */
    cursor: pointer;
}