﻿@font-face {
    font-family: 'OpenSans';
    src: url('Fonts/OpenSans/OpenSans-Regular.ttf');
    src: local('OpenSans'), url('Fonts/OpenSans/OpenSans-Regular.ttf'), format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'opensans';
    src: url('Fonts/OpenSans/OpenSans-Bold.ttf');
    src: local('OpenSans'), url('Fonts/OpenSans/OpenSans-Bold.ttf'), format('truetype');
    font-weight: normal;
    font-style: normal;
}
input[type=date]::-webkit-calendar-picker-indicator {
	width: 14px;
	height: 14px;
	margin: 0;
	padding: 0;
}
input[type=date] {
	padding: 0 4px;
	width: 104px;
}
.toolbar_table td {
	text-align: left;
	height: 19px;
	padding-right:5px;
}
html {
	margin-left: calc(100vw - 100%);
	margin-right: 0;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  background: none no-repeat fixed center center #fafafa;
  margin-left: auto;
  margin-right: auto;
  max-width: 1500px;
  padding-top: 0;
  margin-top:0;
}
select {
    font-family: Arial, Helvetica, sans-serif;
}
select option:checked {
  background: #3266D0;
  color: white;
}
div, ul, ol, li, h1, h2, h3, h4, h5, h6, form, p, th, td {
    margin: 0;
    padding: 0;
  font-family: Arial, Helvetica, sans-serif;
}
textarea {
  font-family: Arial, Helvetica, sans-serif;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 2px #eee;
    font-size: 13px;
    resize: none;
    width: 100%;
    text-rendering: optimizeSpeed;
    white-space: pre-line;
    line-height: 1.5em;
    background-color: #fff;
    margin: 0 0 2px;
    position: relative;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: border-color 0.2s ease;
    -webkit-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}
textarea:focus {
    border: 1px solid #1c62b9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
    transition: border-color 0.2s;
}
select {
    border: 1px solid #c0c0c0;
}
input[type=text], input[type=number], input[type=password], input[type=search], input[type=date] {
  font-family: Arial, Helvetica, sans-serif;
    background: none;
    padding: 2px 4px;
    border: 1px solid #999;
    box-shadow: inset 0 1px 2px #eee;
    background-color: #fff;
}
input[type=text]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=date]:focus  {
    border: 1px solid #1c62b9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
    transition: border-color 0.2s;
}
input[type=radio] {
	box-shadow: none;
  border: none;
}
input[type=text]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus {
    border: 1px solid #1c62b9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
    transition: border-color 0.2s;
}

/*** Custom Checkboxes ***/
input[type=checkbox] {
    position: relative;
    border: none;
    outline: none;
    box-shadow: none;
    font-size: 14px;
    margin: 0px 5px 0 0;
}
input[type=checkbox]:focus {
    border: none;
    outline: none;
    box-shadow: none;
}
label {
    vertical-align: top;
    font-size: 13px;
    margin: 0 5px;
}
label > input[type=checkbox]:before {
    position: absolute;
    background-color: #ffffff;
    height: 100%;
    width: 100%;
    font-family: FontAwesome;
    display: inline-block;
    content: '\f096';
    letter-spacing: 10px;
    color: #083b89;
}
label > input[type=checkbox]:checked:before {
    font-family: FontAwesome;
    display: inline-block;
    content: '\f046';
    letter-spacing: 5px;
}

