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: 5px 10px;
}
header .header-con .organizer-logo{
    margin: 16px 0;
    height: 24px;
}
header .header-con .organizer-logo img {
	max-width: 100%;
	max-height: 100%;
}
header .header-con .location-con {
    margin-left: 20px;
}
header .header-con .location-con  .location-con-row{
	padding-top: 5px;
}
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: #000;
}
.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;
    overflow-y: auto;
}

.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;
}*/
.messages-count,
.notification-count,
.sidebar-cnt-wrap {
    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;
	text-align: left;
}

.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;
    -webkit-transform: scale(0.9,0.9);
	-moz-transform: scale(0.9,0.9);
	-ms-transform: scale(0.9,0.9);
	-o-transform: scale(0.9,0.9);
	transform: scale(0.9,0.9);
    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
    opacity: 0;
    visibility: hidden;
}
.portal-section .profile-image:hover .logo-upload-button,
.portal-section .profile-image:focus .logo-upload-button,
.portal-section .portal-cover-section:hover .cover-edit-cover .logo-upload-button,
.portal-section .portal-cover-section:focus .cover-edit-cover .logo-upload-button,
.portal-section .image-center-square:hover .logo-upload-button,
.portal-section .image-center-square:focus .logo-upload-button{
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-ms-transform: scale(1,1);
	-o-transform: scale(1,1);
	transform: scale(1,1);
    opacity: 1;
    visibility: visible;
}

.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;
}

.multi-select-group{
	width: calc(100% - 160px);
    display: inline-block;
}
.multi-select-group select,.multi-select-group label{
	width: 100% !important;
	max-width: 100% !important;
	float: none !important;
}
.multi-select-group .multiselect-container>li>a>label {
    cursor: pointer;
    font-weight: 400;
    padding: 3px 20px 3px 40px !important;
}
.multi-select-group  .btn-group{
	display: block;
}
.multi-select-group button.multiselect {
	width: 100%;
	text-align: left;
	overflow: hidden;
}
.multi-select-group button.multiselect .caret{
	position: absolute;
	right: 8px;
	top: 40%;
}


.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;
	margin: 5px 7px;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.portal-section table.users_list_table tbody tr td .card-views:hover {
    box-shadow: 0px 1px 12px 1px rgba(0,0,0,0.5);
    overflow: hidden;
}

.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: 0px !important;
	padding-left: 15px;
    padding-right: 15px;
    background: #f7f7f7;
}

.portal-section .table-user-search-form-con{
    background: #f7f7f7;
	margin-bottom: 35px;
}
.portal-section .table-user-search-form-con  .table-user-search-form{
	margin-bottom: 0;
	margin-top: 20px;
}
.portal-section .table-user-search-form-con .title-text{
	margin: 0;
	padding: 15px;
    border-bottom: 1px solid #eee;
}
.portal-section .table-user-search-form-con .title-text[data-toggle="collapse"]{
	cursor: pointer;
}
.portal-section .collapse-icon-ap{
	float: right;
	transition: all 0.3s;
}
.portal-section [aria-expanded="true"] .collapse-icon-ap{
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.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 .card-view .title{
	display: none !important;
}
.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 {
    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;
    font-size: 11px;
}
.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 .users_list_table .meeting-user-detail .user-image {
	display: block;
}
.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%;
    cursor: pointer;
}
.portal-section .product-container .product-con:hover .quick-view-container {
	display: block;
}

.portal-section .is-new-meting {
    font-size: 13px;
    transition: 0.2s;
    position: absolute;
    top: 2px;
    left: 36%;
}

.meeting-icons-ul{
	font-size: 20px;
}
.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: #2a2a2a;
}

.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;
}
.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;
	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: 300px;
    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;
    padding: 10px 0px;
}
.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: 170px;
}
.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 img{
	max-height: 250px;
}

.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{
	margin-bottom: 20px;
}
.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: #39B6AD;
}*/
.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;
}
.portal-section .users_list_table .card-views{
	overflow: hidden;
}

.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;
}

/* Ankita start */
.updateEdit_deleteuser{
	background: rgba(255,255,255,0.7);
    border: none;
}
.updateEdit_deleteuser .dropdown-content a{
	margin: 0px;
	padding: 0px;
}
.updateEdit_deleteuser button.dropbtn {
    background: rgba(255,255,255,0.7);
    border: none;
}
.updateEdit_deleteuser button.dropbtn:hover{
	border-style: none;
	border: none;
}
.updateEdit_deleteuser .dropdown-content {
    display: none;
    background: rgba(255,255,255,0.7);
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.updateEdit_deleteuser .dropdown:hover .dropdown-content {
    display: block;
}
.view_all_visitor_link {
    float: right;
}
.ui-icon, .ui-widget-content .ui-icon{
	    margin: 2px 12px 20px 0 !important;
	    display: none;
}
/*
.ui-dialog-buttonset button:nth-child(1) {
    background: green;
    border: 1px solid green;
    color: #fff;
    padding: 6px 45px;;
}
.ui-dialog-buttonset button:nth-child(2) {
    background: red;
    border: 1px solid red;
    color: #fff;
   padding: 6px 45px;;
}*/
.ui-dialog-buttonset button{
	padding: 6px 45px;
}
.ui-widget.ui-widget-content.portal-section{
	padding: 5px;
	z-index: 1051 !important;
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
}
.ui-widget-overlay{
	background: #000;
	opacity: .5;
	z-index: 1050 !important;
}
.ui-draggable .ui-dialog-titlebar{
	display: none;
}
.ui-dialog .ui-dialog-content{
	padding: 1.5em 1em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{
	float: none;
    text-align: center;
}
div#dialog-confirm p{
	font-size: 16px;
	text-align: center;
}
.ui-widget-content {
	border : none;
}
.ui-widget.ui-widget-content{
	border: none;
	border-radius: 0;
}
.proiduct-action-conatainer.userproduct {
    margin-top: 0px;
}
.proiduct-action-conatainer.userproduct button.dropbtn {
    background: rgb(247, 247, 247);
    border: none;
    padding-right: 8px;
    padding-left: 8px;
}
.proiduct-action-conatainer.userproduct button.dropbtn:hover {
    border-style: none;
    border: none;
    padding-right: 8px;
    padding-left: 8px;
}
.proiduct-action-conatainer.userproduct .dropdown-content{
	display: none;
	 background: rgb(247, 247, 247);
}
.proiduct-action-conatainer.userproduct .dropdown:hover .dropdown-content {
    display: block;
}
/* Ankita Product End*/

.proiduct-action-conatainer{
	padding: 0;
}

table.no-td-border td{
	border: none !important;
}
.cd-value ol{
	padding-left: 15px;
}

.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-top: -60px;
    margin-bottom: 35px;
}
.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;
}

