/*-------------------
	commaon css
--------------------*/
body {
	margin:0px;
	padding:0px;
	font-family: 'Lato', sans-serif;
	font-size:14px;
	color:#535353;
}
body.backColor {
	/*background-color: #f1f1f1;
	background:url(../img/gray_texture.png) repeat #e9e9e9;*/
	/* background-color: #e8f3fd; */
}
.wrapper {
	margin:0 auto;
	width:860px;
	position:relative;
}
a {
	text-decoration:none!important;	
	color:#000;
}
h1, h2, h3, h4, h5, h6, p {
	margin:0px;
	padding:0px;
	/*color: #777;*/
}
.alignLeft {
	float:left;	
}
.alignRight {
	float:right;	
}
.textAlignLeft {
	text-align:left;	
}
.tetxAlignCenter {
	text-align:center;	
}
.textAlignRight {
	text-align:right;	
}
.borderNone {
	border:none!important;	
}
.requiredField {
	color:#F00;	
}
.fromError,
.fromSuccess,
#fromError,
#fromSuccess,
#betafromError,
.imageError {
	float: left;
	width: 100%;
	padding: 10px;
	background-color: #f2dede;
	color: red;
	margin-bottom: 20px;
	display: none;
}
.fromSuccess,
#fromSuccess {
  background-color: #dff0d8;
  color: #000;
}
.imageError {
	font-size:14px;	
}
.fullwidth {
	float:left;
	width:100%;	
}
.title {
	text-transform:uppercase;	
}
input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select,
textarea {
	background: none!important;
	/*color: #A7A9AB!important;*/
	color: #333!important;
	border:1px solid #A7A9AB!important;
	resize:none!important;
	font-family: 'Lato', sans-serif;
}
/*input[type="checkbox"], 
input[type="radio"] {
	position: absolute;
	top: -2px;	
	left: 0px;
}*/
input[type="checkbox"], 
input[type="radio"] {
	margin-right: 5px;
}
form#chartsFilter .col-md-10 label,
#otherOptions .col-sm-6 label,
#TC_condition label.control-label,
#userType label.inputRadio {
	padding-left: 17px;
	position: relative;
}
#loginLinks label {
	margin-top: 0px;
}
.col-md-10 input[type="checkbox"], 
.col-md-10 input[type="radio"] {
	top: 0px;	
}
.fillImgFix {
	position: relative;
	overflow: hidden;
	background-size: cover!important;
	background-position: center center!important;
}

/*-------------------
	HEADER SECTION
--------------------*/
#header_section {
	background: rgba(128,135,133,1);
	background: -moz-linear-gradient(left, rgba(128,135,133,1) 4%, rgba(128,135,133,1) 57%, rgba(67,75,88,1) 96%, rgba(61,69,83,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(4%, rgba(128,135,133,1)), color-stop(57%, rgba(128,135,133,1)), color-stop(96%, rgba(67,75,88,1)), color-stop(100%, rgba(61,69,83,1)));
	background: -webkit-linear-gradient(left, rgba(128,135,133,1) 4%, rgba(128,135,133,1) 57%, rgba(67,75,88,1) 96%, rgba(61,69,83,1) 100%);
	background: -o-linear-gradient(left, rgba(128,135,133,1) 4%, rgba(128,135,133,1) 57%, rgba(67,75,88,1) 96%, rgba(61,69,83,1) 100%);
	background: -ms-linear-gradient(left, rgba(128,135,133,1) 4%, rgba(128,135,133,1) 57%, rgba(67,75,88,1) 96%, rgba(61,69,83,1) 100%);
	background: linear-gradient(to right, rgba(128,135,133,1) 4%, rgba(128,135,133,1) 57%, rgba(67,75,88,1) 96%, rgba(61,69,83,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#808785', endColorstr='#3d4553', GradientType=1 );
	padding:5px 25px;
}
#header_wrapper {
	width: 1200px;
	margin: 0 auto;
}
#headerSocial {
	width:20px;
	margin-left:10px;
}
#headerSocial img {
	width:100%;
	margin: 1px 0px;
}
#headerRightSide {
	width:450px;
	color:#FFF;
}
#siteTagLine {
	color: #FFF;
    font-size: 8px;
    text-align: center;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
}
#headerRightSide a#logoutLink,
#headerRightSide a#loginLink,
#headerRightSide span#dropDownNotiList,
#headerRightSide span#dropDownNotiList a,
#headerRightSide span#dropDownMsgList,
#headerRightSide span#dropDownMsgList a {
	color:#FFCD6A;	
	position:relative;
	cursor:pointer;
}
#dropDownNotiList {
	margin-left: 10px; 
}
#dropDownNotiList,
#dropDownMsgList {
	margin-right:8px;	
}
#dropDownNotiList span.counter,
#dropDownMsgList span.counter {
	display:none;	
}
.moveToRight {
	right:-20px!important;	
}
#notificationArea span,
#messageArea span {
	max-height:200px;
	overflow-y:auto;
	overflow-x:hidden;	
	float:left;
	width:100%;
	word-wrap: break-word;
}
#notificationArea span ul,
#messageArea span ul {
	padding:0px;
	margin:0px;
	list-style-type:none;	
}
#notificationArea span ul li,
#messageArea span ul li {
	border-bottom:1px solid #ccc;	
	text-align:left;
	padding:5px 10px;
	color: #333;
}
#messageArea span ul li {
	float:left;
	width:100%;	
}
#notificationArea span ul li:last-child,
#messageArea span ul li:last-child {
	border:none;	
}
#notificationArea span ul li i,
#messageArea span ul li i {
	color:#ccc;
	font-size:11px;	
}
#notificationArea p,
#messageArea p  {
	color: #333;
	text-align:center;
	border-top:1px solid #ccc;
	float: left;
	width: 100%;
	font-size: 16px;
    padding: 5px 0px;
}
#notificationArea, #messageArea {
	display:none;	
}
#messageArea .msgUserAvtar {
	float:left;	
}
#messageArea .msgUserAvtar img {
	border-radius:50%;	
}
#messageArea .msgText {
	float:right;	
	width:80%;
}
.dropAarea {
	position:absolute;
	width:200px;
	right:0px;
	top:23px;	
	background-color:#FFF;
	z-index:99999;
	box-shadow: 0px 6px 13px 2px rgba(119, 119, 119, 0.75);
	-moz-box-shadow: 0px 6px 13px 2px rgba(119, 119, 119, 0.75);
	-webkit-box-shadow: 0px 6px 13px 2px rgba(119, 119, 119, 0.75);
	border-radius:5px;
}
.dropAarea:after {
	content:'';
	display:block;
	position:absolute;
	top:-20px; /*should be set to -border-width x 2 */
	right:14px;
	width:0;
	height:0;
	border-color: transparent transparent white transparent; /*border color should be same as div div background color*/
	border-style: solid;
	border-width: 10px;
}
.dropAarea a {
	display:block;	
}
#messageArea.dropAarea:after {
	right:20px;
}
#headerRightSide #dropDownNotiList:hover > #notificationArea,
#headerRightSide #dropDownMsgList:hover > #messageArea {
	display:block;
}

#userInfo {
	text-align:right;
	padding: 10px 20px 5px 0px;
	margin-bottom:7px;
	float: right;
	font-weight: 300;
}
#userInfo a {
	color:#FFF;	
}
.counter {
	background-color: red;
	line-height: 0px;
	padding: 1px 3px 2px 3px;
	font-size: 11px;
	color: #fff;
	position: relative;
	top:-10px;
	right:5px;
	border-radius: 2px;
}
a.headerButton {
	background-color:#EC5D57;
	text-align:center;
	padding:10px 0px;
	width:120px;
	display:block;
	color:#FFF!important;
	border-radius:5px;
	font-size:16px;
}
#groupconversationId{
	color:#666 !important;
}
#searchInput {
	position: relative;
}
#searchInput input#searchProject {
	padding: 5px 25px 5px 10px;
	border-radius: 5px;
	width: 250px;
	background-color: #FFF!important;
	border: 1px solid #ddd!important;
	font-weight: 300;
	font-size: 16px;
}
select#sortType {
	background-color: #FFF!important;
	border: 1px solid #ddd!important;
	font-weight: 300;
	font-size: 16px;
	margin-left: 10px;
	border-radius: 5px;
	height: 34px;
}
#searchInput i#searchIcon {
	position: absolute;
	top: 9px;
    right: 7px;
    cursor: pointer;
}
#homeNavigation {	
	border-bottom: 1px solid #ccc;
}
#homeNavigation a {
	float: left;
	width: 33.33%;
	padding: 10px 0px 11px 0px;
	text-align: center;
	font-size: 18px;
	font-weight: 300;
	position: relative;
	color: #5f6362;
	margin: 0px;
	position: relative;
}
#homeNavigation a.homeButton {
	padding: 23px 0px;
}
#homeNavigation a i {
	font-size: 11px;
    letter-spacing: 0.7px;
}
#homeNavigation a.afterLogin {
	width: 50%;
}
#homeNavigation a.activeMenu {
	background-color: #ffa161;
	color: #FFF;
	font-weight: 400;
	text-decoration: underline!important;
	letter-spacing: 0.5px;
}
#homeNavigation a span {
	font-size: 30px;
	position: absolute;
	top: 50%;
    margin-top: -23px;
	font-weight: 100;
}
#homeNavigation a span.alignRight {
	right: 0px;
}
#homeNavigation a span.alignLeft {
	left: 0px;
}
#startupFlow {
	background-color: #ddd;
	border-bottom: 3px solid #afb1b1;
}
#startupFlow .flowSteps {
	float: left;
	width: 33.33%;
	text-align: center;
	color: #FFF;
	font-size: 20px;
	padding: 10px 0px;
	font-weight: 400;
	line-height: 1.5;
	position: relative;
}
#startupFlow .flowSteps span {
	font-size: 13px;
	font-weight: 300;
	color: #333;
	letter-spacing: 0.5px;
}
#startupFlow .flowSteps.activeTab {
	color: #333;
}
#startupFlow .flowSteps i.fa {
	position: absolute;
	top: 50%;
	right: 0px;
	margin-top: -18px;
	font-size: 35px;
	color: #f15b5a;
}
#homeBanner {
	background-color: #eee;
	padding: 20px 0px;
	position: relative;
	-webkit-box-shadow: 0px 4px 4px -1px rgba(186,188,188,1);
	-moz-box-shadow: 0px 4px 4px -1px rgba(186,188,188,1);
	box-shadow: 0px 4px 4px -1px rgba(186,188,188,1);
}
#homeBanner a.btn-primary {
	font-size: 24px;
	font-weight: 300;
}
.points {
	font-size:16px;
	font-weight:300;	
	color:#5A5F5E;
	padding:0px;
	line-height: 150%;
}

