input[type=text],
input[type=submit] {
	float: none;
}

input[type=text] {
	background: none;
}

input[type=checkbox] {
	margin-top: 0px;
}

.left-text {
	text-align: left !important;
}

.center-text {
	text-align: center !important;
}

.form-cell,
.table-cell {
	display: table-cell;
	vertical-align: top;
}

.grecaptcha-badge {
	z-index: 9999 !important;
}

#Scroller {
	bottom: 82px !important;
}

.textMain {
	font: 400 14px/24px "open_sanslight", sans-serif;
	color: #2d2f2f;
}

.textMain .viewProfile legend {
	font: 500 16px/20px 'Work Sans', sans-serif;
}

.textMain .viewProfile {
	margin: 10px 0px 20px 0px;
}

.intra-div {
	margin: 2% 0 5% 0;
	float: left;
	width: 100%;
}

/*Login*/
.textMain h2.login_page {
	display: block;
	width: 71%;
	text-align: center;
}

.textMain h2.login_page:after {
	background: none;
}

.login {
	width: 36%;
	margin: 10px auto;
	background: #f2f3f4;
	text-align: center;
	padding: 20px;
	border: 1px solid #dfe3e9;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

#userLoginError {
	padding: 5px 0;
	display: block;
	height: 25px;
	font: 500 13px/20px 'Work Sans', sans-serif;
	color: #ff0000;
}

.textMain a.add_work,
.textMain a.add_home {
	color: #5f83ef;
	font-size: 13px;
}

.textMain .login h3 {
	font: 300 30px/40px 'Work Sans', sans-serif;
	color: #3b5998;
	text-transform: uppercase;
	text-align: center;
	padding: 0px 0px 10px 0px;
}

.textMain .login ul {
	margin: 0px;
	padding: 0px;
}

.textMain .login ul ul {
	padding: 5px 0px;
}

.textMain .login li {
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	background: none;
}

.login li:last-child {
	width: 100%;
}

.textMain .login li {
	display: block;
	padding: 5px 0px;
	margin: 0px auto;
	font: 500 14px/20px 'Work Sans', sans-serif;
}

.textMain .login li li {
	display: inline-block;
	vertical-align: middle;
	/*width: auto;*/
}

.textMain .login li a.remember-check {
	font: 500 14px/20px 'Work Sans', sans-serif;
	color: #757272;
	text-decoration: none;
}

.textMain .login li a {
	font: 400 14px/20px 'Work Sans', sans-serif;
	color: #757272;
}

.textMain .login li li:first-child {
	text-align: left;
	font: 500 14px/20px 'Work Sans', sans-serif;
	color: #030303;
}

.textMain .login li li:last-child {
	text-align: right;
}

.textMain .login input::placeholder {
	color: #fff;
}

.textMain .login::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #fff;
}

.textMain .login::-moz-placeholder {
	/* Firefox 19+ */
	color: #fff;
}

.textMain .login:-ms-input-placeholder {
	/* IE 10+ */
	color: #fff;
}

.textMain .login:-moz-placeholder {
	/* Firefox 18- */
	color: #fff;
}

.textMain .login input[type='text'],
.textMain .login input[type='email'],
.textMain .login input[type='password'],
.login textarea,
.login select {
	margin: 0px;
	padding: 0px 10px 0px 40px;
	border: 0px;
	font: 300 14px/40px 'Work Sans', sans-serif;
	color: #fff;
	width: 100%;
	height: 40px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	box-sizing: border-box;
}

.login input[type='text'],
.login textarea,
.login select {
	background: #688fb9;
}

.login textarea {
	padding: 15px;
	width: 85%;
}

.login select {
	height: 40px;
	width: 90%;
	padding: 0px 0px 0px 5%;
}

.login input[name='user_name'],
.login input[name='email_id'],
.login input[name='emaiid'] {
	/*background: url(../images/email-img.png) no-repeat 10px center #688fb9;*/
}

.login input[name='emaiid'] {
	/*background: url(images/email-img.png) no-repeat 10px center #688fb9;*/
}

.login input[name='password'],
.login input[name='re_password'],
.login input[name='current'],
.login input[name='new'],
.login input[name='cnew'] {
	/*background: url(../images/pass-img.png) no-repeat 10px center #688fb9;*/
}

