html {
	overflow-y: scroll;
}

.portal-section {
	font-family: "Open Sans";
	color: #787878;
	line-height: 1.5;
}

/* move in header
header{
	border-bottom: 2px solid #ef6c23;
    box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.5);
}*/
header .header-con {
	padding: 10px;
}

header .header-con .ubm-logo {
	padding: 7px 15px;
	width: 60px;
}

header .header-con .location-con {
	margin-left: 20px;
}

header .header-con .location-con .location-con-row {
	padding-top: 10px;
}

header .header-con .location-con .location-con-row i {
	width: 20px;
	text-align: center;
}

/* Move in header
.portal-section a{
	color: #787878;
	text-decoration: none;
}
.portal-section a:hover,
.portal-section a:focus{
	color: #2a2a2a;
}
*/
.portal-section .no-padding {
	padding-left: 0;
	padding-right: 0;
}

.portal-section .no-left-padding {
	padding-left: 0;
}

.portal-section .no-right-padding {
	padding-right: 0;
}

/* move in header
.portal-section  .border-danger{
	border-color: #a94442 !important;
}

.portal-section .color-text{
	color: #472835;
}
*/

.portal-section label {
	color: #403b3b;
}

.cd-title {
	color: #262626;
	font-weight: 600;
	min-width: 110px;
	display: inline-block;
	padding-right: 5px;
	vertical-align: top;
}

.cd-title:after {
	content: ":";
	float: right;
}

.portal-body-container {
	border: 1px solid #eee;
}

/*
.portal-left-box,
.portal-left-box-con{
	float: none;
	display: table-cell;
	vertical-align: top;
}
*/
.portal-left-box {
	border-right: 1px solid #eee;
	background: #f7f7f7;
}

.portal-left-box-con {
	padding-left: 30px;
	padding-top: 15px;
}

.portal-section .panel-title-heading {
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 400;
	display: inline;
	margin-bottom: 5px
}

/** left **/
.portal-section {
	padding: 30px 0 20px;
}

.portal-left-box-container {
	padding: 20px 0;
}

.portal-section ul.dashboard-menu {
	padding: 0;
	list-style-type: none;
	margin: 20px 0;
}

.portal-section ul.dashboard-menu li {
	border-bottom: 1px solid #eee;
}

ul.dashboard-menu li:last-child {
	border-bottom: none;
}

ul.dashboard-menu li a {
	display: block;
	padding: 10px 15px;
	/*color: #545454;*/
	text-decoration: none;
	font-size: 15px;
	font-weight: 500;
	/*border-left: 4px solid transparent;*/
	transition: 0.5s;
	position: relative;
}

/*
ul.dashboard-menu li.active a,
ul.dashboard-menu li:hover a{
	border-left: 4px solid #ef6c23;
	background: #FFFFFF;
}*/
.notification-count {
	position: absolute;
	right: 8px;
	top: 6px;
	background: #ff0000;
	color: #fff;
	font-size: 8px;
	width: 15px;
	height: 15px;
	text-align: center;
	border-radius: 12px;
	padding: 2px 0;
}

ul.dashboard-menu li span.glyphicon,
ul.dashboard-menu li i.fa {
	float: right;
	font-size: 14px;
	/*color: #6F6D70;*/
	padding-top: 4px;
}

/* panel change */
.portal-section .panel-default>.panel-heading {
	background: none;
	border-bottom: 1px solid #eee;
	padding: 10px 0 15px;
}

.portal-section .panel-group .panel-default {
	background: none;
	border: none;
	box-shadow: none;
}

.portal-section .panel-group .panel-default .panel-body {
	padding: 20px 0;
}

/* edit button */
.portal-section .no-bg-btn .btn {
	background: none;
	padding: 3px 10px;
	outline: none;
	color: #787878;
	font-weight: 500;
}

/*
.portal-section .no-bg-btn .btn:hover, .no-bg-btn .btn:active{
	color: #ef6c23;
}*/
.portal-section .no-bg-btn .btn .fa {
	padding-right: 8px;
	font-size: 12px;
}

.portal-section .no-bg-btn .btn:active {
	box-shadow: none;
	outline: none;
}

/**/
.portal-section .profile-left-image {
	/*border: 1px solid #888;*/
	position: relative;
	margin-bottom: 5px;
}

.portal-section .profile-left-image img {
	max-width: 100%;
}

.portal-section .logo-upload-button {
	/*position: absolute;*/
	bottom: 5px;
	right: 5px;
	/*color: #ef6c23;*/
	font-size: 12px;
}

.portal-section .logo-upload-button i.fa {
	color: #000;
	padding-right: 5px;
}

.portal-section .profile-name {
	padding: 5px 0px;
	font-size: 15px;
	font-weight: 600;
}

.portal-section .profile-designation {
	font-weight: 600;
}

.portal-section .comapny-detail-col {
	padding: 8px 0;
}

.portal-section .cd-value {
	display: inline-block;
}

.company_user_info_container,
.company_info_container,
.product_all_container,
.employee_all_container {
	margin-bottom: 30px;
}

/*product + employee*/

.product-con {
	border: 1px solid #eee;
	position: relative;
}

.proiduct-action-conatainer {
	position: absolute;
	top: 0px;
	right: 0px;
	background: rgba(255, 255, 255, 0.7);
	padding: 2px 10px;
}

.proiduct-action-conatainer a {
	color: #787878;
	padding: 2px;
	margin: 0 3px;
}

.proiduct-action-conatainer a:hover,
.proiduct-action-conatainer a:active {
	color: #472835;
}

.portal-right-box img {
	max-width: 100%;
}

.portal-section .product_name {
	font-size: 15px;
	font-weight: 500;
	padding: 10px 0;
}

.portal-section .empaloyee-detail .employee-image {
	height: 150px;
	position: relative;
}

.empaloyee-detail .employee-image img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.portal-section .modal-dialog .modal-title {
	/*color: #472835;*/
	font-size: 16px;
	font-weight: 600;
}

