@font-face {
  font-family: 'GothamPro';
  src: url('../fonts/Gotham/GothamPro.eot');
  src: url('../fonts/Gotham/GothamPro.woff') format('woff'), url('../fonts/Gotham/GothamPro.ttf') format('truetype'), url('../fonts/Gotham/GothamPro.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GothamPro-Medium';
  src: url('../fonts/Gotham/GothamPro-Medium.eot');
  src: url('../fonts/Gotham/GothamPro-Medium.woff') format('woff'), url('../fonts/Gotham/GothamPro-Medium.ttf') format('truetype'), url('../fonts/Gotham/GothamPro-Medium.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GothamPro-Italic';
  src: url('../fonts/Gotham/GothamPro-Italic.eot');
  src: url('../fonts/Gotham/GothamPro-Italic.woff') format('woff'), url('../fonts/Gotham/GothamPro-Italic.ttf') format('truetype'), url('../fonts/Gotham/GothamPro-Italic.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GothamPro-BlackItalic';
  src: url('../fonts/Gotham/GothamPro-BlackItalic.eot');
  src: url('../fonts/Gotham/GothamPro-BlackItalic.woff') format('woff'), url('../fonts/Gotham/GothamPro-BlackItalic.ttf') format('truetype'), url('../fonts/Gotham/GothamPro-BlackItalic.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GothamPro-Medium';
  src: url('../fonts/Gotham/GothamPro-Medium.eot');
  src: url('../fonts/Gotham/GothamPro-Medium.woff') format('woff'), url('../fonts/Gotham/GothamPro-Medium.ttf') format('truetype'), url('../fonts/Gotham/GothamPro-Medium.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GothamPro';
  src: url('../fonts/Gotham/GothamPro.eot');
  src: url('../fonts/Gotham/GothamPro.woff') format('woff'), url('../fonts/Gotham/GothamPro.ttf') format('truetype'), url('../fonts/Gotham/GothamPro.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*@font-face { font-family: GothamPro; src: url(../fonts/OpenSans-Regular.eot); src: url(../fonts/OpenSans-Regular.eot?#iefix) format('embedded-opentype'), url(../fonts/OpenSans-Regular.ttf) format('truetype'); }
@font-face { font-family: GothamPro-Medium; src: url(../fonts/OpenSans-Bold.eot); src: url(../fonts/OpenSans-Bold.eot?#iefix) format('embedded-opentype'), url(../fonts/OpenSans-Bold.ttf) format('truetype'); }
@font-face { font-family: GothamPro; src: url(../fonts/OpenSans-Light.eot); src: url(../fonts/OpenSans-Light.eot?#iefix) format('embedded-opentype'), url(../fonts/OpenSans-Light.ttf) format('truetype');/*src: url('../fonts/OpenSans-Light.eot'); /* IE9 Compat Modes */
/*src: url('../fonts/OpenSans-Light.ttf'); }*/

:root {
  --fontColor: #2C2C2C;
  --themeColor: #2C2C2C;
  --hoverColor: #ea1d24;
  --activeBg: #ea1d24;
  --activeColor: #fff;
}


/*
* { box-sizing: border-box; }
*:focus { outline: 0; outline: medium none !important; }
/*Global css*/
html {
  font-size: 62.5%;
}

body {
  background-color: #FFF;
  font-size: 1.3rem;
  font-family: "Roboto", sans-serif;
}

html,
body {
  height: 100%;
  margin: 0;
}

body,
caption,
th,
td,
input,
textarea,
select,
option,
legend,
fieldset {
  font-family: "Roboto", sans-serif;
}

a {
  color: #000000;
  text-decoration: none
}

a:hover,
a:focus {
  color: #000000;
  text-decoration: underline
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  color: var(--fontColor);
  margin: 15px 0
}

h1 {
  padding-bottom: 5px;
  border-bottom: #D4D4D4 solid 1px;
  position: relative;
  font-size: 2.8rem;
}

h1 span.bottomLine {
  width: 50px;
  height: 3px;
  background: #7b7265;
  position: absolute;
  left: 0;
  bottom: -2px;
}

strong,
b {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 14px;
}

h1.title {
  font-size: 2.8rem;
}

h2 {
  font-size: 2.4rem;
}

h3 {
  font-size: 2.2rem;
}

h4 {
  font-size: 2.0rem;
}

h5 {
  font-size: 1.8rem;
}

h6 {
  font-size: 1.6rem;
}

h1.title,
h2.title,
h3.title {
  margin: 15px 0;
}

h4 span,
h5 span {
  color: #000;
  font-size: 14px;
}

ul li {
  line-height: 18px;
  margin-bottom: 10px;
  font-size: 14px;
}

table {
  width: 100%;
  border: #C7C7C7 solid 1px;
  border-right: none;
  margin-bottom: 10px;
}

table thead th,
th {
  padding: 10px;
  font-weight: normal;
  color: var(--fontColor);
  font-size: 1.3rem;
  background: #FFF;
  border-bottom: 3px solid #C7C7C7;
}

table thead tr>th:last-child,
tr>th:last-child {
  border-right: #C7C7C7 solid 1px;
}

table tbody tr>td:last-child,
tr>td:last-child {
  border-right: #C7C7C7 solid 1px !important;
}

table tbody td,
td {
  padding: 10px;
  border-bottom: #C7C7C7 solid 1px;
  font-size: 1.3rem;
}

tr.even,
tr.odd {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #C7C7C7;
  padding: 0.1em 0.6em;
}

table.sticky-header {
  z-index: 9
}

td.active {
  background-color: transparent;
}

table.ExhibitorTable th,
table.ExhibitorTable td {
  padding: 10px 5px;
}

.noBorTble {
  border: none !important;
  margin-top: 25px;
}

.noBorTble tr>th:last-child,
.noBorTble tr>th:last-child {
  border-right: none !important;
}

.noBorTble td {
  padding: 15px 10px
}

.noBorTble .borBtmNon td {
  border-bottom: none;
}

.noBorTble tbody tr>td:last-child,
.noBorTble tr>td:last-child {
  border-right: none !important;
}

.borBtmNone {
  border-bottom: none
}

.noBor,
.noBor td:last-child {
  border: none !important;
}

.noBor tbody {
  border: none;
}

.noBor tr.ordLastRow td {
  padding: 10px 0px;
  border: none !important;
}

.noBor tr td,
.noBor tr th {
  padding: 10px 0px;
  border: none !important;
}

.noBorWidHead thead tr,
.noBorWidHead tbody tr {
  border: 1px solid #C7C7C7;
}

.noBorWidHead thead th,
th {
  padding: 10px;
  font-weight: normal;
  color: var(--fontColor);
  font-size: 1.3rem;
  background: #FFF;
  border-bottom: 3px solid #C7C7C7;
}

.noBorWidHead {
  border: none !important
}

.noBorWidHead td {
  padding: 10px;
  border: none !important;
}

.prdSumryTbl {
  background: transparent !important;
  border: none !important;
}

.prdSumryTbl td,
.prdSumryTbl tbody td {
  border: none;
  padding: 3px;
  text-align: right;
}

.prdSumryTbl th,
.prdSumryTbl tbody th {
  border: none;
  padding: 3px;
}

table.prdSumryTbl tbody {
  border: none !important
}

table.prdSumryTbl tbody tr>td:last-child,
table.prdSumryTbl tr>td:last-child {
  border: none !important;
  padding-right: 10px;
}

td.checkbox,
th.checkbox {
  display: table-cell
}

.order-summary-content-tbl td {
  padding: 10px;
}

.noborder {
  border-right: none !important;
}

.trvlAccTbl th {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px
}

.trvlAccTbl td {
  border-right: 1px solid #ccc;
}

#logo img {
  height: 110px;
}

.exLogo {
  text-align: center;
}

.exLogo img {
  /*margin: 30px 7px; /* height: 110px; */
  width: 100%;
}

.hostedby-img img {
  margin: 0px 7px;
  height: 110px;
}

/*.exLogo a:first-child img { margin-left: 15px;}
.exLogo a:first-child img { margin-left: 15px;}*/
.exLogoclient img {
  margin: 8px 7px 0 20px;
}

.form-submit,
input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.btn {
  background: #FFF;
  border: var(--themeColor) solid 3px;
  color: #000000;
  /*border:#f1ac30 solid 3px;
	color: #f1ac30;*/
  font-size: 1.2rem;
  padding: 6px 15px;
  cursor: pointer;
  transition: ease-in-out 0.2s;
  border-radius: 0;
  display: inline-block;
  vertical-align: inherit;
  line-height: normal;
  margin-top: 7px;
}

.form-submit.btn-xs,
input[type="submit"].btn-xs,
input[type="reset"].btn-xs,
input[type="button"].btn-xs,
button.btn-xs,
.btn.btn-xs {
  padding: 1px 5px !important
}

.btn-group-justified .btn {
  border: var(--themeColor) solid 3px;
  border-left: none;
}

.btn-group>.btn:first-child {
  border: var(--themeColor) solid 3px;
}

.placeBtn {
  margin-top: -15px;
}

.form-submit:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover,
.btn:hover {
  background: var(--themeColor);
  /*background: #f1ac30;*/
  color: #FFF;
}

select {
  min-width: 250px;
  border: #DDD solid 1px;
  padding: 5px;
}

.selectPro {
  width: 250px;
}

button.close {
  background: transparent
}

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="email"],
input type[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
.form-textarea {
  width: 94%;
  border: #D8D8D8 solid 1px;
  padding: 5px;
}

input[type="file"] {
  display: inline-block;
}

select.selectQyt,
input[type="text"].selectQyt {
  width: 100px;
  min-width: 1px;
}

.guidProfile input[type="text"],
.guidProfile select {
  width: 250px;
}

select.selectMediam,
input[type="text"].selectMediam {
  width: 173px;
  min-width: 1px;
}

select.selectlarge,
input[type="text"].selectlarge {
  width: 400px;
  min-width: 1px;
}

.form-text {
  width: 250px;
}

.qtyTxtFld {
  min-width: 1px !important;
  width: 40px;
}

.node-form .text {
  width: 250px;
}

hr {
  border-color: #A7A6A6;
  border-style: none none dotted;
  border-width: medium medium 1px;
  height: 2px;
  margin: 10px 0;
}

.form-text {}

/*Global css ends*/
/*neutralization*/
.with-navigation #content,
.with-navigation .region-sidebar-first,
.with-navigation .region-sidebar-second {
  margin: 0
}

p {
  line-height: 22px;
}

/*neutralization ends*/
/* Admin view css override*/
/*for admin side*/
dt {
  margin: 0 0 0px 0;
  padding: 5px;
  font-size: 1.4rem;
}

dd {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: #C1C0C0 dashed 1px;
  font-size: 1.2rem;
}

div.admin-panel {
  margin: 0 0 15px 0;
  padding: 8px 8px 15px 8px;
  border: #DDD solid 2px;
  background: #FFF;
  box-shadow: rgba(0, 0, 0, 0.11) 0px 0px 15px inset;
}

div.admin-panel h3 {
  margin-top: 0
}

.item-list ul li {
  margin: 0 0 10px 0;
}

.block-region {
  background-color: rgba(255, 255, 102, 0);
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 5px;
  border: #B7B7B7 solid 2px;
}

#navigation {
  margin-right: 0
}

.region-sidebar-first {
  margin-right: 0
}

ul ul {
  list-style-type: none;
}

ul.primary {
  margin: 0 0 10px 0;
  padding: 0 0 0 0px;
  border-width: 1px;
  background: none;
}

ul.primary li {
  float: left;
  margin: 0 10px 0 0;
  padding: 0;
}

ul.primary li a {
  background: none;
  background: none;
  border: #BBB solid 1px;
  border-bottom: none;
  padding: 6px 20px;
  height: auto;
  color: #5D5B5B
}

ul.primary li a:hover,
ul.primary li a:focus {
  border-width: 1;
  border: #BBB solid 1px;
  border-bottom: none;
  background: none;
  background-color: #FFF;
  color: #000000;
}

ul.primary li a:hover .tab,
ul.primary li a:focus .tab {
  background: none;
  background-color: #FFF;
  color: #000000;
}

ul.primary li a .tab {
  background: none;
  padding: 0
}

ul.primary li.active a,
ul.primary li.active a:hover,
ul.primary li.active a:focus {
  background: #FFF;
  border: #BBB solid 1px;
  border-bottom: none;
  padding: 6px 20px;
  height: auto;
  color: #000000
}

ul.primary li.active a .tab,
ul.primary li.active a:hover .tab,
ul.primary li.active a:focus .tab {
  background: none;
}

div.messages,
div.status,
div.warning,
div.error {
  padding: 8px 8px 8px 35px;
}

.password-description.error,
.password-description.warning {
  clear: both;
  max-width: 100%;
}

fieldset {
  border: #B9B8B8 solid 1px;
  padding: 10px;
  margin-bottom: 10px;
}

legend {
  padding: 0 10px;
  font-size: 1.3rem;
  display: inline-block;
  width: auto;
  border: none;
}

html.js fieldset.collapsed {
  margin-bottom: 20px;
}

div.teaser-button-wrapper {
  margin-bottom: 10px;
}

.resizable-textarea {
  width: 100%;
  margin-top: 5px;
}

.tips {
  padding: 0 0 0 25px;
  margin-top: 10px;
}

dl.multiselect dd.b,
dl.multiselect dd.b .form-item,
dl.multiselect dd.b select {
  width: 20em;
  min-width: 10px;
}

dl.multiselect .form-item {
  height: 37px;
}

/*for admin side ends*/
/*Utility classes*/
.bgWhite {
  background: #FFF;
}

.bgGray {
  background: #E8E8E8
}

.pull-none {
  float: none;
}

.delBtn {
  color: #BE0F0F;
  font-size: 16px;
}

.delBtn:hover {
  color: #BE0F0F;
}

.note {
  clear: both;
  padding: 10px 0;
  margin: 10px 0;
}

.noteListing {
  padding: 0;
  margin: 0;
  list-style: none;
}

.noteListing li:before {
  content: "\f101";
  font-family: 'FontAwesome';
  color: #f1ac30;
  position: absolute;
  left: 0;
}

.noteListing li {
  padding: 5px 15px;
  position: relative;
  margin: 0;
}

.singleArrowList,
.trmCndBody {
  padding: 0;
  margin: 0;
  list-style: none;
}

.madiText {
  margin: 2px 0;
  font-size: 12px;
  color: red;
}

.singleArrowList,
.trmCndBody ul {
  margin-bottom: 0;
  margin-left: 15px;
  padding: 0;
  list-style: none;
}

.singleArrowList li:before,
.trmCndBody li:before {
  content: "\f105";
  font-family: 'FontAwesome';
  color: #f1ac30;
  position: absolute;
  left: 0;
}

.singleArrowList li,
.trmCndBody li {
  padding: 5px 15px;
  position: relative;
  margin: 0;
  font-weight: normal;
}

.trmCndBody ul {
  list-style: none;
}

.compFrm {
  color: #E65B5A;
  margin-bottom: 3px;
}

.compFrmIcon {
  color: #e65b5a;
  margin-left: 5px;
  margin-top: 1px;
}

.compulsory-forms-legend {
  color: #000;
  float: right;
  font-size: 12px;
  padding: 7px 0;
}

.compulsory-forms-legend i {
  color: #e65b5a;
}

.legendContainer {
  margin: 10px 0;
}

.legendContainer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.legendContainer ul li {
  padding: 3px 15px;
  display: inline-block
}

.legendContainer ul li:last-child {
  padding-right: 0
}

.legendContainer ul li .legend {
  float: left;
  height: 15px;
  margin-right: 5px;
  margin-top: 2px;
  width: 15px;
}

.legendContainer ul li .legendPending,
.progress-bar-danger {
  background-color: #CC3232
}

.legendContainer ul li .legendInProgress,
.progress-bar-warning {
  background-color: #63D1F4
}

.legendContainer ul li .legendCompleted,
.progress-bar-success {
  background-color: #5CB85C
}

.panel-group .panel {
  border-radius: 0
}

.inventoryFroms {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.inventoryFroms .panel-heading a {
  background: #fff;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  color: #aa3811;
}

.inventoryFroms .panel-body ul,
.wishList .panel-body ul {
  color: #000;
  margin: 0;
  padding: 0;
  list-style: outside none none;
}

.inventoryFroms .panel-body ul li {}

.inventoryFroms .panel-heading a:hover {
  color: #e44e1b;
}

.inventoryFroms.panel-default {
  border-color: #e44e1b
}

.formStatusContainer .formTitle span {
  color: #333;
  float: right;
  font-size: 11px;
  font-weight: normal;
  margin: 4px 5px 0 0;
}

.panel-group .inventoryFroms .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
  border-color: #e44e1b
}

.panel-group .wishList .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
  border-color: #F2AA00
}

.panel-default>.panel-heading {
  background: #fff;
}

.panel-default a:hover,
.panel-default a:focus {
  text-decoration: none
}

/********************************DASHBOARD Ordered & Inventory Details START**********************************/
.wishList {
  margin-top: 31px !important;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.wishList.panel-default {
  border-color: #F2AA00
}

.wishList .panel-heading a {
  background: #fff;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  color: #8b650b;
}

.wishList .panel-heading a:hover {
  color: #F2AA00;
}

.exbihitorContainer .legendContainer ul li {
  display: block;
  padding: 3px 15px 3px 0;
}

.exbihitorContainer .legendContainer ul li:before {
  float: left;
  height: 15px;
  margin-right: 5px;
  margin-top: 2px;
  width: 15px;
  content: "";
}

.legendOrder:before {
  background-color: #e44e1b;
}

.legendWishList:before {
  background-color: #F2AA00;
}

.inventoryFroms .panel-body ul {
  color: #000;
  margin: 0;
  padding: 0;
  list-style: outside none none;
}

.inventoryFroms .panel-body ul li {}

.formTitle {
  font-size: 1.3rem;
  color: var(--fontColor);
  ;
  font-family: "Roboto", sans-serif;
}

.progress {
  height: 27px;
  border-radius: 1em;
}

.progress-bar {
  line-height: 27px;
}

.orderTotalCount {
  font-size: 1.3rem;
  color: #000;
  font-family: "Roboto", sans-serif;
  margin-top: 10px
}

.expiringAlert {
  font-size: 2rem;
  float: left;
  margin-right: 5px;
  margin-top: -2px;
}

.alert-warning {
  color: #9C6910;
}

.marginTop0 {
  margin-top: 0
}

.marginBtm5 {
  margin-bottom: 5px;
}

.paddingLR {
  padding: 0 10px;
}

/********************************DASHBOARD Ordered & Inventory Details END**********************************/
/*Utility classes*/
/*override classes*/
/*body container width set*/

#skip-link,
#page {
  font-size: 1.3rem;
}

#page-wrapper {
  width: 96%;
  /* min-width: 1230px; */
  margin: 0 auto;
}

#main-wrapper {
  padding: 0 0px 15px;
  background: #FFF;
}

/*body container width set ends*/
/* header css*/
#header {
  background-color: #fff;
  height: auto;
  padding-bottom: 10px;
  padding-top: 10px;
}

.topHeaderbanner {
  width: 390px;
  float: right;
}

.region-header {
  clear: none
}

#logo {
  margin: 0px 0 0px;
}

/* header css*/
#content,
.no-sidebars #content {
  float: left;
  width: 100%;
  margin-left: 0;
  margin-right: -960px;
  padding: 0;
}

/*for menu*/
.menuTopPannel .content {
  width: 90%;
  max-width: 1230px;
  margin: 0 -14px;
}

.region-highlight {
  margin: 0;
  background: var(--themeColor);
}

.highlightContainer {
  width: 97%;
  /* min-width: 1230px; */
  margin: 0 auto;
  position: relative;
}

.menuTopPannel #nice-menu-1 {
  width: 100%;
  padding: 0;
  background: var(--themeColor);
  border-top: none;
  border-top: var(--themeColor) solid 1px;
  border-bottom: var(--themeColor) solid 1px;
  float: none;
}

.menuTopPannel .nice-menu-down li {
  width: auto;
  background: var(--themeColor);
  border: none;
  font-family: "Roboto", sans-serif !important;
  font-size: 14px;
  cursor: pointer;
}

.menuTopPannel .nice-menu-down li:hover>a,
.menuTopPannel .nice-menu-down li:hover>span {
  color: #FFF;
  text-decoration: none;
}

ul.nice-menu a {
  padding: 15px 10px;
  /*border-right: rgba(255, 255, 255, 0.35) solid 1px;*/
  color: #FFF;
}

ul.nice-menu span {
  padding: 15px 10px;
  display: block;
  /*border-right: rgba(255, 255, 255, 0.35) solid 1px;*/
  color: #FFF;
}

.menuTopPannel .nice-menu-down li a.active {
  color: var(--activeColor);
  text-decoration: none;
  background: var(--activeBg)
}

.menuTopPannel .nice-menu-down li a.active span {
  color: #FFF
}

.menuTopPannel .nice-menu-down li ul li a.active {
  color: #FFF;
  text-decoration: none;
  background: var(--themeColor);
}

.menuTopPannel .nice-menu-down li.menuparent ul,
#header-region ul.nice-menu li.menuparent ul {
  width: 200PX;
  top: 3.7em;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 10px;
  border-top: rgba(255, 255, 255, 0.3) solid 1px;
  /*display:block !important;
	visibility:visible !important;*/
}

.menuTopPannel .nice-menu-down li.menuparent ul li ul {
  top: 0;
  left: 200px;
  box-shadow: rgba(0, 0, 0, 0.2) 4px 0px 10px;
  border: #cccbcb solid 1px;
  border-left: none;
}

.menuTopPannel .nice-menu-down ul li {
  clear: both;
  width: 100%;
  border-bottom: rgba(255, 255, 255, 0.3) solid 1px;
  transition: ease-in-out 0.1s;
}

.menuTopPannel .nice-menu-down ul li:hover>a,
.menuTopPannel .nice-menu-down ul li:hover>span {
  color: #FFF;
  cursor: pointer;
}

.menuTopPannel .nice-menu-down ul li:hover {
  background: var(--hoverColor) !important;
}

.menuTopPannel .nice-menu-down li ul li {
  background: var(--themeColor)
}

/*.menuTopPannel .nice-menu-down li ul li :hover{ background-color: #afafb6 }*/
.menuTopPannel .nice-menu-down ul li span {
  padding: 8px 15px;
  color: #FFF
}

.menuTopPannel .nice-menu-down ul li a {
  padding: 8px 15px;
  color: #FFF
}

.menuTopPannel .nice-menu-down li.menuparent {
  background: var(--themeColor) url(../images/arrow-down.png) 94% 19px no-repeat !important;
}

.menuTopPannel .nice-menu-down li.menuparent:hover {
  background: var(--hoverColor) url(../images/arrow-down.png) 94% 19px no-repeat !important;
}

ul.nice-menu-down li.menuparent ul li.menuparent {
  background: var(--themeColor) url(../images/arrow-right.png) 94% 10px no-repeat !important;
}

.menuTopPannel .nice-menu-down ul li.menuparent:hover {
  background: var(--hoverColor) url(../images/arrow-right.png) 94% 10px no-repeat !important;
}

.menuTopPannel .nice-menu-down ul li ul li:hover span.tab {
  color: #FFF;
}

.menuTopPannel .nice-menu-down ul li ul li :hover {
  color: #FFF;
  background: var(--hoverColor);
}

.menuTopPannel .nice-menu-down ul li ul li span.tab {
  padding: 0;
  border: none;
}

.menuTopPannel .nice-menu-down li.menuparent span,
.menuTopPannel .nice-menu-down li.menuparent a {
  padding-right: 34px;
}

/*for menu ends*/
/*for footer*/
#footer {
  background: #dddddd;
  padding: 4px 0;
  font-size: 1.1rem;
  width: 100%;
  bottom: 0;
  position: fixed;
}

