@font-face {
    font-family: 'idealist_sansregular';
    src: url('../fonts/idealistsans-webfont.eot');
    src: url('../fonts/idealistsans-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/idealistsans-webfont.woff2') format('woff2'),
         url('../fonts/idealistsans-webfont.woff') format('woff'),
         url('../fonts/idealistsans-webfont.ttf') format('truetype'),
         url('../fonts/idealistsans-webfont.svg#idealist_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'idealist_sansregular';
    src: url('../fonts/idealistsans-webfont.eot');
    src: url('../fonts/idealistsans-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/idealistsans-webfont.woff2') format('woff2'),
         url('../fonts/idealistsans-webfont.woff') format('woff'),
         url('../fonts/idealistsans-webfont.ttf') format('truetype'),
         url('../fonts/idealistsans-webfont.svg#idealist_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'idealist_sanslight';
    src: url('../fonts/idealistsanslight-webfont.eot');
    src: url('../fonts/idealistsanslight-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/idealistsanslight-webfont.woff2') format('woff2'),
         url('../fonts/idealistsanslight-webfont.woff') format('woff'),
         url('../fonts/idealistsanslight-webfont.ttf') format('truetype'),
         url('../fonts/idealistsanslight-webfont.svg#idealist_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'idealist_sanslight';
    src: url('../fonts/idealistsanslight-webfont.eot');
    src: url('../fonts/idealistsanslight-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/idealistsanslight-webfont.woff2') format('woff2'),
         url('../fonts/idealistsanslight-webfont.woff') format('woff'),
         url('../fonts/idealistsanslight-webfont.ttf') format('truetype'),
         url('../fonts/idealistsanslight-webfont.svg#idealist_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* ------------------- Overall Specifications ------------- */

body {
  font-family: "idealist_sansregular",Arial,sans-serif;  
  line-height: 1.5;
  /* font-size: 1em; */
  font-size: 13px;
  word-wrap: break-word;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
a:link,
a:visited {
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 1.0em 0 0.5em;
  font-weight: inherit;
}
h1 {
  font-size: 1.357em;
  color: #000;
}
h2 {
  font-size: 1.143em;
}
p {
  margin: 0 0 1.2em;
}
del {
  text-decoration: line-through;
}
tr.odd {
  background-color: #dddddd;
}
img {
  outline: 0;
}

/**
 * The generic monospace font family is listed before Courier new to avoid a
 * a bug in font-size rendering:
 * http://meyerweb.com/eric/thoughts/2010/02/12/fixed-monospace-sizing
 */
code,
pre,
kbd,
samp,
var {
  padding: 0 0.4em;
  font-size: 0.77em;
  font-family: Menlo, Consolas, "Andale Mono", "Lucida Console", "Nimbus Mono L", "DejaVu Sans Mono", monospace, "Courier New";
}
code {
  background-color: #f2f2f2;
  background-color: rgba(40, 40, 0, 0.06);
}
pre code,
pre kbd,
pre samp,
pre var,
kbd kbd,
kbd samp,
code var {
  font-size: 100%;
  background-color: transparent;
}
pre code,
pre samp,
pre var {
  padding: 0;
}
.description code {
  font-size: 1em;
}
kbd {
  background-color: #f2f2f2;
  border: 1px outset #575757;
  margin: 0 3px;
  color: #666;
  display: inline-block;
  padding: 0 6px;
  border-radius: 5px;
}
pre {
  background-color: #f2f2f2;
  background-color: rgba(40, 40, 0, 0.06);
  margin: 10px 0;
  overflow: hidden;
  padding: 15px;
  white-space: pre-wrap;
}


/* ------------------- Fonts ------------------------------ */

body,
#site-slogan,
.ui-widget,
.comment-form label {  
  /* font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; */
}
#header,
#footer-wrapper,
#skip-link,
ul.contextual-links,
ul.links,
ul.primary,
.item-list .pager,
div.field-type-taxonomy-term-reference,
div.messages,
div.meta,
p.comment-time,
table,
.breadcrumb {
  /* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
}
input,
textarea,
select,
a.button {
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
}

/* ------------------- Reset Styles ----------------------- */

caption {
  text-align: left; /* LTR */
  font-weight: normal;
}
blockquote {
  background: #f7f7f7;
  border-left: 1px solid #bbb;
  font-style: italic;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
}
blockquote:before {
  color: #bbb;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -.4em;
}
blockquote:after {
  color: #bbb;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -.45em;
}
blockquote > p:first-child {
  display: inline;
}
a.feed-icon {
  display: inline-block;
  padding: 15px 0 0 0;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
}

/* ------------------- Table Styles ----------------------- */

table {
  border: 0;
  border-spacing: 0;
  /* font-size: 0.857em; */
  margin: 10px 0;
  width: 100%;
}
table table {
  font-size: 1em;
}
#footer-wrapper table {
  font-size: 1em;
}
table tr th {
  background: #757575;
  background: rgba(0, 0, 0, 0.51);
  border-bottom-style: none;
}
table tr th,
table tr th a,
table tr th a:hover {
  /* color: #fff; */
  font-weight: bold;
}
table tbody tr th {
  vertical-align: top;
}
tr td,
tr th {
  padding: 4px 9px;
  border: 1px solid #fff;
  text-align: left; /* LTR */
}
#footer-wrapper tr td,
#footer-wrapper tr th {
  border-color: #555;
  border-color: rgba(255, 255, 255, 0.18);
}
tr.odd {
  background: #e4e4e4;
  background: rgba(0, 0, 0, 0.105);
}
tr,
tr.even {
  background: #efefef;
  background: rgba(0, 0, 0, 0.063);
}
table ul.links {
  margin: 0;
  padding: 0;
  font-size: 1em;
}
table ul.links li {
  padding: 0 1em 0 0;
}

/* ------------------- List Styles ------------------------ */

.block ol,
.block ul {
  margin: 0;
  padding: 0 0 0.25em 1em; /* LTR */
}
.contextual-region .contextual .contextual-links a {
  font-size: 0.923em;
  text-shadow: 0 0 0 !important;
}
.item-list .pager {
  font-size: 0.929em;
}
.item-list .pager li {
  padding: 0;
}
.item-list .pager a {
  display: inline-block;
  padding: 10px 15px;
}
.item-list .pager .pager-first a {
  padding: 5px 14px;
}
.item-list .pager .pager-previous a {
  padding: 5px 14px;
}
.item-list .pager .pager-current {
  padding: 0 10px;
}
.item-list .pager .pager-next a,
.item-list .pager .pager-last a {
  padding: 5px 14px;
}
ul.menu li {
  margin: 12px 0;
}

ul.menu li a {
  padding: 10px 0;
}

.region-content ul,
.region-content ol {
  margin: 1em 0;
  padding: 0 0 0.25em 15px; /* LTR */
}
.item-list ul li {
  margin: 0;
  padding: 0.2em 0.5em 0 0; /* LTR */
}
ul.tips {
  padding: 0 0 0 1.25em; /* LTR */
}

/* ------------------- Header ----------------------------- */
#skip-link {
  left: 50%;
  margin-left: -5.25em;
  margin-top: 0;
  position: absolute;
  width: auto;
  z-index: 50;
}
#skip-link a,
#skip-link a:link,
#skip-link a:visited {
  background: #444;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  display: block;
  font-size: 0.94em;
  line-height: 1.7;
  padding: 1px 10px 2px 10px;
  text-decoration: none;
  border-radius: 0 0 10px 10px;
}
#skip-link a:hover,
#skip-link a:active,
#skip-link a:focus {
  outline: 0;
}
#logo {
  float: left; /* LTR */
  padding-left: 5px; /* LTR */
}

#name-and-slogan {
  float: left; /* LTR */
  margin: 0;
  padding: 5px 10px 8px;
}
#site-name {
  font-size: 1.6em;
  color: #686868;
  line-height: 1;
}
h1#site-name {
  margin: 0;
}
#site-name a {
  font-weight: normal;
}
#site-slogan {
  font-size: 0.929em;
  margin-top: 7px;
  word-spacing: 0.1em;
  font-style: italic;
}
/* Region header blocks. */
.region-header .block {
  font-size: 0.857em;
  float: left; /* LTR */
  margin: 0 10px;
  padding: 0;
}
.region-header .block .content {
  margin: 0;
  padding: 0;
}
.region-header .block ul {
  margin: 0;
  padding: 0;
}
.region-header .block li {
  list-style: none;
  list-style-image: none;
  padding: 0;
}
.region-header .form-text {
  background: #fefefe;
  background: rgba(255, 255, 255, 0.7);
  border-color: #ccc;
  border-color: rgba(255, 255, 255, 0.3);
  margin-right: 2px; /* LTR */
  width: 120px;
}
.region-header .form-text:hover,
.region-header .form-text:focus,
.region-header .form-text:active {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
}
.region-header .form-required {
  color: #eee;
  color: rgba(255, 255, 255, 0.7);
}
/* Region header block menus. */
.region-header .block-menu {
  border: 1px solid;
  border-color: #eee;
  border-color: rgba(255, 255, 255, 0.2);
  padding: 0;
  width: 208px;
}
.region-header .block-menu li a {
  display: block;
  border-bottom: 1px solid;
  border-bottom-color: #eee;
  border-bottom-color: rgba(255, 255, 255, 0.2);
  padding: 3px 7px;
}
.region-header .block-menu li a:hover,
.region-header .block-menu li a:focus,
.region-header .block-menu li a:active {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.15);
}
.region-header .block-menu li.last a {
  border-bottom: 0;
}
/* User Login block in the header region */
.region-header #block-user-login {
  width: auto;
}
.region-header #block-user-login .content {
  margin-top: 2px;
}
.region-header #block-user-login .form-item {
  float: left; /* LTR */
  margin: 0;
  padding: 0;
}
.region-header #block-user-login div.item-list,
.region-header #block-user-login div.description {
  font-size: 0.916em;
  margin: 0;
}
.region-header #block-user-login div.item-list {
  clear: both;
}
.region-header #block-user-login div.description {
  display: inline;
}
.region-header #block-user-login .item-list ul {
  padding: 0;
  line-height: 1;
}
.region-header #block-user-login .item-list li {
  list-style: none;
  float: left; /* LTR */
  padding: 3px 0 1px;
}
.region-header #block-user-login .item-list li.last {
  padding-left: 0.5em; /* LTR */
}
.region-header #block-user-login ul.openid-links li.last {
  padding-left: 0; /* LTR */
}
.region-header #user-login-form li.openid-link a,
.region-header #user-login li.openid-link a {
  padding-left: 20px; /* LTR */
}
.region-header #block-user-login .form-actions {
  margin: 4px 0 0;
  padding: 0;
  clear: both;
}
.region-header #block-user-login input.form-submit {
  border: 1px solid;
  border-color: #ccc;
  border-color: rgba(255, 255, 255, 0.5);
  background: #eee;
  background: rgba(255, 255, 255, 0.7);
  margin: 4px 0;
  padding: 3px 8px;
}
.region-header #block-user-login input.form-submit:hover,
.region-header #block-user-login input.form-submit:focus {
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
}
/* Search block in region header. */
.region-header #block-search-form {
  width: 208px;
}
.region-header #block-search-form .form-text {
  width: 154px;
}
/* Language switcher block in region header. */
.region-header .block-locale ul li {
  display: inline;
  padding: 0 0.5em;
}

/* ------------------- Main Menu -------------------------- */
#main-menu {
  clear: both;
}
#main-menu-links {
  font-size: 0.929em;
  margin: 0 5px;
  padding: 0;
  text-align: left; /* LTR */
}
#main-menu-links li {
  float: none;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
#main-menu-links a {
  color: #333;
  background: #ccc;
  background: rgba(255, 255, 255, 0.7);
  float: none;
  display: block;
  text-decoration: none;
  text-shadow: 0 1px #eee;
  border-radius: 8px;
  margin-bottom: 4px;
  padding: 0.9em 0 0.9em 10px;
}
#main-menu-links a:hover,
#main-menu-links a:focus {
  background: #f6f6f2;
  background: rgba(255, 255, 255, 0.95);
}
#main-menu-links a:active {
  background: #b3b3b3;
  background: rgba(255, 255, 255, 1);
}
#main-menu-links li a.active {
  border-bottom: none;
}

/* ------------------- Secondary Menu --------------------- */

