/* Middle
-----------------------------------------------------------------------------*/
#middle {
  width: 100%;
  padding: 0 0 60px;
  height: 1%;
  position: relative;
}

#middle:after {
  content: '';
  clear: both;
  display: table;
}

#container {
  width: 660px;
  float: left;
}

#content {
  width: 650px;
}

.breadcrumbs {
  font-size: 14px;
  color: #959a9d;
  margin: 0 0 20px 0;
}
.breadcrumbs a {
  color: #42484d;
}
.breadcrumbs a:after {
  content: " ";
  background-image: url(/content/img/breadcrumbs/breadcrumbs.png);
  height: 7px;
  width: 5px;
  margin: 0px 3px 0 10px;
  display: inline-block;
}

#content
a {
  cursor: pointer;
}

.task {
  padding: 10px 0;
  border-bottom: 1px solid #ececec;
  overflow: hidden;
}
.task img.main {
  height: 100px;
  border-radius: 50px;
  margin: 0 10px 10px 0;
}
.task .info-block {
  width: 535px;
  text-align: justify;
}
.task .info-block .title {
  height: 25px;
}
.task .info-block .title .name {
  font-family: "tahoma";
  font-size: 15px;
  font-weight: bold;
  line-height: 25px;
}
.task .info-block .title .name a {
  color: #525A61;
  text-decoration: none;
}
.task .info-block .title .name a span {
  color: #08a1db;
  text-decoration: none;
}
.task .info-block .title .name a:hover {
  color: #40748C;
}
.task .info-block .additional-description {
  color: #D99A57;
  margin: 0 0 5px 0;
}
.task .info-block .additional-description .time {
  font-size: 12px;
  color: #626262;
}
.task .info-block .additional-description .published {
  background-image: url(/content/img/task/time.png);
  background-position: left;
  padding-left: 16px;
  background-repeat: no-repeat;
}
.task .info-block .additional-description .price {
  background-image: url(/content/img/task/price.png);
  background-position: left;
  padding-left: 16px;
  background-repeat: no-repeat;
}
.task .info-block .description {
  font-size: 12px;
  line-height: 20px;
  font-family: "tahoma";
  color: #5e676e;
}
.task .info-block .description .author {
  margin: 0 0 10px 0px;
  font-size: 14px;
  font-style: italic;
  color: #a6a6a6;
}
.task .info-block .tags {
  margin: 10px 0 5px 0;
}
.task .info-block .tags a {
  height: 13px;
  background-color: #e4e4e4;
  color: #5e676e;
  display: inline-block;
  font-size: 11px;
  margin: 0 15px 0 0;
  padding: 0px 5px 5px;
  text-decoration: none;
}
.task .info-block .tags a:first-child {
  margin: 0 15px 0 22px;
}
.task .info-block .tags a:before {
  width: 12px;
  height: 18px;
  display: block;
  content: " ";
  margin: 0 0 0 -17px;
  float: left;
  background-image: url(/content/img/task/tag_before.png);
}
.task .info-block .tags a:hover {
  background-color: #08a1db !Important;
  color: #ffffff;
}
.task .info-block .tags a:hover:before {
  background-image: url(/content/img/task/tag_before.png);
  background-position: 0 -18px;
}

.task.paiyed .title .name {
  background-image: url(/content/img/task/payed_title.png);
}
.task.paiyed .title .name a {
  text-shadow: 0 0 8px #FFFFFF;
}
.task.paiyed .name:before {
  width: 19px;
  height: 14px;
  display: inline-block;
  background-image: url(/content/img/crown.png);
  content: " ";
  margin: 0px 5px -2px 0;
}

.filter {
  position: relative;
  margin: 0 0 10px;
}
.filter .section {
  width: 165px;
}
.filter .section .row label {
  margin: 15px 0 5px 0;
  display: block;
}
.filter .section .row select, .filter .section .row input:not([type="checkbox"]) {
  width: 140px;
}