/*.prelogin  #footer {position:fixed;}*/
#footer p {
  margin: 0;
  font-size: 1.1rem;
}

/*for footer ends*/
/*override classes*/
/*product Details page*/
.productDetails,
.products {
  margin-top: 15px;
}

.productDetailsContainer {}

.cartDetails {
  margin-top: 10px;
}

.cartDetails i {
  font-size: 3rem;
  color: #f1ac30;
  margin: 5px 5px;
}

.cartCount {
  width: 35px;
  height: 35px;
  float: right;
  background: var(--themeColor);
  text-align: center;
  color: #FFF;
  border-radius: 50%;
  line-height: 35px;
  cursor: pointer
}

.PrdId {
  padding: 10px 20px;
  border: #FBB579 solid 1px;
  width: auto;
  display: inline-block;
  font-size: 1.4rem;
}

td.ContentTitle {
  background: #FFF;
  font-weight: bold;
}

.content .ContentTitle a>img {
  margin-left: 7px;
}

.pendingForms .panel-heading {
  color: #cc3848;
  font-size: 16px;
  margin-bottom: 2px;
  padding-left: 0;
}

.pendingForms table {
  border: 1px solid #CC3848;
  border-radius: 3px;
  margin: 0px 0px 0px 0px;
}

.pendingForms table thead th {
  border-bottom: 3px solid #cc3848;
}

