
/**** START: ACCOUNT NAVBAR ****/
#account .navbar {
	margin: 5px 0 15px;
}

#account .navbar-inner {
	padding-right: 10px;
	border: 1px solid #ccc;
}

#account .navbar .nav > li > a {
	color: #666;
	padding: 10px;
}

#account .navbar .nav > li > a:hover {
	color: #333;
}

#account .navbar .dropdown-menu a {
	color: #666;
}

#account .navbar .dropdown-menu a:hover {
	color: #fff;
}

#account .navbar .inactive {
	opacity: .5;
}

#application div#content #account .brand {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	display: block;
	float: left;
	font-size: 20px;
	line-height: 20px;
	margin: 0;
	padding: 10px 10px 10px 0;
}
/**** END: ACCOUNT NAVBAR ****/

/**** START: ACCOUNT PROFILE ****/
#profile-account {
  position: relative;
  z-index: 2;
  margin: 5px 0 0;
  overflow: visible;
  color: #777777;
}
/*
#profile-account .box {
  padding: 10px 5px 10px 10px;
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
  border: 1px solid #bbb;
  -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  *zoom: 1;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
     -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}
*/
#profile-account .box {
  padding: 10px 5px 10px 10px;
  background-color: #f5f5f5;
  -webkit-border-radius: 3px 3px 0 0;
     -moz-border-radius: 3px 3px 0 0;
          border-radius: 3px 3px 0 0;
  zoom: 1;
}

#profile-account .box:before,
#profile-account .box:after {
  display: table;
  line-height: 0;
  content: "";
}

#profile-account .box:after {
  clear: both;
}

#profile-account .image {
	border: 1px solid #ccc;
	padding: 3px;
	background-color: #fff;
	margin-right: 10px;
	display: inline-block;
	vertical-align: top;
	float: left;
	position: relative;
}
#profile-account .profile.business .image {
	margin-bottom: 10px;
	width: 340px;
	height: auto;
}

#profile-account .profile .info {
	width: 235px;
	overflow: hidden;
	min-height: 108px;
}

#profile-account .profile .info ul {
	list-style: none;
	margin: 0;
	overflow: hidden;
}

#profile-account .profile .info li {
	overflow: hidden;
	white-space: nowrap;
}

#profile-account .profile .info .username {
	font-size: 20px;
	color: #555;
}

#profile-account .profile .info .address {
	line-height: 16px;
}

#profile-account .profile .info .timezone {
	line-height: 14px;
}

#profile-account .profile .info .usertype {
	font-size: 16px; font-weight: bold;
}

#profile-account .account-type {
	/*border-top: 1px solid #bbb;*/
	margin: 10px -5px -10px -10px;
	font-size: 16px; font-weight: bold;
	text-align: center;
	padding: 3px 0 5px;
	background-color: rgba(0, 0, 0, 0.06);
}

#profile-account .profile .control {
	position: relative;
	display: block;
}

#profile-account .profile.personal .modify {
	left: -999em;
	bottom: 0;
	float: left;
	height: 54px;
	margin: 2px 2px 4px;
	padding: 40px 0 10px;
	position: absolute;
	text-align: center;
	vertical-align: bottom;
	width: 104px;
}

#profile-account .profile.personal .image:hover img {
	zoom: 1;
	filter: alpha(opacity=40);
	opacity: 0.4;
}

#profile-account .profile.personal .image:hover .modify {
	left: 0;
}
/**** END: ACCOUNT PROFILE ****/


/**** START: LEFT NAV ***
#account .nav-list {
	border-bottom: 0px solid #bbb;
	background-color: #f5f5f5;
	padding: 0 15px;
}
#account .nav-list li {
	font-size: 18px;
}
#account .nav-list > li > a {
	padding: 20px 25px;
	border-bottom: 1px solid #bbb;
	border-left: 5px solid #bbb;
	color: #999;
}
#account .nav-list > li:first-child > a {
	border-top: 1px solid #bbb;
}
#account .nav-list > li > a:hover {
	background-color: #eee;
	border-left: 5px solid #999;
	border-bottom: 1px solid #999;
	color: #888;
	font-size: 19px;
}
#account .nav-list > .active > a, 
#account .nav-list > .active > a:hover {
	background-color: #e5e5e5;
	color: #666;
	border-left: 5px solid #666;
	border-bottom: 1px solid #999;
	text-shadow: none;
	font-size: 18px;
}





#account .nav-list {
	background-color: #f5f5f5;
	padding: 0 15px;
}
#account .nav-list li {
	font-size: 18px;
}
#account .nav-list > li > a {
	padding: 20px 25px;
	border-bottom: 1px solid #bbb;
	border-left: 5px solid #bbb;
	border-right: 1px solid #bbb;
	color: #999;
}
#account .nav-list > li:first-child > a {
	border-top: 1px solid #bbb;
}
#account .nav-list > li > a:hover {
	background-color: #eee;
	border-left: 5px solid #999;
	border-bottom: 1px solid #999;
	color: #888;
	font-size: 19px;
}
#account .nav-list > .active > a, 
#account .nav-list > .active > a:hover {
	background-color: #e5e5e5;
	color: #666;
	border-left: 5px solid #666;
	border-bottom: 1px solid #999;
	text-shadow: none;
	font-size: 18px;
}
#account .nav-buffer {
	background-color: #f5f5f5;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	min-height: 20px;
}
#account .nav-bottom {
	background-color: #f5f5f5;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	min-height: 160px;
	-webkit-border-radius: 0 0 4px 4px;
	   -moz-border-radius: 0 0 4px 4px;
	        border-radius: 0 0 4px 4px;
}*/




