@CHARSET "UTF-8";
@font-face {
    font-family: 'LatoLight';
    src: url('../../fonts/Lato-Lig-webfont.eot');
    src: url('../../fonts/Lato-Lig-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/Lato-Lig-webfont.woff') format('woff'),
         url('../../fonts/Lato-Lig-webfont.ttf') format('truetype'),
         url('../../fonts/Lato-Lig-webfont.svg#LatoLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
	-webkit-overflow-scrolling: touch;
}

body {
    font-family: 'LatoLight';
	padding-top: 45px;
}
.navbar {
	background-color: #3E3E3E;
}

#sidebar {
	height: 100%;
	padding-top: 20px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px;
	border: 0px;
	overflow-scrolling: touch;
	-webkit-overflow-scrolling: touch;
	-moz-overflow-scrolling: touch;
}

#sidebar li {
	border: 0 #f2f2f2 solid;
	border-bottom-width: 1px;
}

#header1 {
	background: url('../img/demo/icons/nav_Home.png') no-repeat
		0px 5px;
}

#header2 {
	background: url('../img/demo/icons/nav_Attendees.png')
		no-repeat 0px 5px;
}

#header3 {
	background: url('../img/demo/icons/nav_Agenda.png')
		no-repeat 0px 5px;
}

#header4 {
	background: url('../img/demo/icons/nav_Calendar.png')
		no-repeat 0px 5px;
}

#header5 {
	background: url('../img/demo/icons/nav_Inbox.png')
		no-repeat 0px 5px;
}

#header6 {
	background: url('../img/demo/icons/nav_Location.png')
		no-repeat 0px 5px;
}

#header7 {
	background: url('../img/demo/icons/nav_VenueMap.png')
		no-repeat 0px 5px;
}

#header8 {
	background: url('../img/demo/icons/nav_Social.png')
		no-repeat 0px 5px;
}

#header9 {
	background: url('../img/demo/icons/nav_Login.png')
		no-repeat 0px 5px;
}

#header10 {
	background: url('../img/demo/icons/nav_Login.png')
		no-repeat 0px 5px;
}

#sidebar .nav .caret {
	border-top-color: #fff;
	border-bottom-color: #fff;
}

#sidebar .nav a:hover .caret {
	border-top-color: #fff;
	border-bottom-color: #fff;
}

.smooth_zoom_preloader {
	background-image: url(../img/demo/preloader.gif);
}

.smooth_zoom_icons {
	background-image: url(../img/demo/icons.png);
}

#map-canvas {
	margin: 0px;
	padding: 0px;
	height: 300px;
}

#zoom_container {
	width: auto;
}

#zoom_container .landmarks {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	font-family: Helvetica, Arial, Verdana;
	font-size: 12px;
	color: #fff
}

#zoom_container .landmarks .item {
	position: absolute;
	text-align: center;
	display: none
}

#zoom_container .landmarks .lable div {
	width: 100px;
	padding: 4px
}

#zoom_container .landmarks .mark .text {
	padding: 2px 6px;
	background-color: #000
}

#sidebar {
    padding-top: 0;
    padding-bottom: 120px;
}

#sidebar .nav>li {
	border-bottom: 1px solid #2E2E2E;
}

#sidebar .nav>li:first-child {
	border-top: 0;
}

#sidebar .nav>li>a {
	padding-left: 0px;
}

#sidebar .nav>li>a>img {
	max-width: 14px;
}

#sidebar .nav>li>a:hover,#sidebar .nav>li>a:focus {
	text-decoration: none;
	background-color: #373737;
	color: #fff;
}

#sidebar .nav>li:hover,#sidebar .nav>li:focus {
	text-decoration: none;
	background-color: #373737;
	color: #fff;
}

#sidebar .nav .caret {
	border-top-color: #fff;
	border-bottom-color: #fff;
}

#sidebar .nav a:hover .caret {
	border-top-color: #fff;
	border-bottom-color: #fff;
}

#sidebar .nav>li {
	padding-left: 10px;
}

.container-fluid {
	padding-left: 0px;
	padding-right: 0px;
}

.navbar-toggle {
	margin-left: 10px;
	margin-top: 11px;
	padding: 5px;
	border-width: 0px;
    display: block;
}

.back:hover {
	background: transparent;
}

.details {
	background-color: #333333;
	color: #ffffff;
	height: 110px;
	padding: 10PX;
}

.details img {
	float: left;
	margin-right: 12px;
}

.list div {
	color: black !important;
	text-decoration: none;
	padding: 10px;
	margin-bottom: 2px;
	margin-right: 0;
	margin-left: 0;
	border-bottom: 1px solid #ddd;
}

.list {
	margin-top: 5px;
	position: relative;
	top: 25px;
	display: table;
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 5px;
	border-bottom: none;
}

.sf-bottom-list {
	position: relative;
	top: 25px;
}

.sf-bottom-list li {
	list-style-type: none;
	float: left;
	padding: 5px;
}

.sf-bottom-list li img {
	margin-right: 5px;
}