#featuredStartup {
	background-color: #5a6985;
	padding: 20px 0px;
}
#featuredStartup .featuredListBox h1 {
	font-size: 23px;
    font-weight: 400;
    color: #FFF;
    word-wrap: break-word;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}
#featuredStartup .featuredListBox .startupContent {
	position: relative;
	margin-top: 10px;
}
#featuredStartup .featuredListBox .startupContent .startupImg {
	float: left;
	width: 200px;
	height:170px;
}
#featuredStartup .featuredListBox .startupContent .startupImg .imgBox {
    position: absolute!important;
    top: 50%;
    margin-top: -75px;
    width: 200px;
    height: 150px;
    text-align: center;
    white-space: nowrap;
    text-align: center;
    position: relative;
}
#featuredStartup .featuredListBox .startupContent .startupImg .imgBox img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    width: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#featuredStartup .featuredListBox .startupContent .startupDescription {
	float: right;
	width: 75%;
}
#featuredStartup .featuredListBox .startupContent .startupDescription p {
	color: #dbdee6;
	font-size: 16px;
	letter-spacing: 0.5px;
	font-weight: 100;
	word-wrap: break-word;
}
#featuredStartup .featuredListBox .startupContent .startupDescription .joinButton a {
	float: right;
	background-color: #EC5D57;
    text-align: center;
    padding: 7px 0px;
    width: 200px;
    color: #FFF!important;
    border-radius: 5px;
    font-size: 16px;
    margin-top: 5px;
    margin-left: 20px;
}
#featuredStartup .featuredListBox .startupContent .startupDescription .joinButton:last-child a {
	margin-left: 0px;
}

#betafyScore {
	background-color: #eee;
	padding: 20px 0px;
}
#betafyScore .wrapper .fullwidth {
	padding: 10px 50px;
}
#betafyScore .betafyCount {
	float: left;
	width: 30%;
}
#betafyScore .betafyCount h2,
#betafyScore .betafyCount p {
	text-align: center;
	float: left;
	width: 100%;
}
#betafyScore .betafyCount h2 {
	color: #FFF;
	font-size: 40px;
	padding: 20px 0;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(186,188,188,1);
	-moz-box-shadow: 0px 5px 5px 0px rgba(186,188,188,1);
	box-shadow: 0px 5px 5px 0px rgba(186,188,188,1);
}
#betafyScore .betafyCount p {
	font-size: 18px;
	color: #535353;
	margin-bottom: 5px;
}
#betafyScore #startupCount h2 {
	background-color: #5c8c93;
}
#betafyScore #usersignupsCount h2 {
	background-color: #a43151;
}
#betafyScore #listingviewsCount h2 {
	background-color: #202832;
}
#betafyScore .countDevider {
	float: left;
	height: 120px;
	border-right:1px solid rgba(90,95,94,0.35);
	margin: 0px 2%;
}

#addSection {
	padding-top: 20px;
	margin-bottom: 20px;
}
#addSection img {
	height: 100%;
	width: 100%;
}

.pointscontainer {
	margin: auto; width: 900px; border: 0px solid #8AC007;padding: 0px; min-width: 400px;
}

.pointsblock {
	width: 450px; border: 0px solid #000000; margin:0px;  
}

.points br {
	padding:0px;
}

.pointsblockleft{
	float: left;
	width: 50%;
	text-align: right;
	border-right:1px solid rgba(90,95,94,0.35);
	padding:0px 30px 20px 0px;
}

.pointsblockright{
	float: right;
	width: 50%;
	text-align: left;
	padding:0px 0px 10px 30px;
}
.pointsblock h2 {
	font-weight:400;
	font-size:18px;	
	margin:10px 0px;
	color:#535353;
	padding-bottom:10px;
	/*border-bottom:1px solid #5A5F5E;*/
	border-bottom: 1px solid rgba(90,95,94,0.35);
}

/*------------------------
	BETAUSER INFO PAGE
-------------------------*/
.userInfoAvtar {
	float: left;
    width: 180px;
    border-right: 1px solid #d6d6d6;
    padding-right: 30px;
    display: inline-block;
    overflow: hidden;
}
.userInfoAvtar div {
	position: relative;
	width: 100%;
	height: 150px;
	float: left;
}
#userInfoArea .userInfoAvtar  {
	width: 150px;
}
#userInfoArea .userInfoAvtar div {
	height: 110px;
}
.userInfoAvtar div img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#betauserView .userInfo {
	float: left;
	margin-left: 30px;
	width: 75%;
}
#betauserView .userInfo h1.popupTitle {
	font-size: 30px!important;
	color: #535353;
}
#betauserView  .userSocial,
.unserInfoShare {
	margin-top: 15px;
}
#betauserView  .userSocial a i {
	font-size: 20px;
	margin-right: 5px;
	color: #535353;
}
.userSocial p {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
.unserInfoShare #userShareLink {
	position: relative;
}
.unserInfoShare span {
	margin-right: 20px;
}

/*-------------------
	OTHER PAGES
--------------------*/
.howitworks {
	margin-bottom: 20px;
}
.howitworks .points ul {
	margin: 0px;
	padding: 0px 0px 0px 15px;
}
.howitworks .points ul li {
	text-align: left;
	font-size: 16px;
	line-height: 2;
}
.howitworks .pointsblock h2 {
	font-size: 22px;
}
.howitworks .pointsblockleft a {
	margin-top: 33px;
}
#contactform input.form-control {
	margin-bottom: 10px;
}
#contactform textarea {
	height: 100px;
}
#contactform a#submitBtn {
	margin-top: 38px;
	float: right;
	padding: 6px 30px;
}
#faqList .menu_body {
	display: none;
	font-size: 15px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
    margin-top: -11px;
    background-color: #FFF;
    font-weight: 300;
    padding-left: 17px;
    color: #777;
}
#faqList .menu_head {
	font-size: 16px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-weight: 400;
	color: #777;
}
#faqList .menu_head i {
	font-size: 16px;
	margin-right: 10px;
}

/*-------------------
	LOGIN SECTION
--------------------*/
#signinContent {
	background-color:#80E6FB;
	border-bottom:5px solid #AFB2B1;
	padding:30px 0px;
}
#loginFormLeftSide,
#loginLeftSide {
	width: 50%;
	padding-right: 40px;
	border-right: 1px solid #AFB2B1;
	padding-bottom: 20px;
	text-align: right;
}
#loginFormRightSide,
#loginRightSide {
	width: 46%;
}
#loginRightSide h2,
#loginLeftSide h2 {
	font-size:25px;
	padding-bottom:15px;	
}
#loginRightSide p,
#loginLeftSide p {
	font-size:16px;
	letter-spacing:0.5px;	
}
#SigninForm {
	margin:30px 0px;
}
#loginFormLeftSide {
	border-right: 1px solid #000;
	padding-bottom:0px;
}
#loginFormLeftSide .btn-primary {
	background-color: #575e67;
	font-weight: 300;
}
#loginFormLeftSide .btn-primary:hover {
	background-color: #6f7377;
}
#loginFormRightSide form {
	width:80%;	
}
#loginFormRightSide form input[type=email],
#loginFormRightSide form input[type=password] {
	text-align:center;	
	padding: 23px 10px;
	font-size: 17px;
}
.forgotPassLink {
	text-align:right;	
}
.forgotPassLink a {
	color:#333;
	font-weight:300;
}
#SignUpForm {
	width:700px;
	margin:0 auto;	
	padding: 0px;
}
.noDataFound {
	float: left;
    width: 100%;
    margin: 30px 0px;
    font-size: 16px;
    font-weight: 300;
}

/*-------------------
	CONTENT SECTION
--------------------*/
#homeHeader {
	margin-top:20px;	
}
#homeHeader i.fa-list,
#homeHeader i.fa-th,
#homeHeader i.fa-sort-alpha-desc,
#homeHeader i.fa-sort-alpha-asc {
	position: relative;
	top: 8px;	
	margin-left: 7px;
}
#searchForm {
	position:relative;	
	margin-right:10px;
}
#searchForm input[type=text] {
	border:none!important;
	border-bottom:1px solid #000!important;
	padding-right:25px;
}
#searchForm input[type=text]:active,
#searchForm input[type=text]:focus {
	outline:none!important;
}
#searchForm i#searchIcon {
	position:absolute;	
	right:10px;
	top:1px;
}
#pageTopMenu{
	margin-top:20px;
}
.sdkPageMenu {
	margin-bottom: 0px;	
}
#pageTopMenu a#projectDashboardBtn {
	background-color:#acadb1;
	font-size:15px;
	color:#FFF;	
}
#projectMenus {
	background-color:#ebebeb;
	padding:10px 0px;
	box-shadow: 0px 2px 5px 0px rgba(119, 119, 119, 0.6);
    -moz-box-shadow: 0px 2px 5px 0px rgba(119, 119, 119, 0.6);
    -webkit-box-shadow: 0px 2px 5px 0px rgba(119, 119, 119, 0.6);
}
.SDKdetailsPage {
	padding: 10px;
}
#pageTopMenu a.actionButton span {
	position:absolute;
	right: -3px;
	top: 9px;
}
#pageTopMenu a.actionButton  {
	padding: 12px 27px;
	color: #000;
	font-size: 16px;
	font-weight: 300;
	position:relative;
}
#pageTopMenu a.actionButton:last-child {
	padding: 12px 30px;
}
.discoverSortOption a.active,
.discoverSortOption a:hover,
#pageTopMenu a.actionButton.active,
#pageTopMenu a.actionButton:hover {
	background-color:#EC5D57;	
	color:#fff;
	position: relative;
}
#pageTopMenu a.actionButton.active span {
	display:none;	
}
#pageTopMenu a.actionButton i {
	position: absolute;
    font-size: 10px;
    font-weight: 300;
    top: 5px;
    right: 5px;
}
#pageTopMenu a.actionButton.active:after,
#feedbackTicketBtns .actionBtn.active:after,
.discoverSortOption a.active:after { /*arrow added to downarrowdiv DIV*/
	content:'';
	display:block;
	position:absolute;
	top:98%; /*should be set to 100% */
	left:50%;
	margin-left: -15px;
	width:0;
	height:0;
	border-color: #EC5D57 transparent transparent transparent; /*border color should be same as div div background color*/
	border-style: solid;
	border-width: 15px;
}
h3.pageTitle {
	font-size:20px;	
}
#betaProject {
	margin:0 0 20px 0px;	
}
#betaProject h3 .alignRight {
	font-size:14px;	
}
#partnerView {
	border-top: 1px solid #ccc;
	padding-top: 20px;
	margin-top: 20px;
}
#partnerView span {
	float: right;
	font-size: 14px;
	color: #577BED;
	position: relative;
	top: 3px;
}
#partnerView span a {
	color: #577BED;
}
#partnerDetails {
	margin-top: 20px;
}
#partnerDetails .partnerLogo {
	float: left;
    width: 150px;
    display: inline-block;
    overflow: hidden;
}
#partnerDetails .partnerLogo div {
    position: relative;
    width: 100%;
    height: 120px;
    float: left;
}
#partnerDetails .partnerLogo div img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#partnerDetails #partnerTitle {
    float: right;
    width: 80%;
}
#partnerDetails #partnerTitle h1 {
	line-height: 0.7;
	margin-bottom: 20px;
    font-weight: 300;
}
#partnerSocialInfo {
	margin-bottom: 20px;
}
#partnerSocialInfo a {
	font-size: 20px;
	padding-right: 10px;
}
.partnerOtherDetails {
	margin-top: 30px;
} 

