@charset "UTF-8";
/* Generated by sass compiler.
 *
 * details: http://sass-lang.com
 * Warning! Please synchronize all changes made to layout.css with it's original layout.sass
 * Or use sass compiler: make your changes and recompile layout.css using following command:
 * sass --no-cache --update layout.sass:layout.css
 * in your command prompt
 *
 * Windows users should install ruby and ruby devkit in order to install sass compiler
 * after installing ruby and devkit, open msys.bat in root of devkit folder(usually the same as ruby) and run:
 *
 * gem install sass */
.top-block .search input[type=submit], .search-button {
  position: absolute;
  right: 2px;
  bottom: 0;
  cursor: pointer;
  background: url(../site_img/search.png) center center no-repeat #7aa799;
  width: 32px;
  height: 32px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px; }

h1 {
  line-height: 30px;
  font-size: 25px; }
  h1.left {
    line-height: 42px;
    height: 42px; }

.clear {
  clear: both; }

.hide {
  display: none; }

.left {
  float: left; }

.show {
  display: block !important; }

.align-left {
  text-align: left !important; }

.target_user:hover {
  cursor: pointer;
  text-decoration: underline; }

table.default td {
  padding: 5px; }
table.default .even td {
  background: #f3f1c6; }
table.default td, table.default th {
  text-align: left; }

td.align-left {
  padding-left: 10px; }

body {
  height: 100%;
  background: #fefabb;
  position: relative;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
  color: #333333; }

.rounded-header {
  -moz-border-radius: 0 0 7px 7px;
  -webkit-border-radius: 0 0 7px 7px;
  -khtml-border-radius: 0 0 7px 7px;
  border-radius: 0 0 7px 7px; }

.rounded-content {
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  -khtml-border-radius: 7px;
  border-radius: 7px; }

.rounded-input {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px; }

.horizontal-line {
  font-size: 0;
  line-height: 0;
  height: 1px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  margin: 15px 0 15px 0; }

.background_top {
  background: url(/site_img/bg_page_top.png) top center repeat-y; }

.background_bottom2 {
  background: url(/site_img/bg_page_bottom.png) bottom center repeat-y; }

body {
  background: url(/site_img/body_bg.png) center center repeat-y #486456; }

.page {
  width: 980px;
  margin: 0 auto;
  position: relative; }

.layout-box {
  float: left;
  margin: 0; }

/* fix for column */
.page {
  overflow: hidden; }

.inner {
  min-height: 550px;
  padding: 0 0 100px 0;
  margin: 0 0 50px 0;
  border-left: 1px solid #dbd9d8;
  border-right: 1px solid #dbd9d8; }
  .inner.wide {
    border-right: none; }
  .inner section.inner-content {
    padding: 15px; }
    .inner section.inner-content > section ul > li {
      padding: 10px 0; }
      .inner section.inner-content > section ul > li a {
        color: #676665;
        text-decoration: none; }
        .inner section.inner-content > section ul > li a:hover {
          text-decoration: underline; }

.content.full_width h2, .content.full_width h3, .content.full_width section.success {
  font-size: 20px;
  font-weight: bold;
  line-height: 30px; }
  .content.full_width h2.success, .content.full_width h3.success, .content.full_width section.success {
    color: #066178;
    padding-bottom: 15px; }
.content.full_width ul > li.even {
  background-color: #f3f1c6; }
.content.full_width ul > li a {
  color: black;
  text-decoration: none;
  display: inline-block;
  zoom: 1;
  *display: inline;
  max-width: 760px; }
.content.full_width ul > li img {
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  *display: inline; }

.header {
  height: 203px;
  background: url(/site_img/bg_header.png);
  margin: 0 0 15px 0; }

.sms-access input {
  padding: 10px;
  border: 1px solid #cedad4;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px; }
.sms-access p.error {
  text-align: left; }
.sms-access p.success {
  color: #066178; }
.sms-access p.error, .sms-access p.success {
  font-weight: bold; }
.sms-access .slider {
  display: none;
  border-top: 1px solid #066178;
  border-bottom: 1px solid #066178;
  padding: 10px 0; }
.sms-access .title, .sms-access .close {
  cursor: pointer; }
.sms-access .close {
  color: #066178; }

.top-block {
  position: relative;
  width: 980px;
  height: 150px; }
  .top-block .logo {
    float: left;
    padding: 30px 10px 7px 57px; }
  .top-block .logo-title {
    width: 265px;
    text-align: center;
    font-size: 11px;
    color: #818080; }
  .top-block .login {
    position: absolute;
    top: 0;
    left: 410px;
    width: 295px;
    height: 146px;
    background: url(/site_img/bg_top_login.png);
    border-radius: 0 0 150px 150px;
    overflow: hidden; }
    .top-block .login .error {
      position: absolute;
      text-align: center;
      left: 55px; }
    .top-block .login .input-error {
      border: none !important;
      border-bottom: 1px solid red !important;
      background: transparent !important;
      -webkit-box-shadow: none !important;
      -moz-box-shadow: none !important;
      box-shadow: none !important; }
    .top-block .login table {
      margin: 0 0 8px 5%;
      border-collapse: collapse;
      width: 90%; }
      .top-block .login table.bottom {
        width: 180px;
        margin-left: 58px; }
      .top-block .login table.top {
        margin-left: 20px;
        width: 255px; }
    .top-block .login tr td {
      text-align: center;
      vertical-align: bottom;
      font_size: 12px;
      color: #585757;
      padding: 3px 5px; }
      .top-block .login tr td.align-right {
        text-align: right;
        border-right: 1px solid #969b98;
        padding-right: 10px; }
      .top-block .login tr td.align-left {
        padding-left: 10px;
        text-align: left; }
      .top-block .login tr td.user {
        padding: 5px 0;
        border-bottom: 1px solid #969b98; }
      .top-block .login tr td.top-line {
        padding: 5px 4px 3px;
        border-top: 1px solid #969b98; }
    .top-block .login a {
      font-size: 12px;
      color: #585757;
      text-decoration: none; }
      .top-block .login a:hover {
        text-decoration: underline; }
    .top-block .login input {
      width: 156px;
      height: 19px;
      background: none;
      border: none;
      border-bottom: 1px solid #aaaeaa; }
  .top-block .login .login-btn {
    /* padding: 4px 25px 5px 25px; */
    background: #8dc8cf;
    border: 1px solid #cedfde;
    font-size: 12px;
    color: #585757;
    text-decoration: none;
    display: block;
    width: 100px;
    margin: 10px auto 10px auto; }
  .top-block .search {
    float: right;
    width: 175px;
    padding: 45px 35px 0 0;
    position: relative; }
    .top-block .search label {
      font-size: 14px;
      color: #707070;
      display: block;
      float: right;
      padding: 0 10px 7px 0; }
    .top-block .search input {
      width: 168px;
      height: 30px;
      float: right;
      border: 1px solid #cedad4;
      padding: 0 3px 0 5px; }

/* Search form */
/* Menu */
.menu ul li {
  float: left;
  padding: 15px 30px 0 30px; }
  .menu ul li a {
    font-size: 14px;
    font-weight: bold;
    color: #066178;
    text-decoration: none; }
    .menu ul li a:hover {
      text-decoration: underline; }

/* Header                 end */
/* Footer                 start
 *------------------------------ */
.footer-wrapper {
  padding: 15px 0 125px; }

.footer {
  position: relative;
  min-height: 202px;
  /* temp */
  width: 100%;
  overflow: hidden;
  background: url(/site_img/bg_footer.png); }
  .footer .footer-menu {
    width: 835px; }
    .footer .footer-menu li a:hover {
      text-decoration: underline; }
    .footer .footer-menu ul li {
      float: left;
      padding: 20px 0 0 35px; }
      .footer .footer-menu ul li a {
        font-size: 12px;
        color: #066178;
        font-weight: bold;
        text-transform: uppercase;
        text-decoration: none; }
    .footer .footer-menu li li {
      float: none;
      text-transform: none;
      padding: 12px 0 0 0; }
      .footer .footer-menu li li a {
        font-weight: normal;
        text-transform: none;
        font-size: 11px;
        color: #3c6c73; }

/* Footer Menu */
/* Cloud Tag */
.cloud-tag {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 310px;
  padding: 10px 10px 25px 25px; }
  .cloud-tag a {
    font-size: 10px;
    color: #585757;
    text-decoration: none;
    line-height: 12px; }
    .cloud-tag a:hover {
      text-decoration: underline; }

/* Site Created */
.footer .created-by {
  height: 116px;
  width: 138px;
  position: absolute;
  top: 50px;
  right: 0px;
  background: url(/site_img/created_by.png) no-repeat; }
  .footer .created-by .description {
    position: absolute;
    top: 25px;
    right: 12px;
    font-size: 12px;
    color: #5e7ca5;
    text-align: right; }
  .footer .created-by .copyryght {
    position: absolute;
    bottom: 30px;
    right: 12px;
    font-size: 12px;
    font-weight: bold;
    color: #5e7ca5; }
  .footer .created-by img {
    position: absolute;
    left: 13px;
    top: 45px; }

/* Footer                 end
 *------------------------------ */
/* Content elements       start
 *------------------------------ */
.page-content {
  background: url(/site_img/bg_content.png); }

.content {
  width: 571px;
  float: left; }
  .content.wide {
    width: 765px; }
    .content.wide .items-block li {
      width: 740px; }
      .content.wide .items-block li .item-content {
        width: 630px; }
  .content.full_width {
    width: 960px;
    padding: 10px; }

.text-block {
  font-size: 14px;
  color: #707070;
  line-height: 18px; }
  .text-block .title_with_buttons img {
    max-width: 16px;
    vertical-align: middle; }
  .text-block .title_with_buttons .title {
    float: left; }
  .text-block .title_with_buttons section {
    padding-top: 15px;
    float: right; }
  .text-block p, .text-block span, .text-block em, .text-block u, .text-block i, .text-block li, .text-block td, .text-block a, .text-block div, .text-block b, .text-block strong {
    font-size: 14px;
    color: #707070;
    line-height: 18px; }
  .text-block p {
    padding: 0 0 10px 0; }
  .text-block table {
    width: 100%;
    border: 1px solid #e4e6e5; }
    .text-block table tr td {
      border: 1px solid #e4e6e5; }
  .text-block thead {
    background: #dcf0f3; }
    .text-block thead tr td {
      padding: 13px 16px 13px 16px;
      font-size: 14px;
      color: 848585; }
  .text-block tbody tr td {
    padding: 7px 10px;
    font-size: 14px;
    color: 848585; }
  .text-block tbody tr:nth-child(even) td {
    background: #f6f8f7; }

.content .padding-text-block {
  padding: 10px 20px 15px 18px; }

.text-block .title {
  font-size: 18px;
  color: #066178;
  padding: 10px 0 15px 0; }

.content .text-block .title-article {
  font-size: 14px;
  color: #066178;
  font-weight: bold;
  padding: 35px 0 10px 0; }

.text-block-h-line {
  font-size: 0;
  line-height: 0;
  height: 1px;
  border-bottom: 1px solid #b6b4b4;
  margin: 30px 0 0 0; }

.content .text-block .sub-title-article {
  font-size: 16px;
  color: #4e4e4d;
  padding: 10px 0 10px 0; }
.content .text-block a {
  font-size: 14px;
  text-decoration: none;
  color: #2a2828; }
  .content .text-block a:hover {
    text-decoration: underline; }
.content .text-block p, .content .text-block span {
  font-size: 14px;
  color: #707070; }
.content .text-block strong {
  font-size: 14px;
  color: #171717; }
.content .text-block h1 {
  font-size: 20px; }
.content .text-block h2, .content.full_width .text-block h3, .content.full_width .text-block section.success {
  font-size: 18px; }
.content .text-block h3 {
  font-size: 16px; }
.content .text-block h4 {
  font-size: 14px; }
.content .text-block h5 {
  font-size: 13px; }
.content .text-block h6 {
  font-size: 12px; }
.content .text-block h1, .content .text-block h2, .content.full_width .text-block h3, .content.full_width .text-block section.success, .content .text-block h3, .content .text-block h4, .content .text-block h5, .content .text-block h6 {
  color: #066178; }

/* Content List */
.content-list {
  padding: 30px 15px 0 12px; }
  .content-list .content-list-title {
    font-size: 14px;
    color: #066178;
    font-weight: bold;
    padding: 0 0 25px 5px; }
  .content-list ul li {
    padding: 17px 5px 18px 5px;
    /* border-top: 1px solid #b8b7b4; */
    border-bottom: 1px solid #b8b7b4;
    display: block;
    overflow: hidden; }
  .content-list ul .first {
    border-top: 1px solid #b8b7b4; }
  .content-list img {
    float: left; }
  .content-list .list-item-description {
    float: left;
    width: 285px;
    padding: 3px 0 0 15px; }
    .content-list .list-item-description .list-item-descript-title {
      font-size: 14px;
      color: #272727;
      line-height: 16px;
      padding: 0 0 15px 0; }
      .content-list .list-item-description .list-item-descript-title a {
        font-size: 14px;
        color: #272727;
        line-height: 16px;
        text-decoration: none; }
        .content-list .list-item-description .list-item-descript-title a:hover {
          text-decoration: underline; }
    .content-list .list-item-description p, .content-list .list-item-description span {
      font-size: 14px;
      color: #777777;
      line-height: 16px; }

.link-item-btn {
  padding: 6px 15px 5px 11px;
  background: #eaf3f4;
  border-top: 1px solid #cedfde;
  font-size: 14px;
  color: #6e6e6e;
  text-decoration: none;
  display: block;
  width: 115px;
  margin: 13px 0 0 0; }
  .link-item-btn:hover {
    border-top: 1px solid #c5d9d8;
    color: #6e6e6e; }

/* */
/* Paginayion */
.pagination {
  text-align: center;
  padding-top: 10px; }
  .pagination ul {
    margin: 0 auto; }
    .pagination ul li {
      display: inline-block;
      padding: 0 6px; }
      .pagination ul li a {
        font-size: 11px;
        color: #777777;
        text-decoration: none;
        display: block;
        width: 22px;
        line-height: 22px;
        height: 22px;
        text-align: center;
        background: white;
        border: 1px solid #d1dfe2;
        -moz-border-radius: 13px;
        -webkit-border-radius: 13px;
        -khtml-border-radius: 13px;
        border-radius: 13px; }
      .pagination ul li.prev a, .pagination ul li.next a {
        background: none;
        border: none;
        height: auto;
        line-height: normal; }
      .pagination ul li.active a {
        width: 26px;
        height: 26px;
        line-height: 26px;
        background: #d4eaec;
        -moz-border-radius: 13px;
        -webkit-border-radius: 13px;
        -khtml-border-radius: 13px;
        border-radius: 13px; }

/* items-block */
.items-block .title {
  font-size: 18px;
  color: #066178;
  padding: 23px 0 25px 19px;
  text-decoration: none; }
  .items-block .title a {
    font-size: 18px;
    color: #066178;
    padding: 23px 0 25px 19px;
    text-decoration: none; }
    .items-block .title a:hover {
      text-decoration: underline; }
.items-block > ul > li {
  /*float:left; */
  display: inline-block;
  /*     ie-hack start */
  zoom: 1;
  *display: inline;
  /* ie-hack end */
  vertical-align: top;
  width: 135px;
  margin: 0 15px 0 15px; }
.items-block > ul.horizontal > li {
  float: none;
  width: auto;
  display: table;
  padding: 0 0 15px 0;
  margin-bottom: 15px; }
  .items-block > ul.horizontal > li .image {
    display: block;
    vertical-align: top;
    float: left;
    width: 110px; }
    .items-block > ul.horizontal > li .image img {
      width: 100px; }
  .items-block > ul.horizontal > li .item-content {
    /*				display:table-cell;
     *          vertical-align:top; */
    display: block;
    float: left;
    width: 400px; }
    .items-block > ul.horizontal > li .item-content table {
      width: 400px; }
      .items-block > ul.horizontal > li .item-content table tr td {
        width: 33%;
        vertical-align: top; }
        .items-block > ul.horizontal > li .item-content table tr td li {
          padding-bottom: 5px; }
  .items-block > ul.horizontal > li .controls {
    margin-top: 10px; }
.items-block li .title {
  font-size: 13px;
  color: black;
  font-weight: bold;
  line-height: 15px;
  padding: 0 0 15px 0;
  text-decoration: none; }
  .items-block li .title a {
    font-size: 13px;
    color: black;
    font-weight: bold;
    line-height: 15px;
    padding: 0 0 15px 0;
    text-decoration: none; }
.items-block ul.horizontal li .title {
  padding-bottom: 5px; }
.items-block li .title a {
  padding: 0; }
  .items-block li .title a:hover {
    text-decoration: underline; }
.items-block img {
  width: 130px;
  margin: 0 0 15px 0; }
.items-block .date {
  font-size: 13px;
  color: black;
  line-height: 15px;
  text-decoration: none; }
  .items-block .date a {
    font-size: 13px;
    color: black;
    line-height: 15px;
    text-decoration: none; }
    .items-block .date a:hover {
      text-decoration: underline; }
.items-block ul.horizontal li .category {
  color: #767373;
  font-size: 11px;
  font-family: Tahoma, Geneva, sans-serif;
  padding: 0 0 6px 0; }
.items-block p {
  font-size: 12px;
  color: #676665; }
.items-block .link-all {
  font-size: 14px;
  color: #066178;
  float: right;
  margin: 15px 20px 15px 0;
  text-decoration: none; }
  .items-block .link-all:hover {
    text-decoration: underline; }

.content-h-line {
  /*width: 495px; */
  font-size: 0;
  line-height: 0;
  height: 1px;
  border-top: 1px solid #b7b4b4;
  margin: 0 8px; }

/* articles-preview-block */
.articles-preview-block {
  padding: 0 18px 0 18px; }
  .articles-preview-block tr td {
    width: 50%;
    padding: 0 20px 0 20px;
    border-right: 1px solid #818080; }
  .articles-preview-block thead tr td {
    font-size: 18px;
    color: #066178;
    padding: 30px 25px 30px 20px;
    border-top: 1px solid #818080; }
    .articles-preview-block thead tr td a {
      text-decoration: none;
      font-size: 18px;
      color: #066178; }
      .articles-preview-block thead tr td a:hover {
        text-decoration: underline; }
  .articles-preview-block thead .right {
    text-align: right;
    border-right: none; }
  .articles-preview-block tbody td {
    padding: 18px 20px 18px 20px;
    border-bottom: 1px solid #818080; }
  .articles-preview-block tbody .last {
    border-right: none; }
  .articles-preview-block td img {
    margin: 0 0 20px 0; }
  .articles-preview-block td .date {
    font-size: 14px;
    color: #010101;
    margin: 0 0 3px 0; }
  .articles-preview-block td .title {
    font-size: 14px;
    color: #010101;
    font-weight: bold;
    margin: 0 0 13px 0; }
    .articles-preview-block td .title a {
      font-size: 14px;
      color: #010101;
      font-weight: bold;
      text-decoration: none; }
      .articles-preview-block td .title a:hover {
        text-decoration: underline; }
  .articles-preview-block tbody td {
    font-size: 12px;
    color: #707070; }
    .articles-preview-block tbody td p, .articles-preview-block tbody td span {
      font-size: 12px;
      color: #707070;
      line-height: 14px; }
    .articles-preview-block tbody td .link-all {
      font-size: 14px;
      color: #066178;
      float: right;
      margin: 15px 0 0px 0;
      text-decoration: none; }
      .articles-preview-block tbody td .link-all:hover {
        text-decoration: underline; }

/* Left Side */
.left-side {
  width: 202px;
  float: left; }

.left-side-menu {
  padding: 30px 0 0 18px; }
  .left-side-menu a {
    font-size: 12px;
    color: black;
    font-weight: bold;
    text-decoration: none; }
    .left-side-menu a:hover {
      text-decoration: underline; }
  .left-side-menu ul {
    padding: 10px 0 10px 0; }
  .left-side-menu li li {
    padding: 10px 0 10px 15px; }

/* Subscription */
.subscription {
  height: 254px;
  width: 189px;
  margin: 10px 0 10px 0;
  background: url(/site_img/subscription.png) no-repeat; }
  .subscription .radio {
    height: 16px;
    width: 16px;
    display: block;
    float: left;
    margin: 0 5px 0 0;
    background: url(/site_img/radio_marker.png) 0 0 no-repeat; }
  .subscription .radio-selected {
    height: 16px;
    width: 16px;
    display: block;
    float: left;
    margin: 0 5px 0 0;
    background: url(/site_img/radio_marker.png) 0 -16px no-repeat; }
  .subscription ul {
    padding: 35px 0 0 0;
    font-size: 12px;
    color: #585757; }
    .subscription ul li {
      display: block;
      line-height: 16px;
      padding: 0 0 5px 5px; }
      .subscription ul li a.radio + label {
        cursor: pointer; }
    .subscription ul li.head {
      font-size: 14px;
      color: #066178;
      font-weight: bold;
      padding: 0 0 10px 30px; }
    .subscription ul li {
      vertical-align: middle; }
      .subscription ul li.label-subscribe {
        padding: 15px 0 0 25px; }
        .subscription ul li.label-subscribe label {
          font-size: 14px;
          color: #4a4a4a;
          font-weight: bold; }
      .subscription ul li.tall {
        height: 40px;
        padding: 10px 0;
        position: relative; }
        .subscription ul li.tall input {
          margin: 0; }
      .subscription ul li input {
        margin: 10px 0 0 -6px;
        height: 30px;
        width: 138px;
        border: 1px solid #d9d7d6; }
      .subscription ul li .subscr-btn {
        font-size: 12px;
        color: #4a4a4a;
        padding: 4px 5px 5px 5px;
        background: #cde6eb;
        border: 1px solid #ebf1f4;
        width: 68px;
        display: block;
        text-decoration: none;
        margin: 0 0 13px 18px; }
      .subscription ul li .un-subscr-btn {
        font-size: 12px;
        color: #4a4a4a;
        text-decoration: none;
        margin: 0 0 0 22px; }

/* Right Side */
.right-side {
  width: 203px;
  float: left;
  padding: 25px 0 0 0; }

.right-side-block {
  padding: 0 0 0 20px; }
  .right-side-block .title {
    font-size: 12px;
    color: #066178;
    font-weight: bold;
    padding: 10px 0 13px 0;
    width: 192px; }
    .right-side-block .title a {
      font-size: 12px;
      color: #066178;
      font-weight: bold;
      text-decoration: none; }
      .right-side-block .title a:hover {
        text-decoration: underline; }
  .right-side-block ul li {
    padding: 0 0 12px 0; }
    .right-side-block ul li a {
      font-size: 12px;
      color: #676665;
      text-decoration: none; }
      .right-side-block ul li a:hover {
        text-decoration: underline; }

.right-side-block-h-line {
  width: 170px;
  font-size: 0;
  line-height: 0;
  height: 1px;
  border-bottom: 1px solid #b7b6b4; }

/* Content elements       end
 *------------------------------ */
/* Reg form */
.reg-box {
  background: white;
  border: 1px solid #cadbde;
  margin: 0 20px 20px 18px;
  /* padding: 25px 23px 20px 20px; */
  padding: 25px 18px 20px 15px; }
  .reg-box label {
    display: block;
    font-size: 12px;
    color: #afaeae;
    padding: 0 0 0 0;
    margin: 3px 0 0 0; }

form.profile label {
  display: block;
  font-size: 12px;
  color: #6f6e6e;
  padding: 0 0 0 0;
  margin: 3px 0 0 0; }

.reg-box.add-object td {
  padding: 0 0 5px; }
.reg-box.no-margin {
  margin: 0 !important; }
  .reg-box.no-margin label {
    position: relative; }
    .reg-box.no-margin label span.error {
      left: 285px;
      top: 1px;
      text-align: left; }
  .reg-box.no-margin input, .reg-box.no-margin textarea {
    margin: 0 !important; }
.reg-box td > div {
  position: relative; }
.reg-box label span {
  padding: 0;
  font-size: 10px;
  color: #afaeae; }
.reg-box span {
  margin: 3px 0 0 0;
  padding: 0 3px 0 3px;
  font-size: 10px;
  color: #afaeae;
  float: right; }
  .reg-box span.error {
    position: absolute;
    bottom: 0;
    right: 0; }
.reg-box input[type=text], .reg-box input[type=password], .reg-box textarea, .reg-box form.profile input[type=password], form.profile .reg-box input[type=password] {
  width: 260px;
  height: 24px;
  border: 1px solid #dee7e8;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  -khtml-border-radius: 7px;
  border-radius: 7px;
  /* Input shadow */
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
  /* Для Firefox */
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
  /* Для Safari и Chrome */
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) inset;
  /* Параметры тени */
  filter: progid:DXImageTransform.Microsoft.shadow(direction=120, color=#000000, strength=3);
  padding: 0 5px 0 10px;
  margin: 0 0 0 10px;
  background: white;
  text-align: left !important; }
.reg-box textarea {
  height: 100px;
  resize: none; }
.reg-box select {
  padding: 5px 10px; }

form.profile input[type=text], form.profile .reg-box textarea, .reg-box form.profile textarea, form.profile input[type=password], form.profile .floating-bar textarea, .floating-bar form.profile textarea {
  width: 260px;
  height: 24px;
  border: 1px solid #dee7e8;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  -khtml-border-radius: 7px;
  border-radius: 7px;
  /* Input shadow */
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
  /* Для Firefox */
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
  /* Для Safari и Chrome */
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
  /* Параметры тени */
  filter: progid:DXImageTransform.Microsoft.shadow(direction=120, color=#000000, strength=3);
  padding: 0 5px 0 10px;
  margin: 0 5px 0 0;
  vertical-align: top; }
form.profile h3 {
  padding: 15px 0; }
form.profile span > .btn-reg-submit.block {
  padding: 0 10px;
  float: none;
  display: inline-block; }
form.profile ul.regions li {
  width: 350px;
  padding: 5px;
  height: 16px;
  line-height: 16px; }
  form.profile ul.regions li:hover {
    text-decoration: underline; }

a.checkbox {
  background: url(../site_img/checkbox_bg.gif) left center no-repeat;
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding: 10px 20px 10px;
  cursor: pointer; }
  a.checkbox.checked {
    background: url(../site_img/checkbox_active_bg.gif) left center no-repeat; }

.text-block.positioned {
  position: relative;
  top: -20px;
  padding-left: 15px; }

.reg-box tr td, form.profile tr td {
  text-align: right;
  padding: 0 0 18px 0;
  vertical-align: top; }

.reg-box tr .last {
  vertical-align: top; }

.btn-reg-submit {
  text-decoration: none;
  width: auto;
  font-size: 14px;
  color: white !important;
  background: #41c441;
  /* border: 1px solid #3ad03a; */
  border: 1px solid #31c431;
    border-bottom: 1px solid #0b610b;
  padding: 11px 8px 10px 8px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer; }
  .btn-reg-submit.block {
    display: inline-block;
    margin-right: 5px;
    height: auto; }
    .btn-reg-submit.block.red {
      background-color: #da4f49;
      border: 1px solid #da4f49;
        border-bottom: 1px solid black; }
    .btn-reg-submit.block.black {
      color: white;
      background-color: black;
      border: 1px solid black;
        border-bottom: 1px solid dimgrey; }

/* margin: 0 75px 0 0; */
.btn-grey {
  font-size: 14px;
  color: #333333;
  background: #dce5e7;
  /* border: 1px solid #3ad03a; */
  border: 1px solid #bccacd;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  padding: 11px 8px 10px;
  cursor: pointer;
  display: inline-block; }

/* margin: 0 75px 0 0; */
.input-error, input.error, textarea.error {
  border: 1px solid #fc6464 !important;
  /* Input shadow */
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1) !important;
  /* Для Firefox */
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1) !important;
  /* Для Safari и Chrome */
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1) !important; }

/* Параметры тени */
.error {
  font-size: 10px;
  color: #ff5555 !important;
  padding: 5px 0 5px 0;
  text-align: right; }

section.error {
  text-align: left;
  font-size: 14px;
  line-height: 18px;
  padding: 5px 10px 10px 0; }

.form-result {
  font-size: 16px;
  color: #afaeae;
  line-height: 21px; }

.capcha img {
  border: 1px solid #dee7e8;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  -khtml-border-radius: 7px;
  border-radius: 7px; }

.submit_form_reg {
  width: 150px !important;
  vertical-align: middle !important; }

.filter-block {
  padding: 15px 0 20px 10px; }
  .filter-block .label {
    color: #066178;
    font-weight: bold;
    font-size: 14px;
    padding: 0 0 8px 0; }
  .filter-block .options-list {
    padding: 0 0 20px 0; }
    .filter-block .options-list li {
      display: block;
      padding: 0 0 10px 0; }
      .filter-block .options-list li ul {
        padding: 10px 0 0 15px; }
      .filter-block .options-list li a {
        font-size: 12px;
        display: block;
        color: #676665;
        text-decoration: none;
        padding: 2px 0 2px 20px;
        background: url(/site_img/checkbox_bg.gif) 0 0 no-repeat; }
    .filter-block .options-list.checkbox li a {
      background: url(/site_img/radio_box_bg.png) 0 0 no-repeat; }
    .filter-block .options-list li.selected > a {
      background: url(/site_img/checkbox_active_bg.gif) 0 0 no-repeat; }
    .filter-block .options-list.checkbox li.selected > a {
      background: url(/site_img/radio_box_bg_checked.png) 0 0 no-repeat; }

.text-block .grey-text {
  color: #676665;
  padding: 0 0 10px 0;
  font-size: 12px; }

.payment-form {
  padding: 0 10px; }
  .payment-form fieldset td {
    padding: 5px 35px 5px 0; }
  .payment-form .prices-table {
    padding: 10px 0 0 0; }
    .payment-form .prices-table td {
      text-align: left;
      padding: 4px 2px; }
      .payment-form .prices-table td .generic-button {
        padding: 0; }
    .payment-form .prices-table .even td {
      background: #f3f1c6; }
    .payment-form .prices-table td {
      font-size: 12px; }
      .payment-form .prices-table td span, .payment-form .prices-table td label, .payment-form .prices-table td strong {
        font-size: 12px; }
      .payment-form .prices-table td.price {
        text-align: center;
        color: #999999; }
      .payment-form .prices-table td.selected-package {
        color: black; }
    .payment-form .prices-table tr:hover td {
      background: lightgrey; }
    .payment-form .prices-table tr.even:hover td {
      background: lightgrey; }
    .payment-form .prices-table tr.selected td {
      background: #b5e5b5; }
  .payment-form li > span {
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 100px; }
  .payment-form li input {
    border: 1px solid #cedad4;
    padding: 5px;
    background: white;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px; }

/* */
.total-price-container {
  font-size: 14px !important;
  text-align: right;
  padding: 10px 0; }
  .total-price-container > span, .total-price-container > strong {
    font-size: 14px; }

div.validation-errors {
  padding: 10px;
  color: #066178;
  display: none;
  margin-bottom: 15px; }
div.generic-error {
  padding: 10px;
  color: #066178;
  display: none;
  margin-bottom: 15px;
  display: block;
  margin: 10px; }

.generic-error p {
  font: 14px/20px Arial, Tahoma, sans-serif; }
.generic-error a {
  color: #676665;
  font: 14px/20px Arial, Tahoma, sans-serif; }
  .generic-error a:hover {
    text-decoration: none; }
.generic-error h1 {
  border-bottom: 1px solid #066178;
  font: bold 20px/30px Arial, Tahoma, sans-serif;
  margin-bottom: 5px;
  padding-bottom: 5px; }

.payment-form ul li {
  padding-bottom: 10px; }

div.button-set {
  padding: 10px 0 0 2px; }
  div.button-set > input {
    margin-right: 5px; }

.centered {
  text-align: center; }

h2.centered, .content.full_width h3.centered, .content.full_width section.centered.success {
  text-align: center;
  width: 100%;
  line-height: 20px; }

.payment-form > table.bill-contents td, .payment-form > table th {
  border: 1px solid #dbd9d8;
  border-collapse: collapse;
  padding: 0 5px; }
.payment-form > table.bill-contents {
  border-collapse: collapse; }

.no-borders > td {
  border: medium none !important;
  padding: 10px !important; }

p.sum-in-letters {
  padding: 10px;
  border-bottom: 1px solid #dbd9d8; }

div.right {
  text-align: right; }

.payment-form > p.row {
  padding: 10px; }

h1.bill-header {
  line-height: 40px;
  float: left; }
  h1.bill-header + .buttons {
    float: right; }
    h1.bill-header + .buttons .btn-grey {
      margin-left: 10px; }

button.print-me {
  position: absolute;
  right: 220px; }

table.wide {
  width: 100% !important;
  border-collapse: collapse; }

button.generic-button {
  background: none repeat scroll 0 0 transparent;
  border: medium none;
  cursor: pointer;
  vertical-align: middle; }
  button.generic-button > img {
    width: 20px; }

.wide a {
  color: black;
  font: 12px/16px Arial, Tahoma, sans-serif; }
  .wide a:hover {
    text-decoration: none; }

img.image-icon {
  width: 20px; }

.wide td {
  text-align: center; }
.wide th {
  border-bottom: 1px solid #066178;
  color: #066178;
  font-size: 14px;
  padding-bottom: 5px; }
.wide input.datetime {
  padding: 4px;
  width: 130px; }

.access-list ul {
  border-bottom: 1px solid lightgrey;
  margin-bottom: 5px;
  margin-top: -7px; }
.access-list > li {
  border: 1px solid lightgrey;
  margin-bottom: 10px;
  padding: 10px; }
.access-list .access {
  background-color: white;
  padding: 0 10px;
  position: relative;
  text-align: center;
  top: -16px;
  width: 40px; }
	
	.access-list > li li{
		font-size:16px;
		}
	
	.access-list > li > span{
		font-size:14px;
		}	
	
.pagination > li {
  border: 1px solid lightgrey;
  float: left;
  height: 12px;
  margin: 0 5px 0 0;
  padding: 5px 10px !important; }
  .pagination > li.prev, .pagination > li.next {
    border: medium none; }
  .pagination > li a {
    text-decoration: none;
    color: #676665; }
  .pagination > li.active a {
    font-weight: bold; }

.generic-error.bloody-error {
  background-color: #ffe4e4;
  margin: 0 0 10px !important; }

li.green {
  background-color: #f2fff2; }
li.red {
  background: #fff2f2; }

.floating-bar {
  background: none repeat scroll 0 0 white;
  margin-left: -292px;
  margin-top: -32px;
  position: absolute;
  width: 370px;
  padding: 5px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px; }
  .floating-bar input[type=text], .floating-bar .reg-box input[type=password], .reg-box .floating-bar input[type=password], .floating-bar form.profile input[type=password], form.profile .floating-bar input[type=password], .floating-bar textarea {
    height: 28px;
    vertical-align: middle;
    border: 1px solid #dee7e8;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    border-radius: 7px;
    /* Input shadow */
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
    /* Для Firefox */
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
    /* Для Safari и Chrome */
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
    /* Параметры тени */
    filter: progid:DXImageTransform.Microsoft.shadow(direction=120, color=#000000, strength=3);
    padding: 0 5px 0 10px; }
  .floating-bar textarea {
    height: auto; }
  .floating-bar .cross {
    cursor: pointer;
    position: absolute;
    right: -6px;
    top: -6px; }
  .floating-bar select {
    max-width: 170px;
    padding: 8px 0; }
  .floating-bar.payment {
    margin-left: -88px;
    width: 200px; }

input.datetimepicker {
  background: url("/admin_files/images/icons/calendar.gif") no-repeat scroll right 3px white;
  border: 1px solid #cedad4;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
  padding: 4px 5px; }

section.notes {
  padding: 10px 0; }
  section.notes h5 {
    padding-bottom: 10px; }
  section.notes > ul {
    padding-bottom: 15px; }
    section.notes > ul li {
      border-bottom: 1px solid #cedad4;
      padding: 5px 0; }
  section.notes > form textarea {
    margin-bottom: 15px;
    width: 520px;
    height: 200px;
    border: 1px solid #cedad4;
    resize: none;
    margin: 15px 0;
    padding: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px; }

.tall > label {
  display: block;
  padding-top: 5px; }

.objects-list img {
  max-width: 100px;
  max-height: 100px; }
.objects-list header a img {
  vertical-align: middle; }

.page.ultra_wide {
  width: 100%;
  margin: none; }
  .page.ultra_wide .header {
    width: 980px;
    margin: 0 auto 15px; }
  .page.ultra_wide .footer-wrapper {
    width: 980px;
    margin: auto; }
  .page.ultra_wide .content.full_width {
    width: 98%; }
    .page.ultra_wide .content.full_width .payment-form {
      width: 100%; }

.access_possible {
  background: #ffeaea;
  margin: 15px 0; }
  .access_possible .access_icon {
    width: 80px;
    float: left;
    text-align: center;
    padding: 35px 0;
    font-size: 88px;
    background: #da4f49;
    color: yellow; }
  .access_possible .main {
    float: left;
    width: 435px;
    padding-left: 15px; }
    .access_possible .main .top {
      padding: 10px 0; }

.global_filter {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top; }
  .global_filter .datepicker {
    width: 70px; }
  .global_filter form {
    display: inline; }
  .global_filter input, .global_filter button {
    vertical-align: middle; }
  .global_filter input[type=text], .global_filter .reg-box input[type=password], .reg-box .global_filter input[type=password], .global_filter .reg-box textarea, .reg-box .global_filter textarea, .global_filter form.profile input[type=password], form.profile .global_filter input[type=password], .global_filter .floating-bar textarea, .floating-bar .global_filter textarea {
    padding: 0 3px 0 5px;
    height: 37px;
    border: 1px solid #cedad4;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px; }

.comment-cell textarea {
  border: 1px solid #cedad4;
  padding: 5px 10px;
  resize: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px; }

ul.images {
  text-align: justify; }
  ul.images li {
    width: 240px;
    margin-bottom: 10px;
    vertical-align: middle;
    border: 1px solid #cedad4;
    display: inline-block;
    zoom: 1;
    *display: inline;
    font-size: 0.1px;
    line-height: 0.1px; }
    ul.images li figure {
      font-size: 14px;
      line-height: 14px;
      margin: 0;
      padding: 10px;
      text-align: center; }
      ul.images li figure a {
        display: block;
        height: 200px;
        overflow: hidden; }
      ul.images li figure figcaption {
        text-align: left; }
        ul.images li figure figcaption > button {
          width: 102px; }
        ul.images li figure figcaption .main {
          width: 213px; }
    ul.images li.no-border {
      border: none;
      width: 242px; }
    ul.images li.break {
      border: none;
      width: 100%;
      height: 0; }

section.images ul {
  text-align: justify; }
  section.images ul li {
    width: 170px;
    border: 1px solid #cedad4;
    display: inline-block;
    zoom: 1;
    *display: inline;
    font-size: 0.1px;
    line-height: 0.1px;
    margin-bottom: 10px; }
    section.images ul li figure {
      font-size: 14px;
      line-height: 14px;
      margin: 0;
      padding: 10px;
      text-align: center; }
      section.images ul li figure a {
        display: block;
        height: 150px;
        width: 150px;
        text-align: center;
        overflow: hidden; }
        section.images ul li figure a img {
          display: inline-block;
          zoom: 1;
          *display: inline;
          height: 100%;
          vertical-align: middle;
          position: relative;
          left: -25%; }
    section.images ul li.no-border {
      border: none; }
    section.images ul li.break {
      border: none;
      width: 100%;
      height: 0; }

a.ref {
  font-size: 14px;
  color: #585757;
  text-decoration: none; }
  a.ref:hover {
    text-decoration: underline; }

.gray-filters {
  background: #eff8fa;
  padding: 10px 20px;
  margin: 10px 0; }
  .gray-filters li, .gray-filters ul, .gray-filters .label {
    display: inline-block;
    zoom: 1;
    *display: inline; }
  .gray-filters li a {
    text-decoration: none; }
    .gray-filters li a:hover {
      text-decoration: underline; }
  .gray-filters .order-icon {
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin-left: 5px;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    background: url(../site_img/fsprite.png) no-repeat; }
    .gray-filters .order-icon.disabled {
      background-position: -32px 0; }
    .gray-filters .order-icon.up {
      background-position: 0 0; }
    .gray-filters .order-icon.down {
      background-position: -16px 0; }

.select2-chosen {
  max-width: 130px !important; }