.fa-refresh {
    color: #26519e;
}
.fa-arrow-left {
    color: #26519e;
}
.fa-print {
    color: #26519e;
}
.fa-shopping-cart {
    color: #26519e;
}
.fa-hashtag {
    font-size: 12px;
}
.fa-pencil {
    color: #ffb300;
    vertical-align: middle;
}
.fa-trash {
    color: #e74c3c;
    vertical-align: middle;
}
.fa-times {
    color: red;
    vertical-align: middle;
}
.fa-check {
    color: green;
    vertical-align: middle;
}
.fa-caret-down {
    font-size: 16px;
    color: #5b7707;
}
.fa-caret-up {
    font-size: 16px;
    color: #5b7707;
}
.fa-pencil:hover {
    color: #d8a307;
    font-size: 14px;
    vertical-align: middle;
}
.fa-trash:hover {
    color: red;
    font-size: 14px;
    vertical-align: middle;
}
.fa-times:hover {
    color: #c10000;
    font-size: 14px;
    vertical-align: middle;
}
.fa-check:hover {
    color: #005000;
    font-size: 14px;
    vertical-align: middle;
}
.standard-body {
  font-family: Arial, Helvetica, sans-serif;
  font-size:13px;
  background: none no-repeat fixed center center #fafafa;
  margin-left: auto;
  margin-right: auto;
  max-width: 1500px;
  padding-top: 0;
}
.toolbar-box {
    margin: 0;
    padding-left: 10px;
}
.toolbar-box2 {
    padding: 5px;
    margin-bottom: 5px;
}
.toolbar-box-prod {
    margin-bottom: 6px;
    clear: both;
    height: 40px;
    overflow: hidden;
}
.toolbar-box-prod div a {
    color: #2a3950;
    text-decoration: none;
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    margin: auto;
    padding: 0;
    text-align: center;
    vertical-align: middle;
}
.toolbox-icon-right {
    float: right;
    display: inline-flex;
    line-height: 40px;
    height: 40px;
    vertical-align: middle;
    text-align: center;
    margin: auto;
    padding: 0;
}
.toolbar-box-prod div a .fa {
    text-align: center;
    text-decoration: none;
    font-size: 14px !important;
    margin: 5px;
}
.toolbar-box-prod div a p {
    text-align: center;
    text-decoration: none;
    font-size: 14px !important;
    margin: 5px;
    color: #2a3950;
}
.toolbar-box-prod div a p:hover {
    text-align: center;
    text-decoration: none;
    margin: 5px;
    color: #0b55c4;
}
.toolbox-title {
    color: #0b55c4;
    font-size: 22px;
    vertical-align: bottom;
}
.toolbox-title2 {
    color: #0b55c4;
    vertical-align: bottom;
    float: left;
    line-height: 50px;
    overflow: hidden;
    font-size: 18px;
    text-overflow: ellipsis;
    height: inherit;
    max-width: 50%;
}
.header-main {
/*    position: fixed;
    top: 0;
    z-index: 1000;*/  
}
.title-bar {
    background: rgba(0, 0, 0, 0) url('style/j_header_middle_blue.png') repeat-x scroll 0 0;
    border-radius: 10px 10px 0 0;
    height: 49px;
  
}
.title-bar-table {
    color: #f8f9fb;
    display: block;
    float: right;
    padding-top: 6px;
    padding-right: 22px;
    border-collapse: collapse;
    font-size: 12px;
}
.title-bar-logo {
    float: left;
    padding: 10px 9px 0 20px;
    vertical-align: bottom;
}
.title-bar-title {
    color: #f8f9fb;
    font-size: 16px;
    line-height: 24px;
    padding-top: 12px;
    vertical-align: middle;
}
#content-box-admin {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-radius: 0 0 10px 10px;
    border-right: 1px solid #ccc;
}
.admin_picbox {
    border-collapse: separate;
    border-spacing: 10px;
    text-align: left;
    width: 100%;
}
#menu-bar {
    background: #f8f9fb none repeat scroll 0 0;
    border-bottom: 1px solid #ccc;
    height: 32px;
}
#module-status {
    float: right;
    margin: 0;
    padding: 0;
}
#module-status span {
    display: block;
    float: left;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 5px;
    padding: 8px 18px 0 22px;
}
#module-menu {
    height: 30px;
}
.menu-bar-search-field {
    background-color: #f8f9fb;
    vertical-align: bottom;
    height: 18px;
    margin: 3px 1px 0 15px;
    border-bottom: 2px solid #ccc;
    border-right: 2px solid #ccc;
}
.menu-bar-search-button {
    font-size: 14px;
    height: 23px;
    width: 55px;
}
#top-menu,
#top-menu ul {
    float: left;
    list-style: none;
    line-height: 24px;
    background-color: #f8f9fb;
    padding: 0 5px 0 0;
    font-size: 14px;
    height: 32px;
    margin: 0;
    z-index: 99;
}
#top-menu ul {
    background-color: #fcfcfc;
}
#top-menu ul ul {
    background-color: #fcfcfc;
}
#top-menu a {
    display: block;
    color: #333333;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    padding: 0.35em 0.9em;
}
#top-menu a.daddy {
    background: url('icons/rightarrow4.gif') no-repeat center right;
}
#top-menu li {
    float: left;
    padding: 0;
    border-right: 1px solid silver;
}
#top-menu li ul a {
    padding: 6px 20px 5px 20px;
    margin: 0;
    line-height: 14px;
    font-weight: normal;
}
#top-menu li ul {
    position: absolute;
    left: -999em;
    height: auto;
    width: 150px;
    font-weight: normal;
    border: 1px solid #cccccc;
    margin: 0;
    margin-left: -1px;
}
#top-menu li li {
    padding-right: 5px;
    width: 150px;
    border-right: 0px;
}
#top-menu li ul ul {
    margin: -26px 0 0 155px;
    background-color: #fcfcfc;
}
#top-menu li:hover ul ul,
#top-menu li:hover ul ul ul,
#top-menu li.sfhover ul ul,
#top-menu li.sfhover ul ul ul {
    left: -999em;
}
#top-menu li:hover ul,
#top-menu li li:hover ul,
#top-menu li li li:hover ul,
#top-menu li.sfhover ul,
#top-menu li li.sfhover ul,
#top-menu li li li.sfhover ul {
    left: auto;
}
#top-menu li:hover,
#top-menu li.sfhover {
    background-color: #e7eddf;
    margin-right: 0;
}
#top-menu li li:hover,
#top-menu li li.sfhover {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    margin-right: 0;
    margin-left: 0;
    margin-top: -1px;
    margin-bottom: -1px;
}
#nav_bar {
    width: 100%;
    height: 50px;
    margin: 0;
    padding: 2px;
}
#nav_bar_box {
    width: 100%;
    height: 100%;
    margin: auto;
    padding: 0;
}
#nav_bar_box_left {
    width: 30%;
    height: 100%;
    margin: 0 25px;
    padding: 0;
}
#nav_bar_link {
    width: 100%;
    line-height: 100%;
    height: 100%;
}
#nav_bar_link,
#nav_bar_link ul {
    list-style: none;
    margin: 0;
    z-index: 99;
    display: inline-block;
    width: 100%;
    vertical-align: text-bottom;
    font-size: 1.5em;
}
#nav_bar_link ul {
    background-color: #fcfcfc;
}
#nav_bar_link ul ul {
    background-color: #fcfcfc;
}
#nav_bar_link a {
    display: block;
    padding: 0 0.5em;
}
#nav_bar_link a.daddy {
    background: url('icons/rightarrow4.gif') no-repeat center right;
}
#nav_bar_link li {
    padding: 0.5em;
    display: inline-block;
    vertical-align: text-bottom;
}
#nav_bar_link li ul a {
    padding: 6px 20px 5px 20px;
    margin: 0;
    line-height: 14px;
    font-weight: normal;
}
#nav_bar_link li ul {
    position: absolute;
    left: -999em;
    height: auto;
    width: 150px;
    font-weight: normal;
    border: 1px solid #cccccc;
    margin: 0;
    margin-left: -1px;
}
#nav_bar_link li li {
    padding-right: 5px;
    width: 150px;
    border-right: 0px;
}
#nav_bar_link li ul ul {
    margin: -26px 0 0 155px;
    background-color: #fcfcfc;
}
#nav_bar_link li:hover ul ul,
#nav_bar_link li:hover ul ul ul,
#nav_bar_link li.sfhover ul ul,
#nav_bar_link li.sfhover ul ul ul {
    left: -999em;
}
#nav_bar_link li:hover ul,
#nav_bar_link li li:hover ul,
#nav_bar_link li li li:hover ul,
#nav_bar_link li.sfhover ul,
#nav_bar_link li li.sfhover ul,
#nav_bar_link li li li.sfhover ul {
    left: auto;
}
#nav_bar_link li:hover,
#nav_bar_link li.sfhover {
  background-color: #e7eddf;
  margin-right: 0;
}
#nav_bar_link li li:hover,
#nav_bar_link li li.sfhover {
  background-color: #e7eddf;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  margin-right: 0;
  margin-left: 0;
  margin-top: -1px;
  margin-bottom: -1px;
}
#nav_bar_options {
  float: left;
  display: block;
  height: 100%;
  line-height: 100%;
}
#nav_bar_options select {
  font-size: 12px;
  height: 100%;
  line-height: 100%;
  padding: 0;
  margin: 0;
}
#nav_bar_options option {
  height: 100%;
  line-height: 100%;
  padding: 0;
  margin: 0;
}
#nav_bar_search {
	display: inline-block;
	padding: 0;
	margin: auto;
}
#nav_bar_box_right {
  text-align: right;
}
table.adminlist {
  border-collapse: collapse;
  margin: 10px;
}
table.adminlist td,
table.adminlist th {
  padding: 0px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
table.adminlist thead th {
  text-align: center;
  background: #f0f0f0;
  color: #666;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
table.adminlist thead a:hover {
  text-decoration: none;
}
table.adminlist thead th img {
  vertical-align: middle;
}

table.adminlist tbody tr {
  text-align: left;
  background-color: #f7f7f7;
  border: 1px solid #cccccc;
  color: #0b55c4;
}
table.adminlist tbody tr.row1 {
  background: #f8f9fb;
  border-top: 1px solid #fff;
}
table.adminlist tbody tr.row0:hover td,
table.adminlist tbody tr.row1:hover td {
  background-color: #fff;
}
table.adminlist tbody tr td {
  height: 20px;
  background: #fff;
  border: 1px solid #cccccc;
}
table.adminlist tbody tr.row1 td {
  background: #f8f9fb;
  border-top: 1px solid #fff;
}
table.adminlist tfoot tr {
  text-align: center;
  color: #333;
}
table.adminlist tfoot td,
table.adminlist tfoot th {
  background-color: #f3f3f3;
  border-top: 1px solid #999;
  text-align: center;
}
table.adminlist td.order {
  text-align: center;
  white-space: nowrap;
}
table.adminlist td.order span {
  float: left;
  display: block;
  width: 20px;
  text-align: center;
}
table.adminlist .pagination {
  display: table;
  padding: 0;
  margin: 0 auto;
}
.clr {
  clear: both;
  height: 0;
  overflow: hidden;
}
.action-bar {
	background: #f8f9fb none repeat scroll 0 0;
	border-color: #cccccc;
	border-radius: 10px;
	border-style: solid;
	border-width: 1px;
	clear: both;
	height: 52px;
	margin: 8px 8px 6px 8px;
	text-align: center;
}
.action-bar-title {
  color: #0b55c4;
  font-size: 22px;
  line-height: 48px;
  vertical-align: bottom;
  padding-left: 5px;
}
.action-bar-box {
  text-align: left;
  padding-right:10px;
}
.action-bar-input-title {
  margin: 0;
}
.action-bar-input-text {
  text-align: left;
  width: 155px;
  margin-top: 0;
  margin-bottom: 0;
  margin: 0 0 3px 8px;
}
.action-bar-input-container {
	background-color: white;
	display: inline-block;
	vertical-align: bottom;
	height: 24px;
	width: 70px;
}
.action-bar-submit-button {
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
    width: 60px;
}
div.toolbar {
    float: right;
    padding: 0;
    text-align: right;
}
.toolbar {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: auto;
}
table.toolbar {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
}
.toolbar td.spacer {
    width: 1px;
}
table.toolbar td {
    color: #666;
    height: 34px;
    padding-right: 4px;
    text-align: center;
    width: 100px;
    margin: auto;
}
.toolbar img {
    float: none;
    height: 16px;
    margin: 0 auto;
    width: 16px;
}
table.toolbar a {
    display: block;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    width: inherit;
    padding: 2px;
    font-size: 14px;
}
table.toolbar p:hover {
    text-decoration: none;
    color: #0b55c4;
    border-bottom: 1px solid #0b55c4;
}
table.toolbar p {
    border-bottom: 1px solid #fff;
}
a,
img {
    margin: 0;
    padding: 0;
}
h4.bp_admin_tasks,
h4.bp_admin_tasks a:link,
h4.bp_admin_tasks a:visited,
h4.bp_admin_tasks a.visited {
    color: #0b55c4;
    font-size: 15px;
    line-height: normal;
    text-align: center;
    padding: 0;
    text-decoration: none;
}
h4.bp_admin_tasks a:hover,
h4.bp_admin_tasks a.hover {
    color: #0b55c4;
    background: #fff none repeat scroll 0 0;
    font-size: 15px;
    line-height: normal;
    text-align: center;
    padding: 0;
    text-decoration: underline;
}
.main-content {
	background: #fff none repeat scroll 0 0;
	font-size: 13px;
	margin: 0 5px 8px;
}}
.main-content-login {
    background: #fff none repeat scroll 0 0;
    font-size: 14px;
    margin: 0 6px 6px;
    padding: 30px 0;
}
#centertb {
    background: #ffffff none repeat scroll 0 0;
    text-align: left;
    vertical-align: top;
    width: 100%;
}
.centertb {
  background: #ffffff;
  width: 100%;
  vertical-align: top;
  text-align: left;
}
.contenttb {
  padding: 0px 2px;
  width: 100%;
  vertical-align: top;
}
.login-box {
    padding-left: 6px;
    vertical-align: top;
    width: 85%;
}
.login-table {
    margin: 0 auto;
    width: 600px;
}
.admin_main_picbox {
    width: 20%;
    padding: 10px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 8px;
}
.admin_main_picbox h4 {
    font-size: 12px;
    text-align: center;
}
.browse-bar-mid {
    background: url('style/top_bar_browse1.png') repeat-x 0 0;
    border-bottom: 3px solid #999999;
    border-radius: 8px 8px 0 0;
}
.centertb-left {
    width: 250px;
    vertical-align: top;
/*    padding-top: 10px;
*/    display: inline-block;
}
.sidemenu-box {
    background: #f7f7f7;
    border: 1px solid #ccc;
    border-radius: 0 0 8px 8px;
}
.sidemenu-box ul {
    border-bottom: 1px solid #ccc;
    margin: 0;
    padding: 0;
}
.sidemenu-box ul li {
    list-style: none;
    padding-left: 24px;
    line-height: 20px;
    background-position: 10px 2px;
    margin: 0;
}
.sidemenu-box li a {
    color: #2a3950;
    font-weight: normal;
    text-decoration: none;
    padding-left: 6px;
    font-size: 13px;
}
.sidemenu-box li:hover {
    color: #0c5bd7;
    text-decoration: underline;
    background-color: #e7eddf;
}
.sidemenu-box li a:hover {
    color: #0c5bd7;
    text-decoration: underline;
    background-color: #e7eddf;
}
.sidemenu {
    line-height: 14px;
}
.title-smenu,
.title-smenu-down {
    margin: 0;
    border-bottom: 1px solid #ccc;
    background: 5px 50% no-repeat;
    padding: 4px;
    text-indent: 15px;
    color: #222222;
    cursor: pointer;
    font-size: 13px;
    font-weight: normal;
}
.title-smenu {
    background-image: url('icons/j_arrow.gif');
    background-color: #ebebeb;
}
.title-smenu-down {
    color: #2a3950;
    background-image: url('icons/j_arrow_down.gif');
    background-color: #d2d2d2;
    border-bottom: 1px solid #ccc;
}
.section-smenu {
    padding-left: 0;
}
/**************************************************************** Side Menu Icons *************************************************************** */
.vmicon {
    background-repeat: no-repeat;
}
.vmicon-16-apply {
    background-image: url('icons/icon-16-apply.png');
}
.vmicon-16-customer {
    background-image: url('icons/icon-16-customer.png');
}
.vmicon-16-archive {
    background-image: url('icons/icon-16-archive.png');
}
.vmicon-16-article {
    background-image: url('icons/icon-16-article.png');
}
.vmicon-16-back {
    background-image: url('icons/icon-16-back.png');
}
.vmicon-16-cancel {
    background-image: url('icons/icon-16-cancel.png');
}
.vmicon-16-category {
    background-image: url('icons/icon-16-category.png');
}
.vmicon-16-checkin {
    background-image: url('icons/icon-16-checkin.png');
}
.vmicon-16-component {
    background-image: url('icons/icon-16-component.png');
}
.vmicon-16-config {
    background-image: url('icons/icon-16-config.png');
    margin-left: 10px;
}
.vmicon-16-content {
    background-image: url('icons/icon-16-content.png');
    margin-left: 10px;
}
.vmicon-16-content3 {
    background-image: url('icons/icon-16-content3.png');
    margin-left: 10px;
}
.vmicon-16-cpanel {
    background-image: url('icons/icon-16-cpanel.png');
}
.vmicon-16-default {
    background-image: url('icons/icon-16-default.png');
}
.vmicon-16-editadd {
    background-image: url('icons/icon-16-editadd.png');
    margin-left: 10px;
}
.vmicon-16-frontpage {
    background-image: url('icons/icon-16-frontpage.png');
}
.vmicon-16-help {
    background-image: url('icons/icon-16-help.png');
    margin-left: 10px;
}
.vmicon-16-import {
    background-image: url('icons/icon-16-import.png');
}
.vmicon-16-info {
    background-image: url('icons/icon-16-info.png');
    margin-left: 10px;
}
.vmicon-16-install {
    background-image: url('icons/icon-16-install.png');
    margin-left: 10px;
}
.vmicon-16-language {
    background-image: url('icons/icon-16-language.png');
    margin-left: 10px;
}
.vmicon-16-logout {
    background-image: url('icons/icon-16-logout.png');
}
.vmicon-16-new {
    background-image: url('icons/icon-16-logout.png');
}
.vmicon-16-media {
    background-image: url('icons/icon-16-media.png');
}
.vmicon-16-menu {
    background-image: url('icons/icon-16-menu.png');
}
.vmicon-16-menumgr {
    background-image: url('icons/icon-16-menumgr.png');
}
.vmicon-16-messages {
    background-image: url('icons/icon-16-messages.png');
}
.vmicon-16-module {
    background-image: url('icons/icon-16-module.png');
}
.vmicon-16-move {
    background-image: url('icons/icon-16-move.png');
}
.vmicon-16-plugin {
    background-image: url('icons/icon-16-plugin.png');
}
.vmicon-16-publish {
    background-image: url('icons/icon-16-publish.png');
}
.vmicon-16-save {
    background-image: url('icons/icon-16-save.png');
}
.vmicon-16-section {
    background-image: url('icons/icon-16-section.png');
}
.vmicon-16-static {
    background-image: url('icons/icon-16-static.png');
}
.vmicon-16-stats {
    background-image: url('icons/icon-16-stats.png');
}
.vmicon-16-themes {
    background-image: url('icons/icon-16-themes.png');
}
.vmicon-16-trash {
    background-image: url('icons/icon-16-trash.png');
}
.vmicon-16-unpublish {
    background-image: url('icons/icon-16-unpublish.png');
}
.vmicon-16-user {
    background-image: url('icons/icon-16-user.png');
    margin-left: 10px;
}
.vmicon-16-edit {
    background-image: url('icons/icon-16-edit.png');
    margin-left: 10px;
}
.centertb-right {
    vertical-align: top;
    width: 100%;
}
.centertb-right-top {
	background: url('../images/top_browse_bar.png') repeat-x scroll 0 0;
	border-bottom: 3px solid #999;
	border-radius: 6px 6px 0 0;
	margin-left: 6px;
	margin-right: 4px;
	height: 30px;
	color: white;
	font-size: 16px;
	line-height: 31px;
	font-weight: bold;
	padding-left: 15px;
}
.inner-table-top {
	background: url(icons/top_browse_bar.png) repeat-x scroll 0 0;
	border-bottom: 3px solid #999;
	border-radius: 6px 6px 0 0;
	height: 30px;
	color: white;
	font-size: 16px;
	line-height: 31px;
	font-weight: bold;
	padding-left: 15px;
}
.inner-table{
	border: 1px silver solid;
	width: 100%;
	border-radius: 0 0 6px 6px;
	height: 128px;
	padding: 0 20px;
	background: white;
	padding: 0 20px 10px 20px;
}
.centertb-right-top-span {
    color: #ffffff;
    font-size: 16px;
    font-style: normal;
    line-height: 30px;
    margin-left: 14px;
    vertical-align: middle;
    width: 60%;
}
.prev-next {
    color: #0b55c4;
    text-decoration: none;
    font-size: 14px;
}
a.prev-next:link {
    color: #0b55c4;
    text-decoration: none;
    font-size: 14px;
    margin-left: 10px;
}
a.prev-next:visited {
    color: #0b55c4;
    text-decoration: none;
    font-size: 14px;
}
a.prev-next:hover {
  color: #0b55c4;
  text-decoration: underline;
  font-size: 14px;
  cursor: pointer;
}
.page-content {
  border-color: #ccc;
  border-radius: 0 0 8px 8px;
  border-style: solid;
  border-width: 0 1px 1px;
  padding: 10px 8px;
}
.centertb-content {
	padding: 0 0 10px 10px
}
.centertb-content-signup {
  border-color: #ccc;
  border-radius: 0 0 8px 8px;
  border-style: solid;
  border-width: 0 1px 1px;
  padding: 8px 8px 16px;
  background: #f1f7f9;
}
.centertb-content-login {
  border: 1px solid #ddd;
  border-radius: 0 0 8px 8px;
}
#light_blue {
  background: #e4eff5;
}
.numbers-table {
  width: 95%;
  margin: 10px auto 30px auto;
  background: #f8f9fb;
  border-radius: 8px;
  padding: 20px;
  border: 1px solid #ddd;
}
.price-list-tbl-hdr-right {
  background-color: #237ac5;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  color: #f8f9fb;
  height: 18px;
  padding-right: 4px;
  text-align: right;
}
.price-list-tbl-hdr-center {
  background-color: #237ac5;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  color: #f8f9fb;
  height: 18px;
  text-align: center;
}
.price-list-tbl-hdr-left {
  background-color: #237ac5;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  color: #f8f9fb;
  height: 18px;
  padding-left: 4px;
  text-align: left;
}
.centertb-content-table {
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
  font-family: arial;
  font-size: 13px;
  font-weight: normal;
  border: 1px solid #ccc;
}
.tbl-hdr-row {
  background-color: #ebebeb;
  color: #0b55c4;
  font-weight: bold;
  font-size: 13px;
  height: 22px;
  border-bottom: 1px solid #ddd;
  margin: auto;
}
.tbl-hdr-row > th {
  padding: 0 4px;
}
.tbl-hdr-row > td {
  border: 1px solid #ccc;
  padding: 0 4px;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.edit {
border-right: none;
color: blue;
text-align:center;
}
.delete {
border-left: none;
color: red;
text-align:center;
}
.edit a {
  text-decoration: none;
  color: #0b55c4;
}
.delete a {
  text-decoration: none;
  color: red;
}
.edit a:hover {
  text-decoration: underline;
  color: #0b55c4;
}
.delete a:hover {
  text-decoration: underline;
  color: red;
}
.row-color > td,
.alt-row-color > td {
  color: #2a3950;
  height: 18px;
  border-right: 1px solid #ddd;
  font-weight: normal;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 4px;
}
.row-color > td:hover,
.alt-row-color > td:hover {
  white-space: normal;
}
.row-color {
  background-color: #fff;
}
.alt-row-color {
  background-color: #e4eff5;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.table-results {
  width: 100%;
  table-layout: fixed;
  border-radius: 4px;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #ddd;
}
.table-results tr th {
  color: #0b55c4;
  font-size: 13px;
  height: 26px;
  background-color: #f8f9fb;
  border-right: 1px solid #ddd;
  border-bottom: 2px solid #0b55c4;
  font-weight: bold;
  padding: 2px 8px;
  position: sticky;
  top: -1px;
}
.table-results2 {
  width: 100%;
  table-layout: fixed;
/*  border-radius: 4px;
*/  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #ddd;
}
.table-results2 th {
  color: #0b55c4;
  font-size: 13px;
  height: 20px;
  background-color: #f8f9fb;
  border-right: 1px solid #ddd;
  border-bottom: 2px solid #0b55c4;
  font-weight: bold;
  padding: 2px 6px;
  position: sticky;
  border-bottom: 2px solid #0b55c4;
  top: -1px;
}
.table-results2 tr  {
  color: black;
  font-size: 13px;
  height: 26px;
  background-color: #f8f9fb;
/*  border-right: 1px solid #ddd;
*/  border-bottom: 1px solid #0b55c4;
/*  font-weight: bold;
*/  padding: 2px 6px;
  position: sticky;
  top: -1px;
}
.table-results2 td  {
	padding-left: 8px
}

#caret {
  padding: 0;
  margin: auto;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}