.gallary_image {
	position:relative;
	width:70px;
	height:70px;
	margin: 10px 20px 10px 0px;
	float:left;
}
.gallary_image img {
	width:100%;
	height:100%;	
}
.gallary_image i.fa {
	position:absolute;
	right: -12px;
	top: -10px;
	font-size: 25px;
	color: red;
	cursor:pointer;
	background: #FFF;
	border-radius: 50%;
}
.searchBetauser {
	margin:30px 0px;	
}
.searchBetauser h3 span,
.searchBetauser p span {
	float:right;
	font-size:14px;	
}

/*-------------------
	PAGINATION
--------------------*/
#pagination {
	text-align:center;
	margin:30px 0px;	
}
#pagination ul {
	margin:0px;
	padding:0px;	
}
#pagination ul li {
	display:inline;	
	margin:0px 5px;
}
#pagination ul li a {
	width:100%;	
	padding:5px 10px;
	background-color:#ddd;
	font-size:14px;
}
#pagination ul li a.current {
	background-color:#FF2119;
	color:#FFF;
}

/*-------------------
	PROJECT GRID BLOCK
--------------------*/
.projectGrid .project {
	padding:10px;	
	border-radius:10px;
	width:196px;
	height: 220px;
	margin:25px 25px 0px 0px;
	position:relative;
	background-color: #FFF;
	box-shadow: 0px 2px 5px 0px rgba(119, 119, 119, 0.6);
    -moz-box-shadow: 0px 2px 5px 0px rgba(119, 119, 119, 0.6);
    -webkit-box-shadow: 0px 2px 5px 0px rgba(119, 119, 119, 0.6);
    border-top: 1px solid #f5f5f5;
}
.userBox.added {
	background-color:#F0BC9D;
}
.projectGrid .draft_project {
	background-color:#ededef;	
}
.projectGrid .project:nth-child(4),
.projectGrid .project:nth-child(8),
.projectGrid .project:nth-child(12),
.projectGrid .project:nth-child(16),
.projectGrid .project:nth-child(20),
.projectGrid .project:nth-child(24),
.projectGrid .project:nth-child(28),
.projectGrid .project:nth-child(32),
.projectGrid .project:nth-child(36),
.projectGrid .project:nth-child(40),
.projectGrid .project:nth-child(44),
.projectGrid .project:nth-child(48),
.projectGrid .project:nth-child(52),
.projectGrid .project:nth-child(56),
.projectGrid .project:nth-child(60),
.projectGrid .project:nth-child(64),
.projectGrid .project:nth-child(68),
.projectGrid .project:nth-child(72),
.projectGrid .project:nth-child(76),
.projectGrid .project:nth-child(80),
.projectGrid .project:nth-child(84),
.projectGrid .project:nth-child(88),
.projectGrid .project:nth-child(92),
.projectGrid .project:nth-child(96),
.projectGrid .project:nth-child(100),
#betaUserSearchResult .form-group .userBox:nth-child(5),
#betaUserSearchResult .form-group .userBox:nth-child(10),
#betaUserSearchResult .form-group .userBox:nth-child(15),
#betaUserSearchResult .form-group .userBox:nth-child(20),
#betaUserSearchResult .form-group .userBox:nth-child(25),
#betaUserSearchResult .form-group .userBox:nth-child(30),
#betaUserSearchResult .form-group .userBox:nth-child(35),
#betaUserSearchResult .form-group .userBox:nth-child(40),
#betaUserSearchResult .form-group .userBox:nth-child(45),
#betaUserSearchResult .form-group .userBox:nth-child(50),
#betaUserSearchResult .form-group .userBox:nth-child(55),
#betaUserSearchResult .form-group .userBox:nth-child(60),
#betaUserSearchResult .form-group .userBox:nth-child(65),
#betaUserSearchResult .form-group .userBox:nth-child(70),
#betaUserSearchResult .form-group .userBox:nth-child(75),
#betaUserSearchResult .form-group .userBox:nth-child(80),
#betaUserSearchResult .form-group .userBox:nth-child(85),
#betaUserSearchResult .form-group .userBox:nth-child(90),
#betaUserSearchResult .form-group .userBox:nth-child(95),
#betaUserSearchResult .form-group .userBox:nth-child(100),
.userGridView .form-group .userBox:nth-child(5),
.userGridView .form-group .userBox:nth-child(10),
.userGridView .form-group .userBox:nth-child(15),
.userGridView .form-group .userBox:nth-child(20),
.userGridView .form-group .userBox:nth-child(25),
.userGridView .form-group .userBox:nth-child(30),
.userGridView .form-group .userBox:nth-child(35),
.userGridView .form-group .userBox:nth-child(40),
.userGridView .form-group .userBox:nth-child(45),
.userGridView .form-group .userBox:nth-child(50),
.userGridView .form-group .userBox:nth-child(55),
.userGridView .form-group .userBox:nth-child(60),
.userGridView .form-group .userBox:nth-child(65),
.userGridView .form-group .userBox:nth-child(70),
.userGridView .form-group .userBox:nth-child(75),
.userGridView .form-group .userBox:nth-child(80),
.userGridView .form-group .userBox:nth-child(85),
.userGridView .form-group .userBox:nth-child(90),
.userGridView .form-group .userBox:nth-child(95),
.userGridView .form-group .userBox:nth-child(100) {
	margin-right: 0px;	
}
#ownProject.projectGrid .project.createProjectLink {
	background-color:#67A6F9;	
}
.projectGrid .projectImg {
	width:100%;
	height:150px;
	text-align:center;
	white-space: nowrap;
    text-align: center; 
    position: relative;
}
.projectGrid .projectImg .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.projectGrid .projectImg img {
	max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    width: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.project.createProjectLink  a {
	display:block;
	height:100%;
	width:100%;	
}
.project.createProjectLink h2 {
	padding-top: 50px;
	color: #FFF;
	font-weight: 300;
	font-size: 40px;
	line-height: 1.1;
}
.projectGrid .project h2.projectTitle {
	font-size:18px;
	text-align:center;	
	color:#FFF;
	margin-top: 2px;
	line-height: 1.5;
	word-wrap: break-word;
}
#referKeySection {
	border: 1px solid #ccc;
    padding: 10px;
    border-radius: 10px;
    font-size: 16px;
}
#referKeySection #referKeyArea {
	color: #577BED;
}
#referKeySection input#copykey {
	float: right;
	border: 0px;
    background-color: #7086F5;
    color: #FFF;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 11px;
    margin-top: -11px;
    margin-right: -11px;
    margin-bottom: -10px;
    font-size: 15px;
}
.shareArea {
	position: absolute;
	top: -50px;
    right: -40px;
	border-radius: 10px;
	background-color: #ebebeb;
	display: none;
	padding: 10px;
	width: 110px;
	box-shadow: 0px -1px 5px 0px rgba(119, 119, 119, 0.6);
    -moz-box-shadow: 0px -1px 5px 0px rgba(119, 119, 119, 0.6);
    -webkit-box-shadow: 0px -1px 5px 0px rgba(119, 119, 119, 0.6);
}
.shareArea:after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    width: 0;
    height: 0;
    border-color: #ebebeb transparent transparent transparent;
    border-style: solid;
    border-width: 15px;
}
.shareArea p a {
	margin: 5px;
}
.shareArea p a i {
	font-size: 20px;
}
#subcategoriesArea .form-group.col-xs-12 span label input {
	top: 0px;
}
#subcategoriesArea .form-group.col-xs-12 span ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 100%;
}
#subcategoriesArea .form-group.col-xs-12 span {
	float: left;
	width: 100%;
	border: 1px solid #aaa;
	padding: 10px;
    border-radius: 5px;
}
#subcategoriesArea .form-group.col-xs-12 span ul li {
	width: 33.33%;
	float: left;
}
#subcategoriesArea .form-group.col-xs-12 span ul li label {
	position: relative;
	padding-left: 15px;
	font-weight: 400;
}
#subcategoriesArea .form-group.col-xs-12 span ul li.fullwidth {
	width: 100%;
}
#subcategoriesArea .form-group.col-xs-12 span ul li.fullwidth label {
	padding-left: 0px;
	font-weight: 600;
	margin-bottom: 0px;
}

/*-------------------
	PROJECT LIST BLOCK
--------------------*/
#lazyLoader {
	text-align: center;
}
#lazyLoader img {
	-webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