#secondary-menu-links {
  float: right; /* LTR */
  font-size: 0.929em;
  margin: 0 10px;
}
#secondary-menu-links  li{
  margin: 0;
  padding: 0;
}
#secondary-menu-links  a {
  display: inline-block;
  padding:  0.8em;
}
#secondary-menu-links a:hover,
#secondary-menu-links a:focus {
  text-decoration: underline;
}

/* ------------------- Main ------------------------------- */

#main {  

  }

/* ------------------- Featured --------------------------- */

#featured {
  text-align: center;
  font-size: 1.2em;
  font-weight: normal;
  line-height: 1.4;
  padding: 20px 10px 45px;
  margin: 0;
  background: #f0f0f0;
  background: rgba(30, 50, 10, 0.08);
  border-bottom: 1px solid #e7e7e7;
  text-shadow: 1px 1px #fff;
}
#featured h2 {
  font-size: 1.2em;
  line-height: 1;
}
#featured p {
  margin: 0;
  padding: 0;
}

/* ------------------- Highlighted ------------------------ */

#highlighted {
  border-bottom: 1px solid #d3d7d9;
  font-size: 120%;
}

/* ------------------- Help ------------------------------- */

.region-help {
  border: 1px solid #d3d7d9;
  padding: 0 1.5em;
  margin-bottom: 30px;
}

/* ------------------- Content ---------------------------- */

.content {
  margin-top: 0;  
}
h1#page-title {
  font-size: 1.7em;
  line-height: 1;
  margin-bottom: 10px !important;
}
#content h2 {
  margin-bottom: 5px;
  font-size: 1.24em;
  line-height: 1.4;
}
#content h2 a:link {
  padding-top: 18px;

}
.node .content {
  /* font-size: 1.071em; */
}
.node-teaser .content {
  font-size: 1em;
}
.node-teaser h2 {
  margin-top: 0;
  padding-bottom: 10px;  
}
.node-teaser h2 a {
  color: #181818;
}
.node-teaser {
  border-bottom: 1px solid #d3d7d9;
  margin-bottom: 30px;
  padding-bottom: 15px;
}
.node-sticky {
  background: #f9f9f9;
  background: rgba(0, 0, 0, 0.024);
  border: 1px solid #d3d7d9;
  padding: 0 15px 15px;
}
.node-full {
  background: none;
  border: none;
  padding: 0;
}
.node-teaser .content {
  clear: none;
  line-height: 1.6;
}

.meta {
  font-size: 0.857em;
  color: #68696b;
  margin-bottom: 10px;
}
.submitted a {
  padding: 10px 0 15px;
}
.submitted .user-picture img {
  float: left; /* LTR */
  height: 20px;
  margin: 1px 5px 0 0; /* LTR */
}

.field-type-taxonomy-term-reference {
  margin: 0 0 1.2em;
}
.field-type-taxonomy-term-reference .field-label {
  font-weight: normal;
  margin: 0;
  padding-right: 5px; /* LTR */
}
.field-type-taxonomy-term-reference .field-label,
.field-type-taxonomy-term-reference ul.links {
  font-size: 0.8em;
}
.view-mode-teaser .field-type-taxonomy-term-reference .field-label,
.view-mode-teaser .field-type-taxonomy-term-reference ul.links {
  font-size: 0.821em;
}
.field-type-taxonomy-term-reference ul.links {
  padding: 0;
  margin: 0;
  list-style: none;
}
.field-type-taxonomy-term-reference ul.links li {
  float: left; /* LTR */
  padding: 0 1em 0 0; /* LTR */
  /* white-space: nowrap; */
}
.field-type-taxonomy-term-reference ul.links li a {
  padding: 5px 0 20px;
}
.link-wrapper {
  text-align: right;
}
.field-type-image img,
.user-picture img {
  margin: 0 0 1em;
}

ul.links {
  color: #68696b;
  font-size: 0.821em;
}
ul.links.inline li a {
  display: inline;
  padding: 18px 0 5px;
}

.unpublished {
  margin: -20px -15px 0;
  padding: 20px 15px 0;
}
.unpublished .comment-text .comment-arrow {
  border-left: 1px solid #fff4f4;
  border-right: 1px solid #fff4f4;
}

/* ------------------- Comments --------------------------- */

.comment h2.title {
  margin-bottom: 1em;
}
.comment div.user-picture img {
  margin-left: 0; /* LTR */
}
.comment {
  margin-bottom: 20px;
  display: table;
  vertical-align: top;
}
.comment .attribution {
  display: table-cell;
  padding: 0 30px 0 0; /* LTR */
  vertical-align: top;
  overflow: hidden;
}
.comment .attribution img {
  margin: 0;
  border: 1px solid #d3d7d9;
}
.comment .attribution .username {
  white-space: nowrap;
}
.comment .submitted p {
  margin: 4px 0;
  font-size: 1.071em;
  line-height: 1.2;
}
.comment .submitted .comment-time {
  font-size: 0.786em;
  color: #68696b;
}
.comment .submitted .comment-permalink {
  font-size: 0.786em;
  text-transform: lowercase;
}
.comment .submitted .comment-permalink a {
  padding: 8px 0 18px;
}
.comment .content {
  font-size: 0.929em;
  line-height: 1.6;
}
.comment .comment-arrow {
  background: url(../images/comment-arrow.gif) no-repeat 0 center transparent; /* LTR */
  border-left: 1px solid;
  border-right: 1px solid;
  height: 40px;
  margin-left: -47px; /* LTR */
  margin-top: 10px;
  position: absolute;
  width: 20px;
}
.comment .comment-text {
  padding: 10px 25px;
  border: 1px solid #d3d7d9;
  display: table-cell;
  vertical-align: top;
  position: relative;
  width: 100%;
}
.comment .comment-text h3  a{
  padding-top: 22px;
}
.comment .indented {
  margin-left: 40px; /* LTR */
}
.comment ul.links {
  padding: 0 0 0.25em 0;
}
.comment ul.links li {
  padding: 0 0.5em 0 0; /* LTR */
}
.comment.unpublished {
  margin-right: 5px; /* LTR */
  padding: 5px 2px 5px 5px; /* LTR */
}
.comment.unpublished .comment-text .comment-arrow {
  border-left: 1px solid #fff4f4;
  border-right: 1px solid #fff4f4;
}

/* ------------------- Sidebar ---------------------------- */
.sidebar .section {
  padding-top: 10px;
}
.sidebar .block {
  border: 1px solid;
  padding: 15px 20px;
  margin: 0 0 20px;
}
.sidebar h2 {
  margin: 0 0 0.5em;
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 5px;
  text-shadow: 0 1px 0 #fff;
  font-size: 1.071em;
  line-height: 1.2;
}
.sidebar .block .content {
  font-size: 0.914em;
  line-height: 1.4;
}
.sidebar tbody {
  border: none;
}
.sidebar tr.even,
.sidebar tr.odd {
  background: none;
  border-bottom: 1px solid #d6d6d6;
}

/* ------------------- Triptych --------------------------- */

#triptych-wrapper {
  background-color: #f0f0f0;
  background: rgba(30, 50, 10, 0.08);
  border-top: 1px solid #e7e7e7;
}
#triptych h2 {
  color: #000;
  font-size: 1.4em;
  margin-bottom: 0.6em;
  text-shadow: 0 1px 0 #fff;
  text-align: center;
  line-height: 1;
}
#triptych .block {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #dfdfdf;
  line-height: 1.3;
}
#triptych .block.last {
  border-bottom: none;
}
#triptych .block ul li,
#triptych .block ol li {
  list-style: none;
}
#triptych .block ul,
#triptych .block ol {
  padding-left: 0;
}
#triptych #block-user-login .form-text {
  width: 185px;
}
#triptych #block-user-online p {
  margin-bottom: 0;
}
#triptych #block-node-syndicate h2 {
  overflow: hidden;
  width: 0;
  height: 0;
}
#triptych-last #block-node-syndicate {
  text-align: right;
}
#triptych #block-search-form .form-type-search input {
  width: 185px;
}
#triptych-middle #block-system-powered-by {
  text-align: center;
}
#triptych-last #block-system-powered-by {
  text-align: right;
}

/* ------------------- Footer ----------------------------- */

#footer-wrapper {
  color: #c0c0c0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.857em;
}
#footer-wrapper a {
  color: #fcfcfc;
  color: rgba(255, 255, 255, 0.8);
}
#footer-wrapper a:hover,
#footer-wrapper a:focus {
  color: #fefefe;
  color: rgba(255, 255, 255, 0.95);
  text-decoration: underline;
}
#footer-wrapper .block {
  margin: 20px 0;
  border: 1px solid #444;
  border-color: rgba(255, 255, 255, 0.1);
  padding: 10px;
}
#footer-columns .block-menu,
#footer .block {
  margin: 0;
  padding: 0;
  border: none;
}
#footer .block {
  margin: 0.5em 0;
}
#footer .block .content {
  padding: 0.5em 0;
  margin-top: 0;
}
#footer .block h2 {
  margin: 0;
}
#footer-columns h2 {
  border-bottom: 1px solid #555;
  border-color: rgba(255, 255, 255, 0.15);
  font-size: 1em;
  margin-bottom: 0;
  padding-bottom: 3px;
  text-transform: uppercase;
}
#footer-columns .content {
  margin-top: 0;
}
#footer-columns p {
  margin-top: 1em;
}
#footer-columns .content ul {
  list-style: none;
  padding-left: 0; /* LTR */
  margin-left: 0;
}
#footer-columns .content li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer-columns .content li a {
  display: block;
  border-bottom: 1px solid #555;
  border-color: rgba(255, 255, 255, 0.15);
  line-height: 1.2;
  padding: 0.8em 2px 0.8em 20px; /* LTR */
  text-indent: -15px;
}
#footer-columns .content li a:hover,
#footer-columns .content li a:focus {
  background-color: #1f1f21;
  background-color: rgba(255, 255, 255, 0.05);
  text-decoration: none;
}
#footer {
  letter-spacing: 0.2px;
  margin-top: 30px;
  border-top: 1px solid #555;
  border-color: rgba(255, 255, 255, 0.15);
}
#footer .region {
  margin-top: 20px;
}
#footer .block {
  clear: both;
}
#footer ul,
#footer li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer li a {
  float: left; /* LTR */
  padding: 0 12px;
  display: block;
  border-right: 1px solid #555; /* LTR */
  border-color: rgba(255, 255, 255, 0.15);
}
#footer li.first a {
  padding-left: 0; /* LTR */
}
#footer li.last a {
  padding-right: 0; /* LTR */
  border-right: none; /* LTR */
}
#footer-wrapper tr.odd {
  background-color: transparent;
}
#footer-wrapper tr.even {
  background-color: #2c2c2c;
  background-color: rgba(0, 0, 0, 0.15);
}

/* ------------------- System Tabs ------------------------ */

.tabs {
  margin-bottom: 0;
}
.tabs ul.primary {
  padding: 0;
  margin: 0 0 0 1px;
  overflow: hidden;
  border: none;
  
}
.tabs ul.primary li {
  display: block;
  float: left; /* LTR */
  vertical-align: bottom;
  margin: 1px 0 0 0; /* LTR */
}
.tabs ul.primary li.active a {
  color: #000;
  border: none;
  border-right: solid 1px #eee;
  border-bottom: 1px solid #ffffff;
  border-top: 3px solid #7bbf62;
}
.tabs ul.primary li a {
  color: #0094cb;
  background-color: #ffffff;
  line-height: 1.9;
  display: block;
  font-size: 0.929em;
  float: left; /* not LTR */
  padding: 0 10px 1px;
  margin: 0;
  border: none;
  border-right: solid 1px #eee;
  border-bottom: 1px solid #ffffff;
  border-top: 3px solid #fff;
}
.tabs ul.primary li a:hover {
  color: #000;
  border: none;
  border-right: solid 1px #eee;
  border-bottom: 1px solid #ffffff;
  border-top: 3px solid #7bbf62;
}
.tabs ul.primary li.active a {
  background-color: #ffffff;
}
.tabs ul.secondary {
  border-bottom: none;
  padding: 0.5em 0;
}
.tabs ul.secondary li {
  display: block;
  float: left; /* LTR */
}
.tabs ul.secondary li:last-child {
  border-right: none; /* LTR */
}
.tabs ul.secondary li:first-child {
  padding-left: 0; /* LTR */
}
.tabs ul.secondary li a {
  padding: 0.25em 0.5em;
}
.tabs ul.secondary li a.active {
  background: #f2f2f2;
  border-bottom: none;
  border-radius: 5px;
}
ul.action-links {
  list-style: none;
  margin: 5px;
  padding: 0.5em 1em;
}
ul.action-links li {
  display: inline-block;
  margin-left: 10px;
}
ul.action-links li a {
  padding-left: 15px;
  background: url(../images/add.png) no-repeat left center;
  margin: 0 10px 0 0;
}