#list_customer th:not(:first-of-type) {
  cursor: pointer;
}

.table-results td:hover {
overflow: visible;
}

.table-results td {
  height: 22px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 6px;
  cursor: pointer;
  border-right: 1px solid #ddd;
}
.table-results tr:nth-child(odd) {
  background: #e1ebfb;
}
.table-results tr:nth-child(even) {
  background: #fff;
}
.table-results tr:hover td {
  white-space: normal;
  background: #c9f0ff;
  text-rendering: optimizeSpeed;
}

.table-images {
  width: 100%;
  margin: auto;
  table-layout: fixed;
  border-radius: 4px;
  border-collapse: collapse;
  border: 1px solid #ddd;
}
.table-images tr th {
  color: #0b55c4;
  font-size: 11px;
  height: 20px;
  background-color: #f8f9fb;
  border-bottom: 1px solid #0b55c4;
  font-weight: bold;
  padding: 2px 6px;
}
.table-images td {
  padding: 2px;
  color: #333;
}
.table-images tr:nth-child(odd) {
  background: #ecf0f7;
}
.table-images tr:nth-child(even) {
  background: #fff;
}
.table-images td:last-child a {
  color: #ce3520;
  font-style: italic;
}
.table-images td:last-child a:hover {
  color: #e74c3c;
  font-style: italic;
}
.images-submit {
  width: 100%;
  padding: 10px 0;
  text-align: right;
}
.table-bottom-images {
  margin: auto;
  border-spacing: 40px 10px;
  text-align: center;
}
.table-bottom-images td {
  border-style: none;
  border-color: inherit;
  border-width: medium;
  width: 25%;
  text-align: center;
}
.table-bottom-images table {
  border: 1px solid #497ece;
  border-radius: 6px;
  width: 96%;
  padding: 6px;
}


