Seditio Source
Root |
./othercms/b2evolution_7.2.3/rsc/build/b2evo_base.bundle.css
/* This includes: basic_styles.css, basic.css, blog_base.css, item_base.css */
/*
 * These are now the real basic styles that once used to be in basic.css
 * These are included in basic.css but also in item_base.css so they are available in WYSIWYG editors
 */
.red {
  color: #f00 !important;
}
.violet {
  color: #9400D3;
}
.orange {
  color: #f60 !important;
}
.green {
  color: #0c0 !important;
}
.black {
  color: #000 !important;
}
.gray,
.grey,
.dimmed,
.disabled {
  color: #999 !important;
}
.evo_rendering_error {
  color: #F00;
  background-color: #fcf8e3;
  border-radius: 2px;
  padding-left: 3px;
  padding-right: 3px;
}
.note,
.notes {
  font-size: 84%;
  color: #999;
  font-weight: normal;
}
.left {
  text-align: left !important;
}
.center {
  text-align: center !important;
}
.right {
  text-align: right !important;
}
.justify {
  text-align: justify !important;
}
.nobr,
.nowrap,
.line {
  white-space: nowrap;
}
.expanded li {
  margin-top: 1ex;
  margin-bottom: 1ex;
}
ul.list-default {
  list-style: initial;
  margin: 0 0 10px 25px;
  padding: 0;
}
a.discreet {
  text-decoration: none;
}
del,
.deleted {
  color: #999;
}
ins,
.inserted {
  color: #a44;
}
acronym,
abbr {
  border-bottom: 1px dotted #666;
  cursor: help;
}
pre,
code {
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
}
code {
  background-color: rgba(27, 31, 35, 0.05);
  color: #24292e;
}
.pointer {
  cursor: pointer;
}
img {
  border: none;
  max-width: 100%;
  height: auto;
}
.top {
  vertical-align: top !important;
}
.middle {
  vertical-align: middle !important;
}
.bottom {
  vertical-align: bottom !important;
}
.baseline {
  vertical-align: baseline !important;
}
.text-bottom {
  vertical-align: text-bottom !important;
}
img.icon {
  vertical-align: bottom;
}
img.raised,
.image_block.raised img,
.evo_image_block.raised img {
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.3);
}
img.noshadow,
.image_block.noshadow img,
.evo_image_block.noshadow img {
  box-shadow: none;
}
img.border,
.image_block.border img,
.evo_image_block.border img {
  border: 1px solid #666;
}
img.noborder,
.image_block.noborder img,
.evo_image_block.noborder img {
  border: none;
}
img.squared,
.image_block.squared img,
.evo_image_block.squared img {
  border-radius: 0;
}
img.rounded,
.image_block.rounded img,
.evo_image_block.rounded img {
  border-radius: 4px;
}
.evo_image_block.contain img {
  object-fit: contain !important;
}
.evo_image_block.cover img {
  object-fit: cover !important;
}
img.imgerror,
.image_block.imgerror img,
.evo_image_block.imgerror img {
  border: 1px solid red;
  box-shadow: 0 0 10px red;
}
.floatleft {
  float: left;
}
.floatright {
  float: right;
}
.leftmargin {
  float: left;
  margin-right: 1ex;
  margin-top: 0.2ex;
  margin-bottom: 0.2ex;
}
.rightmargin {
  float: right;
  margin-left: 1ex;
  margin-top: 0.2ex;
  margin-bottom: 0.2ex;
}
.clear {
  clear: both;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.margin1ex {
  margin: 1ex;
}
.margin2ex {
  margin: 2ex;
}
.margin-top-sm {
  margin-top: 10px;
}
.margin-top-md {
  margin-top: 20px;
}
.margin-bottom-xs {
  margin-bottom: 3px;
}
.margin-bottom-sm {
  margin-bottom: 10px;
}
.margin-bottom-md {
  margin-bottom: 20px;
}
.margin-top-xs {
  margin-top: 3px;
}
.margin-bottom-xs {
  margin-bottom: 3px;
}
.margin-y-xs {
  margin-top: 3px;
  margin-bottom: 3px;
}
.indented {
  padding-left: 3em;
}
.pointer {
  cursor: pointer;
}
/* The sprite image file is located: "/rsc/icons/flags_sprite.png"
 * **** To change this file use the original file from: "/rsc/icons/src/flags.PSD"
 * **** You should save the changed file as PNG-8 with 256 colors to the "flags_sprite.png"
 * **** Also don't forget to save the "flags.PSD"
 *
 * NEW ADDED FLAGS:
 *   aq - Antarctica
 *   ax - Aland Islands
 *   bl - Saint Barthelemy
 *   cc - Cocos Islands
 *   cx - Christmas Island
 *   sj - Svalbard And Jan Mayen
 *
 * CHANGED FLAGS TO 16px WIDTH:
 *   np - Nepal
 *   ch - Switzerland
 */
span.flag {
  border: 1px solid #666;
  background: url(../icons/flags_sprite.png) no-repeat;
  width: 16px;
  height: 11px;
  line-height: 11px;
  padding: 0 !important;
  font-size: 6px;
  display: inline-block !important;
  margin-bottom: -2px;
  box-sizing: content-box;
}
span.icon {
  background: url(../icons/icons_sprite.png) no-repeat -112px -48px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  padding: 0 !important;
  font-size: 9px;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
}
span.icon.voted {
  margin: 0 2px;
}
a.rollover_sprite:hover span.icon {
  visibility: hidden;
}
a.rollover_sprite:hover span.icon::before {
  visibility: visible !important;
  background: inherit;
  float: left;
  width: 32px;
  height: 16px;
  content: "";
  margin-left: -16px;
}
.vote_spam span.icon.voted {
  margin: auto;
}
.action_icon:hover {
  text-decoration: none;
}
.action_icon.hoverlink:hover {
  text-decoration: underline;
}
button.action_icon {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
span.fa {
  line-height: inherit;
  font-size: 14px;
}
.btn span.fa {
  line-height: 14px;
}
a.action_icon span.fa {
  margin-right: 2px;
}
span.fa.action_icon.empty_placeholder {
  margin-right: 4px;
  visibility: hidden;
}
a.roundbutton .fa,
a.roundbutton:hover .fa,
a.roundbutton_text .fa,
a.roundbutton_text:hover .fa {
  color: #000;
}
a:hover .fa-x-rollover-green {
  color: #0C0 !important;
}
a:hover .fa-x-rollover-red {
  color: #C00 !important;
}
a:hover .fa-x-rollover-red-light {
  color: #F00 !important;
}
a:hover .fa-x-rollover-orange {
  color: #F90 !important;
}
a:hover .fa-x-rollover-black {
  color: #000 !important;
}
a:hover .fa-x-rollover-grey {
  color: #7f7f7f !important;
}
a:hover .fa-flag.fa-x--hover {
  color: #F00 !important;
}
a:hover .fa-flag.fa-x--hover::before {
  content: "\f11d";
}
a:hover .fa-flag-o.fa-x--hover {
  color: #F00 !important;
}
a:hover .fa-flag-o.fa-x--hover::before {
  content: "\f024";
}
.fa-x-external-link--nudge::before {
  position: relative;
  top: 0.05em;
  left: 0.11em;
}
.fa-x-linkedin--nudge::before {
  position: relative;
  top: -0.05em;
  left: 0.04em;
}
.fa-x-google-plus--nudge::before {
  position: relative;
  left: 0.1em;
}
img.loadimg {
  min-width: 32px;
  min-height: 32px;
  background: url(../img/ajax-loader/fff.gif) no-repeat center;
}
span.loader_img {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(../img/ajax-loader/fff.gif) no-repeat center;
}
span.loader_img.loader_user_report,
span.loader_img.loader_user_deldata {
  background-image: url(../img/ajax-loader/777.gif);
}
input.loader_img {
  background: url(../img/ajax-loader/fff.gif) no-repeat;
  background-size: 1.5em;
  background-position: right 5px center;
}
.evo_rest_api_loading {
  position: relative;
  min-width: 64px;
  min-height: 64px;
}
.evo_rest_api_loading::before {
  content: "";
  position: absolute;
  background: #FFF;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.evo_rest_api_loading .evo_rest_api_loader:not(:required) {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}
@keyframes evo_rest_api_loader {
  0% {
    box-shadow: #f86 -14px -14px 0 7px, #fc6 14px -14px 0 7px, #6d7 14px 14px 0 7px, #4ae -14px 14px 0 7px;
  }
  8.33% {
    box-shadow: #f86 14px -14px 0 7px, #fc6 14px -14px 0 7px, #6d7 14px 14px 0 7px, #4ae -14px 14px 0 7px;
  }
  16.67% {
    box-shadow: #f86 14px 14px 0 7px, #fc6 14px 14px 0 7px, #6d7 14px 14px 0 7px, #4ae -14px 14px 0 7px;
  }
  25% {
    box-shadow: #f86 -14px 14px 0 7px, #fc6 -14px 14px 0 7px, #6d7 -14px 14px 0 7px, #4ae -14px 14px 0 7px;
  }
  33.33% {
    box-shadow: #f86 -14px -14px 0 7px, #fc6 -14px 14px 0 7px, #6d7 -14px -14px 0 7px, #4ae -14px -14px 0 7px;
  }
  41.67% {
    box-shadow: #f86 14px -14px 0 7px, #fc6 -14px 14px 0 7px, #6d7 -14px -14px 0 7px, #4ae 14px -14px 0 7px;
  }
  50% {
    box-shadow: #f86 14px 14px 0 7px, #fc6 -14px 14px 0 7px, #6d7 -14px -14px 0 7px, #4ae 14px -14px 0 7px;
  }
  58.33% {
    box-shadow: #f86 -14px 14px 0 7px, #fc6 -14px 14px 0 7px, #6d7 -14px -14px 0 7px, #4ae 14px -14px 0 7px;
  }
  66.67% {
    box-shadow: #f86 -14px -14px 0 7px, #fc6 -14px -14px 0 7px, #6d7 -14px -14px 0 7px, #4ae 14px -14px 0 7px;
  }
  75% {
    box-shadow: #f86 14px -14px 0 7px, #fc6 14px -14px 0 7px, #6d7 14px -14px 0 7px, #4ae 14px -14px 0 7px;
  }
  83.33% {
    box-shadow: #f86 14px 14px 0 7px, #fc6 14px -14px 0 7px, #6d7 14px 14px 0 7px, #4ae 14px 14px 0 7px;
  }
  91.67% {
    box-shadow: #f86 -14px 14px 0 7px, #fc6 14px -14px 0 7px, #6d7 14px 14px 0 7px, #4ae -14px 14px 0 7px;
  }
  100% {
    box-shadow: #f86 -14px -14px 0 7px, #fc6 14px -14px 0 7px, #6d7 14px 14px 0 7px, #4ae -14px 14px 0 7px;
  }
}
/* :not(:required) hides this rule from IE9 and below */
.evo_rest_api_loader:not(:required) {
  overflow: hidden;
  position: relative;
  text-indent: -9999px;
  display: inline-block;
  width: 7px;
  height: 7px;
  background: transparent;
  border-radius: 100%;
  box-shadow: #f86 -14px -14px 0 7px, #fc6 14px -14px 0 7px, #6d7 14px 14px 0 7px, #4ae -14px 14px 0 7px;
  animation: evo_rest_api_loader 5s infinite ease-in-out;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.status_color_draft {
  color: #ff9;
}
.status_color_review {
  color: #CC0099;
}
.status_color_community {
  color: #2E8BB9;
}
.status_color_protected {
  color: #FF9C2A;
}
.status_color_private {
  color: #DC143C;
}
.status_color_published {
  color: #99EE44;
}
.status_color_deprecated {
  color: #000;
}
.status_color_redirected {
  color: #663399;
}
.status_color_trash {
  color: #f66;
}
.status_color_meta {
  color: #5bc0de;
}
.btn[class*=btn-status-] {
  border: 1px solid #ccc;
}
.btn-status-draft {
  color: #000;
  background-color: #ff9;
  border-color: #dfdfdf;
}
.btn-status-draft:hover {
  color: #000;
  background-color: #f3f392;
}
.btn-status-review {
  color: #fff;
  background-color: #CC0099;
}
.btn-status-review:hover {
  color: #fff;
  background-color: #c20092;
}
.btn-status-community {
  color: #fff;
  background-color: #2E8BB9;
}
.btn-status-community:hover {
  color: #fff;
  background-color: #2c84b0;
}
.btn-status-protected {
  color: #fff;
  background-color: #FF9C2A;
}
.btn-status-protected:hover {
  color: #fff;
  background-color: #f39528;
}
.btn-status-private {
  color: #fff;
  background-color: #DC143C;
}
.btn-status-private:hover {
  color: #fff;
  background-color: #d21339;
}
.btn-status-published {
  color: #000;
  background-color: #99EE44;
}
.btn-status-published .glyphicon {
  color: inherit !important;
}
.btn-status-published:hover {
  color: #000;
  background-color: #92e341;
}
.btn-status-deprecated {
  color: #fff;
  background-color: #000;
}
.btn-status-deprecated:hover {
  color: #fff;
  background-color: #333;
}
.btn-status-redirected {
  color: #fff;
  background-color: #663399;
}
.btn-status-redirected:hover {
  color: #fff;
  background-color: #613192;
}
.btn-status-trash {
  color: #fff;
  background-color: #f66;
}
.btn-status-trash:hover {
  color: #fff;
  background-color: #f44;
}
.ufld_yahooim.ufld__textcolor,
.ufld_yahooim.ufld__hovertextcolor:hover {
  color: #7b0099;
}
.ufld_yahooim.ufld__bgcolor,
.ufld_yahooim.ufld__hoverbgcolor:hover {
  background-color: #7b0099;
}
.ufld_skype.ufld__textcolor,
.ufld_skype.ufld__hovertextcolor:hover {
  color: #00aff0;
}
.ufld_skype.ufld__bgcolor,
.ufld_skype.ufld__hoverbgcolor:hover {
  background-color: #00aff0;
}
.ufld_twitter.ufld__textcolor,
.ufld_twitter.ufld__hovertextcolor:hover {
  color: #00aced;
}
.ufld_twitter.ufld__bgcolor,
.ufld_twitter.ufld__hoverbgcolor:hover {
  background-color: #00aced;
}
.ufld_facebook.ufld__textcolor,
.ufld_facebook.ufld__hovertextcolor:hover {
  color: #3b5998;
}
.ufld_facebook.ufld__bgcolor,
.ufld_facebook.ufld__hoverbgcolor:hover {
  background-color: #3b5998;
}
.ufld_googleplus.ufld__textcolor,
.ufld_googleplus.ufld__hovertextcolor:hover {
  color: #dd4b39;
}
.ufld_googleplus.ufld__bgcolor,
.ufld_googleplus.ufld__hoverbgcolor:hover {
  background-color: #dd4b39;
}
.ufld_linkedin.ufld__textcolor,
.ufld_linkedin.ufld__hovertextcolor:hover {
  color: #007bb6;
}
.ufld_linkedin.ufld__bgcolor,
.ufld_linkedin.ufld__hoverbgcolor:hover {
  background-color: #007bb6;
}
.ufld_github.ufld__textcolor,
.ufld_github.ufld__hovertextcolor:hover {
  color: #333333;
}
.ufld_github.ufld__bgcolor,
.ufld_github.ufld__hoverbgcolor:hover {
  background-color: #333333;
}
.ufld_flickr.ufld__textcolor,
.ufld_flickr.ufld__hovertextcolor:hover {
  color: #ff0084;
}
.ufld_flickr.ufld__bgcolor,
.ufld_flickr.ufld__hoverbgcolor:hover {
  background-color: #ff0084;
}
.ufld_youtube.ufld__textcolor,
.ufld_youtube.ufld__hovertextcolor:hover {
  color: #bb0000;
}
.ufld_youtube.ufld__bgcolor,
.ufld_youtube.ufld__hoverbgcolor:hover {
  background-color: #bb0000;
}
.ufld_digg.ufld__textcolor,
.ufld_digg.ufld__hovertextcolor:hover {
  color: #356aa0;
}
.ufld_digg.ufld__bgcolor,
.ufld_digg.ufld__hoverbgcolor:hover {
  background-color: #356aa0;
}
.ufld_stumbleupon.ufld__textcolor,
.ufld_stumbleupon.ufld__hovertextcolor:hover {
  color: #eb4924;
}
.ufld_stumbleupon.ufld__bgcolor,
.ufld_stumbleupon.ufld__hoverbgcolor:hover {
  background-color: #eb4924;
}
.ufld_pinterest.ufld__textcolor,
.ufld_pinterest.ufld__hovertextcolor:hover {
  color: #cb2027;
}
.ufld_pinterest.ufld__bgcolor,
.ufld_pinterest.ufld__hoverbgcolor:hover {
  background-color: #cb2027;
}
.ufld_whatsapp.ufld__textcolor,
.ufld_whatsapp.ufld__hovertextcolor:hover {
  color: #25d366;
}
.ufld_whatsapp.ufld__bgcolor,
.ufld_whatsapp.ufld__hoverbgcolor:hover {
  background-color: #25d366;
}
.ufld_vimeo.ufld__textcolor,
.ufld_vimeo.ufld__hovertextcolor:hover {
  color: #1ab7ea;
}
.ufld_vimeo.ufld__bgcolor,
.ufld_vimeo.ufld__hoverbgcolor:hover {
  background-color: #1ab7ea;
}
.ufld_soundcloud.ufld__textcolor,
.ufld_soundcloud.ufld__hovertextcolor:hover {
  color: #ff8800;
}
.ufld_soundcloud.ufld__bgcolor,
.ufld_soundcloud.ufld__hoverbgcolor:hover {
  background-color: #ff3300;
}
.ufld_yelp.ufld__textcolor,
.ufld_yelp.ufld__hovertextcolor:hover {
  color: #af0606;
}
.ufld_yelp.ufld__bgcolor,
.ufld_yelp.ufld__hoverbgcolor:hover {
  background-color: #af0606;
}
.ufld_paypal.ufld__textcolor,
.ufld_paypal.ufld__hovertextcolor:hover {
  color: #003087;
}
.ufld_paypal.ufld__bgcolor,
.ufld_paypal.ufld__hoverbgcolor:hover {
  background-color: #009cde;
}
.ufld_500px.ufld__textcolor,
.ufld_500px.ufld__hovertextcolor:hover {
  color: #0099e5;
}
.ufld_500px.ufld__bgcolor,
.ufld_500px.ufld__hoverbgcolor:hover {
  background-color: #ff4c4c;
}
.ufld_amazon.ufld__textcolor,
.ufld_amazon.ufld__hovertextcolor:hover {
  color: #ff9900;
}
.ufld_amazon.ufld__bgcolor,
.ufld_amazon.ufld__hoverbgcolor:hover {
  background-color: #ff9900;
}
.ufld_instagram.ufld__textcolor,
.ufld_instagram.ufld__hovertextcolor:hover {
  color: #833ab4;
}
.ufld_instagram.ufld__bgcolor,
.ufld_instagram.ufld__hoverbgcolor:hover {
  background-color: #833ab4;
}
.filter_item {
  display: inline-block;
  vertical-align: middle;
  margin: 1px;
}
.filter_item div {
  margin: 0;
  padding: 3px 5px;
  color: #FFF;
  float: left;
  height: 16px;
  line-height: 16px;
}
.filter_item div:first-child {
  border-radius: 5px 0 0 5px;
}
.filter_item div.icon {
  border-radius: 0 5px 5px 0;
  float: right;
  padding: 0;
}
.filter_item div.icon a {
  display: block;
  padding: 4px 5px 5px;
  margin: 0;
}
.filter_item div .identity_link_username {
  color: #FFF;
}
.filter_item div.icon a.action_icon > span {
  color: #FFF !important;
}
.filter_item .name {
  background: #3d8f3d;
}
.filter_item:hover .name,
.filter_item div.group,
.filter_item div.icon {
  background: #45a145;
}
.filter_item div.icon:hover {
  background: #4db34d;
}
.filter_item.yellow .name {
  background: #caca3f;
}
.filter_item.yellow:hover .name,
.filter_item.yellow div.group,
.filter_item.yellow div.icon {
  background: #dbdb57;
}
.filter_item.yellow div.icon:hover {
  background: #ecec73;
}
.filter_item.orange .name {
  background: #d18335;
}
.filter_item.orange:hover .name,
.filter_item.orange div.group,
.filter_item.orange div.icon {
  background: #e09952;
}
.filter_item.orange div.icon:hover {
  background: #edac6b;
}
.filter_item.red .name {
  background: #c12d2d;
}
.filter_item.red:hover .name,
.filter_item.red div.group,
.filter_item.red div.icon {
  background: #cb4d4d;
}
.filter_item.red div.icon:hover {
  background: #e57373;
}
.filter_item.magenta .name {
  background: #8618bd;
}
.filter_item.magenta:hover .name,
.filter_item.magenta div.group,
.filter_item.magenta div.icon {
  background: #9933cc;
}
.filter_item.magenta div.icon:hover {
  background: #b053df;
}
.filter_item.blue .name {
  background: #2f60c0;
}
.filter_item.blue:hover .name,
.filter_item.blue div.group,
.filter_item.blue div.icon {
  background: #4d77cb;
}
.filter_item.blue div.icon:hover {
  background: #6a91df;
}
.filter_item div.icon {
  height: 22px;
}
a {
  word-break: break-all;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  .visible-xs-inline {
    display: inline !important;
  }
  .visible-xs-inline-block {
    display: inline-block !important;
  }
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  .visible-sm-inline {
    display: inline !important;
  }
  .visible-sm-inline-block {
    display: inline-block !important;
  }
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  .visible-md-inline {
    display: inline !important;
  }
  .visible-md-inline-block {
    display: inline-block !important;
  }
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  .visible-lg-inline {
    display: inline !important;
  }
  .visible-lg-inline-block {
    display: inline-block !important;
  }
  .hidden-lg {
    display: none !important;
  }
}
code,
samp {
  font-family: Menlo, Monaco, "Courier New", Courier, monospace;
}
blockquote {
  border: 1px solid #eee;
  background-color: #eee;
  margin: 1em;
  padding: 1ex 1em;
}
.hidden {
  display: none;
}
.absolute_center {
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mb1 {
  margin-bottom: 1px;
}
.small92 {
  font-size: 92%;
}
.small84,
.small {
  font-size: 84%;
}
.small80 {
  font-size: 80%;
}
.small_details {
  font-size: 84%;
  color: #555;
}
img.flag {
  vertical-align: middle;
  border: 1px solid #666;
}
img.flagtop {
  vertical-align: top;
  border: 1px solid #666;
}
a.roundbutton,
a.roundbutton_text,
span.roundbutton {
  /* autoprefixer: off */
  font: 11.28px Verdana, Geneva, Arial, Helvetica, sans-serif;
  display: inline-block;
  position: relative;
  min-width: 16px;
  height: 20px;
  line-height: 20px;
  padding: 0 5px;
  margin: 0;
  vertical-align: bottom;
  text-align: center;
  font-size: 11.28px;
  cursor: default;
  color: #000;
  text-decoration: none;
  border: 1px solid #787878;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  background: #bababa;
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#bababa), to(#f5f5f5));
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #f5f5f5, #bababa);
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(center 1%, #f5f5f5, #bababa);
  /* IE 10 */
  background: -ms-linear-gradient(top, #f5f5f5, #bababa);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #f5f5f5, #bababa);
  /* IE 8 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#bababa');
}
a.roundbutton.middle {
  vertical-align: middle;
}
a.roundbutton:hover,
a.roundbutton_text:hover {
  /* autoprefixer: off */
  cursor: default;
  text-decoration: none;
  color: inherit;
  background: #d2d2d2;
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d2d2d2), to(#a0a0a0));
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #a0a0a0, #d2d2d2);
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(center 1%, #a0a0a0, #d2d2d2);
  /* IE 10 */
  background: -ms-linear-gradient(top, #a0a0a0, #d2d2d2);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #a0a0a0, #d2d2d2);
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#a0a0a0', endColorstr='#d2d2d2')";
}
a.roundbutton.roundbutton_selected,
a.roundbutton_text.roundbutton_selected,
span.roundbutton {
  /* autoprefixer: off */
  cursor: default;
  background: #989898;
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#989898), to(#6b6b6b));
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #6b6b6b, #989898);
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(center 1%, #6b6b6b, #989898);
  /* IE 10 */
  background: -ms-linear-gradient(top, #6b6b6b, #989898);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #6b6b6b, #989898);
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b6b6b', endColorstr='#989898')";
}
a.roundbutton_green,
span.roundbutton_green,
a.roundbutton_green:hover,
span.roundbutton_green:hover {
  /* autoprefixer: off */
  cursor: default;
  background: #09f197;
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#09f197), to(#00b46e));
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #00b46e, #09f197);
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(center 1%, #00b46e, #09f197);
  /* IE 10 */
  background: -ms-linear-gradient(top, #00b46e, #09f197);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #00b46e, #09f197);
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#00b46e', endColorstr='#09f197')";
}
a.roundbutton_red,
span.roundbutton_red,
a.roundbutton_red:hover,
span.roundbutton_red:hover {
  /* autoprefixer: off */
  cursor: default;
  background: #fa7171;
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fa7171), to(#e62020));
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #e62020, #fa7171);
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(center 1%, #e62020, #fa7171);
  /* IE 10 */
  background: -ms-linear-gradient(top, #e62020, #fa7171);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #e62020, #fa7171);
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#e62020', endColorstr='#fa7171')";
}
.roundbutton span,
.roundbutton_text span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.roundbutton_group .roundbutton,
.roundbutton_group .roundbutton_text {
  border-radius: 0;
  border-left: none;
  border-right: 1px solid #787878;
}
.roundbutton_group .roundbutton::before,
.roundbutton_group .roundbutton_text::before {
  border-left: 1px solid #b1b1b1;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1px;
}
.roundbutton_group .roundbutton:first-child::before,
.roundbutton_group .roundbutton_text:first-child::before,
.roundbutton_group .roundbutton_text.first-child::before {
  border: none;
}
.roundbutton_group .roundbutton:first-child,
.roundbutton_group .roundbutton_text:first-child,
.roundbutton_group .roundbutton_text.first-child {
  border-radius: 4px 0 0 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  -khtml-border-radius-topleft: 4px;
  -khtml-border-radius-bottomleft: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-left: 1px solid #787878;
  border-right: 1px solid #787878;
}
.roundbutton_group .roundbutton:last-child,
.roundbutton_group .roundbutton_text:last-child,
.roundbutton_group .roundbutton_text.last-child {
  border-left: none;
  border-right: 1px solid #787878;
  border-radius: 0 4px 4px 0;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -khtml-border-radius-topright: 4px;
  -khtml-border-radius-bottomright: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
}
.roundbutton_group .roundbutton:first-child:last-child,
.roundbutton_group .roundbutton_text:first-child:last-child,
.roundbutton_group .roundbutton_text.first-child.last-child {
  border: 1px solid #787878;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
}
a.roundbutton_text,
a.roundbutton_text_noicon {
  padding: 0 5px 0 23px;
  height: 20px;
  line-height: 20px;
}
a.roundbutton_text_noicon {
  padding-left: 5px;
}
a.roundbutton_text span,
a.roundbutton_text_noicon span {
  left: 5px;
  right: auto;
}
.roundbutton.rbtn_black,
.roundbutton_group .roundbutton.rbtn_black {
  /* autoprefixer: off */
  border-color: #1a1a1a;
  background-color: #3a3a3a;
  background-size: 30px 30px;
  background-repeat: repeat-x;
  background-position: 0;
  background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.01) 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.3) 100%);
  background-image: -o-linear-gradient(90deg, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.01) 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.3) 100%);
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.01) 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.3) 100%);
}
.roundbutton.rbtn_black::before,
.roundbutton_group .roundbutton.rbtn_black::before {
  border-color: #1a1a1a;
}
.roundbutton.rbtn_black:hover,
.roundbutton_group .roundbutton.rbtn_black:hover {
  background-color: #252525;
}
span.roundbutton.rbtn_black,
.roundbutton_group span.roundbutton.rbtn_black,
span.roundbutton.rbtn_black:hover,
.roundbutton_group span.roundbutton.rbtn_black:hover {
  background-color: #666;
}
.notes a.roundbutton {
  top: -2px;
}
.notes a.roundbutton {
  top: 0;
}
.btn {
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 1px 7px 2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:link,
.btn:active {
  color: #333;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:link,
.btn-default:active {
  color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:hover,
.btn-primary:focus {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:link,
.btn-primary:active {
  color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:link,
.btn-success:active {
  color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:link,
.btn-info:active {
  color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:link,
.btn-warning:active {
  color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:link,
.btn-danger:active {
  color: #fff;
}
.edit_toolbars {
  margin-top: 1ex;
  width: 100%;
  text-align: center;
}
div.edit_toolbar {
  background-color: #f1f6f8;
  border: 1px solid #becdd6;
  padding: 1px 2px;
  margin: 1px auto;
  width: 98%;
}
div.edit_toolbar input {
  background: #fefefe url(../img/whitebar24.png) repeat-x center;
  border: 1px solid #becdd6;
  margin: 0 1px;
  padding: 0 1px;
}
div.edit_toolbar input:hover {
  border-color: #00f;
}
div.comment_toolbars,
div.message_toolbars {
  text-align: center;
}
div.comment_toolbars div.edit_toolbar,
div.message_toolbars div.edit_toolbar {
  margin: 0;
  width: 100%;
  border-bottom: none;
}
.widget_core_coll_category_list .evo_cat_meta > label,
.widget_core_coll_category_list .evo_cat_meta > a {
  font-weight: bold;
}
.widget_core_coll_category_list .evo_cat_meta ul {
  font-weight: normal;
}
.widget_core_coll_category_list .evo_cat_meta input[disabled="disabled"] {
  visibility: hidden;
}
.w-100 {
  width: 100% !important;
}
.w-75 {
  width: 75% !important;
}
.w-50 {
  width: 50% !important;
}
.w-25 {
  width: 25% !important;
}
.w-auto {
  width: auto !important;
}

/*
 * Obviously, this file no longer contains only basic styles.
 * It now also contains all sorts of base styles like the toolbar and debug for backward compatibility with older skins... :/
 */
div.dev-blocks {
  border: 1px solid #f00;
  margin: 0;
  padding: 0;
  border-radius: 3px;
}
div.dev-blocks div.dev-blocks {
  margin: 2px;
}
div.dev-blocks-name {
  font-family: "Helvetica Neue", sans-serif;
  margin: 0;
  padding: 0;
  font-size: 7pt;
  text-align: left;
  font-weight: normal;
  border-radius: 2px 2px 0;
  padding: 1px 4px;
}
span.dev-blocks-action {
  float: right;
}
div.dev-blocks--siteinclude {
  border-color: #f0f;
}
div.dev-blocks--siteinclude > .dev-blocks-name {
  color: #d0d;
  background-color: #fdf;
}
div.dev-blocks--include {
  border-color: #0c0;
}
div.dev-blocks--include > .dev-blocks-name {
  color: #0d0;
  background-color: #dfd;
}
div.dev-blocks--container > .dev-blocks-name {
  color: #f00;
  background-color: #fdd;
}
div.dev-blocks--subcontainer {
  border-color: #f0f;
}
div.dev-blocks--subcontainer > .dev-blocks-name {
  color: #f0f;
  background-color: #fef;
}
div.dev-blocks--widget {
  border-color: #00f;
}
div.dev-blocks--widget > .dev-blocks-name {
  color: #00f;
  background-color: #eef;
}
div.dev-blocks--widget--incache {
  border-color: #00f8f8;
}
div.dev-blocks--widget--incache > .dev-blocks-name {
  color: #0ee;
  background-color: #e8f8f8;
}
div.dev-blocks--widget--notincache {
  border-color: #ec0;
}
div.dev-blocks--widget--notincache > .dev-blocks-name {
  color: #f8bb00;
  background-color: #fff0e0;
}
div.dev-blocks--content-block {
  border-color: #F60;
}
div.dev-blocks--content-block > .dev-blocks-name {
  color: #F60;
  background-color: #ffeac1;
}
div.dev-blocks--content-block > .dev-blocks-name a {
  color: #F60;
}
div.dev-blocks--belowtoolbar {
  margin: 27px 0 -27px 0;
}
.evo_designer {
  position: absolute;
  border: 3px solid #666;
  border-radius: 4px;
}
.evo_designer > div {
  position: relative;
}
.evo_designer .evo_designer__title {
  position: absolute;
  top: -19px;
  left: -30px;
  padding: 2px 7px;
  border-radius: 4px 4px 3px 0;
  background: #666;
  color: #FFF;
  font-size: 11px;
  line-height: 1.42857143;
  text-align: left;
  white-space: nowrap;
}
.evo_designer .evo_designer__actions {
  width: 30px;
  position: absolute;
  top: -3px;
  left: -30px;
  background: #666;
  border-radius: 0 0 4px 4px;
  border-top-right-radius: 0;
  text-align: center;
}
.evo_designer .evo_designer__actions .evo_designer__action {
  color: #FFF !important;
  padding: 1px 5px;
  cursor: pointer;
  font-size: 18px;
  line-height: 1.42857143;
}
.evo_designer.evo_designer__container,
.evo_designer.evo_designer__subcontainer_active,
.evo_designer.evo_designer__subcontainer_inactive {
  border-color: #DDD;
}
.evo_designer.evo_designer__container > div,
.evo_designer.evo_designer__subcontainer_active > div,
.evo_designer.evo_designer__subcontainer_inactive > div {
  height: 100%;
}
.evo_designer.evo_designer__container .evo_designer__title,
.evo_designer.evo_designer__subcontainer_active .evo_designer__title,
.evo_designer.evo_designer__subcontainer_inactive .evo_designer__title {
  top: auto;
  left: auto;
  bottom: -19px;
  right: -30px;
  border-radius: 4px 0 4px 3px;
  background: #DDD;
  color: #333;
  text-align: right;
}
.evo_designer.evo_designer__container .evo_designer__actions,
.evo_designer.evo_designer__subcontainer_active .evo_designer__actions,
.evo_designer.evo_designer__subcontainer_inactive .evo_designer__actions {
  top: auto;
  left: auto;
  bottom: 0;
  right: -30px;
  background: #DDD;
  border-radius: 4px 4px 0 0;
}
.evo_designer.evo_designer__container .evo_designer__actions .evo_designer__action,
.evo_designer.evo_designer__subcontainer_active .evo_designer__actions .evo_designer__action,
.evo_designer.evo_designer__subcontainer_inactive .evo_designer__actions .evo_designer__action {
  color: #333 !important;
}
.evo_designer.evo_designer__subcontainer_active,
.evo_designer.evo_designer__subcontainer_inactive {
  border-color: #00F;
}
.evo_designer.evo_designer__subcontainer_active .evo_designer__title,
.evo_designer.evo_designer__subcontainer_inactive .evo_designer__title,
.evo_designer.evo_designer__subcontainer_active .evo_designer__actions,
.evo_designer.evo_designer__subcontainer_inactive .evo_designer__actions {
  background: #00F;
  color: #FFF;
}
.evo_designer.evo_designer__subcontainer_active .evo_designer__title .evo_designer__action,
.evo_designer.evo_designer__subcontainer_inactive .evo_designer__title .evo_designer__action,
.evo_designer.evo_designer__subcontainer_active .evo_designer__actions .evo_designer__action,
.evo_designer.evo_designer__subcontainer_inactive .evo_designer__actions .evo_designer__action {
  color: #FFF !important;
}
.evo_designer.evo_designer__subcontainer_inactive {
  border-color: #99F;
}
.evo_designer.evo_designer__subcontainer_inactive .evo_designer__title,
.evo_designer.evo_designer__subcontainer_inactive .evo_designer__actions {
  background: #99F;
}
.evo_designer.evo_designer__status_process {
  border-color: #F60;
}
.evo_designer.evo_designer__status_process .evo_designer__title,
.evo_designer.evo_designer__status_process .evo_designer__actions {
  background: #F60;
}
.evo_designer.evo_designer__status_success {
  border-color: #3C993D;
}
.evo_designer.evo_designer__status_success .evo_designer__title,
.evo_designer.evo_designer__status_success .evo_designer__actions {
  background: #3C993D;
}
.evo_designer.evo_designer__status_failed {
  border-color: #E00;
}
.evo_designer.evo_designer__status_failed .evo_designer__title,
.evo_designer.evo_designer__status_failed .evo_designer__actions {
  background: #E00;
}
.evo_container[data-code],
.evo_widget[data-id] {
  min-width: 5px;
  min-height: 5px;
}
.evo_container[data-code] {
  z-index: 10000;
}
.evo_designer__container {
  z-index: 10001;
}
.evo_widget[data-id] {
  z-index: 10002;
  position: relative;
}
.evo_designer__widget {
  z-index: 10003;
}
.evo_designer__widget_animation {
  position: absolute;
  border: 3px solid #666;
  border-radius: 4px;
}
.evo_designer__modal_backdrop.modal-backdrop {
  z-index: 10004;
}
.evo_designer__modal_window.modal {
  z-index: 10005;
}
.evo_customizer__html,
.evo_customizer__html body {
  margin: 0;
  padding: 0;
  height: 100%;
}
.evo_customizer__wrapper {
  height: 100%;
  padding-top: 27px;
  box-sizing: border-box;
}
.evo_customizer__wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}
.evo_customizer__wrapper.evo_customizer__collapsed .evo_customizer__left {
  display: none;
}
.evo_customizer__wrapper.evo_customizer__collapsed .evo_customizer__right {
  margin-left: 6px;
}
.evo_customizer__left {
  float: left;
  width: 320px;
  height: 100%;
  border-right: 1px solid #DDD;
  box-sizing: border-box;
}
.evo_customizer__right {
  margin-left: 326px;
  height: 100%;
  position: relative;
}
#evo_customizer__frontoffice_loader {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3) url(../img/ajax-loader/999.gif) no-repeat center;
}
#evo_customizer__form_loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 32px;
  height: 32px;
  background: url(../img/ajax-loader/999.gif) no-repeat center;
}
.evo_customizer__vtoggler {
  position: absolute;
  top: 0;
  left: 320px;
  height: 100%;
  width: 6px;
  background-color: #666;
  cursor: w-resize;
}
.evo_customizer__collapsed .evo_customizer__vtoggler {
  cursor: e-resize;
  left: 0;
}
.evo_customizer__vtoggler.evo_customizer__vtoggler_resizing {
  width: 100%;
  left: 0 !important;
  background-color: transparent;
}
#evo_customizer__vtoggler_helper.evo_customizer__vtoggler {
  background-color: rgba(0, 0, 0, 0.2);
}
.evo_customizer__collapsed #evo_customizer__vtoggler_helper2.evo_customizer__vtoggler {
  left: 0;
}
.results_ajax_loading {
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.results_ajax_loading div {
  text-align: center;
  vertical-align: middle;
  background: url(../img/ajax-loader/333.gif) no-repeat center center;
  height: 32px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.results_unavailable {
  background: #FFF;
  border: 1px solid #BBB;
  color: #F00;
  text-align: center;
  padding: 2px;
}
div#evo_toolbar {
  background-color: #d2d2d2;
  border-bottom: 1px solid #aeaeae;
  text-align: left;
  margin: 0;
  font: 14px "Helvetica Neue", Helvetica, sans-serif, Arial;
  position: fixed;
  z-index: 110000;
  left: 0px;
  top: 0px;
  width: 100%;
  -webkit-text-size-adjust: none;
}
@media only screen and (max-device-width: 1024px) {
  div#evo_toolbar {
    position: relative;
  }
  div#skin_wrapper.skin_wrapper_loggedin {
    margin-top: 0;
  }
}
div.skin_wrapper_loggedin {
  margin-top: 26px;
  padding-top: 1px;
}
div#evo_toolbar .actions_left {
  float: left;
}
div#evo_toolbar .actions_right {
  float: right;
}
@media (max-width: 479px) {
  div#evo_toolbar .actions_right .debug_dev_button {
    display: none;
  }
}
.evobar-menu,
.evobar-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: content-box;
  -webkit-font-smoothing: antialiased;
}
.evobar-menu ul {
  position: absolute;
  top: -99999em;
  opacity: 0;
  width: 25ex;
  border: 1px solid #aeaeae;
  box-shadow: 2px 2px 4px -1px rgba(0, 0, 0, 0.25);
  transition: opacity 0.2s ease-in-out;
}
.evobar-menu ul li {
  width: 100%;
}
.evobar-menu > li:hover > ul {
  opacity: 1;
  z-index: 99;
  top: 26px;
}
.evobar-menu li {
  float: left;
  position: relative;
}
.evobar-menu li:hover li ul {
  top: -999em;
}
.evobar-menu li ul li:last-child a {
  border: none;
}
.evobar-menu li li ul {
  top: -999em;
  left: 25ex;
}
.evobar-menu li li:hover ul {
  top: 0;
  opacity: 1;
}
.evobar-menu li li:hover li ul {
  top: -999em;
  opacity: 0;
}
.evobar-menu li li li:hover ul {
  top: 0;
  opacity: 1;
}
.evobar-menu li li a,
.evobar-menu li li a:hover,
.evobar-menu li li a:link,
.evobar-menu li li a:visited {
  display: block;
  background-color: #d2d2d2;
  color: #4f4f4f;
}
.evobar-menu li li a:hover {
  background-color: #bfbfbf;
}
.evobar-menu li.separator {
  background-color: #d2d2d2;
}
.evobar-menu li.separator hr {
  border: none;
  background-color: #4f4f4f;
  height: 1px;
  margin: 10px 4px;
}
.evobar-menu li u {
  text-decoration: none;
}
.evobar-menu a {
  display: inline-block;
  position: relative;
  background-color: #d2d2d2;
  transition: background-color 0.15s ease-out;
  padding: 6px 1ex;
  text-decoration: none;
  min-height: 14px;
  line-height: 14px;
  color: #4f4f4f;
}
.evobar-menu a:hover,
.evobar-menu a:link,
.evobar-menu a:visited {
  color: #4f4f4f;
}
.evobar-menu a:hover {
  background-color: #bfbfbf;
  transition: none;
  text-decoration: none;
}
.evobar-menu a.disabled,
.evobar-menu a.disabled:hover {
  color: #999;
}
.evobar-menu a.active,
.evobar-menu a.active:hover {
  background-color: #ffc;
  border-radius: 4px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 1px 1px 1px 0;
}
.evobar-menu [class^=evobar-icon-] {
  margin-left: 6px;
  float: right;
}
.evobar-menu .evobar-entry-new-post span.icon {
  margin-top: -3px;
}
@media (max-width: 800px) {
  .evobar-menu li.rwdhide,
  .evobar-menu li u {
    display: none;
  }
}
.actions_left .evobar-menu.evobar-menu-left {
  float: left;
}
.actions_right .evobar-menu > li > ul {
  right: 0;
}
.actions_right .evobar-menu li li ul {
  left: -25.3ex;
  z-index: -1;
}
.bubbletip_user ul {
  padding: 0;
  margin: 0;
}
.bubbletip_user ul li {
  margin: 0.5ex 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.bubbletip_user__buttons {
  text-align: center;
  margin: 0;
  color: #FFF;
}
.bubbletip_user__buttons a.btn {
  color: #FFF;
  margin: 5px 0 0 0;
}
.bubbletip_user__buttons a.btn:first-child {
  margin: 0;
}
.bubbletip_anon {
  text-align: center;
}
.bubbletip_anon div {
  margin-top: 5px;
}
.bubletip_overlay_text {
  position: relative;
}
.bubletip_overlay_text div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  text-shadow: -1px -1px #000, -2px 0 #000, -1px 1px #000, 0 2px #000, 1px 1px #000, 2px 0 #000, 1px -1px #000, 0 -2px #000;
  color: #FFF;
  font-weight: bold;
}
a.overlay_link:hover {
  text-decoration: none;
}
a.overlay_link:hover b {
  text-decoration: underline;
}
.user {
  font-weight: bold;
  word-wrap: break-word;
}
.user.anonymous {
  font-weight: bold;
  word-wrap: break-word;
}
.user.closed,
.user.deleted {
  color: #666;
}
.user.man {
  color: #0080FF;
}
.user.woman {
  color: #FF66FF;
}
.user.nogender,
.user.anonymous.nogender {
  color: #000;
}
.user.normal_weight {
  font-weight: normal;
}
div.debug {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  border: 2px solid #000;
  padding: 1ex;
  background-color: #ccc;
  text-align: left;
  color: #000;
}
div.debug h2,
div.debug h3,
div.debug h4 {
  color: #0033FF;
}
div.debug code {
  font-family: Monaco, "Courier New", Courier, monospace;
  font-size: 9pt;
  margin: 1ex 1ex 0;
  display: block;
}
div.debug code.debug_code_inline {
  display: inline;
  margin: 0;
}
div.debug div.query_info {
  background-color: #fff;
  font-size: 12px;
  margin: 1ex;
}
div.debug table {
  border: 1px solid #000;
  border-collapse: collapse;
  font-family: Monaco, "Courier New", Courier, monospace;
  margin: 1ex;
}
div.debug table,
div.debug th,
div.debug td {
  font-size: 8pt;
}
div.debug th {
  background-color: #fff;
  border: 1px solid #000;
  padding: 2px;
  white-space: nowrap;
}
div.debug th span.type {
  font-weight: normal;
  color: #999;
}
div.debug td {
  background-color: #ddd;
  border: 1px solid #000;
  padding: 2px;
  vertical-align: top;
  white-space: nowrap;
}
div.debug td.odd {
  background-color: #eee;
}
div.debug_session {
  border: 1px solid #F00;
  background: #aaa;
}
div.debug_session div.debug {
  background: #aaa;
  border: none;
}
pre.xdebug-var-dump {
  overflow: auto;
}
a.jslog_switcher {
  cursor: pointer;
}
div#debug_ajax_info {
  display: none;
  position: fixed;
  top: 27px;
  left: 0;
  z-index: 100000;
  min-width: 190px;
  min-height: 83px;
  opacity: 0.85;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85);
}
div#debug_ajax_info.debug {
  padding: 0;
}
div#debug_ajax_info h2 {
  margin-top: 0;
}
div#debug_ajax_info h4 {
  margin-bottom: 5px;
}
div#debug_ajax_info h4.error {
  color: #F00;
}
div#debug_ajax_info p {
  margin: 5px 0 2px 0;
  font-weight: bold;
}
div#debug_ajax_info #jslog_container {
  max-height: 500px;
  overflow-y: auto;
  padding: 0 10px;
  min-height: 43px;
}
div#debug_ajax_info .jslog_titlebar,
div#debug_ajax_info .jslog_statusbar {
  padding: 1px 3px;
}
div#debug_ajax_info .jslog_titlebar {
  border-bottom: 1px solid #AAA;
  cursor: move;
  background: #006;
  opacity: 0.85;
  color: #FFF;
  font-weight: bold;
}
div#debug_ajax_info .jslog_statusbar {
  border-top: 1px solid #AAA;
  padding-right: 10px;
}
div#debug_ajax_info .ui-resizable-e {
  right: 0;
  z-index: 999;
}
div#debug_ajax_info .ui-resizable-s {
  bottom: 0;
  z-index: 999;
}
div#debug_ajax_info .ui-resizable-se {
  z-index: 1000;
}
div.jslog {
  display: none;
}
ul.jslog_note,
ul.jslog_error {
  padding: 0;
  background: #DDDDDD;
  border: 1px solid #6287C2;
  margin: 0 auto 1ex auto;
  padding: 1ex 1ex 1ex 3ex;
}
ul.jslog_error {
  border: 1px solid #d99;
  background: #fbf2ee;
  color: #e00;
}
.b2evo_alert {
  width: 270px;
  position: fixed;
  right: 10px;
  top: 40px;
  background: #d64141;
  border: 1px solid #FFF;
  color: #FFF;
  font-weight: bold;
  padding: 5px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  z-index: 11000;
}
body {
  padding: 0;
  margin: 0;
}
a[rel~=nofollow]:not([class~=btn]):hover {
  background: #f8e0e0;
  -khtml-border-radius: 2px;
  border-radius: 2px;
}
div.single_image_zone {
  overflow: hidden;
}
div.multi_image_zone {
  overflow: hidden;
  background-color: #eee;
  border: 1px solid #ccc;
}
div.image_block {
  text-align: center;
}
div.image_block img {
  margin: 1ex;
}
div.multi_image_zone div.image_block {
  margin: 1ex;
  float: left;
}
.replied_comment div.image_block img {
  max-width: 100%;
  height: auto;
}
div.image_legend {
  font-size: 84%;
  color: #aaa;
  margin: 1ex;
}
div.image_block.noinlinecaption div.image_legend {
  display: none;
}
img.avatar_before_login {
  margin-right: 2px;
  vertical-align: top;
}
img.avatar_before_login_middle {
  margin-right: 2px;
  vertical-align: middle;
}
img.avatar_above_login {
  display: block;
  margin: 0 auto;
}
.shrinkwrap {
  width: 1%;
  white-space: nowrap;
  text-align: center;
}
.col-narrow {
  width: 1px;
  white-space: nowrap;
  text-align: center;
  padding-left: 1px !important;
  padding-right: 1px !important;
}
.filename {
  font-family: monospace;
  font-size: larger;
}
.block {
  margin: 1ex;
  white-space: nowrap;
}
a.selected {
  font-weight: bold;
}
.avatar_rounded {
  background: #FFF;
  border: 1px solid #CCC;
  padding: 2px;
  display: inline-block;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
}
.avatar_rounded:hover {
  text-decoration: none;
}
.avatar_rounded img {
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-topright: 2px;
  -webkit-border-radius: 2px 2px 0 0;
  -khtml-border-radius-topleft: 2px;
  -khtml-border-radius-topright: 2px;
  border-radius: 2px 2px 0 0;
  margin-bottom: 2px;
}
.avatar_rounded.no_avatar_actions img {
  margin-bottom: 0;
}
.avatar_actions {
  float: left;
  line-height: 26px;
}
.avatar_main_frame {
  background: #FFF;
  border: 1px solid #CCC;
  padding: 2px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  display: table;
  vertical-align: middle;
}
.avatar_main_frame img {
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-bottomleft: 2px;
  -webkit-border-radius: 2px 0 0 2px;
  -khtml-border-radius-topleft: 2px;
  -khtml-border-radius-bottomleft: 2px;
  border-radius: 2px 0 0 2px;
}
.avatar_main_frame > a:first-child {
  float: left;
  margin-right: 5px;
}
.duplicated_avatars {
  text-align: center;
  max-width: 160px;
}
.avatar_main_frame .duplicated_avatars {
  max-width: 320px;
}
.duplicated_avatars a.user img {
  vertical-align: text-top;
}
div.avatartag {
  display: inline-block;
  vertical-align: top;
  margin: 0 0.5em 0.5em 0;
}
div.avatartag a {
  outline: none;
}
div.avatartag.main {
  display: block;
  float: none !important;
}
div.avatartag.main > a {
  float: left;
}
div.avatartag.main a:first-child {
  margin-right: 25px;
}
div.avatartag.main .avatar_actions {
  margin-right: 25px;
}
@media only screen and (max-width: 480px) {
  .avatar_main_frame > a:first-child {
    margin-right: 0;
  }
  .avatar_main_frame img {
    max-width: 245px;
    max-height: 245px;
  }
}
#user_crop_content {
  padding: 10px;
}
#image_crop_block {
  display: table;
}
#image_crop_block > div {
  display: table-cell;
  vertical-align: top;
}
#target_cropped_image {
  float: left;
  margin: 0 10px 10px 0;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.25);
}
#target_cropped_image img {
  height: auto;
  width: auto;
}
.preview_cropped_images {
  width: 128px;
  text-align: center;
}
.preview_cropped_image {
  display: inline-block;
  overflow: hidden;
  margin-bottom: 10px;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.25);
}
.preview_cropped_image.circle {
  border-radius: 50%;
}
.crop_button {
  text-align: center;
}
.crop_button.top {
  display: none;
}
#image_crop_block.short_width > div {
  display: block;
}
#image_crop_block.short_width .preview_cropped_images {
  text-align: left;
  width: auto;
}
#image_crop_block.short_width .preview_cropped_image {
  margin-right: 10px;
}
@media only screen and (max-width: 900px) {
  #fieldset_wrapper_image_crop fieldset,
  #overlay_page form.bComment {
    padding: 0 !important;
  }
  #target_cropped_image {
    margin-right: 0;
  }
  #image_crop_block > div {
    display: block;
  }
  #overlay_page .preview_cropped_images,
  .preview_cropped_images {
    text-align: left !important;
    width: auto !important;
    display: inline-block;
    padding-left: 10px;
  }
  .preview_cropped_image {
    margin-right: 10px;
  }
  .crop_button.top {
    display: block;
  }
  .crop_button.bottom {
    display: none;
  }
  #image_crop legend {
    padding: 10px;
    box-sizing: border-box;
  }
}
.disp_avatar .preview_cropped_images {
  width: auto;
  text-align: left;
}
.disp_avatar .preview_cropped_image {
  margin-right: 8px;
}
.disp_avatar #target_cropped_image img {
  max-width: 400px;
  max-height: 320px;
}
.evobar-menu [class^=evobar-icon-] {
  display: inline-block;
  font-size: 10px;
}
.evobar-menu [class^=evobar-icon-]::before {
  width: 10px;
  height: 10px;
  content: "\25BC";
}
.evobar-menu .evobar-icon-right::before {
  content: "\25B6";
}
.evobar-menu .evobar-icon-left::before {
  content: "\25C0";
}
form {
  margin: 0;
  padding: 0;
}
fieldset.input {
  margin: 0;
  padding: 0;
  border: 0;
}
input[type=checkbox] {
  margin: 1px;
}
fieldset div.notes {
  margin: 0 0 1ex 3ex;
}
.evo_label_inline {
  margin-left: 2ex;
}
div.right_icons,
div.fieldset_icons {
  text-align: right;
}
span.right_icons,
span.fieldset_icons {
  float: right;
}
span.label_field_required {
  color: #f00;
  font-weight: bold;
  margin-right: 4px;
}
.not_required span.label_field_required {
  display: none;
}
span.field_error {
  display: block;
  color: #f00;
}
span.oneline span.field_error {
  display: inline;
}
input.field_error,
select.field_error,
textarea.field_error {
  background: #fbf2ee;
  border: 1px solid #d99;
}
span.checkbox_error {
  background: #fbf2ee;
  border: 1px solid #d99;
}
span.checkbox_error input.checkbox {
  background: #fbf2ee;
}
span.checkbox_surround {
  background: #fbf2ee;
  border: 1px solid #F825F1;
  border-radius: 2px;
  padding: 1px;
}
input.large,
textarea.form_textarea_input {
  width: 97%;
  margin: 0;
  display: block;
}
label.radiooption {
  margin-right: 1em;
}
.file_select_wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-align: start;
      align-items: flex-start;
}
.file_select_wrapper .file_select_item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  margin-right: 8px;
  text-align: center;
}
.file_select_wrapper .file_select_item .item_actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-flow: column wrap;
      flex-flow: column wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: left;
  margin-left: 8px;
}
.eform label {
  font-weight: bold;
}
.fform fieldset {
  border: 1px solid #ddd;
  margin: 0 0 1ex 0;
  background-color: #fff;
  /* dh> change to "transparent"? */
  padding: 0.5ex 1ex;
}
legend {
  font-weight: bold;
  font-size: 120%;
  padding: 12px 0 8px;
  color: #888;
}
.fform fieldset fieldset {
  border: none;
  margin: 1ex;
  padding: 0;
}
.fform fieldset.bordered {
  border: 1px solid #ddd;
}
.fform div.label {
  float: left;
  width: 24%;
  text-align: right;
  font-weight: bold;
  margin: 0;
  padding-top: 0.5ex;
}
.fform fieldset.field_wide div.label,
.fform fieldset.field_inline div.label {
  float: none;
  text-align: left;
  width: auto;
  margin-bottom: 5px;
}
.fform fieldset.field_inline div.label {
  float: left;
}
.fform div.input {
  margin: 0 0 0 25%;
}
.fform fieldset.field_wide div.input {
  margin-left: 20px;
}
.fform fieldset.field_inline div.input {
  float: left;
  margin-left: 5px;
  line-height: 24px;
}
.fform fieldset.input {
  margin: 0;
}
.fform div.info {
  margin: 0 0 0 25%;
  padding-top: 0.5ex;
}
.fform fieldset.info_full div.info {
  margin-left: 5px;
}
input.invisible {
  visibility: hidden;
}
div.log_container,
div.action_messages {
  margin: 1ex;
}
div.log_container ul.message_group li,
div.action_messages ul.message_group li {
  margin-left: 25px;
  list-style: disc;
}
div.log_container ul,
div.action_messages ul,
div.log_container ol,
div.action_messages ol {
  list-style: none;
  margin: 1ex 0;
  padding-left: 0;
}
div.log_container div,
div.action_messages div {
  margin: 1ex auto;
  padding: 1ex;
}
div.log_container div.log_note,
div.action_messages div.log_note {
  border: 1px solid #6287c2;
  background: #ddd;
}
div.log_container div.log_success,
div.action_messages div.log_success,
div.success {
  border: 1px solid #9d9;
  background: #f2fbee;
  color: #0c0;
}
div.log_container div.log_error,
div.action_messages div.log_error,
div.error,
td.error {
  border: 1px solid #d99;
  background: #fbf2ee;
  color: #e00;
}
div.log_container div.log_warning,
div.action_messages div.log_warning,
div.warning,
td.warning {
  border: 1px solid #f60;
  background: #fff0dd;
  color: #f60;
}
p.error,
span.error,
span.warning,
p.warning {
  color: #e00;
  font-weight: bold;
}
p.error {
  margin: 1ex;
}
div.bText div.log_container ul {
  padding: 0;
  text-indent: 0;
}
div.bText div.log_container li {
  margin: 0;
  padding: 0;
  background: none;
}
div.bText div.log_container ul li::before {
  content: none;
}
div.skin_error {
  border: 2px dotted #d99;
  background: #fbf2ee;
  color: #e00;
  padding: 1em;
  margin: 1em;
}
table.widget_grid {
  margin: 8px auto 1px;
  border-collapse: separate;
  border-spacing: 3px;
}
table.widget_grid td {
  padding: 0;
  background-color: #fff;
  border: 1px solid #ddd;
  vertical-align: top;
}
table.widget_grid img {
  padding: 1px;
}
table.widget_grid .note {
  text-align: center;
  padding: 2px;
  border-top: 1px solid #ddd;
  line-height: normal;
  display: block;
}
#sidebar table.widget_grid .note {
  margin: 0;
}
.widget_flow_blocks,
table.widget_grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-justify-content: space-around;
}
.widget_flow_blocks div,
table.widget_grid div {
  margin-bottom: 15px;
}
.widget_flow_blocks div:last-child,
table.widget_grid div:last-child {
  margin-bottom: 0px !important;
}
.widget_flow_blocks > div img {
  border-radius: 3px;
}
.badge {
  position: relative;
  top: -1px;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  background-color: red;
  border: 2px solid #fff;
  color: #fff;
  font-size: 10px;
  padding: 0 6px;
}
.evo_form__login_links {
  padding: 0 1em;
}
#screen_mask {
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
  height: 100%;
  width: 100%;
  display: none;
  z-index: 9998;
}
#overlay_wrap {
  position: fixed;
  top: 27px;
  left: 50%;
  height: 95%;
  z-index: 9999;
  visibility: hidden;
}
#overlay_layout {
  position: relative;
  left: -50%;
  display: table;
  width: 100%;
  height: 100%;
  visibility: hidden;
}
#overlay_page {
  display: none;
  visibility: visible;
}
#overlay_page.overlay_page_active,
#overlay_page.overlay_page_active_transparent {
  position: fixed;
  top: 40px;
  bottom: 5%;
  right: 5%;
  left: 5%;
  overflow: auto;
  background: #f1f6f8;
  border: 1px solid #ccc;
  display: block;
}
#overlay_page.overlay_page_active_transparent {
  background: transparent;
  border: none;
  margin: auto;
  position: relative;
  display: table-cell;
  vertical-align: middle;
  min-height: 32px;
  top: auto;
  bottom: auto;
  right: auto;
  left: auto;
}
#overlay_page form.bComment {
  background: #FFF;
  padding: 0 10px;
}
#overlay_page form.bComment legend {
  width: 100%;
  text-align: left;
}
#overlay_page.overlay_page_active_transparent .fieldset {
  margin: 0;
}
.overlay_page_active form {
  padding: 1em;
}
#overlay_postback {
  position: absolute;
  top: -1000em;
  left: -1000em;
}
#overlay_page .preview_cropped_images {
  width: 128px;
  text-align: center;
}
#overlay_page form {
  background: #FFF;
}
#overlay_page form legend {
  width: 100%;
}
.ufld_icon_links {
  text-align: center;
}
.ufld_icon_links a {
  text-align: center;
}
div.evo_highlight,
li.evo_highlight,
tr.evo_highlight td {
  animation: evo_highlight 5s ease-out;
}
@keyframes evo_highlight {
  from {
    background-color: #FF6600;
  }
  to {
    background-color: transparent;
  }
}
.evo_input_counter {
  position: absolute;
  color: #999;
  font-size: 80%;
}
.evo_input_counter.label {
  color: #FFF;
}