.portal-section .modal-content {
	border-radius: 2px;
}

.portal-section .edit-form label {
	float: left;
	width: 150px;
	font-weight: 500;
	padding: 4px 0;
}

.portal-section .edit-form .form-control {
	float: left;
	width: calc(100% - 160px);
	max-width: calc(100% - 160px);
}

.portal-section .form-control {
	/*border: none;*/
	box-shadow: none;
	/*border-radius: 0;*/
	/*border-bottom: 1px solid #d4d4d4;*/
	transition: 0.3s;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	padding: 6px 5px;
}

/*
.portal-section .form-control:focus,.form-control.focus{
	border-color: #ef6c23;
	box-shadow: none;
}*/

@media (min-width: 768px) {
	.portal-section .modal-dialog {
		width: 750px;
	}

	.portal-section .modal-body {
		padding: 15px 20px;
	}
}

.portal-section .edit-form .form-control.phone-code-field {
	width: 75px;
	margin-right: 10px;
}

/*.portal-section .edit-form .form-control.phone-number-field {
    width: calc(100% - 245px);
}*/
.portal-section .edit-form .form-field-con {
	margin-bottom: 15px;
}

.portal-section .edit-form .form-field-con:after,
.edit-form .form-field-con:before {
	display: table;
	content: " ";
	clear: both;
}

.portal-section .edit-form .chk-field-con INPUT {
	float: left;
	margin-left: 10px;
}

.portal-section .edit-form .chk-field-con label {
	width: auto;
	padding: 0px 10px;
	display: inline;
	float: none;
	color: #787878;
}

.portal-section .edit-form .chk-field-con .form-field-con {
	margin-bottom: 0;
}

.portal-section .edit-form .chk-field-con {
	width: calc(100% - 160px);
	max-height: 150px;
	overflow-y: scroll;
	border: 1px solid #d4d4d4;
	border-radius: 3px;
}

.portal-section .edit-form .btn-primary {
	padding: 5px 30px;
}

.portal-section .btn {
	border-radius: 2px;
}

/*
.portal-section .btn-primary{
	background: #ef6c23;
	border-color: #ef6c23;
}
.portal-section .btn-primary:hover, .portal-section .btn-primary:focus, .portal-section .btn-primary:active,
.portal-section .btn-primary.active, .portal-section .open>.dropdown-toggle.btn-primary{
	background: #ff8541;
	border-color: #ef6c23;
}
*/
.portal-section .edit-form .form-field-submit {
	text-align: center;
	padding-top: 15px;
}

.portal-section table.users_list_table tbody tr td {
	border: none;
	padding: 10px 0;
}

.portal-section table.users_list_table tbody tr td .card-views {
	border: 1px solid #eee;
	border-radius: 3px;
	background: #f7f7f7;
}

.portal-section .meeting-table tr td .card-views {
	border-right: none;
}

.portal-section .table-hover>tbody>tr:hover>td,
.table-hover>tbody>tr:hover>th {
	background: none;
}

.portal-section .table-user-search-form {
	border-bottom: 1px solid #eee;
	margin-bottom: 35px;
	padding-bottom: 25px;
	padding-left: 15px;
	padding-right: 15px;
	background: #f7f7f7;
}

.portal-section table.users_list_table .user-action-row {
	background: #E2E2E2;
	padding: 7px 0px;
}

.portal-section table.users_list_table {
	color: #5E5E5E;
}

.portal-section table.users_list_table .usert-detail-row {
	padding: 7px 0;
	display: flex;
	align-items: center;
}

.portal-section table.users_list_table .user-action-row .btn {
	padding: 2px 20px;
	margin: 0 5px;
}

.portal-section table.users_list_table .user-action-row .profile-name-des {
	padding: 3px 15px;
}

/* moved in header
.portal-section .pagination>li>a, .portal-section .pagination>li>span,
.portal-section .pagination>li>a:hover, .portal-section .pagination>li>span:hover,
.portal-section .pagination>li>a:focus, .portal-section .pagination>li>span:focus{
	color: #472835;
}
.portal-section .pagination>.active>a, .portal-section .pagination>.active>span,
.portal-section .pagination>.active>a:hover, .portal-section .pagination>.active>span:hover,
.portal-section .pagination>.active>a:focus, .portal-section .pagination>.active>span:focus{
	background-color: #ef6c23;
	border-color: #ef6c23;
	color: #fff;
}
.portal-section .dropdown-menu>.active>a, .portal-section .dropdown-menu>.active>a:hover, .portal-section .dropdown-menu>.active>a:focus{
	background: #ef6c23;
}
*/
.portal-section .dropup .dropdown-menu,
.portal-section .navbar-fixed-bottom .dropdown .dropdown-menu {
	min-width: 40px;
}

.portal-section .pagination {
	margin-top: 0;
}

.portal-section .btn-date-time,
.portal-section .btn-date-time:hover {
	border: 1px solid #ef6c23;
	color: #fff;
	padding: 2px 15px;
	margin: 5px 10px 5px 0px;
	width: auto;
	min-width: 120px;
	/*background: RGBA(139, 5, 100,0.8);*/
}

.portal-section .btn-date-time .glyphicon {
	margin-right: 7px;
}

.portal-section .btn-date-time.selected,
.portal-section .btn-date-time:hover,
.portal-section .btn-date-time:focus {
	/*background: #ef6c23;*/
	color: #fff;
}

.portal-section .date-container-title {
	padding: 10px 0;
	margin: 5px 0;
}

.portal-section .date-container-title h4 {
	font-size: 16px;
	color: #2A2A2A;
	font-weight: 600;
}

.portal-section .date-time-container {
	margin-top: 20px;
}

/*meeting list*/
.portal-section .metting-ud {
	border-right: 1px solid #eee;
	display: flex;
	align-items: center;
}