.pendingForms table tbody td {
  border-bottom: 0px solid #cc3848;
}

.pendingForms table tbody tr>td:last-child,
.pendingForms tr>td:last-child {
  border-right: 0 solid #cc3848 !important;
}

.pendingForms th a {
  cursor: pointer;
}

#divPendingForms th:last-child {
  width: 20%;
}

.completedForms .panel-heading {
  color: #2CB563;
  font-size: 16px;
  margin-bottom: 2px;
  padding-left: 0;
}

.completedForms table {
  border: 1px solid #2CB563;
  border-radius: 3px;
  margin: 0px 0px 0px 0px;
}

.completedForms table thead th {
  border-bottom: 3px solid #2CB563;
}

.completedForms table tbody td {
  border-bottom: 0px solid #2CB563;
}

.completedForms table tbody tr>td:last-child,
.completedForms tr>td:last-child {
  border-right: 0 solid #2CB563 !important;
}

.informativeForms .panel-heading {
  color: #3399FF;
  font-size: 16px;
  margin-bottom: 2px;
  padding-left: 0;
}

.informativeForms table {
  border: 1px solid #3399FF;
  border-radius: 3px;
  margin: 0px 0px 0px 0px;
}

.informativeForms table thead th {
  border-bottom: 3px solid #3399FF;
}

.informativeForms table tbody td {
  border-bottom: 0px solid #3399FF;
}

.informativeForms table tbody tr>td:last-child,
.informativeForms tr>td:last-child {
  border-right: 0 solid #3399FF !important;
}

.notApplicableForms .panel-heading {
  color: #D0710D;
  font-size: 16px;
  margin-bottom: 2px;
  padding-left: 0;
}

.notApplicableForms table {
  border: 1px solid #D0710D;
  border-radius: 3px;
  margin: 0px 0px 0px 0px;
}

.notApplicableForms table thead th {
  border-bottom: 3px solid #D0710D;
}

.notApplicableForms table tbody td {
  border-bottom: 0px solid #D0710D;
}

.notApplicableForms table tbody tr>td:last-child,
.notApplicableForms tr>td:last-child {
  border-right: 0 solid #D0710D !important;
}

/*.compulsoryForms,.optionalForms{
	display: none;
}*/
.compulsoryForms .panel-heading {
  color: #EB3D01;
  font-size: 16px;
  margin-bottom: 2px;
  padding-left: 0;
}

.compulsoryForms table {
  border: 1px solid #EB3D01;
  border-radius: 3px;
  margin: 0px 0px 0px 0px;
}

.compulsoryForms table thead th {
  border-bottom: 3px solid #EB3D01;
}

.compulsoryForms table tbody td {
  border-bottom: 0px solid #EB3D01;
}

.compulsoryForms table tbody tr>td:last-child,
.compulsoryForms tr>td:last-child {
  border-right: 0 solid #EB3D01 !important;
}

.optionalForms .panel-heading {
  color: #f1ac30;
  font-size: 16px;
  margin-bottom: 2px;
  padding-left: 0;
}

.optionalForms table {
  border: 1px solid #f1ac30;
  border-radius: 3px;
  margin: 0px 0px 0px 0px;
}

.optionalForms table thead th {
  border-bottom: 3px solid #f1ac30;
}

.optionalForms table tbody td {
  border-bottom: 0px solid #f1ac30;
}

.optionalForms table tbody tr>td:last-child,
.optionalForms tr>td:last-child {
  border-right: 0 solid #f1ac30 !important;
}

.optionalForms tr.inActive {
  background-color: #efefef;
  cursor: not-allowed;
}

.optionalForms tr.inActive .text-sm {
  font-size: 1.2rem;
  color: #707070;
}

.optionalForms tr.inActive a {
  pointer-events: none;
}

.optionalForms tr.inActive select {
  pointer-events: none;
}

.pendingForms table thead tr>th:last-child,
.pendingForms table tbody tr>td:last-child,
.completedForms table thead tr>th:last-child,
.completedForms table tbody tr>td:last-child,
.informativeForms table thead tr>th:last-child,
.informativeForms table tbody tr>td:last-child,
.notApplicableForms table thead tr>th:last-child,
.notApplicableForms table tbody tr>td:last-child,
.compulsoryForms table thead tr>th:last-child,
.compulsoryForms table tbody tr>td:last-child,
.optionalForms table thead tr>th:last-child,
.optionalForms table tbody tr>td:last-child {
  border-right: 0 solid;
}

.alertDate {
  background: #f5f5f5;
  border-bottom: #d6d6d6 solid 1px;
}