/**
 * These are the generic styles that are common to "all" NON-bootstrap skins.
 *
 * This is for the blog NAVIGATION and global page layout. See item_base.css for the post CONTENT styles.
 *
 * Override this with style.css in your skin folder.
 */
.widget_core_item_about_author .evo_avatar {
  float: left;
  margin: 0 10px 5px 0;
}
.widget_core_item_about_author .evo_avatar img {
  border-radius: 50%;
}
div.widget_uil_autotemp.evo_layout_flow .widget_flow_blocks {
  display: inline-block;
  text-align: center;
  width: 100%;
}
div.widget_uil_autotemp.evo_layout_flow .widget_flow_blocks > div {
  padding: 8px;
  margin: 14px;
  overflow: hidden;
  background-color: #fafafa;
  border-radius: 4px;
  text-align: left;
  width: 250px;
  display: inline-block;
  float: none;
  vertical-align: top;
}
div.widget_uil_autotemp.evo_layout_flow.evo_withteaser .widget_flow_blocks > div .item_title,
div.widget_uil_autotemp.evo_layout_flow.evo_withexcerpt .widget_flow_blocks > div .item_title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5em;
  margin: 10px 0 5px;
}
div.widget_uil_autotemp.evo_layout_rwd .widget_rwd_content {
  padding: 8px;
  margin: 14px 0;
  overflow: hidden;
  background-color: #fafafa;
  border-radius: 4px;
}
div.widget_uil_autotemp.evo_layout_rwd.evo_withteaser .widget_rwd_blocks > div,
div.widget_uil_autotemp.evo_layout_rwd.evo_withexcerpt .widget_rwd_blocks > div {
  display: inline-block;
  float: none;
  vertical-align: top;
}
div.widget_uil_autotemp.evo_layout_rwd.evo_withteaser .widget_rwd_blocks .widget_rwd_content .item_first_image img,
div.widget_uil_autotemp.evo_layout_rwd.evo_withexcerpt .widget_rwd_blocks .widget_rwd_content .item_first_image img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  margin: auto;
}
div.widget_uil_autotemp.evo_layout_rwd.evo_withteaser .widget_rwd_blocks .widget_rwd_content .item_title,
div.widget_uil_autotemp.evo_layout_rwd.evo_withexcerpt .widget_rwd_blocks .widget_rwd_content .item_title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5em;
  margin: 10px 0 5px;
}
div.widget_uil_autotemp.evo_layout_rwd.evo_withteaser .widget_rwd_blocks .widget_rwd_content .item_content > p:last-of-type,
div.widget_uil_autotemp.evo_layout_rwd.evo_withexcerpt .widget_rwd_blocks .widget_rwd_content .item_content > p:last-of-type {
  min-height: 60px;
  margin-bottom: 0px;
}
div.widget_uil_autotemp.evo_layout_rwd.evo_withteaser .widget_rwd_blocks .widget_rwd_content .item_content a,
div.widget_uil_autotemp.evo_layout_rwd.evo_withexcerpt .widget_rwd_blocks .widget_rwd_content .item_content a {
  margin: -20px 0 0;
}
div.widget_uil_autotemp.evo_1pic__special h2 {
  font-size: 30px;
}
div.widget_uil_autotemp.evo_1pic__special ul {
  padding: 0;
  margin-left: 0;
}
div.widget_uil_autotemp.evo_1pic__special ul li {
  list-style: none;
  height: auto;
  display: inline-block;
  width: 100%;
  clear: both;
  margin: 5px 0;
  padding: 0;
  vertical-align: middle;
}
div.widget_uil_autotemp.evo_1pic__special ul li .item_first_image_placeholder {
  display: table;
  float: left;
  max-width: 380px;
  max-height: 380px;
  background: #f0f0f0;
  margin-right: 6px;
  border-radius: 3px;
}
div.widget_uil_autotemp.evo_1pic__special ul li .item_first_image_placeholder::before {
  font-family: FontAwesome;
  display: table-cell;
  content: '\f0f6';
  color: #dcdcdc;
  font-size: 40px;
  vertical-align: middle;
  text-align: center;
}
div.widget_uil_autotemp.evo_1pic__special ul li div.item_title {
  vertical-align: middle;
  height: 80px;
  display: -webkit-box;
  display: table-cell;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
div.widget_uil_autotemp.evo_1pic__special.evo_noexcerpt.evo_noteaser div.item_title a {
  font-size: 22px;
}
div.widget_uil_autotemp.evo_layout_list div.item_first_image {
  float: left;
  margin-right: 6px;
}
div.widget_uil_autotemp.evo_pics div.item_images {
  display: inline-block;
}
div.widget_uil_autotemp.evo_pics div.item_images img {
  margin: 6px 6px 0 0;
}
div.widget_uil_autotemp.evo_pics.evo_1pic__special li {
  display: block;
  width: 100%;
}
div.widget_uil_autotemp.evo_pics.evo_1pic__special div.item_images {
  float: left;
}
div.widget_uil_autotemp.evo_withexcerpt.evo_1pic__special ul li,
div.widget_uil_autotemp.evo_withteaser.evo_1pic__special ul li {
  list-style: none;
  display: table;
}
div.widget_uil_autotemp.evo_withexcerpt.evo_1pic__special ul li div.item_title a,
div.widget_uil_autotemp.evo_withteaser.evo_1pic__special ul li div.item_title a {
  text-decoration: underline;
}
div.widget_uil_autotemp.evo_withexcerpt.evo_1pic__special ul li div.item_content blockquote,
div.widget_uil_autotemp.evo_withteaser.evo_1pic__special ul li div.item_content blockquote {
  margin-left: 86px;
}
div.widget_uil_autotemp.evo_withexcerpt.evo_1pic__special ul li div.item_excerpt,
div.widget_uil_autotemp.evo_withteaser.evo_1pic__special ul li div.item_excerpt {
  margin-top: -2px;
}
div.widget_uil_autotemp.evo_withexcerpt.evo_1pic__special ul li div.item_content p,
div.widget_uil_autotemp.evo_withteaser.evo_1pic__special ul li div.item_content p,
div.widget_uil_autotemp.evo_withexcerpt.evo_1pic__special ul li div.item_excerpt p,
div.widget_uil_autotemp.evo_withteaser.evo_1pic__special ul li div.item_excerpt p {
  margin: 0;
}
div.widget_uil_autotemp.evo_withexcerpt.evo_1pic__special ul li div.item_content p:last-of-type,
div.widget_uil_autotemp.evo_withteaser.evo_1pic__special ul li div.item_content p:last-of-type,
div.widget_uil_autotemp.evo_withexcerpt.evo_1pic__special ul li div.item_excerpt p:last-of-type,
div.widget_uil_autotemp.evo_withteaser.evo_1pic__special ul li div.item_excerpt p:last-of-type {
  display: inline;
}
div.widget_uil_autotemp.evo_withexcerpt ul li,
div.widget_uil_autotemp.evo_withteaser ul li {
  height: auto;
  width: 100%;
  clear: both;
  margin: 15px 0;
  padding: 0;
  vertical-align: middle;
}
div.widget_uil_autotemp.evo_withexcerpt ul li div.item_title,
div.widget_uil_autotemp.evo_withteaser ul li div.item_title {
  vertical-align: middle;
  display: inline;
  height: auto !important;
  width: 100%;
  font-size: 16px;
}
div.widget_uil_autotemp.evo_withexcerpt ul li div.item_title a,
div.widget_uil_autotemp.evo_withteaser ul li div.item_title a {
  text-decoration: underline;
}
div.widget_uil_autotemp.evo_withexcerpt blockquote,
div.widget_uil_autotemp.evo_withteaser blockquote {
  display: block;
  margin: 0;
  padding: 5px 15px;
}
div.widget_uil_autotemp.evo_withexcerpt a.btn,
div.widget_uil_autotemp.evo_withteaser a.btn {
  background-color: transparent;
  float: right;
  height: 22px;
  line-height: 13px;
  padding: 0px 4px 0px 4px;
}
div.widget_uil_autotemp.evo_withexcerpt a.btn:hover,
div.widget_uil_autotemp.evo_withteaser a.btn:hover {
  background-color: #e6e6e6;
}
div.widget_uil_autotemp img {
  border-radius: 3px;
  max-width: 100%;
  max-height: 380px;
  width: auto;
  height: auto;
  margin: auto;
}
div.widget_uil_autotemp.evo_withgroup > ul > li {
  font-size: 17px;
}
div.widget_uil_autotemp div.item_first_image {
  text-align: center;
}
div.evo_container__sidebar div.widget_uil_autotemp.evo_1pic__special.evo_noexcerpt.evo_noteaser div.item_title a,
div.evo_container__sidebar_2 div.widget_uil_autotemp.evo_1pic__special.evo_noexcerpt.evo_noteaser div.item_title a {
  font-size: 16px;
}
div.widget_uil_autotemp.nobullets ul,
div.widget_uil_autotemp.nobullets ul li,
li.widget_uil_autotemp.nobullets ul,
li.widget_uil_autotemp.nobullets ul li {
  background: none;
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
div.widget_uil_autotemp.nobullets ul li:before,
ul li.widget_uil_autotemp.nobullets ul li:before {
  content: none;
}
@media (max-width: 1599px) {
  div.widget_uil_autotemp.evo_1pic__special.evo_noexcerpt.evo_noteaser div.item_title a {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  div.widget_uil_autotemp.evo_1pic__special.evo_noexcerpt.evo_noteaser div.item_title a {
    font-size: 18px;
  }
}
@media (max-width: 414px) {
  div.widget_uil_autotemp.evo_1pic__special ul li .item_first_image_placeholder {
    max-width: 290px;
    max-height: 290px;
  }
}
div.widget_core_coll_media_index.evo_layout_list ul li img {
  margin: 0 6px 6px 0;
}
div.widget_core_coll_media_index.evo_layout_rwd .widget_rwd_blocks > div,
div.widget_core_coll_media_index.evo_layout_flow .widget_flow_blocks > div {
  display: inline-block;
  float: none;
  vertical-align: top;
}
div.widget_core_coll_media_index.evo_layout_rwd .widget_rwd_blocks .widget_rwd_content,
div.widget_core_coll_media_index.evo_layout_flow .widget_flow_blocks > div {
  padding: 8px;
  margin: 14px 0;
  overflow: hidden;
  background-color: #fafafa;
  border-radius: 4px;
}
div.widget_core_coll_media_index.evo_layout_rwd .widget_rwd_blocks .widget_rwd_content img,
div.widget_core_coll_media_index.evo_layout_flow .widget_flow_blocks > div img {
  max-width: 100%;
  max-height: 380px;
  width: auto;
  height: auto;
  margin: auto;
  min-height: 32px;
  min-width: 32px;
  display: block;
  border-radius: 3px;
}
div.widget_core_coll_media_index.evo_layout_rwd .widget_rwd_blocks .widget_rwd_content span.note,
div.widget_core_coll_media_index.evo_layout_flow .widget_flow_blocks > div span.note {
  margin-top: 8px;
  display: block;
}
div.widget_core_coll_media_index.evo_layout_flow .widget_flow_blocks {
  display: inline-block;
  text-align: center;
  width: 100%;
}
div.widget_core_coll_media_index.evo_layout_flow .widget_flow_blocks > div {
  margin-left: 14px;
  margin-right: 14px;
  text-align: left;
  width: 250px;
}
div.widget_core_user_avatars.evo_layout_rwd .widget_rwd_blocks .widget_rwd_content,
div.widget_core_user_avatars.evo_layout_flow .widget_flow_blocks > div {
  padding: 8px;
  margin: 14px 0;
  overflow: hidden;
  background-color: #fafafa;
  border-radius: 4px;
}
div.widget_core_user_avatars.evo_layout_flow .widget_flow_blocks {
  display: inline-block;
  text-align: center;
}
div.widget_core_user_avatars.evo_layout_flow .widget_flow_blocks > div {
  margin-left: 14px;
  margin-right: 14px;
  width: 250px;
}
div.widget_core_user_avatars.evo_layout_rwd .widget_rwd_blocks > div,
div.widget_core_user_avatars.evo_layout_flow .widget_flow_blocks > div {
  display: inline-block;
  vertical-align: top;
}
div.widget_core_user_avatars.evo_layout_rwd .widget_rwd_blocks .widget_rwd_content img,
div.widget_core_user_avatars.evo_layout_flow .widget_flow_blocks > div img {
  max-width: 100%;
  max-height: 380px;
  width: auto;
  height: auto;
  margin: auto;
  display: block;
  border-radius: 3px;
}
.widget_core_org_members {
  margin: 5em 0 30px;
  color: #333;
}
.widget_core_org_members div.widget_rwd_content {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
}
.widget_core_org_members.evo_layout_flow .widget_flow_blocks {
  display: inline-block;
  text-align: center;
}
.widget_core_org_members.evo_layout_flow .widget_flow_blocks > div {
  display: inline-block;
  float: none;
  margin-left: 14px;
  margin-right: 14px;
  vertical-align: top;
  width: 250px;
}
.widget_core_org_members.evo_layout_flow .widget_flow_blocks > div img {
  border-radius: 50%;
}
.widget_core_org_members img {
  display: inline-block;
}
.widget_core_org_members h3.evo_user_name {
  margin-top: 10px;
  margin-bottom: 0;
}
.widget_core_org_members div.evo_org_role {
  margin-top: 10px;
  margin-bottom: 0;
  min-height: 25px;
  font-size: 18px;
}
.widget_core_org_members a.user_link {
  color: #000;
}
.widget_core_org_members a.user_link:hover {
  color: #23527c;
}
.widget_core_org_members div.ufld_icon_links {
  margin-top: 10px;
  min-height: 44px;
}
.widget_core_org_members p.user_field {
  margin-top: 10px;
  line-height: 1.5;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  height: 3em;
}
.widget_core_org_members .widget_rwd_blocks {
  width: 100%;
}
.widget_core_org_members.evo_layout_list ul li div.ufld_icon_links {
  text-align: left;
}
@media (max-width: 640px) {
  body.pictured .front_main_content .ufld_icon_links a {
    width: 45px;
    height: 45px;
    margin: 5px;
  }
  body.pictured .front_main_content .ufld_icon_links a .fa {
    font-size: 20px;
    line-height: 45px;
  }
}
.widget_core_item_workflow .evo_widget_item_workflow_form .controls {
  display: inline-block;
}
.checklist_lines {
  margin-bottom: 0.5rem;
}
.checklist_lines .checklist_line {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.checklist_lines .checklist_line label {
  min-width: 0;
  display: -ms-flexbox;
  display: flex;
}
.checklist_lines .checklist_line label input[type="checkbox"] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.checklist_lines .checklist_line label .checklist_line_label {
  word-break: break-word;
}
.checklist_lines .checklist_line .checklist_line_delete {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 3px;
}
.checklist_lines .checklist_line:hover .checklist_line_delete {
  visibility: visible !important;
}
.checklist_lines .checklist_line:hover.ui-draggable-dragging .checklist_line_delete {
  visibility: hidden !important;
}
.checklist_lines .checklist_line input[type="checkbox"]:checked + .checklist_line_label {
  text-decoration: line-through;
}
.checklist_lines .droppable-hover > label:after {
  content: "";
  position: absolute;
  width: 102%;
  height: 2px;
  background: #F00;
  left: 0;
  bottom: -2px;
}
.checklist_lines .checklist_droparea {
  height: 2px;
}
.checklist_lines .checklist_droparea.droppable-hover {
  background: #F00;
}
.checklist_line_input {
  overflow-y: hidden;
}
.checklist_line_input.add_checklist_line_input {
  margin-bottom: 0.5rem;
}
.videojs_block .vjs-default-skin .vjs-big-play-button {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.textcomplete-dropdown {
  border: 1px solid #ddd;
  background-color: #fff;
  text-align: left;
  list-style: none;
  padding: 0;
  margin: 0;
}
.textcomplete-dropdown mark {
  background: none;
}
.textcomplete-dropdown li {
  border-top: 1px solid #ddd;
  padding: 2px 5px;
  margin: 0;
}
.textcomplete-dropdown li:first-child {
  border-top: none;
}
.textcomplete-dropdown li a {
  color: #000;
}
.textcomplete-dropdown li:hover,
.textcomplete-dropdown li:hover a,
.textcomplete-dropdown li:hover mark,
.textcomplete-dropdown li.active,
.textcomplete-dropdown li.active a,
.textcomplete-dropdown li.active mark {
  color: #fff;
  background-color: #3b5998;
  text-decoration: none;
  cursor: pointer;
}
.autocomplete_usernames {
  display: block;
}
.search_form {
  max-width: 600px;
  margin: 0 auto;
}
.row-gutter-sm [class*='col-'] {
  padding-right: 3px;
  padding-left: 3px;
}
.ratings_table {
  margin: 0 10px 10px 0;
  display: inline-block;
}
.ratings_table .rating_summary {
  border-spacing: 1px;
  border-collapse: separate;
}
.ratings_table .progress {
  border-radius: 0;
  height: 13px;
}
table.rating_summary {
  float: left;
  margin: 0;
}
table.rating_summary tr th,
table.rating_summary tr td {
  border: none;
  font-size: 10px;
  line-height: 13px;
  font-weight: normal;
  padding: 0;
}
table.rating_summary tr th {
  padding-right: 5px;
  background-color: transparent;
}
table.rating_summary tr td {
  text-align: right;
  padding-left: 5px;
}
table.rating_summary .progress {
  width: 60px;
  background: #eeeecc;
  padding: 0;
  box-shadow: none;
}
table.rating_summary .progress div {
  background: #ffcc66;
}
div.rating_summary_total {
  float: left;
  padding: 5px 0 0 20px;
}
div.average_rating {
  padding-top: 5px;
}
div.average_rating span {
  font-size: 11px;
  line-height: 12px;
}
div.average_rating span.average_rating_score {
  padding-left: 10px;
}
.rating_recap {
  clear: both;
  font-size: 10px;
}
.rating_recap div {
  float: left;
  padding-right: 10px;
}
.evo_stars_img {
  white-space: nowrap;
  display: inline-block;
  position: relative;
  top: 3px;
}
.evo_stars_img i {
  width: 16px;
  height: 16px;
  float: left;
  background: url('../icons/icons_sprite.png') no-repeat scroll 0 -208px transparent;
  text-indent: 16px;
  overflow: hidden;
}
.evo_stars_img i.evo_stars_img_empty {
  background-position: -16px -208px;
}
.evo_stars_img i.evo_stars_img_empty i {
  background-position: 0 -208px;
}
.evo_stars {
  color: #F90;
  white-space: nowrap;
}
.evo_stars .evo_star_empty,
.evo_stars .evo_star_percent {
  color: #999;
}
.evo_stars .evo_star_percent {
  position: relative;
}
.evo_stars .evo_star_percent .fa {
  position: absolute;
  left: 0;
  overflow: hidden;
  color: #F90;
}
*[class^="listnav_distance_"],
*[class*=" listnav_distance_"] {
  display: none;
}
table.prevnext_post {
  width: 95%;
  margin: 0 auto;
}
table.prevnext_post a {
  text-decoration: none;
}
table.prevnext_user {
  width: 100%;
  margin: 0 auto 1ex auto;
}
table.prevnext_user .back_users_list {
  text-align: center;
  font-size: 84%;
}
div.featured_post {
  border: 1px solid #ccc;
  padding: 14px;
  margin: 1ex 0;
}
div.featured_post h2 {
  margin-top: 6px;
}
a.permalink_right {
  float: right;
  margin: 0 0 0 1em;
}
p.baseline a.contact_link,
a.contact_link {
  text-decoration: underline;
}
table.bCalendarTable caption {
  font-size: 105%;
  font-weight: bold;
  margin: auto;
  padding: 3px 0;
  white-space: nowrap;
  text-align: center;
}
table.bCalendarTable {
  margin: 0 auto 1em auto;
  font-size: 77%;
  border-collapse: separate;
  border-spacing: 0px;
}
tr.bCalendarRow {
  text-align: center;
}
th.bCalendarHeaderCell {
  color: #999;
  font-size: 84%;
  width: 4ex;
}
td.bCalendarCell,
td.bCalendarLinkPost,
td.bCalendarEmptyCell {
  width: 4ex;
  padding: 2px 0;
}
.bCalendarLinkPost {
  font-weight: bold;
}
#bCalendarToday {
  background-color: #f6eeee;
  border: 1px solid #900;
}
/* TODO: not very unique IDs! (prev/next) - used in Calendar at least*/
td#prev,
td#next {
  font-weight: bold;
  font-size: 105%;
  padding: 0.5ex;
  white-space: nowrap;
}
td#prev a,
td#next a {
  padding: 0.5ex;
}
td#prev {
  text-align: left;
}
td#next {
  text-align: right;
}
div.powered_by {
  margin: 16px 0;
  text-align: center;
}
div.error_404,
div.error_403,
div.error_additional_content {
  margin: 1em;
}
div.bComment,
form.bComment {
  margin: 1ex 2ex;
  padding: 0 1em 1em;
  border: 1px dotted #999;
  overflow: hidden;
}
form#user_checkchanges.bComment {
  border-style: solid;
  margin-top: 0;
}
#comment_preview {
  background-color: #eee;
}
#comment_error {
  background-color: #FBF2EE;
  border-color: #DD9999;
  color: #EE0000;
}
.comment_recommended_option {
  color: #0a0;
}
div.bCommentTitle {
  margin: 1ex 0;
  font-weight: bold;
}
div.bCommentSmallPrint {
  clear: both;
  font-size: 78%;
  margin: 1ex 0;
}
.bCommentAvatar {
  margin: 5px 10px 10px 0;
  padding: 2px;
  float: left;
  border: 1px solid #ccc;
}
.bCommentAvatarCenter {
  margin: 0 auto;
  padding: 2px;
  border: 1px solid #ccc;
}
div.moderation_msg {
  margin: 1ex 2ex;
  padding: 0 1ex;
  border: 1px dotted #fa9;
  color: #e70;
}
div.feedback_feed_msg {
  margin: 2em 2ex;
  text-align: center;
}
a.comment_reply.active {
  color: #FF0000;
}
a.comment_reply_current {
  display: block;
  text-align: center;
  font-weight: bold;
  color: #FF0000;
  margin: 10px 0;
}
a.comment_reply_current:hover {
  color: #0066CC;
}
.comment_notification {
  text-align: center;
}
.comment_notification span {
  vertical-align: middle;
}
/* 18/80% forms: comments and profile */
div.bComment fieldset,
form.bComment fieldset {
  border: none;
  margin: 1em 0 0 0;
  padding: 0ex;
}
div.bComment fieldset label,
form.bComment fieldset label {
  font-weight: bold;
}
div.bComment fieldset div.label,
form.bComment fieldset div.label {
  float: left;
  width: 100px;
  text-align: right;
  font-weight: bold;
}
div.bComment fieldset.field_wide div.label,
form.bComment fieldset.field_wide div.label,
div.bComment fieldset.field_inline div.label,
form.bComment fieldset.field_inline div.label {
  float: none;
  text-align: left;
  width: auto;
  margin-bottom: 5px;
}
div.bComment fieldset.field_inline div.label,
form.bComment fieldset.field_inline div.label {
  float: left;
}
div.bComment fieldset div.input,
form.bComment fieldset div.input {
  margin: 0 0 0 108px;
}
div.bComment fieldset.field_wide div.input,
form.bComment fieldset.field_wide div.input {
  margin-left: 20px;
}
div.bComment fieldset.field_inline div.input,
form.bComment fieldset.field_inline div.input {
  float: left;
  margin-left: 5px;
  line-height: 20px;
}
div.bComment fieldset.input,
form.bComment fieldset.input {
  margin: 0;
}
div.bComment fieldset div.info,
form.bComment fieldset div.info {
  margin: 0 0 0 108px;
}
div.bComment fieldset.info_full div.info,
form.bComment fieldset.info_full div.info {
  margin-left: 5px;
}
div.bComment fieldset div.label select,
form.bComment fieldset div.label select {
  width: 91%;
}
div.bComment div.avatartag,
form.bComment div.avatartag {
  float: left;
  margin: 0 0.5em 0.5em 0;
}
div.bComment div.avatartag a,
form.bComment div.avatartag a {
  outline: none;
}
textarea.form_textarea_input {
  width: 100%;
}
.comment_viewing_disabled_msg,
.comment_posting_disabled_msg {
  text-align: center;
  background-color: #fec;
  padding: 1px;
  margin: 4px;
  border-radius: 3px;
}
.form_footer_notes {
  margin: 2em auto 1em;
  text-align: center;
  color: #999;
  font-size: 78%;
}
.standard_login_link {
  margin: 1em;
  text-align: center;
}
div.widget_core_user_profile_pics {
  margin-top: 1em;
  margin-bottom: 1em;
  text-align: center;
}
div.compact_search_form {
  white-space: nowrap;
}
div.compact_search_form input.search_field {
  width: 100px;
  margin-right: 3px;
}
div.container_menu_top div.widget_core_coll_search_form {
  float: right;
}
div.container_menu_top input.search_field {
  width: 160px;
}
.widget_core_user_greetings .greeting,
.widget_core_user_greetings .avatar {
  vertical-align: middle;
}
.widget_core_user_greetings .user_group,
.widget_core_user_greetings .user_level {
  color: #999;
}
.widget_core_user_profile_pics img {
  max-width: 100%;
  height: auto;
}
div.tabs {
  line-height: normal;
  position: relative;
  top: 1px;
  padding-left: 20px;
  list-style: none;
}
div.tabs div {
  float: left;
}
div.tabs div a {
  display: block;
  padding: 5px;
  background: #E6E6E6;
  border: 1px solid #999;
  border-left-width: 0;
  border-radius: 6px 6px 0 0;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -khtml-border-radius-topleft: 4px;
  -khtml-border-radius-topright: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  text-decoration: none;
}
div.tabs div:first-child a {
  border-left-width: 1px;
}
div.tabs div.selected a,
div.tabs div a:hover {
  background: #FFF;
  text-decoration: none;
}
div.tabs div.selected a {
  border-bottom-color: #FFF;
}
.action_icon {
  margin: 0 2px;
  font-weight: bold;
}
.action_icon.evo_post_flag_btn {
  margin-left: 0;
}
.title_action_icons {
  float: right;
}
.title_action_icons a.action_icon {
  padding-left: 5px;
  font-size: 12px;
  line-height: 12px;
  font-weight: normal;
}
div.section_requires_javascript p.ajax-loader {
  text-align: center;
  margin-top: 1em;
}
div.results {
  width: 100%;
  overflow: auto;
}
div.action_messages.evo_instruction {
  margin: 10px 0 0;
}
div.action_messages.evo_instruction ul,
div.action_messages.evo_instruction li {
  list-style: initial;
}
div.action_messages.evo_instruction ul {
  padding-left: 20px;
}
form.inskin {
  padding: 10px;
}
form.inskin fieldset {
  border: none;
  padding: 0;
  margin: 10px 0 0;
}
form.inskin .edit_fieldgroup .label {
  display: none;
}
form.inskin .edit_area textarea {
  width: 99%;
}
table.catselect {
  border-spacing: 0;
  width: 100%;
  border: 1px solid #bbb;
}
table.catselect th {
  padding: 0.3ex 1ex;
  background-color: #ddd;
  border-bottom: 1px solid #bbb;
}
table.catselect td {
  padding: 0.2ex 1ex;
}
table.catselect th,
table.catselect td {
  border-right: 1px solid #bbb;
}
table.catselect th:last-child,
table.catselect td:last-child {
  border-right: none;
}
table.catselect tr.group td {
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  background-color: #ccc;
  font-weight: bold;
}
table.catselect tr.odd {
  background-color: #eee;
}
table.catselect tr.even {
  background-color: #ddd;
}
table.catselect tr:hover,
table.catselect tr:hover input {
  background-color: #ccc;
}
table.catselect .catsel_order input {
  width: 40px;
}
.raty_star_on,
.raty_star_off,
.raty_cancel_on,
.raty_cancel_off {
  background: url(../icons/icons_sprite.png) no-repeat 0 -208px;
  width: 16px;
  height: 16px;
  display: inline-table;
}
.raty_star_off {
  background-position: -16px -208px;
}
.raty_cancel_on {
  background-position: -32px -208px;
}
.raty_cancel_off {
  background-position: -48px -208px;
}
div.item_location {
  margin: 1ex 0;
}
#ProfileForm {
  position: relative;
  min-height: 180px;
}
.profile_pictured_fieldsets {
  min-height: 130px;
  padding-right: 170px;
  /* leave space for the profile picture */
}
.user_contacts_groups th {
  font-weight: normal;
  font-style: italic;
}
.user_contacts_groups td,
.user_contacts_groups th {
  vertical-align: top;
  padding: 0 0 0 4px;
}
.user_contacts_groups td {
  white-space: nowrap;
}
.user_contacts_groups br {
  clear: both;
}
.user_contacts_groups .col1 {
  padding: 0 4px 0 0;
  border-right: 2px solid #666;
}
.user_contacts_groups table {
  width: 100%;
}
.user_contacts_groups table th {
  padding: 0 0 0 8px;
  text-align: left;
  font-style: normal;
}
.user_contacts_groups table td {
  width: 13px;
  padding: 0;
  font-style: normal;
}
.user_contacts_groups .col1 table th {
  padding: 0 8px 0 0;
}
#edit_group_contacts {
  margin-top: 1em;
  border: 1px solid #BBB;
  background: #D4D4D4;
  padding: 0 5px 5px 5px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
}
#edit_group_contacts label {
  padding-right: 5px;
}
#ffield_item_tags ul.token-input-list-facebook {
  width: 100%;
  max-width: 100%;
}
#register_form input.form_text_input {
  border: 1px solid #CCC;
  padding: 2px 1px;
  vertical-align: middle;
}
.messages_list .messages_navigation {
  padding: 5px;
}
.messages_list h2 {
  margin: 0;
}
.messages_list .panel-heading > h2 {
  border: 1px solid #BBB;
  border-bottom: none;
  background-color: #D4D4D4;
  padding: 0 7px;
}
.messages_list form.bComment {
  border: 1px solid #BBB;
  background-color: #DDDDDD;
  margin: 0;
  padding-top: 5px;
}
.messages_list table.bForums {
  border: none;
}
.messages_list table.bForums td {
  background: none;
  vertical-align: top;
}
.messages_list div.messages_list_actions {
  text-align: center;
  border-left: 1px solid #BBB;
  border-right: 1px solid #BBB;
  padding: 10px 0;
}
.messages_list div.messages_list_actions p {
  margin: 0;
  padding: 0;
  text-align: center;
}
.messages_list div.messages_list_actions a {
  margin-bottom: 1ex;
  display: inline-block;
}
.messages_list div.messages_list_actions a:last-child {
  margin-bottom: 0;
}
.messages_list div.results {
  margin-top: 0;
}
.messages_list span.error {
  border: 1px solid #BBB;
  border-bottom: none;
  padding: 10px;
  text-align: center;
  display: block;
}
#styled_content_block span[class*=status_],
.evo_content_block span[class*=status_] {
  background: transparent;
  width: 75px;
  height: 75px;
  display: block;
  position: relative;
  overflow: hidden;
}
.note.status_draft span {
  color: #000;
  background-color: #ff9;
}
.note.status_review span {
  color: #fff;
  background-color: #CC0099;
}
.note.status_community span {
  color: #fff;
  background-color: #2E8BB9;
}
.note.status_protected span {
  color: #fff;
  background-color: #FF9C2A;
}
.note.status_private span {
  color: #fff;
  background-color: #DC143C;
}
.note.status_published span {
  color: #000;
  background-color: #99EE44;
}
.note.status_deprecated span {
  color: #fff;
  background-color: #000;
}
.note.status_redirected span {
  color: #fff;
  background-color: #663399;
}
.note.status_trash span {
  color: #fff;
  background-color: #f66;
}
.note.status_meta span {
  color: #fff;
  background-color: #5bc0de;
}
#styled_content_block span[class*=status_] span,
.evo_content_block span[class*=status_] span {
  display: block;
  width: 120px;
  text-align: center;
  padding: 3px 0;
  position: relative;
  font-size: 9pt;
  top: 15px;
  left: -12px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476)";
  /* IE8 */
}
div.results span[class*=status_] span {
  text-align: center;
  padding: 3px 0;
  font-size: 11px;
  font-weight: bold;
  border: 1px solid #FFFFFF;
  border-radius: 12px 12px 12px 12px;
  float: left;
  width: 80px;
}
.search_title {
  font-size: 125%;
  color: #666;
}
.search_title a {
  text-decoration: underline;
}
.search_result {
  padding: 15px 15px 5px;
}
.search_info {
  font-size: 8pt;
}
.search_result_score {
  float: left;
  width: 40px;
  font-size: 100%;
  line-height: 22px;
}
.search_content_wrap {
  margin-left: 40px;
}
.search_score_map {
  margin-left: 15px;
}
.track_content {
  margin: 5px;
}
#styled_content_block .vs_published .note[class*=status_],
.evo_content_block .vs_published .note[class*=status_],
#styled_content_block .vs_community .note[class*=status_],
.evo_content_block .vs_community .note[class*=status_],
#styled_content_block .vs_protected .note[class*=status_],
.evo_content_block .vs_protected .note[class*=status_],
#styled_content_block .vs_private .note[class*=status_],
.evo_content_block .vs_private .note[class*=status_],
#styled_content_block .vs_review .note[class*=status_],
.evo_content_block .vs_review .note[class*=status_],
#styled_content_block .vs_draft .note[class*=status_],
.evo_content_block .vs_draft .note[class*=status_] {
  display: none;
}
#styled_content_block .vs_published a[class*='btn_lower_status_'],
.evo_content_block .vs_published a[class*='btn_lower_status_'],
#styled_content_block .vs_community a[class*='btn_lower_status_'],
.evo_content_block .vs_community a[class*='btn_lower_status_'],
#styled_content_block .vs_protected a[class*='btn_lower_status_'],
.evo_content_block .vs_protected a[class*='btn_lower_status_'],
#styled_content_block .vs_private a[class*='btn_lower_status_'],
.evo_content_block .vs_private a[class*='btn_lower_status_'],
#styled_content_block .vs_review a[class*='btn_lower_status_'],
.evo_content_block .vs_review a[class*='btn_lower_status_'],
#styled_content_block .vs_draft a[class*='btn_lower_status_'],
.evo_content_block .vs_draft a[class*='btn_lower_status_'],
#styled_content_block .vs_published a[class*='btn_raise_status_'],
.evo_content_block .vs_published a[class*='btn_raise_status_'],
#styled_content_block .vs_community a[class*='btn_raise_status_'],
.evo_content_block .vs_community a[class*='btn_raise_status_'],
#styled_content_block .vs_protected a[class*='btn_raise_status_'],
.evo_content_block .vs_protected a[class*='btn_raise_status_'],
#styled_content_block .vs_private a[class*='btn_raise_status_'],
.evo_content_block .vs_private a[class*='btn_raise_status_'],
#styled_content_block .vs_review a[class*='btn_raise_status_'],
.evo_content_block .vs_review a[class*='btn_raise_status_'],
#styled_content_block .vs_draft a[class*='btn_raise_status_'],
.evo_content_block .vs_draft a[class*='btn_raise_status_'] {
  display: none;
}
#styled_content_block .vs_published a[class*='btn_lower_status_'].btn_next_status,
.evo_content_block .vs_published a[class*='btn_lower_status_'].btn_next_status,
#styled_content_block .vs_community a[class*='btn_lower_status_'].btn_next_status,
.evo_content_block .vs_community a[class*='btn_lower_status_'].btn_next_status,
#styled_content_block .vs_protected a[class*='btn_lower_status_'].btn_next_status,
.evo_content_block .vs_protected a[class*='btn_lower_status_'].btn_next_status,
#styled_content_block .vs_private a[class*='btn_lower_status_'].btn_next_status,
.evo_content_block .vs_private a[class*='btn_lower_status_'].btn_next_status,
#styled_content_block .vs_review a[class*='btn_lower_status_'].btn_next_status,
.evo_content_block .vs_review a[class*='btn_lower_status_'].btn_next_status,
#styled_content_block .vs_draft a[class*='btn_lower_status_'].btn_next_status,
.evo_content_block .vs_draft a[class*='btn_lower_status_'].btn_next_status,
#styled_content_block .vs_published a[class*='btn_raise_status_'].btn_next_status,
.evo_content_block .vs_published a[class*='btn_raise_status_'].btn_next_status,
#styled_content_block .vs_community a[class*='btn_raise_status_'].btn_next_status,
.evo_content_block .vs_community a[class*='btn_raise_status_'].btn_next_status,
#styled_content_block .vs_protected a[class*='btn_raise_status_'].btn_next_status,
.evo_content_block .vs_protected a[class*='btn_raise_status_'].btn_next_status,
#styled_content_block .vs_private a[class*='btn_raise_status_'].btn_next_status,
.evo_content_block .vs_private a[class*='btn_raise_status_'].btn_next_status,
#styled_content_block .vs_review a[class*='btn_raise_status_'].btn_next_status,
.evo_content_block .vs_review a[class*='btn_raise_status_'].btn_next_status,
#styled_content_block .vs_draft a[class*='btn_raise_status_'].btn_next_status,
.evo_content_block .vs_draft a[class*='btn_raise_status_'].btn_next_status {
  display: inline-block;
}
#styled_content_block .vs_published .note.status_published,
.evo_content_block .vs_published .note.status_published,
#styled_content_block .vs_community .note.status_community,
.evo_content_block .vs_community .note.status_community,
#styled_content_block .vs_protected .note.status_protected,
.evo_content_block .vs_protected .note.status_protected,
#styled_content_block .vs_private .note.status_private,
.evo_content_block .vs_private .note.status_private,
#styled_content_block .vs_review .note.status_review,
.evo_content_block .vs_review .note.status_review,
#styled_content_block .vs_draft .note.status_draft,
.evo_content_block .vs_draft .note.status_draft {
  display: block;
}
.image_index {
  margin: 1ex auto;
  text-align: center;
}
.image_index div {
  display: inline-block;
  background: #DDD;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #999;
  -khtml-border-radius: 2px;
  border-radius: 2px;
  padding: 2px;
  margin: 2px 2px 1px 1px;
}
.image_index div:hover {
  background: #EEE;
}
.image_index div span {
  display: table-cell;
  vertical-align: middle;
}
.form_add_contacts .controls {
  white-space: nowrap;
  padding-left: 31px;
  display: inline-block;
}
form#comment_edit {
  clear: both;
}
input.btn-lg {
  font-size: 120%;
}
#download_timer_js,
#download_info_nojs {
  font-size: 84%;
  background: #CCC;
  padding: 3px 5px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
}
.profile_content {
  max-width: 960px;
  margin: 0 auto;
}
.main_profile_picture {
  border-radius: 4px;
}
div.other_profile_pictures {
  text-align: left;
  margin-bottom: 10px;
}
div.other_profile_pictures img {
  border-radius: 4px;
}
.profile_column_left {
  width: 300px;
  max-width: 300px;
  margin: 0 auto;
}
.profile_separator {
  border: none;
  border-top: 1px solid #000;
}
.profile_buttons a.btn {
  display: inline-block;
}
.profile_buttons a.btn button {
  width: 100%;
  background: none;
  border: none;
  padding: 0;
  color: inherit;
}
.profile_buttons .btn,
.profile_buttons .btn-group {
  width: 100%;
}
.profile_buttons .btn-group {
  white-space: nowrap;
}
.profile_buttons .btn-group .btn {
  width: 49.5%;
}
.profile_buttons .btn-group .btn:first-child {
  margin-right: 1%;
}
.bComment .other_profile_pictures div.avatartag {
  float: none;
  display: inline-block;
}
.evo_content_block table {
  border-spacing: 0;
  border-collapse: collapse;
  margin: 1em 0;
}
.evo_content_block table th {
  border: 1px solid #ddd;
  padding: 8px;
  background-color: #eee;
}
.evo_content_block table td {
  border: 1px solid #ddd;
  padding: 8px;
  vertical-align: top;
}
.evo_content_block table.evo_poll__table td {
  padding: 2px 10px 2px 0;
}
.evo_content_block table.item_custom_fields {
  border: none;
  margin-bottom: 10px;
}
.evo_content_block table.item_custom_fields th,
.evo_content_block table.item_custom_fields td {
  vertical-align: middle;
  padding: 0 10px 0 0;
}
.evo_post_gallery__image {
  display: inline-block;
  margin: 0 1ex 1ex 0;
}
.evo_poll__question {
  font-weight: bold;
}
.evo_poll__table {
  margin-bottom: 14px;
  width: 100%;
}
.evo_poll__table td {
  padding: 2px 10px 2px 0;
  vertical-align: top;
}
.evo_poll__table td.evo_poll__title label {
  font-weight: normal;
}
.evo_poll__table tr td:last-child {
  padding-right: 0;
}
.evo_poll__table input[type=radio],
.evo_poll__table label {
  margin: 0;
}
.evo_poll__table .evo_poll__percent_bar {
  width: 100%;
  min-width: 40px;
  padding-right: 6px;
}
.evo_poll__table .evo_poll__percent_bar > div {
  width: 100%;
  vertical-align: middle;
  display: inline-block;
}
.evo_poll__table .evo_poll__percent_bar > div > div {
  background: #ffcc66;
  height: 12px;
  min-width: 1px;
}
.evo_poll__table .evo_poll__selector {
  width: 5px;
}
.evo_poll__table .evo_poll__title {
  white-space: nowrap;
}
.evo_poll__table .evo_poll_percentage {
  max-width: 50px;
}
.evo_container__sidebar .evo_poll__title {
  white-space: normal;
}
.evo_widget_form__compact fieldset,
.evo_widget_form__nolabels fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
.evo_widget_form__compact input[type=submit],
.evo_widget_form__nolabels input[type=submit] {
  margin: 5px 0;
}
.evo_widget_form__compact .input_text,
.evo_widget_form__nolabels .input_text {
  width: 96%;
}
.evo_widget_form__nolabels .label label {
  display: none;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  opacity: 0.2;
}
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