#lazyLoader img,
#lazyLoader h3 {
	display: none;
	padding: 20px 0px
}
.homeLeftSection {
	float: left;
}
.proIamWatching {
	color:#577BED;
	font-weight:400;	
	position: relative;
	padding-left: 15px;
	top: 3px;
}
.proIamWatching input[type=checkbox] {
	top: 0px;
}
#projectList {
    margin: 20px 0px;
}
#projectList.SDKpageView {
	margin: 0px;
	padding: 0px 30px;
}
#sdkDocumnet {
	margin: 10px 0px 20px 0px;
}
#sdkDocumnet ol {
	margin: 0px 10px 0 20px;
	padding: 0px;
}
#sdkDocumnet ol li,
#sdkDocumnet p {
	font-size: 15px;
	margin-bottom: 5px;
	font-weight: 300;
}
#sdkDocumnet xmp {
	margin: 0px;
	font-family: 'Lato', sans-serif;
	white-space: pre-wrap;       /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
#sdkDocumnet ol li pre {
	padding: 10px;
	margin: 10px 0 30px 0;
	background-color: #474747;
	white-space: pre-wrap;       /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
    color: #FFF;
}
#sdkDocumnet ol li pre xmp {
	font-size: 16px;
}
.projectDetails,
.otherPages {
	background-color: #F5F5F5;	
	/*box-shadow: 0px 2px 5px 0px rgba(119, 119, 119, 0.6);
	-moz-box-shadow: 0px 2px 5px 0px rgba(119, 119, 119, 0.6);
	-webkit-box-shadow: 0px 2px 5px 0px rgba(119, 119, 119, 0.6);
	border-top: 1px solid #f5f5f5;*/
	box-shadow: 0px 3px 1px 0px rgba(119, 119, 119, 0.5);
-moz-box-shadow: 0px 3px 1px 0px rgba(119, 119, 119, 0.5);
-webkit-box-shadow: 0px 3px 1px 0px rgba(119, 119, 119, 0.5);
}
.otherPages {
	padding: 10px;
}
.aboutpage img,
#aboutSocial {
	float: left;
	border-radius: 50%;
	margin-bottom: 20px;
	width: 150px;
}
.aboutpage .leftSection #aboutSocial {
	text-align: center;
	font-size: 16px;
}
.aboutpage .leftSection #aboutSocial a {
	margin: 0px 5px;
	cursor: pointer;
}
.aboutpage p b {
	font-weight: 300;
}
.aboutpage p {
	float: right;
	width: 80%;
	font-weight: 300;
}
.aboutpage .leftSection {
	float: left;
	width: 150px;
}
.homeProjectList .project {
	position: relative;
	padding:10px 10px 10px 0px;
	background-color: #FFF;
	border-bottom: 1px solid #ccc;
	/*height: 260px;*/
}
#projectList .project {
	padding: 20px 10px 20px 0px;
}
#projectList.homeProjectList .project:hover {
	/*background-color: #ebebeb;*/
	/*-webkit-box-shadow: 0px 1px 5px 2px rgba(119,119,119,0.5);
	-moz-box-shadow: 0px 1px 5px 2px rgba(119,119,119,0.5);
	box-shadow: 0px 1px 5px 2px rgba(119,119,119,0.5);*/
	z-index: 999;
}
#projectList.homeProjectList .project:hover > .projectContent h2.projectTitle a {
	color: #577BED!important;
}
#projectList .project:last-child {
	border-bottom:0px;	
}
.projectVote {
	width:50px;
	line-height:0.5;
	margin-top: 0px;
}
.projectVoteArea .projectVote,
#singleProjectVoteArea .projectVote {
	position: absolute;
	height: 50px;
	top: 50%;
	margin-top: -25px!important;
    left: 5px;
    color: #535353;
}
.projectVote span {
	font-size:15px;
	font-weight:400;
	padding:7px 0px 9px 0px;
	position: relative;
	top: 2px;
	left: -1px;
	line-height:1;
	display:inline-block;
}
@-moz-document url-prefix() { 
	.projectVote span {
		left: 0px;
	}
}
.projectVote .arrowUp {
	background:url(../img/up.png) no-repeat;
}
.projectVote .arrowDown {
	background:url(../img/down.png) no-repeat;
}
.projectVote .arrowUp.voted {
	background:url(../img/up-active.png) no-repeat;
}
.projectVote .arrowDown.voted {
	background:url(../img/down-active.png) no-repeat;
}
.projectVote .arrowUp,
.projectVote .arrowUp.voted,
.projectVote .arrowDown,
.projectVote .arrowDown.voted {
	cursor:pointer;
	width:20px;
	height:20px;
	background-size:20px 20px;
	display: inline-block;
}
.projectVote i.voted {
	color:#FFA160;
}
.projectMainImg {
    float: left;
    width: 180px;
    max-height: 100%;
    height: 86%;
    position: absolute;
    left: 75px;
    top: 15px;
    border-right: 1px solid #d6d6d6;
}
.projectMainImg a {
	display: block;
	height: 100%;
}
#projectList .projectImg {
	width: 150px;
    height: 150px;
    text-align: center;
    white-space: nowrap;
    text-align: center;
    position: relative;
}
#projectList .projectImg {
	position: absolute;
    top: 50%;
    margin-top: -75px;
}
#projectList .projectImg img {
	max-height:100%;
	max-width:100%;
	object-fit: contain;
	width: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#projectList #singleProjectDetails .projectImg {
	margin-left: 0px;
}
/*#projectList .projectImg .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
#projectList .projectImg img {
	background: #3A6F9A;
    vertical-align: middle;
}*/
#projectList .projectContent {
	width:570px;	
}
#projectList #singleProjectDetails .projectContent {
	width: 600px;
	padding-left: 20px;
    border-left: 1px solid #d6d6d6;
    min-height: 105px;
    line-height: 2;
}
#singleProjectDetails .projectContent span,
#singleProjectDetails .projectContent p {
	width: 100%;
	float: left;
}
.projectTitle {
	font-size:23px;	
	font-weight:400;
	color:#535353!important;
	word-wrap: break-word;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.projectTitle a {
	color:#535353!important;
}
.projectTitle a b {
	margin-left: 10px;
	font-size: 12px;
	font-weight: 400;
	background-color: #2fac23;
	padding: 0px 4px 2px 4px;
    position: relative;
    top: -5px;
    border-radius: 5px;
    color: #FFF;
}
.projectTitle i {
	font-size:20px;	
}
.projectTitle i.liked {
	color:#FFCD6A;	
}
.projectTitle span,
#projectOptions #projectAction {
	float:right;
	font-size:13px;
	color:#577BED;	
}
#projectOptions #projectAction {
	position:relative;
}
#projectOptions #projectAction .joinButton {
	float:right;	
	background-color: #EC5D57;
	text-align: center;
	display: block;
	border-radius: 5px;
	font-style: normal;
	letter-spacing: 0.5px;
	margin: 0 0 0 20px;
}
#projectOptions #projectAction .joinButton a {
	color: #FFF!important;
	padding: 10px 15px;
	display:block;
}
.projectTitle span.projectCommentsLink {
	margin-right: 20px;
}
.projectTitle span.projectJoinCount {
	color: #f13a47;
	margin-right: 10px;
}
.projectTitle span.projectJoinCount i,
.projectTitle span.projectCommentsLink,
.projectTitle span.projectJoinCount {
	font-size:15px;		
}
.projectTitle span a {
	background-color: #FF2119;
	text-align: center;
	padding: 10px 0px;
	width: 100px;
	display: block;
	color: #FFF!important;
	border-radius: 5px;	
	font-style:normal;
	letter-spacing:0.5px;
	margin-left:20px;
}
.projectText {
	padding:13px 0px;
	font-size: 15px;
	color:#535353;
	font-weight:300;
	line-height:1.5;
	word-wrap: break-word;
}
.projectWeburl a:hover {
	text-decoration: underline!important;
}
.projectUpvoteNames {
	font-style: normal;
	font-weight: 300;
	font-size: 13px;
}
.projectUpvoteNames,
.projectUpvoteNames a {
	color:#577BED;
}
.projectTagsList {
	float: left;
	width: 100%;
	margin-top: 15px;
	color: #535353;
}
.projectTagsList span span {
	padding: 5px 10px;
	background-color: #f1f1f1;
	color: #535353;
	margin-right: 10px;
	border-radius: 15px;
	float: left;
	margin-bottom: 5px;
	cursor: pointer;
}
.projectTagsList span:last-child {
	margin-right: 20px;
}
span.projectJoinCount, 
span.projectCommentsLink {
	float: left;
	font-size: 13px;
	color: #577BED;
}
.homeProjectList span.projectJoinCount, 
.homeProjectList span.projectCommentsLink {
	margin-right: 20px;
    margin-top: 10px;
    font-weight: 300;
}
#projectOptions span.projectJoinCount {
	float: left;
	margin-right: 20px;
}
span.projectJoinCount {
	color: #f13a47;
}
span.sdkImplemetedFlag {
	position: absolute;
    z-index: 1;
    top: 5px;
    right: 5px;
}
span.sdkImplemetedFlag img {
	width: 50px;
	height: 50px;
}
.projectSocialButtons {
	margin-top:20px;	
}
.projectSocialButtons b {
	font-style:normal;
}
.projectSocialButtons span.projectSocialLinks img {
	margin-right:5px;	
}
.projectSocialLinks a i {
	font-size: 20px;
	margin-right: 5px;
}
#projectDescription {
	font-size: 15px;
	color: #535353;
	font-weight: 300;
	line-height: 1.5;	
	font-style:normal;
}
#projecttargetCategory, #projectDescription, #projectBetaUsers, #projecttargetAudience, #projectImageGallery, #projectOptions, #project_interview {
	margin-bottom:10px;	
	padding: 15px;
}
#projectOptions {
	margin-top: 7px;
	margin-bottom: 0px;
}
#projectBenifits ul,
#projectfeature ul {
	margin:0 0 0 20px;
	padding:0 0 0 15px;
	list-style-type: disc;
}
#projectBenifits ul li,
#projectfeature ul li {
	padding:2px 0px;
	font-size: 15px;
	color: #535353;
	font-weight: 300;
	line-height: 1.5;
	font-style: normal;
}