.freelancers .freelancer.payed .name {
  background-image: url(/content/img/task/payed_title.png);
  padding: 2px 5px;
}
.freelancers .freelancer.payed .name a {
  text-shadow: 0 0 8px #FFFFFF;
}
.freelancers .freelancer.payed .name:before {
  width: 19px;
  height: 14px;
  display: inline-block;
  background-image: url(/content/img/crown.png);
  content: " ";
  margin: 0px 5px -2px 0;
}
.freelancers .freelancer {
  color: #525A61;
  padding: 10px 10px;
  border-bottom: 1px solid #ececec;
  overflow: hidden;
}
.freelancers .freelancer .avatar img {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  margin-right: 10px;
}
.freelancers .freelancer .avatar {
  width: 60px;
  height: 50px;
}
.freelancers .freelancer .name-profession {
  margin: 2px 0 0 0;
  max-width: 300px;
  overflow: hidden;
}
.freelancers .freelancer .name {
  font-family: "tahoma";
  font-size: 15px;
  font-weight: bold;
  margin: 4px 0;
}
.freelancers .freelancer .name a {
  color: #525A61;
  text-decoration: none;
}
.freelancers .freelancer .name a span {
  color: #006700;
  text-decoration: none;
}
.freelancers .freelancer .name a:hover {
  color: #40748C;
}
.freelancers .freelancer .specification {
  font-size: 14px;
  color: #878787;
  font-style: italic;
}
.freelancers .freelancer .specification a {
  color: #272630;
  text-decoration: none;
}
.freelancers .freelancer .specification a span {
  color: #006700;
  text-decoration: none;
}
.freelancers .freelancer .specification a:hover {
  text-decoration: underline;
}
.freelancers .freelancer .info {
  font-family: "myriad pro";
  font-size: 12px;
  color: #707478;
  text-align: right;
}
.freelancers .freelancer .info span {
  font-weight: bold;
  font-size: 14px;
  color: #464B51;
}
.freelancers .freelancer .info .published {
  background-image: url(/content/img/task/time.png);
  background-position: left;
  padding-left: 16px;
  background-repeat: no-repeat;
}
.freelancers .freelancer .info .price {
  background-image: url(/content/img/task/price.png);
  background-position: left;
  padding-left: 16px;
  background-repeat: no-repeat;
}
.freelancers .freelancer .show-all-info {
  margin-top: 2px;
  height: 50px;
  width: 15px;
  display: block;
  background-image: url(/content/img/main-page/show-all.png);
  cursor: pointer;
}
.freelancers .freelancer .status {
  border-radius: 10px 10px 10px 10px;
  display: block;
  height: 11px;
  width: 11px;
  margin: 7px 0 0 4px;
}
.freelancers .freelancer .status.free {
  background-color: #4AB7D7;
}
.freelancers .freelancer .status.busy {
  background-color: #D33F39;
}
.freelancers .freelancer .show-all-info:hover {
  background-position: 0 -50px;
}
.freelancers .freelancer .tags {
  margin: 10px 0 5px 0;
}
.freelancers .freelancer .tags a {
  height: 13px;
  background-color: #e4e4e4;
  color: #5e676e;
  display: inline-block;
  font-size: 11px;
  margin: 0 15px 0 0;
  padding: 0px 5px 5px;
  text-decoration: none;
}
.freelancers .freelancer .tags a:first-child {
  margin: 0 15px 0 12px;
}
.freelancers .freelancer .tags a:before {
  width: 12px;
  height: 18px;
  display: block;
  content: " ";
  margin: 0 0 0 -17px;
  float: left;
  background-image: url(/content/img/task/tag_before.png);
}
.freelancers .freelancer .tags a:hover {
  background-color: #08a1db !Important;
  color: #ffffff;
}
.freelancers .freelancer .tags a:hover:before {
  background-image: url(/content/img/task/tag_before.png);
  background-position: 0 -18px;
}
.freelancers .freelancer .short-description {
  margin: 5px 0 0 0;
  color: #626262;
}
.freelancers .latest-added-users {
  margin: 0 5px 0 0;
  padding: 5px 0 0;
}
.freelancers .latest-added-users h4 {
  margin: 0 0 5px 0;
  color: #868686;
  font-weight: normal;
}
.freelancers .latest-added-users ul {
  list-style: none;
}
.freelancers .latest-added-users ul li {
  display: inline-block;
  width: 45px;
  margin: 0 0 0 9px;
  font-size: 10px;
  line-height: 12px;
  overflow: hidden;
  text-align: center;
}
.freelancers .latest-added-users ul li a {
  color: #6490A4;
  text-decoration: none;
}
.freelancers .latest-added-users ul li a:hover {
  text-decoration: underline;
}
.freelancers .latest-added-users ul li img {
  width: 45px;
  height: 45px;
}

#container .paging {
  height: 20px;
  margin: 10px 0;
}
#container .paging ul li {
  text-align: right;
  padding: 2px 0 0 0;
  margin-right: 10px;
  text-align: center;
  float: left;
  font-weight: bold;
  font-size: 16px;
  list-style: none;
}
#container .paging ul li a {
  color: #F7A30E;
  text-decoration: none;
  list-style: none;
  display: inline-block;
  padding: 0px 5px 2px;
  border-radius: 2px;
  line-height: 23px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transition: all 0.3s;
}
#container .paging ul li a.locked {
  opacity: 0.5;
  border-top: 1px solid #fff !important;
  border-bottom: 1px solid #fff !important;
}
#container .paging ul li a:hover {
  background-color: #C0C0C0;
  color: #fff;
}
#container .paging ul li a.active {
  background-color: #F7A30E;
  color: #fff;
}