.checkBoxBk {
  width: 20px;
  float: left;
  height: 15px;
}

.checkBoxBk input[type="radio"],
.checkBoxBk input[type="checkbox"] {
  margin-top: 2px;
}

#divPendingForms .alertDate:last-child {
  border-bottom: none
}

/**********Exhibitor Directory start***********/
.item-list .pager li {
  padding: 0em;
}

.item-list .pager li.pager-current {
  padding: 5px;
}

.ExhiDirViewdetail {
  background: #fff none repeat scroll 0 0;
  border: 1px solid rgba(44, 74, 136, 0.35);
  padding: 10px;
}

.ExhiDirViewdetail a,
.ExhiDirViewdetail span {
  color: #333;
  padding: 0 14px;
}

.ExhiDirViewdetail a b,
.ExhiDirViewdetail span b {
  color: #f1ac30;
}

.ExhiDirDetails {
  border: 1px solid rgba(44, 74, 136, 0.35);
  height: 276px;
  margin: 10px 0 0;
  /*max-height: 290px;*/
  /*min-height: 276px;*/
}

.primear {
  color: #f1ac30;
  font-size: 24px;
  /*position: relative;
margin-right: 21px;*/
}

/*.primear::before {
background: rgba(0, 0, 0, 0) url("../images/primer1.png") no-repeat scroll 0 0;
content: "";
height: 30px;
left: 14px;
margin: -26px;
position: absolute;
top: 20px;
width: 30px;
}*/
.emailLink {
  color: #000000;
  font-size: 14px;
  padding-top: 4px;
  text-decoration: underline;
}

.ExhiDirLogo {
  height: 92px;
  background: #FFF;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.ExhiDirLogo img {
  max-height: 80px;
  width: auto;
  max-width: 100%;
  height: auto;
}

.ExhiDirBlockContant .productsImg {
  height: 90px;
}

.productsImg img {
  width: auto;
  height: auto;
  max-height: 90px;
  max-width: 100%;
}

.ExhiDirBlockContant h6 {
  color: var(--hoverColor);
  margin: 0 0 15px;
}

.tab-content hr {
  border-bottom: 1px dotted #dddddd;
  margin: 17px 23px;
}

.ExhiDirPadding h5 {
  /*padding: 18px 10px 10px;*/
  color: #f1ac30;
}

.ExhiDirTabcontent {
  padding: 0;
}

.ExhiDirTabcontent .socialIocns .paddingLR:first-child {
  padding-left: 0
}

.ExhiDirTabcontent .form-group {
  margin-bottom: 10px;
}

.ExhiDirTabcontent .tab-content {
  background-color: rgba(19, 123, 178, 0.08);
  border-left: 1px solid rgba(19, 123, 178, 0.29);
  border-top: 1px solid rgba(19, 123, 178, 0.29);
  height: 182px;
  /*max-height: 179px;
    min-height: 167px;*/
  overflow-y: auto;
  padding: 10px 0px;
}

ul.ExhiDirTab {
  padding: 0px;
  margin: 0px;
}

ul.ExhiDirTab li {
  list-style: none;
  padding: 0px 17px;
}

.ExhiDirTab li.active {
  display: block;
  padding: 4px 17px;
  position: relative;
  background-color: #f1ac30;
  color: #ffffff;
}

.ExhiDirTab li.active a {
  color: #fff;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
}

.ExhiDirTab li.active::after {
  border-bottom: 13px solid transparent;
  border-left: 14px solid #f1ac30;
  border-top: 13px solid transparent;
  content: "";
  left: 100%;
  margin-top: -13px;
  position: absolute;
  top: 50%;
}

.ExhiDirSubTab .container {
  padding: 0;
}

.ExhiDirSubTab .tab-content {
  background-color: transparent;
  border: medium none;
}

.ExhiDirTabcontent .ExhiDirSubTab .tab-content {
  background-color: transparent;
  border-left: medium none;
  border-top: medium none;
  height: auto;
  max-height: 179px;
  min-height: 127px;
  overflow-y: auto;
  padding: 0px 0px;
}

.ExhiDirSubTab .nav-tabs {
  border-bottom: 2px solid var(--themeColor);
  margin-bottom: 10px;
  margin-top: -10px;
}

.ExhiDirSubTab .nav-tabs>li>a {
  border: 0 solid transparent;
  border-radius: 0;
  line-height: 1.429;
  margin-right: 0;
  padding: 10px;
}

.ExhiDirSubTab .nav-tabs>li {
  width: 19%;
}

.ExhiDirSubTab .nav>li>a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ExhiDirSubTab .nav-tabs>li.active>a,
.ExhiDirSubTab .nav-tabs>li.active>a:hover,
.ExhiDirSubTab .nav-tabs>li.active>a:focus {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: transparent;
  border-image: none;
  border-style: solid;
  border-width: 0;
  color: #f1ac30;
  cursor: default;
  font-weight: bold;
}

.ExhiDirSubTab .nav-tabs>li>a:hover {
  border-color: none;
}

.ExhiDirSubTab .nav>li>a::after {
  border-top: 26px solid #f1ac30;
  box-sizing: border-box;
  content: "";
  height: 0;
  left: 99%;
  position: absolute;
  top: 7px;
  width: 1px;
}

.ExhiDirSubTab .nav>li:last-child>a::after {
  border: none;
}

.ExhiDirSubTab .nav>li>a:hover,
.ExhiDirSubTab .nav>li>a:focus {
  background-color:
    /*rgba(255, 214, 156, 0.26)*/
    transparent;
  text-decoration: none;
}

.ExhiDirDetails.highlightDir {
  background: rgba(19, 123, 178, 0.24)
}

.highlightDir .ExhiDirLogo,
.highlightDir .ExhiDirTabcontent .tab-content {
  background: none
}

/**********Exhibitor Directory END***********/
/**********Promotional Packages start***********/
.addonsPackages {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 3px;
  box-shadow: 0 0 10px 3px rgba(43, 75, 136, 0.54);
  display: none;
  height: auto;
  left: 0;
  margin-top: 56px;
  position: absolute;
  top: 0;
  width: auto;
  z-index: 100;
}

.addonsPackages::before {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: transparent transparent #fff #fff;
  border-image: none;
  border-style: solid;
  border-width: 9px;
  top: 3em;
  box-shadow: -3px 3px 5px 0 rgba(43, 75, 136, 0.54);
  box-sizing: border-box;
  content: "";
  left: 1%;
  margin-left: -0.4em;
  position: absolute;
  transform: rotate(44deg);
  transform-origin: 0 0 0;
}

#divContent {
  min-height: 64px;
  padding: 8px 19px;
  width: 550px;
}

#moreInfoContent {
  padding: 8px 10px;
}

#scrollDiv .optionalForms td a {
  cursor: pointer;
}

.halfTbl table {
  width: 49%
}

.Popup-ContentTD {
  position: relative;
  padding: 0px;
  border: 0px;
  max-width: 564px;
}

.PopContentHead {
  background-color: #dad4d6;
  border-bottom: 2px solid #b5b3b4;
  border-radius: 2px;
  color: var(--hoverColor);
  font-weight: bold;
  margin: 0;
  padding: 10px;
}

ul#nice-menu-1 li ul li:last-child span {
  border: none;
  box-shadow: none;
  background: none !important;
}

/*
ul#nice-menu-1 li:last-child span{
	 background: #fc8a03 url("../images/packages.png") no-repeat scroll 99% 0 !important;
    padding-right: 39px;
}*/
.Popup-ContentTD img {
  width: 550px;
  height: auto;
  margin: 7px;
}

#scrollDiv .optionalForms select {
  min-width: 70px;
}

#scrollDiv .productTotal span {
  padding: 0 42px 0 12px;
}

#scrollDiv .compulsory-forms-legend i,
#scrollDiv .compFrmIcon {
  font-size: 15px;
}

.addonsClose {
  color: var(--hoverColor);
  cursor: pointer;
  float: right;
  font-size: 17px;
  position: absolute;
  right: 9px;
  top: 10px;
}

/*.prodCateGroup{height: 500px;}*/
ul.prodCategories {
  list-style: outside none none;
  margin-top: 7px;
  padding: 0;
}

ul.prodCategories ul,
ul.prodCategories ul ul ul,
ul.prodCategories ul ul ul ul {
  list-style: outside none none;
  padding: 0 14px;
}