/*---------------------------
PROJECT SINGLE VIEW SECTION
----------------------------*/
#singleProjectBlock {
	position: relative;
}
#singleProjectVoteArea,
.projectVoteArea {
	float:left;
	width: 60px;
	max-height: 100%;
	/*background-color: #3d4551;*/
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
#singleProjectBlock #singleProjectDetails {
	float: right;
	width: 92%;
	padding: 10px;
}
#projectBetaUsers .fullwidth {
	margin-top:5px;	
}
#projectBetaUsers .usersBlock {
	width:73px;
	height:73px;
	float:left;
	margin:5px;
	text-align:center;
	line-height:70px;
	font-size:40px;
	font-style:normal;
}
#projectBetaUsers .usersBlock a {
	color:#8E8E91;
	display:block;
	text-transform:uppercase;
	border-radius:50%;
	border-radius:50%;
	border:2px solid #ccc;
}
#projectBetaUsers b,
#projecttargetAudience b,
#project_interview b,
#projecttargetCategory b,
#projectBenifits b,
#projectfeature b {
	font-size:15px;	
	font-style:normal;
}
#projectBetaUsers a img {
	width:100%;	
	height:100%;
	border-radius:50%;
}
#targetAudience {
	margin-top:10px;	
}
#targetAudience ul {
	margin:0px;
	padding:0px;
	list-style-type:none;	
}
#targetAudience ul li {
	width:33.33%;
	float:left;	
	padding:5px 0px;
	color:#577BEE;
	font-size:17px;
	font-style:normal;
	cursor: pointer;
	font-weight: 300;
}
#targetAudience ul li i {
	font-size:10px;
	margin-right:5px;	
}
a.editProjectLink {
	float: right;
    position: relative;
    color: #337ab7;
    text-decoration: underline!important;
}
a.editProjectLink i,
a.editProjectLink {
	font-size: 14px;
	color: #577BED!important;
}
.teamUser {
	background-color:#EBEBDE;
	border-radius:5px;
	width:200px;
	height:300px;
	margin:22px;
	padding:20px;	
}
.teamUser .teamUserImg {
	width:100px;
	height:100px;
	border-radius:50%;
	border:1px solid #ccc;	
	position:relative;
	left:50%;
	margin-left:-50px;	
}
.teamUser .teamUserImg img {
	width:100%;
	height:100%;
	border-radius:50%;
}
.teamUser h3 {
	text-align:center;
	font-size:18px;
	padding:10px 0px;
	line-height:1.3;
}
.teamUser p {
	text-align:center;	
}
.teamUser a.messageButton {
	color:#577BED;
	font-style:italic;
}
#CommentsSection {
	padding: 20px 0px;
}
.commnetsButton a {
	font-weight: 300;
    font-size: 20px;
    font-family: 'Lato', sans-serif;
}
.commnetsButton a.addCommentBtn {
	background-color: #547bed;
	padding: 5px 10px;
	color: #FFF;
	font-size: 12px;
	margin-left: 10px;
}
#feedbackTicketBtns {
	margin-top: 25px;
}
#feedbackTicketBtns .actionBtn {
	float: left;
	width: 50%;
	padding: 10px 0px;
	text-align: center;
	font-size: 18px;
    cursor: pointer;
    font-weight: 300;
    background-color: #EEE;
    position: relative;
}
#feedbackTicketBtns .actionBtn i {
	position: absolute;
	font-size: 11px;
	font-weight: 400;
	margin-left: 5px;
}
#feedbackTicketBtns .actionBtn.active {
	background-color: #ffa161;
}
#feedbackTicketBtns .actionBtn.active:after {
	border-color: #ffa161 transparent transparent transparent;
}
#feedbackTicketBtns .actionBtn.active a {
	color: #FFF;
}
.actionBtn.new {
	padding-top: 10px;
}
.actionBtn.new a {
	float: right;
	color: #577BED;
    font-weight: 300;
    cursor: pointer;
}
#feedbackTicketBtns .actionBtn.new a {
	color: #FFF;
}
#feedbackTicketBtns .actionBtn a {
	display: block;
}
.fileUpload input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
#betafierUsers #betafierUsersList {
	margin:10px 0 0 0;
	max-height:800px;
	overflow-y:auto;	
	overflow-x: hidden;		
}
#betafierUsers h3,
#betaUserList h3,
.boxTitle {
	font-weight: 300;
	font-size: 20px;
	font-family: 'Lato', sans-serif;
}
#betafierUsers h3 span {
	float:right;
	font-size:14px;
	position: relative;
	margin-top: 4px;
}
#betafierUsers h3 span a {
	color: #577BED;	
}
#project_interview h3 {
	margin-bottom: 10px;
}
#project_interview .questionBox h3 {
	margin: 10px 0px;
	font-size: 18px;
	font-weight: 400;
}
#project_interview .questionBox h3 b {
	font-weight: 600;
}
#project_interview .questionBox {
	border-bottom: 1px solid #ccc;
	margin-top: 20px;
	padding-bottom: 20px;
}
#project_interview .questionBox .fullwidth p {
	font-size: 15px;
	font-weight: 300;
}
#project_interview .questionBox:first-child {
	margin-top: 0px;
	border-bottom: 0px;
	padding-bottom: 0px;
}
#project_interview .questionBox:last-child {
	border-bottom: 0px;
	padding-bottom: 0px;
}

/*-------------------
	COMMENT SECTION
--------------------*/
#CommentForm {
	display: none;
}
#add_feedback_replay input[type=submit],
#add_feedback_replay input[type=button],
#CommentForm input[type=submit],
#userCommnetsList input[type=submit] {
	float: right;
	margin-left: 15px;
}
#userCommnetsList {
	margin-top: 10px;
}
.commentBox {
	padding: 10px;
	box-shadow: 0px 3px 1px 0px rgba(119, 119, 119, 0.5);
    -moz-box-shadow: 0px 3px 1px 0px rgba(119, 119, 119, 0.5);
    -webkit-box-shadow: 0px 3px 1px 0px rgba(119, 119, 119, 0.5);
    border-radius: 5px;
    background-color: #F5F5F5;
    margin-top: 10px;
}
.commentBox .commentBox {
	border-bottom: 1px solid #ccc;
	box-shadow: none;
	border-radius: 0px;
}
.commentBox:last-child,
.userComment .commentBox:last-child {
	border-bottom: 0px;
}
.commentBox .userInfo {
	float: left;
	width: 60px;
	text-align: center;
}
.commentBox .userInfo img.userAvtar {
	border-radius: 50%;
	border: 1px solid #ccc;
}
.commentBox .userComment {
	float: right;
	width: 91%;
}
.commentBox .userComment p {
	word-wrap: break-word;
}
.commentBox .userComment p strong,
.commentBox .userComment p strong a {
	font-size: 15px;
	color: #136695;
}
.commentBox .userComment p u {
	font-size: 16px;
    padding-left: 20px;
    color: #547bed;
    text-decoration: none;
}
p.ticketStatus span {
	margin-right: 20px;
}
p.ticketStatus span strong {
	color: #535353!important;
	font-weight: 400;
}
p.ticketStatus span:last-child {
	margin-right: 0px;
}
.commentBox .userComment p.replyArea {
	padding-top: 5px;
}
.commentBox .userComment p.replyArea a {
	color: #547bed;
	margin-right: 20px;
}
.commentBox .userComment p.replyArea span {
	color: #ccc;
	font-weight: 300;
}
textarea#addreplycomments {
	font-size: 14px;
	background-color: #FFF!important;
}
.betaUser {
	background-color:#F5F5F5;
	padding:10px;
	border-radius:5px;
	margin:6px 0px;	
	cursor:pointer;
	box-shadow: 0px 3px 1px 0px rgba(119, 119, 119, 0.5);
	-moz-box-shadow: 0px 3px 1px 0px rgba(119, 119, 119, 0.5);
	-webkit-box-shadow: 0px 3px 1px 0px rgba(119, 119, 119, 0.5);
}
#betafierUsers {
	margin-bottom: 20px;
}
.notificationPage h3 span {
	float:right;
	font-size:14px;
}
.notificationPage a.removeNotify {
	color:red;	
}
.readNotification {
	background-color:#EDEDED;	
	position: relative;
}
.betaUserImg {
	border:1px solid #ccc;	
}
.betaUserImg,
.betaUserImg img {
	border-radius:50%;	
	height:50px;
	width:50px;
}
.betaUserName {
	margin-left:20px;	
	max-width:500px;
}
.betaUserName h4 {
	font-size:18px;	
	padding:4px 0px;
	font-weight: 300;
}
.betaUserName h4 span {
	font-size:14px;
	color: #577BED;
	font-style: italic;	
	margin-left:20px;
}
.betaUserName p {
	font-weight: 300;
}
.betaUserPoints {
	color:#FF2119;
	font-weight:bold;
	text-align:center;
	width:70px;
	padding:4px 0px;	
}
.betaUserPoints span {
	font-weight:normal;
	font-style:italic;
	color:#000;
}	
.betaUserActions {
	font-weight:300;
	padding:4px 0px;
	position: relative;
	z-index: 99;
}
.betaUserActions a {
	color: #f13a47;
}
.readNotification a.notoficationLink {
	display: block;
    width: 95%;
}
.betaUserActions .sendBetaUserMsg {
	color: #577BED;
	font-style: italic;
	font-weight:300;	
	line-height: 22px;	
}
.rowColoumnStructure .betaUserActions {
	padding-right:0px;	
	border:none;
	padding-top:3px;
}
.extraInfo {
	display:none;
	background-color: #E0F0F3;
	padding:10px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	margin-top:-10px;
}
.extraInfo .msgContent {
	padding-left:70px;	
}
.msgReplayView {
	background-color:#FFF;
	border-radius:5px;
	padding:10px;
	margin:10px 0 0 2%;
	width:98%;
}
.msgReplayBox {
	margin-top:5px;	
	overflow-y:auto;
	max-height:200px;
}
.msgReplayBox .msgReplayView:first-child {
	margin-top:0px;
}
.msgReplayAvtar {
	width:50px;	
}
.msgReplayContent {
	width:855px;	
}
.betaUser.changeColor,
.extraInfo.changeColor {
	background-color:#EBEBDE;
}
.msgReplayView.changeColor {
	background-color:#E7E7D0;	
}
a.openPopup {
	margin-left:20px;	
}
.editProjectIcon,
.deleteProjectIcon {
	position: absolute;
	right: 9px;
	top: 10px;
	color: #FFF;
	font-size: 15px;
	border-radius:50%;
	z-index:9;
}
.deleteProjectIcon {
	right: 30px;
}
.editProjectIcon i,
.deleteProjectIcon i {
	margin-top:-2px;
	margin-bottom:-2px;	
	color: #000;
}
.editProjectIcon a,
.deleteProjectIcon a {
	color: #FFF;
}
.projectJoinicon {
	position: absolute;
	right: 0px;
	top: 0px;
	color: #FFF;
	font-size: 12px;
	width: 100%;
	text-align: center;
	padding: 2px 0px;
	background-color: #67A6F9;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
#changePasswordArea,
#setPasswordArea,
#profileEditArea {
	display: none;
}


