:root {
    --font-style: Helvetica, Verdana, sans-serif, glyphicon;
    --color-accent-one: #000000;
    --color-accent-two: #ffffff;
    --color-accent-three: #cfcfcf;
    --color-accent-four: #414141;
    --color-red: #df001e;
}

@font-face {
  font-family: glyphicon;
  src: url(../fonts/glyphicons-halflings-regular.ttf);
  font-weight: 400;
  font-style: normal;
  font-stretch: expanded;
  font-size: 100%
}

* {
  padding: 0;
  margin: 0
}

*, :active, :focus, :hover {
  -webkit-transition: all ease-in 150ms;
  -moz-transition: all ease-in 150ms;
  -o-transition: all ease-in 150ms;
  transition: all ease-in 150ms
}

body, html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 0 60px;
  overflow-x: hidden;
  text-align: left;
  font-family: var(--font-style);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  color: var(--color-accent-one);
  font-size: 1em;
  background-color: #000000;
  color: #ffffff
}

section{
	padding: 50px 0 20px
}

a:hover, a:focus, a:hover img, a:focus img {
	transform: scale(.80);
	text-decoration: none
}

h1, h2, h3, h4, h5, h6 {  
	margin: 0
}
h1 {
	font-size: 2em;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: dotted 1px var(--color-accent-three);
	padding-bottom: 10px;
  border-bottom-color: #000000;
  border-bottom-style: solid;
  border-bottom: 1px;
}
h2 {
	font-size: 1.80em;
	text-transform: uppercase
}
h3 {
	font-size: 1.70em;
	font-weight: bold
}
h4 {
	font-size: 1.60em;
}

.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.preloader { position: fixed; left: 0px; top: 0px; width: 100%; height: 100%; z-index: 9999; background: url(../img/preloader.gif) center no-repeat #fff;
}
ul.list-item li:first-child, ul.list-item li:first-child a { 
  cursor: default;
}

ul.list-item li {
	list-style: none;
	display: inline-block;
	margin: 10px;
  padding: 10px
}

ul.list-item li.active{
	background-color: #3d3d3d;
	padding: 10px
}

ul.list-item li.active>a{
	color: #ffffff
}

ul.list-item li>a{
  color: #00c2ff
}

.select-input {
  font-size: 1.35em;
  line-height: 1.45em;
  padding: 10px 5px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;  
  border: 2px solid #337AB7;
}

.select-input:hover, .select-input:focus{
  cursor: pointer;
}

.select-input:disabled{
  cursor: default;
  border: 1px solid rgb(169, 169, 169);
}

.mrginTop30 {
	margin-top: 30px
}

.mrginTop50 {
	margin-top: 50px
}

.alert-info {
  padding: 10px;
}

header { 
	padding: 50px 0
}

header>img {
	max-height: 150px
}

div.inp-radio {
  padding: 10px;
  height: 50px;
  position: relative;
}

div.inp-radio>p {
  font-size: 25px;
  display: inline;
  position: absolute;
  top: 9px;
  left: 50px;
}

div.inp-radio input[type=radio] {
  height: 30px;
  width: 30px;
  margin: 0
}

.otherInput input[type=text]{
  font-size: 25px;
  height: 55px;
  padding: 10px;
}

.hideDeclineInput {
  display: none
}

footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	padding: 20px 0;
	color: #ffffff;
	background-color: #000000;
  border-top: 1px solid #ffffff;
}

footer p { 
	margin: 0
}

footer a {
	color: #ffffff
}

footer a:hover, footer a:focus {
	color: #cacaca
}

table.dataTable tbody th, table.dataTable tbody td {
  width: 50%;
}