.login input[type='checkbox'] {
	vertical-align: middle;
	background: none;
	width: 15px;
	height: 15px;
}

.login input[type='submit'],
.login input[type='button'],
.fp-edit input[type='submit'],
.fp-edit input[type='button'],
.login input[type='reset'],
.textMain .registerManus li input[type='submit'],
.login input[type='reset'],
.textMain .registerManus li input[type='button'],
.textMain .registerManus li input[type='reset'] {
	font: bold 14px/40px 'Work Sans', sans-serif;
	background: #99ccff;
	border: 0px;
	color: #3b5998;
	padding: 0px 15px;
	text-transform: uppercase;
	cursor: pointer;
	height: 40px;
}

/* end */
/*#login_submit{width:100%;}*/
/** dashboar css **/
.members-logged-in {
	float: left;
	/* width: 170px; */
	margin: 0 30px 0 0;
	padding: 9px 8px;
	/* display: inline-block; */
}

.members-logged-in a.my_details {
	background: none !important;
	color: #023ba6 !important;
	display: inline-block !important;
	text-transform: capitalize;
	font: normal 14px/18px 'Open Sans';
}

.textMain .dashboard {
	padding: 0px 0px 30px 0;
	border: none;
}

.textMain .dashboard ul {
	margin: 0px;
	padding: 0px;
	text-align: left;
}

.textMain .dashboard li {
	background: #eaebec;
	text-transform: uppercase;
	color: #fff;
	font: 500 16px/60px 'Work Sans', sans-serif;
	margin: 15px 1.5%;
	padding: 0 !important;
	width: 21%;
	min-width: 150px;
	display: inline-block;
	text-align: center;
}

.textMain .dashboard li a {
	color: #454a5d;
	display: block;
	text-decoration: none;
	padding: 90px 0px 0px 0px;
}

.textMain .dashboard li span {
	display: block;
	vertical-align: bottom;
	background: #dcdee0;
	font: normal 14px/34px 'Work Sans', sans-serif;
}

.textMain .dashboard li:hover span {
	background: #2A4451;
	color: #ffffff;
}

/*
.member-list a {
	background: url(/images/dashboard_icon/members.jpg) no-repeat center 17px;
}

.member-list a:hover {
	background: url(/images/dashboard_icon/members-on.jpg) no-repeat center 17px;
}

.my-profile a {
	background: url(/images/dashboard_icon/my-profile.jpg) no-repeat center 17px;
}

.my-profile a:hover {
	background: url(/images/dashboard_icon/my-profile-on.jpg) no-repeat center 17px;
}

.edit-profile a {
	background: url(/images/dashboard_icon/edit-profile.jpg) no-repeat center 27px;
}

.edit-profile a:hover {
	background: url(/images/dashboard_icon/edit-profile-on.jpg) no-repeat center 27px;
}

.certificate a {
	background: url(/images/dashboard_icon/certificate-on.png) no-repeat center 19px;
	background-size: 55px 54px;
}

.forums a {
	background: url(/images/dashboard_icon/forums.jpg) no-repeat center 17px;
}

.forums a:hover {
	background: url(/images/dashboard_icon/forums-on.jpg) no-repeat center 17px;
}

.logout a {
	background: url(/images/dashboard_icon/logout.jpg) no-repeat center 27px;
}

.logout a:hover {
	background: url(/images/dashboard_icon/logout-on.jpg) no-repeat center 27px;
}
*/
.dashboard li a:hover {
	color: yellow;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

.textMain .view_profile {
	box-sizing: border-box;
	padding: 20px 0;
}

#Content-Container h2.user_name {
	font: normal 35px/40px "Open Sans";
	color: #1178ba;
	text-align: left;
}

h2.doc_txt {
	font: normal 22px/20px "Open Sans";
	color: #2e2e2e;
	text-align: left;
	text-transform: capitalize;
}

h3.sub_heading {
	font: normal 18px/20px "Open Sans";
	color: #014cbe;
	text-align: left;
	text-transform: capitalize;
}

