﻿/* font-family: 'Patua One', cursive; 
 font-family: 'Montserrat', sans-serif;
*/
@import url('http://fonts.googleapis.com/css?family=Open+Sans:300,700,400,600');

html{
	overflow-x:hidden;
    overflow-y: auto;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
}
*{
-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
/*-- Common Style --*/
h1,h2,h3,h4,h5,h6,p{
	margin:0;
	padding:0
}
ul,li{
	list-style:none;
	margin:0;
	padding:0
}
span{
	/* display:inline-block; */
}
img{
	max-height:100%;
	max-width:100%;
}
.underline, .underline:hover{
	text-decoration:underline;
}
.text-caps{
	text-transform:uppercase;
}
.italic{
	font-style:italic;
}
.inline{
	display:inline;
}
.inline-block{
	display:inline-block;
}
.block, .new-line{
	display:block;
}

.small-caps{
	text-transform:lowercase;
	font-variant:small-caps;
}
.align-left{
	text-align:left;
}
.align-center{
	text-align:center;
}
.align-right{
	text-align:right;
}
.font-bold{
	font-weight:600 !important;
}
.desc-text {
    font-size: 13px;
    color: #7B7B7B;
	margin-bottom:2px;
}
.link-text{
	cursor:pointer;
	font-size:12px;
	text-decoration:underline;
	color:#428bca;
	display:inline-block;
}
/*-- Main Wrapper --*/
.main-wrapper{
	background:#e7f1fd;
	position:absolute;
	width:100%;
	min-height:100%;
	z-index:1001;
}
.main-wrapper .main-content-section{
	padding: 0px 0px 30px 0px;
}
/*-- //Main Wrapper --*/
/*-- Header Section --*/
.main-wrapper .main-content-section .header-section{
	background: #F68C1F url(../images/header_bg.jpg) no-repeat center center;
	background-size:cover;
	/* padding: 15px 0px 10px 0px; */
	-webkit-box-shadow: 2px 2px 10px 2px rgba(173,173,173,0.59);
    -moz-box-shadow: 2px 2px 10px 2px rgba(173,173,173,0.59);
    box-shadow: 2px 2px 10px 2px rgba(173,173,173,0.59);
}
.main-wrapper .main-content-section .header-section .header-section-inner{
	padding:0;
	background: #F68C1F url(../images/header_inner_bg.jpg) no-repeat -80px center;
	background-size:contain;
	padding: 12px 0px 7px 0px;
}
.main-wrapper .main-content-section .header-section .header-left-panel{
	padding:0;
}
.main-wrapper .main-content-section .header-section .header-left-panel .logo-wrap{
	display:inline-block;
	width: 180px;
}
/*-- Header Right Section --*/
.header-section .header-right-panel{
	padding:0;
}
.header-section .header-right-panel .user-menu{
	text-align:right;
	margin-top:10px;
	font-size: 0px;
}
.header-section .header-right-panel .user-menu li{
	display:inline-block;
	margin-left:10px;
	padding-left:10px;
}
.header-section .header-right-panel .user-menu li:last-child{
	border-left:1px solid #FFF;
}
.header-section .header-right-panel .user-menu li  .user-item{
	display:inline-block;
	font-size:13px;
	color:#FFF;
}
.header-section .header-right-panel .user-menu li  .user-item.logout {
    background:url(../images/icon_logout.png) no-repeat 0px 3px;
    background-size: 15px auto;
	padding:0px 0px 0px 18px;
}
.header-section .header-right-panel .link-sec{
	display:block;
	text-align:right;
	margin-top:5px;
	font-size:0;
}
.header-section .header-right-panel .link-sec .reg-link{
    font-size: 12px;
	text-align: center;
	padding: 4px 10px 3px 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
	display:inline-block;
	margin-left:10px;
	border: 1px solid #FFF;
    border-radius: 2px;
    color: #FFF;
}
/*-- //Header Section --*/
/*-- Footer Section --*/
.footer-section{
	display:block;
	width:100%;
	background:#002D62;
	/* background: #002D62 url(../images/header_bg_2.jpg) no-repeat center center;
	background-size:cover; */
	position:absolute;
	bottom:0;
	z-index:1002;
	font-size:12px;
	color:#31363c;
	color:#f2f9ff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,.4);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,.4);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,.4);
}
.footer-section .container > div{
	/* padding:0; */
}
.footer-section .footer-inner{
	padding:7px 0px 6px 0px;
	/* background: #002D62 url(../images/header_inner_bg_2.jpg) no-repeat 180px center;
	background-size:cover; */
}
.footer-section .foot-copy {
    padding: 0;
    margin: 0;
}
.footer-section .foot-copy .copy-text{
	font-size: 11px;
    font-weight: 300;
    color: #FFF;
}
.footer-section .foot-menu-wrap{
	padding: 0;
    margin: 0;
	text-align:right;
}
.footer-section .foot-menu-list{
}
.footer-section .foot-menu-list{
	margin:0;
	padding:0;
	list-style:none;
	font-size:0;
}
.footer-section .foot-menu-list li{
	display:inline-block;
}
.footer-section .foot-menu-list li .foot-menu{
	font-size:11px;
	color:#b5b5b7;
	padding:0px 10px 1px 10px;
	margin:0;	
	display:block;
	border-right:1px solid #848486;
	line-height:16px;
	color: #FFF;
	font-weight: 300;
}
.footer-section .foot-menu-list li .foot-menu:hover{
	color:#fff;
}
.footer-section .foot-menu-list li:first-child .foot-menu{
	padding-left:0px;
}
.footer-section .foot-menu-list li:last-child .foot-menu{
	border:0;
	padding-right:0px;
}
/*-- Footer Section --*/
/*-- Main Body Section --*/
.main-body-section {
	padding: 15px 20px;
}
.custom-modal .main-body-section {
	padding: 0px 0px;
}
.main-body-section .body-inner {
    padding: 10px 15px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,.2);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,.2);
    min-height: 500px;
	position:relative;
	overflow-x:hidden;
}
.main-body-section .body-inner .page-title {
    font-size: 18px;
    color: #272a2e;
    font-weight: 600;
    padding-bottom: 5px;
    margin-bottom: 10px;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
}	
.main-body-section .body-inner .page-title .title-link{
	text-transform: none;
	font-weight: 400;
	font-size: 11px;
	float:right;
	display:inline-block;
	margin-bottom:5px;
}
/*-- //Main Body Section --*/
/*-- Menu Section --*/
.menu-section{
	background:#255286;
	background:#002D62;
	padding:5px 0px;
}
.menu-section .menu-inner{
	padding:0;
}
/*-- //Menu Section --*/

/*========================================== COMMON STYLES ==========================================*/
/*-- Table Style --*/
.table-wrap{
	overflow:auto;
	padding:4px 10px;
	max-height:550px;
}
.user-table{
	width:100%;
	margin-bottom:10px;
}
.table-align-center .user-table{
	margin-left:auto; 
    margin-right:auto;
}
.table-align-right .user-table{
	margin-left:auto; 
    margin-right:0;
}
.user-table tr{
}
.user-table tr th{
	padding:5px 10px;
	background:#2171B0;
	background:#4a6d97;
	font-size:13px;
	font-weight:400;
	color:#e6ebf1;
	border:1px solid #a0b4c4;
	font-weight:600;
}
.user-table tr th .checkbox-label{
	color:#e6ebf1;
	margin:0;
}
.user-table tr th .th-button{
	display: inline-block;
	color: #fff;
    background: #F68C1F;
	padding: 4px 15px;
    font-size: 11px;
    border: 0;
    border-radius: 3px;
    margin:0px 0px 0px 0px;
    text-align:center;
	outline:none;
	-webkit-box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.30);	
    -moz-box-shadow:1px 1px 2px 1px rgba(0,0,0,0.30);	
    box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.30);	
}
.user-table tr td{
	padding:5px 10px;
	font-size:13px;
	color:#666;
	border:1px solid #d8d8d8;
	vertical-align:middle;
}
.user-table.align-left  tr th, 
.user-table.align-left  tr td, 
.user-table tr.align-left th, 
.user-table tr.align-left td, 
.user-table tr th.align-left, 
.user-table tr td.align-left{
	text-align:left;
}
.user-table.align-center tr th,
.user-table.align-center tr td,
.user-table tr.align-center th, 
.user-table tr.align-center td, 
.user-table tr th.align-center, 
.user-table tr td.align-center{
	text-align:center;
}
.user-table.align-right  tr th, 
.user-table.align-right  tr td, 
.user-table tr.align-right th, 
.user-table tr.align-right td, 
.user-table tr th.align-right, 
.user-table tr td.align-right{
	text-align:right;
}
.user-table tr td.icon-wrap{
	font-size:0;
}
.user-table tr td .td-icon{
	display:inline-block;
	width:20px;
	height:20px;
	cursor:pointer;
	margin:0px 3px;
	font-size:0px;
}
.user-table tr td .td-icon.icon-edit{
	background: url(../images/icon-edit.png) no-repeat center center;
}
.user-table tr td .td-icon.icon-view{
	background: url(../images/icon-view.png) no-repeat center center;
	background-size:19px;
}
.user-table tr td .td-icon.icon-delete{
	background: url(../images/icon-delete.png) no-repeat center center;
	background-size:16px;
}
.user-table tr td .td-icon.icon-remove{
	border-radius:50%;
	background:#535b63 url(../images/icon-minus1.png) no-repeat center center;
	background-size:12px;
}
.user-table tr td .td-link{
	color:#4285F4;
}
.user-table tr td.action-wrap{
}
.user-table tr td.action-wrap .action-text{
	color:#4285F4;
	font-size:12px;
	margin:0px 5px;
	cursor:pointer;
}
.user-table tr td.action-wrap .action-text.disable, .user-table tr td .td-link.disable{
	pointer-events:none;
	color:#AAA;
}
.user-table tr td .text-green{
	color:#00ad10;
}
.user-table tr td .text-red{
	color:#d90707;
}
.user-table tr td .text-completed{
	color:#4CAF50;
}
.user-table tr td .text-inprogress{
	color:#FF9800;
}
.user-table tr td .text-upcoming{
	color:#2196F3;
}
.user-table tr td .text-cancel{
	color:#CCC;
}
.user-table tr th .checkbox,
.user-table tr td .checkbox{
	display:inline-block;
}
.user-table tr:nth-child(2n+1) td{
	background:#FFF;
}
.user-table tr td .img-thumb{
	max-width:50px;
	max-height:50px;
}
.table-wrap .table-caption{
	font-size: 14px;
	font-weight:600;
    color: #4b4b4b;
	color: #1A96F5;
    padding-bottom: 6px;
	text-transform:uppercase;
}
.user-table tr td  .button-field{
	margin:0;
	margin-bottom:10px;
}
.user-table tr td  .button-field-small{
	margin:0;
	padding:3px 5px 4px 5px;
	font-size:11px;
}
.user-table tr td .comments{
	font-size:12px;
	color:#999;
}
.user-table tr td.highlight-td{
	background:#FFF59D;
}
/*-- //Table Style --*/
/*-- Search Box --*/
.search-wrap{
	width:250px;
}
.search-wrap .btn-search{
	width:30px;
	height:30px;
	background:#F1F1F1 url(../images/icon-search.png) no-repeat center center;
	background-size:18px;
	border:1px solid #ccc;
	border-top-right-radius:4px;
	border-bottom-right-radius:4px;
	margin-left: -1px;
	outline:none;
}
.input-group .form-control{
	font-size:12px;
	outline:none;
	height: 30px;
}
/*-- //Search Box --*/
/*-- Pagination --*/
.pagi-wrap{
}
.pagi-wrap .pagination{
	padding:0;
	margin:0;
	margin-top:6px;
}
.pagi-wrap .pagination li a{
	font-size:12px;
	padding: 0px 0px;
	background:none;
	margin:0px 4px;
	border:0;
	color: #666;
}
.pagination > li.active > a, .pagination > li.active > a:hover{
	color: #428bca;
	background:#428bca;
	padding:0px 5px;
	color:#fff;
}
.sort-wrap{
	text-align: right;	
}
/*-- //Pagination --*/
/*-- Form Fields --*/
.form-row{
	padding:0;
	margin-bottom:15px;
}
.form-row > div{
	padding:0;
}
.form-row:last-child{
	margin-bottom:0px;
}
.form-row .view-details{
	font-size: 13px;
    color: #0070ee;
    cursor: pointer;
    display: inline-block;
    margin-right: 10px;
    margin-left: 5px;
}
/*-- Label Fields --*/
.form-label{
	font-weight:400;
	font-size:13px;
	color:#7B7B7B;
	display:block;
	padding-top:5px;
}
.form-label-inline{
	display:inline-block;
	margin-right:5px;
}
.form-label-newline{
	display:block;
}
.form-label-disable{
	opacity:0.6;
}
/*-- //Label Fields --*/
/*-- Text Fields --*/
.text-field{
	border:1px solid #ccc;
	padding:4px 7px;
	width:250px;
	font-size:13px;
	outline:none;
	color:#666;
}
.text-field-tiny{
	width:50px;
}
.text-field-small{
	width:140px;
}
.text-field-medium{
	width:180px;
}
.text-field-large{
	width:350px;
}

