header div.messages.alert {
  margin: 10px 0 10px 10px;
}
div.messages.alert a.close {
  font-size: 16px;
  color: #8e8e94;
}

/****** COMPONENTS - PAGINATION ********/
/* full-width-pagination */
.full-width-pagination {
  width: 100%;
  padding: 0;
  position: relative;
  margin-left: -7px;
}

.full-width-pagination > .buttons {
  display: block;
  margin: 20px 0;
  float: left;
  width: 35px;
  height: 35px;
  position: absolute;
  color: #009a3d;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
  text-decoration: none;
  font-size: 22px;
  padding: 6px;
}

.full-width-pagination .pagination .buttons {
  display: block;
  width: 25px;
  height: 35px;
  color: #009a3d;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
  text-decoration: none;
  font-size: 22px;
  padding: 6px;
}

.full-width-pagination .buttons.start {
  top: 0;
  left: 0;
}
.full-width-pagination .buttons.end {
  right: 0;
  top: 0;
}
.full-width-pagination .buttons span {
  width: 10px;
}
.full-width-pagination .pagination-wrapper {
  text-align: center;
  font: bold normal 1.308em "LinotypeUniversW02-Bold 726184", Arial, Tahoma, Verdana, Helvetica, sans-serif;
}

.full-width-pagination .pagination > li > a, 
.full-width-pagination .pagination > li > span {
  border: none;
  color: #b1b2b3;
}
.full-width-pagination .pagination > li.active > a, 
.full-width-pagination .pagination > li.active > span {
  color: #009a3d;
  background-color: #fff;
}
.full-width-pagination .pagination > li > a:hover, 
.full-width-pagination .pagination > li > span:hover, 
.full-width-pagination .pagination > li > a:focus, 
.full-width-pagination .pagination > li > span:focus {
  background-color: #009a3d;
  color: #fff;
}

/****** BODY ********/
.b-g {
  background: #009a3d;
}

.t-u {
  text-transform: uppercase;
}
.tooltip.top .tooltip-arrow{
  border-top-color: #ccc;
}
.tooltip-inner {
  background-color: #fff;
  color: #000;
  border: 1px solid #ccc;
}

article {
  display: inline;
}

.radio-inline + .radio-inline, 
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 0;
}
.checkbox label {
  padding-left: 0;
}

.radio-inline {
  padding-left: 0;
}
.radio-inline label {
  font-weight: normal;
}
.radio-inline > label {
  padding-left: 23px;
}

/****** NAV ********/
/*full width menu*/
/*breadcrumbs*/
.bc-container span {
  padding-top: 11px;
  font-size: 11px;
  color: #666666;
}

/****** HEADER ********/
.page-title.page-title-no-bottom {
  padding-bottom: 0;
}
.page-title.page-title-no-bottom hr {
  margin: 5px 0 0;
}
.page-title.page-title-no-bottom h1 {
  overflow: hidden;
}
/****** CONTENT ********/

/*Forum View*/
.forum-view,
.topic-list,
.create-topic,
.profile-recipes,
.profile-collections,
.profile-settings,
.profile-edit,
.profile-change-password {
  background-color: #fff;
  padding: 15px;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.3);
}

/* jump marker */
#forum-topic-top {
  visibility: hidden;
}

.forum-view .table {
  font-size: 13px;
}

.forum-view .table > thead > tr > th {
  border-top: none;
}
.forum-view .table > thead > tr > th.forum-table-header.header-forum-icon{
  width: 50px;
}
.forum-view .table > thead > tr > th.forum-table-header.header-total-topics,
.forum-view .table > thead > tr > th.forum-table-header.header-total-posts{
  width: 60px;
  text-align: center;
}
.forum-view .table > thead > tr > th.forum-table-header.header-last-post {
  width: 140px;
}

.forum-view .table > tbody > tr > td.last-post a {
  font-weight: bold;
}

.forum-view .table .forum-table-row img.forum-icon {
  min-width: 31px;
}
.forum-view .table > tbody > tr td:first-child,
.topic-list .table > tbody > tr td:first-child {
  text-align: center;
  /*vertical-align: middle;*/
}
.forum-view .table > tbody > tr:last-child,
.topic-list .table > tbody > tr:last-child {
  border-bottom: 1px solid #ddd;
}
.topic-list .table > tbody > tr td:nth-child(2) a {
  font-weight: bold;
}
.forum-view .forum-table h3 > a, .forum-view .table h4 > a {
  font-family: "LinotypeUniversW02Bold", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  color: #113c2b;
  font-size: 18px;
  /*font-weight: bold;*/
  text-decoration: none;
}