.sf-bottom-list li a {
	color: black;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.page {
	height: 100%;
}

html,body {
	height: 100%;
	min-height: 100%;
}

body>div {
	height:100%;
}

body>div>div {
	height:100%;
}

.tox-tinymce-aux {
    z-index: unset;
    height: 0%;
}

.pointTitle {
    border-top:1px solid black;
    border-bottom:1px solid black;
    background-color:#F9F9F9;
}

.action {
	vertical-align: middle !important;
	width: 30px;
	text-align: center;
}
.time_slot {
	background-color: #FFF !important;
	width: 60px;
	white-space: nowrap;
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid;
}
.select2-drop{
	height: auto !important;
}
.twitter-timeline {
    width: 100% !important;
}

.tableStyle{
	border-color: rgb(119, 188, 31); 
	border-bottom: 1px rgb(119, 188, 31) solid;
	background-color: rgb(255, 255, 255);
}
.listcontent >ul {
	padding : 0px;
}
.listcontent >ul >li {
	list-style : none;
	border-bottom : 1px solid #F2F2F2;
	padding: 8px;
}
.listcontent >ul >li:nth-child(odd) {
	background-color : #F9F9F9;
}

.borderF2F2F2 {
	border-color : #F2F2F2;
}
.mar-right-10 {
	margin-right:10px;
}
.forward-action {
	background-image: url("../../mobileNew/images/arrow_details.png");
    display: inline;
    height: 25px;
    position: absolute;
    right: 30px;
    width: 13px;
}
.dateColHidden{
	max-height: 45px;
    overflow: hidden;
}
.dateColShow{
	max-height: 38px;
	overflow: '';
}
.dateColHidden li{
	border: #ddd 1px solid;
	border-radius: 4px;
	margin-top: 2px;
	text-align: center;
    min-width: 100px;
}
.dateColShow li{
	border: #ddd 1px solid;
	border-radius: 4px;
	margin-top: 2px;
	text-align: center;
    min-width: 100px;
}
.nav-tabs > li > a, .nav-pills > li > a {
    margin-right: 0px;
}

.hiddenMsgBox{
	display: none;
}
.showMsgBox{
	display: block;
	color:red;
}
.showMsgBoxRating{
	display: block;
	color:green;
}

.search {
	border-radius: 15px !important;
    width: 100%;
	background: url('../img/demo/search.png') no-repeat 8px 6px;
	padding : 2px 15px 2px 30px !important;
	height: 30px !important;
	border : 2px solid #F2F2F2;
}
.back-bar {
	background: none repeat scroll 0 0 #F9F9F9;
	border-bottom: 1px solid #F2F2F2;
	height: 50px;
	vertical-align: middle;
	padding-top:10px;
}
.rateOn {
    background : url(../../mobileNew/images/rate_on.png) no-repeat;
} 
.rateOff {
    background : url(../../mobileNew/images/rate_off.png) no-repeat;
    
}
.rating {
    direction: rtl;
    font-size: 30px;
    unicode-bidi: bidi-override;
}

.rating span.star:before {
    color: #999999;
    content: "\2605";
    padding-right: 5px;
}
.rating span.star {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}
.rate {
    height : 32px;
    width : 32px;
    float : left;
    padding-right : 10px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: #2fb36d !important;
    color: #FFFFFF;
}

.navColHidden {
	height: 58px;
	overflow: hidden;
    padding:0px;
}

.navColShow {
	min-height: 58px;
    max-height:300px;
	overflow-x: hidden;
	overflow-y: auto;
    padding:0px;
}

.navColHidden img,.navColShow img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.navColHidden li {
	border: none;
	border-radius: none;
	margin-top: 2px;
	text-align: center;
    margin-left:2px !important;
	width: 62px !important;
	height: 55px !important;
	padding-bottom: 10px;
}

.navColShow li {
	border: none;
	border-radius: none;
	margin-top: 2px;
    margin-left:2px !important;
	width: 62px !important;
	height: 55px !important;
	text-align: center;
}

div.classic-main-content {
	width: 100%;
	height: 70% !important;
    margin-bottom : 75px;
	padding-left:5px;
	padding-right:5px;
}

div.classicMenu {
	bottom: 0;
	width: 100%;
    position:fixed;
    z-index:21;
    font-size:10px;
}

div.classicMenu table {
    margin : 0px;
}

.dinlineblock {
	display : inline-block;
	padding-top : 5px;
}
.borderCCCCCC {
	border:none !important;
}
.hamburger-main-content {
	padding-left : 5px;
	padding-right : 5px;
	height: 100%;
	overflow-y:auto !important;
	overflow-x:hidden;
	overflow-scrolling: touch;
	-webkit-overflow-scrolling: touch;
	-moz-overflow-scrolling: touch;
}

ul#classicNav li a {
    padding:0;
    width: 58px !important;
	height: 52px !important;
}
.removeBackground{
background:none !important;
}
#loadingdiv {  
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1000;
 }
 #loadingdiv > img {
    opacity: 1;
 }

.ajax-loader {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -24px; /* -1 * image width / 2 */
    margin-top: -24px;  /* -1 * image height / 2 */
    display: block;     
}

.row-odd {
    background-color:#F9F9F9;
}
.top-buffer-10 {
	margin-top : 10px;
}

.removeColBorder{
	border-top: 0 none !important;
}