#account .nav-list {
	background-color: #f5f5f5;
	padding: 0 15px;
}
#account .nav-list li {
	font-size: 18px;
}
#account .nav-list > li > a {
	padding: 20px 25px;
	border-left: 5px solid #f5f5f5;
	color: #999;
}
#account .nav-list > li > a:hover {
	background-color: #eee;
	border-left: 5px solid #999;
	color: #888;
	/*font-size: 19px;*/
}
#account .nav-list > .active > a, 
#account .nav-list > .active > a:hover {
	background-color: #e5e5e5;
	color: #666;
	border-left: 5px solid #666;
	text-shadow: none;
	font-size: 18px;
}
#account .nav-buffer {
	background-color: #f5f5f5;
	min-height: 20px;
}
#account .nav-bottom {
	background-color: #f5f5f5;
	min-height: 220px;
	-webkit-border-radius: 0 0 3px 3px;
	   -moz-border-radius: 0 0 3px 3px;
	        border-radius: 0 0 3px 3px;
}














/*#account .nav-list > li > a {
  -webkit-transition: font-size 0.1s ease;
     -moz-transition: font-size 0.1s ease;
       -o-transition: font-size 0.1s ease;
          transition: font-size 0.1s ease;
} color: #0073AD #67605a #e0f4ff #0088cc */

/**** END: LEFT NAV ****/


/**** START: MISC ****/
#account .alert {
	margin: 3px 0 5px;
}

#account .message .alert {
	margin: 10px 0 5px;
}

#account .row-fluid .span12.message {
	min-height: 0;
}

#account .myactivities h3 {
	border-bottom: 1px solid #bbb;
	line-height: 34px;
	margin-bottom: 15px;
}

#account .table-striped tbody tr.warning td {
	background-color: #fcf8e3;
}

#main .title {
	border-bottom: 1px solid #bbb;
	font-size: 26px;
	line-height: 36px;
	margin: 3px 0 5px;
	color: #333;
	font-weight: 600;
}


#account .edit .form-horizontal .control-label {
	width: 180px;
}

#account .edit .form-horizontal .controls {
	margin-left: 200px;
}

#account .edit .form-horizontal .control-group {
	margin-bottom: 10px;
}

#account .edit .form-horizontal .control-group:first-child {
	margin-top: 20px;
}

#account .edit .uneditable-input.span8 {
	width: 65.812%;;
}

#account .edit .form-info {
	color: #777;
	cursor: pointer;
	font-size: 18px;
	margin-top: 5px;
	vertical-align: top;
}

#account .edit .ceditbut .form-info {
	margin-top: 0;
}

#account legend {
	border-bottom: 1px solid #ccc;
	line-height: 24px;
	margin: 0px 0 0 35px;
	padding: 0 0 3px;
	width: 90%;
}

#account .profile.public legend {
	margin: 10px 0 0 35px;
}

#account legend + .control-group {
	margin-top: 10px;
}

#account .modal-footer {
	border-radius: 0 0 3px 3px;
}

#account form#act-view,
#account form#profile-personal-view {
	margin: 0;
}

#profile-pub-profile .control-group .image {
	border: 1px solid #ccc;
	padding: 3px;
	background-color: #fff;
	display: inline-block;
	vertical-align: top;
	float: right;
	position: relative;
	margin-right: 0px;
}


#account .custom-value {
	position: relative;
}

#account .custom-delete {
	background-color: rgba(255, 220, 220, 0.8);
  border: 1px solid rgb(255, 170, 170);
  border-radius: 3px;
  height: 40px;
  left: 35px;
  padding-top: 9px;
  position: absolute;
  text-align: center;
  top: -10px;
  width: 90%;
}

#account .custom-edit {
	background-color: rgba(240, 240, 240, 0.7);
  border: 1px solid rgb(200, 200, 200);
  border-radius: 3px;
  height: 190px;
  left: 35px;
  padding-top: 9px;
  position: absolute;
  top: -10px;
  width: 90%;
}

#account .custom-newlabel {
	background-color: rgba(240, 240, 240, 0.7);
  border: 1px solid rgb(200, 200, 200);
  border-radius: 3px;
  height: 141px;
  left: 35px;
  padding-top: 9px;
  position: absolute;
  top: 39px;
  width: 90%;
}

