/*
-----------------------------------------------
Grey Box Method - Layout CSS
----------------------------------------------- */

body {
  background: #eee;
  border-top: 5px solid #000;
  color: #333;
  font-size: 11px;
  padding: 0 0 40px;
}


/* anchors
----------------------------------------------- */
a {
  color: #000;
  font-weight:bold;
  text-decoration: none;
}
a:hover {
  color:#333;
}


/* 960 grid system container background
----------------------------------------------- */
.container_12,
.container_16 {
  background:#fff;
}


/* headings
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {line-height:1.2em; margin-bottom:.3em;color:#555;}
h2 {margin-top:1em;}
h5 {font-size:1.2em;}
h6 {font-size:1em; text-transform:uppercase;}


h1 a {
  font-weight:normal;
}


/* branding
----------------------------------------------- */
h1#branding {
  font-weight:normal;
  font-size:3em;
  text-align:left;
  background:#aaa;
  padding:2px 5px;
  margin-bottom:0;
}


/* page heading
----------------------------------------------- */
h2#page-heading {
  font-weight:normal;
  padding:.5em;
  margin:0 0 10px 0;
  border-bottom:1px solid #ccc;
}


/* boxes
----------------------------------------------- */
.box {
  background:#ddd;
  margin-bottom:20px;
  padding:10px 10px 1px 10px;
}
.box h2 {
  font-size:1em;
  font-weight:normal;
  text-transform:uppercase;
  color:#fff;
  background:#333;
  margin:-10px -10px 0 -10px;
  padding:6px 12px;
}
.box h2 a,
.box h2 a.visible {
  color:#fff;
  background:#333
  display:block;
  padding:6px 12px;
  margin:-6px -12px;
  border:none;
}
.grid_4 .box h2 a {
  background-position: 97% 50%;
}
.grid_5 .box h2 a {
  background-position: 98% 50%;
}
.grid_12 .box h2 a {
  background-position: 99% 50%;
}


.box h2 a.hidden,
.box h2 a.hidden:hover {
  background-image:
}
.box h2 a:hover {
  background-color:#111;
}
.block {
  padding-top:10px;
  overflow: auto !important;
  
} 
div.menu {
  padding:0;
}
div.menu h2 {
  margin:0;
}
div.menu .block {
  padding-top:0;
}


/* paragraphs, quotes and lists
----------------------------------------------- */
p {
  margin-bottom:1em;
}
blockquote {
  font-family: Georgia, 'Times New Roman', serif;
  font-size:1.2em;
  padding-left:1em;
  border-left:4px solid #ccc;
}
blockquote cite {
  font-size:.9em;
}
ul, ol {
  padding-top:0;
}


/* menus
----------------------------------------------- */
ul.menu {
  list-style:none;
  border-top:1px solid #bbb;
}
ul.menu li {
  margin:0;
}
ul.menu li a {
  display:block;
  padding:4px 10px;
  border-bottom:1px solid #ccc;
}
ul.menu li a:hover {
  background:#eee;
}
ul.menu li a:active {
  background:#ccc;
}


/* submenus
----------------------------------------------- */
ul.menu ul {
  list-style:none;
  margin:0;
}
ul.menu ul li a {
  padding-left:30px;
}


/* section menus
----------------------------------------------- */
ul.section {
  border-top:0;
  margin-bottom:0;
}
ul.section li {
  text-transform:uppercase;
}
ul.section li a {
  background:#bbb;
}
ul.section li a:hover {
  background:#aaa;
}
ul.section li a:active {
  color:#fff;
  background:#666;
}
ul.section li li a {
  background:#ddd;
  border-bottom:1px solid #eee;
}
ul.section li li a:hover {
  background:#ccc;
}
ul.section li li a:active {
  color:#000;
  background:#fff;
}
ul.section ul li {
  text-transform:none;
}
ul.section ul.current li a {
  background:#eee;
  border-bottom:1px solid #fff;
}
ul.section ul.current li a:hover {
  background:#ddd;
}
ul.section ul.current li a:active {
  background:#fff;
}
ul.section li a.current {
  color:#fff;
  background:#666;
}
ul.section li a.current:hover {
  background:#555;
}
ul.section li a.current:active {
  background:#444;
}
ul.section li a.active {
  background:#fff;
  cursor:default;
}
ul.section li.current > a.active,
ul.section li.current > a.active:hover {
  color:#fff;
  background:#666;
  cursor:default;
}


