html {
    font-size: 62.5%;
}

body {
    overflow: hidden;
}

.fill {
    min-height: 100%;
    height: 100%;
}
.fill-nested {
    min-height: 100%;
    height: 100%;
}

.input-sm, .form-group-sm .form-control {
    height: 26px;
}

.form-group {
    margin-bottom: 10px;
}

.tab-content > .tab-pane {
    max-height: 716px;
}

.short,
.ellipsis {
    width: 50%;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.short {
    width: 70px;
}

header {
    margin-top: 0 !important;
    min-height: 15px;
}
header .logo {
    float: left;
    margin: 0 0 0 60px;
    width: 122px;
    height: 60px;
    background: url('images/m-click-aero-trans.png') no-repeat;
    background-size: 100%;
}
header .app-title {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 2.4em;
    color: #FFF;
    width: auto;
    height: 60px;
    text-align: center;
    padding-top: 12px;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
}
header .logo-right-container {
    float: right;
    margin: 0 60px 0 0;
    height: 64px;
}
header .aixm-logo {
    float: right;
    margin: 2px;
    width: 206px;
    height: 60px;
    background: url('images/aixm-logo.png') no-repeat;
    background-size: contain;
}

textarea.raw {
    width: 100%;
    min-height: 227px;
    font-family: Courier New, Courier, Fixed, monospace;
    /*max-height: 656px;*/
    resize: none;
}

.fileInput {
    color: transparent;
    display: inline-block;
}

.fileLabel {
    font-weight: normal;
}

#feature-view {
    margin-left: -16px;
    margin-right: -16px;
    overflow-y: scroll;
    height: 300px;
}
#feature-view tr {
    cursor: pointer;
    white-space: nowrap;
}

.details-fixed-height {
    height: 290px;
    max-height: 1000px !important;
    overflow-y: scroll;
    padding-right: 10px;
}
.properties-fixed-height {
    clear: both;
    height: 160px;
    overflow-y: scroll;
}

.lesswidth-bs8 {
    width: 60%;
}

.lesspadding {
    padding: 0 4px 0 4px !important;
}
.lesspadding label.control-label {
    padding-top: 4px;
    font-weight: normal;
}
.control-label {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -webkit-touch-callout: none;
}
.panel-body {
    padding: 8px 20px 0 20px !important;
    background: #efefef;
    min-height: 310px;
}

.feature-properties {
    width: auto !important;
}

.nav-tabs {
    background: #fff;
}

.nav-tabs > li.active > a {
    background: #efefef !important;
}

.nav-tabs > li > a:hover{
    background: #efefef;
}

.nav-tabs > li > a{
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -webkit-touch-callout: none;
}

.panel-body.nopadding {
    padding: 4px !important;
}
.row {
    margin-bottom: -4px !important;
}
.panel-heading {
    background-color: rgba(29, 34, 39, 0.8) !important;
    /*background-color: rgba(0,60,136,0.5) !important;*/
    border-color: rgba(255,255,255,0.4);
    font-weight: normal;
    padding: 1px 8px 4px 8px !important;
}
.panel-heading .panel-title {
    color: #fff;
    font-size: 14px;
}

/* https://stackoverflow.com/questions/826782/how-to-disable-text-selection-highlighting */
.panel-title {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -webkit-touch-callout: none;
}

.close-btn {
    float: right;
    padding-top: 3px;
    color: #CCC;
}

.title-inline {
    display: inline;
}

.full-opacity {
    opacity: 1 !important;
}

.map-panel-body {
    min-height: 414px;
}

.labelcheckbox {
    margin: 8px;
    display: inline-block;
}

.lessfill {
    height: 94%;
    min-height: 94%;
}
.small {
    font-size: 12px !important;
}

.panel-title-info {
    margin-left: 6px;
    margin-right: 1px;
}

.feature-info {
    margin-left: 6px;
}
.additional-feature {
    color: #00a;
}

/* Geometry manager */
#geometry-coordinates {
    height: 70px;
}

.edit-mode {
    border: solid 2px #ff0000 !important;
}