/**********Promotional Packages END***********/
/**********products start***********/
.products .thumbnail {
  border: medium none;
  margin-bottom: 10px;
  margin-top: 10px;
  height: 160px;
  max-height: 160px;
  width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.products .row {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.products .row:last-child {
  border: medium none;
}

.products a:hover {
  text-decoration: none;
}

.productBlock .thumbnail img {
  transition: transform 0.3s ease;
}

.productBlock:hover .thumbnail img {
  transform: scale(1.2);
  /* Adjust scale as needed */
}

.products .productBlock {
  border: 1px solid #ffffff;
  padding: 15px;
  border: 1px solid transparent;
  transition: ease-in-out 0.4s;
  height: 242px;
  background-color: rgb(247, 247, 247)
}

.products .productBlock:hover {
  border: 1px solid #ffadb2;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.11);
  cursor: pointer;
}

/*.productsImg{
	padding-left:12px !important
}*/
.productsImg>div:last-child {
  font-weight: 600;
  padding: 10px 0 0;
}

.products .thumbnail img {
  height: auto;
  max-height: 100%;
  max-width: 70%;
  min-width: 35%;
  /*width: 32%;*/
}

.products .row {
  padding: 17px 0;
}

.prodName {
  color: var(--fontColor);
  font-size: 1.4rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  float: left;
  margin-bottom: 10px;
}

.prodNoRate {
  color: var(--fontColor);
  ;
  font-size: 1.4re;
}

/**********products end***********/
/**********productDetails & Accessories Start***********/
.specification {
  font-size: 15px;
  margin: 20px 0;
}

.specfTitle {
  font-weight: bold;
  margin: 10px 0;
  padding: 0;
}

.specf {
  margin: 10px 0;
}

.productDetails .prodNoRate {
  font-size: 22px;
  padding: 0;
  font-weight: normal;
}

.productDetails .termsCont,
.termsCont {
  font-size: 15px;
  font-weight: bold;
  text-decoration: underline;
}

.termsCont {
  margin-top: 0px;
}

.productDetails select {
  min-width: 107px;
  margin-right: 15px;
}

.productDetails .form-inline label {
  margin-right: 10px;
}

.prodAccessories .well {
  background: transparent;
  border: medium none;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  min-height: 0;
  padding: 19px;
}

.prodAccessories .carousel-control.left,
.prodAccessories .carousel-control.right {
  background: transparent none repeat scroll 0 0;
  height: 30px;
  width: 30px;
  top: 71px;
}

.prodAccessories .carousel-control.left {
  left: -26px;
}

.prodAccessories .carousel-control.right {
  right: -26px;
}

.prodAccessories .carousel-control.left i,
.prodAccessories .carousel-control.right i {
  color: var(--fontColor);
  font-size: 50px;
  font-weight: bold;
  text-shadow: none;
}

.prodAccessories .caption {
  color: var(--fontColor);
  font-size: 15px;
  margin: 10px 0 5px;
  /*text-align: center;*/
}

.accessoriesImg img {
  height: 138px;
  max-width: 126px;
  width: auto;
}

/*.adDetailImg{min-height:250px; height:auto}*/
.adDetailImg img {
  height: auto;
  max-width: 100%;
  min-width: 40%;
  width: 35%;
}

.adDetailImg,
.accessoriesImg {
  display: flex;
  flex-direction: column;
  /* height: 294px;*/
  justify-content: center;
  margin: 20px 0;
  align-items: center;
}

.productDetails .adDetailImg img {
  transition: transform 0.3s ease;
}

.productDetails .adDetailImg:hover img {
  transform: scale(1.2);
  /* Adjust scale as needed */
}

.prodAccessories .col-sm-2 {
  padding: 0 29px;
}

.orderSummary img {
  max-width: 100%;
  max-height: 75px;
  height: auto;
}

.orderSummary tr td {
  color: #000000
}

.deadLineDt {
  font-size: 15px;
  /*14px;*/
  font-weight: bold;
  color: #ff0303;
  /*#222;*/
  /*margin-left: 10px;*/
  margin-bottom: 10px;
  margin-top: 8px;
}

.addonH .deadLineDt {
  margin-left: 10px;
  font-size: 18px;
}

.order-summary-content-tbl input[type="text"] {
  min-width: 80px;
  padding: 5px;
  width: 40px;
}

.productTotal div,
.productLastTotal div {
  margin-bottom: 5px;
}

.productTotal b {
  float: left;
  width: 206px;
}

.productTotal span {
  padding: 0 75px 0 12px;
  width: auto;
  float: right;
}

.productLastTotal b {
  float: left;
  width: 249px;
}

.productLastTotal span {
  padding: 0 26px 0 12px;
  width: auto;
  float: right;
}

/**********productDetails & Accessories end***********/
.form-control {
  border-radius: 0;
}

.form-control:focus {
  border-color: #14baaf;
  box-shadow: none
}

/**********contactDetails start***********/
ul.contactDetails {
  margin: 0px;
  padding: 0px;
}

.contactDetails li {
  list-style: none;
  font-size: 1.4re;
}

/*.contactDetails li:first-child {
	font-size: 16px;
	margin-top: 18px;
}*/
.contactDetails b {
  float: left;
  width: 120px;
}

.contactDetails li i {
  color: #000000;
  font-size: 15px;
  padding-right: 7px;
}

/**********contactDetails end***********/
/**********editMyProfile start***********/
.editMyProfile .form-horizontal .control-label,
.formTextLeft .control-label {
  text-align: left;
}

.form-horizontal .control-label {
  text-align: left;
}

.editMyProfile select {
  min-width: 375px;
}

.editMyProfile .frmInvoice select {
  min-width: 250px;
}

/**********editMyProfile end***********/
/**********Electrical and power / fasciaSecter start***********/
.formElectPower ul,
.h4Listing ul {
  margin: 0px;
  padding: 0px;
}

.formElectPower ul li,
.h4Listing ul li {
  list-style: none;
}

.formElectPower ul li:before,
.h4Listing ul li:before {
  content: "\f105";
  color: var(--fontColor);
  font-family: FontAwesome;
  padding-right: 10px;
}

.products .form-group .col-sm-6,
.formElectPower .form-group .col-sm-12 {
  padding-left: 0;
  margin-bottom: 26px;
}

.customBrowse {
  border: 2px dashed #B9B7B7;
  height: 115px;
  text-align: center;
  width: 115px;
}

.customBrowse .fileText {
  color: #B9B7B7;
  font-size: 16px;
}

.fileAtteched {
  color: var(--hoverColor);
  font-size: 11px;
  margin: 10px 0;
}

.customBrowse .plusIcon {
  color: rgba(0, 0, 0, 0.2);
  font-size: 110px;
  line-height: 84px;
}

.cust_but {
  cursor: pointer;
  display: block;
  height: 100px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100px;
}

.pendingCompleteDropdown {
  position: absolute;
  right: 0;
  /*top: 5px;*/
  top: 38px;
}

.btnNote {
  font-size: 12px;
  margin: 0 0 0px 20px;
}

.btnNoteRight {
  padding: 0;
  font-size: 12px;
  font-style: italic;
  margin: 8px 0 25px;
}

/**********Electrical and power / fasciaSecter  end***********/
/**********panding Completed Dropdown start***********/
.pendingCompleteDropdown .nav .open>a,
.pendingCompleteDropdown .nav .open>a:hover,
.pendingCompleteDropdown .nav .open>a:focus,
.pendingCompleteDropdown .nav>li>a:hover,
.pendingCompleteDropdown .nav>li>a:focus {
  background-color: transparent;
  border-color: #337ab7;
}

.dropdownArrow::before {
  border-bottom: 12px solid #fff;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  content: "";
  left: 930px;
  position: absolute;
  top: -12px;
  z-index: 10;
}

.dropdownArrow::after {
  border-bottom: 12px solid #ccc;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  content: "";
  left: 930px;
  position: absolute;
  top: -13px;
  z-index: 8;
}

.pendingCompleteDropdown .dropdown-menu {
  left: -888px;
  top: 51px;
}

.pendingCompleteDropdown .yamm-content {
  padding: 10px 15px;
}

.list-unstyled>li {
  padding-bottom: 6px;
  padding-left: 5px;
  position: relative;
}

.mega-dropdown-menu {
  width: 1000px;
}

.list-unstyled,
.list-unstyled ul {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  min-width: 120px;
  padding: 0;
  padding-right: 15px;
}

.list-unstyled {
  border-right: none;
  padding: 0
}

.pendingCompleteDropdown h5 {
  margin-top: 5px;
  text-align: center;
}

/**********panding Completed Dropdown end***********/


#TB_closeAjaxWindow {
  display: inline-block;
  margin-bottom: 1px;
  padding: 0;
  text-align: right;
  width: 477px;
}

/*.productBtn {
	margin: 20px 0px;
}*/
.tableTotalRight {
  text-align: right;
  padding-right: 30px;
}

.exhibitorDetails hr {
  border-color: #A7A6A6;
  border-style: none none dotted;
  border-width: medium medium 1px;
  height: 2px;
  margin: 10px 0;
}

.WelcomeMessage {
  margin-top: 20px;
}

.productTotal .col-md-8.col-xs-12 ul {
  padding: 0;
}

.nearExpiryHead .panel-heading {}

.nearExpiry {
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 30px;
  height: 23x;
  padding: 0;
  position: relative;
}

.nearDate {
  background-color: #cc3848;
  border-radius: 30px;
  box-shadow: 0 0 9px -3px var(--hoverColor) inset;
  color: #fff;
  cursor: pointer;
  height: 23px;
  margin: 0;
  padding: 2px 0 0 5px;
}

.nearExpForms {
  padding: 2px 10px 0;
  color: #cc3848;
  cursor: pointer;
  position: absolute;
  right: 0;
}

.region.region-alert-top {
  margin-top: 20px;
}

.nearExpForms span {
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 96%;
}

.canvas-holder {
  width: 30%;
  float: right;
}

.frmInvoice .checkbox div {
  font-size: 1.2rem;
  padding-left: 27px;
}

.exhiNomUPload p {
  font-size: 12px;
  color: #000;
}

/* ====================scxcontractor start=====================*/
.backToList {
  margin-top: -40px;
}

.submissionCount {
  font-size: 15px;
  margin-bottom: 10px;
}

.backToListPrint {
  margin-top: -67px;
  padding-left: 57px;
  padding-right: 0;
}

/***********Manage Products*******************/
#frmProductNode .form-item {
  float: left;
  width: 100%;
  margin: 7px 0;
}

#frmProductNode .form-item label {
  float: left;
  width: 17%;
  clear: both;
}

#field_promo_val label {
  width: 9%;
}

#frmProductNode .form-item input[type="text"],
#frmProductNode .form-item select,
#frmProductNode .form-item textarea {
  float: left;
  width: 29%;
  padding: 7px;
}

.filefield-element .widget-preview {
  border: none;
}

#frmProductNode .ckeditor_links {
  margin-left: 18%;
}

#field_promo_val input,
#field_promo_val select,
#field_promo_val textarea {
  margin: 0 32px 15px 0;
  min-width: 10%;
  padding: 7px;
  width: 10%;
}

#frmProductNode .form-item .grippie {
  clear: both;
  float: left;
  margin-left: 201px;
  width: 29%;
}

#frmProductNode .filefield-element .widget-edit input {
  margin-bottom: 10px;
}

#frmProductNode .form-checkboxes {
  float: left;
  margin-top: 0;
  width: 73%;
}

#frmProductNode .resizable-textarea {
  float: left;
  width: 83%;
}