/* table
----------------------------------------------- */
table {
  width:100%;
  border:1px solid #bbb;
  margin-bottom:10px;
}
col.colC {
  width:8em;
}
th, td {
  padding:.2em 1em;
  text-align:left;
}
thead th {
  border-bottom:2px solid #888;
  background:#bbb;
  padding:.4em 1em .2em;
}
thead th.table-head {
  font-size:1em;
  font-weight:normal;
  text-transform:uppercase;
  color:#fff;
  background:#555;
  border:1px solid #555;
}
tbody th,
tbody td {
  border-top:1px solid #bbb;
  border-bottom:1px solid #bbb;
  background:#eee;
}
/* Added to fix the width while displaying table */
tbody td label{
  display: inline-block;  
}
tbody tr.odd th,
tbody tr.odd td {
  background:#fff;
}
tfoot th,
tfoot td {
  border-top:2px solid #666;
  background:#eee;
}
tfoot tr.total th,
tfoot tr.total td {
  border-top:6px double #666;
}
tfoot tr.total th {
  text-transform:uppercase;
}
th.currency,
td.currency {
  text-align:right;
}

.itemInfo tr th, .itemInfo tr td {
  border-right: 1px solid #ccc;
}

#sitetext {
  width:100%;
  border:1px solid white;
  margin-bottom:10px;
}

#sitetext tbody th,
#sitetext tbody td {
border-top: 1px solid white;
border-bottom: 1px solid white;
background: white;
text-align: justify;
}

/* forms
----------------------------------------------- */
form {
  overflow:auto;
}
fieldset {
  border:1px solid #bbb;
  padding:10px;
  position:relative;
  background:#e9e9e9;
  margin-bottom:10px;
}
legend {
  font-size:1.1em;
  padding:.4em .8em;
  background:#fff;
  border:1px solid #bbb;
}
fieldset.login p {
  margin-bottom:1em;
  margin-top:0pt;
}
fieldset p label {
  width:98%;
}
fieldset p input {
  width:98%;
}
fieldset p textarea {
  width:98%;
}

fieldset p select {
  width:99%;
}
fieldset.login p label {
  float:left;
  line-height:2em;
  margin-right:3%;
  text-align:right;
  width:32%;
}
fieldset.login p input {
  width:60%;
}
fieldset.login input.button {
  margin-left:35%;
}
form p.bold {
  font-weight:bold;
}
input.search.text {
  width:66%;
}
input.search.button {
  width:28%;
  margin-left:2%;
}


/* articles
----------------------------------------------- */
.articles {
  padding:0;
}
.articles h2 {
  margin:0;
}
#articles {
  padding-top:0;
}
.article {
  border-top:1px solid #666;
  padding-top:.5em;
}
.box .article {
  border-top:3px solid #fff;
  padding:13px 10px 0 10px;
}
.article h2 {
  font-size:2em;
  font-weight:normal;
  text-transform:none;
  color:#333;
  background:transparent;
  padding:0;
  margin:0;
  border:none;
}
.article h3 {
  margin-bottom:.2em;
  font-size:1.6em;
}
.box .first {
  border-top:none;
}
.article h4 {
  font-size:1.2em;
  text-transform:uppercase;
  margin-bottom:.5em;
}
.article a.image {
  float:left; 
  margin:3px 10px 3px 0; 
  padding:4px;
  border:1px solid #bbb;
  background:#fff;
}
.article a.image:hover {
  border:1px solid #666;
}
.article a.image img {
  float:left; 
}
.article p.meta {
  color:#666;
  border-top:1px dotted #999;
  border-bottom:1px dotted #999;
  padding:.3em 0;
  margin-bottom:.8em;
}


/* site information
----------------------------------------------- */
#site_info .box {
  color:#ccc;
  background:#666;
  margin-bottom:10px;
}
#site_info a {
  color:#fff;
}
#site_info a:hover {
  color:#000;
}


/* AJAX sliding shelf
----------------------------------------------- */
#loading {float:right; margin-right:14px; margin-top:-2px;}
.block {padding-bottom:1px;}


/* Accordian
----------------------------------------------- */
.toggler {
  color: #222;
  margin: 0;
  padding: 2px 5px;
  background: #eee;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-top: 1px solid #f5f5f5;
  border-left: 1px solid #f5f5f5;
  font-size:1.1em;
  font-weight: normal;
}
.element h4 {
  margin: 0;
  padding:4px;
  line-height:1.2em;
}
.element p {
  margin: 0;
  padding: 4px;
}
.float-right {
  padding:10px 20px;
  float:right;
}

#accordian-block {
  padding-bottom:10px;
}

/* Custom Styles
--------------------------------------------- */
textarea {
  width: 98%;
}