.portal-section .meeting-row-con {
	color: #2a2a2a;
	font-size: 13px;
	position: relative;
}

.portal-section .meeting-row-con .profile-name a {
	color: #2a2a2a;
}

.portal-section .meeting-user-detail {
	max-width: 100px;
	float: left;
	text-align: center;
}

.portal-section .meeting-aerrow {
	float: left;
	padding: 25px 5px;
	background: url(./images/arrow.png) no-repeat right 45px;
}

.portal-section .meeting-user-detail .user-image {
	/*border: 1px solid #ddd;*/
	height: 70px;
	display: flex;
	align-items: center;
	width: 70px;
	margin: 0 auto;
}

.portal-section .meeting-user-detail .user-image img {
	max-height: 100%;
	max-width: 100%;
	display: flex;
	align-items: center;
	margin: 0 auto;
}

.portal-section .cust-table-cell {
	display: table-cell;
	float: none;
	vertical-align: middle;
}

.portal-section .meeting-row-con .cust-table-cell {
	padding-top: 6px;
	padding-bottom: 6px;
	transition: 0.6s;
}

.portal-section .meeting-row-con .cust-table-cell.v-top {
	vertical-align: top;
}

.portal-section .meeting-status-0,
.portal-section .meeting-status-3 {
	/*background: #F8D030;*/
	border-right: 3px solid #F8D030;
}

.portal-section .meeting-status-1 {
	/*background: #23972A;*/
	border-right: 3px solid #23972A;
}

.portal-section .meeting-status-2 {
	/*background: #CE0000;*/
	border-right: 3px solid #CE0000;
}

.portal-section .meeting-status-box SELECT {
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 4px 5px;
	width: 90px;
}

.portal-section .meeting-status-title {
	padding: 0px 0 15px;
	color: #2a2a2a;
}

.portal-section .meeting-status-0 .meeting-status-title {
	color: #2a2a2a;
}

.portal-section span.meeting_label {
	font-weight: 600;
	padding-right: 5px;
}

.portal-section span.meeting_label:after {
	content: " :";
}

.portal-section .meeting-detail-col {
	padding: 3px 0 7px;
}

.portal-section .company-field {
	padding-left: 25px;
}

.portal-section .btn i.fa,
.portal-section .btn span.glyphicon {
	margin-right: 5px;
}

.portal-section .wishlist-btn {
	padding: 2px 2px 2px 7px !important;
}

.portal-section span.required-indicator {
	color: #CE0000;
}

.portal-section .empaloyee-detail .profile-left-image {
	text-align: center;
	max-width: 120px;
	margin: 0 auto;
}

.portal-section .quick-view-container {
	position: absolute;
	width: 100%;
	height: 100%;
	/*background: RGBA(139, 5, 100, 0.6);*/
	top: 0;
	left: 0;
	color: #fff;
	font: 14px;
	display: none;
	transition: 0.6s;
	padding-top: 44%;
}

.portal-section .product-container .product-con:hover .quick-view-container {
	display: block;
}

.portal-section .is-new-meting {
	color: #8B0564;
	text-shadow: 1px 1px 2px rgba(139, 5, 100, 1);
	font-size: 13px;
	transition: 0.2s;
	position: absolute;
	top: 2px;
	left: 36%;
}

.portal-section .is-new-meting.light {
	text-shadow: 1px 1px 2px rgba(139, 5, 100, 0.6);
}

.portal-section .meeting-detail-pop-row {
	margin: 0px 0px 30px;
	clear: both;
	padding-top: 15px;
}

.portal-section .meeting-detail-pop-row .meeting-aerrow {
	float: none;
	padding: 30px 5px;
	background: url(./images/arrow.png) no-repeat center 45px;
}

.portal-section .meeting-detail-pop-row .profile-name {
	padding: 2px 0;
}

.portal-section .meeting-detail-pop-row .view-section-title {
	font-size: 16px;
	font-weight: 600;
	padding: 10px 0 25px;
}

.portal-section .meeting_communication .meeting_row {
	padding: 5px 0;
	clear: both;
	margin-bottom: 15px;
	color: #787878;
}

.portal-section .meeting_communication span.meeting_label {
	font-weight: 500;
	padding-right: 5px;
}

.portal-section .meeting-detail-pop-row .meeting-desc {
	display: inline;
}

.portal-section .meeting_communication span.meeting_label:after {
	content: " | ";
}

.portal-section .meeting_communication .meeting-desc-row {
	margin-bottom: 3px;
}

.portal-section .meeting-detail-pop-row .meeting-action {
	padding: 5px 25px;
	margin-right: 5px;
}

.portal-section .meeting-detail-pop-container {
	background: #f7f7f7;
	padding: 20px 0px;
	border: 1px solid #eee;
	border-radius: 3px;
}

.portal-section .form-control.no-border {
	border: none;
	padding-top: 0;
	height: auto;
}

.portal-section .company_user_info_con .wishlist-btn {
	padding: 6px 6px 6px 10px !important;
}

.portal-section .meeting-tab-container {
	margin-top: 15px;
}

.meeting-tab-container .nav-tabs>li>a {
	border: none;
	padding: 5px;
	margin-right: 15px;
	color: #2a2a2a;
	border-bottom: 2px solid transparent;
}

.meeting-tab-container .nav-tabs>li:last-child>a {
	margin-right: 0px;
}

.meeting-tab-container .nav-tabs>.nav-tabs>li {
	margin: 0;
}

.meeting-tab-container .nav-tabs>li>a:hover,
.meeting-tab-container .nav-tabs>li>a:focus {
	border: none;
	background: none;
	border-bottom: 2px solid #8B0564;
}

.meeting-tab-container .nav-tabs>li.active>a,
.meeting-tab-container .nav-tabs>li.active>a:hover,
.meeting-tab-container .nav-tabs>li.active>a:focus {
	border: none;
	border-bottom: 2px solid #8B0564;
	font-weight: 600;
}