/*-------------------
	EMAIL SECTION
--------------------*/
#email_content_section h3 .newEmailButton {
	font-size:15px;
	padding-top:10px;	
	padding-left:70px;
}
#mailGroups {
	max-height: 360px;
	overflow-y: auto;
	overflow-x: hidden;	
	margin-bottom:20px;
}
.mailGroupArea {
	background-color:#EDEDED;
	padding:5px;	
	margin-bottom:10px;
	border-radius:5px;
	cursor:pointer;
}
.mailGroupArea.unreadGroup {
	background-color:#DADADA;
}
.mailGroupArea.activeGroup {
	background-color:#6D84B4;
}
.mailUser img {
	border-radius:50%;
	margin-right:5px;	
	margin-bottom:5px;
}
.mailGroupArea span.groupDelete {
	font-size:16px;
	padding:8px 5px 0 0;
	position: absolute;
	right: 20px;
}
.mailGroupArea span.groupDelete a {
	color:#F00;	
}
.mailUser .msgCount {
	background-color:#F00;
	padding: 3px 6px 1px 6px;
	color: #FFF;
	border-radius: 50%;
	font-size: 12px;
	position: relative;
	top: 5px;
	right: 10px;
}
.mailText {
	background-color:#FFF;
	font-size:14px;
	padding:5px 10px;
	margin-top:5px;
	border-radius:5px;
	word-wrap: break-word;
}
#userChatSection {
	border:1px solid #ccc;
	padding:5px;
	margin-bottom:20px;
}
.chatUsersName {
	max-height: 40px;
	overflow-y: auto;
	overflow-x: hidden;
}
#chatWindow {
	max-height:300px;
	overflow-y:auto;	
	overflow-x: hidden;
}
.userRow, .guestRow {
	padding:7px;
	border-radius:5px;	
	margin-bottom:7px;
	width:88%;
	position:relative;
}
.userRow {
	background-color:#E0F0F3;	
	margin-right:10px;
}
.userRow:after {
	content:'';
	display:block;
	position:absolute;
	top:18px;
	left:100%;
	width:0;
	height:0;
	border-color: transparent transparent transparent #E0F0F3; /*border color should be same as div div background color*/
	border-style: solid;
	border-width: 10px;
}
.guestRow {
	background-color:#EDEDED;
	margin-left:10px;	
}
.guestRow:after{ 
	content:'';
	display:block;
	position:absolute;
	top:18px;
	left:-20px;
	width:0;
	height:0;
	border-color: transparent #EDEDED transparent transparent; /*border color should be same as div div background color*/
	border-style: solid;
	border-width: 10px;
}
.userRow .userAvtar img {
	border-radius:50%;
	margin-left:10px;	
}
.guestRow .userAvtar img {
	border-radius:50%;
	margin-right:10px;	
}
.userMsg {
	font-size:14px;	
	width:88%;
	white-space: pre-wrap;
	word-wrap: break-word;
}
.userMsg span {
	font-style:italic;
	font-size:12px;
	color:#999;	
	font-weight:400;
}
.userMsg b {
	text-transform:capitalize;	
}
#fromErrorSingleMsg {
	margin-bottom:5px;
	margin-top:10px;	
}

/*-------------------
	SDK
--------------------*/
#sdkKey {
	background-color:#F5F5F5;
	margin:25px 0px 30px 0px;
	padding:10px 30px;
	border-radius:5px;	
	box-shadow: 0px 3px 1px 0px rgba(119, 119, 119, 0.1);
    -moz-box-shadow: 0px 3px 1px 0px rgba(119, 119, 119, 0.1);
    -webkit-box-shadow: 0px 3px 1px 0px rgba(119, 119, 119, 0.1);
}
#sdkKey label,
#sdkKey #project_key {
	margin-left:50px;
	font-size:18px;
	padding:5px 20px;	
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}
#sdkKey label {
	margin-left: 0px;
	color: #000;
	line-height: 10px;
}
#sdkKey input#copykey {
	float: right;
	border: 0px;
	background-color: #6E91F0;
	color: #FFF;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	padding: 15px;
	margin-top: -10px;
	margin-right: -30px;
	margin-bottom: -11px;
	font-size: 15px;
}
.sdkDownload .sdkButton {
	display:block;
	background-color:#eee;
	color:#000;
	padding:10px 20px;
	border-radius:5px;
	font-weight: 300;
    font-size: 16px;
	box-shadow: 0px 3px 1px 0px rgba(119, 119, 119, 0.1);
    -moz-box-shadow: 0px 3px 1px 0px rgba(119, 119, 119, 0.1);
    -webkit-box-shadow: 0px 3px 1px 0px rgba(119, 119, 119, 0.1);
}
.sdkDownload .sdkButton.sdkButtonActive {
	background-color:#dcf0df;
}
.sdkDownload .sdkButton .sdkStatus {
	width:250px;
}
.sdkDownload a.sdkAction {
	line-height: 2.7;	
	font-weight: 300;
}
.sdkDownload a.sdkAction i.fa.fa-toggle-on,
.sdkDownload a.sdkAction i.fa.fa-toggle-off {
	font-size: 30px;
    position: relative;
    top: 6px;
}
.sdkDownload .form-group {
	margin-top:10px;	
	margin-bottom:0px;
}
#sdkEventsBox h4 a {
	color:#6E91F0; 
	float:right;
	font-size: 14px;
	font-weight: 400;
}

#overallFLow {
	border-radius:5px;	
	padding-bottom:10px;
	margin-top: 5px;
}
#overallFLow .buttonType {
	width:33.33%;
	float:left;
	text-align:center;
	padding:15px 0px;
	font-size:18px;
	cursor:pointer;
	font-weight: 300;
	background-color: #EEE;
}
#overallFLow .buttonType.active {
	background-color:#dcdcdc;
}
#overallFLow .eventBox {
	background-color: #F5F5F5;
	padding: 10px;
	border-radius: 5px;
	margin: 8px 0px;	
	position:relative;
	box-shadow: 0px 3px 1px 0px rgba(119, 119, 119, 0.5);
    -moz-box-shadow: 0px 3px 1px 0px rgba(119, 119, 119, 0.5);
    -webkit-box-shadow: 0px 3px 1px 0px rgba(119, 119, 119, 0.5);
}
#overallFLow .eventBox h4 {
	word-wrap:break-word;
	font-weight: 300;	
}
#overallFLow .eventBox p {
	color:#999;
	padding-top:3px;
	font-weight: 300;
	font-size: 13px;
}
#overallFLow .eventBox a {
	position:absolute;	
	right: 10px;
	top: 20px;
	color: #577BED;
}
#overallFLow .eventDetails {
	margin-top:-10px;
	border-top-left-radius:0px;
	border-top-right-radius:0px;
	display:none;	
}
#eventfeedbackListView .eventDetails p {
	font-size: 16px;
	padding-left: 40px;
    position: relative;
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
	padding-bottom: 5px;
}
#eventfeedbackListView .eventDetails p:last-child {
	border-bottom: none;
    margin-bottom: 0px;
	padding-bottom: 0px;
}
#eventfeedbackListView .eventDetails p span {
	font-size: 12px;
	color: #777;
    font-weight: 400;
}
#eventfeedbackListView .eventDetails p b {
	color: #777;
	position: absolute;
    left: 0px;
}
#eventPopupOption input[type=radio] {
	position: relative;
    top: 0px;
    left: 0px;
    margin-right: 5px;
}
#eventPopupOption label {
	font-size: 14px;
}
#overallFLow p.feedbackInfo {
	display: block;
	text-align: right;
	font-size:12px;
}
#overallFLow p.feedbackInfo b,
#overallFLow p.feedbackInfo i {
	margin-right:7px;	
}
#overallFLow #eventListView,
#overallFLow #feedbackListView,
#overallFLow #userListView {
	overflow:auto;
	max-height:490px;
}
#overallFLow #userListView,
#overallFLow #feedbackListView {
	display:none;	
}
#eventListView table tr th,
#userListView table tr th {
	background-color:#818785;
	color:#FFF;	
}
#eventListView table tr th,
#eventListView table tr td,
#userListView table tr th,
#userListView table tr td {
	padding:7px 5px;
	text-align:center;
	border:1px solid #ccc;	
}

/*-------------------
	CREATE PROJECT
--------------------*/
#imageUploadControl {
	width:200px;
	height:157px;	
	position: relative;
    overflow: hidden;
	background-color:#67A6F9;
}
#imageUploadControl h4 {
	text-align: center;
    font-size: 20px;
    color: #FFF;
    line-height: 157px;
}
#imageUploadControl p {
	position:absolute;
	bottom:30px;
	text-align:center;
	width:100%;	
	color:#FFF;
}
#imageUploadControl input#image_file {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
	width:100%;
	height:100%;
	z-index:99;
}
#uploadedImage {
	position:absolute;
	top:0px;
	/*left:0px;*/
	width: 200px;
	height: 157px;
	background-color:#FFF;
	border:1px solid #ccc;
	display:none;	
}
#uploadedImage img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
#SocialLinks a {
	position:relative;	
}
#SocialLinks a input[type=text] {
	position:absolute;
	left:0px;
	width:500px;
	margin-top:10px;
	background: brown;
}
#SocialLinks a span {
	display:none;	
}
#SocialLinks a span:after {
	content: '';
	display: block;  
	position: absolute;
	left: 3px;
	top:13px;
	bottom: 100%;
	width: 0;
	height: 0;
	border-bottom: 10px solid #A7A9AB;
	border-top: 10px solid transparent;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}