/* ------------------- Messages --------------------------- */

#messages {
  padding: 20px 0 5px;
  margin: 0 auto;
}
.featured #messages {
  background: #f0f0f0;
  background: rgba(30, 50, 10, 0.08);
}
div.messages {
  margin: 8px 0;
}

/* ------------------- Breadcrumbs ------------------------ */

.breadcrumb {
  font-size: 0.929em;
  padding: 10px;
}

.breadcrumb a {
  padding: 12px 0;
}

/* ------------------- User Profile ----------------------- */

.profile .user-picture {
  float: none;
}

/* ------------------- Password Meter --------------------- */

.confirm-parent,
.password-parent {
  width: 34em;
}
.password-parent,
div.form-item div.password-suggestions {
  position: relative;
}
.password-strength-text,
.password-strength-title,
div.password-confirm {
  font-size: 0.82em;
}
.password-strength-text {
  margin-top: 0.2em;
}
div.password-confirm {
  margin-top: 2.2em;
  width: 20.73em;
}

/* ------------------- Buttons ---------------------------- */

input.form-submit,
a.button {
  background: #fff url(../images/buttons.png) 0 0 repeat-x;
  border: 1px solid #e4e4e4;
  border-bottom: 1px solid #b4b4b4;
  border-left-color: #d2d2d2;
  border-right-color: #d2d2d2;
  color: #3a3a3a;
  cursor: pointer;
  font-size: 0.929em;
  font-weight: normal;
  text-align: center;
  margin-bottom: 1em;
  margin-right: 0.6em; /* LTR */
  padding: 4px 17px;
  border-radius: 15px;
}
a.button:link,
a.button:visited,
a.button:hover,
a.button:focus,
a.button:active {
  text-decoration: none;
  color: #5a5a5a;
}

/* ------------------- Form Elements ---------------------- */

fieldset {
  background: #ffffff;
  border: 1px solid #cccccc;
  margin-top: 10px;
  margin-bottom: 32px;
  padding: 0 0 10px;
  position: relative;
  top: 12px; /* Offsets the negative margin of legends */
  border-radius: 4px;
}
.fieldset-wrapper {
  margin-top: 25px;
}
.node-form .vertical-tabs .fieldset-wrapper {
  margin-top: 0;
}
.filter-wrapper {
  top: 0;
  padding: 1em 0 0.2em;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.filter-help a {
  font-size: 0.857em;
  padding: 2px 20px 0;
}
.filter-wrapper .form-item label {
  margin-right: 10px;
}
.filter-wrapper .form-item {
  padding: 0 0 0.5em 0.5em;
}
.filter-guidelines {
  padding: 0 1.5em 0 0.5em;
}
fieldset.collapsed {
  background: transparent;
  border-radius: 0;
}
fieldset legend {
  background: #dbdbdb;
  border: 1px solid #ccc;
  border-bottom: none;
  color: #3b3b3b;
  display: block;
  height: 2em;
  left: -1px; /* LTR */
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
  line-height: 2;
  padding: 0;
  position: absolute;
  text-indent: 10px;
  text-shadow: 0 1px 0 #fff;
  top: -20px;
  width: 100%;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
fieldset.collapsed legend {
  border-radius: 4px;
}
fieldset legend a {
  color: #3b3b3b;
}
fieldset legend a:hover,
fieldset legend a:focus,
fieldset legend a:active {
  color: #000;
}
fieldset .fieldset-wrapper {
  padding: 0 10px;
}
fieldset .fieldset-description {
  margin-top: 5px;
  margin-bottom: 1em;
  line-height: 1.4;
  color: #3c3c3c;
  font-style: italic;
}
input {
  margin: 2px 0;
  padding: 0 5px;
}
input,
textarea {
  font-size: 12px;
}
textarea {
  line-height: 1.5;
}
textarea.form-textarea,
select.form-select {
  padding: 4px;
}
input.form-text,
input.form-tel,
input.form-email,
input.form-url,
input.form-search,
input.form-number,
input.form-color,
textarea.form-textarea,
select.form-select {
  border: 1px solid #ccc;
}
input.form-text:hover, input.form-text:focus {
  border: 1px solid #db251d;
  box-shadow: 0 0 5px rgba(196,33,25,0.1);
}
input.form-submit:hover,
input.form-submit:focus {
  /* background: #dedede; */
  background: #c4211a;
}
.password-suggestions ul li {
  margin-left: 1.2em; /* LTR */
}
.form-item {
  margin-bottom: 1em;
  margin-top: 2px;
}
.form-item label {
  font-size: 0.929em;
}
.form-type-radio label,
.form-type-checkbox label {
  margin-left: 4px;
}
.form-type-radio .description,
.form-type-checkbox .description {
  margin-left: 2px;
}
.form-actions {
  padding-top: 10px;
}
/* Contact Form */
.contact-form #edit-name {
  width: 75%;
  border-radius: 4px;
}
.contact-form #edit-mail {
  width: 75%;
  border-radius: 4px;
}
.contact-form #edit-subject {
  width: 75%;
  border-radius: 4px;
}
.contact-form #edit-message {
  width: 76.3%;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.contact-form .resizable-textarea .grippie {
  width: 76%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* ------------------- Disabled Form Elements ------------- */
input.form-button-disabled,
input.form-button-disabled:hover,
input.form-button-disabled:focus,
input.form-button-disabled:active,
.form-disabled input,
.form-disabled select,
.form-disabled textarea {
  background: #ededed;
  border-color: #bbb;
  color: #717171;
}
.form-disabled label {
  color: #717171;
}

/* ------------------- Animated Throbber ------------------ */
.js input.form-autocomplete {
  background-position: 100% 4px; /* LTR */
}
.js input.throbbing {
  background-position: 100% -16px; /* LTR */
}

/* ------------------- Comment Form ----------------------- */
.comment-form label {
  float: left; /* LTR */
  font-size: 0.929em;
  width: 120px;
}
.comment-form input,
.comment-form .form-select {
  margin: 0;
  border-radius: 4px;
}
.comment-form .form-type-textarea label {
  float: none;
}
.comment-form .form-item,
.comment-form .form-radios,
.comment-form .form-type-checkbox,
.comment-form .form-select {
  margin-bottom: 10px;
  overflow: hidden;
}
.comment-form .form-type-checkbox,
.comment-form .form-radios {
  margin-left: 120px; /* LTR */
}
.comment-form .form-type-checkbox label,
.comment-form .form-radios label {
  float: none;
  margin-top: 0;
}
.comment-form input.form-file {
  width: auto;
}
.no-sidebars .comment-form .form-text {
  width: 800px;
}
.one-sidebar .comment-form .form-text {
  width: 500px;
}
.two-sidebars .comment-form .form-text {
  width: 320px;
}
.comment-form .form-item .description {
  font-size: 0.786em;
  line-height: 1.2;
  margin-left: 120px; /* LTR */
}
#content h2.comment-form {
  margin-bottom: 0.5em;
}
.comment-form .form-textarea {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.comment-form fieldset.filter-wrapper .fieldset-wrapper,
.comment-form .text-format-wrapper .form-item {
  margin-top: 0;
  margin-bottom: 0;
}
.filter-wrapper label {
  width: auto;
  float: none;
}
.filter-wrapper .form-select {
  min-width: 120px;
}
.comment-form fieldset.filter-wrapper .tips {
  font-size: 0.786em;
}
#comment-body-add-more-wrapper .form-type-textarea label {
  margin-bottom: 0.4em;
}
#edit-actions input {
  margin-right: 0.6em; /* LTR */
}

/* ------------------- Other Overrides -------------------- */

div.password-suggestions {
  border: 0;
}
.ui-widget-overlay {
  background: #222222;
  opacity: 0.7;
}
div.vertical-tabs .vertical-tabs-panes fieldset.vertical-tabs-pane {
  padding: 1em;
}
#forum .name {
  font-size: 1.083em;
}
#forum .description {
  font-size: 1em;
}

/* ------------------- Search Form ------------------------ */

#block-search-form {
  padding-bottom: 7px;
}
#block-search-form .content {
  margin-top: 0;
}
#search-form input[type="search"],
#block-search-form input[type="search"] {
  box-sizing: border-box;
  padding: 4px;
  -webkit-appearance: textfield;
}
#search-form input[type="search"]::-webkit-search-decoration,
#block-search-form input[type="search"]::-webkit-search-decoration {
  display: none;
}
#search-form input#edit-keys,
#block-search-form .form-item-search-block-form input {
  float: left; /* LTR */
  font-size: 1em;
  margin-right: 5px;
  width: 9em;
}
#search-block-form input.form-submit,
#search-form input.form-submit {
  margin-left: 0;
  margin-right: 0;
  height: 25px;
  width: 34px;
  padding: 0;
  cursor: pointer;
  text-indent: -9999px;
  border-color: #e4e4e4 #d2d2d2 #b4b4b4;
  background: url(../images/search-button.png) no-repeat center top;
  overflow: hidden;
}
#search-block-form input.form-submit:hover,
#search-block-form input.form-submit:focus,
#search-form input.form-submit:hover,
#search-form input.form-submit:focus {
  background-position: center bottom;
}
#search-form .form-item-keys label {
  display: block;
}

/* ------------------- Search Results --------------------- */
ol.search-results {
  padding-left: 0;
}
.search-results li {
  border-bottom: 1px solid #d3d7d9;
  padding-bottom: 0.4285em;
  margin-bottom: 0.5em;
}
.search-results li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 1em;
}
.search-results .search-snippet-info {
  padding-left: 0;
}

/* ------------------- Shortcut Links --------------------- */

.shortcut-wrapper {
  margin: 2.2em 0 1.1em 0; /* Same as usual h1#page-title margin. */
}
.shortcut-wrapper h1#page-title {
  float: left; /* LTR */
  margin: 0;
}
div.add-or-remove-shortcuts {
  padding-top: 0.9em;
}
.overlay div.add-or-remove-shortcuts {
  padding-top: 0.8em;
}

/* ------------------- Admin-specific Theming ------------- */

.page-admin #content img {
  margin-right: 15px; /* LTR */
}
.page-admin #content .simpletest-image img {
  margin: 0;
}
.page-admin-structure-block-demo .block-region {
  background: #ffff66;
  border: 1px dotted #9f9e00;
  color: #000;
  font: 90% "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  margin: 5px;
  padding: 5px;
  text-align: center;
  text-shadow: none;
}
.page-admin-structure-block-demo #featured .block-region {
  font-size: 0.55em;
}
.page-admin-structure-block-demo #header .block-region {
  width: 500px;
}
.page-admin #admin-dblog img {
  margin: 0 5px;
}
/* Fix spacing when Seven is used in the overlay. */
#system-theme-settings fieldset {
  padding: 0;
}
#system-theme-settings fieldset .fieldset-legend {
  margin-top: 0;
}
/* Configuration. */
div.admin .right,
div.admin .left {
  width: 49%;
  margin: 0;
}
div.admin-panel {
  background: #fbfbfb;
  border: 1px solid #ccc;
  margin: 10px 0;
  padding: 0 5px 5px;
}
div.admin-panel h3 {
  margin: 16px 7px;
}
div.admin-panel dt {
  border-top: 1px solid #ccc;
  padding: 7px 0 0;
}
div.admin-panel dd {
  margin: 0 0 10px;
}
div.admin-panel .description {
  margin: 0 0 14px 7px;
}

/* ------------------- Overlay Layout Styles -------------- */

.overlay #main,
.overlay #content {
  width: auto;
  float: none;
}
.overlay #page {
  padding: 0 2em;
}
.overlay .region-page-top,
.overlay #header,
.overlay #page-title,
.overlay #featured,
.overlay #sidebar-first,
.overlay #triptych-wrapper,
.overlay #footer-wrapper {
  display: none;
}
.overlay-processed .field-type-image {
  display: block;
  float: none;
}
.overlay #messages {
  width: auto;
}