.profile-visited-by .visitor_img{
	padding-top: 8px;
}
form[data-toggle="validator"] label.error{
	display: none !important;
}
/* =================================
 * 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:1199px){
	.container {
	    width: 100%;
	    max-width: 1170px;
	}
}

@media only screen and (max-width: 1099px) {
	.portal-section .meeting-aerrow {
	    float: left;
	    padding: 12px 5px;
	    background: url(./images/arrow.png) no-repeat right 45px;
	    max-width: 55px;
	    text-align: center;
	}
	.portal-section .meeting-detail-page .meeting-aerrow {
	    max-width: 100%;
	}
	.meeting-row-con .cust-table-cell{
		padding-left: 10px;
		padding-right: 10px;
	}
}

@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: -50px;
	    top: 0px;
	    padding: 15px 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: 60px;
	}
	.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: 40px;
	}
	header .header-con.not-logged-in  .logo{
		margin-left: 0;
	}
	header .header-con {
    	padding: 0px 10px;
	}
	header{
		position: fixed;
		width: 100%;
		background: #fff;
		z-index: 999;
		min-height: 60px;
	}
	.main-body {
    	padding-top: 60px;
	}

	.portal-section .meeting-row-con{
		display: table;
		width: 100%;
	}
	header .header-con .organizer-logo{
		margin-right: 10px;
		min-width:100px;
	}
}
@media only screen and (max-width: 768px) {
	header .header-con  .logo{
		margin-left: 30px;
	}
	.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: static;
		width: 100%;
		bottom: 0;
		z-index: 10;
	}
	.main-body{
		padding-bottom: 50px;
	}
}

@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;
	}
	.portal-section .meeting-row-con{
		display: block;
	}
	.portal-section .cust-table-cell{
		display: block;
		overflow: hidden;
		width: 100%;
	}
	.portal-section .meeting-aerrow{
		max-width: 100px;
		padding: 25px 5px;
	}
	.portal-section .meeting-user-detail{
		max-width: 160px;
		width: 100%;
	}
	.portal-section .meeting-row-con .cust-table-cell.metting-ud {
		max-width: 460px;
		margin: 0 auto;
		border: none;
	}

	/*.portal-section .meeting-status-0,
	.portal-section .meeting-status-3{
		border-right: none;
		border-bottom: 3px solid #F8D030;
	}
	.portal-section .meeting-status-1{
		border-right:none;
		border-bottom: 3px solid #23972A;
	}
	.portal-section .meeting-status-2{
		border-right:none;
		border-bottom: 3px solid #CE0000;
	}
	.meeting-status-container .meeting-status-title{
		width: 50%;
		text-align: right;
		padding-right: 15px;
	}
	.meeting-status-container .meeting-status-box{
		width: 50%;
		text-align: left;
		padding-left: 15px;
	}*/
	.portal-section .meeting-row-con .cust-table-cell.viewmeeting{
		float: left;
		width: 75%;
	}
	.portal-section .meeting-row-con .cust-table-cell.viewmeeting{
		float: left;
		width: 70%;
	}
	.portal-section .meeting-row-con .cust-table-cell.meeting-status-3,
	.portal-section .meeting-row-con .cust-table-cell.meeting-status-2,
	.portal-section .meeting-row-con .cust-table-cell.meeting-status-1,
	.portal-section .meeting-row-con .cust-table-cell.meeting-status-0{
		float: left;
		width: 30%;
		border: none !important;
		margin-top: 20px;
		position: static;
	}
	.portal-section .meeting-detail-col .text-right a.viewmeeting{
		display: none;
	}
	.portal-section .is-new-meting{
		left: auto;
		right: 10px;
	}
}
@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{
		max-width: 100%;
	}
	.user-menu-stick-btn{
		height: 67px;
		padding: 20px 16px;
	}
	header{
		min-height: 59px;
	}
	.portal-section .user-menu-stick-btn{
		min-width: 49px;
	}
}
@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;
	}

	.portal-section .meeting-aerrow{
		max-width: 20%;
		padding: 12px 5px;
	}
	.portal-section .meeting-detail-page .meeting-aerrow{
		max-width: 100%;
	}
	.portal-section .meeting-user-detail{
		max-width: 40%;
		width: 100%;
	}
	.portal-section .is-new-meting{
		top: 105px;
		right: 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: 240px;
		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;
	}

	.portal-section .meeting-row-con .cust-table-cell.viewmeeting{
		float: none;
		width: 100%;
	}
	.portal-section .meeting-row-con .cust-table-cell.meeting-status-3,
	.portal-section .meeting-row-con .cust-table-cell.meeting-status-2,
	.portal-section .meeting-row-con .cust-table-cell.meeting-status-1,
	.portal-section .meeting-row-con .cust-table-cell.meeting-status-0{
		float: none;
		width: 100%;
		margin-top: 15px;
	}

	.portal-section .meeting-row-con .cust-table-cell .meeting-status-title{
		width: 50%;
		float: left;
		text-align: right;
		padding-right: 10px;
	}
	.portal-section .meeting-row-con .cust-table-cell .meeting-status-box{
		width: 50%;
		float: right;
		text-align: left;
		padding-left: 10px;
	}
}
body.modal-open{
	padding-right: 0 !important;
}
@media only screen and (max-width: 414px) {
	.portal-section .meeting-detail-pop-row .meeting-action {
	    padding: 5px 5px;
	    margin-right: 0;
	}
}
@media only screen and (max-width: 360px) {
	.portal-section .profile-detail-page .panel-default{
		padding: 10px 10px 0;
	}
}


/* Message */
.portal-section .all-table-cell{
	display: table-cell;
	float: none;
	vertical-align: middle;
}
.meetig-detail-con{
	border: 1px solid #eaeaea;
}
#message-users-con{
    border-right: 1px solid #eaeaea;
    height: 425px;
    overflow-y: auto;
}
#message-users-con .message-user-row {
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px solid #eaeaea;
    position: relative;
}
#message-users-con .message-user-row:hover,
#message-users-con .message-user-row:focus,
#message-users-con .message-user-row.active {
	background: #f7f7f7;
}
/*#message-users-con .message-user-row:last-child{
	border-bottom: none;
}*/
#message-users-con .message-user-row .visitor_img {
	padding-right: 10px;
}

.message-detail-con{
	position: relative;
	padding-bottom: 60px;
	overflow: hidden;
	min-height: 425px;
}
.message-detail-con .message-head-con.active{
	padding: 10px;
	border-bottom: 1px solid #eaeaea;
}

.message-detail-con .message-foot-con{
	position: absolute;
	bottom: 0;
	max-height: 60px;
	width:100%;
	padding: 5px 10px;
	border-top: 1px solid #eaeaea;
}

