@import '/css/reset.css';

body,textarea,input,select {font-family: 'Open Sans', sans-serif; margin: 0; padding: 0; border: 0; outline: 0;}

body {line-height: 1.3em; color: #000000; font-size: 62.5%; background: #f1f1f1 url(/images/pattern.jpg);}

a {color: #008fff; text-decoration: underline;}
a:hover {color: #008fff; text-decoration: underline;}

.clr {clear: both; font-size: 1px; line-height: 1px; height: 0; overflow: hidden;}

.clear:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.clear {display:inline-block;}
/* Hide from IE Mac \*/
.clear {display:block;}
/* End hide from IE Mac */

::selection{background:#060606;color:#ffffff;}::-moz-selection{background:#060606;color:#ffffff;}

.image_left {
    float: left;
    margin: 0 24px 16px 0;
    padding: 8px;
    background: #ffffff;
}

.image_right {
    float: right;
    margin-left: 0 0 16px 24px;
    padding: 8px;
    background: #ffffff;
}

.button, a.button, .btn {
    font-size: 14px;
    line-height: 16px;
    color: #ffffff;
    padding: 6px 10px;
    font-weight: normal;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    margin: 0;
    border: 1px solid #013d6b;
    background: #013f6e;
    cursor: pointer;
    text-decoration: none;
    text-decoration: none!important;
    -webkit-transition: all 0.2s ease-in;
       -moz-transition: all 0.2s ease-in;
        -ms-transition: all 0.2s ease-in;
         -o-transition: all 0.2s ease-in;
            transition: all 0.2s ease-in;
}

.button:hover {
    color: #ffffff;
    text-decoration: none;
    -moz-box-shadow: 0 0 12px rgba(0,147,183,0.7);
    -webkit-box-shadow: 0 0 12px rgba(0,147,183,0.7);
    box-shadow: 0 0 12px rgba(0,147,183,0.7);
}

/* page */
.b-block-wrap {
    background: #ffffff;
    position: relative;
    -moz-box-shadow: 0 0 6px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,0.3);
    box-shadow: 0 0 6px rgba(0,0,0,0.3);
}

.b-holder {
    width: 1160px;
    padding: 0 16px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    zoom: 1;
}

.h-holder{
    margin: 30px 0;
    position: relative;
}

.b-block-name {
    font-size: 2.8em;
    font-weight: 200;
    margin-bottom: 20px;
    color: #5b5b5b;
    line-height: 1.1em;
    font-family: 'Open Sans Condensed', sans-serif;
}

/* header */
.b-header-wrapper {
    width: 1160px;
    padding: 0 16px;
    margin: 0 auto;
    position: relative;
    min-height: 100px;
}

.b-logo {
    float: left;
    margin: 30px 0 0 0;
}

.b-auth-header {
    position: absolute;
    top: 40px;
    right: 20px;
    font-size: 1.8em;
    color: #5b5b5b;
    line-height: 1.1em;
    z-index: 1;
}

.b-auth-header a {
    display: inline-block;
    margin-left: 10px;
}

.b-auth-header a.user {
    padding-left: 28px;
    background: url(/images/ico.png) no-repeat 0 2px;
}

.b-auth-header a.settings {
    width: 16px;
    height: 16px;
    background: url(/images/ico.png) no-repeat 0 -72px;
}

.b-auth-header a.logout {
    width: 16px;
    height: 16px;
    background: url(/images/ico.png) no-repeat 0 -36px;
}

.b-menu {
    position: absolute;
    top: 40px;
    left: 200px;
    z-index: 1;
}

.b-site-nav li {
    float: left;
    font-weight: normal;
    font-size: 1.6em;
    line-height: 1.2em;
    color: #008fff;
    position: relative;
    margin-right: 40px;
}

.b-site-nav ul ul {
    display: none;
    position: absolute;
    top: 25px;
    left: 0;
    z-index: 1;
}

.b-site-nav li li {
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    float: none;
    color: #008fff;
    white-space: nowrap;
    text-transform: none;
}

.b-site-nav li a {
    color: #008fff;
    text-decoration: underline;
    display: block;
}

.b-site-nav li a:hover, .b-site-nav li.sfHover a.sf-with-ul, .b-site-nav li.current > a {
    text-decoration: none;
}

.b-fixed-msg {
    position: fixed;
    z-index: 111;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
    padding: 5px 0;
    background: #f6ea7a;
    color: #5b5b5b;
}

/* building office */
.buildingparam {
    width: 25%;
    vertical-align: top;
    padding-right: 20px;
}

.officeparam {
    width: 45%;
    vertical-align: top;
    padding-right: 20px;
}

.b-building-info table {
    width: 100%;
}

.b-building-param dt, .b-office-param dt {
    font-size: 1.3em;
    color: #acacac;
    line-height: 1.2em;
    float: left;
}

.b-building-param dd, .b-office-param dd {
    font-size: 1.3em;
    color: #5b5b5b;
    line-height: 1.2em;
    margin-left: 160px;
    margin-bottom: 10px;
}

.b-building-desc {
    width: 75%;
    vertical-align: top;
}

.b-building-desc {
    font-size: 1.3em;
    color: #5b5b5b;
    line-height: 1.2em;
}

.b-building-plan {
    text-align: center;
}

.b-building-img {
    min-height: 500px;
    position: relative;
}

.b-building-img .btn {
    bottom: 0;
    left: 50%;
    position: absolute;
    z-index: 33;
}

.rent-30 {
    position: absolute;
    width: 160px;
    height: 65px;
    z-index: 2;
    top: 75px;
    right: 560px;
}

.rent-32 {
    position: absolute;
    width: 400px;
    height: 185px;
    z-index: 2;
    top: 75px;
    right: 160px;
}

.rent-24 {
    position: absolute;
    width: 320px;
    height: 210px;
    z-index: 2;
    top: 75px;
    left: 140px;
}

.rent-33 {
    position: absolute;
    width: 155px;
    height: 210px;
    z-index: 2;
    bottom: 250px;
    left: 290px;
}

.rent-36 {
    position: absolute;
    width: 120px;
    height: 94px;
    z-index: 2;
    bottom: 250px;
    left: 140px;   
}

.rent-35 {
    position: absolute;
    width: 940px;
    height: 105px;
    z-index: 2;
    bottom: 55px;
    left: 140px;
}

.rent-29 {
    position: absolute;
    width: 65px;
    height: 130px;
    z-index: 2;
    bottom: 240px;
    left: 695px;
}

.rent-27 {
    position: absolute;
    width: 195px;
    height: 170px;
    z-index: 2;
    bottom: 240px;
    left: 765px;
}

.rent-28 {
    position: absolute;
    width: 145px;
    height: 145px;
    z-index: 2;
    bottom: 240px;
    left: 545px;
}

.rent-20 {
    position: absolute;
    width: 148px;
    height: 60px;
    z-index: 2;
    bottom: 490px;
    left: 545px;
}

.rent-21 {
    position: absolute;
    width: 148px;
    height: 80px;
    z-index: 2;
    bottom: 410px;
    left: 545px;
}

.rent-26 {
    position: absolute;
    width: 65px;
    height: 110px;
    z-index: 2;
    bottom: 437px;
    left: 846px;
}

.rent-25 {
    position: absolute;
    width: 68px;
    height: 235px;
    z-index: 2;
    bottom: 303px;
    right: 80px;
}

#areacanvas {width: 1160px; position: absolute; top: 0; margin-left: -577px; left: 50%!important; z-index: 10;}

#source_img {width: 1160px; margin-left: -580px; left: 50%!important; z-index: 0;}

#myCanvas {width: 1160px; /*margin-left: -577px;*/ left: 50%!important; top: 0!important; z-index: 5;}

.b-building-img textarea {
    display: none;
}

.b-building-floors {
    position: absolute;
    top: 40px;
    right: 0px;
    z-index: 22;
}

.b-building-floors p {
    font-size: 1.8em;
    color: #5b5b5b;
    line-height: 1.1em;
    font-family: 'Open Sans Condensed', sans-serif;
    padding-bottom: 10px;
}

.b-building-floors li {
    display: block;
    margin-bottom: 8px;
}

.b-building-floors li a {
    display: block;
    font-size: 2.4em;
    font-weight: bold;
    color: #d8d8d8;
    line-height: 1.1em;
    padding-top: 8px;
    border: 4px solid #d8d8d8;
    text-decoration: none;
    width: 42px;
    height: 34px;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.b-building-floors li a:hover {
    color: #2399ff;
    border: 4px solid #2399ff;
}

.b-building-floors li.active a, .b-building-floors li a.active {
    color: #ffffff;
    border: 4px solid #2399ff;
    background: #2399ff;
}

.b-building-edit, .b-building-new, .b-building-delete {
    position: absolute;
    top: 0;
    left: 20px;
    z-index: 1;
    font-size: 1.8em;
    color: #5b5b5b;
    line-height: 1.1em;
    font-family: 'Open Sans Condensed', sans-serif;
    padding: 15px 20px;
    background: #ffffff;
}

.b-building-edit a, .b-building-new a, .b-building-delete a {
    padding-left: 28px;
    background: url(/images/ico.png) no-repeat 0 -139px;
}

.b-office-info table {
    width: 100%;
}

.b-office-desc {
    font-size: 1.3em;
    color: #5b5b5b;
    line-height: 1.2em;
    padding-top: 10px;
    margin-bottom: 20px;
}

.b-office-tenant {
    width: 55%;
    vertical-align: top;
}

.b-office-tenant-item {
    margin-bottom: 20px;
}

.b-office-tenant-title {
    font-size: 1.4em;
    color: #5b5b5b;
    line-height: 1.2em;
    margin-bottom: 10px;
    font-weight: bold;
}

/* tenants */
.b-tenants-list table {
    width: 100%;
    margin-bottom: 20px;
}

.b-tenants-list-btn {
    margin-top: 20px;
}

.b-tenants-list table th {
    font-size: 13px;
    text-align: left;
    font-weight: bold;
    color: #008fff;
    line-height: 16px;
    padding: 10px 10px 10px 0;
    border-top: 2px solid #2f9fff;
    border-bottom: 2px solid #d8d8d8;
}

.b-tenants-list table td {
    font-size: 13px;
    color: #5b5b5b;
    line-height: 16px;
    padding: 10px 10px 10px 0;
    border-bottom: 1px solid #d8d8d8;
    vertical-align: top;
    text-align: left;
}

.b-tenants-list tr.total td {
    font-weight: bold;
}

.b-tenants-list table table td {
    width: 110px;
}

.b-tenants-list table td.company {
    width: 300px;
}

.b-tenants-list table td span {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 20px;
    float: left;
}

.b-tenants-list table td ins {
    text-decoration: none;
}

.b-tenants-list table td.list a {
    display: inline-block;
    text-decoration: none;
}

.b-tenants-list table td.list li {
    margin-bottom: 5px;
    display: inline-block;
    float: left;
    width: 33%;
}

.b-tenants-list table td.list li input {
    vertical-align: -2px;
}

.b-table-name {
    font-size: 1.8em;
    font-weight: 200;
    margin-bottom: 10px;
    color: #5b5b5b;
    line-height: 1.2em;
    font-family: 'Open Sans Condensed', sans-serif;
}

.b-list-filter {
    margin-bottom: 10px;
}

.b-list-filter dt {
    float: left;
    width: 140px;
    font-size: 1.4em;
    color: #7b7f7d;
    padding-top: 8px;
}

.b-list-filter dd {
    margin-left: 145px;
    margin-bottom: 20px;
    font-size: 14px;
}

.b-list-filter select {
    border: 1px solid #e2ded5;
    background: #ffffff;
    padding: 5px;
}

/* basket */
.b-basket {
    position: fixed;
    z-index: 999;
    top: 30px;
    right: 10px;
    background: #ffffff;
    -moz-box-shadow: 0 0 6px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,0.3);
    box-shadow: 0 0 6px rgba(0,0,0,0.3);
    padding: 15px;
}

.b-basket li {
    font-size: 1.3em;
    color: #008fff;
    line-height: 1.2em;
    margin-bottom: 10px;
    width: 120px;
    position: relative;
}

.b-basket li a.del {
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url(/images/ico.png) no-repeat 0 -180px;
    vertical-align: -3px;
    position: absolute;
    right: 0;
}

.b-settle-list table {
    width: 100%;
    margin-bottom: 15px;
}

.b-settle-list table th {
    font-size: 1.4em;
    text-align: left;
    font-weight: bold;
    color: #008fff;
    line-height: 1.2em;
    padding: 10px 10px 10px 0;
    border-top: 2px solid #2f9fff;
    border-bottom: 2px solid #d8d8d8;
}

.b-settle-list table td {
    font-size: 13px;
    color: #5b5b5b;
    line-height: 16px;
    padding: 10px 10px 10px 0;
    border-bottom: 1px solid #d8d8d8;
    vertical-align: top;
    text-align: left;
}

.b-settle-list table td input {
    width: 60px;
    background: #ffffff;
    border: 1px solid #acacac;
    padding: 4px;
    font-size: 14px;
    color: #7b7f7d;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* static text */
.b-static-text {

}

.b-static-img {
    position: relative;
    margin-bottom: 20px;
}

.b-static-text img, .b-static-img img, .b-static-img iframe, .b-static-text video, .b-static-text object, .b-static-text embed, .b-static-text iframe, .b-static-video embed, .b-static-video video, .b-static-video object, .b-static-video iframe {
  max-width: 100%;
}

.b-static-text h1 {
    font-size: 4em;
    color: #5b5b5b;
    line-height: 1em;
    margin-bottom: 20px;
    font-weight: normal;
    font-family: 'Open Sans Condensed', sans-serif;
}

.b-static-text h3, .b-static-text h2 {
    font-size: 2.8em;
    color: #5b5b5b;
    line-height: 1.1em;
    margin-bottom: 20px;
    font-weight: normal;
    font-family: 'Open Sans Condensed', sans-serif;
}

.b-static-text h4 {
    font-size: 2em;
    color: #5b5b5b;
    line-height: 1.2em;
    margin-bottom: 20px;
    font-weight: normal;
}

.b-static-text p {
    font-size: 1.4em;
    color: #5b5b5b;
    line-height: 1.3em;
    padding-bottom: 20px;
}

.b-static-text p strong {
    font-weight: bold;
}

.b-static-text p em {
    font-style: italic;
}

.b-static-text ul, .b-static-text ol {
    margin: 0 0 15px 30px;
}

.b-static-text ul li {
    font-size: 1.4em;
    color: #5b5b5b;
    line-height: 1.3em;
    padding-bottom: 5px;
    list-style: disc;
    list-style-position: inside;
}

.b-static-text ol li {
    font-size: 1.4em;
    color: #5b5b5b;
    line-height: 1.3em;
    padding-bottom: 5px;
    list-style: decimal;
}

.b-static-text table {
  width: 100%;
  margin-bottom: 20px;
}

.b-static-text th, .b-static-text thead td {
  font-size: 1.4em;
  font-weight: bold;
  color: #5b5b5b;
  text-align: left;
  padding: 10px;
  background: #f9f9f9;
  vertical-align: top;
}

.b-static-text td {
  font-size: 1.4em;
  font-weight: normal;
  vertical-align: top;
  vertical-align: 1.3em;
  color: #5b5b5b;
  text-align: left;
  padding: 10px;
  border-bottom: 1px solid #797979;
}

.b-static-text td p {
  font-size: 14px;
  font-weight: normal;
  color: #5b5b5b;
  padding: 0;
}

/* form */
.b-form {
    width: 604px;
    margin: 0 auto;
}

.organisationRentItems a {
    display: inline-block;
    margin: 0 auto;
    float: right;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    color: #ffffff;
    padding: 6px 10px;
    font-weight: normal;
    *zoom: 1;
    *display: inline;
    border: 1px solid #013d6b;
    background: #013f6e;
    cursor: pointer;
    text-decoration: none;
    text-decoration: none!important;
}

.b-form-row {
    margin-bottom: 10px;
    position: relative;
}

.b-form-row.row_form_dateEnd select {
    width: 100px;
    margin-right: 10px;
}

.organisationRentItems li {
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    zoom: 1;
}

.b-form-row .label {
    display: block;
    float: left;
    width: 154px;
    font-size: 14px;
    color: #7b7f7d;
    line-height: 18px;
    text-align: right;
    margin-right: 20px;
    padding-top: 10px;
}

.b-form-row .widget {
    margin-left: 174px;
    font-size: 14px;
}

.b-form-row input.input {
    width: 100%;
    background: #ffffff;
    border: 1px solid #acacac;
    padding: 8px;
    font-size: 14px;
    color: #7b7f7d;

    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.b-form-row textarea {
    width: 100%;
    height: 140px;
    background: #ffffff;
    border: 1px solid #acacac;
    padding: 8px;
    font-size: 14px;
    color: #7b7f7d;

    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.b-form-row select {
    background: #ffffff;
    border: 1px solid #acacac;
    padding: 8px;
    font-size: 14px;
    width: 100%;
    color: #7b7f7d;
    -webkit-appearance: menulist-button;
    line-height: 30px;

    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.dateselect select {
    width: 76px;
    margin-right: 6px;
}

.b-form-submit {
    margin-left: 174px;
}

.b-form-submit p {
    font-size: 1.4em;
    padding: 8px 0 8px 20px;
    display: inline-block;
}

.b-form-done {
    margin-bottom: 20px;
    padding: 20px 20px 20px 50px;
    background: #cdfead url(/images/form_ico.png) no-repeat 19px -262px;
    font-size: 12px;
    line-height: 15px;
    color: #7b7f7d;
}

.b-form-error {
    margin-bottom: 20px;
    padding: 20px 20px 20px 50px;
    background: #ffdcae url(/images/form_ico.png) no-repeat 19px 17px;
    font-size: 12px;
    line-height: 15px;
    color: #7b7f7d;
}

.b-form-notice {
    margin-bottom: 20px;
    padding: 20px 20px 20px 50px;
    background: #d4ebfd url(/images/form_ico.png) no-repeat 19px -113px;
    font-size: 12px;
    line-height: 15px;
    color: #7b7f7d;
}

.b-form .errors {
    font-size: 12px;
    color: #7b7f7d;
    line-height: 14px;
    margin-top: 5px;
}

.b-block-wrap.fancybox-content .hidebtn {
    display: none;
}

/* footer */
.b-footer {
    position: relative;
    border-top: 3px solid #2e9efe;
}

.h-footer {
    padding: 30px 16px;
    overflow: hidden;
    zoom: 1;
    width: 1160px;
    margin: 0 auto;
}

.b-copyright {
    font-size: 1.3em;
    color: #5b5b5b;
    line-height: 1.2em;
    float: left;
}

.b-webdev {
    font-size: 1.3em;
    color: #5b5b5b;
    line-height: 1.2em;
    float: right;
}
/*infra*/

.category_menu{
    font-size: small;
    font-weight: 600;
    vertical-align: middle;
    text-decoration: none;
}
.category_menu_img img{
    vertical-align: middle;
}
.menu_holder{
    margin-left: 5%;
}
.menu_holder_rent{
    margin-left: 5%;
}

.category_menu:hover{
    color: #770088;
    text-decoration: none;
}

.category_menu:link{
    color: #0000d0;
}

.category_menu_active{
    color: #770088;
    font-size: small;
    font-weight: 600;
    vertical-align: middle;
    text-decoration: none;
}

.category_menu_active:hover{
    text-decoration: none;
}