.categorySearch{
  font-size: 12px;
  /* font-weight: bold; */
} 

.categorySubmit{
  margin-top: 30px;
}

.mapSubmitButton{
  margin-left: 130px !important;
  margin-top: 30px !important;
}

.parentCategory {
  display : inline-block;
  margin-left: 15px;
  vertical-align: middle;
}

.addCategoryLink{
  background-color: #ECECEC;
  border: 1px solid #999;
  padding: 3px 3px 3px 3px;
} 

#updateCategoryBlock{
  margin-bottom: 20px;  
} 

#parentCategory h5 {
  display : inline;
  margin-left: 5px;
  margin-right: 15px;
}

#addCategory {
  margin-top: 10px;
}

#passwordReset{
  margin-left: 30px;
  font-size: 12px;
  text-align: center; 
}
/* Library customer */
.membershipPlan{
  display: none;
}
#customerTable tr .col1{
  width: 25%; 
}
#customerTable tr .col2{
  width: 75%; 
}
.updatePlan{
  display: none;
}   

/* myperks Dashboard 
--------------------------------------------- */
.dashboardHeader {
  padding: 20px;
}

.dashboard {
  padding: 20px;
}

.dashboard {
  font-size: 14px;
  margin: 10px 0px 40px 0px;
}

.dashboard .header {
  background-color: white;
  font-size: 19px;
  text-align: center;
}

.dashboard .subHeader {
  font-size: 15px;
  text-align: center;
}

.dashboard .header td {
  background-color: #888;
  color: white;
  font-size: 15px;
}

.dashboard tr td {
  text-align: center;
}

.dashboard .content td {
  background-color: #fafafa;
  text-align: center;
  
}

.dashboard .header td {
  text-align: center;
  padding: 2px 0px;
}
.productDetail tr td label {
  width: 100px;
}

#insertPlan {
  display: none;
}

.upload {
  
}

.upload .col3,.col5 {
  vertical-align: middle;
  text-align: center;
}

.upload .col3 b, .col5 b, {
  border: 1px solid #ccc;
  background-color: #353e48;
  color: white;
  font-size: 14px; 
  padding: 3px 6px;
}
.upload .col1 , .col2 , .col3 , .col4, .col5 {
  width: 20%;
}

#rightText {  
  text-align: right;  
}
#rightText b{ 
  text-align: right;  
  font-weight: bold;
  padding: 2px 15px;
}

/* User Detail page table*/
.userExtraInfo tr .col1{
 width: 16%;
}
.userExtraInfo tr .col2{
 width: 10%;
}
.userExtraInfo tr .col3{
 width: 24%;
}
.userExtraInfo .col4{
 width: 30%;
}
.userExtraInfo .col5{
 width: 20%;
}
.userExtraInfo .col4 {
 width: 30%;
}
.userExtraInfo .col1 label, .col3 label{
  width: 100%;
}
.userExtraInfo tr .col2 select{
 width: 100%;
}
.userExtraInfo .col4 input, .col5 input{
  width: 100%;
}

.button{
  -webkit-box-align: center;
  text-align: center;
  cursor: default;
  color: buttontext;
  padding: 2px 6px 3px;
  border: 2px outset buttonface;
  border-image: initial;
  background-color: buttonface;
  box-sizing: border-box;
  -webkit-appearance: push-button;
  white-space: pre;
}
#isbnEdit {
  padding: 1px 5px;
  margin: 0px 10px;
  border: 1px solid #888;
  font-style: normal;
  background-color: #CCC;
  cursor: pointer;
}

.giftwrappers {
  text-align: center;
  width: 100px;
  float: left;
}
.gftMsg{
  display: block;
}
.giftChargeText{
  font-size:12px;
  padding:10px 0px 10px 10px;
}
.giftChargeText p {
  font-size:12px;
  padding:10px 0px 10px 10px;
  display: inline;
} 
.clear {
  clear: both;
}
.clrradio {
  height: 15px;
  width: 15px;
  border: 1px solid #ccc;
  display: block;
}
#radio em {
float: left;
width: 20px;
height: 34px;
}

.colorCode {
  color: black;
} 