.text-field-full{
	width:100%;
}
.text-field.inact{
	background:none;
	border:none;
	pointer-events:none;
}
/*-- Refresh Button for Token Input --*/
.form-row .clear-tag {
    color: #00C853;
    font-size: 12px;
    display: inline-block;
    width: 15px;
    height: 15px;
    background:url(../images/icon-refresh.png) no-repeat center center;
    cursor: pointer;
    margin-top: 9px;
    margin-left: 5px;
    vertical-align: top;
}
/*-- //Text Fields --*/
/*-- Selectbox Fields --*/
.select-field{
	border:1px solid #ccc;
	padding:3px 5px;
	width:250px;
	font-size:13px;
	outline:none;
	color:#666;
}
.select-field-tiny{
	width:60px;
}
.select-field-small{
	width:140px;
}
.select-field-medium{
	width:180px;
}
.select-field-large{
	width:350px;
}
.select-field-full{
	width:100%;
}
.select-field.inact{
	background:none;
	border:none;
	pointer-events:none;
}
/*-- //Selectbox Fields --*/
/*-- Radio Button --*/
.radio-label {
    color: #7B7B7B;
    font-weight: 400;
	font-size:13px;
    margin-right: 10px;
    display: inline-block;
    cursor: pointer;
}
.radio-label .radiobtn {
    display: inline-block;
    vertical-align: top;
	margin: 3px 0 0;
	outline:none;
	margin-right:3px;
	outline:none;
}
.radio-label-block{
	display: block !important;
}
/*-- //Radio Button --*/
/*-- Checkbox --*/
.checkbox-label {
    color: #7B7B7B;
    font-weight: 400;
	font-size:13px;
	margin-right: 20px;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
}
.checkbox-label .checkbox{
	display: inline-block;
	vertical-align: top;
	margin:0;
	margin-right:3px;
	outline:none;
}
.checkbox-label-block{
	display: block;
	margin:0;
	margin-bottom:2px;
}
/*-- //Checkbox --*/
/*-- Textarea --*/
.textarea{
	width:250px;
	height:80px;
	border:1px solid #ccc;
	padding:5px 10px;
	font-size:13px;
	outline:none;
	color:#666;
	resize:none;
}
.textarea-large{
	width:350px;
	height:100px;
}
.textarea-full{
	width:100%;
	height:120px;
}
/*-- //Textarea --*/
/*-- Date Picker --*/
.calendar-wrap .calendar-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/icon-calendar.png) no-repeat center;
    cursor: pointer;
    margin-top: 4px;
    vertical-align: top;
}
/*-- //Date Picker --*/
/*-- Buttons --*/
.button-row, .button-wrap{
}
.button-row .align-right{
	text-align:right;
}
.button-field, .custom-modal .modal-footer .modal-btn {
	display: inline-block;
	color: #fff;
    background: #F68C1F;
	padding: 5px 20px;
    font-size: 13px;
    border: 0;
    border-radius: 3px;
    margin:0px 10px 0px 0px;
    text-align:center;
	outline:none;
}
.button-field:hover, .button-field:focus{
	color: #fff;
    background: #F68C1F;
}
.button-row .align-right .button-field{
	text-align:right;
	margin:0px 0px 10px 10px;
}
.disable{
	pointer-events:none;
	opacity:0.4;
}
.button-fixed{
	min-width:150px;
}
.modal-footer .button-field{
	margin:0;
}
.add-button, .add-button:hover , .add-button:focus {
    border: 0;
    font-size: 12px;
    background: #00897B url(../images/icon-plus.png) no-repeat 10px center;
    background-size: 13px auto;
    color: #fff;
    padding: 5px 15px 5px 30px;
    border-radius: 4px;
    margin-right: 15px;
	outline:none;
}
.add-button {
}
/*-- //Buttons --*/
/*-- Error Text --*/
.error-text, .error-note{
	font-size:11px;
	color:#f00;
	padding:0;
}
.error-text-newline{
	display:block;
}
.mand{
	color:#F00;
}
.form-head{
	font-size:13px;
	margin-bottom:10px;
}
.form-head .mand{
	font-size:12px;
}
.note{
	font-size:12px;
	color:#999;
}
.modal-link{
	cursor:pointer;
	color:#1A96F5;
	text-decoration:underline;
}
/*-- //Error Text --*/
/*-- Modal Popup --*/
.custom-modal .modal-header {
    padding: 10px 15px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #4A9B97;
    background-color: #255286;
    color: #fff;
}
.custom-modal .modal-header .header-title{
	font-size:14px;
}
.custom-modal .modal-header .close {
    color: #fff;
    opacity: 0.8;
    font-weight: 300;
    margin: 0;
    outline: none;
}
.custom-modal .modal-footer, .custom-modal .modal-footer {
    padding: 10px 10px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
	margin:0;
}
.custom-modal .modal-footer .modal-btn {
}
/*-- //Modal Popup --*/
/*-- Rich Text Box --*/
.mce-container iframe{
	height:250px !important;
}
.mce-btn button {	
	font-size: 13px !important;
	line-height: 13px !important;
}
.mce-btn .mce-caret {
	margin-top: 8px !important;
	margin-left: 0;
}
.mce-btn button {
	padding: 3px 6px !important;
	font-size: 13px !important;
	line-height: 16px !important;
}
.mce-ico {
	font-size: 13px !important;
	line-height: 13px !important;
	width: 13px !important;
	height: 13px !important;
}
/*-- //Rich Text Box --*/
/*-- //Rich Text Box --*/
.tab-wrap .nav-tabs {
  border-bottom:1px solid #EEEEEE;
  margin-bottom:20px;
}
.tab-wrap .nav-tabs > li {
  float:left;
  margin-bottom:-1px;
}
.tab-wrap .nav-tabs > li > a {
  margin-right:30px;
  line-height:1.42857143;
  border: none;
  border-radius:0;
  border-bottom:4px solid #B5B5B5;
  background:none;
  color:#B5B5B5;
}
.tab-wrap .nav-tabs > li > a:hover {
  border-color:none;
  background:none;
}
.tab-wrap .nav-tabs > li.active > a{
  cursor:default;
  background-color:none;
  border:none;
  border-bottom:4px solid #002D62;
  color:#002D62;
}
/*-- //Rich Text Box --*/
/*========================================== COMMON STYLES ==========================================*/

/*-- LIVE SESSION --*/
.panel-group {
    margin-bottom:10px;
}
.meeting-panel .panel-heading{
	padding:0;
	background:#eeeeee;
}
.meeting_head{
	display:block;	
	padding:10px 10px;
	color:#333;
}
.meeting-panel-wrap{
}
.meeting-panel-wrap .meeting-panel{
	margin:0;
	padding:0px 0px 0px 0px;
	margin-bottom:15px;
	border:1px solid #eeeeee;
	-webkit-box-shadow: 1px 1px 5px 1px rgba(173,173,173,0.59);
    -moz-box-shadow: 1px 1px 5px 1px rgba(173,173,173,0.59);
    box-shadow: 1px 1px 2px 1px rgba(173,173,173,0.59);	
}
.meeting-panel-wrap .meeting-panel:last-child{
	margin-bottom:0px;
}
.meeting-panel-wrap .meeting-panel .title{
	margin:0;
	padding:0px 0px 0px 0px;
	display:inline-block;
	font-size:14px;
	font-weight:600;
	text-transform:uppercase;
	color:#f57b05;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.meeting_head.collapsed .title{
	color:#333;
}
.meeting-panel-wrap .meeting-panel .icon{
	width:22px;
	height:22px;
	border:none;
	display:inline-block;
	margin-left:5px;
	border-radius:50%;
	cursor:pointer;
	vertical-align:top;
	float:right;
}
.meeting-panel-wrap .meeting-panel .icon.icon-track{
	background:#255286 url(../images/icon_down_arrow.png) no-repeat center;
	background-size:12px;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	transform:rotate(180deg);
}
.meeting-panel-wrap .meeting-panel .collapsed .icon.icon-track{
	background:#255286 url(../images/icon_down_arrow.png) no-repeat center;
	background-size:12px;
	transform:rotate(0deg);
}
/*-- Meeting Details - Add Session --*/
.meeting-panel-wrap .meeting-panel .add-meeting-wrap{
	margin:0px;
	padding:0px;
	margin-bottom:5px !important;
}
.meeting-panel-wrap .meeting-panel .add_meeting_row{
	position:relative;
	padding:10px 10px !important;
	background:#F3EFE0;
	border-radius:5px;
	margin-bottom:10px;	
}
.meeting-panel-wrap .meeting-panel .add_meeting_row > div {
	padding-left:0;
}
.meeting-panel-wrap .meeting-panel .add_meeting_row .meeting-remove-btn{
	height: 22px;
    width: 22px;
	display: inline-block;
	background: #adaa9e url(../images/icon_cancel.png) no-repeat center center;
	background-size:12px;
	position:absolute;
	right:0;
	top:0;
	cursor:pointer;
	z-index:100;
}
.meeting-panel-wrap .meeting-panel .add_meeting_row:first-child .meeting-remove-btn{
}
.meeting-panel-wrap .meeting-panel .add_meeting_row .meeting-remove-btn{
}
.meeting-panel-wrap .meeting-panel .add_meeting_row .meeting-remove-btn.remove-btn-deact{
	opacity: 0.4;
    pointer-events: none;
}