/* ------------------- Poll ------------------------------- */

.node .poll {
  margin: 2em 0;
}
.node .poll #edit-choice {
  margin: 0 0 1.5em;
}
.poll .vote-form {
  text-align: left; /* LTR */
  margin: 0;
}
.poll .percent {
  font-size: 0.857em;
  font-style: italic;
  margin-bottom: 3em;
  margin-top: -3.2em;
  float: right; /* LTR */
  text-align: right; /* LTR */
}
.poll .choice-title {
  clear: right; /* LTR */
}
.poll .total {
  font-size: 0.929em;
  font-style: italic;
  text-align: right; /* LTR */
  clear: both;
}
.node .poll {
  margin: 1.8em 0 0;
}
.node .poll .text {
  margin-right: 6.75em;
}
.node .poll #edit-choice {
  margin: 0 0 1.2em;
}
.poll .bar .foreground {
  background-color: #666;
}
#footer-wrapper .poll .bar {
  background-color: #666;
}
#footer-wrapper .poll .bar .foreground {
  background-color: #ddd;
}

/* ------------------- Book ------------------------------- */
.book-navigation .menu {
  border-top: 1px solid #d6d6d6;
}
.book-navigation .book-pager {
  border-bottom: 1px solid #d6d6d6;
  border-top: 1px solid #d6d6d6;
  margin: 0;
}

/* ------------------- Menu Toggle Link ------------------- */
a#menu-toggle {
  display:none;
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
  padding: 0.7em 0 0.7em 10px;
  text-decoration: none;
  text-shadow: 0 1px #EEEEEE;
  position:relative;
}

a#menu-toggle:after {
  content:"";
  background: url('../images/toggle.png') no-repeat;
  width: 22px;
  height: 30px;
  display: inline-block;
  position: absolute;
  right: 10px;
}

/* ------------------- Media Queries ---------------------- */

@media all and (max-width: 460px) {
  /* ----------------- Menu on Small Resolutions ---------- */
  a#menu-toggle {display:block;}
  #main-menu-links {display: none; height: auto;}
  
  /* ----------------- Forms on Small Screens ------------- */
  input.form-text,
  input.form-tel,
  input.form-email, 
  input.form-url,
  input.form-search,
  input.form-number, 
  input.form-color,
  textarea.form-textarea,
  select.form-select {width: 100%;}
}



@media all and (min-width: 461px) and (max-width: 900px) {
 /* ------------------ Header and Menus ------------------- */

 .region-header {
    margin: .5em 5px .75em;
  }
  #logo {
    padding: 5px 0 0 5px; /* LTR */
  }
  #name-and-slogan {
    padding: 10px 10px 8px;
  }
  #main-menu-links {
    margin: 0 5px;
    padding: 0;
    text-align: center;
  }
  #main-menu-links li {
    float: left;
    margin-right: 5px;
    padding: 0;
    display: inline-block;
    width: 32.75%;
  }
  #main-menu-links li:nth-child(3n) {
    margin-right: -5px; /* LTR */
  }
  #main-menu-links a {
    float: none;
    display: block;
    border-radius: 8px;
    margin-bottom: 5px;
    padding: 0.9em 5px;
  }
  #featured {
    font-size: 1.43em;
  }
  #featured h2 {
    font-size: 1.174em;
  }
  #triptych h2 {
    font-size: 1.243em;
    margin-bottom: 0.9em;
  }
}

@media all and (min-width: 901px) {

  .region-header {
    margin: 1em 5px 1.5em;
  }
  #logo {
    padding: 15px 15px 15px 10px; /* LTR */
  }
  #name-and-slogan {
    padding: 26px 0 0;
    margin: 0 0 30px 15px; /* LTR */
  }
  #site-name {
    font-size: 1.821em;
  }
  #main-menu-links {
    font-size: 0.929em;
    margin: 0;
    padding: 0 15px;
  }
  #main-menu-links li {
    float: left; /* LTR */
    list-style: none;
    padding: 0 1px;
    margin: 0 1px;
    width: auto;
  }
  #main-menu-links a {
    float: left; /* LTR */
    padding: 0.7em 0.8em;
    margin-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  #featured {
    font-size: 1.643em;
    line-height: 1.4;

  }
  #featured h2 {
    font-size: 1.174em;
    line-height: 1;
  }
  .featured #main-menu-links li a:active,
  .featured #main-menu-links li a.active {
    background: #f0f0f0;
    background: rgba(240, 240, 240, 1.0);
  }
}


/* ------------------- Misc Fixes ------------------------- */
.element-invisible {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  left: 0;
}







/* added */

