/* @import url('https://fonts.googleapis.com/css?family=Lato:100,300,300i,400,700,900|Open+Sans:300,300i,400,600,800'); */
@import url('https://fonts.googleapis.com/css?family=Lato:100,300,300i,400,700,800,900|Open+Sans');

table.dataTable tbody td {
    border-right: 1px solid #ddd;
}

table.dataTable tbody td:last-child
{
	border-right: 0;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #dddddd52;
}

.event-header-media{
	display: table;
	max-height: 100px;
}

.event-header-media .event-logo {
	padding-right: 15px;
}
.event-header-media .event-detais, .event-header-media .event-logo {
	display: table-cell;
}
.event-header-media .event-detais {
	vertical-align: middle;
	padding-left: 15px;
	border-left: 1px solid #ddd;
}
.event-header-media .event-detais h4 {
	margin: 0px;
	font-weight: 600;
	line-height: 1.4;
	color: #d93522;
}
.event-header-media .event-detais p {
	margin-top: 2px;
	margin-bottom: 0px;
}

.event-logo img {
	max-height: 80px;
}

.user{
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
}
.user li i{
	/* width:15px;
	height:22px; */
	border-radius: 50%;
	text-align: center;
	/* line-height:22px;
	margin-right:10px; */
}
.user li a
{
	color: #fff;
	display: block;
	padding: 8px 13px;
	transition: all 0.5s;
	background: #111;
	border-radius: 3px;
}
.user li a:hover
{
	color:#111 !important;
	background:#e5e5e5;
}
.user li
{
	display:inline-block; 
	margin-left:5px;	
	/* border:1px solid #111; */
}

.logedin-user{
	margin-bottom:5px;
}
.logedin-user li i{
	width:25px;
	height:25px;
	border-radius:50%;
	background:#333;
	color:#fff;
	line-height:24px;
}
.logedin-user li{
	border:0px;
	/* margin-bottom:8px; */
}

.info{
	color: #fff;
	background-color: #5bc0de;
}
.success{
	color: #fff;
	background-color: #5cb85c;
}
.danger{
	color: #fff;
	background-color: #d9534f;
}

.switch-event-title h4{
	margin-bottom:0px;
}
.switch-event-title{
	color:#fff;
	padding:8px 15px;
	text-align:center;
	margin-bottom:15px;
}

.switch-event-title .media-heading{
	color:#fff;
}

.event-media{
	padding:15px;
	/*background:#848484;*/
	border:1px solid #CFCFCF;
	margin-top:15px !important;
	transition:all 0.2s;
}
.event-media img{
	max-width:80px;
}
.media.event-media .media-left{
	background:#fff;
	text-align:center;
	padding:10px;
	height:100px;
	width:100px;
}
.event-media .media-heading{
	font-family: "Open Sans",Lato;
	font-size: 22px;
	margin-top:0px;
	line-height: 22px;
}
.event-media .media-body{
	padding-left:15px;
	color:#111;
	text-align:right;
}
.event-media .media-body p{
	margin-top:2px;
	margin-bottom:0px;
	font-weight:400;
}

#invitation-card-background
{
	background: url(../image/invitation-card-bg.jpg) center no-repeat #fff;
	background-size: cover;
	padding: 30px;
	min-width: 700px;
	
}

#invitation-card-container
{
	border: 1px solid #fff;
	padding: 30px;
	color: white;
	font-size: 22px;
	font-weight: 900;
	font-family: 'Lato', sans-serif;
}

#invitation-card-title
{
	font-size: 34px;
	font-weight: 900;
	text-align: center;
	color: orange;
	margin-bottom: 80px;
	text-transform: uppercase;
}

@-moz-document url-prefix() {
    /* firefox-only css goes here */
	.cls-block{
		/*overflow-wrap: break-word;*/
		word-break: break-all;
		/*word-wrap: break-word;*/
	}
}

.nav-tabs>li
{
	font-size: 18px;
	font-weight: 600;
}

.main-logo img
{
	max-width: 200px;	
}

.blockUI
{
	border-radius: 3px;
}

.modal-title {
    font-weight: 800;
    text-transform: uppercase;
}

.thumbnail
{
	margin-bottom: 0;
	text-align: center;
}

.delegate-dashboard-business-news-wrapper
{
	background: #d93522;
	padding: 30px 0;
}

.delegate-business-news-icon span
{
	font-size: 15px;
	height: 30px;
	width: 30px;
	text-align: center;
	background: #e64f3e;
	/* padding-top: 10px; */
	color: #fff;
	border-radius: 5px;
	border-radius: 50%;
	line-height: 30px;
}

.delegate-dashboard-business-news-heading
{
	font-size: 18px;
    /* font-style: italic; */
    margin-top: 5px;
    color: #f5b0ab;
	font-weight: 800;
}

.delegate-dashboard-business-news-item
{
	border-bottom: 1px solid #ea5e53;
    padding: 10px 0px;
}