/***********Manage Products*******************/
/* ====================scxcontractor end=====================*/
/* ====================User Profile start=====================*/
.userProbtn {
  margin: 0px 0px 12px;
  padding: 0;
  ]
}

/*#edit-language-wrapper,#user-profile-form .collapsible{display: none;}*/
#edit-exhibitor-node-form .form-item,
#user-profile-form .form-item,
#user-register .form-item {
  float: left;
  width: 100%;
  margin: 7px 0;
}

#edit-exhibitor-node-form .form-item label,
#user-profile-form .form-item label,
#user-register .form-item label {
  float: left;
  width: 17%;
}

#edit-exhibitor-node-form .form-item input,
#user-register .form-item input,
#edit-exhibitor-node-form .form-item select,
#user-register .form-item select,
#user-profile-form .form-item input,
#user-profile-form .form-item select,
#edit-field-company-profile-0-value-wrapper .resizable-textarea {
  float: left;
  width: 29%;
  padding: 7px;
}

/*#user-register .form-item  textarea{float: left; width: 29%;padding: 7px;}*/
/*.resizable-textarea{float: left; width: 29%;padding: 7px;}*/
#edit-exhibitor-node-form .form-item .resizable-textarea {
  padding: 0;
  width: 70%;
  float: left;
}

#edit-coexhibitor-node-form .form-item,
#user-profile-form .form-item,
#user-register .form-item {
  float: left;
  width: 100%;
  margin: 7px 0;
}

#edit-coexhibitor-node-form .form-item label,
#user-profile-form .form-item label,
#user-register .form-item label {
  float: left;
  width: 17%;
}

#edit-coexhibitor-node-form .form-item input,
#user-register .form-item input,
#edit-coexhibitor-node-form .form-item select,
#user-register .form-item select,
#user-profile-form .form-item input,
#user-profile-form .form-item select,
#edit-field-company-profile-0-value-wrapper .resizable-textarea {
  float: left;
  width: 29%;
  padding: 7px;
}

#edit-coexhibitor-node-form .form-item .resizable-textarea {
  padding: 0;
  width: 70%;
  float: left;
}

.textarea-identifier.description {
  display: none;
}

#user-register .description {
  float: right;
  /*width: 61%;*/
  width: 83%;
}

#edit-exhibitor-node-form .description {
  float: right;
  /*width: 61%;*/
  width: 83%;
}

#user-register .form-radios {
  float: left;
  margin-top: 0;
  width: 73%;
}

#user-register #edit-notify-wrapper label {
  margin-left: 17.7% !important;
  margin-top: -23px;
}

#user-register #edit-notify-wrapper input {
  width: 12% !important;
}

#user-profile-form fieldset {
  border: 0px solid #14baaf;
  margin-bottom: 10px;
  padding: 0px;
}

#user-profile-form legend {
  border: medium none;
  color: #0b5034;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 2.3rem;
  font-weight: normal;
  margin-bottom: 20px;
  padding: 0;
  width: auto;
}

#edit-mail-wrapper .description,
#edit-timezone-name-wrapper .description {
  /* float: right; width: 53%;*/
}

#edit-field-alternate-email-0-value-wrapper .description,
#edit-timezone-name-wrapper .description {
  /*float: right; width: 53%; */
}

#edit-field-scx-moborphnno-0-value-wrapper .description,
#edit-timezone-name-wrapper .description {
  /* float: right;width: 53%; }
#edit-field-supplier-name-0-value-wrapper .description, #edit-timezone-name-wrapper .description { /*float: right;width: 53%;*/
}

#divProductCategory fieldset {
  border: medium none;
  padding: 0 0 7px;
}

#divProductCategory .collapse-processed {
  display: none;
}

#divProductCategory legend {
  font-weight: bold;
  margin: -2px 0 7px;
  padding: 0;
}

#divProductCategory {
  position: relative;
}

#divProductCategory .taxonomy-super-select-radios.taxonomy-super-select-compact {
  display: inline-block;
  float: inherit;
  height: auto;
  width: 100%;
}

/*#divProductCategory .taxonomy-super-select-radios.taxonomy-super-select-compact.taxonomy-super-select-radios.taxonomy-super-select-compact:last-child {
    padding-left: 31px;
    width: 100%;
}*/

#divProductCategory .option {
  width: 100% !important;
}

#divProductCategory .form-checkbox {
  width: 2% !important;
}

/* ====================User Profile end=====================*/
.reminderCheckbox li {
  list-style: none;
}

.reminderCheckbox li label {
  font-weight: normal;
}

/*contact details*/
.contactsBlock {
  margin: 15px 0
}

.contactsBlock table {
  margin: 0
}

.contactBox {
  padding: 10px;
  background: rgba(0, 0, 0, 0.03);
  margin-bottom: 30px;
}

.vendorTitle {
  padding: 15px 10px;
  margin: -10px -10px 0px;
  background: rgba(0, 0, 0, 0.03);
}

.vendorTitle h4 {
  margin: 0
}

/*for date picker*/
.datepicker table {
  border: none;
}

.datepicker table td,
.datepicker table th {
  border: none !important;
  border-radius: 0px;
}

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #DDDDDD;
  background-image: -moz-linear-gradient(top, #DDDDDD, #DDDDDD);
  background-image: -ms-linear-gradient(top, #DDDDDD, #DDDDDD);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#DDDDDD), to(#DDDDDD));
  background-image: -webkit-linear-gradient(top, #DDDDDD, #DDDDDD);
  background-image: -o-linear-gradient(top, #DDDDDD, #DDDDDD);
  background-image: linear-gradient(top, #DDDDDD, #DDDDDD);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DDDDDD', endColorstr='#DDDDDD', GradientType=0);
  border-color: #DDDDDD #DDDDDD #DDDDDD;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background: var(--themeColor);
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background: var(--themeColor);
  background-image: -moz-linear-gradient(top, var(--themeColor), var(--themeColor));
  background-image: -ms-linear-gradient(top, var(--themeColor), var(--themeColor));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#23467c), to(#23467c));
  background-image: -webkit-linear-gradient(top, var(--themeColor), var(--themeColor));
  background-image: -o-linear-gradient(top, var(--themeColor), var(--themeColor));
  background-image: linear-gradient(top, var(--themeColor), var(--themeColor));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#23467c', endColorstr='#23467c', GradientType=0);
  border-color: var(--themeColor) var(--themeColor) var(--themeColor);
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/*for cateringAccordion */
.cateringAccordion .panel-title,
.cateringAccordion .panel-title span {
  color: #000000;
}

.cateringAccordion .panel-heading {
  padding: 0
}

.cateringAccordion .panel-title a {
  padding: 10px 15px
}

.cateringAccordion .panel-title a {
  display: block
}

.cateringAccordion .panel-title a:focus,
.cateringAccordion .panel-title a:hover {
  text-decoration: none;
}

.cateringAccordion .panel-body {
  padding: 5px;
}

.cateringAccordion .panel-body table {
  margin: 0
}

.cateringAccordion .panel-default>.panel-heading {
  color: #333;
  background-color: #E4E4E4;
  border-color: #BDBDBD;
}

/*for login page*/
.prelogin div.item-list {
  float: right;
  margin-top: -5px;
  margin-right: 50px;
}

#main-wrapper {
  /*min-height:600px;*/
  height: auto;
  /*min-height: 756px; /* min-height:-moz:749px; */
}

/*@-moz-document url-prefix() { #main-wrapper{height: auto;  min-height: 749px;} }*/
.prelogin #header {
  border-bottom: 1px solid #E2E2E2;
}

.prelogin .tabs {
  visibility: hidden
}

#edit-name-wrapper .description,
#edit-pass-wrapper .description {
  display: none;
}

#user-login {
  margin: 0 auto;
  width: 500px;
  box-shadow: 1px 1px 5px 5px #9d9d9d3d;
  padding: 6rem 4rem;
  border-radius: 4px;
  background: #fff;
}

#user-login .item-list ul {
  padding: 0
}

#user-login .item-list ul li {
  list-style: none;
}

#user-pass {
  margin: 0 auto;
  width: 500px;
  box-shadow: 1px 1px 5px 5px #9d9d9d3d;
  padding: 6rem 4rem;
  border-radius: 4px;
  background: #fff;
}

.ULlistStyle {
  padding: 0;
  margin: 10px 0;
  list-style: none;
}

.ULlistStyle ul {
  list-style: none;
}

.ULlistStyle li:before {
  content: "\f105";
  font-family: 'FontAwesome';
  color: #000000;
  position: absolute;
  left: 0;
}

.ULlistStyle li {
  padding: 5px 15px;
  position: relative;
  margin: 0;
}

/*user profile block*/
.userProfileContainer {
  position: absolute;
  right: 0;
  top: 0px;
  z-index: 9;
}

.userProfileContainer .nav.navbar-nav {
  margin-top: 0;
}

.userProfileContainer .nav.navbar-nav li {
  margin-bottom: 0
}

.userProfileContainer .navbar-right {
  margin-right: 0px
}

.userProfileContainer .navbar-nav>li>a {
  float: left;
  color: #FFF;
}

.textarea-identifier .description {
  display: none;
}

.caretCustom {
  background: rgba(0, 0, 0, 0) url(../images/arrow-down.png) center 2px no-repeat;
  float: right;
  width: 15px;
  height: 12px;
  margin-top: 2px;
  margin-left: 3px;
}

.userProfileContainer .nav>li>a:hover,
.userProfileContainer .nav>li>a:focus {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  color: #FFF
}

.userProfileContainer .nav .open>a,
.userProfileContainer .nav .open>a:hover,
.userProfileContainer .nav .open>a:focus {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}

.userProfileContainer .navbar-nav>li>.dropdown-menu {
  width: 150PX;
  top: 50px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 10px;
  border: none;
}

.userProfileContainer .dropdown-menu>li>a {
  display: block;
  padding: 8px 15px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #FFF;
  white-space: nowrap;
  background: var(--themeColor);
  border-bottom: rgb(230, 230, 230) solid 1px
}

.userProfileContainer .dropdown-menu {
  padding: 0
}