.meeting-tab-container .nav-tabs {
	border: none;
	margin-bottom: 30px;
	display: table;
	margin-left: auto;
	margin-right: auto;
}

.meeting-tab-container .bootstrap-table {
	margin-top: 20px;
}

.portal-section .edit-form INPUT[type="file"] {
	display: inline;
}

.portal-message-popup {
	position: fixed;
	background: #3C763D;
	color: #fff;
	margin: 0 auto;
	left: 0;
	right: 0;
	max-width: 100%;
	width: 100%;
}

.portal-message-popup.error {
	background: #bf0909;
}

.portal-message-popup .portal-message-container {
	padding: 10px 15px;
	text-align: center;
	position: relative;
}

.portal-message-popup .close-btn {
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 20px;
	line-height: 1;
	padding: 0 5px;
	cursor: pointer;
}

#portal-message-popup {
	visibility: hidden;
	opacity: 0;
	z-index: -1;
	/*hide it in the back of the page*/
	top: -50%;
	/*Put it on the very top*/
	transition: all .4s ease-in-out;
	/*make it smooth*/
}

/*Now show it*/
#portal-message-popup.active {
	visibility: visible;
	z-index: 9999;
	opacity: 1;
	top: 0px;
	/*slide it down smoothly*/
}

.portal-section .btn-download-brochere {
	font-size: 12px;
	padding: 4px 7px;
	display: block;
	width: 100%;
	max-width: 250px;
	white-space: normal;
	color: #fff;
}

.portal-section .btn-download-brochere:hover {
	color: #fff;
}

.portal-section .meeting-row-con .viewmeeting {
	cursor: pointer;
}

.portal-section .meeting-row-con a {
	color: #2a2a2a;
}

.portal-section .notification-row {
	padding: 5px 0;
	border-bottom: 1px solid #eee;
}

.portal-section .prof-dashboard-field {
	margin-bottom: 30px;
}

.portal-section .prof-dashboard-field-con {
	background: #F7F7F7;
	border: 1px solid #eee;
	padding: 10px 10px 0;
	text-align: center;
	border-radius: 3px;
	display: block;
	transition: 0.4s;
	float: left;
	width: 100%;
	box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.3) !important;
}

.portal-section .prof-dashboard-field-con:hover,
.portal-section .prof-dashboard-field-con:focus {
	color: #ef6c23;
	background: #fff;
	/*border-color: #ef6c23;
    box-shadow: 1px 1px 3px 0px rgba(239, 108, 35,0.6) !important;*/
}

.portal-section .prof-dashboard-field-con .dashboard-field-icon {
	font-size: 60px;
	float: left;
	position: relative;
}

.portal-section .prof-dashboard-field-con .dashboard-field-content {
	padding: 30px 0;
}

.portal-section .edit-form a.secondry-link {
	color: #472835;
	text-decoration: underline;
	margin: 0 30px;
}

.portal-section .cust-reg-btn-con {
	text-align: center;
	padding: 62px 10px;
	color: #2a2a2a;
}

/*
.portal-section .cust-reg-btn-con h3{
	color: #472835;
}*/
.portal-section .register-now-button-cust {
	color: #fff !important;
	min-width: 280px;
	margin-top: 10px;
}

.portal-section .div-align-center {
	float: none;
	margin: 0 auto;
}

.portal-section a.btn-primary {
	color: #fff;
}

.portal-section .panel-group .intro-text {
	padding: 30px 0 15px;
}

/*Ankita CSS*/
.calender-details .col-md-12.cal-meeting-table {
	padding: 0px;
}

.calender-details .col-md-12.cal-meeting-table th {
	text-align: center;
	font-size: 12px;
	color: #484848;
	font-weight: 700;
	border-right: 1px solid #C5C5C5;
}

.col-md-6.meeting-table {
	/* margin-left: 0px; */
	/* margin-right: 0px; */
	padding: 0px;
	margin-top: 10px;
}

.col-md-6.cal-meeting-table {
	padding: 0px;
}

.calender-details .col-md-12.cal-meeting-table thead.cal-heading {
	background: #E2E2E2;
}

.calender-details .col-md-12.cal-meeting-table th.cal-meet-date {
	/*color: #ef6c23;*/
	font-size: 13px;
	font-weight: 700;
	border-bottom: 1px solid #C5C5C5;
}

tr.cal-row-info td {
	text-align: center;
}

tr.cal-row-info td {
	border: 1px solid #C5C5C5;
	color: #8C8C8C;
	font-size: 12px;
	font-weight: 600;
}

/*Ankita CSS*/

#cal-dateCon tr td {
	vertical-align: middle;
}

#cal-dateCon tr td.action-btn {
	padding: 5px 2px !important;
	border-left: none !important;
	border-right: none !important;
}

#cal-dateCon tr td.action-btn:last-child {
	border-right: 1px solid #C5C5C5 !important;
}

#cal-dateCon tr td.action-btn span {
	cursor: pointer;
}

#cal-dateCon tr td.action-btn span.active {
	cursor: default;
}

#cal-dateCon tr td.action-btn.approve-btn span.active,
#cal-dateCon tr td.action-btn.approve-btn span:hover {
	color: #00FF00;
}

.portal-section .product-image img {
	max-width: 100%;
}

.portal-section .product-con .product-image {
	position: relative;
	height: 230px;
}

.portal-section .product-con .product-image img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

/*.portal-section .popup-product-image{
	max-height: 250px;
}*/
.portal-section .popup-product-image {
	max-height: 100%;
}

/*.portal-section .popup-product-image img{
	max-height: 250px;
}*/
.portal-section .popup-product-image img {
	max-height: 100%;
}

.portal-section .profile-detail-page .panel-default {
	background: #f7f7f7 !important;
	padding: 10px 15px 0px;
	border-radius: 4px;
	box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.3) !important;
}

.user-menu-stick-btn {
	display: none;
}