.form-horizontal .ccontrol-group::before, 
.form-horizontal .ccontrol-group::after {
	content: "";
	display: table;
	line-height: 0;
}
.form-horizontal .ccontrol-group::after {
	clear: both;
}

#account .ccontrol-group {
	margin-bottom: 10px;
}

#account .ccontrol-group.first {
	margin-top: 0px;
	margin-bottom: 0;
	border-top : 1px solid rgb(200, 200, 200);
	padding-top: 10px;
	padding-bottom: 20px;
	background-color: rgb(245, 245, 245);
}

#account .ccontrol-group.last {
	border-bottom : 1px solid rgb(200, 200, 200);
	padding-bottom: 10px;
	margin-bottom: 0;
	background-color: rgb(245, 245, 245);
}

#account .ccontrol-group.newlabel {
	margin-top: 0px;
	margin-bottom: 0;
	background-color: rgb(240, 240, 240);
	border-top : 1px solid rgb(200, 200, 200);
	padding-top: 10px;
	border-bottom : 1px solid rgb(200, 200, 200);
	padding-bottom: 11px;
}

#account .edit .form-horizontal .ccontrol-group .control-label {
	width: 145px;
}


#account .edit .form-horizontal .ccontrol-group .controls {
	margin-left: 165px;
}

#account .ccontrol-group .cwidth {
	width: 71%;
}

#account .ccontrol-group .clwidth {
	width: 68.2%;
}

#account .custom-buttons {
	padding: 10px 20px;
	text-align: right;
	border-radius: 0 0 3px 3px;
	background-color: rgb(240, 240, 240);
	border-bottom : 1px solid rgb(200, 200, 200);
}

#account .edit-label {
	background-color: #dedede;
	border-radius: 3px 0 0 0;
	border-right: 1px solid rgb(200, 200, 200);
	border-top: 1px solid rgb(200, 200, 200);
	font-size: 16px;
	line-height: 28px;
	margin-top: -10px;
	padding: 10px 20px;
	width: 30px;
}

#account .new-label {
	background-color: #dedede;
	border-right: 1px solid rgb(200, 200, 200);
	border-top: 1px solid rgb(200, 200, 200);
	font-size: 16px;
	line-height: 28px;
	margin-top: -10px;
	padding: 10px 20px;
	width: 30px;
}

#account .newitem-label {
	background-color: #dedede;
	border-radius: 3px 0 0 0;
	border-right: 1px solid rgb(200, 200, 200);
	border-top: 1px solid rgb(200, 200, 200);
	font-size: 16px;
	line-height: 28px;
	margin-top: -10px;
	padding: 10px 20px;
	width: 80px;
}

#account .ceditbut {
	margin-top: 4px;
	vertical-align: top;
}

#account .btn.custom-new {
	width: 65.8%;
	text-align: center;
}

#account form#profile-pub-profile {
	margin-bottom: 15px;
}


#account #main.span8 {
	position: relative;
}
/*
#loading.account-view {
	background-color: rgba(240, 240, 240, 0.7);
	height: 99.5%;
	left: 0;
	margin-left: -7px;
	position: absolute;
	right: 0;
	top: 5px;
	width: 101%;
	z-index: 100;
	vertical-align: center;
	text-align: center;
}
*/
#loading.account-view {
	background-color: rgba(240, 240, 240, 0.6);
	background-image: url("../img/ajax-loader-new.gif");
	background-position: center center;
	background-repeat: no-repeat;
	height: 99.5%;
	left: 0;
	margin-left: -7px;
	position: absolute;
	right: 0;
	top: 5px;
	width: 101%;
	z-index: 100;
	vertical-align: center;
	text-align: center;
}

#loading.account-view .load-message {
	font-size: 16px;
	margin-top: 100px;
}


#account .custom-fieldset {
	position: relative;
}

#loading-custom.account-view {
	background-color: rgba(240, 240, 240, 0.6);
	background-image: url("../img/ajax-loader-new.gif");
	background-position: center center;
	background-repeat: no-repeat;
	height: 99.5%;
	left: 0;
	margin-left: -7px;
	position: absolute;
	right: 0;
	top: 5px;
	width: 101%;
	z-index: 100;
	vertical-align: center;
	text-align: center;
}

#account .dir-list {
	font-size: 16px;
	line-height: 28px;
	margin-right: 4px;
	overflow: hidden;
	white-space: nowrap;
}

#account .dir-list input[type="radio"] {
	margin-top: 1px;
}

#account .radio-label {
	display: inline-block;
}

#account .dir-list .btn-link {
	border: none;
}

#account .dir-list .btn-link .form-info {
	margin: 0 2px 0 -2px;
	text-shadow: none;
}

#account .edit .form-info.top0 {
	margin-top: 0;
}








/**** END: MISC ****/
#public-profile .directory {
	font-size: 15px;
	line-height: 1.5;
}

#public-profile .directory h1 {
	border-bottom: 1px solid #ddd;
	margin: 5px 0;
	padding-bottom: 5px;
}

