html,
body {
    height: 100%;
}

.container {
    width: 100% !important;
    padding-right: 0px;
    padding-left: 0px;
}

.app {
    width: 100% !important;
}

.message {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 225px;
    font-size: 200%;
}

.headerbar {
    width: 100%;
    position: fixed;
    top: 0;
    height: 120px;
    z-index: 100;
    background-color: white;
}

.headerbar-mobile {
    width: 100%;
    /* position: fixed; */
    top: 0;
    height: 120px;
    z-index: 100;
    background-color: white;
}

.infobar {
    width: 100%;
    height: 50px;
    color: white;
    text-align: center;
    background-color: #428bca;
    border: #1967be;
}

.infobar h4 {
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 15px;
}

.divider {
    margin-left: 8px;
    margin-right: 8px;
}

.buttonbar {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.buttonbar-desktop {
    padding-left: 20%;
    padding-right: 20%;
}

.buttonbar-mobile {
    padding-left: 10px;
    padding-right: 10px;
}

.notificationView,
.dash {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 100%;
    padding-left: 20%;
    padding-right: 20%;
}

.dash-desktop,
.comboChartView-desktop,
.singleChartView,
.streamChartView,
.notificationView,
.mapView,
.gridView-desktop,
.gridViewCustom-desktop {
    margin-top: 120px;
}

.gridView,
.gridViewCustom {
    height: 800px;
}

.gridViewCustom {
    background-image: url(/public/images/gridviewcircle.jpg);
    background-position: 0px 80px;
    background-repeat: no-repeat;
    background-size: 100% 660px;
}

.comboChartView {
    width: 100%;
    height: 100%;
}

.headerbell {
    border: 1px solid black;
    border-radius: 50%;
    height: 22px;
    width: 22px;
    color: #b84442;
    background-color: white;
    float: right;
    margin-right: 20px;
    padding-top: 1px;
}

ul {
    list-style-type: none;
}

div.wells {
}

.wellTable {
    width: 100%;
}

.wellTable td,
.wellTable th {
    padding: 4px !important;
}

.wellTable ul {
    list-style-type: none;
    padding-left: 0px;
}

.table th {
    text-align: center;
}
.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
    background-color: #edf3fe;
    cursor: pointer;
}

.wellTable .alarm {
    background-color: red;
    border: 1px solid crimson;
}

div.checkAll {
    display: inline;
}

div.chartOptions {
    display: inline;
}

.sidebarContainer {
    width: 100%;
    position: absolute;
}

comboChartContainer {
    width: 100%;
    height: 100%;
    position: absolute;
}

.twoChartContainer {
    width: 100%;
    height: 35%;
}

.threeChartContainer {
    width: 100%;
    height: 25%;
}

.legendTool {
    cursor: pointer;
    padding-right: 5px;
}

.legendTool:hover {
    text-decoration: underline;
}

.legend {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    border: 2px solid black;
    text-align: center;
}

.icn-crit {
    color: red;
}

.icn-warn {
    color: orange;
}

.tabBtn {
    margin-right: 5px;
}

#alarmBtn {
    float: right;
}

.nav-pills > li {
    position: relative;
}

.nav-pills > li > a {
    display: inline-block;
    background-color: #dddddd;
}

.nav-pills > li span.closeTab {
    color: grey;
}

.nav-pills > li.active span.closeTab {
    color: black;
}

.nav-pills > li span.closeTab:hover {
    color: red;
}

.buttonbar > button {
    display: inline-block;
}

.nav-pills > li.list > a {
    background-color: green !important;
    color: white !important;
}

.dropdown-pill {
    background-color: #dddddd;
    margin: 2px;
}

.wellContainer {
    border: 1px solid #999;
}

.tankContainer {
    border: 1px solid #999;
    display: inline-block;
    padding: 1px;
}

.wellBanner {
    background-color: #bbb;
    height: 30px;
    padding-left: 5px;
    padding-top: 3px;
}

.toolBanner {
    height: 30px;
    padding-left: 5px;
    padding-top: 3px;
}

.toolInfoLeft {
    text-align: left;
}

.toolInfoTitle {
    text-align: center;
    font-size: 20px;
    color: #428bca;
    font-weight: bold;
}

.toolInfoRight {
    text-align: right;
}

.hidden {
    display: none !important;
}

.collapseBtn {
    color: #428bca;
    padding-right: 5px;
}

.tempText {
    color: red;
}

.presText {
    color: blue;
    float: right;
}

@media (max-width: 1600px) {
    .dash {
        padding-left: 10%;
        padding-right: 10%;
    }
    .buttonbar-desktop {
        padding-left: 10%;
        padding-right: 10%;
    }
}