/*Controls Panel*/
.control-panel {
    width: 450px;
}

/* AIXM validation result */
.success, .error {
    line-height: 2em;
    padding: 4px;
    font-size: 1.1em;
    display: inline-block;
}
.success {
    color: darkgreen;
}
.error {
    color: red;
}
.validity-mark {
    font-size: 130%;
}

/* shortcuts panel */
#shortcuts-view {
    position: absolute;
    width: 300px;
}

/* tab Feature in Details panel */
#details-view {
    padding: 0;
    margin: 0;
    font-size: small;
}
#details-view ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#details-view li {
    margin: 1px;
    padding: 1px 1px 1px 6px;
    display: block;
}
#details-view > ul > li:nth-child(odd) {
    height: 34px;
    font-weight: bold;
    color: #1d2227;
    padding-top: 10px;
}
#details-view li li {
    /*background: #fff3da;*/
    background: #D6ECF6;
}
#details-view li li li {
    /*background: #ffffe0;*/
    background: white;
}
#details-view li li li li {
    /*background: white;*/
    background: #ffffe0;
}
#details-view span {
    width: 30%;
}
#details-view span.pull-right {
    width: 70%;
    font-weight: normal;
}
#details-view li.edit > span {
    min-height: 26px;
}
#details-view li.edit > input {
    width: 70%;
    min-height: 26px;
}
.edit-height {
    height: 26px;
}
.btn-edit {
    margin-bottom: 10px;
}
.wiki-link {
    float: right;
    width: 2% !important;
    color: #444;
    font-size: 15px;
}

.move-btn {
    float: right;
    padding-top: 3px;
    color: #CCC;
    padding-right: 4px;
}

/* tab Metadata in Details panel */
.table.metadata {
    table-layout:fixed;
}
.metadata th:nth-child(1) {
    width: 2em;
}
.metadata.validation th:nth-child(2) {
    width: 5em;
}
.metadata.validation th:nth-child(3) {
    width: 13em;
}
.metadata.lineage th:nth-child(2) {
    width: 10em;
}
.metadata.lineage th:nth-child(3) {
    width: 32em;
}
.metadata.lineage th:nth-child(4) {
    width: auto;
}
.metadata.lineage th:nth-child(5) {
    width: 12em;
}
.table.metadata thead {
    color: white;
    background-color: #82a2b3;
}

#metadata-list {
    margin-top: 12px;
}

#metadata-list li {
    list-style-type: none;
}

.metadata-property {
    font-weight: bold;
    width: 30%;
}

.metadata-value {
    width: 70%;
}

.metadata-title {
    font-weight: bold;
}

.validation .result-valid {
    background-color: #00af00;
    color: white;
    font-weight: bold;
    width: 8em;
    display: inline-block;
    text-align: center;
}
.validation .result-invalid {
    background-color: #ff0000;
    color: white;
    font-weight: bold;
    width: 8em;
    display: inline-block;
    text-align: center;
}
.validation .rule-error {
    color: red;
}
.validation .rule-warning {
    color: orange;
}

.popover {
    z-index: 0;
    max-width: 400px;
}

.page-header {
    margin-bottom: 60px !important;
}
.panel, .page-header {
    position: relative; /* enable z-index */
    z-index: 1;
    margin-bottom: 20px;
    border: 2px solid;
    border-color: rgba(255,255,255,0.4);;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    background: rgba(255,255,255,0.4);
}

.navbar-brand.x-logo {
    padding-top: 5px;
    padding-bottom: 5px;
}

.navbar-brand.x-logo img {
    height: 40px;
}

.no-top-margin {
    margin-top: 0px !important;
}

.loadtime {
    font-size: 12px;
}

.resize {
    resize: vertical;
    overflow: hidden;
    min-height: 305px;
    /*max-height: 694px !important;*/
}

.btn-back {
    height: 19px;
}

.btn-primary {
    margin-right: 2px;
    margin-top: 5px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #c1d92a;
    background-color: #1d2227 !important;
    background-image: none;
    border: 1px solid #c1d92a;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