/*SCM-15963*/
.agendaDate {
	width: 50px;
    white-space: nowrap;
}

#dateRow .item {
	float:left;
	height : 50px;
	width : 64px;
	border-radius : 0px;
	padding : 3px;
	margin : 0px;
	color : white;
	text-align : center;
	white-space : inherit;
    overflow: hidden;
	font-size : 11px;
}
#dateRow .item-container {
	height : 50px;
    float: left;
    height: 50px;
    overflow: hidden;
    position: relative;
	width:84%;
}

#dateRow .temp {
	position : absolute;
}
#dateRow .left, .right {
	width: 8%;
	padding:0px;
	z-index: 2;
	margin-top :15px;
	text-align: center;
}
.calendarTab li {
	width : 50%;
}

.classicMenu li.subtab-active {
    border:1px solid white;
    border-radius:4px;
}

.classicMore img {
    width:20px;
    height:20px;
}

div.classicMore :hover {
    cursor:pointer;
}

#classicRow td {
    padding-top:3px;
    padding-bottom:3px;
    padding-left:0px;
}
.collapsing {
    -webkit-transition: none;
    transition: none;
}

.emptyDiv {
    border: 1px solid #CCCCCC;
    border-image: none;
    border-radius: 4px 4px 4px 4px;
    border-width: 1px 1px 1px;
    height: 25px;
    padding-left: 5px;
	width : 300px;
}
.showDiv {
    overflow-y: auto;
     overflow-x: hidden;
	display:none;		
	border: 1px solid #CCCCCC;
    border-radius: 0 0 4px 4px;
    max-height: 100px;
	z-index:11;
	position:absolute;
	background:#fff; 
	width : 300px;
}
.showDiv > div:hover,.selectedLocation {
	background-color : #428bca;
}
.maximize, .minimize{
	margin-right: 4px !important;
	cursor:pointer;
	float : right;
}

.maximize:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #777777 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-image: none;
    border-style: solid;
    border-width: 6px;
    content: "";
    display: block;
    height: 0;
    margin-left: 4px;
    margin-top: 9px;
    width: 0;
}

#cookiesDisabledWarningDiv {
	text-align:center;
	margin-top:-45px !important;	
}

.dateBar{
		border: 0px !important;
		background: url("../img/bar-bg-default.png") repeat-x; /* Old browsers */
}

.dateBar:hover,.dateBar:focus{
	border: 0px !important;
	background: url("../img/bar-bg.png") repeat-x; /* Old browsers */
}

.dateactive{
		background: url("../img/bar-bg.png") repeat-x; /* Old browsers */
}
.fa {
    /*display: inline-block;
    height: 25px;
    padding-left: 30px;
    padding-top: 3px;
	margin-right : 8px;*/
}
.fa-facebook {
	background: url('../../mobileNew/images/social-icons/facebook.png') no-repeat 0px 0px;
}
.fa-linkedin {
	background: url('../../mobileNew/images/social-icons/linkedin.png') no-repeat 0px 0px;
}
.fa-twitter {
	background: url('../../mobileNew/images/social-icons/twitter.png') no-repeat 0px 0px;
}

span.glyphicon {
    cursor:pointer;
}


/*CSS for Speaker CFP*/


.speaker-portal-save {
	width:40%; !important
}


.speaker-portal-cancel  {
	width:40%; !important
	border-color:#ccc;
}

input[type='text'], textarea, select, input[type='button']{
	width : 100%;
}

.btn-file input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	font-size: 999px;
	text-align: right;
	filter: alpha(opacity=0);
	opacity: 0;
	outline: none;
	background: white;
	cursor: inherit;
	display: block;
}
.ui-pnotify {
	width: 50% !important; top: 50px !important;
    left: auto !important;
	margin-left: 25% !important;
	right: auto !important;
}
.well {
	display: none ! important;
}

.speaker-title{
	margin-bottom:10px;margin-top:10px;padding-left:28px;
}

.speakerDiv {
	border-radius: 5px 5px 5px 5px;
	overflow: auto;
}
.actionImage {
	padding-left: 3px !important;
   	padding-top: 7px;
}

btn-file input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	font-size: 999px;
	text-align: right;
	filter: alpha(opacity=0);
	opacity: 0;
	outline: none;
	background: white;
	cursor: inherit;
	display: block;
}
.titleInfo {
	border : 0px;
	font-size : 13px;
	font-weight : bold;
	font-family : "Helvetica",Helvetica Neue,Helvetica,Arial,sans-serif;
	background-color: #f2f2f2;
}

.requiredField {
	background-image: url("../../images/certain/icon/required.png");
	background-position: 0% 50%;
	background-repeat: no-repeat;
	padding-left: 10px;
	margin-left: 5px;
}
.bs-callout {
	padding: 10px;
	border: 1px solid #eee;
	border-left-width: 5px;
	border-radius: 3px;
}
.bs-callout-warning {
	border-left-color: #f0ad4e;
}
.bs-callout+.bs-callout {
	margin-top: -5px;
}
.bs-example{
	margin: 20px;
}
#smartbanner {
	position : fixed !important;
	z-index : 1050;
}