#betaUserSearchResult {
	margin-bottom:20px;
}
#betaUserSearchResult .form-group.col-xs-12 {
	max-height:430px;
	min-height:50px;
	overflow-y:auto;
	overflow-x:hidden;	
}
.userBox {
	padding: 10px;
	border-radius: 10px;
	width: 162px;
	height: 200px;
	margin: 6px 12px 6px 0px;	
	border:1px solid #ccc;
	text-align:center;
	position:relative;
	background-color: #eee;
}
.userBox img.userAvtar {
	border-radius:50%;
	border:1px solid #76C2D8;
	margin:10px 0px;	
}
.userBox p {
	color:#5A5F5E;	
	font-weight:600;
}
.userBox p.requestPending {
	color:red;
	font-size:10px;
	position: absolute;
	top: 3px;
	width: 100%;
	margin-left: -10px;	
}
.userBox .userSocial {
	position: absolute;
	bottom: 45px;
	left: 0px;
	width: 100%;	
}
.userBox .userSocial a {
	padding:5px;	
	font-size: 18px;
}
.userBox a.userAction {
	color: #727DE9;
    font-style: italic;
    font-size: 14px;
    position: absolute;
    bottom: 10px;
    text-align: center;
    left: 0px;
    width: 100%;
    letter-spacing: 1px;
    font-weight: 700;
}

#discoverBetUsers {
	overflow: auto;
	max-height: 800px;
	margin-top: 5px;
}
.betaUserBox {
	padding: 15px;
    border-radius: 5px;
    width: 273px;
    height: 140px;
    margin: 0px 20px 20px 0px;
    background-color: #F5F5F5;
    text-align: center;
    position: relative;
    box-shadow: 0px 3px 1px 0px rgba(119, 119, 119, 0.5);
    -moz-box-shadow: 0px 3px 1px 0px rgba(119, 119, 119, 0.5);
    -webkit-box-shadow: 0px 3px 1px 0px rgba(119, 119, 119, 0.5);
}
.betaUserTopSection {
	float: left;
	width: 100%;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
}
.betaUserTopSection .userAvtar {
	float: left;
    width: 60px;
    height: 60px;
    margin-top: 2px;
    border-radius: 50%;
}
.betaUserTopSection .userRightSection {
	float: right;
	width: 175px;
	text-align: left;
}
.betaUserTopSection .userRightSection p {
	font-size: 16px;
	font-weight: 300;
}
.betaUserTopSection .userRightSection p.userTitle {
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 5px;
	line-height: 1;
}
.betaUserTopSection .userRightSection a.userAction {
	float: left;
	color: #577BED;
	font-weight: 300;
}
.betaUserTopSection .userRightSection .userSocial {
	float: right;
	margin-top: 4px;
}
.betaUserTopSection .userRightSection .userSocial a {
	margin-left: 5px;
	color: #535353;
}
.addDiscoverUserButton {
	position: absolute;
	bottom: 14px;
	text-align: center;
	width: 88%;
}
.addDiscoverUserButton a.addButton {
	background-color: #78889e;
	color: #FFF;
    padding: 5px 0px;
    display: block;
    border-radius: 5px;
    font-size: 15px;
}
.addDiscoverUserButton a.addButton.btnDisable {
	background-color: #dcdcdc;
}
.addDiscoverUserButton.invited a.addButton {
	background-color: #F0BC9D;
	color: #000;
}
#recommendedBetausersList input#searchUser {
	position: relative;
	top: 3px;
}
#recommendedBetausersList .betaUserBox:nth-child(3),
#recommendedBetausersList .betaUserBox:nth-child(6),
#recommendedBetausersList .betaUserBox:nth-child(9),
#recommendedBetausersList .betaUserBox:nth-child(12),
#recommendedBetausersList .betaUserBox:nth-child(15),
#recommendedBetausersList .betaUserBox:nth-child(18),
#recommendedBetausersList .betaUserBox:nth-child(21),
#recommendedBetausersList .betaUserBox:nth-child(24),
#recommendedBetausersList .betaUserBox:nth-child(27),
#recommendedBetausersList .betaUserBox:nth-child(30),
#recommendedBetausersList .betaUserBox:nth-child(33),
#recommendedBetausersList .betaUserBox:nth-child(36),
#recommendedBetausersList .betaUserBox:nth-child(39),
#recommendedBetausersList .betaUserBox:nth-child(42),
#recommendedBetausersList .betaUserBox:nth-child(45),
#recommendedBetausersList .betaUserBox:nth-child(48),
#recommendedBetausersList .betaUserBox:nth-child(51),
#recommendedBetausersList .betaUserBox:nth-child(54),
#recommendedBetausersList .betaUserBox:nth-child(57),
#recommendedBetausersList .betaUserBox:nth-child(60),
#recommendedBetausersList .betaUserBox:nth-child(63),
#recommendedBetausersList .betaUserBox:nth-child(66),
#recommendedBetausersList .betaUserBox:nth-child(69),
#recommendedBetausersList .betaUserBox:nth-child(72),
#recommendedBetausersList .betaUserBox:nth-child(75),
#recommendedBetausersList .betaUserBox:nth-child(78),
#recommendedBetausersList .betaUserBox:nth-child(81),
#recommendedBetausersList .betaUserBox:nth-child(84),
#recommendedBetausersList .betaUserBox:nth-child(87),
#recommendedBetausersList .betaUserBox:nth-child(90),
#recommendedBetausersList .betaUserBox:nth-child(93),
#recommendedBetausersList .betaUserBox:nth-child(96),
#recommendedBetausersList .betaUserBox:nth-child(99),
#recommendedBetausersList .betaUserBox:nth-child(102),
#recommendedBetausersList .betaUserBox:nth-child(105),
#recommendedBetausersList .betaUserBox:nth-child(108),
#recommendedBetausersList .betaUserBox:nth-child(121),
#recommendedBetausersList .betaUserBox:nth-child(124),
#recommendedBetausersList .betaUserBox:nth-child(127),
#recommendedBetausersList .betaUserBox:nth-child(130) {
	margin-right: 0px;
}

#extraBenifitsArea input,
#extraFeaturesArea input {
  margin-top: 10px;
  padding-right: 30px;
}
#extraBenifitsArea span,
#extraFeaturesArea span,
#addPartnerBetauserArea .row {
  position: relative;
}
#extraBenifitsArea span i.fa,
#extraFeaturesArea span i.fa,
#extraPartnerBetausersArea .form-group i.fa,
#addPartnerBetauserArea i.fa {
	position: absolute;
	right: 5px;
	top: 20px;
	color: #F00;
	font-size: 14px;
	cursor: pointer;
}
#extraPartnerBetausersArea .form-group i.fa,
#addPartnerBetauserArea i.fa {
	right: 20px;
    top: 10px;
}
.inputbox {
	background-color: #ccc;
	position: relative;
	height: 300px;
}
.inputbox #photoimg {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    height: 100%;
    z-index: 99;
    text-align: center;
}
.inputbox #photoimg + label {
    width: 100%;
    line-height: 300px;
    text-align: center;
}
#preview-avatar-profile {
    position: relative;
    top: 0px;
    width: 100%;
    height: 300px;
    display: none;
}
#preview-avatar-profile img {
    height: 100%;
}

/*-------------------
	PAGE CONTENT
--------------------*/
#pageContent {
	padding:20px 0px;	
}
#pageContent form label,
.form-group label {
	font-weight: 300!important;
	font-size: 16px;
}
label.control-label.note{
	font-weight: 300!important;
	font-size: 12px!important;
	letter-spacing: 0.4;
}
label.control-label.note strong {
	font-weight: 400!important;
}
#imageClean {
	position: absolute;
	left: 190px;
	top: -10px;
	font-size: 25px;
	display: none;
	color: red;
	cursor:pointer;
	background: #FFF;
	border-radius: 50%;
	z-index: 999;
}
.discoverSortOption {
	text-align: right;
	margin: 10px 0 20px 0px;
	float: right;
}
.discoverSortOption a {
	padding: 10px 35px;
	background-color: #ebebeb;
}
/*-------------------
	FOOTER SECTION
--------------------*/
#footer_menu {
	border-top:1px solid #535353;
	text-align:center;
	padding:20px 0px;	
}
#footer_menu a {
	padding:0px 15px;
	font-size:14px;
	font-weight:300;	
	color:#535353;	
}
#footer_menu a:hover {
	color:#535353;	
}
#footerSocial {
	padding:20px 0px;
}
#footerSocial a i {
	font-size: 20px;
}

/*-------------------
	POPUP SECTION
--------------------*/
#chromeNotification,
#chromeNotificationAlert,
#chromeNotificationAlertBlock {
	display:NONE;
	position:fixed;
	width:450px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	top:0px;
	left:50%;
	margin-left:-225px;
	z-index:9999999;
	background-color:#FFF;
	padding:15px;
	font-style: normal;
	font-size: 17px;
	font-weight: 300;
	box-shadow: 0px 2px 5px 0px rgba(119, 119, 119, 0.6);
    -moz-box-shadow: 0px 2px 5px 0px rgba(119, 119, 119, 0.6);
    -webkit-box-shadow: 0px 2px 5px 0px rgba(119, 119, 119, 0.6);
}
#chromeNotificationAlert,
#chromeNotificationAlertBlock {
	padding: 0px;
	width:700px;
	margin-left:-350px;
	top:100px;
}
#notification_logo {
	width: 90px;
	margin-top: 5px;
	padding: 10px 0px;
	border-right: 1px solid #ccc;
}
#notification_content {
	width: 330px;
}
#notification_content h1 {
	font-size: 22px;
	line-height: 1.5;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}