.table-results-toolbar {
  display: flex;
  flex-flow: row nowrap;
  margin-bottom: 10px;
  place-items: center;
}

.table-results-toolbar > * {
  margin: 0 4px;
}

.table-results-toolbar > input {
  height: 28px;
  box-sizing: border-box;
}

.table-results-toolbar__left {
  display: flex;
  margin-right: auto;
  place-content: center;
  place-items: center;
}
.table-results-toolbar__center {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  place-content: center;
  place-items: center;
}
.table-results-toolbar__right {
  display: flex;
  margin-left: auto;
  place-content: center;
  place-items: center;
}

.button {
  cursor: pointer;
  font-size: 14px;
  padding: 4px 6px;
  background: #f5f5f5;
  border-radius: 2px;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 2px #eee;
  outline: 0;
  margin: 0 4px;
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
  font-weight: 600;
  color: #212121;
  transition: all 0.1s ease-in;
  border-radius: 0;
}
.button:hover {
  background: #eeeeee;
  border: 1px solid #757575;
  box-shadow: inset 0 1px 2px #9e9e9e;
  transition: all 0.1s ease-out;
  border-radius: 2px;
}

.button:active, .button:focus {
  background: #e0e0e0;
  border-radius: 2px;
  border: 1px solid #0c5bd7;
  box-shadow: inset 0 1px 2px #9e9e9e;
  transition: all 0.1s ease-out;
  color: #0b55c4;
}

/********************************************************************************************** SCROLLABLE TABLE STYLE************************************************************** */
.item_master_scroll {
  max-height: 10em;
}
.table_scrollable {
display: flex;
flex-flow: column;
width: 100%;
border-collapse: collapse;
}
.table_scrollable thead {
  flex: 0 0 auto;
  width: 100%;
}
.table_scrollable tbody {
  flex: 1 1 auto;
  display: block;
  overflow-y: scroll;
}
.scrollable_header_normal {
  width: 100%;
}
.scrollable_header_normal_fixed {
  width: calc(100% + 1.1em);
}
.table_scrollable thead,
.table_scrollable tbody tr {
  display: table;
  table-layout: fixed;
}
.td_highlight {
  color: #0c5bd7 !important;
}
.packaging-table {
  border-collapse: collapse;
  width: 100%;
}
.packaging-table .fa-ban {
  color: #c0392b;
}
.packaging-table tr {
  height: 25px;
  line-height: 15px;
}
.packaging-table p {
  color: #083b89;
}
.packaging-table .title1 {
  text-align: center;
}
.packaging-table td {
  height: 20px;
  text-align: center;
  vertical-align: middle;
}