#block-search-api-saved-searches-lots {width: 745px; margin-bottom: 30px; overflow: hidden; clear: both; border: solid 1px #eee !important; background: #fff;}
#block-search-api-saved-searches-lots h2 {display: inline-block; padding-left: 30px; margin-left: 10px; color: #eb5f60; font-size: 14px; cursor: pointer; background: url(../images/bg_monitoring.png) left center no-repeat;}
#block-search-api-saved-searches-lots input#edit-submit {margin: 0; float: right;}
#block-search-api-saved-searches-lots > .content {display: none; overflow: hidden; padding: 12px 0 0 14px;}
#block-search-api-saved-searches-lots  label {min-width: 195px; text-align: right; font-weight: normal;}
#block-search-api-saved-searches-lots input#edit-name {width: 225px;}
#block-search-api-saved-searches-lots select#edit-notify-interval {width: 225px; font-size: 12px;}
.monitoring_hide {display: none; float: right; color: #000; margin: 7px 7px 7px 0; padding: 0 0 0 32px; cursor: pointer; background: url(../images/icon_ex_showhide.png) top left no-repeat;}
.monitoring_show {float: right; color: #000; margin: 7px 7px 7px 0; padding: 0 0 0 32px; cursor: pointer; background: url(../images/icon_ex_showhide.png) bottom left no-repeat;}

.Highlighting {color: #db251d;}

.price-block td {text-align: center;}
.price-block .views-field-cost .uc-price {text-decoration: line-through;}

.view-header {padding: 13px 0 25px 0; border-top: solid 1px #6d6b6b;}

.view-my-calendar .view-header .pager .date-prev {right: 150px !important;}
.view-my-calendar td.date-box, .view-my-calendar td.single-day {border: solid 1px #ccc !important;}
.calendar-calendar div.day {min-width: 30px;}
.calendar-calendar .month-view .full td.date-box.today {border-color: #7c7f12 !important; border-style: solid !important; border-width: 2px 2px 0 !important;}
.calendar-calendar .month-view .full td.single-day.today {border-bottom: solid 2px #7c7f12 !important; border-left: solid 2px #7c7f12 !important; border-right: solid 2px #7c7f12 !important;}
.calendar-calendar td a {font-weight: normal; text-decoration: none;}
.view .date-nav-wrapper .date-prev, .view .date-nav-wrapper .date-next{background: none !important;}

.breadcrumb {font-size: 0.9em; background: none; padding-left: 0;}

.view > .item-list {float: right;}
.view > .view-footer {line-height: 60px;}

.view-block-for-page-oplata {padding: 2px 25px 20px; background: #fff; border: solid 1px #eee; border-top: none;}
#node-115804 {padding-bottom: 0; border-bottom: none;}
.view-block-for-page-oplata .field-content {margin-top: 15px;}
.view-block-for-page-oplata .field-content .july1 {font-size: 1.1em; color: #aaa; /*text-decoration: line-through;*/}
.view-block-for-page-oplata .field-content .july2 {font-size: 1.1em; color: #aaa; text-decoration: line-through;}
.view-block-for-page-oplata .field-content .july3 {font-size: 1.5em; color: #ff7b7b;}
.view-block-for-page-oplata  > .view-footer {line-height: 20px; font-size: 14px;}
.view-block-for-page-oplata div.form-actions {padding: 0; margin: 10px 0;}
.view-block-for-page-oplata div.form-actions input {margin: 0; border-radius: 3px; padding: 0 25px;}
.view-block-for-page-oplata  .views-field-title {font-size: 20px; font-weight: bold;}

th.views-field-field-lot-startprice {width: 130px;}
.view-tablo-pobediteley .views-field-field-lot-startprice img {height: 13px;}
.view-tablo-pobediteley td p {margin: 0;}
.view-tablo-pobediteley tr.even td {background: #f5f5f5;}
.tkl_predmet_torgov {font-size: 14px; margin: 12px 0 12px 0;}
.tkl_data_torgov {float: left;}
.tkl_data_resultatov {float: right;}
.tkl_urls {clear: both;}

/* ответы */
.view-id-que .views-row {padding: 0 0 10px 0; margin-bottom: 15px; border-bottom: solid 1px #ccc;}
.view-id-que .views-row .views-field-title h2 a:link {padding: 0 !important;}
.view-id-que .views-row .views-field-author {font-size: 0.85em;}
.view-id-que .views-row .views-field-author span.razd {margin: 0 6px 0 6px;}
.view-id-que .views-row .views-field-author em {font-style: normal;}
.view-id-que .views-row .views-field-body p {margin: 8px 0;}

span.que-categories a {margin-right: 6px;}

#block-block-3 {margin-bottom: 30px;}
/* end */

/* ответы */
.view-id-questions .views-row {padding: 0 0 10px 0; margin-bottom: 15px; border-bottom: solid 1px #ccc;}
.view-id-questions .views-row .views-field-title h2 a:link {padding: 0 !important;}
.view-id-questions .views-row .views-field-author {font-size: 0.85em;}
.view-id-questions .views-row .views-field-author span.razd {margin: 0 6px 0 6px;}
.view-id-questions .views-row .views-field-author em {font-style: normal;}
.view-id-questions .views-row .views-field-body p {margin: 8px 0;}

span.que-categories a {margin-right: 6px;}

#block-block-3 {float: right; margin: 5px 0 0 0;}
a.add_new_vopros {padding: 8px 12px; color: #fff; background: #7bbf62; border-radius: 5px;}
a.add_new_vopros:hover, a.add_new_vopros:focus, a.add_new_vopros:active {color: #fff !important; text-decoration: none !important; background: #659e51;}
/* end */

table#oplata td {text-align: center;}

div.green {padding: 8px 10px; border: solid 1px #eee; border-left: solid 5px #4cae4c; background: #e4f6e4;}

.view-id-trade_wins td.views-field-field-lot-startprice img {height: 13px;}



/* new   --- --- --- --- --- --- --- --- --- --- --- --- --- --- */



@media (min-width: 768px) {
	.h_icons {text-align: center;}
}
@media (min-width: 992px) {
	
}
@media (min-width: 1200px) {
	.h_icons {text-align: right;}
}

html {margin: 0; padding: 0;}
body {
  font-family: idealist_sansregular, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #6d6b6b;
  background-color: #f2f2f2;
}

h1 {font-size: 20px;}
h2 {font-size: 15px;}
h3, h4, h5, h6 {font-size: 16px;}

.header {}
.logo {padding: 20px 0 10px 0;}

.top_menu {padding: 10px 0 0 0; text-align: right; font-size: 13px; }
.top_menu, .top_menu a {color: #000;}
.top_menu a {text-decoration: underline;}
.top_menu a:hover {text-decoration: none;}
.top_menu img {vertical-align: middle;}
.top_menu > div {margin-left: 10px; padding-left: 20px; float: right;}
.tm_profile {background: url(../images/icon_tm_profile.png) center left no-repeat;}
.tm_bookmarks {background: url(../images/icon_tm_bookmarks.png) center left no-repeat;}
.tm_slejenie {background: url(../images/icon_tm_slejenie.png) center left no-repeat;}
.tm_calendar {background: url(../images/icon_tm_calendar.png) center left no-repeat;}
.tm_monitoring {background: url(../images/icon_tm_monitoring.png) center left no-repeat;}
.tm_logout {background: url(../images/icon_tm_logout.png) center left no-repeat;}
.tm_login {background: url(../images/icon_tm_login.png) center left no-repeat;}
.tm_reg {margin: 0 !important; padding: 3px 10px !important; text-align: center; position: relative; top: -3px; background: #eb5f60; border-radius: 4px;}
.tm_reg:hover {background: #c4211a;}
.tm_reg a, .tm_reg a:hover, .tm_reg a:focus {color: #fff; text-decoration: none !important;}

.h_podpiska {float: right; clear: both; height: 40px; font-size: 13px; color: #000; font-weight: bold; margin-top: 10px; padding: 0 0 0 23px; background: url(../images/bg_podpiska.png) center left no-repeat;}
.h_podpiska div {color: #eb5f60;}

/* top main menu*/
#main_menu {padding: 0; font-size: 14px;}

.navbartop_restyle {	text-transform: uppercase; background: #202020; -webkit-box-shadow: 0 4px 4px rgba(198, 198, 198, 0.75); box-shadow: 0 4px 4px rgba(198, 198, 198, 0.75); border: none; border-radius: 0;}
.navbar-default .navbar-nav > li  {border-left: solid 1px #000; border-right: solid 1px #2f2f2f;}
.navbar-default .navbar-nav > li :last-child {border-right: solid 0px #2f2f2f;}
.navbar-default .navbar-nav > li > a {padding: 38px 20px 3px;}
.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > .open > a:focus {color: #fff !important;}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a.active, .navbar-default .navbar-nav > .open > a:focus {background-color: #eb5f60 !important;}

.dropdown-menu {border-radius: 0 !important;}
.dropdown-menu .divider {margin: 5px 0;}

.navbar-nav > li > .dropdown-menu {border-top: solid 2px #eb5f60;}
.navbar-nav > li > .dropdown-menu > li {margin: 0 7px;}
.navbar-nav > li > .dropdown-menu > li > a {color: #272727;}
.navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar-nav > li > .dropdown-menu > li > a:focus {color: #fff; text-decoration: none; background-color: #eb5f60; background-image: none;}

.navbar-default .navbar-nav li.mm_torgi > a {background: url(../images/icon_mm_torgi.png) center 9px no-repeat;}
.navbar-default .navbar-nav li.mm_torgi > a:hover, .navbar-default .navbar-nav li.mm_reg > a:focus, .navbar-default .navbar-nav li.mm_torgi > a.active {background: url(../images/icon_mm_torgi_active.png) center 9px no-repeat #eb5f60;}
.navbar-default .navbar-nav li.mm_time > a {background: url(../images/icon_mm_time.png) center 9px no-repeat;}
.navbar-default .navbar-nav li.mm_time > a:hover, .navbar-default .navbar-nav li.mm_time > a:focus, .navbar-default .navbar-nav li.mm_time > a.active {background: url(../images/icon_mm_time_active.png) center 9px no-repeat #eb5f60;}
.navbar-default .navbar-nav li.mm_buy > a {background: url(../images/icon_mm_buy.png) center 9px no-repeat;}
.navbar-default .navbar-nav li.mm_buy > a:hover, .navbar-default .navbar-nav li.mm_buy > a:focus, .navbar-default .navbar-nav li.mm_buy > a.active {background: url(../images/icon_mm_buy_active.png) center 9px no-repeat #eb5f60;}
.navbar-default .navbar-nav li.mm_analitika > a {background: url(../images/icon_mm_analitika.png) center 9px no-repeat;}
.navbar-default .navbar-nav li.mm_analitika > a:hover, .navbar-default .navbar-nav li.mm_analitika > a:focus, .navbar-default .navbar-nav li.mm_analitika > a.active {background: url(../images/icon_mm_analitika_active.png) center 9px no-repeat #eb5f60;}
.navbar-default .navbar-nav li.mm_otvet > a {background: url(../images/icon_mm_otvet.png) center 9px no-repeat;}
.navbar-default .navbar-nav li.mm_otvet > a:hover, .navbar-default .navbar-nav li.mm_otvet > a:focus, .navbar-default .navbar-nav li.mm_otvet > a.active {background: url(../images/icon_mm_otvet_active.png) center 9px no-repeat #eb5f60;}
.navbar-default .navbar-nav li.mm_reestri > a {background: url(../images/icon_mm_otvet.png) center 9px no-repeat;}
.navbar-default .navbar-nav li.mm_reestri > a:hover, .navbar-default .navbar-nav li.mm_reestri > a:focus, .navbar-default .navbar-nav li.mm_reestri > a.active {background: url(../images/icon_mm_otvet_active.png) center 9px no-repeat #eb5f60;}
.navbar-default .navbar-nav li.mm_about > a {background: url(../images/icon_mm_about.png) center 9px no-repeat;}
.navbar-default .navbar-nav li.mm_about > a:hover, .navbar-default .navbar-nav li.mm_about > a:focus, .navbar-default .navbar-nav li.mm_about > a.active {background: url(../images/icon_mm_about_active.png) center 9px no-repeat #eb5f60;}
.navbar-default .navbar-nav li.mm_other > a {background: url(../images/icon_mm_other.png) center 9px no-repeat;}
.navbar-default .navbar-nav li.mm_other > a:hover, .navbar-default .navbar-nav li.mm_other > a:focus, .navbar-default .navbar-nav li.mm_other > a.active {background: url(../images/icon_mm_other_active.png) center 9px no-repeat #eb5f60;}
.navbar-default .navbar-nav li.mm_reg > a {background: url(../images/icon_mm_reg.png) center 9px no-repeat;}
.navbar-default .navbar-nav li.mm_reg > a:hover, .navbar-default .navbar-nav li.mm_reg > a:focus, .navbar-default .navbar-nav li.mm_reg > a.active {background: url(../images/icon_mm_reg_active.png) center 9px no-repeat #eb5f60;}
/* end top menu*/

#content {padding: 20px 25px 23px; margin-bottom: 50px; background: #fff; border: solid 1px #eee;}
.node, .view-news .node, .profile, .view-my-calendar, #privatemsg-list, #userpoints_list_wrapper, .view-uc-orders-user, #datereminder-form-summary, #user-profile-form, #user-login, #user-register-form, #user-pass
{overflow: hidden; clear: both; padding: 20px 25px 20px; background: #fff; border: solid 1px #eee;}

.view-poisk-pobeditelya-torgov,
#privatemsg-new,
#cart-form-pane,
#uc-cart-pane-coupon,
#search-api-saved-searches-search-edit-form,
.view-questions,
.view-feeds-log,
.view-pobeditel-term-page,
.view-trade-wins,
.view-trade-site-term-page,
.view-uspey-kupit,
.view-sro-term-page,
.view-trade-sites-terms,
.view-org-torgov,
.view-arbitr-managers,
.view-debtors,
.node-question-form,
.view-sro-terms
{overflow: hidden; clear: both;}

.view-poisk-pobeditelya-torgov .view-content,
#privatemsg-new,
#cart-form-pane,
#uc-cart-pane-coupon,
#search-api-saved-searches-search-edit-form,
.view-feeds-log .view-content,
.view-pobeditel-term-page .view-content,
.view-trade-wins .view-content,
.view-trade-site-term-page .view-content,
.view-sro-term-page .view-content,
.view-trade-sites-terms .view-content,
.view-org-torgov .view-content,
.view-arbitr-managers .view-content,
.view-debtors .view-content,
.node-question-form,
.view-sro-terms .view-content
{padding: 20px 25px 20px; background: #fff; border: solid 1px #eee;}


.profile {margin: 0;}
#content a, .node a {color: #0094cb; text-decoration: underline;}
#content a:hover, .node a:hover {text-decoration: none;}

table {
	border: solid 1px #eee;
	border-spacing: 0;			
	margin: 10px 0;
	width: 100%;			
}		

table tr th {	
	font-size: 13px;
	color: #fff;
	background: #eb5f60;			
	font-weight: normal;
	border: solid 1px #eee;
}
.node table tr th {
	background: #eb5f60;
}
table tr th a, table tr th a:hover {
	color: #fff !important;
	text-decoration: underline;
}
table tr th a:hover {
	text-decoration: none;
}
table tbody tr th {
	vertical-align: top;
}
tr td, tr th {
	border-bottom: 1px solid #eee;
	padding: 10px 12px;
	text-align: left;
}
#footer-wrapper tr td, #footer-wrapper tr th {
	border-color: rgba(255, 255, 255, 0.18);
}
tr.odd {
	background: #fff;
}
tr.odd td {
	border: solid 1px #eee;
}
tr.odd td.active {
	background: #f5afaf;
	color: #fff;
}
tr.even {
	background: #f2f2f2;
}
tr.even td {
	border: solid 1px #fff;
}
tr.even  td.active{
	background: #f5afaf;
	/* background: #ed8485; */
	color: #fff;
}
table ul.links {
	font-size: 1em;
	margin: 0;
	padding: 0;
}
table ul.links li {
	padding: 0 1em 0 0;
}
.view-subfooter-number td {
	background: #f2f2f2;
	border: solid 1px #fff;
}
.view-footer-number td {
	background: #73c4e2;
	color: #fff;
}
td.view-footer, td.view-subfooter {text-align: center;}
td.view-footer, td.view-footer-number {border-bottom: 1px solid #fff;}

/* footer */
.navbarbottom_restyle {margin-top: 50px; padding: 45px 0 47px 0; background: #222; text-align: center; color: #747272;}
.navbarbottom_restyle a {color: #fff;}
.footer_copyright {padding-top: 20px;}
.navbarbottom_restyle ul {margin: 0; padding: 0; list-style: none;}
.navbarbottom_restyle ul li {display: inline-block; padding: 0 0 0 23px; margin-right: 22px;}
.navbarbottom_restyle .fm_about {background: url(../images/icon_fm_about.png) center left no-repeat;}
.navbarbottom_restyle .fm_partner {background: url(../images/icon_fm_partner.png) center left no-repeat;}
.navbarbottom_restyle .fm_otzivi {background: url(../images/icon_fm_otzivi.png) center left no-repeat;}
.navbarbottom_restyle .fm_rules {background: url(../images/icon_fm_rules.png) center left no-repeat;}
.navbarbottom_restyle .fm_policy {background: url(../images/icon_fm_policy.png) center left no-repeat;}
.f_icons {padding: 19px 0 0 0;}
.f_icons img {
	-webkit-box-shadow: 2px 2px 2px rgba(176, 176, 176, .2);
	box-shadow: 2px 2px 2px rgba(176, 176, 176, .2);
}
/* end */

.view-news .node {padding: 12px 23px 18px; margin-bottom: 40px; background: #fff; border: solid 1px #eee;}
.view-news .node a {color: #0883b1; text-decoration: underline; padding: 0;}
.view-news .node a:hover {text-decoration: none;}
.news_title_date {overflow: auto; margin-bottom: 14px; border-bottom: solid 1px #eee;}
.news_title {padding: 0 0 8px 0;}
.news_title h2 {font-size: 15px; margin: 0; padding: 0;}
.news_title h2 a {color: #292929 !important; text-decoration: underline; padding: 0; margin: 0 !important;}
.news_title h2 a:hover {text-decoration: none;}
.news_publish_date {text-align: right; padding: 0;}

/* lot card */
.search_item {overflow: hidden; margin-bottom: 30px;}
.search_item a {color: #0883b1; text-decoration: underline;}
.search_item a:hover {text-decoration: none;}
.lot_status {float: left; clear: both; width: 233px; font-size: 15px; color: #fff; text-align: center; padding: 8px 0; text-transform: uppercase; }
.lot_status_active {background: #7bbf62;}
.lot_status_noactive {background: #eb5f60;}
.lot_card {clear: both; background: #fff; padding: 22px; border: solid 1px #eee;}
.s_first_line {margin: 12px 0 30px; padding: 0 0 8px 0; overflow: hidden; line-height: 21px; border-bottom: solid 1px #eee;}
.nomer_lota {display: inline-block;}
.nomer_lota a {color: #292929; text-decoration: underline;}
.nomer_lota a:hover {text-decoration: none;}
.s_pobeditel {font-size: 12px; line-height: 21px; padding-left: 25px !important; margin-top: 5px; width: 400px; background: url(../images/icon_pobeditel.png) center left no-repeat;}
.s_zayavki {padding-left: 25px !important; line-height: 21px; margin-top: 5px; background: url(../images/icon_zayavki.png) center left no-repeat;}
.lot-categoryes {margin: 5px 0 0 15px;}
.lot-categoryes > div {display: inline-block; width: 24px; height: 24px; margin-right: 7px;}
.lot-categoryes > div.cat_debit {background: url(../images/bg_lot_categories24.png) -96px top no-repeat;}
.lot-categoryes > div.cat_im_kompl {background: url(../images/bg_lot_categories24.png) -168px top no-repeat;}
.lot-categoryes > div.cat_nedvij {background: url(../images/bg_lot_categories24.png) left top no-repeat;}
.lot-categoryes > div.cat_oborydovanie {background: url(../images/bg_lot_categories24.png) -72px top no-repeat;}
.lot-categoryes > div.cat_proizv_linii {background: url(../images/bg_lot_categories24.png) -168px top no-repeat;}
.lot-categoryes > div.cat_prochee {background: url(../images/bg_lot_categories24.png) -216px top no-repeat;}
.lot-categoryes > div.cat_sh_im {background: url(../images/bg_lot_categories24.png) -48px top no-repeat;}
.lot-categoryes > div.cat_tmc {background: url(../images/bg_lot_categories24.png) -120px top no-repeat;}
.lot-categoryes > div.cat_transport {background: url(../images/bg_lot_categories24.png) -24px top no-repeat;}
.lot-categoryes > div.cat_cennie_bymagi {background: url(../images/bg_lot_categories24.png) -192px top no-repeat;}

.s_second_line {overflow: hidden;}
.s_sl_first {float: left; width: 405px; padding: 0 20px 0 0; font-size: 13px;}
.s_debtor {margin-top: 8px; padding-top: 8px; font-size: 12px; border-top: solid 1px #eee;}

.s_sl_second {padding: 25px 0 16px 0; position: relative; text-align: center; border: solid 3px #eb5f60;}
.s_bookmark {height: 53px; margin-top: 9px; color: #9c9c9c; font-size: 9px;}
a.flag-action {font-size: 9px; color: #9c9c9c; text-decoration: none; padding-top: 23px; display: inline-block; background: url(../images/icon_bookmark.png) top center no-repeat;}
a.flag-action:hover {color: #7bbf62; background: url(../images/icon_bookmark.png) center -54px no-repeat;}
a.unflag-action {font-size: 9px; color: #7bbf62; text-decoration: none; padding-top: 23px; display: inline-block; background: url(../images/icon_bookmark.png) center -54px no-repeat;}
span.flag-to-job {display: block; float: right; margin-left: 10px;}
.node_panel span.flag-bookmarks {display: block; float: right;}
.flag-bookmarks {display: block; float: right;}
.flag-bookmarks a {background: url(../images/bg_opovecheniya.png) top center no-repeat;}
.flag-bookmarks a:hover, .flag-bookmarks a.unflag-action {background: url(../images/bg_opovecheniya.png) center -54px no-repeat;}
.s_showhide {float: right; margin-left: 10px; position: relative;}
.s_showhide .ajax-progress {position: absolute; right: 0; bottom: 0;}
.s_showhide a {display: block; padding: 23px 0 0 0; text-align: center; background: url(../images/bg_show_hide_lot.png) center 0 no-repeat; color: #9c9c9c; font-size: 9px;/*text-indent: 100%; white-space: nowrap; overflow: hidden; */}
.s_showhide a:hover,
.pb-blackspot-hidden .s_showhide a {background: url(../images/bg_show_hide_lot.png) center -54px no-repeat; color: #7bbf62;}


.s_vid_lota {text-transform: uppercase; font-size: 15px;}
.pp {color: #eb5f60;}
.au {color: #7bbf62;}
.s_start_price {margin: 10px 0 15px 0; color: #010101; font-size: 26px; line-height: 1;}
.s_start_price span {font-size: 18px;}
.s_offer_reduction {position: absolute; z-index: 1; top: 0; right: 0; width: 280px; padding: 11px 20px; display: none; text-align: right; font-size: 12px; font-family: Arial; background: #fff; -webkit-box-shadow: 0 9px 5px rgba(209, 209, 209, 0.75); box-shadow: 0 9px 5px rgba(209, 209, 209, 0.75); border: solid 1px #eee; border-top: solid 1px #eb5f60;}
.s_offer_reduction div.now {font-weight: bold;}
.off_red {cursor: pointer;}
.off_red p {display: inline-block; margin: 0; padding: 0; border-bottom: solid 1px #000;}

.s_sl_third {padding: 15px 0 0 0; margin: 0;}
.s_sl_third > div {padding: 0 0 0 9px; height: auto;}
.s_dates {overflow: hidden; height: 90px; padding-top: 11px; color: #000;}
.s_date_name, .s_date_value {font-size: 12px; line-height: 1; padding: 0 0 4px 0;}
.s_date_value span {color: #eb5f60;}
.s_date_obtain {float: left; width: 50%; text-align: center;}
.s_date_torgi {float: left; width: 50%; text-align: center;}
.s_url, .s_url a {font-size: 0.90em;}
.s_url {overflow: hidden; padding-top: 8px;}
.search_item  .s_url_etp {text-transform: capitalize;}
.s_lotphoto {float: left;}
.s_lotphoto img {margin: 0 10px 10px 0;}


.s_prices {overflow: hidden; min-height: 1px; margin-top: 7px; color: #9c9c9c; background: url(../images/bg_prices.png) center 1px no-repeat;}
.s_now_price, .s_min_price {float: left; width: 50%; text-align: center;}
.s_prices_discount {color: #eb5f60; font-size: 0.85em; line-height: 1em; padding-left: 13px; margin-top: 3px; display: inline-block; background: url(../images/icon_padenie.png) left center no-repeat;}
.s_prices_label {font-size: 11px; line-height: 0.81em;}
.s_prices_value {font-size: 12px; margin-top: 5px;}

.pp_cena {color: #eb5f60;}

.lotpage_auot {overflow: hidden;}
.lot_card_node  .lotpage_auot {margin-bottom: 12px;}
.lotpage_auot > div {float: left; clear: none; padding: 0; border: none;}
/* end lot card*/

.view-footer {font-size: 12px; padding: 15px 0;}

#block-search-api-sorts-search-sorts, #block-multiblock-1 {overflow: hiden; clear: both; font-size: 12px; padding: 0 0 5px; text-align: left;}
#block-search-api-sorts-search-sorts a, #block-multiblock-1 a {text-decoration: none;}
#block-search-api-sorts-search-sorts h2, #block-multiblock-1 h2 {display: none; font-size: 12px;}
#block-search-api-sorts-search-sorts .content, #block-multiblock-1 .content {display: inline-block;}
ul.search-api-sorts {padding: 0;}
#block-search-api-sorts-search-sorts .content ul li, #block-multiblock-1 .content ul li {display: inline-block; list-style: none; margin-bottom: 7px; padding: 0; background: #fff; border: solid 1px #ccc;}
#block-search-api-sorts-search-sorts .content ul li.last, #block-multiblock-1 .content ul li.last {padding-right: 0 !important;}
#block-search-api-sorts-search-sorts .content ul li a, #block-multiblock-1 .content ul li a {
    background: #fff url("http://www.probankrot.ru/themes/probankrot/images/sorts.png") no-repeat 96% 10px;
    padding: 4px 17px 4px 7px !important;	
	color: #666;
	display: inline-block;
}
#block-search-api-sorts-search-sorts .content ul li a.active-sort, #block-multiblock-1 .content ul li a.active-sort {
    display: inlile-block;
	color: #fff !important;	
}
#block-search-api-sorts-search-sorts .content ul li a.sort-asc, #block-multiblock-1 .content ul li a.sort-asc {
    background: #7bbf62 url("http://www.probankrot.ru/themes/probankrot/images/sorts.png") no-repeat 96% -47px;
}
#block-search-api-sorts-search-sorts .content ul li a.sort-desc, #block-multiblock-1 .content ul li a.sort-desc {
    background: #7bbf62 url("http://www.probankrot.ru/themes/probankrot/images/sorts.png") no-repeat 96% -28px;
}
#block-search-api-sorts-search-sorts .content ul li a img, #block-multiblock-1 .content ul li a img {
    display: none;
}

#block-search-api-sorts-search-sorts .content li:nth-child(3),
#block-search-api-sorts-search-sorts .content li:nth-child(6),
#block-search-api-sorts-search-sorts .content li:nth-child(9)
{display: none;}

/*
#block-multiblock-1 .content li:nth-child(4),
#block-multiblock-1 .content li:nth-child(5),
#block-multiblock-1 .content li:nth-child(6),
#block-multiblock-1 .content li:nth-child(7)
{display: none;}
*/

.short_stats {width: 200px; float: right;}
.stats_active_lots {width: 200px; height: 114px; overflow: hidden; margin-bottom: 39px; background: #fff url(../images/icon_stats_active_lots2.png) center 88% no-repeat; border: solid 1px #eee;}
.stats_active_lots_value {color: #fff; font-size: 11px; height: 53px; padding: 7px 0 0 16px; background: #0094cb url(../images/icon_stats_active_lots.png) 93% 50% no-repeat;}
.stats_active_lots_value span {display: block; font-size: 23px; line-height: 1;}
.stats_today_buy {width: 200px; height: 114px; overflow: hidden; margin-bottom: 39px; background: #fff url(../images/icon_stats_today_buy2.png) center 88% no-repeat; border: solid 1px #eee;}
.stats_today_buy_value {color: #fff; font-size: 11px; height: 53px; padding: 7px 0 0 16px; background: #64ae49 url(../images/icon_stats_today_buy.png) 93% 50% no-repeat;}
.stats_today_buy_value span {display: block; font-size: 23px; line-height: 1;}
.stats_today_add {width: 200px; height: 114px; overflow: hidden; margin-bottom: 39px; background: #fff url(../images/icon_stats_today_added2.png) center 88% no-repeat; border: solid 1px #eee;}
.stats_today_add_value {color: #fff; font-size: 11px; height: 53px; padding: 7px 0 0 16px; background: #eb5f60 url(../images/icon_stats_today_added.png) 93% 50% no-repeat;}
.stats_today_add_value span {display: block; font-size: 23px; line-height: 1;}


/* exposed form */
.exposed_form {width: 745px; float: left; overflow: hidden; margin-bottom: 30px; font-size: 12px; color: #000; background: #fff; border: solid 1px #eee;}
.exposed_form label {float: left; margin: 9px 7px 0 0; font-weight: normal; line-height: 14px; font-family: idealist_sanslight;}
.exposed_form .form-item .description, .ex_inputs .form-item label {display: none;}
.exposed_form select {width: 220px;}
.exposed_form button.ui-multiselect {color: #6d6d6d; width: 210px; background: none; border: solid 1p px #ccc; border-radius: 0 !important;}
.views-exposed-form  .exposed_form .views-exposed-widget {float: left; padding: 0;}
.ex_1line {overflow: hidden; padding: 10px 12px 0 12px; margin-bottom: 17px; font-size: 14px;}
.ex_search_logo {float: left; color: #eb5f60; padding: 0 0 0 27px; cursor: pointer; background: url(../images/icon_extend_search.png) center left no-repeat;}
.ex_show {float: right; color: #000; padding: 0 0 0 32px; cursor: pointer; background: url(../images/icon_ex_showhide.png) bottom left no-repeat;}
.ex_hide {display: none; float: right; color: #000; padding: 0 0 0 32px; cursor: pointer; background: url(../images/icon_ex_showhide.png) top left no-repeat;}
.ex_inputs {padding: 0 22px;}
.ex_submit_button {text-align: right; clear: both;}
.ex_submit_button input {margin: 0;}
.ex_submit_button .views-exposed-widget {float: none !important; padding: 0;}
.ex_submit_button .views-widget {float: none !important;}
.ex_submit_button .views-widget input {margin: 0 !important;}

.ex_open {cursor: pointer; float: right; width: 24px; height: 13px; margin-top: 1px; position: relative; z-index: 1; background: #fff url(../images/icon_ex_open.png) top right no-repeat;}
.ex_close {display: none; cursor: pointer; float: right; width: 24px; height: 13px; margin-top: 1px; position: relative; z-index: 1; background: #fff url(../images/icon_ex_close.png) top right no-repeat;}
.ex_label {color: #0094cb; font-size: 13px; padding: 0 11px 0 21px; float: left; position: relative; z-index: 1;}
.ex_filters, .ex_filters_nohide {clear: both; overflow: hidden;}
.ex_filters_nohide {padding-top: 9px;}
.ex_filters {display: none; padding-top: 9px;}
.ex_block {position: relative; overflow: hidden; padding: 0 0 13px 0; margin-bottom: 13px; border-bottom: solid 1px #eee;}
.ex_blueline {position: absolute; top: 7px; height: 2px; width: 100%; background: #e0f2f9;}
.ex_div {float: left; overflow: hidden;}
.ex_div_twoinput input {width: 84px !important; margin: 0 !important;}
.ex_div_twoinput .form-item {margin: 0;}
.exposed_form .widget_label, .exposed_form .views-widget {float: left;}

.ex_label_keys {background: url(../images/icon_ex_keys.png) center left no-repeat;}
.ex_text {float: left; width: 690px; padding: 0 0 0 37px; margin: 0 0 14px 0;}
.ex_stop_text {float: left; width: 690px; padding: 0 0 0 22px;}
.ex_text input, .ex_stop_text input {width: 310px; margin: 0; font-size: 13px !important;}
.ex_text .views-operator {float: left; margin-left: 8px;}
.ex_lotregion_new {float: left; margin: 14px 0 0 58px;}
.ex_lotcategory {clear: both; float: left; margin: 14px 0 0 40px;}
.ex_fo {float: left; margin: 14px 0 0 42px;}


.ex_prices_label {background: #fff url(../images/icon_ex_prices.png) center left no-repeat;}
.ex_start_price > div, .ex_min_price > div, .ex_now_price > div, .ex_price_down > div, .ex_finish_discount > div, .ex_max_discount > div, .ex_finish_discount > div {float: left;}
.ex_start_price {margin-left: 13px; overflow: hidden;}
.ex_min_price {float: right;; margin: 0 78px 0 0; overflow: hidden;}
.ex_now_price {margin: 11px 0 0 21px; overflow: hidden;}
.ex_price_down {float: right; margin: 11px 78px 0 0; overflow: hidden;}
.ex_price_down input {width: 185px;}
.ex_max_discount {margin: 11px 0 0 24px; overflow: hidden;}
.ex_finish_discount {float: right; margin: 11px 78px 0 0; overflow: hidden;}

.ex_torgi_label {background: #fff url(../images/icon_ex_torgi.png) center left no-repeat;}
.ex_torgi input {width: 187px;}
.ex_debtor > div, .ex_debtor_no > div, .ex_arbitr > div, .ex_orgtorgov > div, .ex_tradewin > div {float: left;}
.ex_debtor {margin: 0 0 0 47px; overflow: hidden;}
.ex_debtor_no {margin: 0 0 0 19px; overflow: hidden;}
.ex_arbitr {margin: 11px 0 0 4px; clear: left; overflow: hidden;}
.ex_orgtorgov {margin: 11px 0 0 70px; overflow: hidden;}
.ex_tradewin {margin: 11px 0 0 77px; overflow: hidden;}

.ex_dates_label {background: #fff url(../images/icon_ex_dates.png) center left no-repeat;}
.ex_priemzayavok > div, .ex_priemzayavokkonec > div, .ex_nachalotorgov > div, .ex_konectorgov >div, .ex_dateobtain > div, .ex_dateresult > div {float: left;}
.ex_priemzayavok {margin: 0 0 0 4px; overflow: hidden;}
.ex_priemzayavokkonec {margin: 0 0 0 46px; overflow: hidden;}
.ex_nachalotorgov {margin: 11px 0 0 19px; overflow: hidden;}
.ex_konectorgov {margin: 11px 0 0 43px; overflow: hidden;}
.ex_dateobtain {margin: 11px 0 0 40px; overflow: hidden;}
.ex_dateresult {margin: 11px 0 0 47px; overflow: hidden;}

.ex_info {border-bottom: none;}
.ex_info select {width: 215px;}
.ex_info_label {padding-left: 23px; line-height: 1.7; background: #fff url(../images/icon_ex_info.png) center left no-repeat;}
.ex_region > div, .ex_tradeplace > div, .ex_vidtorgov > div, .ex_statustorgov >div {float: left;}
.ex_region {margin: 0 0 0 19px; overflow: hidden;}
.ex_vidtorgov {margin: 11px 0 0 34px; overflow: hidden;}
.ex_tradeplace {margin: 0 0 0 45px; overflow: hidden;}
.ex_statustorgov {margin: 11px 0 0 24px; overflow: hidden;}
.ex_dcat {margin: 11px 0 0 4px; overflow: hidden;}

.ex_startprice_do > div,
.ex_min_do > div,
.ex_mow_do > div,
.ex_priemzayavok_do > div,
.ex_priemzayavokkonec_do > div,
.ex_nachalotorgov_do > div,
.ex_konectorgov_do > div,
.ex_dateobtain_do > div,
.ex_dateresult_do > div,
.ex_max_discount_do > div,
.ex_finish_discount_do > div
{padding-left: 17px !important; background: url(../images/bg_tire.png) 4px center no-repeat;}

button.ui-multiselect {width: 219px; text-align: center; border-radius: none;}

.exposed_form  .ex_checkboxes {border-top: 1px solid #eee; margin: 16px 0 0; padding: 10px 0 0 33px;}
.exposed_form  .ex_checkboxes > div {display: inline-block; margin: 0 15px 0 0;}
.exposed_form  .ex_checkboxes .form-item label {float: none; display: inline-block; margin: 0 5px 0 0; font-size: 13px;}
.exposed_form  .ex_checkboxes .form-item input {margin: 0;}
/* end exposed form */

.other_exposed_form {overflow: hidden; padding: 22px 0 0 22px;}
.other_exposed_form .ex_inputs {overflow: hidden; padding: 0 0 5px; margin-right: 27px; border-bottom: 1px solid #eee;}
.other_exposed_form .ex_inputs > div {clear: both; overflow: hidden; padding-bottom: 10px;}
.other_exposed_form .ex_inputs > div > div {display: inline-block;}
.other_ex_label {float: left; width: 170px;}
.other_ex_widget {float: left; width: 350px;}
.other_ex_widget .form-item {margin: 0;}
.other_ex_widget .date-padding {margin: 0; padding: 0;}
.other_ex_sorts {clear: both; overflow: hidden; margin-top: 15px;}
.other_ex_sorts .views-widget-sort-by {float: left; width: 170px; border-right: solid 1px #eee;}
.other_ex_sorts .views-widget-sort-by .form-item, .other_ex_sorts .views-widget-sort-order .form-item {clear: both;}
.other_ex_sorts label {float: none;}
.other_ex_sorts .views-widget-sort-order {float: left; width: 170px; margin-left: 15px;}

input[type="submit"], input[type="button"] {
    background: #eb5f60 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    height: 35px;
    line-height: 35px;
    padding: 0 30px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}
input[type="submit"]:hover,
input[type="submit"]:forus, 
input[type="button"]:hover,
input[type="button"]:forus {
	background: none !important;
	background-color: #c4211a !important;	
}
input[type="submit"]#edit-delete {
	background: #7bbf62;
}

input[type="text"], input[type="password"] {
	font-size: 11px;
	line-height: 2;
	color: #6d6d6d;
	padding: 0 5px;
	border: solid 1px #ccc;
}

/* lot page */
.lot_card_node {clear: both; background: #fff; padding: 0 0 14px; border: solid 1px #eee;}
.node_first_line {margin: 12px 0 30px; padding: 0 22px 8px; overflow: hidden; line-height: 21px; border-bottom: solid 1px #eee;}

.node_second_line {padding: 0 22px;}
.node_sl_first {float: left; width: 619px; padding: 0 20px 0 0; font-size: 12px;}
.node_sl_second {float: right; width: 296px; min-height: 183px; position: relative; text-align: center; border: solid 3px #eb5f60;}
.node_sl_lotphoto {float: left; width: 619px; margin: 15px 0 0 0;}
.node_sl_lotphoto a {display: inline-block; margin: 0 10px 10px 0;}

#node_tabs {font-size: 12px; overflow: hidden; clear: both; margin: 50px 0 30px 0; padding: 0; border-radius: 0; border: none; border-bottom: solid 1px #eee;}
#node_tabs ul.ui-tabs-nav {margin: 0;}
#node_tabs a {color: #337ab7;}
#node_tabs .ui-widget-header {padding: 0; border: none; border-radius: 0; background: none;}
#node_tabs .ui-state-default {float: left; line-height: 1.8; border-radius: 0; border-right: solid 1px #efefef; border-bottom: solid 1px #efefef; border-left: none; border-top: solid 3px #fff; background: none;}
#node_tabs .ui-state-default:hover {border-top: solid 3px #eb5f60;}
#node_tabs .ui-state-default a {color: #0094cb; font-size: 16px;}
#node_tabs .ui-state-default a:hover {color: #eb5f60; text-decoration: underline;}
#node_tabs .ui-state-active {border-radius: 0; border-bottom: none; border-top: solid 3px #7bbf62;}
#node_tabs .ui-state-active a {color: #000;}
.ui-tabs .ui-tabs-nav li.ui-tabs-active, .ui-tabs .ui-tabs-nav li {margin: 0 !important; border: none;}
#node_tabs .ui-tabs-anchor {padding: 0 22px !important;}
#tabs-last {border-right: none !important;}
.ui-tabs .ui-tabs-panel {padding: 25px 23px !important;}
#node_tabs .ui-widget-content {border: none;}
#node_tabs .node {border: none; padding: 0;}
#node_tabs #dates .label-inline {display: inline-block; text-align: right; width: 200px;}
#node_tabs #dates > div {padding: 10px 0;}
#dates .date-display-range {display: inline-block;}

.node_panel a {text-decoration: underline;}
.node_panel a:hover {text-decoration: none;}

.node_offer_reduction {padding: 0 22px;}
.node_offer_reduction > div.now {font-weight: bold;}
.node_offer_reduction > div {font-family: Arial;}
.node_offer_reduction h2 {color: #0094cb; font-size: 16px;}

.lot_no_access {padding: 25px 23px !important;}
/* end */

.node .node_content {padding: 10px 0 0 0; margin-bottom: 10px; border-top: solid 1px #eee;}

.pager li > a,
.pager li > span {
  border-radius: 0;
}

.view > .item-list {float: none;}

.ui-multiselect-checkboxes li {font-size: 11px;}
.ui-multiselect-header ul {font-size: 11px;}
.ui-multiselect-filter input {display: block; margin: 0; height: 20px;}

.view-pobeditel-term-page .off_red p, .view-trade-wins .off_red p {border: none;}
.view-pobeditel-term-page .off_red, .view-trade-wins .off_red {cursor: default;}
.view-pobeditel-term-page .s_start_price, .view-pobeditel-term-page .s_start_price span,
.view-trade-wins .s_start_price, .view-trade-wins .s_start_price span
{font-size: 14px;}
.view-trade-wins .s_start_price span {display: none;}

#user-register-form  label {display: inline-block; width: 180px; text-align: right;}
.confirm-parent, .password-parent {width: auto;}
#user-register-form div.password-strength, #user-register-form div.password-confirm {margin: 0 260px 0 0 !important;}

#user-login input.form-text {display: block; width: 250px;}

.tojob {color: #eb5f60;}

/* new bookmarks */
.bookmarkorganizer-container {padding: 20px 0 0 0;}
.bookmarkorganizer-container a {text-decoration: underline; font-weight: normal;}
.bookmarkorganizer-container a:hover {text-decoration: none; color: #0094cb;}
.bookmarkorganizer-index {color: #737372; margin: 0 !important; padding: 0 !important; background: none; width: 290px !important;}
.bookmarkorganizer-index .draggable a.tabledrag-handle {margin: 0;}
.bookmarkorganizer-index a.tabledrag-handle .handle {width: 25px; height: 30px;}
.bookmarkorganizer-index-table .folder .label {color: #737372; font-weight: normal; text-align: left;}
.bookmarkorganizer-index-table .label {text-align: left; white-space: normal;}
.bookmarkorganizer-index-table-heading {background: #eb5f60; color: #fff; font-size: 10px;}
.bookmarkorganizer-index-table {border: none;}
.bookmarkorganizer-index-table tr.odd {background: #fff;}
.bookmarkorganizer-index-table tr.odd .row-label .item-list {background: none;}
.bookmarkorganizer-index-table td.row-label {margin: 0 !important; border: none;}
.bookmarkorganizer-index-table .active-item .row-label {border-left: solid 1px #eb5f60; background: #dcdbdb;}
.bookmarkorganizer-index-table .active-item .row-label a {color: #0094cb;}


.bookmarkorganizer-preview {padding: 0 0 0 20px !important; margin: 0 !important; width: 660px !important;}
.bookmarkorganizer-preview .view-bookmarkorganizer-previews {position: static;}
.bookmarkorganizer-preview .views-row > .node {margin-bottom: 20px;}
.bookmarkorganizer-preview .nomer_lota {width: auto; margin: 0 20px 7px 0;}
.bookmarkorganizer-preview .s_pobeditel {width: auto; margin: 0 20px 7px 0;}
.bookmarkorganizer-preview .s_zayavki {width: auto; margin: 0 20px 0 0;}
.bookmarkorganizer-preview .s_sl_first {width: 100%; padding: 0;}
.bookmarkorganizer-preview .s_debtor > .node {padding: 0 0 10px 0; border: none;}
.bookmarkorganizer-preview .s_sl_second {margin-top: 15px;}
.bookmarkorganizer-preview .s_sl_third {margin-top: 43px;}
.view-bookmarkorganizer-previews .feed-icon a {margin-right: 5px;}
.bookmarkorganizer-preview .s_url_etp {text-transform: none;}

form.bookmarkorganizer-rename-item-form input#edit-label {width: 80%;}
td.row-label div.item-list  {background: #eb5f60 !important;}
td.row-label div.item-list li a {font-size: 10px; color: #fff !important;}

#bookmarkorganizer-preview .bookmarkorganizer-preview-headerbar {background: #eb5f60; height: auto; padding: 5px 0; margin-bottom: 20px;}
#bookmarkorganizer-preview .bookmarkorganizer-preview-headerbar h2 {float: none; font-size: 10px; font-weight: normal;}

.bookmarkorganizer-actions {background: #dbdbdb;}
.bookmarkorganizer-index .bookmarkorganizer-actions li a, .bookmarkorganizer-index .bookmarkorganizer-actions li a:hover {color: #eb5f60 !important;}


/* end new bookmarks */
.lot_card .s_debtor > div{padding: 0 20px 0 0; border: none;}

.monthview .nomer_lota {width: auto;}

.view-questions .view-content .views-row {padding: 12px 25px 12px; background: #fff; border: solid 1px #eee;}
.view-questions .view-content .views-row h2 {font-size: 15px; margin: 0; padding: 0;}
.view-questions .view-content .views-row h2 a {color: #292929 !important; text-decoration: underline; padding: 0; margin: 0 !important;}
.view-questions .view-content .views-row h2 a:hover {text-decoration: none;}
.view-questions .view-content .views-row .views-field-author {margin-top: 5px;}
.view-questions .view-content .views-row .views-field-author a {margin-right: 10px;}

.view-block-for-page-oplata input[type="submit"] {padding: 0 16px;}
.view-block-for-page-oplata td {background: #fff; border: solid 1px #eee;}

td.remove input {background: #e2e2e2; font-size: 10px; line-height: 1; margin: 0; padding: 0 8px;}

.privatemsg-message {background: #fff; border-left: 1px solid #eee; border-right: 1px solid #eee; padding: 0 25px;}
.privatemsg-message-participants {background: #fff; border-color: #eee #eee #c5c5c5; border-style: solid; border-width: 1px 1px 2px; padding: 20px 25px; margin: 0;}

#block-views-search-filters-block {float: right; width: 200px; max-height: 393px; overflow: auto; background: #fff;}
#block-views-search-filters-block .content {padding: 10px;}
#block-views-search-filters-block .content a {text-decoration: underline;}
#block-views-search-filters-block .content a:hover {text-decoration: none;}
#block-views-search-filters-block h2 {margin: 0; padding: 10px; color: #fff; background: #0094cb;}
#block-views-search-filters-block .content .views-row {margin-bottom: 5px;}

#block-views-exp-torgi-page {float: left;}

#block-system-main {clear: both;}

table#ctl00_cphBody_gvMessages tr {background: none;}
table#ctl00_cphBody_gvMessages tr td {border: solid 1px #f6f6f6;}
table#ctl00_cphBody_gvMessages tr:nth-child(odd) {background: #f6f6f6;}
table#ctl00_cphBody_gvMessages tr:nth-child(odd) td {border: solid 1px #f6f6f6;}
table#ctl00_cphBody_gvMessages td a.message_on {color: #eb5f60;}
table#ctl00_cphBody_gvMessages tbody tr th {color: #9c9c9c; background: #f6f6f6;}

.notnecessary {color: #eb5f60;}

#edit-field-lotupdate-und div:first-child {display: none;}

.view-torgi .view-header span {color: #0094cb; font-size: 16px;}
.view-torgi .view-header a {color: #eb5f60; font-size: 16px;}
.view-torgi .view-header p {margin-top: 6px;}

/* kurs */
#node-866376 {padding-bottom: 0; border-bottom: none;}
#node-866376 .node_content {border-top: none;}
#node-866376 strong, #block-views-kurs-variants-block b {font-weight: normal; font-size: 18px; color: #0094cb;}
#block-views-kurs-variants-block {padding: 2px 25px 20px; background: #fff; border: solid 1px #eee; border-top: none;}
#block-views-kurs-variants-block .view-header {border: none; padding-bottom: none !important;}
#block-views-kurs-variants-block .view-footer {line-height: 20px; font-size: 14px;}

#block-views-kurs-variants-block .view-content {overflow: hidden; clear: both;}
#block-views-kurs-variants-block .view-content > div {width: 30%; float: right; text-align: center;}
#block-views-kurs-variants-block div.form-actions input {border-radius: 3px;}
.old_price {color: #aaa; font-size: 1.1em; text-decoration: line-through;}
.new_price {color: #ff7b7b; font-size: 1.5em;}
/* end */

.h_kurs {position: absolute; top: 49px; right: 170px; padding: 0 0 0 27px; background: url(../images/kurs.png) center left no-repeat;}
.h_kurs a {text-decoration: underline;}

/* */
#lot-node-form > div > div {border-bottom: solid 1px #ccc;}
#lot-node-form > div > div .form-item {margin: 2px 0 4px 0;}
#lot-node-form  .form-wrapper  label {width: 222px;}
/*
#lot-node-form  .form-item input[type="text"] {
	
}
*/
form.node-form legend {font-size: 100%; top: -3px;}
form.node-form fieldset {margin-bottom: 10px;}
form.node-form table th {padding: 4px 0 2px 8px; color: #000; background: #dbdbdb;}
form.node-form table th label {margin-left: 8px;}
form.node-form input.ajax-processed {background: #0094cb;}
/**/

/* debtor ku ot card */
.debtor_node, .ku_node, .ot_node {clear: both; background: #fff; padding: 20px; border: solid 1px #eee;}
.debtor_node td.views-field-field-lot-startprice,
.ku_node td.views-field-field-lot-startprice,
.ot_node td.views-field-field-lot-startprice
{width: 170px;}
.debtor_node td.views-field-field-lot-url-tradesite .s_url_etp,
.ku_node td.views-field-field-lot-url-tradesite .s_url_etp,
.ot_node td.views-field-field-lot-url-tradesite .s_url_etp
{width: 130px;}
.debtor_node td.views-field-field-lot-data-torgov,
.ku_node td.views-field-field-lot-data-torgov,
.ot_node td.views-field-field-lot-data-torgov
{width: 140px;}
.debtor_node .s_start_price,
.ku_node .s_start_price,
.ot_node .s_start_price
 {font-size: 14px;}
.debtor_node .s_vid_lota,
.ku_node .s_vid_lota,
.ot_node .s_vid_lota
{font-size: 12px;}
.debtor_node .s_start_price span,
.ku_node .s_start_price span,
.ot_node .s_start_price span
{font-size: 12px;}
.debtor_node .ui-tabs .ui-tabs-panel,
.ku_node .ui-tabs .ui-tabs-panel,
.ot_node .ui-tabs .ui-tabs-panel
{padding: 20px 0 0 0 !important;}

.debtor_content table tr, 
.debtor_content table tr th,
.ku_content table tr, 
.ku_content table tr th,
.ot_node table tr, 
.ot_node table tr th
{background: none;}
.debtor_content table tr th,
.ku_content table tr th,
.ot_node table tr th
{color: #939292;}
.debtor_content table tr td,
.ku_content table tr td,
.ot_node table tr td
{border: 1px solid #eee;}

.activenoactivelots .anl_predmettorgov a {color: #6d6b6b !important; text-decoration: none;}
.activenoactivelots .anl_predmettorgov a:hover {text-decoration: underline;}
.anl_predmettorgov a img {float: left !important; margin: 0 10px 10px 0;}
.activenoactivelots .view-header {border-top: none;}
.activenoactivelots table.views-table tr {background: none;}
.activenoactivelots table.views-table tr th {color: #9c9c9c; background: #f6f6f6;}
.activenoactivelots table.views-table tr td {border: solid 1px #f6f6f6;}
.activenoactivelots table.views-table tr.even {background: #f6f6f6;}
.activenoactivelots table.views-table tr:.even td {border: solid 1px #f6f6f6;}
.activenoactivelots table.views-table td a.message_on {color: #eb5f60;}
.activenoactivelots table.views-table tbody tr th {color: #9c9c9c; background: #f6f6f6;}

/* end */


/* pb folder */
.pb-folder-widget ul.dropdown-menu {padding: 0;}
.pb-folder-widget ul.dropdown-menu li {position: relative;}
.pb-folder-widget ul.dropdown-menu li div.ajax-progress {position: absolute; left: 0; top: 3px;}
.pb-folder-widget .widget-status {display: none;}

.pb-folder-widget .btn-default, 
.pb-folder-widget .btn-default:active, 
.btn-default.active, 
.open > .dropdown-toggle.btn-default {background: url(../images/icon_bg_izbrannoe.png) top left no-repeat; color: #737373; text-decoration: underline; padding: 4px 0 4px 32px; border: none; text-shadow: none; box-shadow: none;}

.pb-folder-widget .pb-folder-active, 
.pb-folder-widget .btn-default:active,
.pb-folder-widget .btn-default:hover,
.btn-default.active, 
.open > .dropdown-toggle.btn-default {background: url(../images/icon_bg_izbrannoe.png) left -26px no-repeat; text-decoration: none;}
/* end */

/* pb note */
.pb-note-note-form .form-item {clear: both; margin-top: 7px 0 0 0; padding: 10px 0 0 0; border-top: 1px solid #eee;}
.pb-note-note-form .form-actions {margin: 5px 0 0 0; padding: 0;}
.pb-note-note-form .actions-wrapper input {margin: 0 10px 0 0; padding: 3px 17px; font-size: 12px; line-height: 1; color: #6d6b6b; text-shadow: none; text-transform: none; background: none; border: solid 1px #ccc;}
.pb-note-note-form .actions-wrapper input:hover, .pb-note-note-form .actions-wrapper input:focus {color: #fff; background: #c4211a;}
.pb-note-note-form textarea {padding-left: 32px !important; background: url(../images/bg_pb_note.png) no-repeat scroll 10px center;}

#pb-folder-view  .folder-view-nav ul.nav {margin: 20px 0 17px 0; padding: 0;}
#pb-folder-view  .folder-view-nav ul.nav li span.count {color: #fff;}
#pb-folder-view  .folder-view-nav ul.nav li a {background: #337ab7; margin: 0 10px 4px 0; line-height: 14px;}
#pb-folder-view  .folder-view-nav ul.nav li, #pb-folder-view  .folder-view-nav ul.nav li a {color: #fff;}
#pb-folder-view  .folder-view-nav ul.nav li a:hover,
#pb-folder-view  .folder-view-nav ul.nav li.active  a{background: #eb5f60;}
#pb-folder-view  .folder-view-nav ul.nav li  div.ajax-progress {position: absolute; bottom: 0; left: 0;}
#pb-folder-view .folder-view-nav ul.nav > li .actions button {padding: 0; margin: 0 5px 0 0;}
#pb-folder-view .folder-view-nav ul.nav > li .actions {margin-top: -6px;}
#pb-folder-view i.fa-times {padding: 6px; background: url(../images/bg_delete_folder.png) top left no-repeat;}
#pb-folder-view i.fa-pencil {padding: 6px; background: url(../images/bg_edit_folder.png) top left no-repeat;}
#pb-folder-view i.fa-plus {display: inline-block; padding: 6px; background: url(../images/bg_create_folder.png) center center no-repeat;}

#pb-folder-view a.pb-folder-delete {margin-top: 20px;}
/* end */

.displaynone {display: none;}

.node-news img {border: solid 1px #ccc;}

.lotman select, .lotman input {width: 200px;}
.lotman2 .field-name-field-lot-category select, .lotman3 .field-name-field-lot-category select {height: 200px;}