.forum-view .forum-table h3:hover > a, .forum-view .table h4:hover > a {
  color: #009a3d;
}

.forum-members .forum-latest-members,
.forum-members .forum-members-online {

}
.forum-members .forum-latest-members .media-left a > img {
  max-width: inherit;
}

.forum-members .forum-latest-members .media-body a > img {
  margin-right: 10px;
}

.forum-key .col-sm-4 {
  margin-bottom: 15px;
}

#forum .forum-key .content .row .col-sm-4 img {
    display: inline-block;
    position: absolute;
}

#forum .forum-key .content .row .col-sm-4 span {
    display: inline-block;
    max-width: 85%;
    margin-left: 15%;
}

/*Topic List*/
.topic-list .table .update-label {
  width: 100px;
  color: #FFFFFF;
  line-height: 17px;
  margin: 0 5px 0 0px;
  padding: 0 15px;
  text-align: center;
  background-color: #009A3D;
}
/*Create Topic*/
.create-topic .collapse-input-format .collapse-button {
  background-color: #fff;
  padding: 2px 10px;
  margin-left: 4px;
  position: relative;
  z-index: 1;
}
.create-topic .collapse-input-format .collapse-button[aria-expanded="false"] .caret{
  -webkit-transform: rotate(-90deg); 
  -ms-transform: rotate(-90deg); 
  transform: rotate(-90deg);
}
.create-topic .collapse-content {
  padding: 15px;
  margin-top: -10px;
  border: 1px solid #ddd;
}
/*Topic View*/
.forum-topic-header {
  /*margin-top: 20px;*/
  margin-top: -20px;
  margin-bottom: 10px
}
.topic-view {
  margin-top: 15px;
}
.topic-view .media .media-left {
  display: block;
}
.topic-view .media .media-body {
  padding-top: 15px;
}
.forum-topic-header a:before,
.media .media-left.user-info .more-action a:before,
.comment-options a:before,
.profile-collections a:before, 
.friends-view a.link-with-arrow:before {
    content: "\003e\00a0";
    display: inline-block;
}
.topic-view .media {
  padding-bottom: 15px;
}
.topic-view .media .media-left.user-info a.user-name {
  position: relative;
  padding-left: 2px;
  text-decoration: none;
  color: #113c2b;
  font-weight: bold;
  word-wrap: break-word;
}
.forum-latest-members .picture img ,.user-name .picture img {
  width: 100px;
  height: 100px;
}
.forum-posted-on {
  padding: 0;
}
.forum-in-reply-to {
    font-size: 0.8em;
    margin-left: 70px;
}
.topic-view .comment-options {
  text-align: right;
  margin-top: 20px;
}
.topic-view .comment-options a {
    margin-left: 10px;
}
.topic-view .post-comment {
  padding-top: 20px;
}
.topic-view .post-comment button {
    text-transform: uppercase;
}
.topic-view .comment-actions {
  margin-top: 15px;
}
.form-group.form-actions .btn {
  margin-top: 10px;
  margin-right: 10px;
}
/*Profile View*/
.profile-view img.media-object {
  max-width: inherit;
}
.profile-view .user-picture {
  width: 188px;
  /*height: 188px;*/
  position: relative;
}
.profile-view .user-picture img{
  width: 100%;
}
.profile-view .media-left {
  padding-right: 20px;
}
.profile-view .user-picture a {
  display: block;
}
.profile-view .media .media-body {
  float: left;
  width: 100%;
}
.profile-view .media .left {
  padding-right: 25px;
}
.profile-view .table {
  margin-top: 15px;
}
.profile-view .table > tbody > tr td:first-child {
  font-weight: bold;
}
.profile-view .table > tbody > tr:last-child {
  border-bottom: 1px solid #ddd;
}

.profile-view .img-userpoint {
  margin-top: -20px;
  position: relative;
}

.profile-view .img-userpoint .userpoint-number {
  color: white;
  float: right;
  left: 0;
  bottom: 0;
  font-weight: 700;
  width: 32px;
  text-align: center;
  position: absolute;
}

.profile-view .userpoint {
  color: #009a3d;
}

.profile-recipes h3, 
.profile-collections h3{
  display: inline;
}
.profile-recipes h3 > span, 
.profile-collections h3 >span {
  font-size: 16px;
}
.profile-recipes > button, 
.profile-collections > button {
  /*text-align: right;*/
}
.profile-collections {
  padding-bottom: 40px;
}
.profile-collections a {
  margin: 7px 10px 0 0;
}

/*Profile Settings*/