.product-container,
.employee-list-container .employee-list .content-container {
	padding: 20px 8px;
}

.usert-detail-others-col {
	display: flex;
	align-items: center;
}

.portal-section table.users_list_table .usert-detail-row .user-img-col {
	width: 80px;
}

.portal-section .profile-complete-status-panel .progress-bar {
	background-color: #ef6c23;
}

.portal-section .profile-complete-status-panel .progress {
	box-shadow: inset 0px 1px 5px rgba(0, 0, 0, .4);
}

.portal-section table.users_list_table .usert-detail-row {
	position: relative;
}

.portal-section table.users_list_table .usert-detail-row .user-grp-title {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9;
	padding: 2px 10px;
	/*background: #472835;*/
	color: #fff;
	border-radius: 0 0 0 4px;
	font-size: 12px;
	width: 70px;
	text-align: center;
}

.find-customer-search-form .edit-form .chk-field-con {
	background: #fff;
	width: 100%;
	max-width: 100%;
}

.find-customer-search-form .btn-group {
	display: block;
}

.find-customer-search-form button.multiselect {
	width: 100%;
	text-align: left;
	overflow: hidden;
}

.find-customer-search-form button.multiselect .caret {
	position: absolute;
	right: 8px;
	top: 40%;
}

.multiselect-native-select ul.multiselect-container {
	width: 100%;
	top: 33px;
	max-height: 200px;
	overflow-y: scroll;
}

.black-txt {
	color: #000;
}

div#mySearched label {
	font-weight: 500;
	width: 105px;
}

.user-welcome-msg {
	margin-bottom: 25px;
}

/* 5-7-17 footer */
.footer-bg {
	padding: 10px 15px;
}

.footer-bg .newsletter {
	color: #fff;
	font-size: 20px;
	padding-bottom: 0.8em;
	letter-spacing: 0.8px;
	line-height: 1.8em;
	text-align: center;
	padding-top: 25px;
	text-decoration: none;
	font-weight: 300;
	text-transform: uppercase;
}

.footer-bg .es_textbox_class {
	padding: 6px 12px;
	line-height: 1.42857;
	color: #555;
	vertical-align: middle;
	background-color: #FFF;
	background-image: none;
	border: 1px solid #CCC;
	border-radius: 4px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	margin: 0px;
}

.footer-bg .es_button .es_textbox_button {
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1), 0 -5px 6px rgba(0, 0, 0, 0.1) inset;
	color: #555555;
	cursor: pointer;
	padding: 6px 12px;
	border-radius: 2px;
	text-align: center;
	font-size: 14px;
	background-color: white;
	text-decoration: none;
	border: none;
}

.footer-bg .es_button {
	margin-top: 10px;
}

.footer-bg .newsletter-mar.footer_widget {
	text-align: center;
	margin-bottom: 15px;
}

.footer-bg .color-text {
	color: #fff;
}

.footer-bg .footer-link-img {
	text-align: center;
}

.footer-bg .footer-link-img img {
	max-width: 100%;
}

header .goto-our-site {
	/*background: #ef6c23;*/
	text-align: center;
}

header .goto-our-site a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 8px;
	margin-top: 6px;
}

.portal-section .pagination-detail {
	color: #000;
}

.portal-section .pagination-detail .page-list {
	margin-left: 7px;
}

.meeting-cal-row-pending {
	background: rgba(248, 208, 48, 0.12);
}

.meeting-cal-row-approved {
	background: rgba(35, 151, 42, 0.12);
}

.meeting-cal-indicator {
	margin-bottom: 25px;
}

.meeting-cal-indicator-row {
	display: inline-block;
	margin-right: 20px;
	color: #2a2a2a;
}

.meeting-indicator-bg {
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	border: 1px solid #eaeaea;
}

.portal-section .unique-products-container .product-con .product-image {
	height: 230px;
	border-radius: 3px;
}

.portal-section .unique-products-container .product_name {
	font-weight: 600;
	color: #333;
	text-align: left;
}

/* =================================
 * Responsive
 * ================================= */
@media only screen and (max-width: 1024px) {
	.meeting-list-table tr td {
		padding-left: 5px !important;
		padding-right: 4px !important;
	}
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.meeting-list-table {
		width: 100%;
	}
}

@media only screen and (max-width: 991px) {

	/* dashboard */
	.portal-left-box-con {
		padding-left: 15px;
	}

	.portal-section .container,
	header .container {
		width: 100%;
	}

	.portal-left-box {
		width: 275px;
		top: 0;
		left: 0;
		position: fixed;
		height: 100%;
		z-index: 999;
		margin-left: -275px;
		transition: 0.7s;
	}

	.portal-left-box.active {
		margin-left: 0;
		box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.4);
	}

	.user-menu-stick-btn {
		display: block;
		position: absolute;
		right: -49px;
		top: 0px;
		padding: 25px 16px;
		/*background: #f7f7f7;
	    border: 1px solid #eee;*/
		cursor: pointer;
		border-left: none;
		/*box-shadow: 3px 2px 4px 0px rgba(0,0,0,0.4);*/
		font-size: 20px;
		z-index: 999;
		/*border-radius: 0 10px 10px 0;*/
		color: #fff;
		height: 78px;
	}

	.col-sm-no-pull {
		float: none !important;
	}

	.notification-graph {
		max-width: 300px;
		margin-top: 30px;
		padding-left: 0;
	}

	header .header-con .location-con {
		margin-left: 10px;
	}

	header .header-con .location-con {
		display: none;
	}

	header .header-con .logo {
		margin-left: 50px;
	}

	header .header-con.not-logged-in .logo {
		margin-left: 0;
	}

	header .header-con {
		padding: 5px 10px;
	}

	header .header-con .ubm-logo {
		padding: 5px 10px;
		width: 50px;
	}

	header {
		position: fixed;
		width: 100%;
		background: #fff;
		z-index: 999;
	}

	.main-body {
		padding-top: 80px;
	}
}