.packaging-table td input {
  height: 20px;
  width: 60%;
  text-align: center;
  font-size: 12px;
  background: #fff;
}
.packaging-table textarea {
  line-height: 16px;
  height: 16px;
  padding: 0 5px;
  border-collapse: collapse;
  margin: 0;
  text-align: right;
}
.packaging-table th:first-child {
  border-right: none;
}
.packaging-table th:last-child {
  border-left: none;
}
#package_details {
  margin-left: 54px;
}
.price_table {
  width: 100%;
  background-color: #f8f9fb;
}

.price_table thead tr {
  height: 30px;
  line-height: 30px;
}
.price_table tbody tr {
  height: 22px;
}
.price_table th {
  color: #083b89;
  font-size: 14px;
  font-weight: bold;
  cursor: default;
  padding: 0 5px;
}
.price_table th input {
  width: 80%;
  color: #083b89;
  text-align: inherit;
  background: #fff;
}
.price_table th input:focus,
.price_table th input:active {
  color: #0c5bd7;
  background: #fff;
}
.price_table td input:focus,
.price_table td input:active {
  color: #749177;
}
.price_table td {
  color: #2c3e50;
  font-size: 12px;
  padding: 0 5px;
}
.price_table td input {
  width: 80%;
  color: #2c3e50;
  font-size: 12px;
  text-align: inherit;
  background: #fff;
}
.allo_sign {
  font-size: 12px;
  color: #e74c3c;
  font-style: italic;
}
.allo_sign:hover {
  color: #ce3520;
}
div.pagination {
  padding: 3px;
  margin: 3px;
}
div.pagination a {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #aaaadd;
  text-decoration: none;
  color: #0b55c4;
}
div.pagination a:hover,
div.pagination a:active {
  border: 1px solid #0b55c4;
  color: #2a3950;
}
div.pagination span.current {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #0b55c4;
  background-color: #0b55c4;
  color: #fff;
}
div.pagination span.disabled {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #f8f9fb;
  color: #ddd;
}
.jump-to-form {
  display: inline;
}
.jump-to-form:before {
  content: 'jump to:';
  color: #0b55c4;
}
.jump-to {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #aaaadd;
  display: inline;
  text-decoration: none;
  color: #0b55c4;
  background: #f8f9fb;
  text-align: center;
}
.table-actions {
  height: 22px;
  float: right;
  display: inline-flex;
  margin-bottom: 5px;
}
.table-actions ul {
  list-style: none;
  display: inline-flex;
}
.search {
  height: 20px;
  width: 250px;
  border: 1px solid #0b55c4;
  text-decoration: none;
  color: #0b55c4;
  background: #f8f9fb;
  text-align: center;
  vertical-align: middle;
  position: relative;
  margin-right: 10px;
  font-size: 16px;
}
.table-view-limit {
  float: right;
  height: 20px;
  background: #f8f9fb;
  margin-bottom: 5px;
}
.table-view-limit form {
  background: #f8f9fb;
}
.limit-select,
.limit-select option {
  background: #f8f9fb;
  cursor: pointer;
  height: 22px;
  border: 1px solid #0b55c4;
}
.limit-select option:first-child {
  background: #ccc;
  cursor: disabled;
  font-size: 14px;
}
.price-strike input {
  text-decoration: line-through;
}
.special-price {
  color: #c0392b !important;
}
.special-price-check {
  background: none;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  margin: auto;
  padding: 0;
  text-align: center;
}
.special-price-check input {
  background: none;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  width: 15px !important;
  margin: auto;
  padding: 0;
}
.special-price-check input:active,
.special-price-check input:focus {
  background: none;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
.product-image-table {
  width: 100%;
}
.product_image {
  vertical-align: top;
  display: inline-block;
  margin: 10px;
  padding: 10px 10px 30px 10px;
  text-align: left;
}
.product_image p1 {
  display: block;
  margin: 0 auto 10px auto;
  padding: 0;
  font-size: 14px;
  color: #497ece;
  width: 100%;
  break-after: inherit;
  text-align: left;
}
.product_image p1 img {
  margin: 5px auto;
}
.product_image p2 {
  display: inherit;
  font-size: 13px;
  color: #2c3e50;
  padding: 0;
  margin: 0 auto 20px auto;
  width: 100%;
  text-align: left;
}
.product_image p2 span {
  font-size: 12px;
  font-weight: normal;
  color: #ce3520;
}
.product_image p3 {
  display: inherit;
}
.product_image input {
  width: 30%;
  color: #182a44;
}
.ord-tbl {
  padding: 8px;
  height: 75px;
  vertical-align: middle;
  width: 100%;
  margin: 10px auto 15px;
  border-collapse: separate;
  border-spacing: 10px 2px;
  border-radius: 6px;
}
.ord-tbl-tr {
  height: 20px;
  width: 100%;
}
.ord-tbl-tr > th {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.chevron {
  height: 100%;
  line-height: 100%;
  background-color: transparent;
  border: none;
  font-family: FontAwesome;
  cursor: pointer;
  font-size: 15px;
  color: #005fef;
  vertical-align: top;
}
.ord-tbl-tr > td {
  background: white;
  border-color: #555;
  border-style: solid;
  border-width: 1px;
  padding: 0px 5px;
  font-weight: normal;
}
.ord-tbl-tr > td > span {
  font-size: 12px;
  font-weight: normal;
  padding: 0;
  margin: 0;
}
.pt-header-edit-link {
  color: #0b55c4;
}
.pt-header-edit-link:hover {
  color: #0066ff;
  padding: 0 5px;
}
.pt-edit-link {
  color: #2a3950;
  font-weight: normal;
  text-decoration: none;
}
.pt-edit-link:hover {
  text-decoration: underline;
}
.orders {
  border-collapse: separate;
  border-spacing: 5px;
}
.titles-td {
  width: 50%;
}
.titles-box {
  background-color: #2a3950;
  border-top: 1px solid #cccccc;
  height: 22px;
  text-align: left;
  vertical-align: top;
  width: 150px;
}
.titles-box2 {
  height: 22px;
  text-align: right;
  vertical-align: middle;
  width: 125px;
  padding: 0 5px;
  font-weight: bold;
}
.titles-box2-required {
  height: 22px;
  text-align: right;
  vertical-align: bottom;
  width: 125px;
}
input:-webkit-autofill {
  box-shadow: 0 0 0 1000px #f8f9fb inset !important;
}
.titles-box3 {
  background-color: #f8f9fb;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: 22px;
  text-align: left;
  vertical-align: top;
  width: 100px;
}
.titles-box4 {
  height: 30px;
  width: 50%;
  display: inline-flex;
}
.inst-box {
  width: 75px;
  height: 25px;
  background: #f8f9fb;
  border-color: #666 #ccc #ccc #666;
  color: #26519e;
  border-style: solid;
  border-width: 2px;
  font-weight: normal;
  text-align: center;
  line-height: 25px;
}
.titles-text {
  color: #0b55c4;
  margin: 2px 0 2px 5px;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #666;
}
.titles-text1 {
  color: #0b55c4;
  font-size: 15px;
  font-weight: bold;
}
.titles-text2 {
  color: #2a3950;
  font-weight: normal;
  margin: 2px 0 2px 5px;
  font-size: 14px;
}
.titles-text2-required {
  color: #2a3950;
  font-weight: normal;
  margin: 2px 0 2px 5px;
  font-size: 14px;
}
.titles-text2-required:after {
  content: '*';
  color: red;
  font-size: 16px;
}
.titles-text3 {
  color: #2a3950;
  font-weight: normal;
  margin: auto 10px;
  font-size: 14px;
  line-height: 30px;
}
.titles-text4 {
  font-weight: bold;
  margin: 2px 0 2px 5px;
  font-size: 12px;
  color: #041e44;
}
.sign-up {
  border-collapse: separate;
  border-spacing: 10px;
}
.data-box {
  height: 20px;
  width: 290px;
  vertical-align: middle;
  text-align: left;
  background: #f8f9fb;
  padding: 2px 10px;
  outline: none;
}
.data-box-input {
  height: 20px;
  width: 290px;
  vertical-align: middle;
  text-align: left;
  background: #f8f9fb;
  padding: 2px 10px;
  outline: none;
  border: 1px solid #5e7dad;
  font-size: 12px;
}
.data-box-input-required {
  height: 20px;
  width: 290px;
  vertical-align: middle;
  text-align: left;
  background: #f8f9fb;
  padding: 2px 10px;
  outline: none;
  border: 1px solid #5e7dad;
  font-size: 12px;
}
.data-box2 {
  height: 20px;
  width: 290px;
  vertical-align: middle;
  text-align: left;
  background: #f8f9fb;
  padding: 2px 10px;
  outline: none;
  border-bottom: 1px solid #ddd;
  font-size: 12px;
}
.data-box-input2 {
  height: 20px;
  width: 290px;
  vertical-align: middle;
  text-align: left;
  background: #f8f9fb;
  padding: 2px 10px;
  outline: none;
  border-bottom: 1px solid #ddd;
  font-size: 12px;
}
.data-box-input-required2 {
  height: 20px;
  width: 290px;
  vertical-align: middle;
  text-align: left;
  background: #f8f9fb;
  padding: 2px 10px;
  outline: none;
  border-bottom: 1px solid #ddd;
  font-size: 12px;
}
.data-box-input-required:after {
  content: ' *';
}
.data-box-input-check {
  height: 20px;
  width: 290px;
  vertical-align: middle;
  text-align: left;
  outline: none;
  font-size: 12px;
}
.data-box-input-tele {
  height: 20px;
  width: 290px;
  vertical-align: middle;
  text-align: left;
  background: #f8f9fb;
  padding: 2px 10px;
  outline: none;
  border: 1px solid #5e7dad;
  font-size: 12px;
}
.login-box {
  height: 18px;
  text-align: left;
  vertical-align: top;
}
.data-text {
  text-align: left;
  margin: auto;
  padding: 0;
}
.table-submit-button {
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
  width: 80px;
}
.input-button {
  padding: 0 8px;
  text-align: center;
  font-size: 11px;
  height: 23px;
  border-radius: 2px;
  font-weight: bold;
  background-color: #f8f8f8;
  background-image: linear-gradient(top, #f8f8f8, #f1f1f1);
  background-image: -o-linear-gradient(top, #f8f8f8, #f1f1f1);
  border: 1px solid #c6c6c6;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #757575;
}
.input-button:active {
  border-color: #c6c6c6;
  background: #e9e9e9;
}
.input-button:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f1f1f1));
  background-image: -webkit-linear-gradient(top, #f8f8f8, #f1f1f1);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  background-color: #f8f8f8;
  background-image: linear-gradient(top, #f8f8f8, #f1f1f1);
  background-image: -o-linear-gradient(top, #f8f8f8, #f1f1f1);
  border: 1px solid #c6c6c6;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #222;
}
.input-button:focus {
  border: 1px solid #4d90fe;
  outline: none;
}
.input-button2 {
  position: relative;
  display: block;
  margin: 6px auto;
  padding: 5px;
  overflow: hidden;
  border-width: 0;
  outline: none;
  border-radius: 2px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
  background-color: #e74c3c;
  color: #ecf0f1;
  transition: background-color 0.3s;
}
.input-button2:hover,
.input-button2:focus {
  background-color: #c0392b;
  cursor: pointer;
}
.input-button2 > * {
  position: relative;
}
.input-button2 span {
  display: block;
  padding: 12px 24px;
}
.input-button2:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0;
  padding-top: 0;
  border-radius: 100%;
  background-color: rgba(236, 240, 241, 0.3);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.input-button2:active:before {
  width: 120%;
  padding-top: 120%;
  transition: width 0.2s ease-out, padding-top 0.2s ease-out;
}
.page-title {
  clear: both;
  font-size: 16px;
  color: #0082c3;
  margin: 0 0 0 8px;
  padding: 0 0 4px;
}
.order-table {
  background: #f8f9fb;
  margin: 0 auto 10px;
  padding-left: 15px;
  border: 1px solid #aaa;
  width: 97%;
  height: 54px;
}
.lock {
  background: rgba(0, 0, 0, 0) url('icons/j_login_lock.jpg') no-repeat scroll 50% 0;
  height: 137px;
  width: 150px;
}
.login-form-label {
  color: #555;
  display: block;
  padding: 6px;
  text-align: right;
  width: 70px;
}
.login-form-input {
  padding-left: 4px;
}
.textbox_right {
  text-align: right;
  background: #f8f9fb;
  border-color: #666 #ccc #ccc #666;
  border-style: solid;
  border-width: 2px;
  padding: 4px 5px;
  height: 20px;
}
.textbox_left {
  text-align: left;
  background: #f8f9fb;
  border-color: #666 #ccc #ccc #666;
  border-style: solid;
  border-width: 2px;
  padding: 4px 5px;
  height: 20px;
}
.textbox_center {
  text-align: center;
  background: #f8f9fb;
  border-color: #666 #ccc #ccc #666;
  border-style: solid;
  border-width: 2px;
  padding: 4px 5px;
  height: 20px;
}
.text1 {
  height: 18px;
  width: 250px;
  vertical-align: top;
  text-align: left;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.text2 {
  margin-left: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  color: #2a3950;
  font-size: small;
  font-weight: normal;
}
.input-left {
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  padding-right: 2px;
  width: 80%;
}
.input-center {
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  padding-right: 2px;
  width: 7%;
}
.input-right {
  font-size: 14px;
  font-weight: normal;
  text-align: right;
  padding-right: 2px;
  width: 75%;
}
.footer {
  height: 40px;
  margin: 5px 10px;
}
.footer-left {
  float: left;
  font-size: 14px;
  font-weight: normal;
}
.footer-right {
  float: right;
  font-size: 14px;
  font-weight: normal;
  text-align: right;
  width: 410px;
}
.main-left {
  float: left;
  margin: 8px 0 8px 8px;
  text-align: left;
  width: 16%;
}
.side-menu {
  border-color: #ccc;
  border-radius: 0 0 8px 8px;
  border-style: solid;
  border-width: 0 1px 1px;
}
.main-right {
  border: 1px solid #ccc;
  border-radius: 8px;
  float: right;
  margin: 8px 8px 8px 0;
  width: 82%;
}
h2 {
  margin-bottom: 10px;
}
#wrapper {
  width: 720px;
  margin: 40px auto 0;
}
#wrapper h1 {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
#wrapper a {
  display: block;
  font-size: 1.2em;
  padding-top: 20px;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
#tabContainer {
  margin-top: 2px;
  margin-bottom: 20px;
}
#tabs {
  height: 35px;
  overflow: visible;
  position: relative;
  margin-left: 6px;
}

#tabs > ul > li {
  border-left: 1px solid silver;
  border-right: 1px solid silver;
  border-top: 1px solid silver;
  font-size: 14px;
  line-height: 24px;
  margin: 0 2px 0 0;
  padding: 6px 10px;
  display: block;
  float: left;
  color: black;
  margin-right: 5px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  background: #ffffff;
  position: relative;
  z-index: 0;
  min-width: 60px;
  text-align: center;
}
#tabs > ul > li:hover {
  background: #659ff5;
  cursor: pointer;
  color: #ffffff;
}
#tabs > ul > li.tabActiveHeader {
  background: none repeat scroll 0 0 #f8f9fb;
  border-color: silver silver #f9f9f9;
  border-style: solid;
  border-width: 1px 1px 0;
  font-size: 14px;
  overflow: visible;
  position: relative;
  z-index: 3;
  cursor: pointer;
  color: black;
}
#tabscontent {
  padding: 10px 20px;
  background: #f9f9f9;
  color: #000000;
  overflow: visible;
  position: relative;
  z-index: 1;
  border: 1px solid silver;
  border-radius: 8px;
}
.action-bar-product-form {
  height: 45px;
  padding-top: 6px;
  background: #f8f9fb none repeat scroll 0 0;
  border-color: #cccccc;
  border-radius: 10px;
  border-style: solid;
  border-width: 1px;
  clear: both;
  margin: 6px 6px 0;
  text-align: center;
}
.action-bar-category-form {
  background: #f8f9fb none repeat scroll 0 0;
  border-color: #cccccc;
  border-radius: 10px;
  border-style: solid;
  border-width: 1px;
  clear: both;
  height: 45px;
  margin: 6px 6px 0;
  padding-top: 6px;
  text-align: center;
}
.product-form {
  border-collapse: collapse;
  width: 100%;
}
.product-form {
  border-collapse: collapse;
}
.product-form td {
  padding: 3px;
  text-align: left;
}
.product-form a {
  color: #ce3520;
}
.product-form a:hover,
.product-form a:active {
  color: #e74c3c;
}
.header1 {
  font-size: 14px;
  margin: 5px;
  padding-bottom: 10px;
  color: #000000;
}
ul {
  list-style: none;
}
.title1 {
  font-size: 12px;
  text-align: right;
  line-height: 21px;
  vertical-align: middle;
  color: #0b55c4;
}
.text-box1 .inputbox {
  padding-left: 6px;
  vertical-align: middle;
  color: #2a3950;
}
.text-box1 {
  border-color: #2a3950;
  padding: 0 6px;
  height: 25px;
  vertical-align: middle;
}
.text-box2 {
  border-color: #2a3950;
  padding: 0 6px 0 0;
  height: 25px;
  vertical-align: middle;
  width: 10%;
  line-height: 30px;
}
.text-box3 {
  border-color: #2a3950;
  padding: 0 6px 0 0;
  vertical-align: middle;
  width: 40%;
}
.product-form-top {
  background: #f8f9fb none repeat scroll 0 0;
  border: 1px solid silver;
  border-radius: 8px;
  padding: 8px;
  margin: auto;
}
.td_title_box {
  padding-top: 6px;
  vertical-align: top;
  width: 7%;
}
.td_text_box {
  padding-top: 3px;
  vertical-align: top;
  width: 43%;
  padding-left: 6px;
}
.textarea-tab {
  border: 1px solid #b7b7b7;
  font-size: 13px;
  resize: none;
  text-rendering: optimizeSpeed;
  white-space: pre-line;
  line-height: 20px;
  margin: auto;
  height: 300px;
  padding: 10px;
  text-transform: uppercase;
}
.inputbox {
  background-color: #fff;
  padding: 2px 4px;
  color: black;
  border: 1px solid #ccc;
}
.inputbox:focus {
  color: #2a3950;
}
.inputbox2 {
  background-color: #fff;
  padding-left: 4px;
  display: inline;
}
.datahead {
color: #3075bb;
font-size: 14px;
font-weight: bold;
line-height: 24px;
padding: 0 5px;
text-align: right;
min-width: 125px;
}
.datahead2 {
color: #0b55c4;
font-size: 12px;
display: inline-block;
padding: 0 5px;
}
.datahead3 {
color: #0c5bd7;
font-size: 12px;
font-weight: normal;
height: 16px;
text-align: right;
width: 100%;
padding: 0 5px;
}
select {
font-size: 12px;
}
select:focus {
  background-color: #fffff4;
}
#category_delete a,
#category_delete a:visited {
  float: right;
  font-style: italic;
  color: #ce3520;
  font-size: 11px;
  margin: 5px 0;
}
#category_delete a:hover {
  float: right;
  font-style: italic;
  color: #e74c3c;
  font-size: 11px;
  margin: 5px 0;
}