.meeting-panel-wrap .meeting-panel .presenter-row .view-profile, .meeting-panel-wrap .meeting-panel .view-profile {
    font-size: 13px;
    color: #0070ee;
    cursor: pointer;
	display: inline-block;
	/* vertical-align:middle; */
	margin-right: 10px;
	margin-left:5px;
}
.meeting-panel-wrap .meeting-panel .presenter-row .remove-btn{
    height: 22px;
    width: 22px;
    border-radius: 22px;
	display: inline-block;
	cursor:pointer;
	background: #7B7B7B url(../images/icon-minus.png) no-repeat center center;
	/* vertical-align:middle; */
}
.meeting-panel-wrap .meeting-panel .presenter-row{
	margin-bottom:10px;
}
/*-- //Meeting Details - Add Session --*/
/*-- Add Meeting Content - Add File --*/
.meeting-panel-wrap .meeting-panel .form-row  .pre_meet_row, 
.meeting-panel-wrap .meeting-panel .form-row  .post_meet_row{
	background:#F3EFE0;
	padding:10px 10px;
	border-radius:5px;
	margin-bottom:10px;
	position:relative;
}
.meeting-panel-wrap .meeting-panel .form-row  .pre_meet_row  input[type="file"]{
}
.meeting-panel-wrap .meeting-panel .form-row  .pre_meet_row .pre_meet_form{
}
.meeting-panel-wrap .meeting-panel .form-row  .pre_meet_row .file-upload, 
.meeting-panel-wrap .meeting-panel .form-row  .post_meet_row .file-upload{
	display:inine-block;
	margin-right:10px;
}
input[type="file"]{
	display:inine-block;
}
.meeting-panel-wrap .meeting-panel .form-row .pre_meet_row .pre-remove-btn, 
.meeting-panel-wrap .meeting-panel .form-row .post_meet_row .post-remove-btn{
	height: 22px;
    width: 22px;
	display: inline-block;
	background: #7B7B7B;
	background: #7B7B7B url(../images/icon_cancel.png) no-repeat center center;
	background-size:12px;
	position:absolute;
	right:0;
	top:0;
	cursor:pointer;
	z-index:100;
}
.meeting-panel-wrap .meeting-panel .form-row .token-row{
	margin-bottom:5px;
}
/*-- //Add Meeting Content - Add File --*/
.meeting-panel-wrap .meeting-panel .form-row .desc-text {
    display: block;
    font-size: 11px;
    margin-top: 3px;
    color: #999;
}
/*-- //LIVE SESSION --*/
/*-- Create Asset --*/
.main-body-section .body-inner  .form-container, .main-body-section .body-inner  .form-container.form-container-group{
	/* margin-bottom:30px; */
	margin-bottom:10px;
}
.main-body-section .body-inner  .form-container .asset-video-sec{
	padding:0;
}
.main-body-section .body-inner  .form-container .sec-title{
	margin:0;
	padding:0;
	font-size:16px;
	margin-bottom:5px;
	color:#1A96F5;
	font-weight:400;
}
.main-body-section .body-inner  .form-container .asset-video-sec .upload-file {
    padding: 5px 15px;
    font-size: 13px;
    text-transform: uppercase;
    display: inline-block;
    background: #00BFA5;
    border: 0;
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
    margin: 5px 0px 0px 0px;
}
.main-body-section .body-inner  .form-container .asset-video-sec .note{
	font-size:12px;
	margin-top:3px;
	color:#999;
}
.main-body-section .body-inner  .form-container .asset-video-sec{
}
.main-body-section .body-inner  .form-container .asset-video-sec{
}
.main-body-section .body-inner  .form-container .form-row .checkbox-row{
	border-bottom:1px solid #f2f2f2;
	padding:0;
	margin-bottom:10px;
	padding-bottom:10px;
}
.main-body-section .body-inner  .form-container .form-row .checkbox-row > div{
	padding-left:0;
}
.main-body-section .body-inner  .form-container .form-row .checkbox-row .content-panel{
}
.main-body-section .body-inner  .form-container .form-row .checkbox-row .image-panel{
}
.main-body-section .body-inner  .form-container .form-row .checkbox-row .image-panel .upload-image{
	max-width:60px;
	vertical-align:bottom;
	display:inline-block;
}
/*-- --*/
.main-body-section .body-inner  .form-container .user-attribute-wrap .left-panel,
.main-body-section .body-inner  .form-container .user-attribute-wrap .right-panel{
	background:#F3F4F5;
	overflow-y:auto;
	padding-bottom:10px;
}
.main-body-section .body-inner  .form-container .user-attribute-wrap .left-panel{
	margin-right:7%;
}
.main-body-section .body-inner  .form-container .user-attribute-wrap .right-panel{	
}
.main-body-section .body-inner  .form-container .user-attribute-wrap .list-title{
	margin:0;
	padding:0;
	font-size:15px;
	background:#0BC194;
	padding:8px 15px;
	color:#fff;
	font-weight:400;
	margin-bottom:10px;
}
.main-body-section .body-inner  .form-container .user-attribute-wrap .user-list{
	margin:0;
	padding:0;
	list-style:none;
	padding:0px 15px;
	height:400px;
	overflow-y:auto;
}
.main-body-section .body-inner  .form-container .user-attribute-wrap .user-list li{
	display:block;
	margin:0;
	padding:0;
	margin-bottom:3px;
}
/*--  Progress Bar --*/
.progress_bar {
	border-radius: 4px;
	background: #FFF;
	border: 1px solid #ccc;
	overflow: hidden;
	display:inline-block;
	width:400px;
	vertical-align:middle;
}
.progress_bar .progress_bar_inner {
	background-image: url(../images/progress_bar.gif);
	border-right: 1px solid #AAA;
	text-align:right;
	font-size:13px;
	color:#333;
	font-weight:600;
}
/*--  //Progress Bar --*/
/*-- //Create Asset --*/
/*-- Common Manage Page - Top Search Wrap --*/
.head-wrap {
	margin-bottom:20px;
	padding: 4px 8px;
}
.head-wrap .left-panel, .head-wrap .right-panel, .head-wrap .mid-panel{
	padding:0;
}
.head-wrap .right-panel{
	text-align:right;
	padding-right:0;
}
.head-wrap .mid-panel{
	text-align:center;
}
.head-bottom-wrap{
	text-align:center;
}
/*-- Showing Per Page Drop Down --*/
.head-wrap .drop-page{
	padding-top:3px;
	display:inline-block;
}
.head-wrap .drop-page .page-selectbox{
	font-size: 12px;
	border: 1px solid #D8D8D8;
	padding: 2px 1px;
	width:60px;
	outline:none;
}
.head-wrap .drop-page .page-selectbox option{
	overflow:auto;
}
.head-wrap .drop-page span{
	display:inline-block;
	font-size: 12px;
	color: #666;
}
.head-wrap  .download {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/icon-download.png) no-repeat center center;
    float: right;
    margin-top: 5px;
    margin-left: 10px;
}
/*-- Showing Per Page Drop Down --*/
/*-- //Common Manage Page - Top Search Wrap --*/
/*-- CREATE QUESTION --*/
.survey-action-wrap{
	margin-bottom:0px;
	padding-left:0;
}
.survey-action-wrap .label-block{
	display:inline-block;
	padding:5px 8px 5px 10px;
	background:#00BC65;
	margin-right:15px;
	font-weight:400;
	color:#fff;
	float:left;
	font-size:14px;
	position:relative;
	margin-top:10px;
}
.survey-action-wrap .label-block .arrow{
	position:absolute;
	height:100%;
	width:6px;
	background:url(../images/right-arrow-1.png) no-repeat right center;
	top:0;
	right:-5px;
}
.survey-action-wrap .text-block{
	border:1px solid #ccc;
	padding:4px 10px;
	width:225px;
	float:left;
	margin-right:15px;
	font-size:13px;
	height:50px;
}
.survey-action-wrap .remove-btn, .survey-action-wrap .add-btn{
	display:inline-block;
	float:left;
	height:22px;
	width:22px;
	border-radius:22px;
	cursor:pointer;
	margin-right:10px;
	margin-top:13px;
}
.user_survey_wrap{
	background:#f2f2f2;
	padding:10px 10px;
}
.user_survey_wrap .survey-action-wrap .remove-btn, .user_survey_wrap .survey-action-wrap .add-btn{
	margin-top:0px;
}
.survey-action-wrap .remove-btn{
	background:#7B7B7B url(../images/icon-minus1.png) no-repeat center center;
	background-size:12px;
}
.survey-action-wrap .add-btn{
	background:#7B7B7B url(../images/icon-plus1.png) no-repeat center 5px;
	background-size:11px;
}
.survey-action-wrap .radio-label, .survey-action-wrap .checkbox-label{
	margin-top:15px;
	float:left;
	margin-right:10px;
}
/*-- //CREATE QUESTION --*/
/*-- Steps --*/
.main-body-section .body-inner .step-wrap{
	background:#f2f2f2;
	margin-bottom:20px;
	padding:10px 5px 5px 10px;
	-webkit-box-shadow:1px 1px 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow:1px 1px 1px 1px rgba(0,0,0,0.2);
	box-shadow:1px 1px 1px 1px rgba(0,0,0,0.2);
	margin-bottom:20px
}
.main-body-section .body-inner .step-wrap .step-list{
	margin:0;
	padding:0;
	list-style:none;
}
.main-body-section .body-inner .step-wrap .step-list li{
	display:inline-block;
	width:auto;
	position:relative;
	margin:0;
	padding:0;
	overflow:hidden;
	margin-right:10px;
	width:24%;
}
.main-body-section .body-inner .step-wrap.course-step-wrap .step-list li{
	margin-right:5px;
	width:22%;
}
.main-body-section .body-inner .step-wrap .step-list li:last-child{
	padding-right:0;
}
.main-body-section .body-inner .step-wrap .step-list li .step{
	font-size:14px;
	background:#f2f2f2;
	padding:5px 10px 5px 0px;
	color:#C7C7C7;
}
.main-body-section .body-inner .step-wrap-1 .step-list li .step{
	background:#fff;
}
.main-body-section .body-inner .step-wrap .step-list li .step .step-no{
	display:inline-block;
	width:24px;
	height:24px;
	background:#BDBDBD;
	text-align:center;
	border-radius:100%;
	margin-right:5px;
	line-height:24px;
	color:#fff;
	vertical-align:middle;
}
.main-body-section .body-inner .step-wrap .step-list li .step.active{
	color:#2E2E2E;
}
.main-body-section .body-inner .step-wrap .step-list li .step.active .step-no{
	background:#4285F4 url(../images/icon-tick-w.png) no-repeat center center;
	background-size:16px auto;
	font-size:0;	
}
.main-body-section .body-inner .step-wrap .step-list li .step.inprogress{
	color:#2E2E2E;
}
.main-body-section .body-inner .step-wrap .step-list li .step.inprogress .step-no{
	background:#4285F4;
	background-size:16px auto;
}
.main-body-section .body-inner .step-wrap .step-list li .step-line{
	position:absolute;
	width:100%;
	height:1.5px;
	background:#fff;
	top:50%;
	margin-top:-1px;
	z-index:1;
	left:auto;
}
/*-- /Steps --*/
/*-- Create Course - 2 --*/
.main-body-section .body-inner .notification{
	display:block;
	background:#00B8D4;
	color:#fff;
	padding:5px 10px;
	border:1px solid #0097A7;
	border-radius:4px;
	font-size:13px;
	margin-bottom:10px;
}
.main-body-section .body-inner .course-name{
	color:#333;
	font-size:16px;
	font-weight:600;
	margin-bottom:20px;
}
.main-body-section .body-inner .course-name span{
	color:#C51162;
}
.resource-container{
	padding:0;
}
.resource-container > div{
	padding-left:0;
	padding-right:30px;
}
.resource-container .left-panel{
}
.resource-container .left-panel .panel-head, .resource-container .right-panel .panel-head{
	padding:0;
	margin:0;
	font-size:15px;
	font-weight:400;
	color:#1A96F5;
	margin-bottom:15px;
}
.resource-container .left-panel .cat-search-wrap{
	margin-bottom:10px;
}
.resource-container .left-panel .user-list{
	margin:0;
	padding:0;
	list-style:none;
}
.resource-container .left-panel .user-list li{
	display:block;
	margin:0;
	padding:0;
	margin-bottom:3px;
}
.resource-container .left-panel .user-list li .check-field{
	margin:0;
	float:left;
	margin-right:4px;
	margin-top:6px;
}
.resource-container .left-panel .user-list li .form-label{
	display:inline-block;
	margin:0;
	font-size:13px;
	font-weight:400;
    color:#7B7B7B;
    padding-top:3px;
}
.resource-container .right-panel{
	padding:0px;
}
.resource-container .right-panel .panel-head{
	padding-left:15px;
}

.resource-container .right-panel .select-item-wrap{
	margin-bottom:15px;
	padding-left:15px;
}
.resource-container .right-panel .select-item-wrap .sel-item{
	padding:5px 15px;
    font-size:13px;
    display:inline-block;
    background:#4b82c3;
    color:#fff;
    cursor:pointer;
    margin:0px 5px 8px 0px;
	border-left:5px solid #185294;
	border-bottom-right-radius:4px;
	border-top-right-radius:4px;
}
.select-all-wrap{
	background:#e2e2e2;
	margin:0px 15px 20px 15px;
	padding:5px 0px 0px 10px;
	border-radius:5px;
}
.select-all-wrap .select-label{
	font-size:14px;
	font-weight:400;
	display:inline-block;
	vertical-align:middle;
}
.resource-container .right-panel .resource-panel{
	padding:0px;
	max-height:480px;
	margin-bottom:15px;
}
.mapping-block{
	margin-bottom:35px;
}
.mapping-block .mapping-block-inner{
	background:#FFF;
	padding:0;
	border-radius:0px;
	border:1px solid #d2d2d2;
	-webkit-box-shadow:1px 2px 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow:1px 2px 1px 1px rgba(0,0,0,0.2);
	box-shadow:1px 2px 1px 1px rgba(0,0,0,0.2);
	position:relative;
}
.mapping-block .mapping-block-inner .image-wrap{
	height:110px;
	padding:10px 0px;
	text-align:center;
	border-bottom:1px solid #e6e6e6;
}
.mapping-block .mapping-block-inner .image-wrap img{
	max-height:100px;
}
.mapping-block .mapping-block-inner .title-wrap{
	padding:5px 10px;
}
.mapping-block .mapping-block-inner .title-wrap .file-name{
    padding:0;
	margin:0;
    font-size:13px;
    height:40px;
    color:#4D4D4D;
}
.mapping-block .mapping-block-inner .action-wrap{
	height:40px;
	padding:0;
}
.mapping-block .mapping-block-inner .action-wrap .preview-wrap{
	height:100%;
	text-align:center;
	line-height:40px;
	color:#fff;
	background:#339194 url(../images/icon-view-w.png) no-repeat left 18px center;
	padding-left:35px;
}
.mapping-block .mapping-block-inner .action-wrap .select-wrap{
	height:100%;
	background:#D6D6D6;
	text-align:center;
	padding-top:8px;
}
.mapping-block .mapping-block-inner .action-wrap .select-wrap .checkbox{
	display:inline-block;
	vertical-align:middle;
	
}
.mapping-block .mapping-block-inner .action-wrap .select-wrap .val{
	display:inline-block;
	vertical-align:middle;
	margin-top:2px;
	font-size:13px;
	color:#333;
}
.mapping-block-select .mapping-block-inner{
}
.mapping-block-select  .mapping-block-inner .action-wrap .select-wrap{
	
}
.resource-select-panel{
	margin-bottom:15px;
}
.resource-select-panel .res-row{
	margin-bottom:10px;
	display:none;
}
.resource-select-panel:last-child .res-row{
	margin-bottom:0px;
}
/*-- /Create Course - 2 --*/
/*-- Create Module 2 --*/
.add_presenter_wrap .presenter-row{
	margin-bottom:10px;
	font-size:0;
}
.add_presenter_wrap .presenter-row:last-child{
	margin-bottom:0px;
}
.add_presenter_wrap .presenter-row .view-profile, .presenter-row .view-profile{
	font-size:13px;
	color:#0070ee;
	cursor:pointer;
	display:inline-block;
	margin:0px 5px;
}
.add_presenter_wrap .presenter-row .remove-btn, .add_venue_wrap .presenter-row .remove-btn{
    height: 22px;
    width: 22px;
    border-radius: 22px;
	display: inline-block;
	cursor:pointer;
	background: #7B7B7B url(../images/icon-minus1.png) no-repeat center center;
	background-size:12px;
	vertical-align:top;
	margin-top:5px;
}
.remove-btn.remove-btn-deact{
	opacity:0.4;
	pointer-events:none;
}
/*-- SPEAKER DETAIL SECTION--*/
.speaker-modal .pop-speaker-info{
}
.speaker-modal .pop-speaker-info .info-wrap{
	display:block;
	margin-bottom:10px;
}
.speaker-modal .pop-speaker-info .img-wrap{
	width: 120px;
    height: 120px;
    float: left;
    border: 1px solid #ccc;
    text-align: center;
    padding: 5px;
    margin: 0px 10px 10px 0px;
	line-height:58px;
}
.speaker-modal .pop-speaker-info .img-wrap img{
	max-height:100%;
	max-width:100%;
}
.speaker-modal .pop-speaker-info .name{
	display:block;
	font-size:16px;
	color:#333;
	margin-bottom:2px;
}
.speaker-modal .pop-speaker-info .desi{
	display:block;
	font-size:14px;
	color:#dddada;
	color:#666;
	margin-bottom:3px;
}
.speaker-modal .pop-speaker-info .place{
	display:block;
	font-size:13px;
	color:#c6c5c5;
	color:#999;
	margin-bottom:3px;
}
.speaker-modal .pop-speaker-desc {
}
.speaker-modal .pop-speaker-desc .desc{
	display:block;
	font-size:13px;
	color:#7b7b7b;
}
.speaker-modal .modal-title {
	color:#fff;
	font-size:15px;
}
.speaker-modal .close {
    font-size: 21px;
    text-shadow: 0;
	font-weight:300;
    filter: alpha(opacity=80);
     opacity: 0.8; 
	color: #fff;
}
/*-- SPEAKER DETAIL SECTION--*/
/*-- //Create Module 2 --*/
/*-- Create Module 4 --*/
.form-row-wrapper{
	border:1px solid #ebe9d9;
	padding:10px 10px;
	background:#f5f3e6;
	margin-bottom:15px;
}
.module-ques-wrap{
}
.module-ques-wrap .order-wrap{
	padding-left:15px;
}
.module-ques-wrap .add-btn{
	display:inline-block;
	float:left;
	height:22px;
	width:22px;
	margin-top:3px;
	border-radius:22px;
	cursor:pointer;
	margin-right:10px;
	background:#7B7B7B url(../images/icon-plus1.png) no-repeat center center;
	background-size:12px;
}
.question-wrapper{
	border-radius: 0;
    margin-bottom: 10px;
    -webkit-box-shadow: 2px 2px 10px 2px rgba(173,173,173,0.59);
    -moz-box-shadow: 2px 2px 10px 2px rgba(173,173,173,0.59);
    box-shadow: 2px 2px 10px 2px rgba(173,173,173,0.59);
	padding: 10px 15px !important;
	position:relative;
}
.question-wrapper .ques {
    padding: 0;
    margin: 0;
    padding-bottom: 5px;
	color:#333;
}
.question-container .question-wrapper .remove-btn{
	height:22px;
	width:22px;
	display:inline-block;
	background:#7B7B7B;
	position:absolute;
	top:0;
	right:0;
	background:#7B7B7B url(../images/icon_cancel.png) no-repeat center center;
	background-size:12px;
	cursor:pointer;
	z-index:999;
}
.module-ques-wrap ul.token-input-list{
	width: 460px !important;
}