@media only screen and (max-width: 768px) {
	.portal-section .login-page-form .edit-form label {
		width: 110px;
	}

	.portal-section .register-now-button-cust {
		min-width: 205px;
	}

	.portal-section .login-page-form .edit-form .form-control {
		width: calc(100% - 110px);
		max-width: calc(100% - 110px);
	}

	.btn-download-brochere {
		margin: 0 auto;
	}

	footer {
		position: fixed;
		width: 100%;
		bottom: 0;
	}


}

@media only screen and (max-width: 767px) {
	.find-customer-search-form .form-group {
		width: 50%;
		padding: 0 5px;
	}

	.find-customer-search-form .form-btn-group {
		width: 100%;
	}
}

@media only screen and (max-width: 715px) {
	header .header-con .location-con {
		display: none;
	}

	header .goto-our-site-con {
		width: 170px;
	}
}

@media only screen and (max-width: 640px) {
	.portal-section table.users_list_table .usert-detail-row .usert-detail-others-col {
		display: block;
	}

	.portal-section table.users_list_table .usert-detail-row .user-img-col {
		width: 100px;
	}

	.portal-section table.users_list_table .usert-detail-row .user-img-col IMG {
		width: 85px;
	}

	.portal-section table.users_list_table .usert-detail-row .udetail-col {
		padding-left: 25px;
		margin-bottom: 5px;
	}

	.portal-section table.users_list_table .profile-name-des {
		width: 37%;
	}

	.portal-section table.users_list_table .profile-name-des span {
		display: block;
	}

	.portal-section table.users_list_table .user-action-btns {
		width: 63%;
		text-align: right;
		margin-top: 10px;
	}

	header .goto-our-site-con {
		display: none;
	}

	header .header-con .logo {
		max-width: 200px;
	}

	header .header-con .logo IMG,
	header .header-con .ubm-logo IMG {
		max-width: 100%;
	}

	.user-menu-stick-btn {
		height: 67px;
		padding: 20px 16px;
	}
}

@media only screen and (max-width: 599px) {
	.portal-section table.users_list_table .profile-name-des {
		width: 100%;
		margin-bottom: 5px;
	}

	.portal-section table.users_list_table .user-action-btns {
		width: 100%;
		text-align: center;
		margin-top: 0;
	}

	.portal-section table.users_list_table .profile-name-des span {
		display: inline;
	}
}

