﻿.object_info_tools {
    width: 100%;
    color: black;
}

.infobox-data-hidden-key span.infobox-key {
    display: none;
}

.infobox-data-hidden-key label.infobox-key, .uk-hidden-key label.infobox-key {
    display: none;
}

.infobox-data {
    margin-top: 8px;
}

.infobox-data-hidden {
    display: none;
}

.infoBox-header-container .uk-icon-close {
    position: absolute;
    top: 5px;
    right: 5px;
}

.object_info_tools-title {
    width: 100%;
    z-index: 99;
    padding: 0px !important;
    margin: 0;
    height: 24px;
}

.title-container {
    display: inline;
}

.object_info_tools caption:first-letter {
    text-transform: capitalize;
}

.object_info_tools caption {
    color: black;
    padding: 5px;
    pointer-events: none;
}

.object_info_go_to {
    text-align: center;
}

.object_info_go_to a {
    padding: 2px 5px 2px 5px;
    border-radius: 5px;
}

.object_info_go_to a:hover {
    text-decoration: none;
}

body .object_info .object_info_tools-footer .object_info_tools_item {
    height: 35px;
    line-height: 35px;
    cursor: pointer;
}

.object_info .closeButton {
    float: right;
    font-size: 17px;
    margin-right: -10px;
    margin-top: 7px;
    position: absolute;
    color: #005eb8;
}

body .object_info {
    box-sizing: border-box;
    padding: 0px;
    border: 1px solid #e0e0e0;
}

body .object_info .object_info_tools-data-right-bar .infobox-data {
    margin-top: 10px;
    margin-left: 8px;
}

body .object_info .object_info_tools-data-left .infobox-data {
    margin-top: 13px;
}

.object_info .infoBox-header-container .closeButton {
    right: 3px;
    top: 3px;
    cursor: pointer;
}

.object_info_tools-footer {
    vertical-align: middle;
    text-align: center
}

body .object_info_tools-content p {
    height: 50px;
}

.object_info_tools-content {
    width: 100%;
    text-align: left;
    height: 40px;
}

.infobox-value {
    margin: auto;
    width: auto;
}

.infoBox-content-container {
    padding: 0px 10px 45px 10px;
    display: inline-table;
    max-height: 450px;
}

.infobox-key {
    margin-right: 20px;
    float: left;
    font-weight: bold;
}

.infobox-key::after {
    content: ":";
}

.infoBox-header-container {
    vertical-align: middle;
}

.infoBox-footer-container {
    width: 100%;
    bottom: 0;
    position: absolute;
    background-color: #F7F7F7;
    border-top: 1px solid #dedede;
}

body .Infobox {
}

body .object_info .object_info_tools-data-header-camera {
    width: 40px;
    height: 40px;
    padding: 5px;
    float: left;
    line-height: 32px;
    text-align: center;
}

body .object_info .object_info_tools-data-header-phone .infobox-data {
    position: relative;
    top: 3px;
}

body .object_info .object_info_tools-data-header-screen {
    width: 188px;
    height: 40px;
    padding: 5px;
    float: left;
}

body .object_info .object_info_tools-data-header-screen .infobox-data {
    position: relative;
    top: 2px;
}

body .object_info .object_info_tools-data-header-screen select {
    width: 130px;
}

body .object_info .object_info_tools-data-header-phone {
    width: 40px;
    height: 40px;
    padding: 5px;
    line-height: 32px;
    float: left;
}

body .object_info .object_info_tools-data-header-phone a {
    margin: 0 auto;
}

body .object_info .object_info_tools-data-content {
    overflow-y: auto;
    width: 100%;
    height: calc(100% - 80px);
}