#public-profile .directory img.ttip {
	max-height: 40px;
}

#public-profile .return {
	background-color: #f5f5f5;
	border-radius: 3px;
	margin-top: 5px;
	padding: 8px 20px 0 0;
	min-height: 30px;
}

#public-profile .btn-link.previous-link {
	color: #999;
	float: right;
}

#public-profile .btn-link.previous-link:hover {
	color: #666;
	text-decoration: none;
}

#public-profile .directory .image {
	margin: 10px 0 30px 0;
	float: right;

}

#public-profile .directory.profile-sidebar {
	min-height: 375px;
}

#public-profile #divMap {
	margin-bottom: 20px;
}

#public-profile .directory .level-detail {
	margin-top: 10px;
}

#public-profile .g-recaptcha {
	margin: 0 0 15px 15px;
}




/**** START: FONTAWESOME CHECKBOX/RADIO ****/
input[type=radio].with-font,
input[type=checkbox].with-font {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
    
input[type=radio].with-font + label:before,
input[type=checkbox].with-font + label:before {
	font-family: FontAwesome;
	display: inline-block;
	content: "\f1db";  /* fa-circle-thin */
	letter-spacing: 10px;
	font-size: 1.2em;
	color: #535353;
	width: 1.4em;   /* reduce bounce */
}
input[type=radio].with-font:checked + label:before,
input[type=checkbox].with-font:checked + label:before  {
	content: "\f00c";  /* fa-check */
	font-size: 1.2em;
	color: green;
	letter-spacing: 5px;
}
input[type=checkbox].with-font ~ label:before {        
	content: "\f096";  /* fa-square-o */
}
input[type=checkbox].with-font:checked + label:before {
	content: "\f046";     /* fa-check-square-o */   
	color: green;
}
input[type=radio].with-font:focus + label:before,
input[type=checkbox].with-font:focus + label:before,
input[type=radio].with-font:focus + label,
input[type=checkbox].with-font:focus + label
{                
	color: green; /* highlight both box and label */
}
/**** END: FONTAWESOME CHECKBOX/RADIO ****/
/**** START: ORG BUTTONS ****/
#account .btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-color: #f89406;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

#account .btn-warning:hover,
#account .btn-warning:active,
#account .btn-warning.active,
#account .btn-warning.disabled,
#account .btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}

#account .btn-warning:active,
#account .btn-warning.active {
  background-color: #c67605 \9;
}
/**** END: ORG BUTTONS ****/


























/**** START: OLD CSS ****/
#account .field-wrapper {
	margin: 5px 88px 0 0;
	overflow: visible;
	position: relative;
}

#account .file-field {
	cursor: pointer;
	margin-bottom: 5px;
}

#account .file-field .file {
	background-color: #fff;
	border: 2px solid #c8c8c8;
	border-radius: 3px;
	cursor: inherit;
	margin: 0;
	min-height: 36px;
	position: relative;
	padding: 0;
}

#account .file-field .file:hover {
	border-color: #a6a6a6;
}

#account .file-field .file button {
	background-color: #E0E0E0;
	background-image: none;
	border: none;
	height: 36px;
	font-size: 14px;
	font-weight: bold;
	color: #737373;
	position:absolute;
	right:0;
	cursor:inherit;
	margin-right:0;
	border-radius:0;
	padding: 0 22px;
	vertical-align: middle;
}

#account .file-field .file input[type="file"] {
	margin:0;
	opacity:0;
	z-index:2;
	cursor:inherit;
	min-height:36px;
	width: 100%;
}

#account .file-field .selected {
	line-height: 24px;
	width: 340px;
	overflow: hidden;
	position: absolute;
	top: 8px;
	padding: 0 15px;
	white-space: nowrap;
	text-overflow: ellipsis;
	pointer-events: none;
}

#account .file-info {
	color: #777;
	padding-left: 10px;
	margin: 3px 0 5px;
}

#account .selected .error {
	font-size: 14px;
}








/*
#profile.profile {
	padding: 5px 5px 5px 2px;
	margin-right: 5px;
}
 */
#user.column {
	background: none;
	border-bottom: none;
	border-right: none;
	padding: 5px 0 10px;
	margin: 0 0 0 30px;
}

#profile .image {
	background-color: #FFFFFF;
	/* border: 1px solid #DDDDDD;
	padding: 3px; */ 
	margin-right: 10px;
	display: inline-block;
	vertical-align: top;
	float: left;
	position: relative;
}

#profile .info {
	width: 180px;
	overflow: hidden;
	float: left;
}

#profile .info ul {
	list-style: none;
	margin: 0;
	overflow: hidden;
}

#profile .info li {
	/* margin-bottom: 8px; */ 
	overflow: hidden;
}

#profile .info .name {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 5px;
	margin-top: -3px;
}

#profile .info .email {
	font-size: 14px;
	margin-bottom: 18px;
}