.message-detail-con .message-foot-con TEXTAREA {
	height: 50px;
	border: 1px solid #eaeaea;
	border-radius: 3px;
	width: 85%;
	max-width: 85%;
	max-height: 50px;
}
.message-detail-con .message-foot-con BUTTON {
	width: 14%;
	vertical-align: bottom;
}
.meaasage-body-con .message-list-con{
	padding: 5px 10px;
	overflow-y: auto;
	max-height: 295px;
}
.message-head-con .visitor_img{
	padding-right: 10px;
}
#message-list-con{
	background: #f7f7f7;
	position: relative;
}
.message-list-con .message-box {
    padding: 5px 10px;
    background: #eaeaea;
    margin-bottom: 8px;
    max-width: 80%;
    clear:both;
    position: relative;
}
.message-list-con .message-box.recieved{
	background: #fff;
}
.message-list-con .message-box p{
	margin: 0;
	color: #1a1a1a;
}
.message-list-con .message-box span.dtime{
	font-size: 10px;
	color: #949292;
}
.message-list-con .message-box.recieved:after{
	content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -10px;
    right: auto;
    top: 0px;
    bottom: auto;
    border: 10px solid;
    border-color: #fff transparent transparent transparent;
}
.message-list-con .message-box.sended:after{
	content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    right: -10px;
    left: auto;
    bottom: 0px;
    top: auto;
    border: 10px solid;
    border-color: transparent transparent #eaeaea transparent;
}
.message-list-con .message-box.recieved{
	float: left;
	margin-left: 10px;
}
.message-list-con .message-box.sended{
	float: right;
	margin-right: 10px;
}

.message-detail-con .message-foot-con TEXTAREA::-webkit-input-placeholder {
  color: #bbb;
}
.message-detail-con .message-foot-con TEXTAREA ::-moz-placeholder {
  color: #bbb;
}
.message-detail-con .message-foot-con TEXTAREA:-ms-input-placeholder {
  color: #bbb;
}
.message-detail-con .message-foot-con TEXTAREA:-moz-placeholder {
  color: #bbb;
}
.message-user-row span.new-cnt {
    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;
}
.message-box span.read-status {
    float: right;
    margin-left: 10px;
    font-size: 12px;
    line-height: 1.2;
    position: relative;
}
.message-box span.read-status .confirm-tick{
    position: absolute;
    left: -3px;
    top: 0px;
}
#message-loader{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff url("images/rolling.gif") no-repeat center center;
	background-size: 60px;
}
@media only screen and (max-width: 767px) {
	#message-list-con{
		display: none;
	}
	#message-users-con{
		height: auto;
	}
	#message-list-con.mob_active{
		display: block;
		display: block;
	    position: fixed;
	    z-index: 99;
	    width: 100%;
	    left: 0;
	    padding: 0;
	    height: 100%;
	    max-height: calc(100% - 105px);
	    top: 60px;
	}
	.message-detail-con{
		height: 100%;
		min-height: 0;
	}
	#mob_msg_close_button{
		display: block !important;
	    position: absolute;
	    right: 0;
	    top: 2px;
	    font-size: 20px;
	    padding: 14px 15px;
	    min-height: 58px;
	    cursor: pointer;
	}
	#message-body-con{
		max-height: calc(100% - 61px);
		overflow-y: auto;
	}
	.meaasage-body-con .message-list-con{
		height: auto !important;
		max-height: 100%;
	}
}
@media only screen and (max-width: 425px) {
	.message-detail-con .message-foot-con TEXTAREA{
		width: 84%;
	}
}


/******************
 * Notification
 *********************/
.portal-section .notification-row{
	padding: 0;
}
.notification_content_con {
    display: table;
    width: 100%;
    transition: 0.4s;
}
.notification_content_con:hover {
    background: #fff;
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.3);
}
.notification_content_con a.notification-container {
    display: table;
    width: 100%;
}
.notification_content_con .notification_content {
    display: table-cell;
    width: 100% !important;
    vertical-align: middle;
    padding: 10px 10px 10px;
    line-height: 1.3;
    position: relative;
}
.notification_content .notification-image {
    display: table-cell;
    width: 46px;
    padding-right: 10px;
}
.notification_content .notification-msg {
    display: table-cell;
    padding: 0;
    vertical-align: middle;
    padding-right: 35px;
}
.notification_content span.notification_icon {
    font-size: 20px;
}
.notification_content .notify_time{
	font-size: 10px;
}
.notification_content .new_notification {
    top: 10px;
    right: 5px;
    width: 30px !important;
    left: auto;
}



/* POST */
.wall-container-data-post{
	border: 1px solid #eaeaea;
	margin-bottom: 30px;
}
.wall-container-data-post TEXTAREA {
	width: 100% !important;
    border: none;
    height: 80px !important;
    outline: none;
    margin: 0px;
	margin-top: 10px;
}
.controls.wall-container-action {
    padding: 5px 0;
    margin-top: 5px;
    border-top: 1px solid #eaeaea;
}
.news-feed-container {
    max-width: 480px;
    width: 100%;
    clear: both;
    margin: 0 auto 10px;
    border: 1px solid #dedede;
    padding: 10px;
    box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.3);
}

.news-feed-container .profile-name{
	padding: 0;
}
.news-feed-container .visitor_img {
	padding-right: 15px;
}
.news-feed-container .company-name{
	font-size: 12px;
}
.news-feed-container .added-time-duration{
	font-size: 10px;
}
.news-feed-container  .news-feed-user-container {
    border-bottom: 1px solid #dedede;
    padding-bottom: 5px;
    margin-bottom: 15px;
}
.news-feed-container  .news-feed-text-content {
    margin-bottom: 15px;
}
.news-feed-container .news-feed-other-img{
	text-align: center;
	margin-bottom: 15px;
}
.news-feed-container .news-feed-other-img img{
	max-width: 100%;
	max-height: 300px;
}
.news-feed-action-container .btn {
    padding: 2px 5px;
    border: none;
    margin: 0;
    font-size: 12px;
}
.news-feed-action-container{
	border-top: 1px solid #eaeaea;
	padding-top: 5px;
	padding-bottom: 10px;
}
.news-feed-action-container .action-control{
	display: inline;
	margin-right: 10px;
}
.news-feed-action-report-container {
    padding: 5px;
    font-size: 12px;
}
.news-feed-comment-container{
	margin: 0 -10px -10px -10px;
}
.news-feed-comment-container .news-feed-form{
	padding: 10px;
	background: #f7f7f7;
}
.news-feed-comment-container TEXTAREA{
	width: 84% !important;
    height: 45px !important;
    margin-right: 2%;
    border: 1px solid #eaeaea;
}
.news-feed-comment-container input[type="submit"]{
    width: 14%;
}