#bio_ifr {
	height: 155px !important;
}
.m0 {
	margin: 0px !important;
}
.mt10 {
	margin-top:10px;
}
.mt10 {
	margin-top:10px;
}
.mt20 {
	margin-top:20px;
}
.mt30 {
	margin-top: 30px;
}
.mt100 {
	margin-top:100px;
}
.mar0 {
	margin:0px !important;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb60 {
	margin-bottom: 60px;
}
.mb80 {
	margin-bottom: 80px;
}
.mr10 {
	margin-right: 10px;
}
.ml10 {
	margin-left: 10px;
}
.pad0 {
	padding :0px !important;
}
.clr-white {
	color:#fff;
}
.fs16 {
	font-size:16px;
}
.fs18 {
	font-size:18px;
}
.fs20 {
	font-size: 20px !important;
}
.fs30 {
    font-size: 30px !important;
}
.custom-bg {
	background-color:#162542;
	position:fixed;
	width:100%;
	height:100%;
	overflow : auto;
	background-size: cover;
	background-position:center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.home-sign {
	padding:15px;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
	background-color:rgba(0, 0, 0, 0.5);
}
.sign-in {
	padding:15px;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
	background-color:rgba(0, 0, 0, 0.5);
}

.form-control, .btn {
	border-radius:0;
}
.form-control {
	box-shadow:0 0 0;
}
.btn {
	font-weight:600;
	text-transform:uppercase;
}

.navbar-default {
    border-color: transparent;
	border-width:0;
}
.navbar {
    border-radius: 0px;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #333;
  background-color: #fff;
}
.navbar-default .navbar-brand {
    color: #fff;
	margin-top: 10px;
}
.navbar-brand {
	font-size:24px;
}
.containCustomHeader {
	margin-top: 25px;
}
.navbar-nav > li > a {
	line-height:40px;
}

.difference-layout2,
.difference-layout1,
.difference-layout3,
.difference-layout4{
	margin-top: 60px;
}
.padding-layout1 {
	padding-bottom:60px;
}
.padding-layout4 {
	padding-bottom:60px;
}
.lineHeight23{
	line-height: 23px;
}

[class*="disabled"], div[class*="disabled"] > *, [disabled*="disabled"], [disabled*="disabled"] > *, :disabled { 
    background-color: lightgray;
	cursor: not-allowed;
}

.portal-textbox-disabled {
	overflow: auto;
	border-style: solid;
	border-width: 1px;
	border-color: #aaaaaa;
	padding: 6px 12px;
	min-height: 34px;
	max-height: 250px;
}

.requiredField {
	padding-top: 7px;
}

.mr5 {
	margin-right: 5px !important;
}
p.mid.options {
    text-align: center;
    margin: 15px 0;
    font-size: 12px;
    color: #fff;
    position: relative;
}
hr {
	margin:0px;
	padding:0px;
}

.p15 {
	padding:15px
}

.accordion-heading {
   background-color: #f2f2f2;
   border: 1px solid #cdcdcd;
	color: #333 !important;
   border-radius: 5px;
	padding : 15px 15px;
   cursor: pointer;
}

.accordion-group {
	margin: 10px 0px;
    box-shadow: 5px 5px 15px #cdcdcd;
    background-color: #d5d6d5;
}
.accordion-heading a{
   color: #333 !important;
}
.iconBtn {
	display: inline !important;
	float : left;
}
.iconBtnSpan {
	vertical-align: -webkit-baseline-middle;
}
.sso-btn-prop {
	width: 100%;
	height: auto;
	border: 0;
	padding: 5px 7px;
	border-radius: 5px;
}
.textGreen {
    color: #2fb36d;
} 
.textBlack {
    color: black;
}
.color-red {
    color :#ff0000;
}
.alertListPanelHeader {
    border-bottom: 1px solid #d3d3d3;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    background-color: #f5f5f5;
 }

 .alertListPanelHeader > div {
     margin-bottom: 5px;
 }

 .borderBox {
    border: 1px solid #d3d3d3;
    border-radius: 5px;
}
.p0{
    padding: 0px;
}
.p5{
    padding: 5px;
}
.pr5 {
	padding-right: 5px;
}
.pt5{
    padding-top: 5px;
}
.pl0{
	padding-left: 0px;
}
.pl15{
	padding-left: 15px;
}
.pr0{
	padding-right: 0px;
}
.pr15{
	padding-right: 15px;
}
.noRecordDiv {
    background-color: #f9f9f9;
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd;
    margin-bottom: 10px;
}
.profilePicNote {
	padding-top: 5px;
	font-size: 12px;
}
.wp5 {
    width: 5%;
}
.wp10 {
    width: 10%;
}
.wp15 {
    width: 15%;
}
.wp20 {
    width: 20%;
}
.wp25 {
    width: 25%;
}
.wp30 {
    width: 30%;
}
.wp40 {
    width: 40%;
}
.wp50 {
    width: 50%;
}
.wp60 {
    width: 60%;
}
.pagination {
    margin: 0px;
}
.tRight {
    text-align: right;
}
.fs25 {
    font-size: 25px !important;
}
.boldFont {
    font-weight: bold !important; 
}
 .detail-section {
     padding: 10px;
     margin-bottom: 10px;
     margin-left: 5px;
     margin-right: 5px;
 }
 .no-padding {
 	padding: 0px;
 }
 .select-clear {
     position: absolute;
     right: 30px;
     float: right;
     margin-top: 7px;
     z-index: 1000;
 }
 .select-clear.inactive > i {
     color: #fff;
 }
 .mar0 {
     margin: 0px;
 }
 .r-position {
     position: relative;
 }
 .select2-container .select2-choice > .select2-chosen {
     margin-top: 4px;
 }
 .form-control .select2-choice {
     height: 34px;
 }

 .sessionPreview .form-control {
     border: 0px;
 }

 .costom-form .form-control {
     border: 1px solid #d3d3d3;
 }
  .filter-list>li>.btn-group>.btn>span.label {
     font-size: 14px;
     font-weight: 400;
     color: #333;
 }
 .filter-list>li>.btn-group>.btn>span.caret {
     position: absolute;
     right: 7px;
     top: 14px;
 }
 .filter-list>li>.btn-group>.dropdown-menu {
     float: left;
     margin: 0;
     padding: 0;
     min-width: 255px;
 }
 .filter-list>li>.btn-group>.dropdown-menu>li {
     float: left;
     width: 100%;
 }
 .filter-list>li>.btn-group>.dropdown-menu>li.sub-list>ul>li>label {
     display: block;
     padding: 5px 10px;
     margin: 0;
     font-weight: 400;
 }
 .filter-list>li>.btn-group>.dropdown-menu>li.sub-list>ul>li>label>input[type="checkbox"] {
     margin-right: 10px;
 }
 .filter-list {
     list-style: none;
     margin: 0;
     display: block;
     float: left;
     background-color: #f9f9f9;
     width: 100%;
     padding: 15px 0 0 15px;
     border-radius: 4px;
 }
 .filter-list>li {
     float: left;
     margin-right: 7px;
     display: block;
     background-color: #fff;
     margin-bottom: 10px;
 }
 .filter-list>li>.btn-group>.btn,
 .filter-list>li>.btn-group>.form-group {
     max-width: 200px;
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
     padding: 5px 20px 4px 2px;
 }
 .filter-list>li .input-group,
 .filter-list>li>.btn-group,
 .filter-list>li>.date-filter {
     display: block;
     float: left;
 }
 .filter-list .input-group .form-control:first-child {
     float: left;
     border-right: 0 !important;
     width: 100%;
     border: 1px solid #ccc;
     border-radius: 4px;
     padding-right: 32px;
     background: transparent;
 }
 .filter-list .date-filter .input-group .form-control:first-child {
     border-right: 1px solid #ccc !important;
 }
 .filter-list .input-group .input-group-addon:last-child,
 .filter-list .input-group .ui-datepicker-trigger {
     float: right;
     width: 30px;
     height: 30px;
     display: block;
     margin-left: -30px;
     margin-top: -1px;
     position: relative;
     padding: 8px;
     z-index: 0;
     color: #777;
     cursor: pointer;
     background-color: transparent;
 }
 .filter-list>li>.btn-group>.dropdown-menu>li.sub-list>ul>li>label.selected {
     background-color: rgba(20, 167, 81, 0.1);
 }
 .filter-list>li>.btn-group>.dropdown-menu>li.sub-list>ul>li>label:hover,
 .filter-list>li>.btn-group>.dropdown-menu>li.sub-list>ul>li>label:focus {
     background-color: rgba(20, 167, 81, 0.2);
 }
 .filter-list>li>.btn-group>.dropdown-menu>li.search-box {
     padding: 10px;
 }
 .filter-list>li>.btn-group>.dropdown-menu>li.search-title {
     padding: 3px 10px;
     font-weight: bold;
 }
 .li.sub-list>>ul>li>.input-group {
     max-width: 160px;
 }
 .filter-list>li>.btn-group>.dropdown-menu>li.hr-divider {
     border-top: 1px solid #ddd;
     margin: 5px 0;
 }
 .btn-border-white {
     border: #fff;
 }
 .secondary-filters {
     padding: 0;
     border-bottom: 1px solid #ddd;
 }
 .secondary-filters>li {
     margin-top: -5px;
     margin-left: 15px;
     margin-right: 15px;
 }
 .filter-list>li>.form-group {
     float: left;
     width: 100%;
 }
 li.sub-list ul {
     margin: 0;
     list-style: none;
     padding: 0;
 }
 li.sub-list {
     max-height: 160px;
     overflow-y: auto;
 }
 .secondary-filters.filter-list .close-icon {
     background-color: #999;
     color: #fff;
     width: 20px;
     height: 20px;
     border-radius: 50%;
     text-align: center;
     padding-top: 9px;
     line-height: 0;
     float: right;
     margin-right: -25px;
     margin-top: 3px;
 }
 .filter-list .form-control {
     height: 30px;
     background-color: transparent !important;
     position: relative;
     z-index: 1;
 }
 .filter-list .btn-group:hover,
 .filter-list .form-group:hover {
     color: #333;
     background-color: #ebebeb;
     border-color: #adadad;
 }
 .filter-list .search-box .input-group {
     margin: 0;
     padding: 0;
 }
 .search-box.form-inline>* {
     float: left;
     width: auto;
     max-width: 150px;
     margin-left: 10px !important;
 }
 .search-box.form-inline>span {
     margin-top: 5px;
 }
 .date-filter.dropdown-menu {
     min-width: 450px !important;
     width: 100%;
     padding: 15px 0 15px 15px !important;
 }
.select2-container {
	margin: 0px;
}
.form-control.select2-container {
    height: auto !important;
    padding: 0;
}
.form-control .select2-choice {
    border: 0;
    border-radius: 2px;
}
.form-control.select2-container .select2-choices {
    border: 0 !important;
    border-radius: 3px;
}
.costom-form .input-group-addon {
     padding: 0;
     border: 0;
     background-color: transparent;
 }
 .select2-offscreen, .select2-offscreen:focus {
    clip: rect(0 0 0 0) !important;
    width: 1px !important;
    height: 1px !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    outline: 0 !important;
    left: 0px !important;
    top: 0px !important;
}
.form-control.select2-container {
    height: auto !important;
    padding: 0;
    margin: 0px;
}
.select2-container {
    margin: 0;
    position: relative;
    margin-left: 5px;
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
}
.backLink {
	margin: 10px 0px;
}
.input-xxlarge {
	border-radius: 5px;
}
 .dropdownBox {
     max-height: 230px;
     overflow: scroll;
 }
 .setDrop-down {
     height: 33px !important;
 }
.levelDropdown.dropdown.open ul {
     z-index: 1100;
 }
 .tRight {
     text-align: right;
 }
 .tLeft {
     text-align: left;
 }
 .tJustify {
     text-align: justify;
 }
 .tCenter {
     text-align: center;
 }
 .text-wrap {
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
     max-width: 100%;
 }
  .customCaret {
     float: right;
     margin-top: 7px;
     border-top: 6px solid !important;
 }
 .green-color {
     background-color: #00A85D !important;
 }
 .certain-green {
	color: #00a85d;
 }
 .certain-green-hover:hover {
     color: #00a85d;
 }
  .sublist-index {
     font-weight: bold;
     line-height: 36px;
     padding-left: 0;
     text-align: left;
 }
 .big-font {
     font-size: 32px;
     line-height: 32px;
     font-weight: bold;
     margin-bottom: 0;
 }
  tr.sublist td {
     padding: 0 !important;
     background-color: #fff !important;
     border: 0 !important;
 }
  .track-color-box {
     width: 15px;
     height: 15px;
     float: left;
     margin: 3px 10px;
     border: 1px solid #000;
     border-radius: 2px;
 }
 .sublist-card {
     background-color: #eee;
     padding: 15px 0;
     margin: 0px 0px 10px 37px;
 }
 .table-thead {
     background: #e0e0e0;
     background-image: initial;
     background-position-x: initial;
     background-position-y: initial;
     background-size: initial;
     background-repeat-x: initial;
     background-repeat-y: initial;
     background-attachment: initial;
     background-origin: initial;
     background-clip: initial;
     background-color: rgb(224, 224, 224);
 }
 .table-striped-rows>tr:nth-child(odd)>td,
 .table-striped-rows>tr:nth-child(even)>td {
     background-color: #f9f9f9 !important;
 }
 .instance-delete {
     position: absolute;
     right: 0;
     top: 0;
     margin-top: 5px;
     z-index: 1000;
 }
 .fa-remove {
     color: red;
 }
 .fa-right {
     float: right;
 }
 .mr10 {
     margin-right: 10px !important;
 }
 .ttu {
    text-transform: uppercase;
}
.costom-form {
    position: relative;
}
.costom-form .form-control {
    border: 1px solid #d3d3d3;
}
.down {
	float: right;
    padding: 4px;
    background-color: #fff;
    margin-top: -45px;
    margin-right: 10px;
    position: relative;
    z-index: 2;
}
.collapse-div .dropdown-menu {
	margin-top: -15px;
}
 .event-color {
     border: 2px solid #000;
     width: 15px;
     vertical-align: top;
     height: 14px;
     float: left;
     cursor: pointer;
     opacity: 0.85;
     filter: alpha(opacity=0.85);
 }
 .event-color input[type=checkbox] {
     filter: alpha(opacity=0);
     opacity: 0;
 }
 .event-color-checkimg {
     width: 14px;
     height: 14px;
     background: url("./../../images/certain/icon/check.png") no-repeat 0 0;
 }
 .event-color-border {
     border: 2px solid #000 !important;
 }
 .onoffswitch {
    position: relative;
    width: 75px;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 0;
    border-radius: 20px;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 30px;
    padding: 0;
    line-height: 30px;
    font-size: 14px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    box-sizing: border-box;
}

.onoffswitch-inner:before {
    content: "ON";
    padding-left: 10px;
    background-color: #2fb36d;
    color: #FFFFFF;
    font-size: 16px;
}

.onoffswitch-inner:after {
    content: "OFF";
    padding-right: 10px;
    color: #a1a1a1;
    background-color: #e5e5e5;
    font-size: 16px;
    text-align: right;
}

.onoffswitch-switch {
    display: block;
    margin: 2px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 45px;
    border: 0;
    border-radius: 20px;
    transition: all 0.3s ease-in 0s;
    width: 26px;
    height: 26px;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
    right: 0px;
}
.upload-bgcolor {
    background-color: #f2f0ed;
    padding: 15px 15px 0px 15px;
    border: 2px dashed #cdcdcd;
}
.avatar-framed {
     display: inline-block;
     -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     border-radius: 50%;
     background-color: white;
     line-height: 0px;
     color: white;
     background-color: #ccc;
     vertical-align: middle;
     text-align: center;
     margin-bottom: 15px;
 }
 .avatar-framed.text {
     width: 50px;
     height: 50px;
     border: 2px solid white;
     -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
     box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
     line-height: 50px;
     font-size: 20px;
 }
 .avatar-frame,
 .avatar-frame img {
     width: 50px;
     height: 50px;
     -webkit-border-radius: 30px;
     /* Saf3+, Chrome */
     
     border-radius: 30px;
     /* Opera 10.5, IE 9 */
     /*-moz-border-radius: 30px;  Disabled for FF1+ */
 }
 img.photo-user {
     width: 100px;
     height: 100px;
     float: left;
     border-radius: 50%;
 }
 .photo-content {
     float: right;
     width: calc(100% - 115px);
 }
  .fs12 {
 	font-size: 12px !important;
 }
 .fs18 {
 	font-size: 18px !important;
 }
 .add-speaker-button {
    background: #438BBF;
    color: #fff;
    border-radius: 7px;
}
.pad10 {
    padding: 10px;
}
.navbar-inverse {
    background-color: #e7e7e7;
    border-color: #DDD;
}
.navbar {
    min-height: 0px;
}
.navbar {
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
}
#controlbar {
    padding: 5px 0;
}
.container-full {
    margin: 0 auto;
    width: 100%;
    border-spacing: 1px;
    border-collapse: separate;
}
.color-black {
	color: #000;
}
#sessionListBox button.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

button.accordion.active, button.accordion:hover {
    background-color: #000; 
}

#sessionListBox div.panel {
    padding: 0 18px;
    display: none;
    background-color: white;
}
.gray-background {
	background: #f9f9f9;
}
select .placeholder{
	display:none !important;
}
.mce-stack-layout-item {
	width: 100% !important;
	overflow : auto !important;
	position : relative !important;
}