#profile .info .usertype {
	font-size: 14px; font-weight: bold;
}
/* */
#profile .data .title {
	font-size: 19px;
	margin: 8px 0 0px;
	line-height: 35px;
	font-weight: 400;
	color: #000;
	padding: 0px 8px;
	background: rgba(0,0,0,0.1);
}

	#profile .data .title [class^="icon-"], 
	#profile .data .title [class*=" icon-"] {
		margin-top: -3px;
	}

#profile .data .field {
	background: none;
	border-bottom: 1px solid #ddd;
	line-height: 20px;
	padding: 5px 8px;
	margin: 0;
}

#profile .data .label {
	text-align: left;
	display: block;
	width: 100%;
	padding: 0 10px 0 0;
	border-radius: 0 3px 0 0;
	color: #333;
	text-shadow: none;
	font-weight: bold;
	font-size: 14px;
	float: none;
	background: none;
	line-height: 20px;
}

#profile .data .value {
	text-align: left;
	display: inline-block;
	margin-left: 0;
	overflow: hidden;
	vertical-align: bottom;
	white-space: nowrap;
	width: 100%;
}

#profile .edit {
	background: none;border: 1px solid #eee;
	margin-top: 10px;
}

#profile .edit .title {
	font-size: 18px;
	margin: 0 0 10px;
	line-height: 35px;
	color: #fff;
	font-weight: 600;
	background: #449588;
	padding: 0 10px;
}

#profile .edit .field {
	margin: 0 0 6px;
}

#profile .edit .label {
	text-align: left;
	display: inline-block;
	width: 100%;
	padding: 8px 6px;
	border-radius: 0 3px 0 0;
	background: none;
	color: #000;
	text-shadow: none;
	font-weight: 600;
	font-size: 14px;
}

#profile .edit .value {
	text-align: left;
	display: inline-block;
	margin-left: 2%;
	width: auto;
}

#profile .edit input.span2,
#profile .edit .uneditable-input.span2 {
	width: 210px;
}

#profile .edit select.span2 {
	width: 224px;
}

#profile .links .save {
	padding: 4px 10px;
}

#profile .links .cancel {
	padding: 2px 10px;
	margin: 2px 4px 0 0;
}

#profile.profile.personal {
	padding-bottom: 5px;
}

#profile.profile.links {
	margin-top: -12px;
	padding: 0 5px 5px 2px;
}

#profile .links {
	margin: 5px 0 10px;
	padding-left: 5px;
}

#profile .edit .links {
	padding: 15px;
background: #f3f3f3;
margin: 20px 0 -10px;
}

#profile.profile .links > div {
	display: inline-block;
}

#profile.profile .links .left.line {
	display: block;
}

#profile .links .right {
	float: right;
}

#profile .links .left .btn-link,
#profile .links .right .btn-link {
	padding: 0;
	color: #449588;
}

#profile form {
	margin: 10px;
}

#profile #messages .alert {
	margin: 10px 0 0;
	padding: 2px 30px 2px 10px;
	width: 216px;
}

#profile.links #messages .alert {
	margin: 10px 0 0;
}

#profile .edit .name-first input.span2 {
	width: 122px;
}

#profile .edit .name-mi input.span2 {
	width: 20px;
}

#profile .edit .label.name-mi {
	margin-left: 7px;
	text-align: center;
	vertical-align: bottom;
	width: 20px;
}

#profile .edit .state input.span2 {
	width: 27px;
}

#profile .edit .zip input.span2 {
	width: 80px;
}

#profile .edit .label.zip {
	margin-left: 7px;
	text-align: center;
	vertical-align: bottom;
	width: 55px;
}

#profile .data .label.address2 {
	padding: 15px 6px;
}

#profile .data .label.address3 {
	padding: 26px 6px;
}

#main .links,
#main .public-profile,
#main .activities { 
	margin: 0 5px 0 0; 
}



#main .links .btn { 
	margin-right: 15px; 
	padding: 4px 12px 4px 10px; 
}

.icon-dark {
	background-image: url(../img/glyphicons-halflings-dark.png);
}

#main .links .utilities { 
	cursor: pointer;
	float: right;
	margin: 0 3px 0 2px;
	padding: 0 3px;
}

#main .links .utilities i { 
	margin-bottom: -2px;
	vertical-align: inherit; 
}

#profile .title .btn {
	margin: 2px 0;
	padding: 0;
}

#main .title .btn {
	margin: 10px 0px 0;
	padding: 0 1px;
}

.title .icon-plus {
	margin-top: 2px;
}

#profile .field .message {
	font-style: italic;
}

#profile .field .message .btn {
	font-style: normal;
	padding: 5px 0;
	float: none;
}

#profile .field .message .alert {
	padding: 2px 10px 2px 10px;
	margin-bottom: 10px;
	color: #555555;
}

#profile.companyadd .links .save {
	padding: 4px 6px;
}

.temp-info { font-size: 16px;}

#profile .value .btn {
	margin: 0 1px;
	padding: 0 1px;
}

#profile.custom .data .value,
#profile.company .data .value {
	white-space: normal;
}