.profile-settings .profile-small-block h4 {
  margin-top: 30px;
  margin-bottom: 5px;
} 
.profile-settings .profile-small-block hr {
  margin-top: 0;
}
.profile-settings select {
  width: 250px;
}

/*Profile Edit*/
.profile-edit {
  padding-top: 40px;
}
.profile-edit small[data-toggle="tooltip"] {
  background-color: #dedede;
  border-radius: 50%;
  min-width: 15px;
  height: 15px;
  display: inline-block;
  text-align: center;
  color: #009a3d;
  font-weight: bold;
}

.profile-edit label input[type="checkbox"]:checked + label small#accept-show-position {
  display:inline-block;
  width:19px;
  height:19px;
  vertical-align:middle;
  background:url(../images/forum/accept.png) left top no-repeat;
  cursor:pointer;
}

.profile-edit .user-thermomix-model .col-sm-6 {
  margin-bottom: 10px;
}
/*Friends View*/
.friends-view .friends-header{
  border-bottom: 1px solid #b1b2b3;
}

.friends-view .friend-info {
  padding: 15px 0;
  border-bottom: 1px solid #b1b2b3;
}

.friends-view .friend-info button {
  text-align: left;
}
.friends-view .friend-info button:after {
  content: "\003e\00a0";
  display: inline-block;
  float: right;
}
/****** SIDE BAR ********/

/****** FOTTER ********/

/****** MEDIA ********/
/* Mobile devices (mobile, up to 768px) */
@media (max-width:767px) {
  
  .profile-settings button,
  .profile-settings input[type=text],
  .profile-settings input[type=email],
  .profile-settings input[type=file],
  .profile-settings select {
    width: 100%;
    white-space: normal;
  }

  /* table */
  /* Force table to not be like tables anymore */
  table, thead, tbody, th, td, tr { 
    display: block; 
  }
  /* Hide table headers (but not display: none;, for accessibility) */
  .table > thead > tr { 
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .table > tbody > tr { border: 1px solid #ccc; }
  .table > tbody > tr > td { 
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee; 
    position: relative;
  }
  .table > tbody > tr > td:before { 
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%; 
    padding-right: 10px; 
    white-space: nowrap;
  }

  .profile-view .table > tbody > tr > td { 
    padding-left: 20px;
  }
  .profile-view .media-left {
    display: block;
    padding-right: 0;
  }
  .profile-view .user-picture {
    width: 100%;
  }
  .profile-view .user-picture .picture {
    text-align: center;
  }
  .profile-view .user-picture a, .profile-view .user-picture img {
    display: inline;
  }
  .forum-view .table > thead > tr > th.forum-table-header{
    width: inherit;
  }

  .info-column {
    margin-bottom: 10px;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .full-width-pagination {
    width: 100%;
    padding: 0 35px;
    position: relative;
  }
  .radio-inline + .radio-inline, 
  .checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
  }

  .topic-view .media .media-left {
    display: table-cell;
  }
  .topic-view .media .media-body {
    padding-top: 0;
  }
  .topic-view .media .media-left {
    min-width: 150px;
    max-width: 150px;
    padding-right: 22px;
  }

  .profile-view h3 {
    margin-top: 0;
  }
  .profile-view .media .media-body {
    float: none;
  }
  .dynamic-input-width .btn.btn-info {
    width: 100%;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  #main {
    margin: 35px auto 0;
    max-width: none;
    float: none;
    left: auto;
    background: none;
  }
  .navbar-toggle {display: none}
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}

.topic-list-table th>a {
  color: #000;
  text-decoration: none;
}

@media (max-width: 991px) {
  nav .navbar-collapse.collapse {
    display: none !important;
  }
  nav .navbar-collapse.collapse.in {
    display: block !important;
  }
  .navbar-toggle {display: block !important;}
}


.topic-list-table th>a>img {
  display: inline;
  margin: -5px 0 0 10px;
}

.btn a {
  color: inherit;
  text-decoration: none;
}

.forum-tools {
  display: none;
}
.forum-view .profile-view .table td:first-child {
  text-align: left;
}
.friends-table .friends-view .row .info-column > div {
  display: table-cell;
  vertical-align: middle;
  padding-right: 10px;
}

/*SEARH BAR*/
#search-form {
  padding: 15px 15px 20px 15px;
}
#search-form .search {
  background-color: #d8d8d8;
}
#search-form .search label {
  color: #113c2b;
  font-size: 15px;
  font-family: 'LinotypeUniversW02Bold', Arial, Tahoma, sans-serif;
  text-transform: uppercase;
  width: 100%;
}
#search-form .search .navbar-form {
  min-height: 50px;
  padding-top: 10px;
  margin: 0;
}
#search-form .search .navbar-form .btn.dropdown-toggle {
  background-color: #fff;
  width: 100%;
  text-transform: none;
  font-size: 15px;
  line-height: 18px;
  border-radius: inherit;
  height: 32px;
  overflow: hidden;
  font-family: Arial, Tahoma, sans-serif;
  font-weight: normal;
  color: inherit;
  padding: 6px 22px 6px 10px;
}
#search-form .search .navbar-form .btn.dropdown-toggle:after {
  position: absolute;
  right: 10px;
  font-family: 'Glyphicons Halflings';
  content: "\e259";
  font-size: 11px;
  font-weight: bold;
  color: #656363;
}
#search-form .search .navbar-form .btn.btn-info {
  width: 100%;
}
#search-form .search .dynamic-input-width {
  position: relative;
}
#search-form .search .dynamic-input-width input.form-control {
  border-radius: inherit;
  width: 100%;
  height: 32px;
  padding-right: 30px;
}
#search-form .search .search-icon {
  background: url(../images/spritesheet.png) no-repeat;
  display: block;
  width: 30px;
  height: 21px;
  background-position: 100% 44%;
  background-size: 1500%;
  position: absolute;
  top: 3px;
  right: 0;
}
#search-form .search .dropdown .caret {
  position: absolute;
  right: 8px;
  top: 13px;
}
#search-form .search .dropdown .dropdown-menu {
  width: 100px;
  min-width: 225px;
  padding: 10px;
}
#search-form .search .dropdown .dropdown-menu button.btn {
  width: 100%;
}
#search-form .search .dropdown .dropdown-menu li {
  font-size: 13px;
}
#search-form .search .dropdown .dropdown-menu li label {
  color: #113c2b;
  text-transform: capitalize;
  font-weight: normal;
}
#search-form .search .dropdown .dropdown-menu li label:hover {
  color: #009a3d;
  cursor: pointer;
  background-color: #ffffff;
}
#search-form .search .dropdown .dropdown-menu .dropdown-header {
  font-size: 14px;
  font-weight: bold;
  color: #000;
  padding: 10px 0;
  border-top: 1px solid #b1b2b3;
  border-bottom: 1px solid #b1b2b3;
}
#search-form .search .dropdown .dropdown-menu .dropdown-header a {
  padding: 0;
  font-weight: bold;
  font-size: 13px;
  text-decoration: none;
}
#search-form .search .dropdown .dropdown-menu .dropdown-header a:hover {
  color: #009a3d;
  cursor: pointer;
  background-color: #ffffff;
}