.header-user-avtar {
    border-radius: 40px;
    overflow: hidden;
    width: 36px;
}
.header-user-name {
    font-size: 15px;
    font-weight: 600;
    padding-left: 5px;
}
.header-right-user{
	margin-right: 5px;
	position: relative;
	cursor: pointer;
}
.header-right-user .dropdown-menu-right{
	right: -15px;
}
.header-right-notification{
	position: relative;
    max-width: 50px;
    font-size: 16px;
}
.header-right-notification .notification-count,
.header-right-notification .messages-count{
	right: -6px;
	top: -2px;
}
.header-right-profile{
	margin: 10px 0;
}
section.portal-section{
	padding: 0 0 20px;
}
.portal-cover-section{
	position: relative;
}
.portal-profile-image{
	width: 95%;
	text-align: left;
	position: absolute;
	z-index: 2;
	bottom: -15px;
	margin-left: 5%;
}
.portal-profile-image img,
.menu-profile-image img{
	border: 5px solid #fff;
	border-radius: 5px;
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.3);
}
.portal-body-container{
	border-top: none;
}

.menu-profile-image{
	display: none;
}

.profile-element-con .profile-element{
	padding: 5px 15px;
	font-size: 15px;
}
.image-center-circle{
	width: 120px;
    height: 120px;
    margin: 0 auto;
    background: #fff;
    border-radius: 100px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 10px -2px rgba(0,0,0,0.5);
}
.image-center-circle img,
.image-center-square img{
	max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 5px;
}
.image-center-square{
	width: 120px;
    height: 120px;
    margin: 0 auto;
    background: #fff;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 10px -2px rgba(0,0,0,0.5);
}
.image-center-square .logo-upload-button{
	position: absolute;
    background: rgba(0,0,0,0.7);
    width: 100%;
    left: 0;
    bottom: 0;
    color: #fff !important;
    padding: 5px;
}
.image-center-square .logo-upload-button i{
	color: #fff !important;
}
.margin-bot-25{
	margin-bottom: 25px;
}