#notification_content h1 b {
	font-weight: 400;
}
#notification_content div input[type=button],
#chromeNotificationAlert #notificationAlertTitle div.fullwidth input[type=button],
#chromeNotificationAlertBlock div.fullwidth input[type=button] {
	background-color: #ff5f62;
	border: none;
	border-radius: 5px;
	color: #FFF;
	padding: 10px 30px;
	margin:10px;
	box-shadow: 0px 2px 5px 0px rgba(119, 119, 119, 0.6);
    -moz-box-shadow: 0px 2px 5px 0px rgba(119, 119, 119, 0.6);
    -webkit-box-shadow: 0px 2px 5px 0px rgba(119, 119, 119, 0.6);
}
#notification_content div input[type=button].disabled,
#chromeNotificationAlert #notificationAlertTitle div.fullwidth input[type=button].disabled,
#chromeNotificationAlertBlock div.fullwidth input[type=button].disabled {
	background-color: #dcdee0;
	color: #000;
}
#chromeNotificationAlert #notificationAlertTitle h3,
#chromeNotificationAlertBlock h3 {
	background-color: #f05b5a;
	padding: 15px;
	color: #FFF;
	font-weight: 300;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#chromeNotificationAlert #notificationAlertTitle h2,
#chromeNotificationAlertBlock h2 {
	font-weight: 300;
	padding: 20px 15px 15px 0px;
}
#chromeNotificationAlert #notificationAlertTitle div.fullwidth,
#chromeNotificationAlertBlock div.fullwidth {
	margin-bottom: 10px;
}
#chromeNotificationAlertBlock p {
	padding: 0px 15px;
	font-size: 18px;
	line-height: 1.7;
}
#overlay {
	background-color:#000;
	opacity:0.5;
	width:100%;
	height:100%;
	position:fixed;	
	z-index:99;
	display:none;
	z-index: 9999;
	top:0px;
	left:0px;
}
#loader {
	position:fixed;
    left: 50%;
    top: 50%;
    margin-left: -35px;
    margin-top: -35px;
    z-index: 99999;
	display:none;
	color:#000;
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
	color: #000;
  	text-shadow: 0px 3px 2px rgba(255, 255, 255, 1);
}
h1.popupTitle {
	text-align: center;
	color: #333;
	font-size: 20px!important;
	position:relative;
	font-weight:300;
	font-style:normal;
}
h1.popupTitle span img {
	width: 20px;
	height: 20px;
	margin-right: 5px;
	margin-bottom: -3px;
}
a.closePopupButton {
	color:red;
	font-size:30px;
	position:absolute	;
	right: -10px;
	top: -15px;
}
.popupContent h2 {
	color:#FFF;
	padding-bottom:10px;
	font-weight:300;	
}
.popupContent p {
	letter-spacing: 0.5px;
	line-height: 1.3;	
}
.popupContent input[type=button] {
	font-size:15px;
	letter-spacing:1px;	
	font-style:normal;
	margin:0 10px;
}
.popup {
	display:none;
	position:fixed;
	width:600px;
	border-radius:10px;
	top:100px;
	left:50%;
	margin-left:-300px;
	z-index:9999999;
	background-color:#FFF;
	padding:15px;
	font-style: normal;
	font-size: 17px;
	font-weight: 300;
}
.closePopup {
	position: absolute;
    right: 20px;
    top: -15px;
    font-size: 35px;
    color: red;
}
.closePopup i {
	position: absolute;
}
.closePopup i.fa-times {
	color: #FFF;
	font-size: 33px;
}
.startupPopup {
	box-shadow: 0px 5px 10px 5px rgba(119, 119, 119, 0.6);
    -moz-box-shadow: 0px 5px 10px 5px rgba(119, 119, 119, 0.6);
    -webkit-box-shadow: 0px 5px 10px 5px rgba(119, 119, 119, 0.6);
    background-color: #FFF;
}
.startupPopup .popupContent input[type=button] {
	padding: 7px 70px;
	background-color: #EC5D57;
	border: none;
	font-size: 18px;
    font-weight: 300;
}
.startupPopup h1.popupTitle {
	font-weight: 300;
}
.startupPopup .popupContent p {
	font-size: 15px;
	line-height: 2;
	padding-left: 150px;
}
.startupPopup .popupContent p .fa-circle {
	font-size: 10px;
	position: relative;
	top: -2px;
	margin-right: 5px;
}
#projectShareIcons p a {
	border-radius: 50%;
	background-color: #ccc;
	padding: 10px 15px;
    font-size: 30px;
    margin: 10px;
}
#projectShareIcons p a.facebookShare {
	padding: 10px 20px;
}
#projectEventList {
	margin-bottom:10px;	
	margin-top: 15px;
}
#projectEventList ul {
	margin:0px;
	padding:0px;	
}
#projectEventList ul li {	
	list-style-type:none;
	padding:15px 20px;
	font-size: 16px;
	font-weight: 300;
	margin:0px;
	margin-bottom:10px;
	background-color: #F5F5F5;
    border-radius: 5px;
    box-shadow: 0px 3px 1px 0px rgba(119, 119, 119, 0.5);
    -moz-box-shadow: 0px 3px 1px 0px rgba(119, 119, 119, 0.5);
    -webkit-box-shadow: 0px 3px 1px 0px rgba(119, 119, 119, 0.5);
}
#projectEventList ul li a {
	float:right;
}
#projectEventList ul li a.deleteEvent {
	position:relative;
	top:3px;
}
#projectEventList ul li a.editEvent { 
	position:relative;
	top:3px;
	margin-left:20px;
}
#projectEventList ul li a.copyEvent {
	margin-right:20px;
}
#projectEventList ul li a {
	color: #ccc;
}
#projectEventList ul li:hover > a,
#projectEventList ul li a:hover {
	color: #6E91F0;
}
#projectEventList ul li:hover > a.deleteEvent,
#projectEventList ul li a.deleteEvent:hover {
	color: red;
}
#userInfoArea h1.popupTitle {
	font-size: 25px!important;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;	
}
#userInfoArea .userSocial {
	margin-top: 5px;
}
#userInfoArea p {
	margin-top:15px;	
}
#userScoreArea {
	margin-top: 20px;
}
#userScoreArea .col-xs-4 {
	text-align: center;
}
#userScoreArea .col-xs-4 .betafyScore {
	border-radius: 50%;
	background-color: #f15b5a;
	height: 120px;
	width: 120px;
	margin: 0 auto;
	color: #FFF;
}
#userScoreArea .col-xs-4 .betafyScore .upScore {
	font-size: 35px;
	font-weight: 400;
	position: relative;
    line-height: 110px;
	text-align: center;
}
#userScoreArea .col-xs-4 .betafyScore .upScore i {
	position: relative;
    top: 6px;
}
#userScoreArea .col-xs-4 .betafyScore .downScore i {
	position: relative;
	bottom: 4px;
}
#userScoreArea .col-xs-8 .betafyTicketScore {
	float: right;
	width: 100%;
	background-color: #eeeeee;
	padding: 9px 10px;
	margin-bottom: 10px;
	color: #535353;
}
#userScoreArea .col-xs-8 .betafyTicketScore span {
	font-weight: 600;
	float: right;
}

#userScoreArea .col-xs-4 .betafyScore .upScore i.upRank {
	color: #68d072;
}
#userScoreArea .col-xs-4 .betafyScore .downScore i.downRank {
	color: #237edd;
}
#userBetafyStartups {
	margin-top: 20px;
	padding: 20px 0px;
	border-top:1px solid #ccc; 
}
#userBetafyStartups p,
.partnerOtherDetails p {
	font-size: 15px;
    color: #535353;
    font-weight: 300;
    line-height: 1.5;
    font-style: normal;
}
#userBetafyStartups .recentListingSection {
	float:left;
	width: 100px;
	height: 100px;
	margin: 40px 20px;
}
#userBetafyStartups .recentListingSection .lisitngImg {
	width: 100px;
	height: 100px;
	position: relative;
}
#userBetafyStartups .recentListingSection .lisitngImg img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.home_section #userBetafyStartups .recentListingSection,
.home_section #userBetafyStartups .recentListingSection .lisitngImg {
	width: 100px;
	height: 100px;
}
.home_section #userBetafyStartups {
	border: none;
}
#partnerPageTitle span {
	float: right;
	font-size: 16px;
}
#partnerPageTitle span a {
	color: #577BED!important;
}
#partnerScore {
	margin-top: 40px;
}
#partnerScore .form-group label {
	font-size: 15px;
	text-align: center;
	display: block;
	color: #535353;
	font-weight: 400!important;
}
#partnerScore .form-group .btn {
	border: none;
}
#partnerScore .form-group .betafyUserCount,
#partnerScore .form-group .BetafyScore {
	background-color: #78889e;
}
#partnerScore .form-group .certificationBetauserCount,
#partnerScore .form-group .betafyTickets {
	background-color: #606a7d;
}
#partnerScore .form-group .PartnerJoinDate,
#partnerScore .form-group .betafyTicketsAck {
	background-color: #3d4552;
}
#partnerAssociatedStartups {
	margin-top: 40px;
}
#partnerAssociatedStartups .recentListingSection {
	float: left;
    width: 100px;
    height: 100px;
    margin: 20px;
}
#partnerAssociatedStartups .recentListingSection .lisitngImg {
    width: 100px;
    height: 100px;
    position: relative;
}
#partnerAssociatedStartups .recentListingSection .lisitngImg img {
    width: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#loginFormRightSide h3 {
	margin-bottom:30px;	
}
#loginFormLeftSide .btn-lg {
	font-size: 17px;
	margin-bottom: 11px;
}
/*changes made by fathom-2016-27-july-nawaj*/
/*for buble chart and dougnuts chart*/
circle,
path {
  cursor: pointer;
}

circle {
  fill: none;
  pointer-events: all;
}

#tooltip { 
		background-color: white;
        padding: 3px 5px;
        border: 1px solid black;
        text-align: center;
}
#tooltip2{
		position: absolute;
		width: 150px;
		height: auto;
		padding: 10px;
		background-color: white;
		opacity:1.0;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		border:1px solid black;
		-webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
		-moz-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
		box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
		pointer-events: none;
		
}

#tooltip.hidden {
    display: none;
}

.title {
    margin: 0;
    font-family: sans-serif;
    font-weight:bold;
    font-size: 12px;
    line-height: 20px;
}

.value {
    margin: 0;
    font-family: sans-serif;
    font-size: 12px;
    line-height: 20px;
}
.percent {
    margin: 0;
    font-family: sans-serif;
    font-size: 12px;
    line-height: 20px;
}
.tool_tip_image {
    margin: 0;
    font-family: sans-serif;
    font-size: 12px;
    line-height: 20px;
	
}
/*end of changes made by fathom-2016-July-27-nawaj*/