/***************HTML Tags***************/
html,
body{
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    background-color: var(--calcite-ui-foreground-1);
    display:flex;
    overflow: hidden;
}
calcite-loader {
    align-self: center;
    justify-self: center;
}
/***************HTML Elements with IDs***************/
#template {
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    background-color: var(--calcite-ui-foreground-1);
    display: flex;
}
#widget-panel {
    display: flex;
    z-index: 1;
    --calcite-shell-panel-height: 100%;
}
#content-behind {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#map {
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    display: flex;
}

#oi-viewer {
    margin: 2.5px;
    width:calc(100% - 5px);
    height:calc(100% - 5px);
    overflow: hidden;
}
#oi-viewerPanel {
    --calcite-panel-max-height:100%;
    --calcite-panel-min-height: 150px;
    max-width: calc(100% - 0px);
    min-width: 300px;
    max-height: 100%;
    min-height: 150px;
    width: 40%;
}
#resizable-panel{
    
}
#search-bar {
    position: absolute;
    left: 0px;
    margin: 15px 0px 0 60px;
    z-index: 1;
}
#item-url-container, #file-input-container {
    display: none;
}
#enterprise-logic-container {
    display: none;
    flex-direction: column;
}
#content-input {
    display: none;
    margin-left: 10px;
    margin-bottom: 0.75rem;
}
#select-location-btn {
    position: absolute;
    width:40px;
    height:40px;
    z-index: 1;
    margin: 2.5px 0 0 2.5px;
}
#oic-select {
    margin-left: 5px;
    min-width: 150px;
}
#login-portal-btn, #start-inspection-btn {
    margin: 0 auto;
    display: flex;
}
#viewGraphicBtn {
    display: none;
}
/***************HTML Elements with class***************/
.size {
    height: 30px;

}
.margin-panel {
    margin: 10px;
}
.action-bar {
    background: transparent;
    margin: 10px;
    border: 0px solid transparent;
}
.action-group {
    background: transparent;
}
.action-group-2 {
    width:100%;
}
.action-margin {
    margin: 0px;
}
calcite-action.action-margin:host(.button) {
    padding-inline: 11px;
    padding-block: 7px;
}
.width-2 {
    width:50%;
}

.file-text {
    padding:0px 10px;
    display: inline;
}
.from-label {
    display: flex;
    flex-grow: 1;
}
.oic-input-div {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}
.esri-coordinate-conversion {
    max-width: calc(100% - 20px)
}
.about-text {
    text-align: justify;
    font-size: 15px;
    font-family: "Avenir Next", "Avenir", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.oi-icon-header {
    height: calc(100% - 10px);
    margin: 5px 0 5px 10px;
    display: flex;
}
.panel-height {
    --calcite-panel-max-height:100%;
}
.esri-ui-bottom-right {
    flex-flow: column;
}
.esri-ui-bottom-right .esri-component {
    margin-left: 0px;
    margin-bottom: 10px;
}
.oi-resizer-horizontal {
    /*right: 0;*/
    pointer-events: auto;
    position: absolute;
    inset-block: 0px;
    display: flex;
    block-size: 100%;
    width: 2.5px;
    background-color: transparent;
    opacity: 0;
    transition: all var(--calcite-animation-timing) ease-in-out 0s, outline 0s, outline-offset 0s;
    cursor: col-resize;
    outline: none;
}
.oi-resizer-horizontal:hover {
    opacity: 1;
    background-color: var(--calcite-ui-border-3);
}
.oi-resizer-horizontal:focus,.oi-resizer-horizontal:active  {
    background-color: var(--calcite-ui-brand);
    opacity: 1;
}
.oi-resizer-both {
    /*right: 0px;*/
    bottom:0;
    position: absolute;
    pointer-events: auto;
    display: flex;
    height: 16px;
    width: 16px;
    background-color: transparent;
    cursor: nesw-resize;
    outline: none;
}
.oi-resizer-both:hover,.oi-resizer-both:focus,.oi-resizer-both:active {
    background-color: var(--calcite-ui-border-3);
}
.oi-header {
    overflow: hidden;
    text-overflow: clip;
    white-space: nowrap;
}
.user-info {
    display:flex;
    flex-direction:row;
    justify-content:center;
    align-items:center;
}
.pointer-cursor {
    cursor: pointer;
}
.resize-icon {
    transform: rotate(90deg);
}
.flex-col {
    display: flex;
    flex-direction: column;
}
.margin-block {
    margin-block: 5px;
}
.ground-container {
    padding: 10px;
    background: var(--calcite-ui-foreground-2);
}
.ground-layer-item {
    padding-bottom: 5px;
}
.ground-text {
    padding: 5px;
    font-weight: bold;
}
/*#166 oiapi issue fix*/
.esri-layer-list__status-indicator  {
    margin-inline: 0px !important;
}
.esri-layer-list__item-title {
    padding-right: 0px !important;
    max-height: 37px;
    text-overflow: clip;
    overflow: hidden;
}
/*#203 oiapi issue fix*/
.type-label {
    display: "none";
}
