#lean_overlay {
    position: fixed;
    z-index: 99999;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}


#toplabsCB{
	display:none;
	position: absolute;
	width: 460px;
	max-width: calc( 100% - 30px);
	min-width: 320px;
	max-height: calc(100vh - 10px);
    overflow-y: auto;	
	text-align: center;
	top: 50%;
	padding: 25px;
	background: rgba(252, 189, 38, 1);
	transform:translate(0,-50%);
	-webkit-transform:translate(0,-50%);
	-moz-transform:translate(0,-50%);
	-o-transform:translate(0,-50%);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#toplabsCB .modal_close{ position: absolute; top: 10px; right: 10px; display: block; z-index: 2; opacity: 0.7; }
#toplabsCB .modal_close i{ color: #fff; font-size: 20px; }
#toplabsCB .modal_close:hover{ opacity: 1; }
#toplabsCB .cap{
	color: #f8fafc;
    font-size: 1.8em;
	font-weight: bold;
	word-break: break-word;
	text-align: center;
}
#toplabsCB p{
	max-width: 460px;
}
#toplabsCB > p{
	margin: 0;
}

#toplabsCB .caps{
	color: #f8fafc;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	line-height: 1;
	margin: 0 0 16px 0;
}
#toplabsCB input{
	width: 100%;
    background: transparent;
    border: 1px solid #fcfcfc;
    padding: 12px;
    color: #fefefe;
	font-family: "Exo 2", Helvetica, Arial, sans-serif;
    font-size: 1.144em;
	font-style: italic;
}

#toplabsCB input::-webkit-input-placeholder {color:#fefefe; font-weight:100;}
#toplabsCB input::-moz-placeholder          {color:#fefefe; font-weight:100;}
#toplabsCB input:-moz-placeholder           {color:#fefefe; font-weight:100;}
#toplabsCB input:-ms-input-placeholder      {color:#fefefe; font-weight:100;}



#toplabsCB .icheckbox_square-blue.checked, #toplabsCB .icheckbox_square-blue.checked.hover{
	background: url(./icheck/blue.png) no-repeat;
    background-position: -168px 0;
	border: none;
	border-radius: 0;
}
#toplabsCB .icheckbox_square-blue.hover{
	background: url(./icheck/blue.png) no-repeat;
	background-position: -144px 0;
	border: none;
	border-radius: 0;
}
#toplabsCB .icheckbox_square-blue{
    background-position: -120px 0;
	background-image: none;
	border: 1px solid white;
    border-radius: 50%;
	vertical-align: baseline;
	margin-right: 12px;
}

#toplabsCB label {
    width: 270px;
    max-width: 85%;
    color: #f8fafc;
    font-family: "Exo 2", Helvetica, Arial, sans-serif;
    font-style: italic;
    font-weight: normal;
    font-size: 16px;
	text-align: left;
	line-height: 120%;
}

#toplabsCB label a span{
    border-bottom: 1px solid white;
	color: #f8fafc;
}

#toplabsCB label a{
	text-decoration: none;
}

#toplabsCB label a:hover span{
	border: none;
}

#toplabsCB form{
	text-align: left;
}



/* Cusel */
#toplabsCB .cusel{
	background: transparent;
	border: 1px solid #fcfcfc;
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
	width: 100% !important;
}
#toplabsCB .cusel label > span{
	font-weight: 300;
}
#toplabsCB .cuselFrameRight{
	background: transparent;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
	text-align: center;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#toplabsCB .cuselFrameRight:after{
	content: "\f107";
	font-size: 20px;
	line-height: 40px;
	color: #fff;
}
#toplabsCB .cusel .cuselText{
	padding: 0;
}
#toplabsCB .cusel .cuselText label{
	padding: 12px;
    margin: 0;
	line-height: inherit;
}

#toplabsCB .cusel{
	height: 48px;
}
#toplabsCB .select_disabled{
	background: #e0e0e0;
	pointer-events: none;
}

#toplabsCB .select_disabled .cuselText label{
	color: #7a7a7a;
}