﻿html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.twdatabase-div {
    background: white;
    padding: 5px;
    margin: 5px;
    border-style: solid;
}

.twdatabase-table {
    background: #EAD8C0;
}

.ui-widget-overlay {
    background: rgba(0, 0, 0, 0.5);
    opacity: 1 !important;
}

.ui-dialog-titlebar-close {
    display: none;
}

[aria-describedby=v-dialog] .ui-dialog-titlebar-close {
    display: block !important;
}

.settings-option input {
    position: relative;
    top: 1px;
}

.settings-option {
    font-weight: normal;
}
/*
body {
    overflow: hidden;
}*/


.twdatabase-thead {
    background: #A79277;
}

#map_tip {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    border: 1px solid #444;
    pointer-events: none;
    user-select: none;
    width: 300px;
    border-collapse: collapse;
}

    #map_tip th, #map_tip td {
        padding: 5px;
    }

    #map_tip th {
        border: 1px solid #444;
    }

    #map_tip * {
        font-size: 12px;
    }

#map_pane {
    position: relative;
    margin: 0;
    padding: 0;
}
.ui-widget-overlay {
    background: rgba(0,0,0,0.7) !important;
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.row {
    display: flex;
    justify-content: flex-start;
    width: 100%;
}

.cell {
    width: 45px;
    text-align: center;
    padding: 0px;
}

.header-cell {
    width: 12.5%;
    text-align: left;
    /*        padding-left: 5px;*/
}

.cell img {
    width: 42.5%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.text-center {
    text-align: center;
    width: 100%;
}

.tooltip-custom {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
    transition: opacity 0.3s;
}

    .tooltip-custom.show {
        opacity: 1;
    }

.tooltip-inner-custom {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem;
}