ul.company-list>li {
  display: inline-block;
  width: 31%;
  min-width: 300px;
  min-height: 98px;
  list-style: none;
  border: 1px solid #3c3c3c;
  background-color: #f5f5f5;
  border-radius: 20px;
  padding: 20px;
  margin: 0 10px 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

ul.company-list>li.accepted {
  border: 2px solid #5cb85c;
}

ul.company-list>li.pending {
  border: 2px solid #d3d3d3;
}

table.dataTable tbody th, table.dataTable tbody td { 
  width: initial; 
}

table#exhibitorList tr>th:nth-child(1), table#exhibitorList tr>td:nth-child(1), table#exhibitorList tr>th:nth-child(3), table#exhibitorList tr>td:nth-child(3){
  width: 28%!important;
}

table#exhibitorList tr>th:nth-child(4), table#exhibitorList tr>td:nth-child(4) {
  width: 30%!important;
}


table#meetingSchedule tr>th:nth-child(2), table#meetingSchedule tr>td:nth-child(2), table#meetingSchedule tr>th:nth-child(3), table#meetingSchedule tr>td:nth-child(3){
  width: 40%;
}

.req-status { 
  padding: 5px;  
  color: #ffffff;
  font-size: 1.35em;
  letter-spacing: 2px
}

.req-pending { background-color: #919191; }
.req-accepted { background-color: #08ac0e; }
.req-declined { background-color: #ce0e0e; }
.req-resched { background-color: #ffa500; }
.req-others { background-color: #42adf4; }

.dataTables_filter {
  border: dashed 3px #c3c3c3;
  margin-bottom: 30px;
}

.dataTables_filter input[type="search"] {
  font-size: 20px;
  height: 40px;
  padding: 5px 10px;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  border: none;
}

.dataTables_length label, .dataTables_length select, .dataTables_filter label {
  font-size: 20px;
}

.dataTables_filter label { 
  padding: 10px;
  margin: 0;
}

.dt-button {
  margin-bottom: 20px;
  padding: 5px 15px;  
  background-color: #2295d7;
  color: #ffffff  
}

.container-bg {
  background-color: #4C464E;
  color: #ffffff
}

.container-bg thead th, .container-bg label {
  color: #ffffff!important;
}

.container-bg2 {
  background-color: #fafafa;
  color: #000000
}

.col-xs-12.container-bg, .col-xs-12.container-bg2 {
  padding: 40px 30px;
}

#slotTable_paginate {
  float: none;
  text-align: center;
  color: #ffffff
}

#slotTable_filter { 
  display: none
}

#slotTable_paginate a {
  color: #ffffff!important
}
#slotTable_paginate a.current {
  color: #000000!important
}
#slotTable_paginate a.disabled {
  color: #6d6d6d!important
}

table.dataTable thead th {
  padding-left: 10px!important
}

table.dataTable tbody td {
  padding-left: 18px!important
}

table td, table th, select {
  color: #000000!important;
}

#buyerList tbody td:nth-child(3) {
  width: 480px
}

#meetingScheduleTemp_length, #meetingScheduleTemp_filter {
  display: none;
}

#meetingScheduleTemp_info {
  color: #ffffff
}

.btn-action {
  text-align: center;
  padding: 5px;
  line-height: 35px;
}

#directoryForBuyers td:nth-child(2) {
  width: 70%;
  max-width: 400px
}

#directoryForBuyers_filter, #directoryForBuyers_filter label {
  width: 100%;
}

#directoryForBuyers_filter input {
  width: 90%
}

#directoryForBuyers_paginate {
  float: none;
  text-align: center;
}


#buyerList td:first-child {
  width: 450px;
}

option:nth-child(even) {
  background-color: #dfdfdf;
}

#meetingBuyerSchedule_info, #meetingExhibitorSchedule_info {
  color: #ffffff
}

/*******************//*******************//*******************/
/** MEDIA QUERIES **//** MEDIA QUERIES **//** MEDIA QUERIES **/
/*******************//*******************//*******************/

@media only screen and (max-width : 480px) {
  
}

@media only screen and (min-width : 481px) and (max-width : 1024px) {
  
}