.portal-banner-shadow-bottom {
    background: url(images/shadow-bg.png) repeat-x;
    position: absolute;
    width: 100%;
    height: 95px;
    z-index: 1;
    bottom: 0;
    left: 0;
}
.portal-cover-section .profile-detail-content.all-table-cell {
    vertical-align: bottom;
    padding-left: 20px;
    color: #fff;
    padding-bottom: 30px;
}
.portal-cover-section .profile-detail-content .profile-name{
	font-size: 26px;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    line-height: 1;
}
.portal-cover-section .profile-detail-content .profile-designatiion{
	font-size: 18px;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.cover-edit-profile {
    position: absolute;
    z-index: 3;
    bottom: 5px;
    text-align: center;
    width: 100%;
}
.cover-edit-cover {
    position: absolute;
    top: 10%;
    right: 5%;
}
.cover-edit-profile a,
.cover-edit-cover a{
    background: rgba(0,0,0,0.6);
    display: block;
    margin: 0 5px;
    padding: 10px 5px;
    font-size: 14px;
    color: #fff !important;
    outline: none;
}
.cover-edit-cover a{
	padding: 10px 20px;
	border: 1px solid #fff;
}
.cover-edit-profile a i,
.cover-edit-cover a i{
	color: #fff !important;
}
.portal-cover-section .portal-profile-image .profile-image{
	position: relative;
}
.header-right-list {
    padding: 0 15px 0 10px;
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
.header-right-profile .header-right-list:before{
	content: '|';
	color: #eaeaea;
	position: absolute;
	top: 6px;
	right: 0;
}
.header-right-profile .header-right-list:last-child:before{
	content: '';
}
.header-right-list .header-list-link a{
	font-weight: 600;
}

.profile-submenu-con {
    background: #eaeaea;
    margin-bottom: 0px;
}
.profile-submenu-con .profile-submenu-list.clearfix {
    padding-right: 45px;
	float: right;
}
.profile-submenu-con .profile-submenu-list .profile-submenu {
    display: table-cell;
    vertical-align: middle;
    border-right: 1px solid #ddd;
}
.profile-submenu-con .profile-submenu-list .profile-submenu:last-child{
	border-right: none;
}

.profile-submenu-con .profile-submenu-list .profile-submenu span,
.profile-submenu-con .profile-submenu-list .profile-submenu a {
    padding: 12px 20px;
    display: block;
    font-size: 14px;
    color: #262626;
    font-weight: 600;
}
.profile-submenu-con .profile-submenu-list .profile-submenu span[data_toggle="scrollto"]{
	cursor: pointer;
}
.profile-submenu .profile-user-action-btn-con {
	padding: 0 15px;
}
.profile-submenu .profile-user-action-btn-con .btn-primary,
.profile-submenu .profile-user-action-btn-con .btn-secondry {
	padding: 2px 10px;
}
.cust-padding-40{
	padding-bottom: 40px;
}
.cust-padding-30{
	padding-bottom: 30px;
}
.cust-padding-15{
	padding-bottom: 15px;
}
.portal-section .btn-date-time[disabled],
.portal-section .btn-date-time[disabled="true"],
.portal-section .btn-date-time[disabled="disabled"],
.portal-section .btn-date-time[data_actn="add"],
.portal-section .btn-date-time[data_actn="add"]:hover,
.portal-section .btn-date-time[data_actn="add"]:focus {
    background: #7E7E7E;
    border: 1px solid #626262;
}
.portal-section .btn-date-time.disable-btn,
.portal-section .btn-date-time.disable-btn:hover,
.portal-section .btn-date-time.disable-btn:focus{
    background: #7E7E7E;
    border: 1px solid #626262;
    opacity: .65;
}


/*****************************/
.portal-section .meeting-time-availability .btn-date-time,
.portal-section .meeting-time-availability .btn-date-time:hover,
.portal-section .meeting-time-availability .btn-date-time:focus{
	background: #207520 !important;
    border: 1px solid #135813 !important;
    opacity: .8;
}
.portal-section .meeting-time-availability .btn-date-time[disabled],
.portal-section .meeting-time-availability .btn-date-time[disabled="true"],
.portal-section .meeting-time-availability .btn-date-time[disabled="disabled"],
.portal-section .meeting-time-availability .btn-date-time[data_actn="add"],
.portal-section .meeting-time-availability .btn-date-time[data_actn="add"]:hover,
.portal-section .meeting-time-availability .btn-date-time[data_actn="add"]:focus {
    background: #7E7E7E !important;
    border: 1px solid #626262 !important;
}
.portal-section .meeting-time-availability .btn-date-time.disable-btn,
.portal-section .meeting-time-availability .btn-date-time.disable-btn:hover,
.portal-section .meeting-time-availability .btn-date-time.disable-btn:focus{
    background: #ff0000 !important;
    border: 1px solid #920505 !important;
    opacity: .8 !important;
}
.portal-section .meeting-time-availability .btn-date-time:hover,
.portal-section .meeting-time-availability .btn-date-time:focus{
	opacity: 1;
}

.portal-section .prof-dashboard-field-con .dashboard-field-icon {
    font-size: 40px;
    float: none;
    position: relative;
    margin: 0 auto;
    max-width: 55px;
}
.portal-section .prof-dashboard-field-con .dashboard-field-content {
    padding: 0px 0px 10px;
    clear: both;
}
.portal-section .prof-dashboard-field-con{
	background: none;
	box-shadow: none !important;
	border: none;
}
.dashboard-section .panel-group .panel-default .panel-body {
    padding: 15px 0 5px;
}
.dashboard-section .profile-detail-page .panel-default{
	background: none !important;
	box-shadow: none !important;
	margin-bottom: 35px;
}
.dashboard-section .panel-default>.panel-heading{
	padding: 5px 0 10px;
}
.border-left-1px{
	border-left: 1px solid #eaeaea;
}


/* Ankita confirm-passwd start*/
.panel-group.confirm-password label.error {
    display: none;
}
.panel-group.confirm-password .help-block.with-errors{
	margin-left: 20%;
}
/* Ankita confirm-passwd End */
.employee_access label{
	float: none !important;
	width: auto !important;
	padding: 0 !important;
	margin-left: 10px;
}
.employee_access input[type="checkbox"]{
	float: left;
}
.employee_access.form-field-con.form-group{
	margin-left: 150px;
    margin-bottom: 5px;
}
.profile-submenu-con.stick-con{
	position: fixed;
    top: 0;
    width: 100%;
    max-width: 1138px;
    margin: 0 auto;
    z-index: 998;
    box-shadow: 0px 2px 5px -1px rgba(0,0,0,0.5);
}

.profile-submenu-con .sticky-profile{
	float: left;
	padding-left: 25px;
	transform: scale(0,0);
	-webkit-transform: scale(0,0);
 	-ms-transform: scale(0,0);
	transition: 0.2s ease;
	-webkit-transition: 0.2s ease;
	-ms-transition: 0.2s ease;
}
.profile-submenu-con.stick-con .sticky-profile{
	transform: scale(1,1);
	-webkit-transform: scale(1,1);
 	-ms-transform: scale(1,1);
}
.profile-submenu-con .sticky-profile .sticky-profile-image {
	padding: 5px;
}
.profile-submenu-con .sticky-profile .sticky-profile-image img{
	border-radius: 40px;
	border: 2px solid #fff;
}
.profile-submenu-con .sticky-profile .sticky-profile-content .profile-name{
	color : #222;
	margin-left: 10px;
}

.portal-section .btn-primary.view-meeting-detail{
	background: #2e802e;
    border-color: #2e802e;
}
.portal-section .btn-primary.view-meeting-detail:hover,
.portal-section .btn-primary.view-meeting-detail:focus{
	background: #4f924f;
    border-color: #4f924f;
}

.portal-section .product-container .product-action-icon-btn-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	transition: 0.2s ease;
	-webkit-transition: 0.2s ease;
	-ms-transition: 0.2s ease;
	opacity:0;
	zindex: -10;
}
.portal-section .product-container .product-action-icon-btn-con{
	position: absolute;
	right: 0;
	top:0;
	width: 45px;
}
.portal-section .product-container .product-action-icon-btn-container .product-action-icon-btn a{
    width: 34px;
    text-align: center;
    background: #fff;
    margin: 5px;
    height: 34px;
    padding: 6px;
    position: relative;
    right: 0;
	transform: scale(0,0);
	-webkit-transform: scale(0,0);
 	-ms-transform: scale(0,0);
	transition: 0.4s ease;
	-webkit-transition: 0.4s ease;
	-ms-transition: 0.4s ease;
	display: block;
}
.portal-section .product-container .product-con:hover .product-action-icon-btn-container {
	opacity:1;
	zindex: 1;
}
.portal-section .product-container .product-con:hover .product-action-icon-btn-container .product-action-icon-btn a{
	transform: scale(1,1);
	-webkit-transform: scale(1,1);
 	-ms-transform: scale(1,1);
}
.updateEdit_deleteuser button.dropbtn{
	padding: 5px 12px;
}
.updateEdit_deleteuser .dropdown-content a {
    padding: 7px 10px;
    text-align: center;
    display: block;
}


@media only screen and (max-width: 991px) {
	.menu-profile-image{
		display: block;
	}
	.portal-profile-image img{
		max-width: 120px;
	}

	.user-menu-stick-btn {
	    position: fixed;
	    left: 0;
	    top: 0px;
	    right: auto;
	    padding: 10px 6px !important;
	    font-size: 24px;
	    z-index: 1000;
	    height: 58px;
	}
	.portal-section ul.dashboard-menu{
		margin: 0;
	}
	.portal-left-box-container{
		padding: 0;
	}
	.portal-left-box{
		margin-top: 60px;
	}
	.portal-section .container, header .container{
		padding-left: 0;
		padding-right: 0;
	}
	.profile-submenu-con.stick-con{
		top: 60px;
	}
}

@media only screen and (max-width: 768px) {
	.portal-profile-image{
		width: 100%;
	    margin: 0;
	    position: static;
	    bottom: auto;
	    text-align: center;
	    margin-top: -45px;
	}
	.portal-cover-section .profile-detail-content .profile-designatiion,
	.portal-cover-section .profile-detail-content .profile-name{
		text-shadow: none;
		color: #2a2a2a;
	}
	.portal-cover-section {
    	margin-bottom: 15px;
	}
	.portal-banner-shadow-bottom{
		display: none;
	}
	.portal-profile-image img{
		max-width: 100px;
	}
	.portal-cover-section .all-table-cell{
		display: block;
		padding: 0 !important;
	}
	.cover-edit-profile a{
		padding: 5px;
	}
	.portal-cover-section .portal-profile-image .profile-image{
		max-width: 100px;
		margin: 0 auto;
	}
	.cover-edit-cover a{
		padding: 5px 15px;
	}
	.profile-submenu-con .profile-submenu-list.clearfix {
    	padding-right: 0;
	    float: none;
    	margin: 0 auto;
	    display: table;
	}
	.portal-cover-section .profile-detail-content .profile-name{
		font-size: 22px;
	}
	.portal-cover-section .profile-detail-content .profile-designatiion{
		font-size: 16px;
	}
	.profile-submenu-con .sticky-profile{
		display: none !important;
	}
	.footer{

	}
	.portal-body-container{
		border: none !important;
	}

	.footer-venue{
	    display:block !important;
	    text-align:center !important;
	}
	.footer-venue div {
        text-align:center !important;
    }

	.footer-menu div{
	    text-align:center !important;
	}
}
@media only screen and (max-width: 767px) {
	.sm-clear {
		clear: both;
		border-left: none;
	}
	.sm-cust-padding-30{
		padding-top: 30px;
	}
}
@media only screen and (max-width: 735px) {
	.portal-section .container, header .container{
		padding: 0;
	}
	.header-right-list-con {
		width:100%;
	}
	.header-right-list{
		width: 10%;
		text-align: center;
	}
	.header-right-user .dropdown-menu-right{
		left: -10px;
	}
	.header-right-profile{
	    padding: 5px 5px 3px;
    	width: 100%;
    	margin: 2px 0 0;
	}
	.header-right-notification {
	    position: relative;
	    max-width: 25px;
	    margin: 0 auto;
	    float: none !important;
	}
	.header-right-notification .notification-count,
	.header-right-notification .messages-count{
		right: -4px;
		top: -2px;
	}
	header .header-con .logo{
		margin-left: 40px !important;
	}
	header .header-con .logo.no-org-logo{
		margin: 0 auto !important;
	}
	header .header-con .logo.no-org-logo{
		float: none;
	}
	.header-right-profile .header-right-list:before{
		content: "";
	}
	.header-user-name,
	.header-right-list .header-right-notification a,
	.header-right-list .header-list-link a{
		color: #fff !important;
	}
	.main-body {
    	padding-top: 105px;
	}
	#message-list-con.mob_active{
		top: 105px !important;
	}
	.portal-left-box{
		margin-top: 105px;
		max-height: calc(100% - 105px);
    	overflow-y: scroll;
	}
	#message-list-con.mob_active{
		max-height: calc(100% - 150px);
	}
	.profile-submenu-con.stick-con{
		top: 105px;
	}
}
@media only screen and (max-width: 699px) {
	.header-user-name,
	.header-right-list .header-list-link a{
		font-size: 12px;
		color: #fff !important;
	}
	.header-right-notification{
		font-size: 16px;
	}
	.header-user-avtar,
	.header-user-avtar img{
		width: 26px;
	}
	.main-body {
    	padding-top: 95px;
	}
	.profile-submenu-con .profile-submenu-list .profile-submenu span,
	.profile-submenu-con .profile-submenu-list .profile-submenu a{
    	padding: 10px 5px;
	}
	#message-list-con.mob_active{
		top: 95px !important;
	}
	.portal-left-box{
		margin-top: 95px;
		max-height: calc(100% - 95px);
	}
	#message-list-con.mob_active{
		max-height: calc(100% - 140px);
	}

	.profile-submenu-con .profile-submenu-list.clearfix{
		display: block;
	}
	.profile-submenu-con .profile-submenu-list .profile-submenu {
	    display: block;
	    float: left;
	    border-right: 1px solid #ddd;
	    width: 25%;
	    text-align: center;
	}
	.profile-submenu-con .profile-submenu-list .profile-submenu.action-buttons{
		display: block;
	    width: 100%;
	    text-align: center;
	    clear: both;
	    float: left;
	    padding: 5px 10px;
	    border-top: 1px solid #ddd;
	}
	.profile-submenu-con .profile-submenu-list .profile-submenu .profile-user-action-btn-con{
		float: none !important;
		margin: 0 auto;
	}
	.profile-submenu-con.stick-con{
		top: 95px;
	}
	.profile-submenu-con.stick-con .profile-submenu-list .profile-submenu span,
	.profile-submenu-con.stick-con .profile-submenu-list .profile-submenu a{
		font-size: 12px;
		padding: 7px 10px;
	}
	.meeting-detail-page .meeting-btn-container.text-right {
	    position: fixed;
		/*bottom: 45px;*/
		bottom: 0px;
	    background: #fff;
	    z-index: 100;
	    width: 100%;
	    left: 0;
	    box-shadow: 0px -4px 7px -1px rgba(0,0,0,0.2);
	    padding: 5px 5px;
	    text-align: center;
	}
	.meeting-detail-page{
		margin-bottom: 35px;
	}
	.portal-section .meeting-detail-pop-row .meeting-btn-container .meeting-action,
	.portal-section .meeting-detail-pop-row .meeting-btn-container .meeting-action-btn-div{
		width: 18%;
	    font-size: 0 !important;
	    padding: 9px 10px;
	}
	.portal-section .meeting-detail-pop-row .meeting-btn-container .meeting-action-btn-div{
		padding: 0 !important;
		vertical-align: middle;
	}
	.portal-section .meeting-detail-pop-row .meeting-btn-container .meeting-action i{
		font-size: 14px !important;
	}
	.portal-section .meeting-detail-pop-row .meeting-btn-container .meeting-action-btn-div button{
		width: 100%;
	}
	.portal-section .meeting-detail-pop-row .meeting-btn-container .dropdown-menu{
		top: auto !important;
		bottom: 100% !important;
	}
}
@media only screen and (max-width: 480px) {
	.header-right-list{
		width: auto;
	}
	.employee_access.form-field-con.form-group{
		margin-left: 0;
	}
}
@media only screen and (max-width: 425px) {
	.header-right-list{
		width: auto;
	}
	.user-menu-stick-btn {
	    height: 59px;
    	padding: 12px 16px;
	}
	.messages-count, .notification-count, .sidebar-cnt-wrap {
	    position: absolute;
	    right: 8px;
	    top: 6px;
	    background: #ff0000;
	    color: #fff;
	    font-size: 8px;
	    width: 12px;
	    height: 12px;
	    text-align: center;
	    border-radius: 12px;
	    padding: 0px 0;
	}
}
@media only screen and (max-width: 414px) {
	.header-right-list{
		padding: 0 12px 0 6px;
	}
	.time-avail-indicator .meeting-cal-indicator-row{
		margin-top: 5px;
	}
	.time-avail-indicator{
		text-align: center;
	}
	.meeting-detail-page .meeting-btn-container .btn{
		font-size: 14px;
	}
}
@media only screen and (max-width: 320px) {
	header .header-con .organizer-logo {
	    margin-right: 5px;
	    min-width: 75px;
	}
	.header-user-name, .header-right-list .header-list-link a{
		font-size: 10px;
	}
}