.accordion-heading:hover {
	background-color: #cdcdcd;
}
.sessionTitle {
    white-space: nowrap; 
    width: 80%; 
    overflow: hidden;
    text-overflow: ellipsis; 
    display: inline-block;

}
.clear {
	clear: both;
	height: 1px;
}
.strong {
	font-weight: bold;
}
.mySessionHeading {
	color: #888;
}
.durationSelectBox {
	min-height:34px !important;
	width:80%;
	margin:0px;
}
.select2Box {
	min-height:34px !important;
	margin:0px;
}
.speakerAddSection {
	background: #ddd;
    padding-top: 10px;
    margin: 5px 0px;
}
 .speakerRemoveLink {
	text-align: left;
	padding: 15px;
}
label.required::after {
    /*background: url('../../images/certain/icon/required.png') no-repeat 0% 30%;*/
    content:" *";
    color:red;
    font-size: 15px;
    position:absolute;
    margin:0 0 0 5px;
}
.mb55 {
	margin-bottom: 55px;
}
.upload-button {left:0;
	bottom: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    padding: 50px;
    opacity: 0.8;
}
.profilepic-container {
	position: relative;
}
.upload-div {
	padding: 4px !important;
}
.remove-icon {
	right: 15px;
    position: absolute;
    top: 15px;
}
.viewDivValue {
	border-top: 1px solid #ddd;
}
.form-group.viewDiv {
	margin-bottom: 10px;
}
.profilepic-box {
	vertical-align: middle;
    display: table-cell;
}
.profilepic-container {
    border: 1px solid #F2F2F2;
    height: 135px;
    vertical-align: middle;
    text-align: left !important;
    display: table;
    width: 100%;
}
.block-address {
	border-radius: 10px;
    padding: 15px 0 0 0;
}
.pl0 {
	padding-left: 0px !important;
}
.addSpeakerSection {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 5px;
    margin-bottom: 10px;
}
 .footer-bar {
 	background-color: #eee;
 }
