/*** Variables Declare ***/
/*** end variables declare ***/
/***Common style ***/
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #aaa;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #aaa;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #aaa;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #aaa !important;
}
input:-ms-placeholder,
textarea:-ms-placeholder {
  color: #aaa !important;
}
body {
  font-family: Helvetica, sans-serif;
  margin: 0;
}
a:hover,
a:focus {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .sm-hide {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .sm-show {
    display: none !important;
  }
}
.no-padding {
  padding: 0;
}
ul {
  list-style: none;
}
input {
  font: 100% Arial, Helvetica, sans-serif;
  vertical-align: middle;
}
label {
  font-weight: normal;
}
form,
fieldset {
  border-style: none;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
textarea {
  resize: none;
}
.custom-hidden {
  display: none;
}
a.connect_status {
  background: rgba(0, 0, 0, 0) url("../images/plus_orange.png") no-repeat scroll 0 0;
  color: #d17201;
  font-size: 12px;
  font-weight: bolder;
  padding-left: 13px;
}
.show_more a.load,
.profile_status a.load,
.item span.load,
a.load {
  background: url("../images/loading_more.gif") no-repeat scroll;
  padding-left: 20px;
}
.view_more {
  background-color: #ECECEC;
  padding: 10px;
  /*clear: both;*/
}
.view_more a {
  background: url("../images/memorial/orange_arrow_dow.gif") no-repeat scroll 0 5px #ececec;
  padding-left: 15px;
}
.view_more a.load,
.profile_status a.load,
.item span.load {
  background: url("../images/loading_more.gif") no-repeat scroll;
  padding-left: 20px;
}
.show_more {
  background-color: #ECECEC;
  padding: 10px;
}
.show_more a {
  background: url("../images/memorial/orange_arrow_dow.gif") no-repeat scroll 0 5px #ececec;
  padding-left: 15px;
}
table th {
  background-color: #9ec630;
  border: 1px solid #7b9a1f;
  color: #fff;
  padding: 8px 0 8px 4px;
}
@media screen and (min-width: 768px) {
  #main {
    margin-top: 8px;
  }
}
/*** end of Common style ***/
/*** Mixin ***/
.centralize-container {
  text-align: center;
  margin: 10px auto 0;
  float: none;
}
.homepage-search-button {
  background-color: #cdcdcd;
  border-radius: 0;
  padding: 6px 13px;
}
.but {
  background-color: #ff8200;
  color: #ffffff;
  float: left;
  font-size: 16px;
  height: 29px;
  line-height: 30px;
  padding: 0 20px;
  text-align: center;
  text-decoration: none !important;
}
/*** end of Mixin ***/
/***** Homepage header item *****/
.header {
  /*margin-bottom: 8px;*/
  /*** end .logged ***/
}
@media screen and (max-width: 767px) {
  .header {
    margin-bottom: 0px;
  }
}
.header .header-holder {
  border-top: #c1d78a solid 5px;
  margin: 7px 0 0;
}
.header .ha-logo {
  padding-top: 18px;
  height: 95px;
}
.header .ha-logo.logo-tw {
  height: 115px;
}
.header .right-holder {
  padding-top: 12px;
}
.header .language-holder {
  float: right;
}
.header .language-holder .btn-xs {
  border-radius: 0px;
  border: none;
  background: none;
  color: #B9B9B9;
  box-shadow: none;
}
.header .language-holder .lang-menu {
  min-width: 95px;
  background-color: #84af16;
  border-radius: 0 !important;
}
.header .language-holder .lang-menu a {
  padding: 3px 10px;
  color: #ffffff !important;
  font-size: 12px;
  text-align: right;
}
.header .language-holder .lang-menu.dropdown-menu li > a:hover,
.header .language-holder .lang-menu.dropdown-menu li > a:focus,
.header .language-holder .lang-menu.dropdown-submenu:hover > a {
  background: none;
  background-color: #b4ce73;
}
.header .search-holder .input-group {
  float: right;
}
.header .search-holder button {
  background-color: #cdcdcd;
  border-radius: 0;
  padding: 6px 13px;
}
.header .search-holder button span {
  color: white;
}
.header .search-holder .form-control {
  border-radius: 0;
}
.header .not-login .profile-holder {
  float: right;
}
.header .not-login .profile-holder a#login_link {
  color: #B9B9B9;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  text-align: right;
}
.header .logged {
  /*** end #profile ***/
}
.header .logged #profile {
  font: bold 15px/18px Arial, Helvetica, sans-serif;
  list-style: none outside none;
  margin: 0;
  padding: 0;
  /*** end .name_section ***/
}
.header .logged #profile li {
  float: right;
  position: relative;
}
.header .logged #profile .name_section {
  float: right;
  margin-top: 20px;
  padding-left: 5px;
  width: 150px;
  /*** end .num_display ***/
  /*** end .name_display ***/
}
.header .logged #profile .name_section .num_display {
  width: 160px;
  /*** end .notify_layout ***/
}
.header .logged #profile .name_section .num_display .my_heaven {
  color: #b1b1b1;
  float: left;
  margin: -3px 5px 0 0px;
  text-decoration: none;
  padding: 5px 0;
}
.header .logged #profile .name_section .num_display .num_notification {
  background: none repeat scroll 0 0 #f38108;
  padding: 1px 6px;
  float: left;
}
.header .logged #profile .name_section .num_display .num_notification a {
  color: #FFF;
  width: auto;
  text-decoration: none;
}
.header .logged #profile .name_section .num_display .notify_layout {
  float: right;
  position: absolute;
  right: 5px;
  top: 35px;
  width: 300px;
  display: none;
  background: none repeat scroll 0 0 #fff;
  border: 1px solid rgba(100, 100, 100, 0.4);
  border-radius: 3px 3px 3px 3px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
  z-index: 90;
}
.header .logged #profile .name_section .num_display .notify_layout .notifi_arr_layout {
  position: relative;
}
.header .logged #profile .name_section .num_display .notify_layout .notifi_arr_layout .notify_arrow {
  background: url("../images/arrow-drop.gif") no-repeat scroll 0 0 transparent;
  height: 20px;
  position: absolute;
  right: 14px;
  top: -13px;
  width: 20px;
}
.header .logged #profile .name_section .num_display .notify_layout .notify_header {
  padding: 2px 8px;
}
.header .logged #profile .name_section .num_display .notify_layout .notify_header span {
  font-size: 12px;
}
.header .logged #profile .name_section .num_display .notify_layout .notify_header #mark_read_all {
  float: right;
  font-size: 12px;
  font-weight: normal;
  margin-right: 6px;
}
.header .logged #profile .name_section .num_display .notify_layout .notify_content ul {
  list-style: none outside none;
  overflow-y: auto;
  padding: 0;
  margin: 0;
  max-height: 300px;
  font-weight: normal;
  font: 12px/15px Arial, Helvetica, sans-serif;
}
.header .logged #profile .name_section .num_display .notify_layout .notify_content ul li {
  float: none;
  border-top: 1px solid #CCCCCC;
}
.header .logged #profile .name_section .num_display .notify_layout .notify_content ul li a,
.header .logged #profile .name_section .num_display .notify_layout .notify_content ul li span.no_item {
  display: block;
  padding: 3px 8px;
  color: #000;
  text-decoration: none;
}
.header .logged #profile .name_section .num_display .notify_layout .notify_content ul li a:hover {
  background: #84af16;
  color: #FFF;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.header .logged #profile .name_section .num_display .notify_layout .notify_content ul li span {
  color: #D17201;
}
.header .logged #profile .name_section .num_display .notify_layout .notify_content ul li span.time_stam {
  color: #ccc;
  font-size: 11px;
}
.header .logged #profile .name_section .num_display .notify_layout .notify_footer {
  padding: 2px 8px;
  border-top: 1px solid #CCCCCC;
  font-size: 12px;
  text-align: center;
}
.header .logged #profile .name_section .name_display {
  overflow: hidden;
  float: left;
  margin-top: 2px;
}
.header .logged #profile .name_section .name_display .name {
  color: #333333;
  float: right;
  margin-right: 10px;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.header .logged #profile .name_section .name_display .profile-drop {
  background: url("../images/arrow-drop.gif") no-repeat scroll 65px 0 transparent;
  display: none;
  float: right;
  position: absolute;
  right: 0;
  margin-right: 10px;
  top: 40px;
  width: 128px;
  z-index: 90;
  /*** end .name_display ***/
}
.header .logged #profile .name_section .name_display .profile-drop ul {
  padding: 8px 0;
  overflow: hidden;
  margin: 10px 0 0;
  list-style: none;
  background: #FFF;
  border-right: 1px solid #354609;
  font: 12px/15px Arial, Helvetica, sans-serif;
  width: 100%;
}
.header .logged #profile .name_section .name_display .profile-drop ul li {
  padding: 3px 8px;
  background: none;
  border: 0;
  vertical-align: top;
  width: 128px;
}
.header .logged #profile .name_section .name_display .profile-drop ul li a {
  float: left;
  color: #000;
  width: 100%;
  text-decoration: none;
}
.header .logged #profile .name_section .name_display .profile-drop ul li:hover {
  background: #84af16;
  color: #FFF;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  text-decoration: none;
}
.header .logged #profile .name_section .name_display .profile-drop ul li:hover a {
  background: #84af16;
  color: #FFF;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  text-decoration: none;
  width: 100%;
}
.header .logged #profile .avatar {
  padding: 0;
  margin: 3px 0 0 0;
  border: solid #e0e1e1 1px;
}
.header .logged .lang-search {
  float: right;
  margin: 5px 10px 0 0;
}
.header .mobile-search-form .input-group {
  z-index: 10;
}
.header .mobile-search-form .input-group span.glyphicon.glyphicon-search {
  font-size: 16px;
  color: white;
}
.header .mobile-search-form .input-group .btn {
  padding: 5px 10px;
  border-radius: 0;
  border-top: none;
  border-left: none;
}
.header .mobile-search-form .input-group .form-control {
  border-radius: 0;
  border-top: none;
  border-right: none;
  font-weight: 300;
}
.header .mobile-search-form .navbar-form {
  margin: 0;
  border: 0;
}
/*** end of header ***/
/***** Navbar customize *****/
.menu-bar {
  background-color: #84af16;
}
.menu-bar .navbar {
  z-index: 31;
  margin-bottom: 0px;
  border: none;
}
.menu-bar .navbar .nav-justified {
  z-index: 3;
}
.menu-bar .navbar .nav-justified > li > a:hover,
.menu-bar .navbar .nav-justified > li > a:focus {
  background-color: #84af16;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.15);
  outline: none;
}
.menu-bar .navbar .nav-justified > li > a {
  height: 42px;
  padding-top: 9px;
  padding-bottom: 7px;
  margin-bottom: 0;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  background-color: #84af16;
  font-size: 16px;
}
.menu-bar .navbar .nav-justified > .active > a,
.menu-bar .navbar .nav-justified > .active > a:hover,
.menu-bar .navbar .nav-justified > .active > a:focus {
  background-color: #84af16;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.15);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  outline: none;
}
.menu-bar .navbar .nav-justified > li:last-child > a {
  border-bottom: 0;
}
@media screen and (max-width: 767px) {
  .menu-bar .navbar .nav-justified > li > a,
  .menu-bar .navbar .nav-justified > li a:hover,
  .menu-bar .navbar .nav-justified > li > a:focus {
    background-color: #747474;
    text-align: left;
  }
  .menu-bar .navbar .nav-justified > .active > a,
  .menu-bar .navbar .nav-justified > .active > a:hover,
  .menu-bar .navbar .nav-justified > .active > a:focus {
    background-color: #747474;
    text-align: left;
  }
}
.menu-bar .navbar .navbar-toggle,
.menu-bar .navbar .navbar-toggle:hover,
.menu-bar .navbar .navbar-toggle:focus {
  border: none;
  margin: 0;
  border-radius: 0;
  height: 42px;
  z-index: 3;
  float: left;
  font-size: 16px;
}
.menu-bar .navbar .navbar-toggle-right,
.menu-bar .navbar .navbar-toggle-right:hover,
.menu-bar .navbar .navbar-toggle-right:focus {
  float: right;
  z-index: 30;
}
.menu-bar .navbar .header-login-button a {
  color: #fff;
  font-weight: bold;
}
.menu-bar .navbar .navbar-brand {
  padding: 2px 15px;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  text-align: center;
  margin: auto;
}
.menu-bar .navbar .navbar-brand img {
  margin: 2px auto;
}
.menu-bar .navbar .dropdown-menu > li > a:hover {
  color: #f8941d;
  background: none;
}
.menu-bar .navbar .dropdown .dropdown-menu {
  top: 40px;
}
@media screen and (min-width: 768px) {
  .menu-bar .navbar .dropdown:hover .dropdown-menu {
    display: block;
  }
}
.menu-bar .navbar .btn {
  background-color: #cdcdcd;
  border-radius: 0;
  padding: 6px 13px;
  background-color: white;
  border-top: none;
}
.menu-bar .navbar span.glyphicon.glyphicon-search {
  color: white;
}
.menu-bar .navbar .navbar-collapse {
  border: none;
  overflow: visible;
}
.menu-bar .navbar span.glyphicon.glyphicon-triangle-bottom {
  float: right;
}
.menu-bar .navbar span#num-of-notification {
  background-color: #f8941d;
  padding: 3px;
}
/*** end of navbar ***/
/***** Footer *****/
.footer {
  margin: 20px 0;
  border-top: 5px solid #c1d78a;
}
.footer .footer-container .tools {
  font-size: 11px;
  line-height: 14px;
  color: #a4a4a4;
  margin: 10px 0 0 0;
}
.footer .footer-container .tools .menu {
  padding: 0;
  margin: 0 0 2px;
  list-style: none;
}
.footer .footer-container .tools .menu li:first-child {
  background: none;
  padding: 0 6px 0 0;
}
.footer .footer-container .tools .menu li {
  display: inline;
  background: url(../images/homepage/seperator.jpg) no-repeat 0 3px;
  padding: 0 5px 0 9px;
}
.footer .footer-container .tools .menu li a {
  color: #a4a4a4;
  text-decoration: none;
}
.footer .footer-container .tools p {
  margin: 0;
}
.footer .footer-container .social_icon .list_icon {
  float: right;
  list-style: none outside none;
  margin: 8px 10px 10px 0;
  padding: 0;
}
.footer .footer-container .social_icon .list_icon li {
  float: left;
  padding: 0 8px;
}
@media screen and (max-width: 767px) {
  .footer .footer-container .ssl-sign {
    text-align: center;
    margin: 10px auto 0;
    float: none;
  }
  .footer .footer-container .tools {
    text-align: center;
    margin: 10px auto 0;
    float: none;
  }
  .footer .footer-container .social_icon {
    text-align: center;
    margin: 10px auto 0;
    float: none;
    width: 120px;
  }
}
/*** end of footer ***/
/*** custom JScrollpane ***/
.jspVerticalBar {
  width: 8px;
}
.jspHorizontalBar {
  height: 8px;
}
.jspTrack {
  background: #fff;
}
.jspDrag {
  background: #ccc;
}
.jspArrow {
  background: #B4B4B4;
}
.jspArrow.jspDisabled {
  background: #bbb;
}
.jspVerticalBar .jspArrow {
  height: 8px;
}
.jspHorizontalBar .jspArrow {
  width: 8px;
}
.jspVerticalBar .jspArrow:focus {
  outline: none;
}
.jspCorner {
  background: #C3C3C3;
  float: left;
  height: 100%;
}
/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0;
}
/*** end of custom JSCrollPane ***/
/*** Form style (copy from form.css) ***/
.caption .form {
  margin: 0 !important;
  padding: 0 !important;
}
.caption .form input {
  width: 120px !important;
}
.form input {
  background: url("../images/textinputbg.gif") repeat-x scroll 0 0 #ffffff;
  border: 1px solid #D3D3D3;
  color: #000000;
  padding: 5px 0 5px 5px;
  margin-bottom: 2px;
  vertical-align: bottom;
}
.form input[type=submit] {
  text-indent: 5px;
}
.form input#remember {
  border: none !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
}
.form select {
  background: url("../images/textinputbg.gif") repeat-x scroll 0 0 #ffffff;
  border: 1px solid #D3D3D3;
  color: #000000;
  padding: 3px 0;
  margin-bottom: 2px;
}
.form label {
  color: #444444;
  /*display: block;*/
  margin-bottom: 3px;
  float: left;
}
.form_pt label {
  width: 135px !important;
}
.form button,
.form input[type="submit"],
.form input[type="reset"] {
  background: -moz-linear-gradient(center top, #ffffff, #efefef) repeat scroll 0 0 #f6f6f6;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#EFEFEF');
  /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#efefef));
  /* for webkit browsers */
  border: 1px solid #CCCCCC;
  border-radius: 3px 3px 3px 3px;
  color: #000000;
  cursor: pointer;
  height: 28px;
  overflow: visible;
  padding: 0 0.5em 0 4px;
  vertical-align: middle;
  white-space: nowrap;
  margin-left: 2px;
}
.form button:hover,
.form input[type="submit"]:hover,
.form input[type="reset"]:hover {
  background: -moz-linear-gradient(center top, #ffffff, #ebebeb) repeat scroll 0 0 #f3f3f3;
  border-color: #999999;
  box-shadow: 0 0 3px #999999;
  outline: 0 none;
}
.form textarea {
  border: 1px solid #DDDDDD;
  padding: 3px;
  font: 100% Arial, Helvetica, sans-serif;
}
label,
input[type="text"] {
  /*float:left;
   display:block;*/
}
label {
  margin-right: 5px;
}
.add_relationship {
  background: -moz-linear-gradient(center top, #ffffff, #efefef) repeat scroll 0 0 #f6f6f6;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  color: #000000;
  cursor: pointer;
  height: 2.0833em;
  overflow: visible;
  padding: 0 0.5em;
  vertical-align: middle;
  white-space: nowrap;
  margin-left: 2px;
}
.field {
  width: 100%;
  overflow: auto;
  margin: 5px 0px;
}
.form_row span.mandatory {
  right: 0;
  margin: 0 10px 10px;
  position: absolute;
  top: -4px;
  float: right;
}
span.mandatory {
  color: red;
}
#form_fields .form_row {
  /*display: inline-block;*/
  overflow: hidden;
  line-height: 25px;
  padding: 2px 0;
}
.form .time_zone {
  width: 388px;
}
.form a.nyroModalClose {
  color: #000;
  text-decoration: none;
}
.hide {
  display: none;
}
.form .error,
form .error {
  margin-bottom: 10px;
  color: #ff0000;
}
.form .error span,
.form .error li {
  /*background: url("../images/cancel.png") no-repeat scroll left center #FBFCDA;
    border: 1px solid #DBDBD3;*/
  margin-top: 4px;
  padding-bottom: 4px;
  /* padding-left: 20px;*/
  padding-top: 4px;
}
#btnClear {
  margin-left: 20px;
}
.button_row {
  margin-top: 10px;
}
/*** end of form style***/
/*** popup style ***/
.notify-desc {
  padding-bottom: 15px;
}
.magnific-popup-container {
  padding: 20px;
  background: white;
  border-radius: 20px;
  border: solid #73A008 5px;
  margin: 0 auto;
}
.custom-magnific-close {
  color: white;
  background-color: #73A008;
  opacity: 1;
  border-radius: 22px;
  line-height: 20px;
  height: 35px;
  width: 35px;
  border: none;
  font-size: 16px;
  position: absolute;
  right: -12px;
  top: -12px;
}
.popup-container {
  font-size: 12px;
}
.popup-container h3 {
  font-size: 14px;
  font-weight: 700;
  margin-top: 8px;
}
.popup-container h2 {
  font-size: 18px;
  margin-top: 8px;
  font-weight: bold;
}
.popup-container label {
  font-weight: normal;
}
.popup-container .date-input {
  float: left;
  margin-right: 7px;
}
.popup-container .link_popup {
  width: 481px;
}
.popup-container .link_popup .photo {
  float: left;
  width: 115px;
}
.popup-container .link_popup .text {
  float: left;
  width: 366px;
}
#share_memorial {
  font-size: 12px;
}
#share_memorial .share_title {
  float: left;
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0;
}
#share_memorial .share_input {
  padding: 5px 0;
}
#share_memorial .share_input textarea {
  height: 75px;
  width: 390px;
}
#share_memorial .share_input input {
  width: 390px;
}
#share_memorial .share_btn {
  float: right;
  line-height: 30px;
}
#share_memorial .share_btn .btn_post {
  background: transparent url("../images/memorial/post_btn.png") no-repeat scroll 0 0;
  border: medium none;
  color: #ffffff;
  float: left;
  font-weight: bold;
  height: 21px;
  line-height: 23px;
  margin: 4px 0;
  text-align: center;
  width: 64px;
}
#share_memorial .share_btn .btn_post:hover {
  text-decoration: none;
}
.upload-multifile-popup.popup-container {
  background-color: white;
  height: 220px;
  margin: auto;
  text-align: left;
  width: 512px;
}
.upload-multifile-popup.popup-container h2 {
  margin-top: 8px;
}
.upload-multifile-popup.popup-container .uploader {
  width: 213px;
}
.upload-multifile-popup.popup-container .uploader .filename {
  width: 129px;
}
.upload-multifile-popup.popup-container .uploader .action {
  width: 82px;
}
#list_whos {
  list-style: none outside none;
  font-size: 12px;
  max-width: 450px;
}
@media screen and (max-width: 767px) {
  #list_whos {
    font-size: 10px;
  }
}
#list_whos .whos {
  border-bottom: 1px solid #CCCCCC;
  margin: 15px;
  overflow: hidden;
}
#list_whos .whos .avatar {
  float: left;
  width: 50px;
  margin-right: 5px;
}
#list_whos .whos .info {
  float: left;
  width: 180px;
  max-width: 46%;
}
#list_whos .whos .info .name {
  font-weight: bold;
}
#list_whos .whos .info .location {
  color: #A6A48D;
  font-weight: normal;
}
#list_whos .whos .list_detail_cont {
  float: right;
}
@media screen and (max-width: 767px) {
  #list_whos .whos .list_detail_cont a.connect_status {
    font-size: 10px;
  }
}
.form_invitation {
  width: 420px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .form_invitation {
    font-size: 10px;
  }
}
.form_invitation .request {
  background-color: #FFFFFF;
  margin: auto;
  border: 1px solid #CCCCCC;
}
.form_invitation .request .avatar_request {
  border: 1px doubled #CCCCCC;
  width: 33%;
  padding-top: 10px;
  padding-left: 10px;
  float: left;
}
.form_invitation .request .request_detail {
  float: left;
  width: 60%;
  height: 80px;
  word-wrap: break-word;
  border-bottom: 1px dotted #CCCCCC;
  padding-top: 16px;
  margin-left: 10px;
}
.form_invitation .request .request_detail .request_name {
  font-weight: bolder;
  font-size: 20px;
  /* color: #006699; */
  padding: 5px;
}
@media screen and (max-width: 767px) {
  .form_invitation .request .request_detail .request_name {
    font-size: 14px;
  }
}
.form_invitation .request .request_detail .request_location {
  color: #9EA1A5;
  padding: 10px;
}
.form_invitation .request .request_option {
  clear: both;
  /* margin-top: 95px; */
  margin-left: 20px;
  /* width: 300px; */
}
.form_invitation .request .request_option .request_message {
  width: 300px;
  font-size: 12px;
  color: #006699;
}
.form_invitation .request .request_option .request_message #msg_connect {
  width: 59%;
}
.form_invitation .request .request_option .display_none {
  display: none;
}
.form_invitation .request .request_option .request_relationship {
  padding-top: 11px;
  padding-bottom: 14px;
}
.form_invitation .request_button {
  padding-top: 10px;
  width: 350px;
}
/*** end of popup style ***/
/*** Authentication style ***/
.auth-container {
  color: #555;
  margin: 50px auto 75px;
}
.auth-container.auth-activate-container {
  background-color: #F6F6F6;
  margin: 10px auto;
}
@media screen and (max-width: 767px) {
  .auth-container {
    margin: 10px auto 15px;
  }
}
.auth-container hr {
  border-top: 2px solid #ccc;
}
.auth-container ul {
  padding: 10px;
}
.auth-container input {
  margin: 3px;
  width: 99%;
  max-width: 321px;
  height: 40px;
  font-size: 20px;
  display: block;
}
@media screen and (max-width: 767px) {
  .auth-container input {
    margin: 3px auto !important;
  }
}
.auth-container .validationError {
  color: red;
  padding-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .auth-container .auth-panel {
    float: right;
  }
}
.auth-container .auth-heading {
  font-size: 25pt;
  color: #6C6C6C;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .auth-container .auth-heading {
    font-size: 23pt;
  }
}
.auth-container .login-heading {
  width: 99%;
  max-width: 321px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .auth-container .login-heading {
    margin: 20px auto;
  }
}
.auth-container .auth-activate-panel {
  padding-bottom: 40px;
  max-width: 99%;
  width: 350px;
  float: right;
  padding: 30px 30px 30px 0;
}
@media screen and (max-width: 767px) {
  .auth-container .auth-activate-panel {
    margin: 0 auto;
    float: none;
    padding: 10px;
  }
}
.auth-container .auth-right-panel {
  border-left: thin solid #ccc;
}
@media screen and (max-width: 767px) {
  .auth-container .auth-right-panel {
    border-left: none;
    margin-bottom: 40px;
  }
}
.auth-container .auth-right-panel .login {
  padding: 0 10% ;
}
@media screen and (max-width: 767px) {
  .auth-container .auth-right-panel .login {
    text-align: center;
    padding: 0;
  }
}
.auth-container .auth-right-panel .captcha-panel {
  width: 321px;
  margin: 5px 0;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .auth-container .auth-right-panel .captcha-panel {
    margin: 5px auto;
  }
}
.auth-container .auth-right-panel .captcha-panel #captcha {
  max-width: 50%;
}
.auth-container .auth-right-panel .term-text {
  width: 321px;
  max-width: 99%;
}
@media screen and (max-width: 767px) {
  .auth-container .auth-right-panel .term-text {
    margin: 0 auto;
  }
}
.auth-container .auth-left-panel {
  vertical-align: top;
  text-align: center;
}
.auth-container .auth-left-panel .auth-left-text {
  margin-top: 20px;
  font-size: 12pt;
  margin-left: auto;
  margin-right: auto;
}
.auth-container .auth-left-panel .new-account-button {
  background: url(../images/light-grey-button.png) no-repeat;
  width: 203px;
  height: 35px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 30px;
  padding-top: 8px;
  font: 16px Helvetica, sans-serif;
  cursor: pointer;
}
.auth_remember {
  display: inline-block;
  line-height: 12px;
  margin: 7px 3px !important;
  width: 99%;
}
@media screen and (max-width: 767px) {
  .auth_remember {
    max-width: 321px;
    margin: 0 auto !important;
    float: none !important;
    text-align: left;
  }
}
/*** end Authentication style ***/
/*** social network style ***/
/* 
FACEBOOK SHARE BUTTON 
*/
.pluginButton {
  width: 57px;
  height: 20px;
}
.pluginButton {
  background: #4c69ba;
  background: -webkit-gradient(linear, center top, center bottom, from(#4c69ba), to(#3b55a0));
  background: -webkit-linear-gradient(#4c69ba, #3b55a0);
  background: linear-gradient(#4c69ba, #3b55a0) repeat scroll 0% 0% transparent;
  border: none;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  padding: 0;
  text-shadow: 0 -1px 0 #354c8c;
  white-space: nowrap;
}
.pluginButtonContainer {
  -webkit-font-smoothing: antialiased;
}
.pluginButtonImage {
  display: inline-block;
}
.pluginButton button {
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
  font-weight: bold;
  margin: -1px;
  outline: none;
  padding: 0;
  text-shadow: 0 -1px 0 #354c8c;
}
.pluginButton .pluginButtonLabel {
  padding: 0px 5px 0px 0px;
  position: relative;
  vertical-align: top;
}
.pluginButtonIcon {
  height: 14px;
  left: 0;
  margin: 0 4px 0 4px;
  position: relative;
  top: 3px;
  vertical-align: top;
  width: 14px;
}
i.img {
  -ms-high-contrast-adjust: none;
  _overflow: hidden;
}
.sp_plugin-button {
  background-image: url(https://fbstatic-a.akamaihd.net/rsrc.php/v2/y1/r/LVx-xkvaJ0b.png);
  background-size: auto;
  background-repeat: no-repeat;
  display: inline-block;
  height: 14px;
  width: 14px;
}
.sx_plugin-button_favblue {
  background-position: 0 -42px;
}
user agent stylesheeti,
cite,
em,
var,
address,
dfn {
  font-style: italic;
}
Inherited from button .pluginButton button {
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
  font-weight: bold;
  margin: -1px;
  outline: none;
  padding: 0;
  text-shadow: 0 -1px 0 #354c8c;
}
.pluginButtonLabel {
  font-size: 11px;
  font-family: 'Helvetica Neue', Helvetica, Arial, 'lucida grande', tahoma, verdana, arial, sans-serif;
}
/* </FACEBOOK SHARE BUTTON> */
/* 
<Social Network Count Box Drawing> 
*/
.social_count,
.social_count span {
  display: inline-block;
}
.social_count span {
  font: 11px/15px Helvetica, Arial, sans-serif;
  vertical-align: bottom;
  background-color: white;
  height: 18px;
  line-height: 18px;
  border: 1px solid #DDD;
  /* colour set in image as well */
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.social_count {
  position: relative;
}
.social_count span {
  /*padding: 0 5px;*/
  padding: 0 4px;
  color: #666;
  text-align: center;
  text-decoration: none;
}
.social_count .pluginCountButtonNub {
  height: 0;
  left: 2px;
  position: relative;
  top: -15px;
  width: 5px;
  z-index: 2;
}
.social_count .pluginCountButtonNub s,
.social_count .pluginCountButtonNub i {
  border-color: transparent #9197a3;
  border-style: solid;
  border-width: 4px 5px 4px 0;
  display: block;
  position: relative;
  top: 1px;
}
.social_count .pluginCountButtonNub i {
  border-right-color: #fff;
  left: 2px;
  top: -7px;
}
.social_count span {
  background: white;
  border: 1px solid #9197a3;
  -webkit-border-radius: 2px;
  color: #6a7180;
  display: inline-block;
  font-size: 11px;
  height: auto;
  line-height: 18px;
  margin-left: 6px;
  min-width: 15px;
  padding: 0 3px;
  text-align: center;
  white-space: nowrap;
}
/* </Social Network Count Box Drawing> */
/*** end of social network style ***/
/* Register popup magnific */
.register-container {
  margin: -30px auto 15px;
  color: #555;
}
.register-container .register-form input {
  margin: 3px;
  width: 100% !important;
  max-width: 100%;
  height: 40px;
  font-size: 20px;
  display: block;
}
@media screen and (max-width: 767px) {
  .register-container .register-form input {
    margin: 3px auto !important;
  }
}
.register-container .register-form .validationError {
  color: red;
  padding-bottom: 15px;
}
.register-container .register-form a#whyregister {
  float: right;
}
.register-container .error {
  margin-top: 15px !important;
}
/* Activate magnific popup */
.activate-container {
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 420px) {
  .activate-container {
    padding: 0px 3px 0px 3px;
  }
}
@media screen and (min-width: 421px) {
  .activate-container {
    padding: 0;
  }
}
.activate-container .activation input {
  margin: 2px auto !important;
  max-width: 100% !important;
}
@media screen and (max-width: 420px) {
  .activate-container .activation a {
    margin-left: 3px;
  }
  .activate-container .activation input {
    width: 97% !important;
  }
}
@media screen and (min-width: 421px) {
  .activate-container .activation a {
    margin-left: 0px;
  }
  .activate-container .activation input {
    width: 100% !important;
  }
}
.activate-container h2 {
  margin-top: 0px !important;
}
.clear {
  clear: both;
}
.notify-msg {
  font-weight: bold;
  text-align: center;
}
/* Upload multi photos */
.popup-container.upload-popup .img-left-upload-photo {
  width: 37%;
  float: left;
  padding-top: 10px;
}
.popup-container.upload-popup .img-left-upload-photo img {
  width: 100%;
}
.popup-container.upload-popup .desc-right-upload-photo {
  width: 60%;
  float: right;
  padding-top: 5px;
  overflow: hidden;
}
@media (max-width: 480px) {
  .popup-container.upload-popup {
    width: 100%;
  }
  .popup-container.upload-popup h2 {
    width: 100%;
  }
}
@media (max-width: 320px) {
  .popup-container.upload-popup {
    height: 100%;
  }
  .popup-container.upload-popup .img-left-upload-photo {
    width: 100%;
    float: none;
  }
  .popup-container.upload-popup .desc-right-upload-photo {
    width: 100%;
    float: none;
  }
  .popup-container.upload-popup .desc-right-upload-photo .uploader {
    width: 100%;
  }
  .popup-container.upload-popup .desc-right-upload-photo .uploader .Filedata {
    width: 100%;
  }
  .popup-container.upload-popup .desc-right-upload-photo .uploader .filename {
    width: 69%;
  }
  .popup-container.upload-popup .desc-right-upload-photo .uploader .action {
    width: 30%;
  }
  .popup-container.upload-popup .desc-right-upload-photo .text-cancel {
    line-height: 35px;
  }
}
@media (max-width: 220px) {
  .popup-container.upload-popup .desc-right-upload-photo .uploader .action {
    width: 29%;
  }
}
/* Card message icon for shop users */
.card_msg_item {
  background: url("../../images/shop/card_message.png") no-repeat 0 0;
}
/***********************/
/*** ha logo ***/
.tw_site .header .ha-logo {
  padding-top: 10px;
}
/***********************/
