.parent-pane {
    white-space: nowrap;
}

.profile-pane {
    display: inline-block;
    white-space: normal;
    overflow-y: scroll;
}

.map-pane {
    display: inline-block;
    white-space: normal;
    overflow: hidden;
    transition: height 0.5s linear;
}

#map-container {
    transition: height 0.5s linear;
}

.refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}

@-webkit-keyframes spin2 {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }
    to {
        transform: scale(1) rotate(360deg);
    }
}

.header1 {
    background-color: #91b2b8; /*#85C2CF*/
}

.ol-control button {
    background-color: rgba(14, 101, 115, 0.5); /*rgba(154, 194, 198, 0.90);*/
}

.ol-control button:hover {
    text-decoration: none;
    background-color: rgba(14, 101, 115, 0.5);
}

.ol-control button:focus {
  text-decoration: none;
  background-color: rgba(14, 101, 115, 0.7);
}

td .number {
    text-align: right;
    padding: 5px 10px;
}

/*.fade-in-r {*/
/*visibility: visible;*/
/*opacity: 1;*/
/*transition: visibility 0s, opacity 2s, height 2s, width 2s;*/
/*}*/

/*.fade-out-r {*/
/*visibility: hidden;*/
/*opacity: 0;*/
/*transition: visibility 0s linear 2s, opacity 2s, height 2s, width 2s;*/
/*}*/



.label-small {
    color: #a2a2a2;
    font-size: small;
    margin-bottom: 0;
}

.feature-info .form-group {
    margin-bottom: 3px;
}

.ol-track-location {
    top: 7.1em;
    left: .5em;
}

.ol-touch .ol-track-location {
    top: 8.7em;
    left: .5em;
}

.ol-edit-buttons button.activated {
    background-color: rgba(14, 101, 115, 0.9)
}

.ol-edit-buttons button.disabled {
    background-color: rgba(198, 198, 198, 0.6)
}

.ol-track-location button.activated {
    background-color: rgba(14, 101, 115, 0.9)
}

.picture-pane {
    display: inline-block;
    white-space: normal;
    overflow: hidden;
}

.low-input {
    padding: 0 3px;
    height: calc(1.6rem + 2px)
}

.table-sm td, .table-sm th {
    padding: .1rem;
}

th.table-header {
    padding: 0 10px;
}

.modified {
    background-color: lemonchiffon;
}

.ordered_by::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.ordered_by_rev::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent;
}


.solid_line {
    stroke: orange;
    stroke-width: 2px;
    fill: none;
    fill-opacity: 0;
}

.sludge_line {
    stroke: brown;
    stroke-width: 2px;
    fill: none;
    fill-opacity: 0;
}

.left_bank_line {
    stroke: green;
    stroke-width: 2px;
    fill: none;
    fill-opacity: 0;
}

.right_bank_line {
    stroke: green;
    stroke-width: 2px;
    fill: none;
    fill-opacity: 0;
}

.waterline_line {
    stroke: blue;
    stroke-width: 2px;
    fill: none;
    fill-opacity: 0;
}

.hover_line {
    stroke: grey;
    stroke-width: 2px;
    fill: none;
    fill-opacity: 0.6;
}

input.form-control.error {
    border: 1px solid red;
}

.legger_line {
    stroke: #1df035;
    /*stroke-dasharray: 20 5;*/
    stroke-width: 2px;
    fill: none;
    fill-opacity: 0;
}

.maintenance_line {
    stroke: #1df035;
    stroke-dasharray: 5 5;
    stroke-width: 2px;
    fill: none;
    fill-opacity: 0;
}

.legger_line_1 {
    stroke: pink;
}

.legger_line_2 {
    stroke: #030063;
}

.legger_line_3 {
    stroke: deeppink;
}


/*input.form-control.modified {*/
/*background-color: yellow;*/
/*}*/

#profile_list div.list-group-item {
    padding: 7px 10px
}

.ol-control span.oi {
    font-size: smaller;
    top: 0px;
}

html, body {
    height: 100%;
    width: 100%;
}

#root {
    /* for single page app, fill full screen (offset on top for header)*/
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.panel-page {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    overflow: hidden;
    /*justify-content: flex;*/
}

.panel {
    flex-direction: column;
    display: flex;
    /*align-content:stretch;*/
    overflow: auto;
    transition: width 0.4s;
}

.panel-title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0;
}

.panel-main {
    flex-direction: column;
    flex-grow: 1;
}

.panel.active {
    min-width: 40px;
    max-width: 40px;
}

.panel-left {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.panel-right {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
}

.panel-header {
    padding: 0.50rem;
    /*align-items: flex-start;*/
    /*justify-content: space-between;*/
    border-bottom: 1px solid #e9ecef;
}

.panel-content {
    overflow-x: hidden;
    overflow-y: auto;
    flex-grow: 1;
    width: 100%;
}

.panel-footer {
    padding: 0.50rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border-top: 1px solid #e9ecef;
}

.panel-close {
    transition: transform 0.2s 0.3s;
}


.rselect {
    width: 220px
}

.rselect>.placeholder {
    color: #999;
}

.rselect.form-control:not([class*=col-]){
    width:100%
}

.rselect> .dropdown-toggle.grey::after {
    color: grey;
}




.profile-table .dropdown-toggle::after {
    color: #cccccc !important;
}

.dropdown-item.selected {
    background: #cccccc
}

.dropdown-toggle.grey::after {
    color: grey;
}