/** end **/
.textMain .registerManus {
	margin: 0px 0px;
	border: 1px solid #ccc;
	padding: 10px;
	box-sizing: border-box;
}

.textMain .registerManus ul {
	margin: 0px;
	padding: 0px;
	width: 100%;
	display: table;
	table-layout: fixed;
}

.textMain .registerManus li {
	margin: 0px;
	padding: 5px 0px;
	background: none;
	list-style: none;
	vertical-align: top;
	display: table-cell;
	font: 400 14px/30px 'Work Sans', sans-serif;
}

.profile_img {
	width: 16%;
}

.textMain .registerManus li input[type='text'].w90 {
	width: 82%;
}

.textMain .registerManus li input[type='text'],
.textMain .registerManus li input[type='email'],
.textMain .registerManus li input[type='password'],
.textMain .registerManus li textarea,
.textMain .registerManus li input[type='file'],
.textMain .registerManus li select {
	display: inline-block;
	margin: 0px;
	padding: 0px 10px;
	border: 1px solid #d2d5da;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	font: 300 14px/20px 'Open Sans', sans-serif;
	width: 91%;
	height: 30px;
	background: #fff !important;
}

.textMain .registerManus li select.work_state {
	width: 91%;
}

.loading_cities {
	display: inline-block;
}

.textMain .registerManus li input.w_94 {
	width: 94%;
}

.textMain .registerManus li input.w_99 {
	width: 98.5%;
}

.textMain .registerManus li input.w_92 {
	width: 92%;
}

input[type='checkbox'],
input[type='radio'] {
	width: 15px;
	height: 12px;
}

.ed-membr {
	padding-bottom: 10px;
	float: right;
	margin: -50px 0px 0px 0px;
	margin: 0px;
}

.ed-membr a {
	background: #f86361;
	color: #fff;
	display: inline-block;
	padding: 5px 10px;
	text-decoration: none;
}

.ed-membr a:hover {
	color: #FFFADD;
}

.full_width,
#Content_full {
	width: 100%;
}

#Content {
	/** display: table-cell;**/
	vertical-align: top;
}

/*#Sidebar {
   width: 345px;
    padding: 0px 0px 50px 0px;
}*/
.member-links {
	/** border-left: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    padding: 0px 0px 30px 10%;**/
}

/* member list*/
.textMain .search-list {
	margin: 40px auto;
	padding: 0px;
	text-align: left;
}

.textMain .search-list ul {
	margin: 0px;
	padding: 0px;
	width: 100%;
}

.textMain .search-list li {
	margin: 3px 0px;
	padding: 0px;
	background: none;
	list-style: none;
	display: inline-block;
	vertical-align: top;
	width: 49%;
	border: 1px solid #3B5998;
	min-width: 280px;
}

.textMain .search-list li img {
	float: left;
	margin: 5px 15px 5px 5px;
	height: 100px;
	width: 116px;
}

.textMain .search-list li p.mfirstname {
	padding: 10px 0 0 0;
}

.textMain li p {
	margin: 0px 0px;
	text-align: left;
}

.textMain .search-members input[type='text'],
.textMain .search-members select {
	margin: 0px 0px 0px 5px;
	padding: 0px 10px 0px 10px;
	border: 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	font: 300 14px/30px 'Open Sans', sans-serif;
	height: 30px;
	display: inline-block;
	border: 1px solid #ccc;
	position: relative;
	color: #555;
	width: 32%;
	min-width: 190px;
}

.textMain .search-members input[type='submit'] {
	font: 500 14px/32px 'Open Sans', sans-serif;
	background: #3b5998;
	border: 0px;
	color: #fff;
	width: 100px;
	margin: 0px 0px 0px 5px;
	text-transform: uppercase;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	height: 32px;
	display: inline-block;
}

.textMain p {
	padding-top: 0;
}

.textMain .txtdata p {
	text-align: justify;
}

/**/
.find-a-member-aside a {
	color: #fff;
	font: normal 18px/29px "Open Sans";
	display: block;
	background: #1178ba;
	display: block;
	padding: 10px 0;
}

.find-a-member-aside a:hover {
	background: #53afea;
}