#profile .value .btn-link.default {
	/* cursor: help; */
}
/*
#profile .control {
	position: relative;
	display: block;
}

#profile .modify {
	left: -999em;
	bottom: 0;
	float: left;
	height: 54px;
	margin: 2px 2px 4px;
	padding: 40px 0 10px;
	position: absolute;
	text-align: center;
	vertical-align: bottom;
	width: 104px;
}

#profile.profile .image:hover img {
	zoom: 1;
	filter: alpha(opacity=40);
	opacity: 0.4;
}

#profile .image:hover .modify {
	left: 0;
}
*/
.modal.image {
	width: 380px;
	margin-left: -160px;
}

#imageModifyModal .addphoto #photo-txt {
	margin-bottom: 0;
}

#imageModifyModal input[type="file"].modal-photo {
	position: absolute;
	left: 60px;
	cursor: pointer;
	opacity: 0;
}

#profile-public-save .addphoto {
	position: relative;
}

#profile-company-save .addphoto .span2.browse,
#profile-public-save .addphoto .span2.browse {
	width: 130px;
}

#profile-public-save input[type="file"].modal-photo {
	position: absolute;
	left: 2px;
	cursor: pointer;
	opacity: 0;
}

#profile .value .btn.browse {
	margin: 0 0 0 5px;
	line-height: 18px;
  padding: 5px 5px 5px 7px;
}

.pull-right.company {
	margin-right: -2px;
}

#profile.myprofile .modify {
	/* bottom: -40px;
	bottom: -47px\9; */
}

#profile.myprofile .control {
	vertical-align: middle;
}

.icon-fast-forward {
    background-position: -360px -73px;
}

.profile-sidebar {
	background-color: #F5F5F5;
	margin-top: 10px;
	min-height: 490px;
	padding: 5px 20px;
	border-radius: 6px 6px 6px 6px;
}

.profile-sidebar h2 {
	border-bottom: 1px solid #CCCCCC;
	font-family: inherit;
	font-size: 24px;
	letter-spacing: 0;
	margin-bottom: 5px;
}

.profile-sidebar p {
	color: inherit;
	font-size: 16px;
	line-height: 26px;
}

input.span3.contact, 
textarea.span3.contact {
	width: 315px;
	margin: 10px 0 0;
}

textarea.span3.contact {
	height: 140px;
	margin-bottom: 15px;
}

#profile-contact form {
	margin: 0;
}

#profile-contact .links .btn.send {
	width: 100%;
}

/*
#profile.public {
	margin-top: 7px;
}
*/

#profile.contact #messages .alert {
	width: 287px;
}

#profile .activity {
	margin: 20px 0;
	padding: 0 10px;
}

#profile .activity .title-bar {
	background-color: #EFEFEF;
	font-size: 16px;
	margin: 10px 0 0;
	padding: 5px 15px;
}

#profile .activity .title-bar .link {
	color: inherit;
}

#profile .activity .title-bar .link:hover {
	color: inherit;
	text-decoration: none;
}

#profile .activity .title-bar .icon-dark {
	margin-top: 5px;
}

#profile .activity .list {
	padding: 0 12px;
}

.table tbody tr.approved > td {
	background-color: #DFF0D8;
}

#profile .activity .title-bar span {
	color: #aaa;
	font-size: 12px;
}

#profile.myactivities .field .message .alert {
	margin-top: 15px;
}

#profile .edit textarea.span2 {
	width: 210px;
}

#profile .edit .label.textarea {
	padding: 27px 6px;
}

button.toggle {
	background: url(../img/icon_collapse.png) no-repeat scroll 99% 100% transparent;
	border: none;
	border-bottom: 3px solid #ddd;
	color: #333;
	font-size: 18px;
	line-height: 24px;
	margin: 2px 0 4px 2px;
	padding: 0 0 0 2px;
	text-align: left;
	width: 258px;
}

button.toggle:hover {
	background: url(../img/icon_collapse.png) no-repeat scroll 99% 80% #EFEFEF;
	border-bottom: 3px solid #ccc;
	color: #000;
	text-decoration: none;
}

button.toggle.collapsed {
	background: url(../img/icon_expand.png) no-repeat scroll 99% 90% transparent;
	margin: -10px 0 10px 2px;
}

button.toggle.collapsed:hover {
	background: url(../img/icon_expand.png) no-repeat scroll 99% 110% #EFEFEF;
}

#profile-publicadd #messages .alert {
	padding: 2px 30px 2px 10px;
	width: 216px;
	margin-bottom: 5px;
}

#profile.profile.business {
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}

#profile-personal #profile.profile.business {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
}

#profile.profile.business .image:hover img {
	opacity: 1;
}

#profile.business .info {
	display: block;
	width: 100%;
	padding: 15px 0 0;
}

#profile.business .info .name {
	font-size: 26px;
	margin-top: 0;
	margin-bottom: 5px;
}

#profile.business .info .standard {
	font-size: 16px;
	line-height: 26px;
}

