/* !yaml ext */
.c30l,
.c30r {
  width: 30%;
}
.c35l,
.c35r {
  width: 35%;
}
.c37l,
.c37r {
  width: 37%;
}
.c45l,
.c45r {
  width: 45%;
}
.c55l,
.c55r {
  width: 55%;
}
.c63l,
.c63r {
  width: 63%;
}
.c65l,
.c65r {
  width: 65%;
}
.c70l,
.c70r {
  width: 70%;
}
.c30l,
.c35l,
.c37l,
.c45l,
.c55l,
.c63l,
.c65l,
.c70l {
  float: left;
}
.c30r,
.c35r,
.c37r,
.c45r,
.c55r,
.c63r,
.c65r,
.c70r {
  float: right;
  margin-left: -5px;
}
/* !search */
.search {
  position: relative;
  display: block;
  width: 611px;
  margin-bottom: 40px;
}
.search h2 {
  display: block;
  width: 591px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding: 20px 0 0 20px;
  background: url('../img/background/search-background.png') no-repeat 0px -90px;
}
.search a,
.search input {
  border: none;
  outline: none;
  -o-outline: none;
  -moz-outline: none;
  -webkit-outline: none;
}
.search input.searchterm,
.search input.searchsubmit {
  display: block;
  height: 24px;
}
.search input.searchsubmit {
  width: 73px;
  height: 24px;
  padding-bottom: 3px;
  color: #fff;
  cursor: pointer;
  font-size: 0.9em;
  font-weight: bold;
  line-height: 0.9em;
  text-align: center;
  background: url('../img/buttons/button-set.png') no-repeat -100px -600px;
}
.search input.searchsubmit:hover {
  background-position: -100px -624px;
}
/* !search-top */
.search-top {
  display: block;
  width: 569px;
  padding: 69px 20px 17px 20px;
  border: 1px solid #d9d6d9;
  border-top: 0;
  border-bottom: 0;
  background: url('../img/background/search-top.png') repeat-x;
}
.jobsearch-top.search-top {
  padding: 27px 20px 17px 20px !important;
}
.search .search-top input.searchterm {
  padding: 0 4px 0 29px;
  margin-right: 24px;
  color: #655f65;
  background: url('../img/forms/search-forms.png') no-repeat 0px 0px;
}
/* !search-body */
.search .search-body {
  margin-bottom: 0;
  background: #d9d7d9;
}
.search .search-body .spacer {
  display: block;
  height: 14px;
  width: 611px;
  margin-bottom: 10px;
  background: url('../img/background/search-background.png') no-repeat;
}
.search .search-body.job-search .Job-spacer {
  display: block;
  height: 6px;
  width: 609px;
  margin-bottom: 10px;
  margin-left: 1px;
  background-color: #e9e9e9;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  -moz-border-bottom-left-radius: 6px;
  -moz-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -khtml-border-bottom-left-radius: 6px;
  -khtml-border-bottom-right-radius: 6px;
  box-shadow: 0 3px 6px -2px #808080;
  -moz-box-shadow: 0 3px 6px -2px #808080;
  -webkit-box-shadow: 0 3px 6px -2px #808080;
}
.search .search-body ul.tabs {
  display: block;
  padding: 0 4px;
  /*width: 583px;*/

  background: url('../img/background/tabs-search-bg.png') no-repeat 0px 28px transparent;
}
.search .search-body ul.tabs li a {
  font-size: 1.167em;
  font-weight: 900;
  color: #8C878C;
  display: block;
}
.search .search-body ul.tabs li a:hover {
  text-decoration: none;
}
.search .search-body ul.tabs li.active-tab a {
  color: #3F373F;
}
/* !ltr */
/* !ltr left */
.search .search-body ul.tabs-left li {
  float: left;
  display: block;
}
.search .search-body ul.tabs-left li.first {
  margin-left: 6px;
}
.search .search-body ul.tabs-left li.left {
  background: #ffffff url('../img/background/tabs-std.png') left -400px no-repeat;
  height: 27px;
  margin-right: 6px;
}
.search .search-body ul.tabs-left li.left a {
  padding: 7px 8px 0 10px;
}
.search .search-body ul.tabs-left li.left-active {
  height: 29px;
  background: url('../img/background/tabs-std.png') left -500px no-repeat;
  margin: 0 -6px 0 0;
}
.search .search-body ul.tabs-left li.left-active a {
  background: url('../img/background/tabs-std.png') right -550px no-repeat;
  margin: 0 0 0 10px;
  padding: 7px 15px 0 8px;
  height: 22px;
}
/* !ltr right */
.search .search-body ul.tabs-left li.right {
  background: #ffffff url('../img/background/tabs-std.png') right -450px no-repeat;
  height: 27px;
  margin: 0 0 0 6px;
}
.search .search-body ul.tabs-left li.right a {
  padding: 7px 10px 0 8px;
}
.search .search-body ul.tabs-left li.right-active {
  height: 29px;
  background: url('../img/background/tabs-std.png') left -500px no-repeat;
  margin: 0 -6px 0 -6px;
}
.search .search-body ul.tabs-left li.right-active a {
  background: url('../img/background/tabs-std.png') right -550px no-repeat;
  margin: 0 0 0 10px;
  padding: 7px 15px 0 8px;
  height: 22px;
}
/* !rtl */
/* !rtl left */
.search .search-body ul.tabs-right li {
  float: right;
  display: block;
  margin: 0;
}
.search .search-body ul.tabs-right li.left {
  background: #ffffff url('../img/background/tabs-std.png') left -400px no-repeat;
  height: 29px;
  margin-right: 6px;
}
.search .search-body ul.tabs-right li.left a {
  padding: 7px 20px 0 20px;
}
.search .search-body ul.tabs-right li.left-active {
  height: 29px;
  background: url('../img/background/tabs-std.png') right -550px no-repeat;
  margin: 0 -6px 0 -6px;
}
.search .search-body ul.tabs-right li.left-active a {
  background: url('../img/background/tabs-std.png') left -500px no-repeat;
  margin: 0 10px 0 0;
  padding: 7px 23px 0 26px;
  height: 22px;
}
/* !rtl right */
.search .search-body ul.tabs-right li.right {
  background: #ffffff url('../img/background/tabs-std.png') right -450px no-repeat;
  height: 29px;
  margin: 0 6px;
}
.search .search-body ul.tabs-right li.right a {
  padding: 7px 20px 0 20px;
}
.search .search-body ul.tabs-right li.right-active {
  height: 29px;
  background: url('../img/background/tabs-std.png') left -550px no-repeat;
  margin: 0 0 0 -6px;
}
.search .search-body ul.tabs-right li.right-active a {
  background: url('../img/background/tabs-std.png') right -500px no-repeat;
  margin: 0 0 0 10px;
  padding: 7px 20px 0 23px;
  height: 22px;
}
/* !* */
.search .search-body .tabs-target-container {
  /* 	display: block; */

  padding: 5px 20px 10px;
  background: url('../img/background/tabs-search-bg.png') no-repeat 0px -10px #d9d7d9;
}
.search .academy-special {
  background-image: none !important;
}
.search .academy-special .academy .last h3 {
  margin-top: 1.25em;
}
.search .search-body .distance .col-right {
  padding-top: 20px;
}
.search .search-body .row {
  clear: both;
  display: block;
  height: 24px;
}
.search .search-body h3 {
  margin-bottom: 8px;
  font-size: 0.917em;
  color: #655f65;
}
.search .search-body .keyword h3 {
  font-size: 1em;
  line-height: 1.667em;
  color: #655F65;
  padding-top: 7px;
}
.search .search-body label {
  font-size: 1em;
  line-height: 1.5em;
  color: #655f65;
  cursor: pointer;
}
.search .search-body select {
  font-size: 0.917em;
  color: #343737;
}
.search .search-body .date {
  text-align: right;
}
.search .search-body .date .caption {
  padding-right: 5px;
}
.search .search-body select.day,
.search .search-body .area select.day,
.search .search-body select.month,
.search .search-body .area select.month,
.search .search-body select.year,
.search .search-body .area select.year {
  display: block;
  float: left;
  margin-right: 10px;
}
.search .search-body select.day,
.search .search-body .area select.day,
.search .search-body select.month,
.search .search-body .area select.month {
  width: 47px;
  margin-right: 5px;
}
.search .search-body select.year,
.search .search-body .area select.year {
  width: 60px;
  margin-right: 0;
}
.search .search-body .caption {
  display: block;
  float: left;
  width: 22px;
  padding: 4px 0;
  font-size: 0.917em;
  line-height: 1.25em;
  color: #343737;
}
.search .search-body .area .first,
.search .search-body .academy-special .first {
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-bottom: 0px solid transparent;
  background: url('../img/background/cosb-line.png') repeat-x bottom;
}
.search .search-body .area-all .first {
  background-image: none;
}
.search .search-body .area .subcolumns .first,
.search .search-body .academy-special .subcolumns .first {
  background: none;
}
.search .search-body .area .last .first,
.search .search-body .academy-special .last .first {
  padding-bottom: 0;
  border-bottom: none;
}
#col1 .search .search-body .area h3,
#col1 .search .search-body .academy-special .area h3 {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 1em;
  line-height: 1.5em;
}
.search .search-body .area select,
.search .search .search-body .academy-special select {
  display: block;
  height: 18px;
  width: 164px;
  margin: 2px 0;
}
.search .search-body .area .filter-multiple select,
.search .search-body .academy-special .filter-multiple select {
  float: left;
  width: 140px;
}
.search .search-body a.filter {
  padding-right: 15px;
  font-size: 1em;
  line-height: 1.667em;
  color: #3f373f;
  background: url('../img/buttons/search-filter-add-remove.png') no-repeat;
}
.search .search-body a.add {
  background-position: right 0;
}
.search .search-body a.remove {
  background-position: right -20px;
}
.search .search-body .filter-set {
  clear: left;
  display: block;
  height: 21px;
}
.search .search-body .filter-set a.filter {
  padding-right: 0;
  float: left;
  display: block;
  height: 21px;
  width: 15px;
  margin: 0;
  text-indent: -9999em;
}
.search .search-body .filter-set a.add {
  background-position: right 2px;
}
.search .search-body .filter-set a.remove {
  background-position: right -16px;
}
.search .search-body .filter-set-first a.remove {
  display: none;
}
.search .search-body .area input.text {
  display: block;
  height: 20px;
  width: 149px;
  padding: 0 5px;
  font-size: 0.917em;
  border: 1px solid #b2afb2;
}
.search .search-body .area .check-container {
  display: block;
  /* 	float: left; */

  margin-right: 8px;
}
.search input.checkbox {
  margin-right: 5px;
}
.search .search-body .first .col-right .subcr {
  padding-top: 22px;
  text-align: right;
}
.search .search-body .select-target-container .first .col-right .subcr {
  padding-top: 0;
  text-align: left;
}
.search .search-body .academy-special .first .col-right .subcr {
  padding-top: 22px;
  text-align: right;
}
.search .search-body .col-right .first .col-right select {
  margin-left: 1px;
}
.search .search-body .distance .col-left select {
  margin-left: 10px;
  width: 165px;
}
.search .search-body ul.keywords {
  display: block;
  margin: 15px 0 0 0;
}
.search .search-body ul.keywords li {
  float: left;
  padding: 0 10px 12px 0;
  margin: 0;
  list-style: none;
  line-height: 1.5em;
}
.search .search-body ul.keywords li input {
  display: none;
}
.search .search-body ul.keywords li label {
  padding: 5px 14px;
  font-size: 0.917em;
  font-weight: bold;
  cursor: pointer;
  color: #3f373f;
  background: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
}
.search .search-body ul.keywords li label:hover {
  color: #cc1c1c;
}
.search .search-body .area-all .col-right {
  display: none;
}
.search .search-body .area-all .first {
  border-bottom: none;
  padding-bottom: 0;
}
/* !specific */
.search .search-body .area-addresses .subcr {
  padding-top: 0;
}
.search .search-body .area-skills .last .col-right .first .col-right .subcr,
.search .search-body .area-appointments .last .col-right .first .col-right .subcr,
.search .search-body .area-addresses .subcolumns .col-right .subcolumns .subcr,
.search .search-body .area-articles .first .col-right .subcr,
.search .search-body .area-pressreport .first .col-right .subcr,
.search .search-body .area-representation .first .col-right .subcr {
  padding-top: 22px;
}
.search .search-body .area-addresses .col-right .subcolumns {
  padding-top: 10px;
  margin-top: 20px;
  border-top: 1px dotted #b2b2b2;
}
.search .search-body .area-addresses .col-right .filter-item-first {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}
.pressreport .last .col-left .filter-set select,
.representation .last .col-left .filter-set select {
  width: 235px;
}
.pressreport .check-container {
  margin-top: 5px;
}
.projects .col-left .col-right {
  background: url('../img/background/cosb-projects.png') no-repeat center 5px;
}
.projects .col-left .col-right .more-link {
  display: block;
  margin-top: 100px;
}
.projects select#sel-2-8-5,
.projects select#sel-2-8-5-2 {
  width: 338px;
}
.projects .sel-2-8-1-target {
  width: 164px;
  padding-top: 15px;
  background: url('../img/background/cosb-line.png') repeat-x 0px 10px;
}
/* !bg lines */
.search .select-target-container {
  padding-bottom: 10px;
  background: url('../img/background/cosb-line.png') repeat-y;
}
.search .academy-special .select-target-container {
  background: none;
}
.search .jobs {
  background-position: 32% 0;
}
.search .honorary {
  background-position: 32% 0;
}
.search .employment {
  background-position: 32% 0;
}
.search .skills {
  background-position: 32% 0;
}
.search .appointments {
  background-position: 32% 0;
}
.search .addresses {
  background-position: 32% 0;
}
.search .projects {
  background-position: 32% 0;
}
.search .articles {
  background-position: 49% 0;
}
.search .pressreport {
  background-position: 49% 0;
}
.search .representation {
  background-position: 49% 0;
}
/* !search-bottom */
.search .search-bottom {
  clear: both;
  position: relative;
  display: block;
  width: 611px;
  background: url('../img/background/search-background.png') no-repeat;
}
.search .search-bottom a {
  padding: 0 12px 0 20px;
  color: #000;
}
.search .search-bottom input.searchsubmit {
  position: absolute;
  top: 12px;
  right: 24px;
  background-position: 0 -600px;
}
.search .search-bottom input.searchsubmit:hover {
  background-position: 0 -624px;
}
/* !.search.closed */
.closed .search-body {
  display: none;
}
.closed .search-bottom {
  height: 20px;
  padding-top: 12px;
  background-position: 0px -14px;
}
.closed .search-bottom a.close {
  display: none;
}
.closed .search-bottom a.open {
  display: inline;
  background: url('../img/buttons/search-filter-toggle.png') no-repeat right 0px;
}
/*
.closed .search-bottom input.searchsubmit {
	display: none;
}
*/
.closed .search-top input.searchterm {
  float: left;
  width: 435px;
  background-position: 0px 0px;
}
.closed .search-top input.searchsubmit {
  display: block;
}
/* !.search.opened */
.opened .search-body {
  display: block;
}
.closed .search-bottom,
.opened .search-bottom {
  height: 26px;
  padding-top: 18px;
  background-position: 0px -46px;
}
.opened .search-bottom a.open {
  display: none;
}
.opened .search-bottom a.close {
  display: inline;
  background: url('../img/buttons/search-filter-toggle.png') no-repeat right -12px;
}
.opened .search-bottom input.searchsubmit {
  display: block;
}
.closed .search-top input.searchterm,
.opened .search-top input.searchterm {
  float: none;
  width: 533px;
  background-position: 0px -24px;
}
.closed .search-top input.searchsubmit,
.opened .search-top input.searchsubmit {
  display: none;
}
#col1 .search .more-link {
  background-image: url('../img/buttons/cosb-more-link.png');
}
/* !corrected border fix */
#col3 .slider-control {
  margin-bottom: 0;
}
/* quicksearch, 1511 */
#col3 .quicksearch .suggestions .last {
  padding-bottom: 25px;
}
#col3 .quicksearch .suggestions .close {
  text-align: right;
}
#col3 .quicksearch .suggestions .close a,
#col3 .quicksearch .suggestions .close a:hover {
  display: block;
  width: 15px;
  height: 14px;
  background: url('../img/buttons/close.png') top left no-repeat;
  text-indent: 99999em;
  overflow: hidden;
}
/* loading spinner fix */
#col3 .tab-folder {
  background: url('../img/background/masp-content-bg.png') no-repeat left bottom;
  padding-bottom: 10px;
}
#col3 .tab-content {
  background: #f1f1f1;
}
#col3 .tab-content .content {
  padding-bottom: 10px;
}
#col3 .loading {
  background: #f1f1f1 url('../img/misc/ajax-loader-grey.gif') no-repeat center center;
}
/* MaSp_007 social-feed */
#MaSp_007 .refresh {
  margin: 0 20px;
}