.friends-show-all {
  font-size: 12px;
}

/*OVERRIDE FORUM STYLES*/

div#edit-actions {
  float: none;
  text-align: right;
}
.contact-form .form-type-textfield, .form-type-textfield {
  margin-right: 0;
}
div.form-item-title {
  float: none;
}
div#edit-taxonomy-forums {
  float: none;
}

.field-type-text-with-summary {
  padding: 0;
}
#ctools-jump-menu button.btn{
  display: none;
}
.views-exposed-form .views-exposed-widget .btn {
  margin-top: 2.2em;
}

.no-round-right {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.form-item-tag-remove {
  margin-top: 10px;
}

.forum-table td h4 {
  margin: 0 0 5px 0;
  text-transform: none;
}

.forum-table h3 {
  margin: 45px 0 5px 0;
}

.dropdown-toggle,
.dropdown-toggle:hover {
  color: #000;
}

.privatemsg-list-subject h4 {
  margin: 10px 0;
}

table tbody tr td div.header a{
  color: black;
  text-decoration: none;
}

table tbody tr td div.row{
  margin-left: 0;
  margin-right: 0;
}

table tbody tr td div.row>div{
  padding-left: 0;
  padding-right: 0;
}

markasreadlink {
    font-size: 11px;
    padding-left: 8px;
    background: transparent url(../images/arrow_green_right.png) no-repeat scroll left center;
}
#block-system-main #forum-topic-header .topic-post-count {
    display: none;
}

/* Signature */
.author-signature {
  margin: 10px 0 5px 0;
}

/* Forum SubTable */
table table.table-depth-1 {
    margin-left: calc(10px + 2%);
    width: 98%;
}

table table.table-depth-1 thead,
table table.table-depth-1 thead tr,
table table.table-depth-1 thead tr td,
table table.table-depth-1 thead tr th {
    /* keep the width from text */
    visibility: hidden;
    height: 0px;
    margin: 0px;
    padding: 0px;
    border: 0px;
    line-height: 0px;
}

table > tbody > tr.sub-forum-1 > td {
    border-top-width: 0px !important;
}