@media only screen and (max-width: 480px) {
	header .header-con .location-con {
		display: none;
	}

	.prof-dashboard-con .prof-dashboard-field {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	.profile-status-bar {
		padding: 0;
	}

	/* Meeting detail */
	.meeting-detail-pop-container .meeting-detail-pop-row .col-xs-4 {
		width: 100%;
	}

	.portal-section .meeting-detail-pop-row .meeting-aerrow {
		padding: 45px 5px;
		background: url('./images/arrow-dwn.png') no-repeat center 30px;
		display: table;
		margin: 0 auto;
	}

	.portal-section .meeting-detail-pop-row .meeting-aerrow span {
		background: #f7f7f7;
	}

	/* find attendy */
	.portal-section table.users_list_table .usert-detail-row .user-img-col {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}

	.portal-section table.users_list_table .usert-detail-row .user-img-col .profile-name-des {
		display: block !important;
	}

	.portal-section table.users_list_table .user-action-row .profile-name-des {
		display: none !important;
	}

	.portal-section table.users_list_table .usert-detail-row {
		display: block;
	}

	.portal-section table.users_list_table .usert-detail-row .udetail-col {
		padding-left: 15px;
	}

	.portal-section table.users_list_table .profile-name-des span {
		display: block;
	}

	.portal-section .edit-form label,
	.portal-section .edit-form .form-control,
	.portal-section .edit-form .chk-field-con {
		max-width: 100%;
		width: 100%;
	}

	.portal-section .edit-form .form-control.phone-number-field {
		width: calc(100% - 85px);
	}

	.portal-section .prof-dashboard-field {
		margin-bottom: 15px;
	}
}

@media only screen and (max-width: 470px) {
	header .goto-our-site-con {
		width: 100%;
		padding-top: 15px;
	}
}

@media only screen and (max-width: 425px) {
	.no-xs-padding {
		padding: 0;
	}

	.portal-left-box-con {
		padding-left: 10px;
		padding-right: 10px;
	}

	.notification-list-container .notification-serial {
		padding: 0;
		text-align: center;
	}

	.notification-list-container .notification-msg {
		padding-left: 10px;
		padding-right: 10px;
	}

	.notification-list-container .notification-action {
		padding: 0;
	}

	.product-container {
		max-width: 280px;
		margin-left: auto;
		margin-right: auto;
		float: none;
		width: 100%;
	}

	.employee-list-container .employee-list .content-container {
		max-width: 240px;
		margin-left: auto;
		margin-right: auto;
		float: none;
		width: 100%;
	}

	.profile-user-action-btn-con {
		clear: both;
		float: none !important;
		margin: 15px auto;
	}

	.portal-section .meeting-detail-pop-row .meeting-action {
		padding: 5px 15px;
	}

	.portal-section table.users_list_table .user-action-row .btn {
		padding: 2px 7px;
		margin: 0 3px;
	}

	.portal-section table.users_list_table .user-action-row .user-action-btns {
		padding-left: 5px;
		padding-right: 5px;
	}

	.find-customer-search-form .form-group {
		width: 100%;
	}

	.portal-section .table-user-search-form {
		padding-left: 10px;
		padding-right: 10px;
	}
}

body.modal-open {
	padding-right: 0 !important;
}

.rate_widget {
	overflow: visible;
	padding: 6px 0px;
	position: relative;
	width: 100px;
	height: 32px;
}

.ratings_stars {
	background: url('../images/star.png') no-repeat;
	float: left;
	height: 20px;
	width: 20px;
	background-position: center !important;
}

.rating-field .ratings_stars {
	cursor: pointer;
}

.ratings_vote {
	background: url('../images/star-fill.png') no-repeat;
}

.ratings_over {
	background: url('../images/star-fill.png') no-repeat;
}

.review_list_table>tbody>tr>td {
	padding: 0 0 40px;
	border: none;
}

.review-user-img {
	margin-right: 20px;
	width: 60px;
}

.review-user-img img {
	border: 2px solid #ddd;
	border-radius: 50%;
}

.user-review-detail {
	padding-left: 80px;
}

.unique-products-container .product-detail-container .product-con {
	padding: 0 25px 20px 0;
	border: none;
}

.unique-products-container .product-detail-container .product_name {
	font-size: 20px;
	padding-top: 5px;
}

.unique-products-container .product-detail-container .product_vote {
	margin: 5px 0 15px;
}

.rating-container .rating-txt,
.rating-container .rating-star {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.unique-products-container .product-detail-container .vote-container,
.unique-products-container .product-detail-container .rating-container {
	display: inline-block;
}

.vote-container {
	position: relative;
}

.vote-container .cnt,
.product-list-container .product_vote .cnt {
	display: inline;
	padding: 3px 7px;
	background: #bcbcbc;
	border-radius: 3px;
	color: #4d3358;
	margin-left: 1px;
	font-size: 10px;
	position: relative;
}

.vote-container .cnt:before,
.product-list-container .product_vote .cnt:before {
	content: " ";
	position: absolute;
	border-right: 4px solid #bcbcbc;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	top: 6px;
	left: -4px;
}

.rating-container .rating-bg {
	height: 20px;
	width: 100px;
	background: url('../images/star.png') repeat-x;
}

.rating-container .rating-overall {
	height: 20px;
	background: url('../images/star-fill.png') repeat-x;
}

.product-list-content .rating-container .rating-bg {
	height: 12px;
	width: 60px;
	background: url('../images/star-small.png') repeat-x;
}

.product-list-content .rating-container .rating-overall {
	height: 12px;
	background: url('../images/star-small-fill.png') repeat-x;
}

.product-list-content .rate_widget {
	overflow: visible;
	padding: 2px 0px;
	position: relative;
	width: 60px;
	height: 16px;
}

.product-list-content .product_name {
	padding: 5px 0;
	font-size: 14px;
}

.prof-all-container .product-con .product_name {
	text-align: center;
	font-weight: 600;
	color: #333;
}

.prof-all-container .product-con {
	background: #fff;
}

.product-list-content .product_name a {
	color: #333;
}

.portal-section .product-con .product-image img {
	padding: 5px;
}

.product-list-content .rating-txt {
	font-size: 10px;
	clear: both;
	display: block;
}

.product-list-content .product_vote {
	padding: 7px 0;
}

.product-detail-container {
	margin-bottom: 15px;
}

.user-review-con .review-user-name {
	color: #333;
	font-size: 16px;
	font-weight: 600;
}

.product-review-container .review-title {
	margin: 0px 0 25px;
	overflow: hidden;
}

.product-review-container .review-title .write-review-link {
	margin: 25px 0 10px;
}

.product-review-container .review-title .write-review-link a {
	font-size: 14px;
	padding: 5px;
}

.product-list-content {
	background: #f7f7f7;
	padding: 10px;
}

.unique-products-container .product-container:nth-child(3n+1) {
	clear: both;
}

.jury_products_headings {
	background: #4d3358;
	color: #fff;
	display: table;
	width: 100%;
}

.jury_products_contents {
	display: table;
	width: 100%;
	color: #333;
}

.jury_products_row {
	overflow: hidden;
	display: table-row
}

.jury_products_col .res-title {
	display: none;
}

.jury_products_col {
	width: 25%;
	padding: 10px 5px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.jury_products_col.color-col {
	width: 10%;
	border-left: 1px solid #ddd;
}

.jury_products_col.color-col .color-swatch {
	width: 50px;
	height: 30px;
	margin: 0 auto;
}

.jury_products_col.votecnt_col {
	width: 20%;
}

.jury_products_col.jvote_col {
	width: 20%;
}

#jury_panel_graph {
	max-width: 320px;
	margin: 0 auto;
}

.jury_products_container {
	margin-top: 40px;
}

.slide-wrapper .slide-container {
	display: table-cell;
	vertical-align: middle;
	height: 310px;
	width: 100%;
	text-align: center;
	float: none;
}

.slide-wrapper {
	display: table;
	text-align: center;
	width: 100%;
}

.vote_btn {
	font-size: 10px;
	text-transform: uppercase;
}

#edit_img_con .input-file {
	display: inline-block;
	margin: 5px;
	border: 1px solid #ddd;
	width: 50px;
	height: 50px;
	vertical-align: middle;
	position: relative;
}

#edit_img_con .input-file label {
	width: 48px;
	float: none;
	display: table-cell;
	vertical-align: middle;
	height: 48px;
	text-align: center;
}

#edit_img_con .input-file img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

#edit_img_con .input-file .remove-product-image {
	position: absolute;
	width: 15px;
	top: 0;
	right: 0;
	background: #ddd;
	z-index: 2;
	cursor: pointer;
	height: 15px;
	padding: 0;
	line-height: 0;
}


@media only screen and (max-width: 767px) {
	.unique-products-container .product-container:nth-child(3n+1) {
		clear: none;
	}

	.unique-products-container .product-container:nth-child(2n+1) {
		clear: both;
	}
}

@media only screen and (max-width: 699px) {
	.jury_products_headings {
		display: none;
	}

	.jury_products_contents {
		display: block;
	}

	.jury_products_row {
		display: block;
		border-bottom: 1px solid #ddd;
		margin-bottom: 25px;
		padding-bottom: 15px;
		position: relative;
	}

	.jury_products_col {
		display: block;
		width: 100% !important;
		border: none !important;
		text-align: left;
		padding: 5px;
	}

	.jury_products_col.color-col .color-swatch {
		margin: 0;
	}

	.jury_products_col .res-title {
		display: inline-block;
		font-weight: 600;
		min-width: 120px;
	}

	.jury_products_col.jvote_col {
		width: auto !important;
		position: absolute;
		top: 5px;
		right: 10px;
	}

}