.userProfileContainer .dropdown-menu>li {
  margin-bottom: 0
}

.userProfileContainer .dropdown-menu>li>a:hover,
.userProfileContainer .dropdown-menu>li>a:focus {
  text-decoration: none;
  background: var(--hoverColor);
  color: #FFF;
}

.topBanner {}

/*.exhibitordate {text-align: center;}*/
.exhibitordate img {
  padding: 10px 0;
  width: 61%;
  margin-left: 89px;
}

.topBanner .hostedBy img {
  margin-top: 18px;
  /*margin-right: 70px;*/
  margin-left: 102px;
}

.topBanner .banner img {
  float: left;
  height: auto;
  margin-left: 0;
  margin-top: 20px;
  width: auto;
}

.text-danger {
  color: #bb1512;
}

.text-success {
  color: #349438;
}

.text-warning {
  color: #FF9800;
}

.text-md {
  font-size: 1.7rem;
}

mark {
  padding: .2em;
  background-color: rgb(255, 249, 69);
}

a.edtLnk {
  font-size: 1.4rem;
  text-decoration: underline;
  margin-right: 10px;
}

.buildUpBody {
  background: #FFF;
  padding: 1px 15px 10px;
  width: auto;
  float: left;
  margin-bottom: 10px;
}

.rulesReg .panel-heading {
  padding: 0;
  border-radius: 0
}

.compNameDec p {
  float: left;
  margin-left: 10px;
}

.rulesReg .panel-default>.panel-heading {
  background-color: #E4E4E4;
  border-color: #BDBDBD;
}

.rulesReg .panel-title,
.rulesReg .panel-title span {
  color: #000000;
}

.rulesReg .panel-heading a:focus,
.rulesReg .panel-heading a:hover {
  text-decoration: none;
}

.rulesReg .panel-heading a {
  padding: 10px 15px;
  display: block
}

#TB_ajaxContent {
  width: 797px !important;
}

.clkTxt {
  font-size: 1.6rem;
  margin: 0 5px;
}

.fixHt {
  height: auto;
  min-height: 90px;
  overflow-y: auto
}

.DNS label {
  color: #000000;
  font;
  font-weight: normal;
  cursor: pointer
}

.DNS input[type="checkbox"] {
  margin-top: 2px;
  float: left;
}

.modal-content {
  border-radius: 0
}

.DNS {
  margin-top: 7px;
}

.modal-body h1 {
  margin-top: 0
}

.effect {
  border: 3px solid var(--themeColor);
  position: relative;
}

.effect:before,
.effect:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 25px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #333;
  box-shadow: 0 35px 20px #333;
  transform: rotate(-8deg);
}

.effect:after {
  transform: rotate(8deg);
  right: 10px;
  left: auto;
}

.download-Btn {
  float: right;
}

.proformaInvoicePDF {
  display: none;
}

#TB_ajaxContent {
  text-align: center
}

.prdDetails {
  display: table;
  width: 100%;
}

.prdImg {
  max-width: 200px;
  height: auto;
  width: auto;
  display: table-cell;
  text-align: right;
}

.prdDesc {
  width: 65%;
  display: table-cell;
  vertical-align: top;
}

.prdImg img {
  width: 200px;
  height: auto
}

.Popup-ContentTD img.img-responsive {
  width: 100%;
  height: auto;
  max-width: none;
}

/*for header banner slider*/
.carousel-inner {
  height: 212px;
  text-align: center;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
  max-height: 100px;
  max-width: 600px;
  height: auto;
  width: auto;
  display: inline-block;
}

.carousel-inner .item {
  transition-property: opacity;
}

.carousel-inner .item,
.carousel-inner .active.left,
.carousel-inner .active.right {
  opacity: 0;
}

.carousel-inner .active,
.carousel-inner .next.left,
.carousel-inner .prev.right {
  opacity: 1;
}

.carousel-inner .next,
.carousel-inner .prev,
.carousel-inner .active.left,
.carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

.carousel-inner .carousel-control {
  z-index: 2;
}

.prodCateGroup ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.prodCateGroup ul li {
  font-family: "Roboto", sans-serif;
  margin-bottom: 10px;
}

.prodCateGroup ul li ul li {
  font-family: "Roboto", sans-serif;
  margin-bottom: 5px;
}

.prodCateGroup ul li input[type="checkbox"] {
  margin: 3px 10px 0 0px;
  float: left;
}

/*For SAP Integration CSS*/
.minW100 {
  min-width: 100px !important;
}

.detailHead {
  background-color: #FFF;
  color: #333;
  font-size: 13px;
  padding: 0px 5px 5px 0;
  color: #999
}

.borBtm {
  border-bottom: 1px solid #C7C7C7;
}

.transactionsHeader h5 {
  margin-top: 5px;
}

.btn-xs {
  border-radius: 0
}

.pagination>li>a,
.pagination>li>span {
  color: #137bb2;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  background-color: #137bb2;
  border-color: #137bb2;
}

.datepicker {
  border-radius: 0
}

.borBtmNon td {
  border-bottom: none;
}

.pagination {
  margin: 0 0 10px
}

.trasactionId {
  background: #f7a600;
  color: #FFF;
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
}

.sapTrasTbl td,
.sapTrasTbl th {
  padding: 3px 10px;
}

.sapTrasTbl th {
  font-family: "Roboto", sans-serif;
}

.sapTrasTbl table {
  margin-bottom: 0
}

.sapTrasTbl td:last-child {
  padding-left: 5px;
}

.trasDetails {
  border: 1px solid #eae9e9;
}

.trasDetails th {
  font-size: 1.2rem;
  color: #999;
  font-family: "Roboto", sans-serif;
  border-bottom: 3px solid #eae9e9;
}

.trasDetails td {
  color: #999;
}

.sapSearch .form-group {
  margin-bottom: 5px;
}

/*For SAP Integration CSS ENDS*/
/*For import screens*/
.mappingSummaryList {
  padding: 0;
  margin: 0;
  list-style: none;
}

.mappingSummaryList li {
  font-size: 1.6rem;
  margin-bottom: 15px;
  position: relative;
  padding-left: 15px;
}

.mappingSummaryList li:before {
  content: "\f105";
  font-family: 'FontAwesome';
  color: #F7A600;
  position: absolute;
  left: 0;
  font-size: 20px;
}

.tablNameOpt {
  height: 400px;
  overflow-y: auto;
  border: #DFDFDF solid 1px;
  margin: 10px 0;
  padding: 0px 10px 10px;
}

.tablNameOpt table {
  margin-bottom: 0
}

.tablNameOpt table td {
  padding: 0;
}

.fetchedData textarea {
  width: 100%;
  margin-top: 10px;
  min-height: 70px;
  line-height: 22px;
}

/*Start Wizard*/
.form-Wizard {
  margin: 35px 0
}

.Wizard {
  display: block;
  list-style: none;
  padding: 0;
  position: relative;
  width: 100%
}

.Wizard a:hover,
.Wizard a:active,
.Wizard a:focus {
  text-decoration: none
}

.Wizard li {
  display: block;
  float: left;
  width: 20%;
  text-align: center;
  padding-left: 0
}

.Wizard li:before {
  border-top: 3px solid #2c2c2c;
  content: "";
  display: block;
  font-size: 0;
  overflow: hidden;
  position: relative;
  top: 13px;
  right: 1px;
  width: 100%;
  z-index: 1
}

/*.Wizard li:first-child:before {
    left: 50%;
    max-width: 50%
}

.Wizard li:last-child:before {
    max-width: 50%;
    width: 50%
}*/

.Wizard li.complete .step {
  background: #0aa66e;
  padding: 1px 6px;
  border: 3px solid #55606E
}

.Wizard li .step i {
  font-size: 10px;
  font-weight: 400;
  position: relative;
  top: -1.5px
}

.Wizard li .step {
  background: #B2B5B9;
  color: #fff;
  display: inline;
  font-size: 15px;
  font-weight: 700;
  line-height: 12px;
  padding: 7px 13px;
  border: 3px solid transparent;
  line-height: normal;
  position: relative;
  text-align: center;
  z-index: 2;
  transition: all .1s linear 0s
}

.Wizard li.active .step,
.Wizard li.active.complete .step {
  background: #137bb2;
  color: #fff;
  font-weight: 700;
  padding: 7px 13px;
  font-size: 15px;
  border: 3px solid #137bb2;
}

.Wizard li.complete .title,
.Wizard li.active .title {
  color: #2B3D53;
  font-family: "Roboto", sans-serif;
}

.Wizard li .title {
  color: #bfbfbf;
  display: block;
  font-size: 15px;
  line-height: 15px;
  max-width: 100%;
  position: relative;
  table-layout: fixed;
  text-align: center;
  top: 20px;
  word-wrap: break-word;
}

.wizard-actions {
  display: block;
  list-style: none;
  padding: 0;
  position: relative;
  width: 100%
}

.wizard-actions li {
  display: inline
}

.tab-content.transparent {
  background-color: transparent
}

select.tblRelSelect,
input.tblRelSelect {
  min-width: 200px;
  width: 200px;
  max-width: 200px;
}

table.exbFrmTbl td {
  padding: 10px;
}

.exbFrmTbl td a,
.exbFrmTbl td span {
  font-size: 11px;
  line-height: 15px;
  white-space: nowrap;
  color: #000000;
  font-family: "Roboto", sans-serif;
}

.exbFrmTbl td a {
  text-decoration: underline;
  cursor: pointer
}

.exbFrmTbl td i {
  margin-bottom: 5px;
  font-size: 16px;
}


.exhibitrolist_tbl {
  overflow-x: auto;
}


.views-field-field-document-fid {
  width: 50%
}

#edit-exhibitor-node-form #edit-field-gdpr-consent-value-wrapper label {
  width: 100%;
  padding-bottom: 30px;
}

#edit-exhibitor-node-form #edit-field-gdpr-consent-value-wrapper input {
  float: left;
  width: 8%;
}