.mod-ques-container{
}
.mod-ques-container .question-wrapper{
	position:relative;
}
.mod-ques-container .question-wrapper .action-wrap{
	position:absolute;
	top:3px;
	right:5px;;
}
.mod-ques-container .question-wrapper .action-wrap .action-btn{
}
.mod-ques-container .question-wrapper .action-wrap{
}
.mod-ques-container .question-wrapper .action-wrap .action-btn{
	width:22px;
	height:22px;
	display:inline-block;
	background:#000;
	margin:0px 2px;
	border-radius:50%;
	cursor:pointer;
	font-size:0;
}
.mod-ques-container .question-wrapper .action-wrap .action-btn.edit-btn{
	background:#4285F4 url(../images/icon-edit-w.png) no-repeat center center;
	background-size:16px;
}
.mod-ques-container .question-wrapper .action-wrap .action-btn.delete-btn{
	background:#4285F4 url(../images/icon-delete-w.png) no-repeat center center;
	background-size:12px;
}
.disp-order-wrap{
	margin-bottom:4px;
}
.disp-order-wrap .order-block{
	display:inline-block;
	font-size:12px;
	margin-right:20px;
}
.disp-order-wrap .order-block span{
	display:inline-block;
	padding:0px 2px;
	font-weight:600;
}
/*-- //Create Module 4 --*/
/*-- Add HCPs Popup --*/
.addhcp-modal .modal-body{
	padding:0px 15px 10px 15px;
}
.addhcp{
}
.addhcp .col-lg-12{
	/* background:none !important; */
}
.addhcp .search-form-wrap{
	background:#E4E4e4 !important;
	padding:0;
	padding:10px 10px !important;
	/* margin-bottom:8px; */
}
.addhcp .search-form-wrap .search-form-row{
	padding:0;
}
.addhcp .search-form-wrap .search-form-row .label-field{
	display:block;
	font-size:13px;
	text-align:left;
	font-size:13px;
	font-weight:400;
	color:#6D6D6D;
	margin-bottom:3px;
}
.addhcp .search-form-wrap .search-form-row .text-field{
	border:1px solid #ccc;
	padding:4px 10px;
	display:inline-block;
	width:90%;
	max-width:225px;
	color:#666;
	margin-bottom:10px;
	font-size:13px;
}
.addhcp .search-form-wrap .search-form-row .text-field-small{
	width:120px;
}
.addhcp .search-form-wrap .search-form-row{
}
.addhcp .search-form-wrap .search-form-row .btn-field{
	display:inline-block;
	border:0;
	font-size:12px;
	text-transform:uppercase;
	background:#00897B;
	color:#fff;
	padding:5px 15px;
	border-radius:1px;
	border-radius:3px;
}
.addhcp .search-form-wrap .search-btn-row{
	text-align:right;
	padding-right:30px;
}
.addhcp .search-form-wrap .search-btn-row .btn-field{
	margin-left:15px;
	margin-top:0px;
}
.addhcp .search-form-wrap .search-form-row .calendar-wrap{
}
.addhcp .search-form-wrap .search-form-row .calendar-wrap .text-field{
	float:left;
	margin-right:5px;
}
.addhcp .search-form-wrap .search-form-row .calendar-wrap .calendar-icon{
	display:inline-block;
	width:20px;
	height:20px;
	background: url(../images/icon-calendar.png) no-repeat center;
	cursor:pointer;
	margin-top:3px;
}
.addhcp .search-result-wrap{
	max-height:300px;
	overflow:auto;
	/* margin-bottom:10px;
	border-bottom:1px solid #E5E4E4;
	padding-right:10px; */
}
#selectedhcp .addhcp .search-result-wrap{
	max-height:430px;
}
.addhcp .search-result-wrap .result-table{
	border:1px solid #E5E4E4;
	
}
.addhcp .search-result-wrap .user-table{
	margin:0;
}
.addhcp .search-result-wrap .result-table tr{
}
.addhcp .search-result-wrap .result-table tr td{
	font-weight:400;
	color:#5D5D5D;
	padding:7px 10px;
	font-size:13px;
	border:none;
	border-bottom:1px solid #E5E4E4;
}
.addhcp .search-result-wrap .result-table  tr.even td{
	background:#f5f5f5;
}
.addhcp .search-result-wrap .result-table  tr.odd td{
	background#fff;
}
.addhcp .search-result-wrap .result-table  tr td .doctor-icon{
	width:16px;
	height:16px;
	display:block;
}
.doctor-icon-check{
	background:#C6C6C6 url(../images/checkbox-iconset.png) no-repeat left center;
}
.doctor-icon-uncheck{
	background:#C6C6C6 url(../images/checkbox-iconset.png) no-repeat right center;
}
.addhcp .button-wrap{
	text-align:right;
}
.addhcp .button-wrap .btn-more{
	display:inline-block;
	border:0;
	font-size:12px;
	background:#37474F url(../images/icon-more.png) no-repeat right 5px center;
	color:#fff;
	padding:6px 25px 6px 10px;
	border-radius:4px;
}
.addhcp-modal .modal-footer{
	padding: 10px 10px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.addhcp-modal .modal-footer .btn-submit{
	border:0;
	font-size:12px;
	text-transform:uppercase;
	background:#2386BD;
	color:#fff;
	padding:7px 15px;
	border-radius:4px;
	margin-left:10px;
}
.addhcp-modal .modal-footer .btn-submit.btn-grey{
	background:#9E9E9E;
	color:#FEFCED;
}
.addhcp_head_wrap{
	text-align:right;
	margin:10px 0px;
	padding:0px 15px;
}
.addhcp_head_wrap .drop-page{
	display:inline-block;
	vertical-align:middle;
	margin-left:30px;
}
.addhcp_head_wrap .drop-page span {
    display: inline-block;
    font-size: 12px;
    color: #666;
}
.addhcp_head_wrap .checkbox-label{
	margin:0;
}

/*-- //Add HCPs Popup --*/
/*-- REPORTS PAGE --*/
.search-filter-wrap{
	border: 1px solid #ebe9d9;
    padding: 10px 10px 10px 10px;
    background: #f5f3e6;
    margin-bottom: 15px;
}
.total-reg-wrap{
	padding:0;
	margin-bottom: 15px;
}
.total-reg-wrap .desc{	
    font-size: 14px;
    color: #666;
    vertical-align: middle;
}
.total-reg-wrap .desc .value{
	display:inine-block;
	background:#00897B;
	padding:2px 10px;
	border-radius:50%;
	margin-left:5px;
	color:#fff;
	font-size: 13px;
}
/*-- //REPORTS PAGE --*/
/*-- Menu Access --*/
.ui-widget-daredevel-checkboxTree li {
    list-style-type: none;
    position: relative;
}
.ui-widget-daredevel-checkboxTree li span {
    cursor: default;
    position: absolute;
    top: 1px;
    left: -16px;
}
.ui-widget-content label{
	color:#333;
	font-weight:400;
	font-size:14px;
	display:inline-block;
	vertical-align:middle;
	padding-left:3px;
}
.ui-widget-content .tree-check{
	display:inline-block;
	vertical-align:top;
}
.ui-widget-content .main-tree-list{
	border-bottom:1px solid #e2e2e2;
	margin-bottom:10px;
	padding-bottom:10px;
}
/*-- //Menu Access --*/
/*-- SESSION - CALENDAR --*/
.legend-wrap-user{
	margin:10px 0px 0px 0px;
}
.legend-wrap{
	display:block;
}
.legend-wrap .legend{
	display:inline-block;
	font-size:12px;
	margin-right:15px;
}
.legend-wrap .legend .legend-text{
	display:inline-block;
	vertical-align:top;
	margin-top:-2px;
	color:#666;
}
.legend-wrap .legend .legend-icon{
	display:inline-block;
	width:12px;
	height:12px;
	background:#f00;
	vertical-align:top;
	margin-right:4px;
}
.legend-wrap .legend .legend-icon.lege-completed{
	background:#4CAF50;
}
.legend-wrap .legend .legend-icon.lege-inprogress{
	background:#FF9800;
}
.legend-wrap .legend .legend-icon.lege-upcoming{
	background:#2196F3;
}
.legend-wrap .legend .legend-icon.lege-cancel{
	background:#CCC;
}
.calendar-main-wrap{
	display:block;
	border:3px solid #ccc;
	margin:10px auto 20px auto;
	padding:5px;
	background:#fff;
}
.calendar-main-wrap #calendar{
	max-width:100%;
	max-height:100%;
}
/*-- SESSION - CALENDAR - Dialog Box --*/
.ui-dialog{
	padding:0;
}
.ui-widget-overlay{
}
.ui-widget-header{
	background:#1565C0;
	color:#fff;
	font-size:14px;
	border:0;
}
.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
	font-size:14px;
	font-weight:400;
}
.ui-dialog .ui-dialog-content{
	padding:10px;
}
.dialog_start{
	font-size:13px;
	padding:0;
	margin:0;
	margin-bottom:5px;
	color:#333;
	font-weight:600;
}
.dialog_start span{
	color:#878887;
	font-weight:400;
}
.ui-dialog-content .button-sec{
	display:block;
	padding:0px;
	margin:0;
	margin-top:20px;
}
.ui-dialog-content .button-sec .btn-edit, .ui-dialog-content .button-sec .btn-track{
	display:inline-block;
	color:#fff;
	padding:4px 15px;
	margin-right:1px;
	outline:none;
	background:#00BFA5;
	font-size:12px;
	border-radius:4px;
}
/*-- //SESSION - CALENDAR - Dialog Box --*/
/*-- //SESSION - CALENDAR --*/
/*-- LOGIN PAGE --*/
.login-main-wrap{
	float:none;
	position:absolute; 
	height:100%; 
	width:100%;
	padding:0;
	margin:0;
}
.login-main-wrap .db-back-btn{
	background:#F68C1F url(../images/icon_left_arrow.png) no-repeat 4px center;
	background-size:12px;
	position:absolute;
	display:block;
	z-index:10009;
	right:10px;
	top:10px;
	padding: 4px 10px 4px 18px;
    font-size: 11px;
    border: 0;
    border-radius: 3px;
	color:#fff;
}
.login-right-wrap{
	position:absolute;
	height:100%;
	width:50%;
	display: flex;
	justify-content: center;
	align-items: center;
	background:#F2F2F2;
	background:#e7f1fd no-repeat center center;
	background-size:cover;
	right:0;
	left:0;
	width:100%;
	z-index:1001;
}
.login-right-wrap .login-wrap{
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,.5);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,.5);
	width:480px;
}
.login-right-wrap .login-logo-wrap{	
	background:#fff;
	text-align:left;
	padding:15px 15px;
	background:#FFF url(../images/header_inner_bg.jpg) no-repeat center center;
	background-size:cover;
}
.login-right-wrap .login-logo-wrap img{
	width:160px;
}
.login-wrap .login-form {
	border:3px solid #255286;
	padding:15px 20px;
	background:#96abe2;	
	background:#255286;	
}
.login-wrap .login-form .form-block{
	text-align:left;
	margin-bottom:30px;
}
.login-wrap .login-form .form-block .label-field{
	display:block;
	font-size:14px;
	color:#FFF;
	font-weight:400;
	text-transform:uppercase;
}
.login-wrap .login-form .form-block .text-field{
	border:0;
	background:none;
	border-bottom:1px solid #c4caeb;
	width:100%;
	outline:none;
	color:#c4caeb;
	color:#FFF;
}
.login-wrap .login-form .button-wrap{
	text-align:left;
	margin-bottom:0;
}
.login-wrap .login-form .form-block .login-btn{
	background:#039AEC;
	background:#c4caeb;
	padding:8px 30px;
	border-radius:4px;
	display:block;
	color:#255286;
	font-size:15px;
	text-transform:uppercase;
	margin-bottom:10px;
	text-align:center;
	font-weight:600;
}
.login-wrap .login-form .form-block  .new-reg-wrap{
	/* text-align:center; */
}
.login-wrap .login-form .form-block  .new-reg-wrap .forget-pwd, .login-wrap .login-form .form-block  .new-reg-wrap .reg-btn{
	font-size:13px;
	color:#86bdfe;
	color:#FFF;
}
.login-wrap .login-form .form-block  .new-reg-wrap .reg-btn{
	float:right;
}
.login-wrap .login-form .form-block ::-webkit-input-placeholder {
	color: #fff;
	opacity:0.4;
}
.login-wrap .login-form .form-block :-moz-placeholder { /* Firefox 18- */
	color: #fff;
	opacity:0.4;
}
.login-wrap .login-form .form-block ::-moz-placeholder {  /* Firefox 19+ */
	color: #fff;
	opacity:0.4;
}
.login-wrap .login-form .form-block :-ms-input-placeholder {  
	color: #fff;
	opacity:0.4;
}
.login-wrap .error-wrap{
	text-align:center;
	font-size:12px;
	margin-top:20px;
	color:#e83434;
	font-style:italic;
}
/*-- //LOGIN PAGE --*/
/*-- WELCOME PAGE --*/
.dash-title {
    display: block;
    margin: 0;
    padding: 20px 0px;
    text-align: center;
    font-size: 45px;
    color: #666;
}
/*-- //WELCOME PAGE --*/
/*-- MANAGE EVENT --*/
/*-- FILTER SECTION --*/
.filter-wrapper{
	padding:0;
	margin-bottom:15px;
}
.filter-wrapper .filter-wrapper-inner, .filter-wrapper .filter-wrapper-inner > div{
	padding:0;
}
.filter-section{
	padding:0px 15px;
	display:block;
}
.filter-section .filter-panel{
	margin:0;
	padding:0;
	padding:0px 10px;
}
.filter-section .filter-panel .filter-left-panel{
	padding-left:0;
}
.filter-section .filter-panel .filter-right-panel{
	padding-right:0;
}
.filter-section .filter-row{
	margin:0;
	padding:0;
	margin-bottom:10px;
}
.filter-section .filter-row:last-child{
	margin:0;
}
.filter-section .filter-row .filter-cols{
	padding-left:0;
	margin-bottom:0px;
}
.filter-section .filter-row .filter-cols:first-child{
	margin-bottom:5px;
}
.filter-section .filter-row .filter-cols.filter-cols-calendar{
	margin-bottom:28px;
}
.filter-section .filter-row .filter-cols.filter-cols-2{
	margin-top:0px;
}
.filter-section .filter-row .filter-cols .label-filter{
	display:block;
	font-weight:600;
	font-size:13px;
	margin-bottom:1px;
	color:#505051;
	text-transform:uppercase;
}
/* .filter-section .filter-row .filter-cols .text-field, .filter-section .filter-row .filter-cols .select-field{
	border: 1px solid #ccc;
    padding: 5px 10px;
    width: 90%;
    font-size: 13px;
    color: #666;
} */
.filter-section .filter-row .filter-cols .filter-token{
	width:250px;
}
/* .filter-section .filter-row .filter-cols .calendar-wrap .calendar-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/calendar.png) no-repeat center;
	background-size:18px;
    cursor: pointer;
    margin-top: 4px;
    vertical-align: top;
}
.filter-section .filter-row .filter-cols .calendar-wrap .calender-field{
	border: 1px solid #ccc;
	font-size: 12px;
	padding: 5px 5px;
	width:150px;
} */
.filter-section .filter-row.filter-row-search{
	text-align:center;
	margin-top:10px;
}
.filter-section .filter-row .filter-search{
	display: inline-block;
    font-size: 13px;
	background:#00897B;
	outline:none;
	margin-top:0px;
	color: #FFF;
    padding: 4px 15px 4px 15px;
    border-radius: 4px;
	margin-left: -36px;
}
.filter-section .filter-row .filter-cols  .cal-trig{
	display: inline-block;
    font-size: 13px;
    border: 2px solid #02456c;
	cursor:pointer;
	float:right;
	background:#0B2532 url(../images/icon_down_arrow.png) no-repeat right 5px center ;
	background-size:13px;
	padding: 7px 25px 7px 15px;
	border-radius:4px;
	outline:none;
	color: #fff;
    text-transform: uppercase;
	margin-right:20px;
	display:none;
}
.filter-section .filter-row .filter-cols  .cal-trig.trig-act{
	background:#0B2532 url(../images/icon_up_arrow.png) no-repeat right 5px center ;
	background-size:13px;
}
.filter-section .filter-panel .trig-sec{
	text-align:right;
}
.filter-section .filter-panel .trig-sec .cal-trig{
	cursor:pointer;
}
.filter-section .filter-panel .filter-right-panel .calendar-wrap{
	height:200px;
}
/*-- FILTER SECTION --*/
/*-- SEARCH SECTION --*/
.search-section{
	background:#FFF7D3;
	padding:10px 10px;
	margin-bottom:10px;
}
.search-section .search-panel{
	margin:0;
	padding:0;
}
.search-section .search-panel .left-panel{
	padding-left:0px;
}
.search-section .search-panel .left-panel .result-text{
	font-size:14px;
	color:#656666;
	font-weight:600;
	display:inline-block;
	padding-top:0px;
}
.search-section .search-panel .left-panel .result-text span{
	color:#0B2532;
}
.search-section .search-panel .right-panel{
	padding-right:0px;
	text-align:right;
}
.search-section .search-panel .right-panel .search-group{
	width:250px;
	float:right;
}
.search-section .search-panel .right-panel .search-group .form-control{
	outline:none;
}
.search-section .search-panel .right-panel .search-group .btn-search{
	border:0;
	padding:16px 15px;
	background:#0B2532 url(../images/icon_search.png) no-repeat center center;
	background-size:16px;
}
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group{
	margin:0;
}
.search-section .search-panel .right-panel  .sort-panel{
}
.search-section .search-panel .right-panel  .sort-panel .label-filter{
	font-size:14px;
	color:#0B2532;
	font-weight:400;
	display:inline-block;
	padding-top:0px;
	margin-right:5px;
}
.search-section .search-panel .right-panel  .sort-panel .sort-select{
	border: 1px solid #ccc;
	font-size: 12px;
	padding: 3px 2px;
	width:150px;
}
.search-section .search-panel .right-panel  .sort-panel{
}
.search-section .search-panel .mid-panel{
	text-align:center;
	padding-top:0px;
}
.search-section .search-panel .mid-panel .pagination {
    display: inline-block;
    padding-left: 0;
    border-radius: 0px;
    margin: 0px 0;
}
.search-section .search-panel .mid-panel .pagination  li{
	display:inline-block;
	vertical-align:middle;
	margin:0px 4px;
}
.search-section .search-panel .mid-panel .pagination  li a{
	padding:2px 3px;
	font-size:12px;
	cursor:pointer;
	background:none;
	border:0px solid #0B2532;
	color:#027CC5;
	color:#8E8E8E;
	font-weight:600;
	display:inline-block;
}
.search-section .search-panel .mid-panel .pagination  li.active a{
	color:#333;
}
/*-- //SEARCH SECTION --*/
/*-- EVENT SECTION --*/
.event-section{
	background:#fff;
	padding:20px 0px 20px 0px;
	margin:0;
	border-bottom:3px solid #E6E7E6;
}
.event-section:first-child, .event-section:last-child{
}
.event-section .event-row{
	margin:0;
	padding:0;
}
/*-- --*/
.event-section .event-row .event-left-col{
	padding-left:0;
}
.event-section .event-row .event-left-col .venue-panel{
	margin-bottom:10px;
	padding:2px 5px 2px 25px;
	background:url(../images/icon-calendar.png) no-repeat left 4px ;
	background-size:18px;
}
.event-section .event-row .event-left-col .venue-panel .event-time{
	font-size:12px;
	display:block;
	color: #787676;
	font-weight:600;
	font-style:normal;
}
.event-section .event-row .event-left-col .venue-panel .event-edit{
	display: inline-block;
    font-size: 12px;
    background: #00897B;
    outline: none;
    color: #FFF;
    padding: 3px 10px;
    border-radius: 4px;
	margin:5px 0px 0px 0px;
}
.event-section .event-row .event-left-col .option-panel{
	display:block;
	padding:0px 0px;
}
.event-section .event-row .event-left-col .option-panel .option-icon{
	width:50px;
	height:50px;
	display:inline-block;
	vertical-align:middle;
	margin:0px 2px;
}
.event-section .event-row .event-left-col .option-panel .option-icon.icon-monitor{
	background:#fff url(../images/event_webcast.png) no-repeat center center;
	background-size:cover;
}
.event-section .event-row .event-left-col .option-panel .option-icon.icon-wifi{
	background:#fff url(../images/event_broadcast.png) no-repeat center center;
	background-size:cover;
}
.event-section .event-row .event-left-col .option-panel .option-icon.icon-mob{
	background:#fff url(../images/event_tele.png) no-repeat center center;
	background-size:cover;
}
/*-- --*/
.event-section .event-row .event-mid-col{
	padding-left:0;
}
.event-section .event-row .event-mid-col .event-title{
	padding:0;
	margin:0;
	font-size:20px;
	margin-bottom:5px;
	color:#072551;
}
.event-section .event-row .event-mid-col .event-detial-sec{
	padding:0;
	margin:0;
}
.event-section .event-row .event-mid-col .event-detial-sec .event-desc{
	padding:0;
	margin:0;
	display:block;
	font-size:13px;
	line-height:22px;
	margin-bottom:10px;
	color: #787676;
}
.event-section .event-row .event-mid-col .event-detial-sec .event-desc:last-child{
	margin-bottom:0;
}
/*-- --*/
.event-section .event-row .event-right-col{
	padding:0;
}
.event-section .event-row .event-right-col .action-wrap{
	text-align:right;
	padding:0px 0px;
}
.event-section .event-row .event-right-col .action-wrap .action-link-wrap{
	display:block;
	margin-bottom:7px;	
}
.event-section .event-row .event-right-col .action-wrap .action-link-wrap:last-child{
	margin-bottom:0px;
}
.event-section .event-row .event-right-col .action-wrap .action-link{
	position:relative;
	width:80%;
	display:inline-block;
	text-transform:uppercase;
	color: #fff;
    background: #F68C1F;
    padding: 7px 10px;
    font-size: 12px;
    border: 0;
    border-radius: 3px;
    text-align: center;
    outline: none;
	
}
.event-section .event-row .event-right-col .action-wrap .action-link.disable{
	opacity:0.7;
	pointer-events:none;
}
.event-section .event-row .event-right-col .action-wrap .action-link.registered:after{
	content:'';
	position:absolute;
	width:24px;
	height:26px;
	background:#D8D8D8 url(../images/icon_accept.png) no-repeat center center;
	background-size:15px;
	right:0;
	top:0;
}	
/*-- //EVENT SECTION --*/
/*-- //MANAGE EVENT --*/
/*-- CREATE EMAIL TEMPLATE --*/
.frame-wrapper {
    border: 2px solid #9ed4fd;
    position: relative;
    padding: 15px 10px 10px 10px;
    margin-bottom: 25px;
}
.frame-wrapper .frame-title {
    font-size: 15px;
    font-weight: 600;
    color: #1A96F5;
    position: absolute;
    background: #fff;
    top: -10px;
    left: 15px;
    padding: 0px 10px;
}
.temp_textarea{
	height:300px;
}
/*-- //CREATE EMAIL TEMPLATE --*/
/*-- CREATE COMPANY --*/
.brand-wrapper{
	padding:0;
	margin-bottom:10px;
}
.brand-wrapper .brand_panel{
	position: relative;
    padding: 10px 10px !important;
    background: #F3EFE0;
    border-radius: 5px;
    margin-bottom: 10px;
}
.brand-remove-btn{
	height: 22px;
    width: 22px;
    display: inline-block;
    background: #adaa9e url(../images/icon_cancel.png) no-repeat center center;
    background-size: 12px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 100;
}
.brand-remove-btn-deact{
	opacity: 0.4;
    pointer-events: none;
}
/*-- //CREATE COMPANY --*/
/*-- VENUE CALENDAR --*/
.calendar-search-wrap {
    background: #f5f3e6;
    padding: 10px 10px 15px 10px;
}
.calendar-search-wrap .button-field.search-button {
    margin-top: 29px;
    margin-bottom: 0;
}
/*-- //VENUE CALENDAR --*/
/*-- MANAGE USER --*/
.top-filter-section{
	background: #EEE;
	margin-bottom: 10px;
    
	padding:0;
	max-height:0;
	overflow:hidden;
	visibility:hidden;
	transition:all linear 0.2s;
}
.top-filter-section-act{
	 visibility:visible;
	 padding: 10px 10px 15px 10px;
	 max-height:300px;
}
.top-filter-section .form-row {
    padding: 0;
    margin-bottom: 5px;
}
.top-filter-section .button-field{
	margin:0;
	margin-top:27px;
	margin-right:25px;
}
.filter-result-wrap{
	background: #F2f2f2 !important;
	margin-bottom: 5px;
    /* padding: 5px 10px 5px 10px; */
	border-radius:6px;
	/* text-align:center; */
}
.filter-result-wrap .result-desc{
	font-size:12px;
	color:#666;
	display:inline-block;
	margin-right:10px;
}
.filter-result-wrap .paging-record{
	font-size:11px;
	margin-right:10px;
	border-right:1px solid #ccc;
	padding:5px 10px;
	display:inline-block;
	background:#ccc;
	border-radius:3px;
	color:#333;
	position:relative;
	cursor:pointer;
}
.filter-result-wrap-1 .paging-record:after{
	content:'';
	position:absolute;
	width:20px;
	height:8px;
	display:none;
	background: url(../images/arrow_down.png) no-repeat center -10px;
	left:50%;
	margin-left:-10px;
	bottom:-7px;
}
.filter-result-wrap-1 .paging-record.paging-record-act{
	background:#002D62;
	color:#fff;
}
.filter-result-wrap-1 .paging-record-act.paging-record:after{
	background:url(../images/arrow_down_blue.png) no-repeat center -10px;
	display:block;
}
.filter-result-wrap-2 .paging-record.paging-record-act{
	background:#264972;
	color:#fff;
}
.filter-result-wrap .result-desc span{
	color:#333;
	font-weight:600;
}
.presenter-fields{
	padding:0;
	display:none;
}
.filter-result-wrap-1{
	display:none;
}
.filter-result-wrap-2{
	display:none;
	margin-top:5px;
	/* padding:5px; */
	margin-bottom:15px;
}
/*-- SEARCH PANEL SLIDE --*/
.search-slide-panel{
	position:absolute;
	height:100%;
	width:300px;
	padding:10px;
	top:0;
	left:-300px;
	background:#EEE;
	z-index:100;
	/* overflow-y:auto; */
	transition: left 0.4s linear 0s;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,.5);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,.5);
}
.search-slide-panel-act{
	left:0px;
}
.search-slide-panel .search-trig{
	position:absolute;
	height:30px;
	width:30px;
	top:40px;
	right:-30px;
	background:#00897B url(../images/icon_search.png) no-repeat center center;
	background-size:16px;
	cursor:pointer;
}
.search-slide-panel .search-inner-panel{
	position:relative;
	max-height:100%;
	overflow-y:auto;
}
.search-slide-panel .search-inner-panel .search-row{
	margin-bottom:8px;
}
.search-slide-panel .search-inner-panel .form-label{
	padding-top:0;
	margin-bottom:2px;
}
.search-btn-row{
	margin-top:0px;
	text-align:center;
}
/*-- --*/
.search-link-button{
	float: right;
	display: inline-block;
	margin-bottom: 5px;
	margin-right: 15px;
	font-size: 12px;
	font-weight: 400;
	color: #fff;
	text-transform: none;  
	padding: 5px 15px 5px 25px;
	border: 0;
	border-radius: 4px;
	background: #00897B url(../images/icon_search.png) no-repeat 7px center;
	background-size: 13px auto;
	cursor:pointer;
}
/*-- //SEARCH PANEL SLIDE --*/
/*-- FILTER ITEMS WRAP --*/
.filter-items-wrap{
	background: #F2f2f2;
    margin-bottom: 10px;
    border-radius: 6px;
	padding:5px 10px;
	display:none;
	
}
.filter-items-wrap .filter-item{
	background:#e5e3e3;
	font-size:11px;
	display:inline-block;
	padding:3px 15px 3px 5px;
	border-radius: 4px;
	position:relative;
	margin-right:5px;
}
.filter-items-wrap .filter-item .filter-close{
	position:absolute;
	width:12px;
	height:100%;
	right:0;
	top:0;
	background: url(../images/icon-close.png) no-repeat 1px center;
	background-size:6px;
	cursor:pointer;
}
/*-- //FILTER ITEMS WRAP --*/