@media (max-width: 1400px) {
    .dash {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.alarmHintAnchor {
    color: #0000ee;
    text-decoration: underline;
}

.footerBar {
    margin-top: 5px;
    position: relative;
    bottom: 0;
    height: 25px;
    width: 100%;
    background: #428bca;
    color: white;
    text-align: center;
    border: 1px solid #1967be;
}

.footerMsg {
    position: fixed;
    bottom: 0;
    width: 80%;
    height: 36px;
    font-size: 18px;
    font-family: sans-serif;
    left: 0;
    right: 0;
    padding-top: 5px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

span.jobId {
    color: red;
}

.modal-body input,
.modal-body select {
    margin-left: 5px;
    margin-right: 5px;
}

.alarmForm {
    margin-left: auto;
    margin-right: auto;
    display: table;
}

.alarmTool {
    display: table-row-group;
}

.alarmInputRow {
    height: 40px;
    display: table-row;
    text-align: center;
    vertical-align: middle;
}

.alarmToolInfo {
    display: table-row;
    text-align: center;
    font-weight: bold;
}

.alarmCell {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
}

.alarmFields input {
    width: 50px;
}

.alarmFields input.error {
    border-color: red;
}

.alarmInputRow .disabled {
    background-color: #eeeeee;
}

.qsTable {
    width: 100%;
}

.qsTable tr {
    height: 40px;
}

.qsTable th {
    text-align: center;
    border: 1px solid black;
}

th.qsPressure {
    border: none;
}

th.qsHeader {
    width: 200px;
}

.qsTable td {
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid black;
}

.qsTable input[type="text"] {
    width: 55px;
}

.qsTable label {
    font-weight: normal;
}

.errorMsg {
    color: red;
    text-align: center;
    font-weight: bold;
}

@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-o-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.blinking {
    -webkit-animation: blink 2s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation: blink 2s;
    -moz-animation-iteration-count: infinite;
    -o-animation: blink 2s;
    -o-animation-iteration-count: infinite;
    animation: blink 2s;
    animation-iteration-count: infinite;
}

tr.inactiveTool {
    color: grey;
    font-style: italic;
}

.streamChartContainer {
    text-align: center;
}

#mycanvas {
    border: 1px solid black;
}

.highcharts-series path {
    stroke-linecap: initial;
}

.odometer .odometer-inside .odometer-digit:first-child,
.odometer .odometer-inside .odometer-formatting-mark:nth-child(2),
.odometer .odometer-inside .odometer-digit:last-child {
    display: none;
}

.odometer.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
    -webkit-transition-duration: 1s !important;
    -moz-transition-duration: 1s !important;
    -ms-transition-duration: 1s !important;
    -o-transition-duration: 1s !important;
    transition-duration: 1s !important;
}

.rtButton-pressed text {
    font-weight: bold !important;
}

.rtButton-pressed rect {
    fill: #e6ebf5;
}

input.filterSlider {
    display: inline-block !important;
}

/* .react-draggable,
.cursor {
    cursor: move;
} */

.draggable-cursor {
    cursor: move;
}

.full_modal-dialog {
    width: 100% !important;
    height: 100% !important;
    min-width: 98% !important;
    min-height: 92% !important;
    max-width: 98% !important;
    max-height: 92% !important;
    padding: 0 !important;
}

.full_modal-content {
    height: 95% !important;
    width: 90% !important;
    min-height: 99% !important;
    max-height: 99% !important;
}
.modal-content {
    height: auto;
    min-height: 100%;
    border-radius: 0;
}

.trend-modal {
    width: 90%;
    max-width: none;
}

.trend-modal-2 {
    width: 1000px;
    max-width: none;
}

.trend-info {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
    box-shadow: 2px 2px 15px #eee;
    margin: 15px 0 30px 0;
    padding: 5px;
    width: 320px;
}

.trend-info li p {
    display: inline-block;
    width: 150px;
}

.trend-info li > span {
    padding-left: 10px;
    border-left: 1px solid #333;
}

.wt-btn-default {
    background-color: #f7f7f7;
}

.wt-btn-primary {
    background-color: #e6ebf5;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    opacity: 1;
}

.react-resizable {
    position: relative;
}
.react-resizable-handle {
    position: absolute;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-origin: content-box;
    box-sizing: border-box;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2IDYiIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiNmZmZmZmYwMCIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iNnB4Ij48ZyBvcGFjaXR5PSIwLjMwMiI+PHBhdGggZD0iTSA2IDYgTCAwIDYgTCAwIDQuMiBMIDQgNC4yIEwgNC4yIDQuMiBMIDQuMiAwIEwgNiAwIEwgNiA2IEwgNiA2IFoiIGZpbGw9IiMwMDAwMDAiLz48L2c+PC9zdmc+");
    background-position: bottom right;
    padding: 0 3px 3px 0;
}
.react-resizable-handle-sw {
    bottom: 0;
    left: 0;
    cursor: sw-resize;
    transform: rotate(90deg);
}
.react-resizable-handle-se {
    bottom: 0;
    right: 0;
    cursor: se-resize;
}
.react-resizable-handle-nw {
    top: 0;
    left: 0;
    cursor: nw-resize;
    transform: rotate(180deg);
}
.react-resizable-handle-ne {
    top: 0;
    right: 0;
    cursor: ne-resize;
    transform: rotate(270deg);
}
.react-resizable-handle-w,
.react-resizable-handle-e {
    top: 50%;
    margin-top: -10px;
    cursor: ew-resize;
}
.react-resizable-handle-w {
    left: 0;
    transform: rotate(135deg);
}
.react-resizable-handle-e {
    right: 0;
    transform: rotate(315deg);
}
.react-resizable-handle-n,
.react-resizable-handle-s {
    left: 50%;
    margin-left: -10px;
    cursor: ns-resize;
}
.react-resizable-handle-n {
    top: 0;
    transform: rotate(225deg);
}
.react-resizable-handle-s {
    bottom: 0;
    transform: rotate(45deg);
}

.well-item {
    padding: 5px 5px;
}

.well-item ul {
    margin-bottom: 2px;
}