#edit-coexhibitor-node-form #edit-field-coexb-gdpr-consent-value-wrapper label {
  width: 100%;
  padding-bottom: 30px;
}

#edit-coexhibitor-node-form #edit-field-coexb-gdpr-consent-value-wrapper input {
  float: left;
  width: 8%;
}

.totalcount {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
  margin: 5px;
}

.totalcount label {
  margin-bottom: 0px;
}

.totalcount:hover {
  text-decoration: none;
  background-color: #eee;
}


.dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #FFF !important;
  border: var(--themeColor) solid 3px !important;
  color: #472835 !important;
  font-size: 1.2rem !important;
  padding: 6px 15px !important;
  cursor: pointer !important;
  transition: ease-in-out 0.2s !important;
  border-radius: 0 !important;
  display: inline-block !important;
  vertical-align: inherit !important;
  line-height: normal !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: var(--themeColor) !important;
  color: #FFF !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #FFF !important;
}

/*table.DTFC_Cloned thead,table.DTFC_Cloned tfoot {background-color: red !important;}*/
table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd {
  background-color: #d9d9d9 !important;
}

#edit-exhibitor-node-form #edit-field-gdpr-consent-value-wrapper label {
  width: 100%;
}

#edit-exhibitor-node-form #edit-field-gdpr-consent-value-wrapper input {
  float: left;
  /* width: -webkit-fill-available;*/
}

.productList label {
  display: inline;
  line-height: 25px;
}

#json-overlay {
  background-color: #333;
  opacity: 0.8;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 100;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-image: url('/sites/default/files/ajax-loader.gif');
  background-position: center;
  background-repeat: no-repeat;
}

.getgst {
  font-size: 14px;
  font-weight: bold;
}

.DTFC_LeftBodyLiner {
  overflow-x: hidden;
}


.list-inline {
  float: right;
}

.list-inline>li>a {
  background: #FFF !important;
  border: var(--themeColor) solid 3px !important;
  color: #000000 !important;
  font-size: 1.2rem !important;
  padding: 6px 15px !important;
  cursor: pointer !important;
  transition: ease-in-out 0.2s !important;
  border-radius: 0 !important;
  display: inline-block !important;
  vertical-align: inherit !important;
  line-height: normal !important;
}

.list-inline>li>a:hover {
  background: var(--themeColor) !important;
  color: #FFF !important;
}

.list-inline .disabled {
  display: none !important;
}

.list-inline .active input[type="submit"] {
  background: var(--themeColor);
  color: #fff;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {

  padding: 1px !important;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: transparent !important;
}

table.dataTable tbody th,
table.dataTable tbody td {

  padding: 10px 22px !important;
}

th,
td {
  overflow-wrap: break-word !important;
}

.dataTables_wrapper .dataTables_info {

  padding-top: 1.755em !important;
}

.dataTables_wrapper .dataTables_paginate {
  padding-top: 1.25em !important;
}


/** Custom Select **/
.custom-select-wrapper {
  display: block !important;
  position: relative !important;
  /* display: inline-block !important; */
}

.custom-select-wrapper select {
  display: none !important;
}

.custom-select {
  position: relative !important;
  display: inline-block !important;
}

.custom-select-trigger {
  position: relative;
  display: block;
  padding: 5px;
  color: #676254;
  width: 250px;
  background: #ffffff;
  border-radius: 1px solid red;
  border: 1px solid #d8d8d8;
  cursor: pointer;
}

.custom-select-trigger:after {
  position: absolute;
  content: "";
  top: 10px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #000 transparent transparent transparent;
}

.custom-options {
  position: absolute;
  display: block;
  min-width: 100%;
  margin: 15px 0;
  border: 1px solid #b5b5b5;
  /* border-radius: 4px; */
  box-sizing: border-box;
  box-shadow: 0 2px 1px rgba(0, 0, 0, .07);
  background: #fff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-15px);
}

.custom-select.opened .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateY(0);
  top: 13px;
  z-index: 4;
}

.option-hover:before {
  background: #f9f9f9;
}

.custom-option {
  position: relative;
  display: block;
  padding: 0 15px;
  /* border-bottom: 1px solid #d8d8d8; */
  line-height: 22px;
  cursor: pointer;
  /* transition: all .4s ease-in-out; */
}

.custom-option:last-of-type {
  border-bottom: 0;
  border-radius: 0 0 4px 4px;
}

.custom-option:hover,
.custom-option.selection {
  background: #1e90ff;
  COLOR: #FFF;
}

.reopen {
  float: right;
  margin-right: 10%;
}

table tr:nth-child(2)>th:first-child {
  border-left: #C7C7C7 solid 1px;
}

/* faq accordion */
.accordion {
  background-color: #ccc;
  color: #000;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active-new:after {
  content: "\2212";
}

.active-new,
.accordion:hover {
  background-color: #ccc;
  color: #000;
}

.panel {
  padding: 0 18px;
  background-color: white;
  border: 1px solid #ccc;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.panel p {
  padding: 5px;
}

.youtubelink>a {
  animation: blinkingText 0.8s infinite;
}

@keyframes blinkingText {
  0% {
    opacity: 0;
  }

  50% {
    opacity: .5;
  }

  100% {
    opacity: 1;
  }
}

.menu-12612>a:after {
  content: '   New!';
  font-weight: bold;
  color: #fff;
  text-shadow: 2px 2px 5px #FF0000;
}


.menu-12612>a:after {
  animation: blinkingText 0.8s infinite;
}

@keyframes blinkingText {
  0% {
    opacity: 0;
  }

  50% {
    opacity: .5;
  }

  100% {
    opacity: 1;
  }
}

.menuTopPannel #nice-menu-1 {
  border-bottom: none;
  border-top: none;
}

.menuTopPannel .nice-menu-down li {
  /* border: 1px solid #f4f4f4 !important; */
  margin-bottom: -1px !important;
  margin-top: -1px !important;
  margin: 0 !important;
}

.menu-12775>a:after {
  content: '   New!';
  font-weight: bold;
  color: #fff;
  text-shadow: 2px 2px 5px #FF0000;
}


.menu-12775>a:after {
  animation: blinkingText 0.8s infinite;
}

@keyframes blinkingText {
  0% {
    opacity: 0;
  }

  50% {
    opacity: .5;
  }

  100% {
    opacity: 1;
  }
}

.menuTopPannel .nice-menu-down li {
  /* border: 1px solid #f4f4f4 !important; */
  margin-bottom: 1px !important;
  margin-top: -1px !important;

}

.blinkingmenu {
  -webkit-animation: NAME-YOUR-ANIMATION 1s infinite;
  /* Safari 4+ */
  -moz-animation: NAME-YOUR-ANIMATION 1s infinite;
  /* Fx 5+ */
  -o-animation: NAME-YOUR-ANIMATION 1s infinite;
  /* Opera 12+ */
  animation: NAME-YOUR-ANIMATION 1s infinite;
  /* IE 10+, Fx 29+ */
}

@-webkit-keyframes NAME-YOUR-ANIMATION {

  0%,
  49% {
    background-color: #fff;
    color: #8c3890;
  }

  50%,
  100% {
    background-color: #8c3890;
    color: #fff;
  }
}

.mobile-field {
  max-width: 90% !important;
}

.country-code-parent {
  padding-right: 0 !important;
}

.invoice-address-input {
  width: 94% !important;
}

/* Badge registration dashboard block css */

.badge-registration-block {
  border-radius: 5px;
  background: #E7E7E7;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25) inset;
  padding: 75px 20px;
  margin: 20px 20px 0 30px;
}

.register-badges-text {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  font-family: "Roboto", sans-serif !important;
  padding: 45px 0 35px;
}

.register-btn-main {
  padding-top: 30px;
}

.bell-icon {
  padding-top: 12px;
  margin-right: 15px;
}

.desktop-bade-btn {
  padding: 13px 30px !important;
  border: 3px solid #3f2e88 !important;
}

.desktop-bade-btn:hover {
  background-color: #3f2e88 !important;
}

.badge-heading-main {
  margin-left: 45px;
}

/* Badge Listing Css */
.bagde-list-filter {
  display: flex;
  align-items: center;
}

.filter-btn .search-btn-group {
  display: flex;
  gap: 15px;
}

.filter-btn .search-btn-group .search-btn,
.filter-btn .search-btn-group .reset-btn {
  margin-top: 0;
}

.badge-listing-header {
  margin-bottom: 15px;
  color: #686868;
  font-size: 14px;
}

.row.badge-listing {
  /* margin-bottom: 20px; */
  font-size: 16px;
  display: flex;
  padding: 20px 10px 23px;
  align-items: center;
  border-radius: 3px;
}

.badge-listing-even {
  background: #f5f5f5;
}

.badge-listing .saved-msg {
  position: absolute;
  bottom: -25px;
  left: 15px;
  font-size: 12px !important;
}

/* Comman css */
.DTFC_LeftBodyLiner:has(.ExhibitorTable.exbFrmTbl.dataTable.DTFC_Cloned) {
  display: none !important;
}

.DTFC_LeftHeadWrapper:has(.ExhibitorTable.exbFrmTbl.dataTable.DTFC_Cloned) {
  display: none !important;
}

/* Visitor invitation css */
.import-data-table {
  overflow: scroll !important;
}

#import_data {
  width: fit-content !important;
}

#myModalD {
  z-index: 99 !important;
}

.prelogin {
  overflow-y: hidden;
}

.prelogin>#page-wrapper {
  background-image: url('/sites/all/themes/Coconnex_EM/images/login-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
  height: 75%;
  margin: 0;
  width: 100%;
  padding: 0 30px;
}

.prelogin>#page-wrapper #main-wrapper {
  background: none;
}

.prelogin #main-wrapper .section .title {
  border: none;
}

.prelogin #main-wrapper .section h1.title span.bottomLine {
  background: none;
}

form#user-pass-reset {
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  width: fit-content;
  margin: 0 auto;
}

/* Coexhibitor form css start */
@media screen and (min-width:768px) {
  .form-group-md-wrapper {
    display: flex;
    align-items: end;
  }
}