/*-- //MANAGE USER --*/
.meeting-title{
	font-size: 13px;
    color: #b7c4f1;
	padding:5px 0px;
}
/*-- //MANAGE USER --*/
/*-- LAUNCH MEEETING PANEL --*/
.launch_meeting_panel{
}
.launch_meeting_panel .launch_meeting_left_panel{
	padding-left:0;
}
.launch_meeting_panel .launch_meeting_left_panel .media-container{
	position:relative;
	padding:10px;
	background:#000;
	margin-bottom:10px;	
	height:400px;
}
.launch_meeting_panel .launch_meeting_left_panel .media-container .vid-sec{
	height:96%;
}
.launch_meeting_panel .launch_meeting_left_panel .ques-wrapper{
	border:2px solid #AD1718;
	border-radius:1px;
	margin-bottom:20px;
	padding:0;
}
.launch_meeting_panel .launch_meeting_left_panel .ques-wrapper .ques-title{
	background:#AD1718;
	color:#fff;
	font-size:15px;
	padding:7px 10px;
}
.launch_meeting_panel .launch_meeting_left_panel .ques-wrapper .form-wrapper{
	padding:10px;
	background:#fff;
}
.launch_meeting_panel .launch_meeting_left_panel .ques-wrapper .form-wrapper .textarea{
	width:80%;
	padding:10px;
	height:70px;
	resize:none;
	margin-right:15px;
	border:1px solid #CCC;
}
.launch_meeting_panel .launch_meeting_left_panel .ques-wrapper .form-wrapper .submit-btn{
	display:inline-block;
	vertical-align:top;
	border:0;
	background:#013E7A;
	color:#fff;
	font-size:13px;
	padding:5px 20px 5px 20px;
}
.launch_meeting_panel .launch_meeting_left_panel .qa_answer_panel .form-wrapper{
	padding:0;
	max-height:200px;
	overflow:hidden;
	overflow-y:auto;
}
.launch_meeting_panel .launch_meeting_left_panel .qa_answer_panel .form-wrapper .question-wrapper{
	border-radius: 0;
    margin-bottom: 0px;
    box-shadow: none;
    padding: 5px 5px !important;
	border-bottom:1px solid #ccc;
    position: relative;
}
.launch_meeting_panel .launch_meeting_left_panel .qa_answer_panel .form-wrapper .question-wrapper:last-child{
	margin-bottom:0;
}
.launch_meeting_panel .qa_answer_panel .question-wrapper .question-wrapper-left{
	padding:0px 0px 0px 0px;
}
.launch_meeting_panel .qa_answer_panel .question-wrapper .question-wrapper-left .ques{
	font-size:12px;
	padding:3px 0px 0px 0px;
}
.launch_meeting_panel .qa_answer_panel .question-wrapper .question-wrapper-right{
	text-align:center;
}
.launch_meeting_panel .qa_answer_panel .question-wrapper .button-field{
    display: inline-block;
    color: #fff;
    background: #F68C1F;
    padding: 2px 10px 4px 10px;
    font-size: 12px;
    border: 0;
    border-radius: 3px;
    margin: 0px 0px 0px 0px;
    text-align: center;
    outline: none;
}
.launch_meeting_panel .qa_answer_panel .question-wrapper .button-field.answer-disable{
	opacity:0.4;
	pointer-events:none;
}
/*-- Body Right Section --*/
.launch_meeting_panel .launch_meeting_right_panel{
	padding-right:0;
}
.launch_meeting_panel .launch_meeting_right_panel .info-list-wrap{
	margin-bottom:10px;
}
.launch_meeting_panel .launch_meeting_right_panel .info-list-wrap .info-list{
}
.launch_meeting_panel .launch_meeting_right_panel .info-list-wrap .info-list li{
	margin-bottom:10px;
}
.launch_meeting_panel .launch_meeting_right_panel .info-list-wrap .info-list li .info-desc{
	font-size:13px;
	padding-left:21px;
	display:block;
	color:#4c4c4c;
}
.launch_meeting_panel .launch_meeting_right_panel .info-list-wrap .info-list li .info-desc a{
	color:#696969;
}
.launch_meeting_panel .launch_meeting_right_panel .info-list-wrap .info-list li .info-desc.info-pills{
	background: url(../images/icon-capsule-gray.png) no-repeat left center;
	background-size:16px;
}
.launch_meeting_panel .launch_meeting_right_panel .info-list-wrap .info-list li .info-desc.info-kit{
	background: url(../images/icon-download-gray.png) no-repeat left center;
	background-size:16px;	
}
.launch_meeting_panel .launch_meeting_right_panel .info-list-wrap .info-list li .info-desc.info-terms{
	background: url(../images/icon-policy-gray.png) no-repeat left center;
	background-size:16px;
}
.launch_meeting_panel .launch_meeting_right_panel .info-list-wrap .info-list li .info-desc.info-safety{
	background: url(../images/icon-warning-gray.png) no-repeat left 1px;
	background-size:16px;
}