.find-a-member-aside a span {
	float: left;
	background: url(/images/find-a-member-aside.png) no-repeat 26px 1px;
	width: 59px;
	height: 40px;
	margin: 0px 15px 0px 0px;
}

.login-aside a {
	color: #fff;
	font: normal 18px/29px "Open Sans";
	display: block;
	background: #1178ba;
	display: block;
	padding: 10px 0;
	margin-top: 10px;
}

.login-aside a:hover {
	background: #53afea;
}

.login-aside a span {
	float: left;
	/*background: url(/images/login.png) no-repeat 23px -3px;*/
	width: 61px;
	height: 32px;
	margin: 0px 15px 0px 0px;
}

#Sidebar .member-links li {
	background: #1178ba;
	/*-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;*/
	text-transform: capitalize;
	color: #fff;
	font: 500 16px/45px 'Open Sans', sans-serif;
	margin: 0px 0px 10px 0px;
}

#Sidebar .member-links li a {
	color: #fff;
	display: block;
	padding: 0px 10px 0px 15px;
	font-family: 'Open Sans', sans-serif;
}

#Sidebar .member-links li a:hover {
	background: #53afea;
	/* color: black; 
	border-radius: 5px;*/
}

#Sidebar .member-links li span {
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 40px;
	margin: 0px 15px 0px 0px;
}

#Sidebar .members-list-sb span {
	/*background: url(../images/sidebar-icons.png) no-repeat left top;*/
}

.login input[type='submit'],
.fp-edit input[type='submit'],
.fp-edit input[type='button'],
.login input[type='reset'],
.textMain .registerManus li input[type='submit'],
.login input[type='reset'],
.textMain .registerManus li input[type='button'] {
	font: bold 14px/40px 'Open Sans', sans-serif;
	background: #0c347a;
	border: 0px;
	color: #fff;
	padding: 0px 15px;
	text-transform: uppercase;
	cursor: pointer;
	height: 40px;
	border-radius: 5px;
	margin-top: 10px;
	outline: none;
}

.textMain .registerManus li input[type='button'],
.textMain .registerManus li input[type='reset'] {
	font: bold 14px/40px 'Open Sans', sans-serif;
	background: #f1f1f1;
	color: #0c347a;
	padding: 0px 15px;
	text-transform: uppercase;
	cursor: pointer;
	height: 40px;
	border-radius: 5px;
	border: 1px solid #0c347a;
	outline: none;
}

.appear {
	float: left;
	width: 40%;
}

.app {
	width: 20px;
	display: inline-block;
}

/* change password*/
.textMain .registerManus li {
	margin: 0px;
	padding: 2px 0px;
	background: none;
	list-style: none;
	vertical-align: top;
	display: table-cell;
	font: 400 14px/30px 'Open Sans', sans-serif;
}

.txtarea {
	height: 150px !important;
}

.textMain .registerManus li .ctextarea {
	height: 300px !important;
	padding: 10px !important;
	box-sizing: border-box !important;
}

.m_pref {
	display: none;
}

.display_pref {
	display: block;
	padding: 15px 0;
}

#country_id {
	width: 95% !important;
}

.add {
	height: 96px !important;
}

.country {
	color: #000 !important;
}

.error {
	color: #ff0000;
	width: 100%;
	display: block;
}

.postalcode {
	display: block;
	padding: 10px 0 0 0;
}

.reset {
	width: 300px !important;
	color: #000 !important;
}

.mandatory {
	color: #ff0000 !important;
}

.input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	color: #555555;
	text-align: center;
	background-color: #eeeeee;
	border: 1px solid #ccc;
	border-radius: 0px;
}

/*Forum page deisgn css starts*/
.textMain .registerManus .new-topic-link a,
.add-gallery a {
	float: right;
	font: 400 14px/20px 'Open Sans', sans-serif;
	padding: 8px;
	background: #1178BA;
	color: #fff;
	border-radius: 5px;
}

.textMain .registerManus .forum-list li {
	width: 100%;
	float: left;
	font: 400 14px/20px 'Open Sans', sans-serif;
}

.textMain .registerManus .forum-list li.forum-header {
	background: #f86361;
	color: #fff;
}