.colorCodered {
  color : red;
}
.colorCodeyellow {
  color : #FBB113;
}
.colorCodegreen {
  color : green;
}
.jmesa .odd a, .jmesa .even a.colorCodered, .jmesa .odd a, .jmesa .odd a.colorCodered {
  color : red !important;
}
.jmesa .odd a, .jmesa .even a.colorCodeyellow, .jmesa .odd a, .jmesa .odd a.colorCodeyellow {
  color : #FBB113 !important;
}
.jmesa .odd a, .jmesa .even a.colorCodegreen, .jmesa .odd a, .jmesa .odd a.colorCodegreen {
  color : green !important;
}
.jmesa .odd a, .jmesa .even a.colorCode, .jmesa .odd a, .jmesa .odd a.colorCode {
  color : black !important;
}
.displayContent{
  display: inline;
}
.noteStyle{
  background-color:  #F5DEB3;
  font-size: 13px;
  border: 1px solid #ccc;
  padding: 2px 10px;
}
/* Pop up dialog box CSS */
.clear {clear:both;height:0;display: block;}
.dialogBackground {
  position:fixed;
  width:100%;
  height:100%;
  z-index:99990;
  opacity: 0.6;
  -moz-opacity: 0.6;
  filter:alpha(opacity=6);
  background:#333;
  display: none;
}
.dialogBox {
  position: absolute;
  width:400px;
  left:50%;
  top:30%;
  margin-left: -300px;
  z-index:99992;
  background:white;
  display: none;
}
.dialogBoxVATCalc {
  width:600px !important;
  top:15% !important;
  margin-left: -300px;
}
.dialogBoxVAT {
  width:600px !important;
  top:15% !important;
  margin-left: -300px;
}
.dialogBox .dialogHeader {
  position: relative;
  border-bottom:1px solid #ddd;
  background:#f0f0f0;
}
.dialogBox .dialogHeader .dialogHeaderContent {
  padding: 5px 10px;
}
#btnclose {
  background: url("https://cdn.kwench.com/kudos/p/images/common/close.png") no-repeat;
  position: absolute;
  right:10px;
  top:10px;
  display: block;
  height:16px;
  width:16px;
}
.dialogBox .dialogBody{
  
}
.dialogBox .dialogBody .dialogBodyContent{
  padding: 10px;
}
.dialogBox .dialogFooter{
  border-top:1px solid #ddd;
  background:#f0f0f0;
}
.dialogBox .dialogFooter .dialogFooterContent{
  padding: 5px 10px;
  text-align: left;
}
.dialogBox .dialogFooter .dialogFooterContent .btnsubmit{
  float: right;
} 
.showdialog{
  border:  none;
}

/* Pop up dialog box CSS */
 .calc {
  padding-right: 10px;
  margin-right: 5px;
  float: left;
  width: 18px;
  height: 18px;
  display: block;
  margin: 2px auto 0px;
}
.calc img {
  margin-left: 2px;
}
.showVatDialog  {
  border-left: 1px solid #333;
  padding-left: 5px; 
  margin: 2px auto 0;
  float: left;
  width: 18px;
  height: 18px;
  display: block;
}
.egiftdialog {
    border-left: 1px solid #333;
  padding-left: 5px; 
  margin: 2px auto 0;
  float: left;
  width: 18px;
  height: 18px;
  display: block;    
}

.giftdialogBox {
  position: absolute;
  width:600px;
  left:50%;
  top:30%;
  margin-left: -300px;
  z-index:99992;
  background:white;
  display: none;
}

.scandialog {
    border-left: 1px solid #333;
  padding-left: 5px; 
  margin: 2px auto 0;
  float: left;
  width: 18px;
  height: 18px;
  display: block;    
}

.scandialogBox {
  position: absolute;
  width:600px;
  left:50%;
  top:30%;
  margin-left: -300px;
  z-index:99992;
  background:white;
  display: none;
}

/* Help Popu up */
.myppop {
  position:relative;
}
.myppop .whyimportant {
  float:left;
  margin-top:3px;
}
.myppop .whyimportant img {
  height: 15px;
  width: 15px;
  margin-left: 1px;
  margin-top: 1px;
}
.myppop .elshow {
  display:block;
}

.whypopup {
  display: none;
  position: absolute;
  /*background: #f0f0f0; */
  padding: 5px;
  top: -3px;
  left: 23px;
  box-shadow: 0px 0px 5px rgb(160, 160, 160);
  *border: 1px solid #ccc;
  z-index: 9990;
  width: 340px;
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  background-color: white;
  color: #333;
}
.txtboxpop{
  float: left;
}

.ui-autocomplete { 
  max-height: 300px; 
  overflow-y: scroll; 
  overflow-x: hidden;
}
#dialogVoucherDetails.dialogVoucherDetails  {
  position: fixed;
  width: auto;
  left: 50%;
  top: 30%;
  margin-left: -300px;
  z-index: 99992;
  background: white;
  display: none;
}
.h-fixes {
  height: 350px;
  overflow: auto;
}
.h-fixes .dialogHeader {
  padding: 10px;
}