.portal-section .edit-form .form-control#venue-text{
	width: 100%;
	max-width: 100%;
}
.portal-section .edit-form .indicator-msg{
	font-size: 12px;
	margin-top: 5px;
}
.portal-section .edit-form .indicator-msg-or {
    padding: 15px;
    text-align: center;
    font-size: 16px;
}
.portal-section .form-control-div{
	border: none !important;
	background: none !important;
	height: auto !important;
	padding: 0;
}
.portal-section label.upload-btn-label{
	padding: 0 !important;
	margin:0 !important;
	float:none !important;
	width: auto !important;
	cursor: pointer;
}
.portal-section label.upload-btn-label img{
	pointer-events: none;
}
.portal-section .panel-title-heading i,
.portal-section .panel-title-heading span.glyphicon{
	margin-right: 5px;
}
.portal-section .alert {
    padding: 10px;
    margin-bottom: 5px;
    border-radius: 3px;
    margin-top: 10px;
}
.portal-section .portal-all-note {
    color: #000;
    font-weight: 500;
    font-size: 12px;
}
.portal-section .portal-all-note a,
.portal-section .portal-all-note a:hover,
.portal-section .portal-all-note a:focus {
    color: #ff0000;
    text-decoration: underline;
}
.portal-section .red-text{
	color: #ff0000;
}
.toggle-view-in-head .meeting-cal-indicator {
    margin: 15px 0;
    text-align: right;
}
.meeting-tab-container.toggle-view-in-head.nav-con {
    margin-top: 0;
}
.meeting-tab-container.toggle-view-in-head.nav-con .nav-tabs>li>a{
	line-height: 1;
}