.textMain .registerManus .forum-list li.forum-header ul {
	margin: 0px;
}

.textMain .registerManus .forum-list li.forum-header li {
	font-weight: 700;
}

.textMain .registerManus .forum-list .forum-header li,
.textMain .registerManus .forum-list .forum-body li {
	width: 25%;
	float: left;
	padding: 2px 0 2px 10px;
}

/*forum css*/
.textMain .forum-list {
	width: 100%;
	float: left;
	font: normal 12px/18px Verdana, Geneva, sans-serif;
	letter-spacing: 0px;
	color: #000000;
}

.textMain .forum-list ul {
	margin: 0px 0px 30px 0;
	padding: 0px;
	list-style: none;
	clear: both;
}

.textMain .forum-list ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.textMain .notice {
	background-color: #f0f8ff;
	border: 1px solid #cee1ef;
	padding: 10px;
	margin-top: 10px;
}

.textMain .pagination-count {
	width: 100%;
	margin: 10px 0px;
}

.textMain .pagination-count p {
	float: right;
	width: auto !important;
}

.textMain .pagination-count div {
	float: right;
	font-weight: bold;
}

.textMain .pagination-count div a {
	border: 1px solid #ddd;
	background: #eee;
	padding: 3px 5px;
	display: inline-block;
	margin: 0px 3px;
}

.textMain .forum-header,
.textMain .forum-footer {
	background: #eaeaea;
	padding: 8px 5px !important;
	font-weight: bold;
	margin: 10px 0px !important;
}

.textMain .ff-header {
	background: #E9E9E9;
	padding: 8px 5px !important;
	font-weight: normal;
	margin: 10px 0px !important;
}

.textMain .forum-footer {
	background: #eaeaea;
	padding: 8px 5px !important;
	font-weight: bold;
}

.textMain .forum-header li,
.textMain .forum-body li {
	float: left;
}

.topic-cl {
	width: 40%;
}

.voice-cl,
.posts-cl {
	width: 11%;
}

.lock-cl {
	width: 8%;
}

.posts-lp {
	width: 20%;
}

.fresh-cl {
	width: 30%;
}

.author-cl {
	width: 20%;
}

.forum-body {
	clear: both;
	padding: 5px 0 !important;
}

.forum-form {
	width: 100%;
}

.textMain .ff-notice {
	background-color: #ffffe0;
	border-radius: 3px;
	border: 1px solid #e6db55;
	clear: both;
	color: #000;
	padding: 5px;
}

.forum-form .reg-form {
	padding: 0px;
	border: none;
	margin: 20px 0px;
}

.forum-form .reg-form li {
	margin: 5px 0px;
	float: left;
	width: 100%;
}

.subscription-toggle {
	float: right !important;
}

.subscription-toggle a {
	font-weight: normal !important;
}

.ff-header .subscription-toggle a {
	color: #8A8A8A;
}

.ff-header .subscription-toggle a:hover {
	color: #198e62;
}

.ff-author {
	width: 30%;
	float: left;
}

.ff-content {
	width: 70%;
	float: left;
}

.ff-content img {
	margin: 5px;
	border: 1px solid #9B9B9B;
}

.pass-section .reg-form {
	border: none;
	padding: 0px;
}

#forum_frm_msg,
#topic_frm_msg {
	color: #ff0000;
}

.textMain .forum-body ul {
	padding: 10px 0;
	margin: 0px;
}

.textMain .forum-body p {
	padding: 0px;
	margin: 0px;
}

.subscribe-button {
	float: right;
	margin: -70px 0px 10px 0;
	position: relative;
	z-index: 10;
}

.subscribe-button a {
	display: block;
	background: #f86361;
	color: #ffffff;
	padding: 5px 10px;
	border-radius: 3px;
	text-decoration: none;
}

.subscribe-button a:hover {
	background: #e38774;
	color: #ffffff;
}

.topic-img {
	float: right;
	margin: 0px 0px 10px 20px;
	padding: 1px;
	border: 1px solid #dcdcdc;
}

.textMain .post-reply {
	margin: 20px 0 !important;
}

.post-reply-con {
	border: 1px solid #dcdcdc;
	border-radius: 3px;
	padding: 10px !important;
	margin: 0px 0px 15px 0 !important;
}