.portal-section table.users_list_table .usert-detail-row.card-view-des {
	min-height: 185px;
	padding: 0;
}

.portal-section table.users_list_table .usert-detail-row.card-view-des .user-img-col {
	width: 130px;
	padding-left: 0;
}

.portal-section table.users_list_table .usert-detail-row.card-view-des .user-img-col a {
	position: relative;
	display: block;
	height: 185px;
	vertical-align: top;
	display: table-cell;
	background: #ececec;
}

.portal-section table.users_list_table .usert-detail-row.card-view-des .user-img-col a img {
	max-height: 180px;
}

.portal-section table.users_list_table .usert-detail-row.card-view-des .user-grp-title {
	position: absolute;
	right: auto;
	bottom: 0;
	left: 0;
	top: auto;
	z-index: 9;
	padding: 7px 10px;
	background: #ececec;
	color: #fff;
	border-radius: 0;
	font-size: 14px;
	width: 100%;
	text-align: center;
	color: #000;
	text-transform: uppercase;
	font-weight: 600;
}

.usert-detail-row.card-view-des .usert-detail-others-col {
	display: block;
	padding: 5px 10px !important;
	position: relative;
	width: 100%;
	max-width: calc(100% - 130px);
}

.usert-detail-row.card-view-des .usert-detail-others-col .wishlist-btn {
	position: absolute;
	right: 5px;
	top: 5px;
	background: none;
	border: none;
	color: #F5AF74;
	font-size: 18px;
}

.portal-section .usert-detail-row.card-view-des .profile-name a {
	color: #43B3DB;
}

.portal-section .usert-detail-row.card-view-des .profile-company {
	font-weight: 600;
}

.portal-section .usert-detail-row.card-view-des .profile-designation {
	font-weight: 500;
	font-style: italic;
	color: #5E5E5E;
}

.portal-section .usert-detail-row.card-view-des .profile-designation a {
	color: #5E5E5E;
}

.portal-section .usert-detail-row.card-view-des .list-user-detail {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ddd;
}

.portal-section .usert-detail-row.card-view-des .label-title {
	font-weight: 600;
	color: #2a2a2a;
	margin-bottom: 5px;
}

.portal-section .usert-detail-row.card-view-des .user-action-btn button {
	margin: 0 2px;
	border-radius: 0;
}

/*.portal-section .usert-detail-row.card-view-des .user-action-btn button.applyappoinment{
	background: #F18324;
	border-color: #F18324;
}
.portal-section .usert-detail-row.card-view-des .user-action-btn button.applyappoinment{
	background: #F18324;
	border-color: #F18324;
}*/
.portal-section .usert-detail-row.card-view-des .user-action-btn {
	margin-top: 10px;
}

.portal-section table.users_list_table.card-list-mode tbody tr td .card-views {
	background: none;
}

.portal-section table.users_list_table.card-list-mode tbody tr {
	display: block;
	width: 48%;
	float: left;
	margin-right: 1%;
}

.portal-section table.users_list_table.card-list-mode tbody tr td {
	width: 100%;
	display: block;
}

.portal-section table.users_list_table.card-list-mode tbody tr:nth-child(even) {
	margin-left: 1%;
	margin-right: 0;
}

.portal-section table.users_list_table.card-list-mode .usert-detail-row {
	align-items: normal;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.portal-section table.users_list_table.card-list-mode tbody tr {
		width: 100%;
		margin-right: 0;
		margin-left: 0;
	}
}

@media only screen and (max-width: 768px) {
	.portal-section table.users_list_table.card-list-mode tbody tr {
		width: 100%;
		margin-right: 0;
		margin-left: 0;
	}
}

@media only screen and (max-width: 640px) {
	.portal-section table.users_list_table .usert-detail-row .user-img-col IMG {
		width: 100%;
	}
}

@media only screen and (max-width: 480px) {
	.portal-section table.users_list_table .usert-detail-row .user-img-col {
		margin-bottom: 0;
	}

	.portal-section table.users_list_table .usert-detail-row .usert-detail-others-col {
		float: left;
	}
}

@media only screen and (max-width: 399px) {
	.portal-section table.users_list_table .usert-detail-row.card-view-des .user-img-col {
		width: 100px;
	}

	.usert-detail-row.card-view-des .usert-detail-others-col {
		max-width: calc(100% - 100px);
		padding: 5px 5px !important;
	}

	.portal-section .usert-detail-row.card-view-des .user-action-btn button {
		padding: 5px !important;
	}
}


/* ------------------------------- Ejaaz -------------------------------------------------- */

@media screen and (max-width:1024px) {
	.portal-left-box-main-container .portal-left-box-main .portal-left-box-container {
		overflow-y: scroll;
	}
}

@media only screen and (max-width: 991px) {
	div#user-menu-stick .portal-left-box-main-container {
		height: 100%;
		overflow-y: scroll;
	}

	footer {
		z-index: 101;
	}
}

@media only screen and (max-width: 480px) {
	.cal-meeting-table .nav-pills li {
		display: flex !important;
	}
}

@media only screen and (max-width: 320px) {

	button#searchSubmit,
	.portal-section .usert-detail-row.card-view-des .user-action-btn button {
		margin-bottom: 2px;
	}
}

header .header-con .ubm-logo {
	padding: 0px;
}

header .header-con .ubm-logo img {
	width: 74%;
}

header .header-con .logo {
	width: 218px !important;
	padding: 15px 0 0 !important;
}

table.meeting-table .table-tr-meeting td {
	padding: 0px;
}

table.meeting-table .table-tr-meeting td a {
	padding: 8px;
	display: block;
}