#public-profile #profile.profile.business {
	margin: 10px 0 5px;
}

.wd170ml17{ width:170px!important; margin-left:17px!important;}


#main .links .btn-link,
.btn-link
{ padding: 0; }

#profile .links .left .btn-link, 
#profile .links .right .btn-link
{ font-size: 12px; margin-top: 5px; }

#profile .title .btn
{ margin: 10px 1px 0; padding: 0 1px; }

#profile-personal .info
{ width: 100%; margin-top: 20px; }

#profile-personal .profile.business .image {
	margin-bottom: 5px;
	max-width: 260px;
}
#main.mail .links li {
	display: inline-block;
	padding-right: 25px;
	width: 180px;
}


#profile .field .value form {
	margin: 0;
}

#profile .field .value i {
	margin-top: 0;
}

#profile.profile.transaction {
	padding-bottom: 15px;
}

#profile-personal .image,
#profile.profile.public .image,
#profile.profile.myprofile .image {
	border: 1px solid #ccc;
	padding: 3px;
}

#profile.profile.public .image.logo {
	max-width: 136px;
	max-height: 108px;
}

#profile.profile.public .image.logo img {
    max-height: 100px;
}

#profile.profile.public .info,
#profile.profile.myprofile .info {
	margin-top: 20px;
	width: 100%;
}

#profile.profile.public .info .name,
#profile.profile.myprofile .info .name {
	font-size: 26px;
	margin-bottom: 5px;
}

#account .account-title {
	letter-spacing: 1px;
	margin: 10px 0 15px;
	border-bottom: 3px solid #DDDDDD;
	padding-bottom: 5px;
}

#dir-edit-account fieldset > span.help-block {
	margin-left: 35px;
}
#dir-seo-account fieldset > div.text-block,
#dir-report-account fieldset > div.text-block {
	margin-left: 35px;
}

#dir-edit-account legend {
	margin-bottom: 10px;
}

.old-backend-popup.modal {
    border-radius: 0;
    padding: 0;
    margin-top: 12px;
    margin-bottom: 20px !important;
    width: 560px;
    left: 50%;
    top: -25%;
    height: inherit;
    margin: 0;
    max-width: 100%;
    margin-left: -280px !important;
  }

  .old-backend-popup .modal-dialog {
    border-radius: 24px;
    padding: 0;
    margin-top: 0;
    margin-bottom: 20px !important;
    width: inherit;
  }

  /*this page css*/
  .plan-features-popup .modal-body,
  .plan-features-popup .modal-footer {
    /* padding: 15px 24px; */
  }


  .plan-features-popup .modal-body {
    border: 1px solid #d5dfff;
    padding-bottom: 0;
    padding: 0;
    max-height: inherit;
    height: 100%;
    margin-bottom: 0px;
    height: 100%;
}

  .plan-features-popup .plan-features-header {
    display: flex;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 9;
    margin-bottom: 113px;
    padding: 0 18px;
  }

  .plan-features-body {
    margin-top: -113px;
    padding: 0 18px;
  }

  .plan-header-title-content,
  .plan-value-content {
    display: flex;
    /* flex: 1; */
    position: relative;
    width: 62%;
  }

  .plan-header-title,
  .features-item {
    margin-right: 6%;
    width: 32%;
    border-bottom: 2px solid #d5dfff;
  }

  .h-compare-table-header__item--product {
    border-bottom: 2px solid #d5dfff;
    margin-right: 32px;
    /* max-width: 184px; */
    width: 33.87%;
    padding: 6px 0px;
  }

  .h-compare-table-header__item--product:last-child {
    margin-right: 0;
  }

  .h-compare-table-body__row {
    display: flex;
  }

  .features-item-value {
    display: flex;
    align-items: center;
    position: relative;
    border-bottom: 0px solid #d5dfff;
    margin-right: 32px;
    /* max-width: 184px; */
    width: 33.87%;
    padding: 6px 0px;
  }

  .plan-value-content .features-item-value:before {
    content: "";
    position: absolute;
    width: calc(100% + 32px);
    background-color: #d5dfff;
    display: block;
    height: 1px;
    bottom: 0;
    left: 0;
  }

  .plan-value-content .features-item-value:last-child:before {
    width: 100%;
  }

  .h-compare-table-body__row:last-child .features-item-value::before {
    background-color: transparent;
  }

  .features-item-value:first-child {}

  .features-item-value:last-child {
    margin-right: 0;
  }

  .features-item {
    border-bottom: 0px solid #d5dfff;
    padding: 7px 0px;
    color: #2f1c6a;
    font-size: 14px;
    font-weight: 500;
  }

  .plan-features-popup .modal-dialog {
    width: 98%;
    margin: 40px auto;
  }

  .plan-features-popup h5 {
    color: #2f1c6a;
    font-weight: 500;
    font-size: 23px;
    padding-top: 16px;
    padding-bottom: 10px;
  }

  .plan-header-title p b {
    font-weight: 500;
  }

  .plan-header-title p {
    color: #878787;
    font-size: 13px;
  }

  .h-compare-table-header__item--product .product-title {
    font-weight: 600;
    color: #2f1c6a;
  }

  .plan-header-title .h-compare-table-header__item--product .plan-member {
    font-size: 13px;
  }

  .plan-features-header .buy-div {
    padding: 1px 0px;
    /* min-height: 56px; */
  }

  .plan-features-header .price {
    font-size: 23px;
    line-height: 18px;
    margin-top: 7px;
  }

  .plan-features-header .month {
    font-size: 14px;
    color: #898989;
  }

  .plan-features-header .price span.doller {
    font-weight: 400;
  }

  .plan-features-popup .modal-footer {
    border: 1px solid #d5dfff;
    border-top: 0;
    min-height: 128px;
    position: sticky;
    bottom: 0;
    align-items: center;
    background-color: #fff;
    border-top: 1px solid #d5dfff;
    margin-top: 0px !important;
    min-height: 56px;
    padding-left: 0;
    padding-right: 0;
    margin-top: 10px;
    border-bottom: 0;
    border-right: 0;
    border-left: 0;
    /* padding: 15px 24px; */
}