.post-rep-table {
	display: table;
	width: 100%;
}

.post-rep-prof-img {
	display: table-cell;
	vertical-align: top;
	width: 70px;
}

.post-rep-prof-img img {
	border: 1px solid #dcdcdc;
	border-radius: 3px;
	padding: 1px;
}

.post-rep-name-date {
	display: table-cell;
	vertical-align: top;
}

.post-rep-name-date .name {
	font-weight: 700;
}

.post-rep-name-date .reply_date {
	color: #5e5d5d;
}

.post-rep-content {
	padding: 15px 0;
}

.textMain p.attach-img {
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 1px !important;
	border: 1px solid #dcdcdc;
}

.replyPost .textMainBold {
	margin: 10px 5px !important;
}

.attach-doc {
	background: #f1f1f1;
	border-radius: 5px;
	padding: 5px 10px;
	margin: 10px 0 !important;
}

.textMain p.note-text {
	font: 400 12px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #8d8d8d;
	padding: 10px 0 !important;
}

.textMain .attachment h4 {
	font: 400 16px/30px Verdana, Arial, Helvetica, sans-serif;
}

.post-rep-attachment .textMainBold {
	font-size: 14px !important;
}

/*Forum page deisgn css ends*/
/*View page*/
.profPic {
	float: right;
	width: 200px;
	box-sizing: border-box;
}

.textMain .proflist {
	padding: 5px;
	/**float:left;
	width:74%;**/
}

.textMain .proflist ul {
	margin: 10px 0px;
	padding: 0px;
	table-layout: fixed;
}

.textMain .proflist li {
	margin: 0px;
	padding: 0px;
	display: inline-block;
	vertical-align: top;
	background: none;
	list-style: none;
	border-bottom: none;
	/*width: 20%;*/
}

.textMain .viewProfile {
	margin: 10px 0px 20px 0px;
	width: 100%;
	float: left;
}

.textMain .viewProfile li {
	display: inline-block;
	width: 73%;
}

.viewProfile ul {
	margin: 0;
}

.viewProfile ul li {
	background: none;
	padding-left: 0;
}

.viewProfile fieldset {
	border: 1px solid #dedbdb;
}

.textMain .proflist ul li.leftcol {
	width: 20%;
}

/**.proflist ul{
	width:100%;
}**/
.textMain .proflist ul li.txtlabel {
	line-height: 22px;
	text-align: left;
}

.textMain .proflist ul li.txtdata {
	line-height: 22px;
	font-size: 14px;
	text-align: justify;
}

ul li.txtlabel b,
.viewProfile legend {
	color: #070707;
	font-weight: bold;
}

.hr {
	border-bottom: 1px dashed #bd8888;
	height: 0;
	margin: 10px 0;
	padding: 0 ! important;
}

fieldset {
	width: 100%;
	border: 1px solid #ccc;
}

legend {
	font-weight: bold;
}

/* end */
/*
.my-profile-sb span {
	background: url(../images/sidebar-icons.png) no-repeat left -8px;
}

.edit-profile-sb span {
	background: url(../images/sidebar-icons.png) no-repeat left -57px;
}

.my-gallery-sb span {
	background: url(../images/sidebar-icons.png) no-repeat left -161px;
}

.my-invitation-sb span {
	background: url(../images/sidebar-icons.png) no-repeat left -112px;
}

.my-articles-sb span {
	background: url(../images/sidebar-icons.png) no-repeat left -215px;
}

.my-content-sb span {
	background: url(../images/sidebar-icons.png) no-repeat left -263px;
}

.change-pass-sb span {
	background: url(../images/sidebar-icons.png) no-repeat left -113px;
}

.logout-sb span {
	background: url(../images/sidebar-icons.png) no-repeat left -358px;
}

.my_gallery span {
	background: url(../images/sidebar-icons.png) no-repeat left -162px;
}

.my_events span {
	background: url(../images/sidebar-icons.png) no-repeat center -264px;
}

.my_forum span {
	background: url(../images/sidebar-icons.png) no-repeat center -312px;
}
*/
.update-profile-btn {
	display: inline-block;
}