.speaker-portal-save, .speaker-portal-cancel {
    width: 100px !important;
    float: right;
    margin: 10px 10px 0 0;
}

.speaker-portal-back {
    float: left;
    margin: 10px 10px 0 0;
}

.btnsize {
	width: 100px !important;
}
.profileImage {
	margin-top: 23px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
}
.plr10 {
	padding-left: 10px;
	padding-right: 10px;
}
.bgBlue {
	background-color: #cfdde6;
}
.submitterButton {
	background-color : #3c82ac;
	font-weight: bold;
	color: #fff;
	padding-left: 0px;
	padding-right: 0px;
	border: none;
}
.pageContent {
	background-color: #eee;
}
.separatorBox {
	border-top: 2px dotted #a7a7a7;
    margin-top: 20px;
}
.separatorBoxInner {
	border-top: 2px dotted #a7a7a7;
}
.sectionHeader {
	color : #5c5b5c;
	margin-bottom: 10px;
}
.additionalSpeaker-container {
    height: 135px;
    vertical-align: middle;
    text-align: left !important;
    display: table;
    width: 100%;
}
.edit-icon {
	right: 35px;
    position: absolute;
    top: 15px;
}
.blWhite {
	border-left: 2px solid #fff;
}
.additionalSpeakerInitials {
	margin-top: 23px;
    width: 90px !important;
    height: 90px !important;
    font-size: 40px !important;
    padding-top: 17px !important;
}
.br5 {
	border-radius: 5px;
}
.footer-bar {
	height: 50px !important;
}
.removeBackground:hover {
	color: #fff !important;
}	
.editPollingButtonDiv {
	background-color:#dedede; 
	margin:4px 4px; 
	border-radius:4px;
	height: 110px;
}
.cursor-pointer {
	cursor: pointer;
}
.t0 {
	top : 0;
}