/*-- Safety-Info --*/
.launch_meeting_panel .launch_meeting_right_panel .safety-info-wrap{
	position:relative;
	height:400px;
	padding:10px 0px 10px 10px;
	overflow:auto;
	background:#fff;
}
.launch_meeting_panel .launch_meeting_right_panel .safety-info-wrap .content-wrap {
	padding-right:5px;
}
.launch_meeting_panel .launch_meeting_right_panel .safety-info-wrap .content-wrap .content-title{
	margin:0;
	padding:0;
	font-size:12px;
	font-weight:600;
	text-transform:uppercase;
	margin-bottom:8px;
	color:#2b2b2b;
}
.launch_meeting_panel .launch_meeting_right_panel .safety-info-wrap .content-wrap .desc{
	margin:0;
	padding:0;
	font-size:12px;
	margin-bottom:10px;
	color:#333;
}
.launch_meeting_panel .launch_meeting_right_panel .safety-info-wrap .content-wrap .desc strong{
	color:#4c4c4c;
	display:block;
}
.launch_meeting_panel .launch_meeting_right_panel .safety-info-wrap .content-wrap .content-box{
	background:#F5F5F5;
	padding:10px 10px 5px 10px;
	margin-bottom:10px;
}
.launch_meeting_panel .launch_meeting_right_panel .safety-info-wrap .content-wrap .content-box .box-title{
	font-size:12px;
	padding:0;
	margin:0;
	margin-bottom:5px;
	font-weight:600;
}
.launch_meeting_panel .launch_meeting_right_panel .safety-info-wrap .content-wrap .content-box .box-desc{
	font-size:12px;
	padding:0;
	margin:0;
	margin-bottom:10px;
	color:#696969;
}
.launch_meeting_panel .launch_meeting_right_panel .safety-info-wrap .content-wrap .desc:last-child{
	margin-bottom:0;
}
/*-- //Safety-Info --*/
/*-- //LAUNCH MEEETING PANEL --*/
/*-- Thank You --*/
.tk-success {
    text-align: center;
    font-size: 22px;
    margin: 30px 0px 30px 0px;
    color: #0790df;
    color: #666;
}
.tk-button-content {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 15px;
    color: #7B7B7B;
    margin-bottom: 25px;
   /*  font-style: italic; */
}
.tk-button-content .certi-link{
	display: inline-block;
    font-size: 13px;
    /* text-transform: uppercase; */
    text-align: center;
    outline: none;
    background: #156d6e;
    color: #fff;
    padding: 5px 15px;
    border: 0;
    border-radius: 3px;
    margin: 5px 1px 0px 0px;
}
.tk-button-content .button-field{
	display: inline-block;
    background: #00897B;
    color: #FFF;
    padding: 2px 10px 3px 10px;
    border-radius: 4px;
	font-size:11px;
}
/*-- //Thank You --*/
/*-- CERTIFICATE PAGE --*/
.certificate-wrapper {
    height: 580px;
    background: #f1f2f1;
    margin-bottom: 20px;
    text-align: center;
    padding: 10px;
}
.certificate-wrapper img {
    width: 90%;
    height: 100%;
}
/*-- //CERTIFICATE PAGE --*/
/*-- VENUE PAGE --*/
.venue-table{
	
}
.venue-table .remove-btn{
	display: inline-block;
    height: 22px;
    width: 22px;
    border-radius: 22px;
    cursor: pointer;
    background: #7B7B7B url(../images/icon-minus1.png) no-repeat center center;
    background-size: 12px;
}
.venue-table .remove-btn.remove-btn-deact{
	opacity: 0.4;
    pointer-events: none;
}
.venue_available_check, .manage_venue_link, .submit-button-redirect{
	display:none;
}
/*-- //VENUE PAGE --*/
/*-- SCHEDULE PAGE --*/
.schedule-container{	
	padding:0px;
}
.schedule-container .schedule-wrapper{
	padding:10px;
	margin-bottom:15px;
	position:relative;
	background:#EEE;
}
.schedule-container .schedule-wrapper .schedule_row{
	padding:0;
}
.schedule-container .schedule-wrapper .schedule_row.frame-wrapper{
	padding:10px;
}
.schedule-container .schedule-wrapper .remove-btn{
	height: 22px;
    width: 22px;
    display: inline-block;
    background: #adaa9e url(../images/icon_cancel.png) no-repeat center center;
    background-size: 12px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 100;
}
.wave-container{
	padding:0;
}
.wave-wrapper{
	padding:10px;
	margin-bottom:15px;
	position:relative;
	background:#F1F1F1;
	background:#FFF;
	border-radius:4px;
}
.wave-wrapper-init, .row_wave_resend, .schedule_edit, .wave_edit{
	display:none;
}
.wave-wrapper .frame-wrapper{
	margin:0;
	margin-bottom:15px;
	background:#f9f9f9;
}
.wave-wrapper .frame-wrapper .frame-title {
    font-size: 15px;
    font-weight: 600;
    color: #1A96F5;
    position: absolute;
    background: #f9f9f9;
    top: -10px;
    left: 15px;
    padding: 0px 10px;
}
/*-- //SCHEDULE PAGE --*/
/*-- X360 ADMIN PAGE --*/
.x-admin-table tr td{
	padding:5px 5px;
}
.x-admin-table tr td .icon-edit, .x-admin-table tr td .icon-view{
	vertical-align:middle;
}
.user-table tr td .approve-icon{
	width:20px;
	height:20px;
	display:inline-block;
	background:url(../images/icon_tick-gray.png) no-repeat center center;
	background-size:16px auto;
	vertical-align:middle;
	opacity:1;
	/* background:#fff url(../images/icon_tick-gray.png) no-repeat center center;
	background-size:12px auto;
	border-radius:50%; */
}
.user-table tr td .approve-icon.approve-icon-act{
	background:url(../images/icon_tick-g.png) no-repeat center center;
	background-size:16px auto;
	/* background:#fff url(../images/icon_tick-g.png) no-repeat center center;
	background-size:12px auto; */
	opacity:1;
}
.user-table tr.tr-success td{
	background:#8af1a5;
	
}
.user-table tr.tr-inprogress td{
	background:#fedc78;
	
}
.user-table tr.tr-pending td{
	background:#b7b6b4;
	/* color:#fff; */
}
.x-source-wrap{
	margin-bottom:10px !important;
}
.x-source-wrap > div{
	padding-left:0;
	padding-right:15px;
}
.x-source-wrap > div:last-child{
	margin:0;
}
.x-source-wrap .button-field{
	margin:27px 0px 0px 20px;
}

/*-- X360 ADMIN PAGE --*/