.update-profile-btn input[type="submit"],
.post_comment {
	font: bold 14px/30px 'Open Sans', sans-serif;
	background: #2A4451;
	border: 0px;
	color: #fff;
	padding: 0px 15px;
	cursor: pointer;
}

#search_by_title_author {
	padding: 6px 10px;
	border: 1px solid #3b5998;
	font: 300 14px 'Open Sans', sans-serif;
	width: 58%;
}

.textMain li.details,
.textMain li.p_options,
.textMain li.only_m {
	display: inline-block;
	padding: 0;
}

.textMain .registerManus li.details {
	width: 56%;
	margin: 0 0px 3px 0;
	background: #fbfbfb;
	padding: 0 0 0 10px;
}

.textMain .registerManus li.p_options {
	width: 10%;
	text-align: center;
	background: #fbfbfb;
}

.textMain .registerManus li.only_m {
	width: 20%;
	text-align: center;
	background: #fbfbfb;
}

.clear-both {
	clear: both;
}

.hasDatepicker {
	/*background: #fff url(images/calender.gif) no-repeat 99% center !important;*/
}

.worklist,
.homelist {
	border-bottom: 1px dashed #ccc;
	padding-bottom: 10px;
}

.mem_img {
	margin: 10px;
	float: left;
}

.textMain .work_location li {
	width: 100%;
}

.textMain .work_location .proflist ul {
	margin: 0;
}

.textMain .work_location .proflist li.txtlabel {
	width: 26%;
	color: black;
	font-weight: bold;
}

.textMain .work_location .proflist li.txtdata {
	width: 70%;
}

.textMain ul.work_location {
	margin: 0;
	padding: 10px;
	box-sizing: border-box;
}

.textMain .work_location li.b-bottom {
	border-bottom: 1px solid #ccc;
}

.successMessage {
	color: #fff;
	font-size: 15px;
	background: #008000;
	font-size: 13px;
	padding: 10px;
	box-sizing: border-box;
	line-height: 17px;
	border-radius: 5px;
	text-align: justify;
}

.successMsg {
	color: #008000;
	font-size: 15px;
}

.errorMessage {
	color: red;
	font-size: 15px;
	font-weight: 400;
	text-align: center;
	font-weight: bold;
	padding: 8px 0;
}

.registerManus.no-border {
	border: none;
}

.textMain .work_location:last-child li {
	border-bottom: none;
}

.left-align {
	text-align: left;
}

.textMain .mem-login-form li {
	padding: 0;
	background: none;
	font: 400 15px/15px Verdana, sans-serif;
}

.mem-login-form li input[type="password"],
.mem-login-form li input[type="text"] {
	width: 100%;
	padding: 13px 20px 15px 38px;
	margin: 8px 0;
	box-sizing: border-box;
	font: 400 15px/15px Verdana, sans-serif;
	border: none;
	border-bottom: 1px solid #e1e3e6;
}

.mem-login-form li input[type="text"] {
	/*background: url(/images/email-icon.png) no-repeat 0 8px !important;*/
}

.mem-login-form li input[type="password"] {
	/*background: url(/images/password-icon.png) no-repeat 0 8px !important;*/
}

.mem-login-form input.submitbtn {
	background: #eb9d4c;
	border: none;
	font: 400 16px/16px Verdana, sans-serif;
	padding: 16px 16px;
	text-decoration: none;
	margin: 20px 0 20px 0;
	cursor: pointer;
	color: #fff;
	width: 100%;
}

.mem-login-form li.remember,
.mem-login-form li.forgot {
	display: inline-block;
	vertical-align: top;
	width: 49%;
	margin-top: 17px;
}

.mem-login-form li.forgot {
	text-align: right;
}

/* end */
@media screen and (max-width : 1219px) {
	.profPic {
		float: none;
		clear: both;
	}

	.textMain .proflist {
		width: 98%;
	}
}