#product_delete a,
#product_delete a:visited {
  float: right;
  font-style: italic;
  color: #ce3520;
  font-size: 11px;
  margin: 5px 0;
}
#product_delete a:hover {
  float: right;
  font-style: italic;
  color: #e74c3c;
  font-size: 11px;
  margin: 5px 0;
}
.td_title {
  color: #0b55c4;
  font-size: 12px;
  text-align: right;
}
.td_tlr {
  border-left: 1px solid silver;
  border-top: 1px solid silver;
  border-right: 1px solid silver;
  margin-left: 10px;
  margin-top: 10px;
  padding-left: 8px;
  padding-top: 0px;
}
.td_lr {
  border-left: 1px solid silver;
  border-right: 1px solid silver;
  margin-left: 10px;
  margin-top: 10px;
  padding-left: 8px;
  padding-top: 8px;
}
.td_lrb {
  border-left: 1px solid silver;
  border-bottom: 1px solid silver;
  border-right: 1px solid silver;
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.style1 {
  font-size: 14px;
}
.style1_center {
  font-size: 12px;
  text-align: center;
}
.style1_right {
  font-size: 14px;
  text-align: right;
  margin: 0;
}
.auto-style1 {
  font-size: 14px;
  font-weight: bold;
  color: #0b55c4;
}
.auto-style2 {
  font-size: 14px;
  color: #2a3950;
}
.auto-style4 {
  font-size: 14px;
  text-align: center;
  height: 25px;
  width: 130px;
}
.pt-center {
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  height: 25px;
  width: 43px;
  border-right: 1px solid #ccc;
  padding-right: 4px;
}
.pt-right {
  font-size: 14px;
  font-weight: normal;
  text-align: right;
  height: 25px;
  width: 65px;
  border-right: 1px solid #ccc;
  padding-right: 4px;
}
.pt-left {
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  height: 25px;
  width: 65px;
  border-right: 1px solid #ccc;
  padding-left: 4px;
}
.pt-edit-center {
  border-right: 1px solid #ccc;
  font-size: 14px;
  font-weight: normal;
  height: 25px;
  padding-right: 4px;
  text-align: center;
  width: 6%;
}
.pt-edit-right {
  font-size: 14px;
  font-weight: normal;
  text-align: right;
  height: 25px;
  padding-right: 4px;
  width: 8%;
  border-right: 1px solid #ccc;
}
.pt-edit-left {
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  height: 25px;
  padding-left: 4px;
  width: 22%;
  border-right: 1px solid #ccc;
}
.pt-header-edit-right {
  border-right: 1px solid #ccc;
  font-size: 14px;
  font-weight: normal;
  height: 25px;
  padding-right: 4px;
  text-align: right;
}
.pt-header-edit-center {
  border-right: 1px solid #ccc;
  font-size: 14px;
  font-weight: normal;
  height: 25px;
  padding-right: 4px;
  text-align: center;
}
.copy-data-check-list {
  color: #0b55c4;
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
  line-height: 10px;
  padding-right: 4px;
}
.copy-data-check-list-row {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
  text-align: right;
  height: 30px;
}
.column_key {
  border: 1px solid #ccc;
  color: #0b55c4;
  font-size: 12px;
  padding: 4px 8px;
  vertical-align: top;
  width: 12%;
}
.column_data {
  border: 1px solid #ccc;
  font-size: 14px;
  padding: 2px 8px;
  width: 88%;
}
.column_data_products {
  border: 1px solid #ccc;
  font-size: 14px;
  padding: 2px 8px;
  width: 10%;
}
.readonly {
  background: #f8f9fb none repeat scroll 0 0;
  border: 0 none;
  width: 100%;
}
.mass_copy_form {
  background: #f8f9fb none repeat scroll 0 0;
  border: 1px solid #dadee4;
  border-radius: 8px;
  padding: 10px 20px 80px 20px;
  width: 95%;
  margin: auto;
}
.mass_copy_table {
  width: 90%;
}
.mass_copy_table td {
  height: 35px;
  line-height: 18px;
  vertical-align: middle;
  padding: 0 10px;
}
.mass_copy_table p {
  text-align: left;
  font-size: 11px;
  color: #e74c3c;
  font-weight: normal;
  vertical-align: middle;
  line-height: 18px;
  letter-spacing: -1px;
}
.mass_copy_table p1 {
  text-align: left;
  font-size: 11px;
  color: #e74c3c;
  font-weight: normal;
  vertical-align: middle;
  line-height: 18px;
}
.mass_check_table {
  width: 90%;
  margin: 40px auto auto auto;
  text-align: center;
  vertical-align: middle;
}
.mass_check_table td {
  text-align: left;
}
.mass_check_table td input {
  margin: 0 5px 5px 0;
  vertical-align: middle;
  font-size: 16px;
}
.copy_all {
  border-top: 2px dashed #dadee4;
  text-align: left;
  padding: 20px 0 0 0;
}
.copy_all label {
  color: #0b55c4;
  font-size: 12px;
  vertical-align: middle;
}
.copy_headers {
  height: 12px;
  line-height: 12px;
  vertical-align: middle;
  text-align: left;
  padding: 5px 0;
}
.copy_headers input {
  margin: 0 5px 5px 0;
  vertical-align: middle;
  font-size: 16px;
}
.copy_headers label {
  font-size: 13px;
  color: #2a3950;
  vertical-align: text-top;
}
.copy_label_list {
  font-size: 11px;
  color: #497ece;
}
.copy_label_list input {
  margin: 0 5px 2px 0 !important;
  vertical-align: middle;
  font-size: 13px !important;
}
.copy_label_list label {
  vertical-align: top;
  font-size: 12px !important;
  margin: 0 5px !important;
}
.mass_copy_confirm_table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto 20px auto;
}
.mass_copy_confirm_table th {
  padding: 10px 5px 10px 10px;
  background: #497ece;
  color: white;
  border-collapse: collapse;
}
.mass_copy_confirm_table td:first-child {
  padding: 5px;
  border: 1px solid #497ece;
  border-top: none;
  font-weight: normal;
}
.mass_copy_confirm_table td:nth-child(2) {
  padding: 5px;
  border-bottom: 1px solid #497ece;
}
.mass_copy_confirm_table input {
  border: none;
  box-shadow: none;
  font-size: 12px;
  resize: none;
  text-rendering: optimizeSpeed;
  white-space: pre-line;
  padding: 0;
  background-color: #fff;
  overflow: hidden;
  position: relative;
}
.mass_copy_confirm_table input:focus,
.mass_copy_confirm_table input:active {
  border: none;
  box-shadow: none;
  font-size: 12px;
  resize: none;
  text-rendering: optimizeSpeed;
  white-space: pre-line;
  padding: 0;
  background-color: #fff;
  overflow: hidden;
  position: relative;
}
.mass_copy_confirm_table2 {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto 20px auto;
}
.mass_copy_confirm_table2 th {
  padding: 10px 5px 10px 10px;
  background: #497ece;
  color: white;
  border-collapse: collapse;
  border: 1px solid #497ece;
}
.mass_copy_confirm_table2 td {
  padding: 3px;
  border: 1px solid #497ece;
  width: 10%;
}
.mass_copy_confirm_table2 input {
  border: none;
  box-shadow: none;
  font-size: 12px;
  resize: none;
  text-rendering: optimizeSpeed;
  white-space: pre-line;
  padding: 0;
  background-color: #fff;
  overflow: hidden;
  position: relative;
}
.mass_copy_confirm_table2 input:focus,
.mass_copy_confirm_table2 input:active {
  border: none;
  box-shadow: none;
  font-size: 12px;
  resize: none;
  text-rendering: optimizeSpeed;
  white-space: pre-line;
  padding: 0;
  background-color: #fff;
  overflow: hidden;
  position: relative;
}
.dropdown {
  position: relative;
  display: inline-block;
  margin: auto;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
}
.drop-btn {
  background: none;
  border: none;
  cursor: pointer;
  z-index: 100;
  width: 104px;
  text-align: center;
  height: 100%;
  margin: auto;
}
.drop-btn p {
  border: none;
  cursor: pointer;
  width: 100%;
  text-align: center;
  background: none;
  font-size: 14px;
  color: #2a3950;
}
.drop-btn .fa {
  font-size: 14px;
  color: #0b55c4;
  padding-left: 5px;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f8f9fb;
  width: 100%;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  text-align: center;
  margin: auto;
  padding: 0;
}
.dropdown-content a {
  color: #2a3950;
  text-align: center;
  padding: 5px 10px;
  text-decoration: none;
  display: block;
}
.dropdown-content a:hover {
  background-color: #dadee4;
}
.dropdown:hover .dropdown-content {
  display: block;
  overflow: hidden;
}
.dropdown:hover .drop-btn p {
  border-bottom: 1px solid #fff;
}
.dropdown:hover .drop-btn p {
  border: none;
  outline: none;
  color: #0b55c4;
  border-bottom: 1px solid #0b55c4;
}
.ord-btn {
  border: 1px solid #4d90fe;
  outline: none;
  border-radius: 4px;
  float: right;
  height: 32px;
  z-index: 100;
  margin: auto 10px;
  font-size: 14px;
  cursor: pointer;
  width: 87px;
  text-align: center;
  padding: 0 5px;
}
.ord-btn:hover,
.ord-btn:focus {
  border-bottom: 1px solid #0b55c4;
  outline: none;
}
a {
  color: #2a3950;
  text-decoration: none;
}
#container {
  margin: 0 auto;
}
nav {
  margin: 0;
}
nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  width: 70px;
  border-color: #ddd #888 #888 #ddd;
  border-style: solid;
  border-width: 2px;
}
nav ul li {
  display: inline-block;
  background-color: #f8f9fb;
  width: 70px;
}
nav a {
  display: block;
  padding: 0;
  color: #2a3950;
  font-size: 11px;
  line-height: 21px;
  text-decoration: none;
  font-weight: normal;
}
nav a:hover {
  background-color: #bbb;
}
nav ul ul {
  display: none;
  position: absolute;
  top: 21px;
  left: -2px;
  border-color: #d5d5d5 #888 #888 #ddd;
  border-style: solid;
  border-width: 2px;
  width: 70px;
}
nav ul li:hover > ul {
  display: inherit;
}
nav ul ul li {
  width: 70px;
  float: none;
  display: list-item;
  position: relative;
}
.address-tbl {
  width: 100%;
}
.address-td {
  width: 50%;
  height: 100%;
  color: #2a3950;
  background: #f8f9fb;
}
.address-box {
  width: 100%;
  height: 100%;
  margin: auto;
  border: 1px solid #ccc;
  color: #2a3950;
  background: #f8f9fb;
  display: flex;
}
.address-li {
  list-style: none;
  color: #0c5bd7;
  font-size: 14px;
  display: flex;
}
.address-li div {
  display: flex;
  width: 100%;
  height: auto;
}
.address-hdr {
  color: #2a3950;
  background: #f8f9fb;
  font-size: 14px;
  height: 100%;
  width: 100%;
}
.address {
  color: #2a3950;
  background: #f8f9fb;
  font-size: 14px;
  height: 100%;
  width: 100%;
}
.copy_list {
vertical-align: top;
padding-bottom: 2px;
}
.datatitle {
  color: #0c5bd7;
  font-size: 14px;
  width: 90px;
  text-align: right;
  padding-right: 4px;
}
.prop65_images {
  display: flex !important;
  justify-content: space-between;
  width: 100%;
  flex-flow: row wrap;
}
.prop65_images .prop65_img_container {
  display: flex !important;
  flex-flow: column;
  padding: 5px;
  max-width: 400px;
  height: 100%;
  width: 100%;
}
.prop65_images .prop65_img_container .prop_delete {
  color: #ce3520;
  border: 1px solid;
  padding: 2px;
  cursor: pointer;
}
.prop65_images .prop65_img_container .prop_delete:hover {
  color: #fafafa;
  background: #e74c3c;
}
.prop65_images .prop65_img_container .row {
  display: flex !important;
  width: 100%;
  align-items: center;
  flex-flow: row;
  justify-content: space-between;
  padding: 5px 0;
}
.prop65_images .prop65_img_container .datahead {
  font-size: 13px;
  white-space: nowrap;
  width: 100%;
  text-align: left;
  margin-right: 10px;
}
.prop65_images .prop65_img_container .datahead:-moz-read-only {
  border: none;
  background: inherit;
  box-shadow: none;
}
.prop65_images .prop65_img_container .datahead:read-only {
  border: none;
  background: inherit;
  box-shadow: none;
}
.prop65_images .prop65_img_container img {
  display: block;
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: scale-down;
}
.prop65_dropdown {
  position: relative !important;
  display: inline-block !important;
}
#prop65_dropdown-list {
  display: none;
  position: absolute;
  background-color: #f6f6f6;
  min-width: 250px;
  overflow: auto;
  border: 1px solid #ddd;
  z-index: 1;
}
#prop65_dropdown-input {
  width: 252px;
}
#prop65_dropdown-list span {
  color: #212121;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
#prop65_dropdown-list span:hover {
  background-color: #ddd;
}
.show {
  display: block;
}
hr {
  color: #dadee4;
  border: 1px solid;
}
.inner_window {
  padding: 10px 20px;
  background: #f9f9f9;
  color: #2a3950;
  overflow: visible;
  position: relative;
  z-index: 1;
  border: 1px solid silver;
  border-radius: 8px;
  margin-top: 14px;
}