/*-- Q&A MODERATOR PAGE --*/
.moderator-wrapper{
}
.moderator-wrapper .question-wrapper-left{
	padding:0;
	padding-right:15px;
}
.moderator-wrapper .question-wrapper-right{
	padding:0;
	text-align:right;
}
.moderator-wrapper .question-wrapper-right .button-field{
	margin:0;
}
.moderator-wrapper .question-wrapper-right .button-field.publish-disable{
	margin:0;
	opacity:0.4;
	pointer-events:none;
}
.ques-confirmed-wrap .question-list{
	background:#f9f9f9;
	padding:10px 5px;
	border:1px solid #e2e2e2;
	max-height:420px;
	overflow:hidden;
}
.ques-confirmed-wrap .title{
	background:#2171B0;
	font-size:14px;
	color:#fff;
	padding:10px 15px;
	text-transform:uppercase;
	font-weight:600;
}
.ques-confirmed-wrap .question-wrapper{
	padding:5px 10px 8px 10px!important;
	background:#fff;
	position:relative;
}
.ques-confirmed-wrap .publish-question-wrapper{
	padding:5px 10px 5px 10px !important;
	/* height:65px; */
	margin:0 !important;
}
.ques-confirmed-wrap .question-wrapper .publish-button, .ques-confirmed-wrap .question-wrapper .select-button{
	display: inline-block;
    color: #fff;
    background: #F68C1F;
    padding: 3px 10px;
    font-size: 11px;
    border: 0;
    border-radius: 0px;
	
    margin: 0px 0px 0px 0px;
    text-align: center;
    outline: none;
	position:absolute;
	
	bottom:0px;
}
.ques-confirmed-wrap .question-wrapper .select-button{
	border-top-right-radius:5px;
	left:0px;
	width: 70px;
}
.ques-confirmed-wrap .question-wrapper .select-button:hover{
	/* background:#ff0; */
}
.ques-confirmed-wrap .question-wrapper .select-button.select-button-act{
	background:#00C853;
}
.ques-confirmed-wrap .question-wrapper .publish-button{
	border-top-left-radius:5px;
	right:0;
}
.ques-confirmed-wrap .question-wrapper .ques-check{
	display:inline-block;
	margin:0px 3px 0px 0px;
	vertical-align:middle;
}
.ques-confirmed-wrap .question-wrapper:last-child{
	/* margin-bottom:0px; */
}
.ques-confirmed-wrap .question-wrapper .ques {
	font-size:13px;
}
.ques-confirmed-wrap .text-field-tiny{
	padding:1px 3px;
	font-size:12px;
}
.approval-status-wrap{
}
.approval-status-wrap .approval-col{
	width:34px;
	/* background:#f00; */
	float:left;
	border:1px solid #E3E3E3;
	margin-right:1px;
}
.approval-status-wrap .approval-col .approval-title{
	font-size:11px;
	padding:5px 1px;
	font-weight:600;
	text-align:center;
	background:#009688;
	color:#fff;
}
.approval-status-wrap .approval-col .approval-status{
	height:26px;
	text-align:center;
}
.approval-status-wrap .approval-col .approve-icon{
	width:20px;
	height:20px;
	display:inline-block;
	background:url(../images/icon_tick-gray.png) no-repeat center center;
	background-size:16px auto;
	margin-top:3px;
	opacity:0.4;
}
.approval-status-wrap .approval-col .approve-icon.approve-icon-act{
	background:url(../images/icon_tick-g.png) no-repeat center center;
	background-size:16px auto;
	opacity:1;
}
.mod-legend-wrap{
	margin-bottom:5px;
}
.mod-legend-wrap .mod-legend-list{
}
.mod-legend-wrap .mod-legend-list li{
	display:inline-block;
	font-size:11px;
	margin-right:20px;
}
.moderator-wrapper .question-wrapper .ques{
	padding:0px 60px 0px 0px;
}
/*-- //Q&A MODERATOR PAGE --*/
/*-- X360 ADMIN MOBILE VIEW --*/
.approval-table-web{
	display:block;
}
.approval-table-mob{
	display:none;
}
.approval-table-wrap{
	margin-top:0px;
	height:auto;
	max-height: none;
}
.approval-table-wrap .mob-user-row{
	padding:0;
}
.approval-table-wrap .mob-user-row .meeting_head{
	padding:5px 10px;
}
.approval-table-wrap .mob-user-row .user-row-left{
	padding:0;
	/* background:#f0f; */
}
.approval-table-wrap .mob-user-row .user-row-left .question{
	font-size:13px;
	display:block;
	overflow:hidden;
	display: -webkit-box;
	display: box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	position: relative;
	padding-right: 42px;
}
.approval-table-wrap .mob-user-row .user-row-left .source{
	display:block;
	overflow:hidden;
	display: -webkit-box;
	display: box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	font-size:11px;
}
.approval-table-wrap .mob-user-row .user-row-left .question .icon-edit, .approval-table-wrap .mob-user-row .user-row-left .question .icon-view{
	display: inline-block;
    width: 18px;
    height: 18px;
    cursor: pointer;
    margin: 0px 3px;
	vertical-align: top;
	position: absolute;
    top: 0;
}
.approval-table-wrap .mob-user-row .user-row-left .question .icon-edit{
	background:url(../images/icon-edit.png) no-repeat center center;
	background-size:18px;
	 right: 20px;
}
.approval-table-wrap .mob-user-row .user-row-left .question .icon-view{
	background: url(../images/icon-view.png) no-repeat center center;
	background-size:18px;
    right: 0;
}

.approval-table-wrap .mob-user-row .user-row-right{
	padding:0;
	height:48px;
	text-align:center;
	/* background:#ff0; */
}
.approval-table-wrap .mob-user-row .approval-status-wrap .approval-col{
	width:34px;
	float:none;
	display:inline-block;
}
.approval-table-wrap .mob-user-row .approval-status-wrap .approval-col .approval-title {
    padding: 4px 1px;
}
.approval-table-wrap .mob-user-row .approval-status-wrap .approval-col .approval-status {
    height: 24px;
    text-align: center;
	background:#fff;
}
.approval-table-wrap .panel-success{
	background: #8af1a5;
}
.approval-table-wrap .panel-pending{
	background: #b7b6b4;
}
.approval-table-wrap .panel-inprogress{
	background: #fedc78;
}
/*-- X360 ADMIN MOBILE VIEW --*/
/*-- Q&A STACKHOLDER MOBILE VIEW --*/
.approval-table-mob .user-row-right .approve-btn{
	padding: 4px 15px;
    font-size: 12px;
	margin-top: 12px;
}
/*-- Q&A STACKHOLDER MOBILE VIEW --*/
/*-- //Q&A STACKHOLDER PAGE --*/
.button-field.approve-disable{
	opacity:0.5;
}
.stack_holder_panel .panel-body .user-table tr th{
	font-size: 12px;
	padding: 5px 5px;
}
.stack_holder_panel .panel-body .user-table tr td {
    padding: 5px 5px;
    font-size: 12px;
}
.stack_holder_panel .panel-body .user-table tr td .approve-btn, .user-table tr td .approve-btn{
	margin:2px 0px;
}
.stack_holder_panel .panel-body{
	padding:5px;
}
.stack_holder_panel .question-wrapper{
}
.stack_holder_panel .question-wrapper .question-wrapper-left{
	padding-left:0;
}
.stack_holder_panel .question-wrapper .question-wrapper-right{
	padding-right:0;
	text-align:right;
}
.stack_holder_panel .question-wrapper .publish-button{
	padding: 4px 15px;
    font-size: 12px;
}
.sk_question_wrapper{
	padding:0;
}
.sk_question_wrapper .sk_left_wrapper{
	padding-left:0;
}
.sk_question_wrapper .sk_right_wrapper{
	padding:0;
}
.sk_question_wrapper .sk_mid_wrapper{
	padding:0;
	/* background:#f0f; */
	text-align:center;
	height:430px;
	padding-top:170px;
}
.sk_question_wrapper .sk_mid_wrapper .confirm-btn{
	display: inline-block;
    color: #fff;
    background: #F68C1F; 
    font-size: 11px;
    border: 0;
    border-radius: 3px;
    margin: 0px 0px 10px 0px;
    text-align: center;
    outline: none;
}
.sk_question_wrapper .sk_mid_wrapper .confirm-btn.confirm-left{
	padding: 5px 18px 5px 5px;
	background:#009688 url(../images/icon_db_next.png) no-repeat center right 3px;
	background-size:11px;
}
.sk_question_wrapper .sk_mid_wrapper .confirm-btn.confirm-right{
	padding: 5px 4px 5px 17px;
	background:#009688 url(../images/icon_db_prev.png) no-repeat center left 3px;
	background-size:11px;
}
.modal-desc{
	font-size:13px;
	color:#666;
	line-height:21px;
	margin-bottom:10px;
}
.modal-desc .title{
	font-weight:700;
	color:#333;
	display:block;
}
.modal-desc:last-child{
	margin-bottom:0;
}
/*-- //Q&A STACKHOLDER PAGE --*/
/*-- DASHBOARD PAGE --*/
.dashboard-row{
	margin-bottom:20px;
}
.dashboard-row:last-child{
	margin-bottom:0;
}
.dashboard-row .dashboard-cols{
	margin-bottom:25px;
	overflow:hidden;
}
.dashboard-row .dashboard-cols.dashboard-cols-1 .dashboard-cols-inner{
	background:#8BC34A;
	background:#8BC34A url(../images/ban-4.jpg) no-repeat center center;
}
.dashboard-row .dashboard-cols.dashboard-cols-2 .dashboard-cols-inner{
	background:#BA68C8;
	background:#BA68C8 url(../images/ban-1.jpg) no-repeat center center;
}
.dashboard-row .dashboard-cols.dashboard-cols-3 .dashboard-cols-inner{
	background:#FF9800;
	background:#FF9800 url(../images/ban-3.jpg) no-repeat center center;
}
.dashboard-row .dashboard-cols.dashboard-cols-4 .dashboard-cols-inner{
	background:#607D8B;
	background:#607D8B url(../images/ban-2.jpg) no-repeat center center;
}
.dashboard-row .dashboard-cols .dashboard-cols-inner{
	height:280px;
	position:relative;
}
.dashboard-row .dashboard-cols .dashboard-cols-inner .dash-inner-title{
	text-align:center;
	/* line-height:270px; */
	color:#fff;
	opacity:0.5;
	font-size:34px;
	position:absolute;
	display:block;
	width:100%;
	left:0;
	top:50%;
	margin-top:-30px;
}
.dashboard-row .dashboard-cols .dashboard-cols-inner .dash-desc-sec{
	position:absolute;
	width:100%;
	height:50px;
	background:rgba(0,0,0,0.5);
	bottom:0;
	left:0;
	text-align:center;
}
.dashboard-row .dashboard-cols .dashboard-cols-inner .dash-desc-sec .dash-link{
	color:#fff;
	display:block;
	font-size:20px;
	text-transform:uppercase;
	line-height:50px;
}
.role-label{
	padding-left:30px;
}
/*-- //DASHBOARD PAGE --*/
/*-- RMS PAGE --*/
.compare-data-row{
	margin-bottom:10px;
}
.compare-data-row .compare-drop{
	margin-right:10px;
}
.compare-data-row .remove-btn{
	height: 22px;
    width: 22px;
    border-radius: 22px;
    display: inline-block;
    cursor: pointer;
    background: #7B7B7B url(../images/icon-minus1.png) no-repeat center center;
    background-size: 12px;
    vertical-align: top;
    margin-top: 5px;
}
.user-table tr td .action-text{
	color:#4285F4;
	font-weight:600;
	display:inline-block;
	margin:0px 5px;
	cursor:pointer;
}
.run-rules-btn, .run-rules-btn:hover{
	margin-bottom:0;
}
.run-rules-btn.rules-disable{
	/* opacity:0.4; */
}
/*-- //RMS PAGE --*/
/*-- EC REGISTER DETAILS PAGE --*/
.exp-data-wrap{
	margin-bottom:0px;
}
.exp-data-row{
	margin-bottom:10px;
}
.exp-data-row .exp-drop{
	margin-right:10px;
}
.exp-data-row .remove-btn{
	height: 22px;
    width: 22px;
    border-radius: 22px;
    display: inline-block;
    cursor: pointer;
    background: #7B7B7B url(../images/icon-minus1.png) no-repeat center center;
    background-size: 12px;
    vertical-align: top;
    margin-top: 5px;
	margin-left:10px;
}
.exp-data-row .exp-remove-btn.remove-btn-deact{
	opacity: 0.4;
    pointer-events: none;
}
/*-- //EC REGISTER DETAILS PAGE --*/
/*-- EC MEETING LAUNCH PAGE - POPUP --*/
.speciality-label-row{
}
.speciality-label-row .form-label{
	display:inline-block;
}
.speciality-label-row .form-label:first-child{
	margin-right:164px;
}
.speciality-data-wrap{
	margin-bottom:0px;
}
.speciality-data-row{
	margin-bottom:10px;
}
.speciality-data-row .speciality-drop{
	margin-right:10px;
}
.speciality-data-row .remove-btn{
	height: 22px;
    width: 22px;
    border-radius: 22px;
    display: inline-block;
    cursor: pointer;
    background: #7B7B7B url(../images/icon-minus1.png) no-repeat center center;
    background-size: 12px;
    vertical-align: top;
    margin-top: 5px;
	margin-left:10px;
}
.speciality-data-row .speciality-remove-btn.remove-btn-deact{
	opacity: 0.4;
    pointer-events: none;
}
/*-- //EC MEETING LAUNCH PAGE - POPUP --*/
/*-- CREATE ACCOUNT PAGE --*/
.venue_pop_wrap{
	height:470px;
}
.bulk_upload_venue, .manage_venue{
	display:none;
}
/*-- //CREATE ACCOUNT PAGE --*/
/*-- //CREATE ACCOUNT PAGE --*/
.or-text{
	color:#666;
	font-weight:600;
	display:block;
	padding-top:5px;
}
/*-- //CREATE ACCOUNT PAGE --*/
/*-- //CREATE ACCOUNT PAGE --*/
.customized_field_wrap{
	display:none;
}
/*-- //CREATE ACCOUNT PAGE --*/
/*-- DRAG & DROP --*/
/* .ques-confirmed-wrap .li_helper {
	box-sizing:border-box;
	left:0;
	top:0;
	position:absolute;
	display:none;
	width:300px;
	cursor:pointer;
	background-color:#f1f1f1;
	border-radius:4px; 
	padding:2px 2px 10px 2px;;
}

.ques-confirmed-wrap ul {
	margin:0 auto;
	padding:0;
	width:250px;
	list-style-type: none;
}

.ques-confirmed-wrap ul.sorter li {
	border:1px solid #0c9;


	cursor:pointer;
	margin:0 0 10px 0;
	background-color:#f1f1f1;
	border-radius:4px;
	border:1px solid #d1d1d1;
	padding:10px 10px 10px 10px;

}

.ques-confirmed-wrap ul.sorter li.empty {
	background:none;
	cursor:pointer;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
} */
.ques-confirmed-wrap .li_helper {
	box-sizing:border-box;
	left:20px;
	top:0;
	position:absolute;
	display:none;
	width:100px;
	cursor:pointer;
	background-color:#f1f1f1;
	border-radius:4px;
	padding:0px 0px 0px 0px;
}

.ques-confirmed-wrap ul {
	margin:0 auto;
	padding:0;
	/* width:200px; */
	list-style-type: none;
} 