/**
 * item_base.css
 * These are the default styles that are used INSIDE of a blog post.
 * Override this with an item.css file in your skin folder.
 */
pre {
  overflow: hidden;
}
samp,
.codespan,
pre.codeblock {
  background-color: #F2F1F0;
  border: 1px solid #CCCCCC;
  border-radius: 2px 2px 2px 2px;
  padding: 0 0.5ex;
}
pre.codeblock {
  overflow: auto;
  padding: 0.5ex 2ex;
}
pre.codeblock code {
  display: block;
  font-size: 110%;
}
div.codeblock {
  background-color: #FBFAF9;
  border: 1px solid #CCCCCC;
  border-radius: 2px 2px 2px 2px;
  box-shadow: 0 0 5px #CCCCCC inset;
  margin: 1ex 0;
  padding: 6px;
  overflow: auto;
}
div.codeblock_with_title {
  margin-top: 0;
}
div.codeblock pre {
  margin: 0;
}
p.codeblock_title,
.bText p.codeblock_title {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  letter-spacing: 0.1em;
  line-height: 95%;
  font-weight: bold;
  font-size: 72%;
  color: #ABAAA9;
  margin: 1ex 3px 0;
}
div.codeblock > p {
  display: none;
}
div.videoblock {
  text-align: center;
  margin: 1ex auto;
  position: relative;
  max-width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
div.videoblock iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
div.podplayer {
  margin: 1em 0;
}
.bMore {
  text-align: left;
}
.bMore a {
  font-weight: bold;
}
.evo_shortlink_broken {
  border-bottom: 1px dotted #F00;
}