/* The switch - the box around the slider */
.switch-checkbox {
    position: relative;
    display: inline-block;
    width: 45px !important;
    height: 20px !important;
    margin: 1px 5px;
}
/* Hide default HTML checkbox */
.switch-checkbox input {display:none;}
/* The slider */
.switch-checkbox-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.switch-checkbox-slider:before {
  	position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
input:checked + .switch-checkbox-slider {
  background-color: #2196F3;
}
input:focus + .switch-checkbox-slider {
  box-shadow: 0 0 1px #2196F3;
}
input:checked + .switch-checkbox-slider:before {
  -webkit-transform: translateX(25px);
  -ms-transform: translateX(25px);
  transform: translateX(25px);
}
/* Rounded sliders */
.switch-checkbox-slider.round {
  border-radius: 34px;
}
.switch-checkbox-slider.round:before {
  border-radius: 50%;
}
label.switch-checkbox-label {
    width: auto !important;
    max-width: 100%;
    padding: 0 !important;
}
.portal-section .link_hover_underline:hover{
	text-decoration: underline;
}
.calendar-collapse-title {
    margin: 0;
    padding: 10px 0;
    cursor: pointer;
    max-width: 250px;
}
.allmeetingcollapsecon .bootstrap-table{
	margin-top: 0;
}
.allmeetingcollapsecon .fixed-table-pagination{
	display: none !important;
}
.profile-nc-desc{
    padding-left: 15px;
    margin-top: 10px;
    font-size: 13px;
}
.cust-font-15{
	foint-size:15px;
	line-height: 1.5;
}
.modal-body select[name="venue_text"]{
	width: 100% !important;
	max-width: 100% !important;
}
.is-new-meting.mew-machmaking-attendee {
    right: 20px;
    left: auto;
    top: 22px;
    z-index: 1;
}
.no-box-shadow{
	box-shadow: none !important;
}

.step-progressbar {
	margin-bottom: 40px;
	overflow: hidden;
	counter-reset: step;
	margin-top: 20px;
	padding: 0;
}
.step-progressbar li {
	list-style-type: none;
	color: #222;
	text-transform: capitalize;
	font-size: 16px;
	width: 33.33%;
	float: left;
	position: relative;
	text-align: center;
}
.step-progressbar.two-step li {
	width: 50%;
}
.step-progressbar li:before {
	content: counter(step);
	counter-increment: step;
	width: 20px;
	line-height: 20px;
	display: block;
	font-size: 10px;
	color: #333;
	background: #ddd;
	border-radius: 3px;
	margin: 0 auto 5px auto;
}
.step-progressbar li:after {
	content: '';
	width: 100%;
	height: 2px;
	background: #ddd;
	position: absolute;
	left: -50%;
	top: 9px;
	z-index: -1;
}
.step-progressbar li:first-child:after {
	content: none;
}
.step-progressbar li.active:before,
.step-progressbar li.active:after{
	background: #27AE60;
	color: white;
}
.profile-submenu-con.stick-con .tooltip.top{
	top: 100% !important;
}
.profile-submenu-con.stick-con .tooltip.top .tooltip-arrow {
	bottom: auto;
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0px 5px 5px;
    border-bottom-color: #000;
}
.portal-section .project-list-table tbody tr td{
    padding: 5px 0 !important;
}
.project-list-titles{
	display: table;
	width: 100%;
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 15px;
}
.project-list-titles .usert-detail-row{
	display: table-row;
}
.portal-section .project-list-table .mob-label{
	display: none;
}
.project-attachment-container .user-detail-container{
	margin-top: 20px;
}
.user-detail-container .pd-user-detail-img{
	padding: 0;
	margin-right: 15px;
}
.user-detail-con h4{
	font-size: 20px;
}
@media only screen and (max-width: 715px) {
	.project-list-titles{
		display: none;
	}
	.portal-section .project-list-table .mob-label{
		display: inline;
		font-weight: 600;
		color : #222;
		margin-right: 10px;
	}
	.portal-section .project-list-table .logo-field,
	.portal-section .project-list-table .link-field{
		text-align: center;
	}
	.portal-section .project-list-table .link-field .btn{
		min-width: 120px;
	}
	.portal-section .project-list-table .cust-table-cell{
		margin-bottom: 10px;
	}
	.portal-section .project-list-table .usert-detail-row{
		display: block !important;
	}
}

.portal-section .project-list-table tbody tr td{
	padding: 0 !important;
}
.portal-section .prof-dashboard-field{
	float: none;
	display: inline-table;
}
.portal-section  .prof-dashboard-field-tcon {
    text-align: center;
    display: table;
    width: 100%;
}

.sectorbadgelist .badge{
	/*font-size: 12px !important;
    background: #f38321b3;
    color: #fff;*/
    padding: 3px 10px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #222 !important;
    background-color: #e0e0e0;
    border-radius: 3px !important;
    margin: 2px 2px !important;
	text-align : left;
	white-space : normal;
}
.card-views .popover{
	font-size : 12px !important;
	width: 200px !important;
}
.card-views .popover .popover-content div {
    padding: 5px 0px;
    line-height: 1.2;
}

@media only screen and (max-width:1024px){
	header .header-con .location-con .location-con-row{
		display: none;
	}
}
/* Ruchi : 11 oct 18 for  Booth No*/
.portal-section span#meeting_label:after{
	content: none;
}