.ques-confirmed-wrap ul.sorter li {
	cursor:pointer;
	margin:0 0 10px 0;
	/* border-radius:4px; */
	border:1px solid #d1d1d1;
	padding:0px 0px 0px 0px;
}

.ques-confirmed-wrap ul.sorter li.empty {
	background:#f0f !important;
	cursor:pointer;
	text-indent: 120%;
	white-space: nowrap;
	overflow: hidden;
}
/*-- //DRAG & DROP --*/	
.group-size-row{
	display:none;
}
/*-- CREATE PLATFORM / CAMPAIGN --*/
.platform_variable_wrap{
	padding:0;
	background:#f2f2f2;
}
.platform_variable_wrap .platform_variable_row{
	padding:0px 10px 15px 10px;
}
.platform_variable_wrap .platform_variable_row:first-child{
	padding:5px 10px 0px 10px;
}
.platform_variable_wrap .platform_variable_row .form-label{
	margin-bottom:2px;
	font-size:13px;
	font-weight:600;
	color:#666;
}
.platform_variable_wrap .platform_variable_row .platform_variable_column{
	padding-left:0;
}
.platform_variable_wrap .platform_variable_row .platform_variable_column > div{
	padding-left:0;
}
.platform_variable_wrap .platform_variable_row .platform_variable_column .remove-btn, 
.platform_variable_wrap .platform_variable_row .platform_variable_column .add-btn {
    display: inline-block;
    float: left;
    height: 22px;
    width: 22px;
    border-radius: 22px;
    cursor: pointer;
    margin-right: 10px;
	margin-top:4px;
	cursor:pointer;
}
.platform_variable_wrap .platform_variable_row .platform_variable_column .add-btn {
    background: #7B7B7B url(../images/icon-plus1.png) no-repeat center 5px;
    background-size: 11px;
}
.platform_variable_wrap .platform_variable_row .platform_variable_column .remove-btn{
	background: #7B7B7B url(../images/icon-minus1.png) no-repeat center center;
    background-size: 12px;
}
/*-- //CREATE PLATFORM / CAMPAIGN --*/
/*-- BULK UPLOAD - UPLOAD DATA DETAILS --*/
.notify-success{
	background:#74C054;
	clear:both;
	font-size:13px;
	padding:5px 10px;
	border-radius:3px;
	border:1px solid #2FBD56;
	color:#FFF;
	text-align:center;
	margin-bottom:15px;
}
.bulk-upload-data-wrap{
}
.bulk-upload-data-wrap .data-row{
}
.bulk-upload-data-wrap .data-details{
	margin-bottom:5px;
}
.bulk-upload-data-wrap .data-details .title{
	font-size:13px;
	display:inline-block;
	width:90px;
	font-weight:600;
	color:#333;
}
.bulk-upload-data-wrap .data-details .value{
	display:inline-block;
	font-size:13px;
	color:#666;
}
.bulk-upload-data-wrap .data-row{
	background:#f2f2f2;
	padding:5px 10px;
}
.bulk-upload-data-wrap .data-row .data-cols{
	display:inline-block;
	margin-right:20px;
	vertical-align:middle;
}
.bulk-upload-data-wrap .data-row .data-cols .title{
	font-size:13px;
	display:inline-block;
	font-weight:600;
	color:#333;
}
.bulk-upload-data-wrap .data-row .data-cols .value{
	display:inline-block;
	font-size:13px;
	color:#666;
	background:#677AE3;
	padding:2px 10px;
	border-radius:3px;
	margin-left:5px;
	color:#FFF;
}
/*-- //BULK UPLOAD - UPLOAD DATA DETAILS --*/
/*-- //CREATE CONTACT - PERSONAL ADDRESS --*/
.personal-info-wrap{
	/* background:#f2f2f2;
	clear:both;*/
	margin-bottom:15px; 
}
.personal-info-wrap .personal-info-inner{
	margin-bottom:15px;
}
.personal-info-wrap .personal-info-row{
	/* border-bottom:2px solid #ccc;
	padding:15px 15px;*/
	margin-bottom:15px;
	position:relative; 
}
.personal-info-wrap .personal-info-row:last-child{
}
.personal-info-wrap .button-row{
	/* padding:0px 10px 15px 15px; */
	
}
.personal-info-wrap .personal-info-close{
	/* position:absolute;
	display:block;
	width:30px;
	height:30px;
	right:3px;
	top:3px;
	background:#7B7B7B url(../images/icon_cancel-w.png) no-repeat center center;
	background-size:20px;
	cursor:pointer;
	z-index:1000; */
}
/*-- ADDRESS PANEL --*/
.address-head-panel{
	padding:5px 10px;
	padding:0;
}
.address-head-panel .address-head-left{
	/* background:#f0f; */
	padding:0;
}
.address-head-panel .address-head-right{
	/* background:#f00; */
	text-align:right;
}
.address-head-panel .address-head-right .meeting_head{
	/* padding:0; */
	display:inline-block;
}
.address-head-panel .address-head-right .meeting_head .icon{
	float:none;
}
.address-head-panel .address-head-right .panel-head-btn{
	display: inline-block;
    color: #fff;
    background: #F68C1F;
    padding: 3px 15px;
    font-size: 12px;
    border: 0;
    border-radius: 3px;
    margin: 0px 10px 0px 0px;
    text-align: center;
    outline: none;
}
/*-- //CREATE CONTACT - PERSONAL ADDRESS --*/


.button_Loader {
    padding: 5px 15px 5px 30px !important;
    background: #00897B url(../images/loader.gif) no-repeat 10px center !important;
    background-size: 15px !important;
}

.button_Loader_orange {
    padding: 5px 15px 5px 30px !important;
    background: #F68C1F url(../images/loader.gif) no-repeat 10px center !important;
    background-size: 15px !important;
}
/*-- MANAGE SCHEDULES--*/
.top-search-section{
	background:#f1f1f1;
	padding:10px 15px;
}
.top-search-section .search-button{
	margin-top:26px;
}
/*-- //MANAGE SCHEDULES --*/




/*Meeting Dashboard*/
.dashboard-container {
    /* margin-top: 10px; */
}
.hcp-resource-container{
}
.hcp-resource-container > div{
	padding:0px 15px;
}
.dashboard-container .resource-block {
	padding: 0px;
	
	border-radius: 5px;
	display: inline-block;
	border: 1px solid #e8e8e8;
	position: relative;
	margin-bottom: 30px;
	width: 100%;
	-webkit-box-shadow: 2px 2px 10px 2px rgba(173,173,173,0.59);
	-moz-box-shadow: 2px 2px 10px 2px rgba(173,173,173,0.59);
	box-shadow: 2px 2px 10px 2px rgba(173,173,173,0.59);
	vertical-align:top;
	padding-bottom:27px;
}
.dashboard-container .resource-block .icon-wrap {
	text-align: center;
	padding:0;
	display: block;
	height: 120px;
	position: relative;
	overflow:hidden;
}
.dashboard-container .resource-block .icon-wrap.icon-wrap-video {
	text-align: center;
	padding: 0px 0px;
	display: block;
	height: 120px;
	position: relative;
}
.dashboard-container .resource-block .icon-wrap img {
	max-width:100%;
}
.dashboard-container .resource-block .default-icon-wrap{
	background:#fff;
	padding-top:10px;
}
.dashboard-container .resource-block .default-icon-wrap img{
	display:inline-block;
	vertical-align:top;
}
.dashboard-container .resource-block .icon-wrap.icon-wrap-video img {
	width: 100%;
	height: 100%;
}
.dashboard-container .resource-block .icon-wrap .vid-icon, .dashboard-container .resource-block .icon-wrap .ppt-icon, .dashboard-container .resource-block .icon-wrap .pdf-icon {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.2;
}
.dashboard-container .resource-block .icon-wrap .vid-icon {
	background: #000 url(../images/icon-play.png) no-repeat center center;
}
.dashboard-container .resource-block .icon-wrap .ppt-icon {
	background: #000 url(../images/icon-ppt.png) no-repeat center center;
	background-size: 72px;
}
.dashboard-container .resource-block .icon-wrap .pdf-icon {
	background: #000 url(../images/icon-pdf.png) no-repeat center center;
	background-size: 72px;
}
.dashboard-container .resource-block .title-wrap-green{
	display: block;
	padding:5px 10px;
	/*background: #1aca30;*/
	background:#f2f2f2;
	font-size: 13px;
	height: 50px;
    	
}

.dashboard-container .resource-block .title-wrap-red{
	display: block;
	padding:5px 10px;
	/*background: #f15e4f;*/
    background:#f2f2f2;
	font-size: 13px;
	height: 50px;
   
}

.dashboard-container .resource-block .title-wrap-blue{
	display: block;
	padding:5px 10px;
	
	/*background: #67a4f1;*/
    background:#f2f2f2;
	font-size: 13px;
	xheight: 50px;
    
}

/*.dashboard-container .resource-block .title-wrap-green .title-link{
	color:white;
}

.dashboard-container .resource-block .title-wrap-red .title-link{
	color:white;
}

.dashboard-container .resource-block .title-wrap-blue .title-link{
	color:white;
}*/

.dashboard-container .resource-block .title-wrap .title-link {
	color: #333;
}
.dashboard-container .resource-block .rating-wrap {
    display: block;
    padding: 5px 0px;
	margin-bottom:5px;
}
.dashboard-container .resource-block .rating-wrap .left-sec{
	height:100%;
	border-right:1px solid #e2e2e2;
	padding:0;
}
.dashboard-container .resource-block .rating-wrap .right-sec{
	height:100%;
	padding:0;
}
.dashboard-container .resource-block .rating-wrap .rate-link {
    font-size: 13px;
    color: #4285F4;
	padding-left:10px;
}
.dashboard-container .resource-block .rating-wrap .rate-cmt{
	font-size:12px;
	color:#4285F4;
}
.dashboard-container .resource-block .rating-wrap .rate-star {
    text-align: center;
    padding: 0;
    margin: 0;
	padding-top:0px;
}
.dashboard-container .resource-block .rating-wrap .star{
	width:15px;
	height:15px;
	display:inline-block;
}
.dashboard-container .resource-block .rating-wrap .star.full-star{
	background:url(../images/rating-star.png) no-repeat -9px center;
}
.dashboard-container .resource-block .rating-wrap .star.half-star{
	background:url(../images/rating-star.png) no-repeat -141px center;
}
.dashboard-container .resource-block .rating-wrap .star.no-star{
	background:url(../images/rating-star.png) no-repeat -75px center;
}
.dashboard-container .resource-block .rate-content{
	text-align:center;
	padding:0;
	margin:0;
}
.dashboard-container .resource-block .rate-content span{
	font-size:13px;
	padding:0px 2px;
	color:#147CC2;
}
.dashboard-container .resource-block .rate-content span:first-child{
	border-right:1px solid #B5B5B5;
	padding-right:6px;	
}
.dashboard-container .resource-block .viewed-wrap{
	padding:0;
	margin:0;
	text-align:center;
	height:23px;
}
.dashboard-container .resource-block .viewed-wrap span{
	font-size:13px;
	color:#fff;
	background:#00C853;
	display:inline-block;
	padding:2px 10px;
	height:100%;
	border-radius:3px;
}
.dashboard-container .resource-block .res-dwn {
	position: absolute;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: #448AFF url(../images/icon_download1.png) no-repeat center center;
	background-size: 14px auto;
	left: 10px;
	bottom: 3px;
	-webkit-box-shadow: 2px 2px 5px 1px rgba(175,175,175,0.9);
	-moz-box-shadow: 2px 2px 5px 1px rgba(175,175,175,0.9);
	box-shadow: 2px 2px 5px 1px rgba(175,175,175,0.9);
}
.dashboard-container .resource-block .viewed-btn{
	position: absolute;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: #00C853	 url(../images/eye.png) no-repeat center center;
	background-size: 20px auto;
	left: 45px;
	bottom: 3px;
}
.dashboard-container .resource-block .value-wrap {
            position: absolute;
            right: 0;
            top: 0;
	
            background: #F3F3F3;
            text-align: center;
            font-size: 13px;
            padding: 5px 10px 5px 10px;
            color: #702792;
            border-bottom-left-radius: 15px;
            z-index: 100;
            -webkit-box-shadow: 0px 2px 5px 1px rgba(175,175,175,0.9);
            -moz-box-shadow: 0px 2px 5px 1px rgba(175,175,175,0.9);
            box-shadow: -2px -1px 5px 1px rgba(175,175,175,0.9);
}
.dashboard-container .resource-block .value-wrap .val_1, .dashboard-container .resource-block .value-wrap .val_2 {
	text-align: center;
	color: #333;
	font-size: 11px;
	margin: 0;
	padding: 0;
	line-height: 15px;
	margin-left: 5px;
}



.resource-block .detail-left .content {
    margin-bottom: 10px;
    margin-top: 5px;
}

.resource-block .detail-right{
    left:8px;
}

.resource-block .detail-left{
    left:-8px;
}

.resource-block .detail-right .content {
    margin-bottom: 10px;
    margin-top: 5px;
}

.resource-block .detail-bottom {
        margin-top: 10px;
        border-top: 1px solid;
       height: 260px;
        overflow:hidden;
}

.resource-block .detail-bottom-small {
        margin-top: 10px;
        border-top: 1px solid;
        height: 200px;
        overflow:hidden;
}

.resource-block .detail-bottom-small .content {
    margin-top: 15px;
}

.resource-block .detail-bottom-tiny {
        margin-top: 10px;
        border-top: 1px solid;
        height: 100px;
        overflow:hidden;
}

.resource-block .detail-bottom-tiny .content {
    margin-top: 15px;
}

.resource-block .detail-bottom .content {
    margin-top: 15px;
}
.dashboard-container .resource-block .button-field {
   width:80%;
}

.select-field-custom {
    border: 1px solid #ccc;
    padding: 3px 5px;
    width: 250px;
    font-size: 13px;
    outline: none;
    color: #666;
}