hr {
	border-color: #00A85D;
}

.page-header {
	color: #00A85D;
}

.panel-heading {
	padding: 10px 15px 15px;
}

.input-icon i {
	display: block;
	position: absolute;
	margin: 9px;
	width: 16px;
	height: 16px;
	font-size: 16px;
	text-align: center;
	right: 17px;
}

table thead {
	background: #e0e0e0;
}

td[colspan="10"]:after {
	content: "";
	position: absolute;
	top: -23px;
	left: 100px;
	width: 0px;
	height: 0px;
	border: 10px solid transparent;
	border-bottom: 13px solid #F2F2F2;
}

td[colspan="10"] {
	position: relative;
	background-color: #ddd !important;
	border: 1px solid #ccc;
}
/*--------------Media Query------------------*/
@media (max-width: 767px){
	.sessionTitle {
    	width: 65%; 
    }
    .speakerRemoveLink {
    	text-align: center;
    	padding: 0px;
    }
}
@media (max-width: 992px) {
	
}
@media (min-width: 769px){
	.padding-layout2 {
		padding-left:45px;
	}
	.padding-layout3 {
		padding-right:45px;
	}

}

@media (max-width: 768px){
	.padding-layout2 {
		padding-top:40px;
		margin-top:0;
	}
	.padding-layout3 {
		padding-bottom:45px;
	}
	.plr15Small {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}
@media screen and (max-device-width: 1024px) {
    #dateRow .item-container {
        overflow:auto !important;
    }
}