.plan-features-popup .modal-footer .btn {
    border: 2px solid #ce2123;
    color: #ce2123;
    line-height: 1;
    min-height: 40px;
    border-radius: 4px;
    width: 33.87%;
    margin-left: 0;
    margin-right: 18px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.6s ease;
}

  .plan-features-popup .modal-footer .btn:hover {
    background: #000;
    color: #fff;
  }

  .plan-features-popup .modal-body .modal-footer .bts-div {
    width: 62%;
    margin-left: auto;
    display: flex;
}

  body .plan-features-popup.old-backend-popup.modal {
    width: 100% !important;
    margin-left: -675px !important;
  }

  .btn-modalshow {
    color: #ffffff;
    font-size: 1rem;
    line-height: 1;
    margin-top: 1rem;
    padding: 0.5rem 1rem;
    border: none;
    border-radius: 0.25rem;
    background: linear-gradient(to right, #b24592, #f15f79);
    cursor: pointer;
  }

  .btn-close {
    color: #666666;
    font-size: 1.25rem;
    line-height: 1;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0.25rem;
    border: none;
    border-radius: 0.25rem;
    background: transparent;
    cursor: pointer;
  }

  .text-right {
    text-align: right;
  }

  .text-center {
    text-align: center;
  }

  dialog.dialog {
    position: fixed;
    width: 98%;
    max-width: 100%;
    top: 0%;
    left: 50%;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0.25rem;
    opacity: 0;
    transform: translate(-50%, -110%);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.5);
    pointer-events: none;
    transition: top 250ms ease,
      opacity 250ms ease,
      transform 250ms ease;
  }


  dialog.dialog.active {
    top: 1.5%;
    opacity: 1;
    transform: translate(-50%, 0%);
    pointer-events: auto;
    overflow-y: hidden;
    height: 100%;
}

  dialog.dialog .dialog-body {
    width: 100%;
    margin: 0;
    padding: 0;
    height: 100%;
}

  dialog.dialog .dialog-header, dialog.dialog .dialog-content, dialog.dialog .dialog-footer {
    width: 100%;
    margin: 0;
    height: 100%;
}

  dialog.dialog .dialog-header {
    border-bottom: 1px solid #f4f4f4;
  }

  dialog.dialog::backdrop {
    background-color: rgba(0, 0, 0, 0);
    transition: background-color 250ms ease;
  }

  dialog.dialog.active::backdrop {
    background-color: rgba(0, 0, 0, 0.6);
  }

  .plan-features-popup.dialog .btn-close {
    position: fixed;
    right: 44px;
    top: 45px;
    transform: translateY(-50%);
    background-color: #000000;
    background-size: 38%;
    border-radius: 35px;
    opacity: 1;
    width: 28px;
    height: 28px;
    padding: 5px 5px !important;
    transition: 0.3s all;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    z-index: 99;
  }

  .dialog .btn-close:hover {
    filter: invert(1);
  }

  .dialog .btn-close span {
    color: #fff;
  }

  .dialog .modal-header {
    padding: 13px 12px;
    background: #ce2123;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    position: relative;
  }

  .dialog .modal-header h5 {
    color: #fff;
  }
  #main .title {
    padding-bottom: 10px !important;
  }

  /*subscriptions-levels-popup*/
.subscriptions-levels-popup .modal-header h3.title {
    color: #fff !important;
}
.subscriptions-levels-popup .modal-header button.close {
    color: #fff;
    opacity: 1;
    font-size: 29px;
    font-weight: 300;
    margin-top: 8px;
}
.subscriptions-levels-popup .title {
    color: #fff !important;
    font-size: 24px !important;
}
.subscriptions-levels-popup .plan .title {
    font-size: 18px !important;
    line-height: 28px !important;
}
.table-responsive-old-website {
    overflow: auto;
}