.delegate-dashboard-business-news-item:last-child
{
	border-bottom: 0; 
}
	
.btn
{
	text-transform: uppercase;
    /* letter-spacing: 2px; */
    font-size: 14px;
    border-radius: 3px;
    white-space: normal;
    font-weight: 900;
}

.exhibitor-dashboard h3, .delegate-dashboard h3
{
	font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    font-weight: 100 !important;
    margin-top: 10px;
}

.exhibitor-dashboard p, .delegate-dashboard p
{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	margin: 30px auto;
}

.select2
{
	width: 100% !important;
}

.dropdown-toggle
{
	letter-spacing: 0 !important;
}

table.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th{
	vertical-align: middle !important;
	font-size: 15px;
}

.count-badge {
    background: #e41421;
    width: 20px;
    height: 20px;
	border-radius: 50%;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 6px;
    right: 0px;	
	font-size: 14px;
}

.grid-sq{
	width: 11px;
	height: 11px;
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	color: #e5e5e5;
	float: left;
	cursor: pointer;
}

.grid-sq:last-child{
	border-right: 1px solid #e5e5e5;
}

.saved-block-not-selectible
{
	background: #fff;
	border: 2px dashed #333 !important;
}

.saved-block-not-selectible div,
.saved-block div{
	font-size: 11px;
	display: flex;
	display: -webkit-flex;
	text-align: center;
	width: 100%;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	height: 100%;
}

.meeting-calender-status{
	padding:15px;
	float: right;
	width: 134px;
	text-align:center;
}
.status-success{
	background:green;
	color:#fff;
	font-family: 'Ubuntu', sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	text-align:center;
}
.status-cancelled{
	background:red;
	color:#fff;
	font-family: 'Ubuntu', sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	text-align:center;
}
.status-pending{
	background: #111;
	color: #fff;
	font-family: 'Ubuntu', sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	text-align:center;
}

.non-zero-td
{
	background: #1de9b6;
}

.invoiceStatus{
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	color: #d93522;
}

/* --2nd Level menu --*/
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu>.dropdown-menu {
    display: none !important;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block !important;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
/*************************/
/* --- maintenance_mode on --- */
.callout-bubble {
	padding: 30px;
	color: #D93522;
	background-color: #e9e9e9;
}
.callout-bubble img{
	height:120px;
	width:120px;
	background:#fff;
	border-radius:50%;
	padding:10px;
}
.callout-bubble h1,
h2,
h3,
h4 {
	font-weight: 400;
	line-height: 1.4;
}

/*-------------------b2b-------------------*/
.display-info{
	width:100%;
	margin:5px auto;
}
.display-info .col-md-6{
	padding-left:30px;
	padding-right:30px;
}
.display-info h3{
	font-weight:100!important;
	font-size:45px!important;
}
.display-info ul{
	list-style:url('../image/icontick.png');
}
.display-info ul li{
	font-size:17px;
	margin-top:6px;
	margin-left:15px;
	font-weight:600;
}
.bg-red{
	background:#f1f1f1;
}
.bg-red:hover{
	background:#e3e1e1;
}
.bg-red1{
	background:#e1e1e1;
}
.bg-red1:hover{
	background:#d5d5d5;
}
.b2b-user{
	display:none;
}
.b2b-dashboard-item{
	width:100%;
	padding:10px; 
	margin-bottom:30px;
	min-height: 170px;
}

.dashboard-count img{
	width:70%;
}
.dashboard-count{
	float:left;
	width:100%;
	font-size:40px;
	color:#111;
	font-weight:600;
	vertical-align:middle;
	line-height:100px;
	border-right:1px solid #fff;
	margin:15px;
	text-align:center;
	background: #fff;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.dashboard-item-content{
	float:left;
	width:100%;
	color:#d93522;
}
.dashboard-item-content h3{
	font-size:18px;
	font-family: "Open Sans",Lato;
	margin-top:10px;
	margin-bottom:5px;
	min-height:50px;
	color:#111;
}
.dashboard-item-content p{
	font-size:13px;
	line-height:14px;
}
.b2b-dashboard-padding{
	padding: 60px 15px 100px;
}
.b2b-login-icon-container{
	height:100px;
	width:100px;
	padding-top:30px;
}
/*-------------------print-------------------*/

.floor-layout-remarks
{
	font-style: italic;
	font-weight: 500;
	color: #D93522;
}
.dashboard-report-title{
	/*font-family: "Open Sans",Lato; */
    font-size: 24px;
    font-weight: 800;
    margin-top: 25px;
    color: #d93522;
}
.print-contain{
	width:1000px;
	margin:0px auto;
	padding:60px;
	}
.print-logo{
	float:left;
	margin-left:40px;
	width:80px;
	}
.control-label p{
	text-align: justify;
	}
.modal-devider{
	border-left:1px solid #eee;
	}
.display-remarks{
	height:100px;
	overflow-y:scroll;
	}
.display-remarks p{
	margin-right:8px;
	}
.print-logo1{
	margin-left:40px;
	float:left;
	}
.print-logo2{
	margin-left:40px;
	float:left;
	}
.print-button-contain{
	width:960px;
	margin:5px auto;
	padding-left:60px;
	text-align:center;
	}
.logo-contain{
	width:600px;
	margin:5px auto;
	padding-left:30px;
	}
.print-header{
	text-align:center;
	color:#0088cc;
	border-bottom:2px solid #000;
	margin-bottom:20px;
	}
.dropdown:hover .dropdown-menu {
	display: block;
	}
/*-------------------custom styles-------------------*/
#lightbox .modal-content {
    display: inline-block;
    text-align: center;   
}