@media screen and (max-width : 1024px) {

	.textMain .registerManus li textarea,
	.textMain .registerManus li .upload_files {
		width: 91% !important;
		float: inherit;
	}

	.social-ico {
		width: 25%;
	}

	.textMain .registerManus .forum-list .forum-header li,
	.textMain .registerManus .forum-list .forum-body li,
	.textMain .registerManus .forum-list .forum-header li,
	.textMain .registerManus .forum-list .forum-body li {
		width: 29%;
	}

	.gallery-search-list ul li {
		width: 45%;
	}

	.gallery-media img,
	.gallery-search-list .gallery-publish,
	.gallery-search-list .gallery-likes {
		width: auto;
	}

	.gallery-search-list ul li.gallery-status {
		text-align: left !important;
	}
}

@media screen and (max-width : 980px) {
	/*
	#Sidebar {
	width: 290px;
	padding-right: 4px;
}
*/
}

@media screen and (max-width : 800px) {
	.textMain .registerManus li {
		width: 96%;
		float: left;
	}

	.display_pref {
		display: none;
	}

	#Sidebar .member-links li span {
		display: none;
	}

	#Sidebar .member-links li {
		font: 500 15px/45px 'Open Sans', sans-serif;
	}

	.textMain .proflist ul li.leftcol {
		width: 35%;
	}

	.textMain .registerManus li input.w_94 {
		width: inherit;
	}

	.textMain .registerManus li textarea,
	.textMain .registerManus li .upload_files {
		width: 91% !important;
		float: inherit;
	}

	.textMain .work_location .proflist li.txtlabel {
		width: 100%;
		margin: 0;
	}

	.textMain .work_location .proflist li.txtdata {
		width: 100%;
	}

	.textMain .registerManus li input[type="text"].w90 {
		width: 91%;
	}

	registerManus textarea {
		float: inherit;
		width: 81%
	}
}

@media screen and (max-width : 767px) {
	.social-ico {
		margin: 0 auto;
		float: none;
		width: 50%;
	}

	.logged_in a {
		color: #fff;
	}

	.login {
		width: 80%;
	}
}

@media screen and (max-width : 640px) {
	.textMain .dashboard li {
		width: 45%;
	}

	#Content {
		width: 100%;
		float: left;
	}

	#Sidebar {
		width: 90%;
		float: none;
		clear: both;
	}

	#Content,
	#Sidebar {
		display: block;
	}

	#cpassword {
		margin-bottom: 15px;
	}

	.gallery-search-list.gallery-search-list-heading {
		display: none;
	}
}

@media screen and (max-width : 480px) {
	.textMain .dashboard li {
		width: 94%;
	}

	.textMain .registerManus ul {
		table-layout: auto;
	}

	.registerManus .reset {
		width: 90% !important;
	}

	.login {
		width: 96%;
		padding: 5px 10px 5px 0;
	}

	.display_header {
		width: 100%;
		float: left;
	}

	.textMain .proflist li {
		width: 45%;
		float: left;
		word-wrap: break-word;
		text-align: left;
	}

	.textMain .proflist ul {
		display: block;
		table-layout: none;
		clear: both;
	}

	.textMain .proflist,
	.textMain .viewProfile {
		font-size: 15px;
	}

	.textMain .proflist {
		width: 100%;
	}

	.proflist ul {
		width: 100%;
	}

	.textMain .proflist ul li.leftcol {
		width: 35%;
		float: left;
	}

	.textMain .proflist ul li.txtdata {
		width: 60%;
		float: left;
	}

	.textMain .proflist ul li.txtdata.full_width {
		width: 100%;
	}

	.textMain .proflist li {
		margin: 3px 0;
	}

	.textMain .proflist li.txtlabel {
		margin-right: 8px;
		text-align: left;
	}

	.textMain .registerManus .forum-list .forum-body li {
		width: 29%;
	}

	.profPic {
		width: 90%;
		text-align: center;
	}

	.profPic img {
		height: 100px;
	}

	.textMain .work_location li {
		width: 100%;
		margin: 4px 0;
	}

	.textMain .registerManus li.details {
		width: 45%;
		margin: 0 0px 0px 0;
		padding: 0 0 0 0px;
	}

	.textMain .registerManus .preference_options.heading li {
		font-size: 12px;
		line-height: 18px;
	}

	.appear {
		float: left;
		width: inherit;
	}

	.textMain .registerManus li.p_options {
		width: 15%;
	}
}
