@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: 1067px;
  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;
}

footer { 
  width: 100%;
  font: 170% 'Yanone Kaffeesatz', arial, sans-serif;
  height: 50px;
  padding: 5px 0 0 0;
  text-align: center;
  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;
  background-color: rgb(20, 71, 127);
  margin-top: 25px;
}

footer p { 
  line-height: 1.7em;
  padding: 0 0 10px 0;
  color: #FFF;
}

footer a { 
  color: #000;
  text-decoration: none;
}

footer a:hover { 
  color: #000;
  text-shadow: none;
  text-decoration: underline;
}

.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;
}

.carousel_body
{
    overflow-x: hidden;
    overflow-y: hidden;
    
    width: 1067px;
    height: 600px;
    
    display: block;
    
    background-color: rgb(0,0,0);
 }
  
 .carousel_queue
 {
    height: 600px;  
    display: block;
    position: relative;
 }

.carousel_item
{
    width: 1067px;
    height: 100%;
    display: inline-block;
}

.carousel_item img
{
    text-align: center;   
    display: block;
}

.carousel_page_bar
{
    width: 1067px;
    height: 32px;
    display: block;
    text-align: center;
    margin-top: -32px;
    position: absolute;
}

.carousel_page_button
{
    background-color: rgba(255, 255, 255, 0.0);
    width: 7px;
    height: 7px;
    display: inline-block;
    
    margin-top: 10px;
    margin-left: 4px;
    margin-right: 4px;
    
    border: 1px solid white;
    cursor: pointer;
    
    -webkit-box-shadow: rgba(0, 0, 0, 1.0) 0px 2px 2px;
    -moz-box-shadow: rgba(0, 0, 0, 1.0) 0    -webkit-box-shadow: rgba(0, 0, 0, 1.0) 0px 2px 2px;
    -moz-box-shadow: rgba(0, 0, 0, 1.0) 0px 2px 2px;
    box-shadow: rgba(0, 0, 0, 1.0) 0px 2px 2px;

}

.carousel_page_button_selected
{
    background-color: rgba(255, 255, 255, 1.0);
    width: 7px;
    height: 7px;
    display: inline-block;
    
    margin-top: 10px;
    margin-left: 4px;
    margin-right: 4px;
    
    border: 1px solid white;
    cursor: pointer;
    
    -webkit-box-shadow: rgba(0, 0, 0, 1.0) 0px 2px 2px;
    -moz-box-shadow: rgba(0, 0, 0, 1.0) 0px 2px 2px;
    box-shadow: rgba(0, 0, 0, 1.0) 0px 2px 2px;
}

.carousel_left_button
{
    width: 64px;
    height: 600px;
    margin-top: -600px;
    text-align: center;
    position: absolute;
}

.carousel_right_button
{
    width: 64px;
    height: 600px;
    margin-left: 1003px;
    margin-top: -600px;
    text-align: center;
    position: absolute;
}

.carousel_left_button img, .carousel_right_button img
{
    margin-top: 268px;
    cursor: pointer;
}

/* 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;
    }
}