/* Grid view */
.portal-section .grid-view .card-view-des{
	text-align:center;
	display:block;
	background:#F7F7F7;
	max-width:360px !important;

}
.portal-section table.grid-view tbody tr td .card-views:hover {
    box-shadow: 0px 1px 12px 1px rgba(0,0,0,0.2);
    overflow: hidden;
}
.portal-section .grid-view .wishlist-btn{
	right: 5px;
    background: none;
    border: none !important;
    color: #F5AF74;
    font-size:18px;
}
.portal-section .grid-view  .user_img{
	position:relative;
	width: 91px;
    height: 91px;
	margin:auto;
	margin-top: -15px;
    margin-bottom:7px;
	text-align:center;
}
/*.portal-section .grid-view .user-name a{
	color:#EF6C23;
	font-size:14px;
	text-align:center;
	padding:5px;
	font-weight:500;
}*/
.portal-section .grid-view  .comp-name{
	font-size:13px;
	color:#848283;
	padding-top:2px;
	padding-bottom:3px;
	text-align:center;
}
.portal-section .grid-view .booth {
	position:relative;
    font-size: 11px;
    color: #848283;
	text-align:center;
	width:50px;
	border:1px solid #ccc;
	border-radius:2px;
	float: left;
    margin: 0px 3px;
	margin-right: -45px;
}
.portal-section .grid-view  .u-deg{
	color:#B0ADAC;
	font-size:13px;
	font-style: italic;
	padding-bottom:5px;
	margin-bottom:10px ;
	text-align:center;
}
.portal-section .grid-view .hr-line{
	width: 80%;
    margin: 0 auto !important;
    padding: 0.50px;
    background-image: linear-gradient(to right,#f7f7f7,#ccc,#F7F7F7);
}
.portal-section .grid-view .b-no{
	font-size:14px;
	color:#000;
}
.portal-section .grid-view .b-type-label{
	font-size:14px;
	color:#000;
	padding:5px;
	text-align:center;
}
.portal-section .grid-view .b-type{
	padding:5px 0px;
	margin-top:5px;
	height:50px;
	/*min-height:58px;*/
	text-align:center;
	font-size:13px;
	color:#151314;
}
.portal-section .grid-view .top-box{
	overflow:hidden;
	line-height:15px;
}
/*.portal-section .grid-view .grp-box{
	border:1px solid #EF6C23;
	border-radius: 2px;
    padding:1px 5px;
	background:#EF6C23;
	color:#fff;
	font-size:13px;
	float:left;
	margin: 3px;

}*/
.portal-section .grid-view .b-box {
	/*border-radius: 2px;
    padding:1px 5px;
	color:#EF6C23;
	font-size:13px;
	float:left;
	margin: 3px;*/
	padding-top: 5px;
	color:#EF6C23;
	font-size:13px;
}

.portal-section table.users_list_table.grid-view tbody tr{
	display:block;
    width:32%;
    float:left;
	margin-right:2%;
	margin-bottom:15px;
}
.portal-section table.users_list_table.grid-view tbody tr:nth-child(3n){
	margin-right:0;
}
.portal-section table.users_list_table.grid-view tbody tr:nth-child(3n+1){
	clear:left;
}
.portal-section .grid-view .btn-box{
	width:100%;
	margin:0;
}

.portal-section .grid-view .btn-primary  {
	padding:12px 10px;
	font-size:12px;
}

.portal-section .grid-view .applyappoinment{
	padding:7px 10px !important;
	font-size:13px;
	width:60%;
	border-radius:0;
	border-bottom-right-radius:4px;
}
/*
.portal-section .grid-view .btn-primary:hover {
	background:#549a3d !important;
	border-color:#549a3d !important;
	color:#fff;
}*/
.portal-section .grid-view .btn-box .btn-primary,
.portal-section .grid-view .btn-box .btn-danger{
	width:60%;
	padding:7px 10px;
	font-size:13px;
	border-radius:0;
	border-bottom-right-radius:4px;
}
.portal-section .grid-view .btn-box .btn-primary i,
.portal-section .grid-view .btn-box .btn-primary span.glyphicon,
.portal-section .grid-view .btn-box .btn-danger i,
.portal-section .grid-view .btn-box .btn-danger span.glyphicon{
	height: 15px;
	display: block;
	margin: 2px 0;
}
.portal-section .grid-view .btn-box .btn.view{
	width:40%;
	border-bottom-left-radius:4px;
	border-bottom-right-radius:0;
}
.portal-section .grid-view .view:hover{
	border-right:1px solid #fff;
}
.portal-section .grid-view .view-meeting-detail{
	background:#74A974;
	border-color:#74A974;
}

.portal-section  table.grid-view  tbody tr td{
	display:block;
}
.portal-section .grid-view  .view{
	border-right:1px solid #fff !important;
}
.portal-section .grid-view  .view:hover{
	border-right:1px solid #fff !important;
}
.portal-section .grid-view .btn-primary.wishlist-btn{
	position: relative;
	background:none !important;
	font-size: 18px;
	float:right;
	z-index:3;
}
.portal-section .grid-view .btn-primary.wishlist-btn:hover{
	background:none !important;
	border:none !important;
}

@media only screen and (max-width:669px){
	.portal-section table.users_list_table.grid-view tbody tr{
		width:50%;
		display:table;
		float:left;
		margin:0 auto;
	}
	.portal-section table.users_list_table.grid-view tbody tr:nth-child(2n){
		margin-right:0;
    }
	.portal-section table.users_list_table.grid-view tbody tr:nth-child(2n+1){
		clear:left;
    }
	.portal-section table.users_list_table.grid-view tbody tr:nth-child(3n+1){
		clear:none;
    }

	.portal-section .grid-view .btn-primary{
		padding: 8px 15px;
		font-size: 12px;
	}
	.portal-section .grid-view  .view-meeting-detail{
		background:#74A974;
		border:#74A974;
		padding:8px 10px !important;
	}
	.portal-section .grid-view  .view{
		padding:7px 10px;
		border-right:1px solid #fff !important;
	}
	.portal-section .grid-view  .view:hover{
		border-right:1px solid #fff !important;
	}
	.portal-section .grid-view .applyappoinment{
		padding:7px 10px !important;
	}
	/*
	.portal-section .grid-view .btn-primary:hover {
		background:#549a3d !important;
		border-color:#549a3d !important;
		color:#fff;
	}
	.portal-section .grid-view  .view{
		border-right:1px solid #fff !important;
	}
	.portal-section .grid-view  .view:hover{
		border-right:1px solid #fff !important;
	}
	*/
}

@media only screen and (max-width:480px){
	.portal-section table.users_list_table.grid-view tbody tr{
		float:none;
		display:table;
		max-width: 360px;
		margin: 0 auto !important;
	}
	.portal-section table.users_list_table tbody tr td{
		border:none;
		width:300px;
	}
	.portal-section table.users_list_table.grid-view tbody tr:nth-child(3n){
		margin-right:0;
    }
	.portal-section table.users_list_table.grid-view tbody tr:nth-child(3n+1){
		clear:left;
    }
	.portal-section .grid-view  .view-meeting-detail{
		background:#74A974;
		border:#74A974;
		padding:8px 10px !important;
	}
	.portal-section .grid-view  .view{
		padding:7px 10px;
		border-right:1px solid #fff !important;
	}
	.portal-section .grid-view  .view:hover{
		border-right:1px solid #fff !important;
	}
	.portal-section .grid-view .applyappoinment{
		padding:7px 10px !important;
	}
}
/* Media query ends here */
.meeting-popover-text{
	font-size: 12px !important;
    color: #333 !important;
    font-weight: 400 !important;
    padding-top: 7px;
}
.portal-section.popover-section {
    padding: 0;
    margin: -10px -15px;
}
.userpopover-row .userpopover-col {
    display: table-cell;
    padding: 7px 5px;
    vertical-align: middle;
    text-align: left;
	font-size: 12px;
}
.popover-section .userpopover-row {
    border-bottom: 1px solid #e2e2e2;
}
.popover-section .userpopover-row:last-child {
	border: none;
}
.popover-position .popover.top {
    margin-top: -10% !important;
    margin-left: -5% !important;
}

h5.panel-title.panel-title-heading_v2.color-text {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}