.reset-password{	
	padding:15px;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
	background-color:rgba(0, 0, 0, 0.5);
	margin-top : 15%;
}

.modal-color {
	color: #fff;
}

.modal-footer-no-border {
	border: none;
}

.mar-signin {
	margin-top : 15%;
}

.img-style {
	max-height: 70px; 
	width: 100%;
}
.reset-custom-header {
 	display: table;
 	text-align: center;
  	margin-right: 25px;
  	margin-bottom: 5px;
  	padding-top: 18px;
}
.iconModule {
	font-size: 20px;
	padding: 0;
}
.height50 {
	height: 50px !important;
}
.navbar-fixed-right {
	width: 100%;
	position: fixed;
}
.speaker-portal-registration {	
	width: 250px !important;
	float: right;
	margin: 10px 20px 0 0;
}
.br7 {
    border-radius: 7px;
}
.h30 {
	height: 30px;
}
.h48 {
	height: 48px;
}
.height-width50 {
	height: 50px;
	width: 50px;
}
.mb5 {
	margin-bottom: 5px;
}
.close-modal {
    margin: 4px 4px !Important;
    font-size: 30px;
    opacity: 1;
    color: #999;
    line-height: 11px;
}
/*---------New css styles for checkbox customField implementation*/
.dropdownBox {
    max-height: 230px;
    overflow: scroll;
    height: auto;
}
.dropDownSelector {
    min-height: 30px;
}
.dropDownSelector:hover {
    background-color: #E6F5EB;
    color: #000;
}
.plr15 {
    padding: 0 15px;
}

.shadow-box {
    -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 4px 8px 0 rgba(0,0,0,.2);
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.2);
}
.disable-div {
	pointer-events: none;
}
.enable-div {
	pointer-events: auto;
}

.strength-meter-progress {
     height: 0px;
     margin-top: 0px;
     display: none;
}

.strength-meter-progress-bar {
     width: 0%; 
     background-color: rgb(238, 17, 51);
}
.normal-whitespace {
	white-space: normal;
}
.certain-evapp-blue {
	color: #1950A6 !important;
}
.certain-evapp-gray {
	color: #635d59 !important;
}
.speaker-ttl {
   text-transform: capitalize;
}
.pt10 {
	padding-top: 10px;
}
.big-font-16 {
    font-size: 16px;
    line-height: 32px;
    font-weight: bold;
    margin-bottom: 0;
}
.plr-5 {
	padding-left: 5px;
	padding-right: 5px;
}
.mysession-box-shadow {
	width: 49%;
	box-shadow: 0 2px 5px rgb(0 0 0 / 20%);
}
.product-goal-text {
     width: 100%;
    float: left;
    text-overflow: ellipsis;
    max-width: calc(100% - 30px);
    overflow: hidden;
    border: 1px solid #ccc;
    border-radius: 5px;
}