#lightbox .close {
    opacity: 1;
    color: rgb(255, 255, 255);
    background-color: rgb(25, 25, 25);
    padding: 5px 8px;
    border-radius: 30px;
    border: 2px solid rgb(255, 255, 255);
    position: absolute;
    top: -15px;
    right: -55px;
    
    z-index:1032;
}
.display-name-eror,.display-degignation-eror,.display-profile-eror,.display-fascia-name-eror{
	color:#d93522;
	display:none;
}
.margin-top-30{
	margin-top:30px;
}
.custom-checkbox{
	margin-right:10px !important;
	margin-top:5px !important;
}
.note-text{
	color:#d93522;
	font-style: italic;
	text-align:center;
	font-size:15px;
	padding-bottom:0px;
	margin-bottom:0px;
}
.capital-text{
	text-transform:uppercase;
}
.boooth-identity{
	float:left;
	width:auto;
	margin-right:15px;
	}
.payment-section{
	padding:10px;
	text-align:center;
	margin:10px auto;	
	border-radius:4px;
	}
.section-devider{
	border-right:1px solid #ddd;
	}
.payment-section .btn{
	margin-bottom:20px;
	}
.payment-section img{
	margin: 0 auto;
	}
.payment-gateway-logo{
	width:180px;
	margin-right:20px;
	margin-top:20px;
	}
.booth-button-bar{
	margin-bottom:20px;
	}
.pull-right{
	margin-left:15px;
	}
.panel-body .pull-right{
	margin-top:15px;
	}
.colour-box{
	float:left;
	height:30px;
	width:30px;
	border:2px solid #000;
	}
.colour-mean{
	float:left;
	margin-left:5px;
	width:auto;
	line-height:30px;
}
.form-preloader{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	background: url(../image/Preloader_31.gif) center no-repeat #fff;
	z-index:9999;
	}
.display-message{
	text-align:center;
	background: #e7e7e7;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	padding: 20px;
	margin: 0 auto;
	}
.dispaly-message-contain{
	/*border-left:1px solid #c9c9c9;
	padding-left:50px;*/
	min-height: 100px;
    display: table;
	}

.dispaly-message-contain p{
	display: table-cell;
	vertical-align: middle;
}

.control-text-box .form-control{
	border-radius: 4px 0px 0px 4px !important;
	}
.input-group-usd .form-control{	
	border-radius:4px 0px 0px 4px !important;
	padding-left:8px !important;
	padding-right:4px !important;
	
	}	
.input-group-usd .input-group-addon{	
	background:#fff;
	border-radius:0px 4px 4px 0px !important;
	padding-left:4px !important;
	padding-right:4px !important;
	border:none;
	}
.addon-text{
	padding:0px !important;
	border:0px !important;
	}
.addon-text-box{
	background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 60px;
	}
table .dropdown-menu{
	right:0px !important;
	left:auto !important;
	font-size: 15px;
	}
table .btn-group, .btn-group-vertical{
	margin:0px auto !important;
	text-align:center !important;
	display:block !important;
	}
table .btn-group-vertical > .btn, .btn-group > .btn{
	float:none !important;
	margin:0px auto !important;
	}

.application-form-title {
    /* background: #333; */
    width: auto;
    font-size: 28px;
    font-family: "Open Sans",Lato;
    color: #ff0000;
    padding: 8px 0;
    border-radius: 3px 3px 0px 0px;
    margin-top: 20px;
    display: inline-block;
    text-transform: uppercase;
    /* letter-spacing: 3px; */
	font-weight: 100;
}
.application-hr{
	margin-top: 0px;
    border-top: 1px solid #ccc;
    width: 100px;
    margin-left: 0;
	}
.meetingDtContainer label{
	border-radius: 4px !important;
}	
.exh-date{
	font-size:20px;
	font-weight:800;
	font-family:"Open Sans",Lato;
	}
.exh-month{
	font-size:12px;
}	
.exh-year{
	font-size:12px;
	font-weight:800;
	font-family:"Open Sans",Lato;
	margin-top:0px;
	}
.dropdown-menu li a{
	margin-right:0px;
	}
.table-responsive{
	padding-bottom:30px;
	}
.cls_blockUI h3{
		margin-top: 0px !important;
		padding-top: 0px !important;
		font-size: 16px;
	}
.cls_blockUI img{
	position: relative;
    width: 70px;
    /* height: 120px; */
    border-radius: 50%;
    margin: 20px;
}
.modal-body .hasDatepicker{
	width:78%;
	}
.table.dataTable.no-footer{
	border-bottom:1px solid #ddd !important;
	}
.btn-danger:hover{
	color:#fff !important;
	}
table{
	border:1px solid #ddd;
	}
.report-filter-msg{
	padding:20px;
	background:#e9e9e9;
	/* font-style:Italic; */
	margin-bottom:20px;
	border-radius:3px;
	font-size: 16px;
    color: #014a7f;
    font-weight: 600;
    font-family: "Open sans", serif;
	}
.hasDatepicker{
	background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.scroll-modal{
	height:200px;
	overflow-y:scroll;
}
.modal-width-750{
	width:750px !important;
}
.quantity-input{
	width:60px;
	text-align:right;
	padding:4px 10px;
	border-radius:4px;
	border: 1px solid #ccc;
}
.other-application-info{
	padding:20px;
	background:#f1f1f1;
	margin-bottom:20px;
	border-radius:3px;
	text-align: left;
}

.other-application-info h2
{
	font-size: 20px;
	font-weight: 800;
}
	
.other-application-info .note-text{
	font-weight: 800;
	font-size: 20px;
	font-style: normal;
}

.right-btn-margin-top{
	margin-top:15px;
	margin-left:10px;
}
.right-btn-margin-bottom{
	margin-bottom:15px;
	margin-left:10px;
}
.other-application-info ol li{
	list-style-type: lower-alpha;
}
.other-application-info h3{
	color: #d93522;
    font-family: "Open Sans",Lato;
    font-size: 18px;
    font-weight: 800;
	margin-top:10px;
}
.badge-request-list{
	margin-top:20px;
}
.other-application-info h4{
	font-family: "Open Sans",Lato;
    font-size: 15px;
    font-weight: 600;
}

.floor_object
{
	background: #fff;
	color: #333;
	border: 2px dashed #333 !important;
}

.floor_label
{
	background: none !important;
	color: #333;
	font-weight: 600 !important;
	border: 0 !important;
}

.booth_open
{
	background: #99CC00;
	color: #fff;
}

.booth_hazy
{
	background: #eee !important;
	color: #ccc !important;
	border: 2px solid #ccc !important;
}

.modal-header h2 {
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 0;
	font-weight: 800;
}

.booth_booked{
	background: #FFFF66;
	color: #333;
}
.booth_alloted{
	background: #FF6600;
	color: #fff;
}
.booth_reserved{
	background: #D43F3A;
	color: #fff;
}
.booth_reserved_for_agency{
	background: #6992A5 !important;
	color: #fff;
}

.latest-tweets ul li p.tweet-text
{
	font-size: 18px;
}
table thead{
	background:#ddd;
	color:#666;
	}
table.dataTable thead th, table.dataTable thead td{
	border-bottom:none !important;
	}
table.dataTable thead th, table.dataTable thead td{
	padding: 10px !important;
	}
.modal-header{
	background:#d93522;
	color:#fff;
	font-weight:600;
	border-radius:4px 4px 0px 0px;
	}
.floor-layout{
	width:1220px !important;
	}
.floor-modal-data{
	
	}
.btn-primary{
	background:#d93522;
	border-color:#d93522;
	}
.btn-primary:hover{
	background:#d93522;
	border-color:#d93522;
	}
.modal-row .btn-primary:hover{
	border-color:#d93522;
	background:#286090;
	}
.btn-primary:Focus{
	background:#d93522;
	border-color:#d93522;
	}
.permission_td{
	vertical-align:middle !important;
	padding-top:10px !important;
	padding-bottom:10px !important;
	}
.permission_td{
	
	}
.detail-view-contain-radio{
	width:auto;
	border-radius:4px;
	border:1px solid #ccc;
	box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset;
	background:#fff;
	height:34px;
	padding:5px 10px;
	}
.detail-view-contain{
	border-radius:4px;
	border:1px solid #ccc;
	box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset;
	background:#fff;
	padding:7px 10px;
	}
.product-list{
	padding-left:10px;
	margin-left:0px;
	}
.center-block{
	background:#c9302c  !important;
	}
.latest-tweets ul li p.tweet-details
{
	font-size: 16px;
	margin-left: 30px;
}
.profile-img{
	margin:10px auto;
	text-align:center;
	}
.devider{
	width:100%;
	}
.dashboard-style{
	padding:0 10px;
	/*margin:0px 10px;
	border-radius:4px;*/
	}
.dashboard-style .row:hover{
	/*background:#ddd;*/
	}
.dashboard-style .row{
	/*background:#eeeeee;
	margin-top:10px;
	border:1px solid #c5c5c5;*/
	}
.dashboard-style .col-xs-7
{
	border-left:1px solid #c9c9c9 !important;
	height:60px;
}
.dashboard-style .col-xs-2
{
	text-align:center;
}
	
.dashboard-style i
{
	color:#d93522;
	/* padding:18px 0px; */
	font-size:18px;
	width: 40px;
    height: 40px;
    border: 1px solid #D43F3A;
    line-height: 40px;
    margin: 5px auto;
    border-radius: 4px;
    background: #D43F3A;
    color: #fff;
}

.divid-betwen{
	/*border-left:1px solid #d93522;*/
	
	}
.dashboard-title{
	color: #d93522;
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
    /* letter-spacing: -3px; */
}

.dashboard-title-white{
	color: #fff;
    font-size: 35px;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: -3px;
}

.dashboard-title span{
	background:#666 !important;
	padding:10px;
	color:#fff;
	margin-right:10px;
	border-radius:50%;
	}
.dashboard-list{
	color:#000;
	font-size:16px;
	margin-top:15px;
	text-transform: capitalize;
	}
.total-count{
	color: #014a7f;
    line-height: 60px;
    text-align: center;
    margin-right: -16px;
    margin-left: 15px;
    font-size: 24px;
    background: #e5e5e5;
    font-weight: 800;
	}
.total-count a{
	color:#d93522;
	text-decoration:none;
	}
.total-count a:hover{
	color:#d93522 !important;
	text-decoration:none;
	}
.modal-row{
	margin-bottom:10px !important;
	margin-top:10px !important;
	}

.latest-tweets ul 
{
	margin-left: 0;
	padding-left: 0;
}
.dataTables_filter input{
	background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 60%;
	}
.dataTables_length select{
	background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	}
	
.admin-footer{
	padding:12px 0;
	font-size: 12px;
}

.admin-footer a
{
	text-decoration: none;
	color: #fff;
}

.panel{
	border:none !important;;
	}
.panel-footer{
	padding:5px 15px !important;
	border-top:none;
	}
.panel-heading{
	border-bottom:none;
	}
.panel-body{	
	border:1px solid #f1f1f1;;
	}
.latest-tweets ul li
{
	list-style: none;
	padding: 0 10px;
}
.latest-tweets ul li:before
{
	font-family: FontAwesome;
	content: "\f099";
	float: left;
	vertical-align: middle;
	font-size: 20px;
	margin-right: 10px;
	color: #069;
}
.form-horizontal .control-label{
	text-align:left;
	}
/*-------------------custom styles-------------------*/
body
{
	font-family: "Open Sans",sans-serif !important;
}

.navbar-inverse{background:#ffc118;border-color: #ffc118 !important;}
.navbar-inverse .navbar-nav > li > a{color:#014a7f; font-weight: bold !important;}
.navbar-inverse .navbar-nav  li  a:hover,.navbar-inverse .navbar-nav  li  a:active{
	color:#014a7f !important;
	outline:none;
	background:#ffc118;
}
.navbar-right .navbar-nav > li{
	border-right:1px solid #e1e1e1;
	}
.navbar-right .navbar-nav >  li:last-child{
	border-right:none;
	}
.navbar-right .navbar-nav >li>a{
	padding-top:5px;
	padding-bottom:5px;
	}
.navbar{
	margin-bottom:0px;
	}
.padding-60{padding:60px 30px 100px ;}
.list-padding{
	padding-top:60px;
	padding-bottom:100px;
}
.configure_floor_layout_checkbox_style
{
    margin-top: 0px !important;
    margin-bottom: 15px;
}
.padding-60-60{padding:60px 30px 100px ;}
.sub-title{
	width:100%;
	display:block;
	font-size:20px;
	font-weight:800;
	text-align:left;
	padding-left:0px;
	color:#fff;
	margin-top:0px;
	font-family:"Open Sans",Lato;
	background:#d93522;
	padding:8px 10px;
	border-radius:4px;
	}
.product-list{
	font-size:16px;
	margin-left:20px;
	}
.pf-icon{
	height:50px;
	width:50px;
	border-radius:4px;
	}
.profile-pic{
	text-align:center;
	width:220px;
	height:220px;
	border-radius:50%;
	border:5px solid #d93522;
	margin:0px auto;
	overflow:hidden;
	margin-bottom:20px;
	}
.profile-underline{
	margin-bottom:10px;
	margin-top:5px;
	}
.profile-page{
	padding:60px 20px 100px;
	}
.profile-pic  img{
	border-radius:50%;
	width:100%;
	height:100%;
	
	}
.title-bg3{
	/*background:url(../image/title_bg3.png);*/
	background-repeat: no-repeat ;
	background-position: right; 
	background-color: #014a7f;
	/*min-height:60px;*/
}
.panel-heading {
    padding: 5px 15px;
}

.panel-footer {
	padding: 1px 15px;
	color: #A0A0A0;
}
.profile-img {
	width: 96px;
	height: 96px;
	margin: 0 auto 10px;
	display: block;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.single-page-title {
    color: #fff;
    font-family: "Open Sans",sans-serif;
    margin: 20px 0;
	font-size: 26px;
	font-weight: 100;
	text-transform: uppercase;
	/* letter-spacing: 2px; */
}

.single-page-title:before {
   font-family: FontAwesome;
   content: "\f013";
   display: inline-block;
   padding-right: 10px;
   vertical-align: top;
}

.navbar{
	border-radius:0 !important;
	font-weight:300;
}
.padding-30{
	padding-top:30px;
	padding-bottom:90px;
	}
.padding-20{
	padding-bottom:20px;
	padding-top:20px;
	}
.pull-right a{
	color:#fff !important;
	}
.footer-padding{
	padding:60px 30px 0px;
	}
.wraper{
	background: #014a7f; /* Old browsers */
}
/*----------------------max width 1280px----------------------------*/
@media(max-width: 1280px){
	.modal-dialog{
	top:12%;
	}
}
/*----------------------max width 1024px----------------------------*/
@media(max-width: 1024px){
	.modal-dialog{
	top:15%;
	}
}
@media(width: 1024px){
	.form-status {		
		font-size: 12px;
	}
}
@media(max-width: 1010px){
/*	.delegate-dashboard-list-section{
		margin-top:40px;
		padding-top:40px;
		border-top:3px solid #999;
	}
	.exhibitor-dashboard-list-section{
		margin-top:40px;
		padding-top:40px;
		border-top:3px solid #111;
	}*/
	.modal-dialog{
	top:8%;
	}
	.user {
		margin: 0px 10px 0px 0px; 
	}	
	.u-info{
		width: 208px;
	}
.display-info h3{
	font-size:30px!important;
}
}
/*----------------------max width 850px----------------------------*/
@media(max-width: 850px){
	.modal-dialog{
		top:7%;
		}
	.modal-width-750{
		width:600px !important;
		}
.dashboard-style{
	padding:1px 10px;
	margin:0px;
	border-radius:4px;
	}
.padding-60-60{
	padding-left:15px;
	padding-right:15px;
	}
}
@media(max-width: 768px){
	.modal-dialog{
		top:10%;
		}
		
	.user {
		margin: 0px 10px 0px 0px; 
	}	
	.u-info{
		width: 260px;
	}
    .extra-padding{
    padding-right:15px !important;
    }
}	
/*----------------------max width 767px----------------------------*/
@media(max-width: 767px){
.meeting-calender-status{
	text-align:center;
}
.meeting-calender-status{
	width: 100%;
	margin-top:10px;
}
.display-info h3{
	font-size:25px!important;
}
.navbar {
    border-radius: 0px !important;    
}
.main-logo{
	text-align:center;
	margin-bottom:10px;
	}
	.modal-dialog{
		top:0px;
	}
.online-form-name{
	min-height:50px;
	margin-bottom:20px;
}
.dashboard-style{
	padding:2px 20px;
	margin-bottom:20px;
	border-radius:4px;
	}
.divid-betwen{
	border-left:none;
	}
.dashboard-list{
	color:#000;
	font-size:14px;
	line-height:14px;
	}
h3{
	font-size:20px;
	}
.modal-width-750{
		width:94% !important;
		}
.admin-footer{
	height: auto;
	}
.admin-footer .pull-right{
	 float: left !important;
	 margin-top:10px;
	}
.section-devider{
	border-right:0px;
	}
.user-info-container{
	width:230px;
	margin:10px auto;
	display:flex;
	display:webkit-flex;
}
.u-info{
		width: 200px;
		padding-right: 0px;
	}	

}
/*----------------------max width 480px----------------------------*/	
@media(max-width: 480px){
	.cls_blockUI img{
		position: relative;
		width: 100%;
		height: auto;
		border-radius: 50%;
	}
	.online-form-name {		
		margin-left: 60px;
	}
	
	.user-info-right
	{
		text-align: center;
	}
	
	.user {
		margin: 0px 10px 0px 0px; 
		float: none;
		display: inline-block;
	}	
	.u-info{
		width: 208px;
	}
	.dashboard-item-content h3{
	font-size:16px;	
	}
	.dashboard-count{
	font-size:28px;
	}
	.font-media-icon span{
		font-size: 16px;
		height: 30px;
		width: 30px;
		padding-top: 7px;
	}
	.delegate-dashboard-list .media-heading {
		font-size: 16px;
	}
	.delegate-dashboard-list .media-heading .btn{
		padding: 3px 6px;
	}
	.exhibitor-dashboard-list .media-heading {
		font-size: 16px;
		position:relative;
		padding-right:80px;
		margin-top:0px;
	}
	.exhibitor-dashboard-list .media-heading span{
		position:absolute;
		right:0px;
		top:0px;
	}
	.payeble-amount{
		position:static !important;
		float:inherit !important;
	}
	.exhibitor-dashboard-list .media-heading .btn{
		padding: 3px 6px;
	}
    .extra-padding{
    padding-right:15px !important;
    }
}
.feedback-analysis ul{
    padding-left: 0px;
}
.feedback-analysis ul li{
    list-style-type: none;
    padding: 10px 15px;
    border-bottom: 1px dotted #ccc;
}
.feedback-analysis ul li a{
    cursor: pointer;
    color: #014a7f;
    text-align: justify;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.feedback-analysis ul li a:hover .feedback-analysis ul li{
    background: #fff;
}
.feedback-analysis ul li:last-child{
  border-bottom: none; 
}
.extra-padding{
    padding-right:50px;
}
.add-scroller{
    height: 500px;
    overflow-y: scroll;
}
#left_list .active a{
    color:#5e5e5e !important;
    font-weight: bold;
}
#chart_section{
    text-align: center;
    font-size: 18px;
    font-style: Italic;
    padding-top: 50px;
    padding-bottom: 50px;
}
/*.feedback-analysis ul li:nth-child(even){
    background: #eee;
}
.feedback-analysis ul li:nth-child(odd){
    background: #ccc;
}*/


.delegate-dashboard {
	display: flex;
	flex-wrap: wrap;
}
@media screen and (max-width: 800px) {
	.delegate-dashboard {
		display: flex;
		flex-direction: column !important;
	}
}
.matchmaking {
	flex: 1;
}

.matchmaking h1 {
	font-size: 40px;
	font-weight: 800;
	margin: 0;
	padding-bottom: 10px;
}

.matchmaking p {
	font-size: 16px;
	margin: 0;
}

.match-container {
	width: 100%;
	max-height: 300px;
	background: #f2f2f2;
	overflow-y: auto;
	padding: 20px;
	margin-top: 10px;
}

.short-links {
	flex: 1;
	padding: 30px;
}

.matched-block {
	width: 100%;
	height: 65px;
	background-color: #fff;
	border-radius: 5px;
	overflow: hidden;
	display: flex;
	margin-bottom: 20px;
}

.iconHolder {
	flex-basis: 10%;
	background: #6692D0;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	color: #fff;
}

.detailedInfo {
	flex-basis: 75%;
	padding: 10px;
}

.detailedInfo h4 {
	font-size: 17px;
	font-weight: 700;
	padding-bottom: 0px;
	margin: 0;
}

.scheduleMeet {
	flex-basis: 25%;
	height: 100%;
	background: #6692D0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.scheduleMeet a {
	font-size: 14px;
	text-decoration: none;
	color: #fff;
}

.ex-directory {
	display: flex;
	border-radius: 10px;
	overflow: hidden;
	min-height: 130px;
	text-decoration: none;
	color: #000;
	margin: 10px;
}

.ex-directory .content {
	flex: 2;
	padding: 20px 30px;
	background-color: #E0E9F5;
}

.ex-directory .content h3 {
	margin: 0;
	padding: 0;
	font-size: 20px !important;
}

.ex-directory .content p {
	margin: 0;
	padding: 0;
	font-style: italic;
	font-size:13px !important;
}

.ex-directory .counter {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #295BA0;
	padding: 20px;
}

.ex-directory .counter h2 {
	color: #fff;
}

.ex-directory.outReq .content {
	background-color: #FBEFD1;
}

.ex-directory.outReq .counter {
	background: #F8AC3A;
}

.ex-directory.IncReq .content {
	background-color: #F8EEEF;
}

.ex-directory.IncReq .counter {
	background: #ED3237;
}

.ex-directory.MyMeet .content {
	background-color: #E1F3D2;
}

.ex-directory.MyMeet .counter {
	background: #B4DC92;
}

.ex-directory.outReq .counter h2 {
	color: #000 !important;
}

.ex-directory.IncReq .counter h2 {
	color: #fff !important;
}

.ex-directory.MyMeet .counter h2 {
	color: #67844F !important;
}


.exhibitor-dashboard .matched-block{
	width: 100%;
	height: 200px;
	background: #f2f2f2;
	padding: 10px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	overflow-y: auto;
	scrollbar-width: none;
	scroll-behavior: smooth;
	border-bottom: 1px inset #ddd;
}
.exhibitor-dashboard .matched-block .company-blocks{
	width: 100%;
	/* height: 60px; */
	background: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 5px;
	border-radius: 4px;
	padding: 0 10px;
}
.exhibitor-dashboard .matched-block .company-blocks:hover{
	background-color: #ED3237;
	color: #fff !important;
	cursor: pointer;
}
.exhibitor-dashboard .matched-block .company-blocks .block-info{
	padding: 10px;
	width:60%;
}

.exhibitor-dashboard .matched-block .company-blocks a{
	font-size: 12px;
	padding: 5px 10px;
	height: 30px;
	background: #ffd023;
	color: #000 !important;
}
.exhibitor-dashboard .matched-block .company-blocks .block-info h3{
	width:200px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	font-weight: 800 !important;
	margin: 0;
	padding: 0;
}
.exhibitor-dashboard .suggested{
	width: 100%;
	height: auto;
	background: #F8EEEF;
	display: flex;
	border-radius: 3px;
	overflow: hidden;
	margin: 10px 0;
}
.exhibitor-dashboard .suggested a{
	font-size: 12px;
	margin-top: 5px;
	background: #e76f51 !important;
	border:none !important;
}
.exhibitor-dashboard .suggested .card-info{
	padding: 15px;
	background-color: #fefae0;
}
.exhibitor-dashboard .suggested h3{
	font-size: 15px;
	font-weight: 800 !important;
	margin: 0;
	padding: 0;
}
.exhibitor-dashboard .suggested p{
	font-size: 11px;
	margin: 0;
	padding: 0;
}
.exhibitor-dashboard .suggested .counter{
	/* padding: 10px; */
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #f4a261;
}
.exhibitor-dashboard .suggested .counter h2{
	font-size: 20px;
	font-weight: 800;
	margin: 0;
	padding: 0;
	color: #fff;
	flex: 1;
	padding: 10px;
}
.exhibitor-dashboard .suggested .counter h2:first-child{
	background: #e76f51;
	/* color:#ED3237; */
	color:#fff;
	display: flex;
	align-items: center;
	justify-content:center;
	width: 100%;
	flex: 1;
}

.exhibitor-dashboard .suggested .counter h2 i {
	font-size:18px;
}
.exhibitor-dashboard .inc-requests{
	width: 100%;
	height: 100px;
	background: #F8EEEF;
	display: flex;
	border-radius: 3px;
	overflow: hidden;
	margin: 10px 0;
	text-decoration: none;
}
.exhibitor-dashboard .out-requests{
	width: 100%;
	background: #FBEFD1;
	display: flex;
	border-radius: 3px;
	overflow: hidden;
	text-decoration: none;
}
.exhibitor-dashboard .inc-requests .card-info{
	padding: 15px;
	background-color: #cbf3f0;
}
.exhibitor-dashboard .inc-requests h3{
	font-size: 15px;
	font-weight: 800 !important;
	margin: 0;
	padding: 0;
	color:#333;
}
.exhibitor-dashboard .inc-requests p{
	font-size: 11px;
	margin: 0;
	padding: 0;
	color:#333;
}
.exhibitor-dashboard .inc-requests .counter{
	/* padding: 10px; */
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #90e0ef;
}
.exhibitor-dashboard .inc-requests .counter h2{
	font-size: 20px;
	font-weight: 800;
	margin: 0;
	padding: 0;
	color: #023e8a;
	flex: 1;
	padding: 10px;
}
.exhibitor-dashboard .inc-requests .counter h2:first-child{
	background: #023e8a;
	/* color:#ED3237; */
	color:#fff;
	display: flex;
	align-items: center;
	justify-content:center;
	width: 100%;
	flex: 1;
}

.exhibitor-dashboard .inc-requests .counter h2 i {
	font-size:18px;
}
.exhibitor-dashboard .out-requests .card-info{
	padding: 15px;
	background-color: #fefae0;
}
.exhibitor-dashboard .out-requests h3{
	font-size: 15px;
	font-weight: 800 !important;
	margin: 0;
	padding: 0;
	color:#333;
}
.exhibitor-dashboard .out-requests p{
	font-size: 11px;
	margin: 0;
	padding: 0;
	color:#333;
}
/* .exhibitor-dashboard .out-requests .counter{
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background: #F8AC3A;
}
.exhibitor-dashboard .out-requests .counter h2{
	font-size: 30px;
	font-weight: 800;
} */
.exhibitor-dashboard .out-requests .counter{
	/* padding: 10px; */
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	/* background: #F8AC3A; */
	background: #faedcd;
}
.exhibitor-dashboard .out-requests .counter h2{
	font-size: 20px;
	font-weight: 800 !important;
	margin: 0;
	padding: 0;
	color: #000;
	flex: 1;
	padding: 10px;
}
.exhibitor-dashboard .out-requests .counter h2:first-child{
	background: #d4a373;
	/* color:#ED3237; */
	color:#fff;
	display: flex;
	align-items: center;
	justify-content:center;
	width: 100%;
	flex: 1;
}
.exhibitor-dashboard .out-requests .counter h2 i {
	font-size:18px;
}
.exhibitor-dashboard .directory{
	background: #fbfbfb;
	margin-bottom: 10px;
	border-radius: 3px;
	transition: 0.25s ease;
	text-decoration: none;
	display:block;
}
.exhibitor-dashboard .directory .card-info{
	padding: 15px;
}
.exhibitor-dashboard .directory:hover{
	background-color: #fefae0;
	cursor: pointer;
	border: none;
}
.exhibitor-dashboard .directory:hover .card-info h3{
	margin-left: 10px;
}

.exhibitor-dashboard .directory .card-info h3{
	font-size: 17px;
	font-weight: 800 !important;
	margin: 0;
	padding: 0;
	color: #333;
	transition: 0.54s ease-in-out;
}
.exhibitor-dashboard .directory .card-info p{
	font-size: 13px;
	margin: 0;
	padding: 0;
	color: #333;
}