@import "style_02-20.css"; /* FEB 2020 STYLES */

.tooltip-inner {
    height: auto !important;
    /*width: 500px !important;*/
    max-width: 500px !important;
}

.plant-production tr th, .machine-log tr th.night-shift,
.log-section.night-shift{
    background-color: lightblue;
    color: #404040;
}

.plant-production tr th, .machine-log tr th.day-shift,
.log-section.day-shift {
    background-color: #fdeecf ;
    color: #404040;
}

.modal-xlg {
    width: 760px;
}
tr.secondary td {
    cursor: default !important;
}

.task-info {
    color: gray;
}

.readingFont {
    font-family: "Lucida Console", Monaco, sans-serif;
}

/*new nav styles*/

.megamenu-list li {
    padding-bottom: 5px;
}

.mega-sub.active .mega-menu-btn-link .ez-icon-nav{
    color: #404040;
}

.mega-sub.active .mega-menu-btn-link .ez-icon-nav.rpo-icon{
    padding-right: 15px;
    font-size: 160%;
}

.ezops-nav .col-xs-1 {
    padding-left: 0;
    height: 50px;
}

.ezops-nav .large-caret {
    z-index: 4000;
}

.online-nav.fix-to-top {
    padding-top: 5px !important;
    height: 60px;
}

.online-nav.ezops-nav.fix-to-top .mega-menu {
    margin-top: 0px;
}

.ezops-nav .col-xs-1 .mega-menu {

}

.ezops-nav .caret.active {
    display: none;
}

.ezops-nav .col-xs-1:hover .caret.active,
.ezops-nav .col-xs-1:active .caret.active {
    color: #f6b331;
    display: inline-block;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #f6b331;
    margin-top: 33px;
    margin-left: -55px;
    z-index: 3000;
    position: absolute;
}

.show-on-scroll {
    display: none;
}

.fix-to-top.ezops-nav .show-on-scroll {
    display: block;
}

.fix-to-top.ezops-nav .db-link a {
    margin-left: 4px;
}

.fix-to-top.ezops-nav .online-info {
    width: auto;
}

.fix-to-top.ezops-nav .online-info a {
    margin-right: -1px;
}

.fix-to-top.ezops-nav .mega-menu, .fix-to-top.ezops-nav .mega-menu .mega-sub {
    z-index: 2001;
}

.fix-to-top.ezops-nav .col-xs-1 {
    padding-top: 10px;
    height: 45px;
}

.mega-menu-scroll {
    width: 100% !important;
    z-index: 1001;
}

.site-info div {
    display: none;
}

.site-info h4, .site-info h1 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.site-info {
    display: none;
}

.site-info.fix-to-top {
    display: block;
}

.site-info.fix-to-top div {
    display: inline-block;
}

.site-info.fix-to-top {
    z-index: 2000;
    width: 100%;
    left: 0;
    background-color: #404040;
    margin: 0;
}

.site-info.fix-to-top.locations-info {
    margin-top: 40px;
}

.site-info.fix-to-top.plant-info {
    margin-top: 120px;
}

.site-info.fix-to-top.well-info {
    margin-top: 150px;
}

.sync-error h1 {
    padding-left: 20px;
    color: red;
}

.sync-button.disabled {
    opacity: .65;
}
.fix-to-top .sync-button {
    padding-top: 10px;
    padding-right: 9px;
}

.sync-button .btn-danger {
    cursor: pointer;
    -webkit-animation: glowing-danger 1500ms infinite;
    -moz-animation: glowing-danger 1500ms infinite;
    -o-animation: glowing-danger 1500ms infinite;
    animation: glowing-danger 1500ms infinite;
}

.sync-button .btn-warning {
    cursor: pointer;
    -webkit-animation: glowing-warning 1500ms infinite;
    -moz-animation: glowing-warning 1500ms infinite;
    -o-animation: glowing-warning 1500ms infinite;
    animation: glowing-warning 1500ms infinite;
}

@-webkit-keyframes glowing-danger {
    0% {
        background-color: #B20000;
        -webkit-box-shadow: 0 0 3px #B20000;
    }
    50% {
        background-color: #FF0000;
        -webkit-box-shadow: 0 0 40px #FF0000;
    }
    100% {
        background-color: #B20000;
        -webkit-box-shadow: 0 0 3px #B20000;
    }
}

@-moz-keyframes glowing-danger {
    0% {
        background-color: #B20000;
        -moz-box-shadow: 0 0 3px #B20000;
    }
    50% {
        background-color: #FF0000;
        -moz-box-shadow: 0 0 40px #FF0000;
    }
    100% {
        background-color: #B20000;
        -moz-box-shadow: 0 0 3px #B20000;
    }
}

@-o-keyframes glowing-danger {
    0% {
        background-color: #B20000;
        box-shadow: 0 0 3px #B20000;
    }
    50% {
        background-color: #FF0000;
        box-shadow: 0 0 40px #FF0000;
    }
    100% {
        background-color: #B20000;
        box-shadow: 0 0 3px #B20000;
    }
}

@keyframes glowing-danger {
    0% {
        background-color: #B20000;
        box-shadow: 0 0 3px #B20000;
    }
    50% {
        background-color: #FF0000;
        box-shadow: 0 0 40px #FF0000;
    }
    100% {
        background-color: #B20000;
        box-shadow: 0 0 3px #B20000;
    }
}

@-webkit-keyframes glowing-warning {
    0% {
        background-color: #bc7410;
        -webkit-box-shadow: 0 0 3px #bc7410;
    }
    50% {
        background-color: #eb9114;
        -webkit-box-shadow: 0 0 40px #eb9114;
    }
    100% {
        background-color: #bc7410;
        -webkit-box-shadow: 0 0 3px #bc7410;
    }
}

@-moz-keyframes glowing-warning {
    0% {
        background-color: #bc7410;
        -webkit-box-shadow: 0 0 3px #bc7410;
    }
    50% {
        background-color: #eb9114;
        -webkit-box-shadow: 0 0 40px #eb9114;
    }
    100% {
        background-color: #bc7410;
        -webkit-box-shadow: 0 0 3px #bc7410;
    }
}

@-o-keyframes glowing-warning {
    0% {
        background-color: #bc7410;
        -webkit-box-shadow: 0 0 3px #bc7410;
    }
    50% {
        background-color: #eb9114;
        -webkit-box-shadow: 0 0 40px #eb9114;
    }
    100% {
        background-color: #bc7410;
        -webkit-box-shadow: 0 0 3px #bc7410;
    }
}

@keyframes glowing-warning {
    0% {
        background-color: #bc7410;
        -webkit-box-shadow: 0 0 3px #bc7410;
    }
    50% {
        background-color: #eb9114;
        -webkit-box-shadow: 0 0 40px #eb9114;
    }
    100% {
        background-color: #bc7410;
        -webkit-box-shadow: 0 0 3px #bc7410;
    }
}

.site-info {
    border-bottom: solid 1px black;
}

.hide {
    display: none;
}

.top-level-location-info h1 {
    margin: 0;
}

.top-level-location-info .location-name {
    color: #404040;
}

.top-level-location-info p, .top-level-location-info h1 {
    display: inline-block;
}

.fix-to-top .plant-equipment-info h4, .fix-to-top .location-name h4, .fix-to-top .well-equipment-info h4 {
    padding-left: 20px;
    color: #f6b311;
    display: inline-block;
}

.fix-to-top.site-info h4 p {
    color: white;
    padding: 0;
    margin: 0;
    display: inline-block;
}

.plant-equipment-info, .well-equipment-info {
    float: right;
}

.plant-equipment-info h4, .well-equipment-info h4 {
    padding-right: 20px;
}

.hide-ez-nav {
    float: right;
    color: #f6b311;
    padding-right: 22px;
}

/* Weekly Report styles panels */
.panel-primary > .panel-heading {
    background-color: #404040 !important;
    border-color: #404040 !important;
}

/*task acn css*/




.icons-for-type .icon {
    display: inline-block;
    width: 25px;
    text-align: center;
    height: 25px;
}

.icon-test {
    background-image: url(../../assets/images/compressor_icon_EZOPS_1.png);
    background-size: contain;
}

.icon-well {
    background-image: url(../../assets/images/well.png);
    background-size: cover;
}

.icon-compressor {
    background-image: url(../../assets/images/compressor_icon_EZOPS_1.png);
    background-size: cover;
}

.icon-sender {
    background-image: url(../../assets/images/pigsender.png);
    background-size: cover;
}

.icon-receiver {
    background-image: url(../../assets/images/pigreceiver.png);
    background-size: cover;
}

.icon-bolt {
    background-image: url(../../assets/images/bolt.png);
    background-size: cover;
}

.icon-pad {
    background-position: top 2px;
    background-image: url(../../assets/images/layer-icon.png);
    background-size: cover;
}

.report-title {
    padding: 0;
}

.show-mobile {
    display: none;
}

.report-title table, .report-title canvas {
    padding-right: 5px;
}

.report-title table {
    padding-right: 5px !important;
    border-collapse: separate;
}

.luda-font {
    font-family: 'Lucida Console', Monaco, sans-serif !important;
}

.task-report p, .task-report textarea {
    font-family: 'Lucida Console', Monaco, sans-serif;
}

.task-report .task-box {
    overflow: hidden;
    border: solid 1px #404040;
    margin-bottom: 20px;
}

.task-report textarea {
    border: solid 2px #404040;
    background-color: #ffe4ad;
    border-radius: 4px;
}

.task-report ul li, .task-report li {
    font-family: 'Lucida Console', Monaco, sans-serif;
}

.odd-task {
    background-color: #eee;
}

.sub-table-heading p.sub-nav-title {
    background-color: #ffca60;
    padding: 5px 10px 5px 10px;
    font-family: 'ref-delux', sans-serif;
    font-size: 16px;
    text-transform: capitalize;
    color: #404040;
}

.secondary-border p {
    font-family: 'ref-delux', sans-serif;
    display: inline-block;
}

table.report-table .task-column-1 {
    width: 49.8%;
    display: inline-block;
}

table.report-table .task-column-2 {
    width: 49%;
    display: inline-block;
}

table.report-table > tbody > tr > td, table.report-table > thead > tr > th {
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
    border-top: solid 1px #404040;
}

table.report-table > tbody > tr > td.secondary-border {
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
    /*border-top: 2px solid #eee !important;*/
    border-top: none !important;
}

table.report-table > tbody > tr > td {
    font-size: 16px;
}


/*EZOPS TABLE*/


table.ezops-table .row-active td, table.ezops-table .row-active input, table.ezops-table .row-active select {
    font-weight: 900;
    font-size: 16px;
}

.sub-table-heading div {
    padding-left: 8px;
}

/* table.ezops-table tr.primary td > div {
    height: 40px;
    overflow: hidden;
} */

a.navbar-brand {
    display: inline-block;
    text-indent: -9999px;
    background: url(../images/white-ezops-colour.png) no-repeat;
    width: 250px;
    height: 85px;
    background-position-y: 0;
    transition: background-position .5s ease;
    -webkit-transition: background-position .5s ease;
    -moz-transition: background-position .5s ease;
    -o-transition: background-position .5s ease;
    float: left;
    margin-top: 0px;
    background-size: 100%;
}

.panel-heading {
    cursor: pointer;
}

/* nav styles */
li.dropdown {
    padding: 0 !important;
}

ul.nav.navbar-nav {
    margin-top: 0px;
    margin-left: 60px;
    font-size: 20px;
}

nav ul.nav.navbar-nav > li:hover > ul.navbar-subnav {
    font-size: 18px;
    margin-left: -10px;
    display: block;
    width: 100%;
    height: auto;
    background-color: #555555;
    padding: 0px;
    position: absolute;
}

nav ul.nav.navbar-nav > li:hover, nav ul.nav.navbar-nav > li a:hover, nav ul.nav.navbar-nav > li:hover > ul.navbar-subnav a:hover {
    background-color: #555555;
    text-decoration: none;
}

nav ul.nav.navbar-nav > li:hover > ul.navbar-subnav li {
    border-bottom: solid 1px #ccc;
    width: 100%;
    padding: 5px 10px 5px 10px;
}

nav ul.nav.navbar-nav > li:hover > ul.navbar-subnav li a {
    margin-left: 5px;
}

nav ul.nav.navbar-nav ul.navbar-subnav {
    padding-left: 20px;
    text-align: center;
    list-style: none;
    display: none;
}

nav ul.navbar-nav li {
    padding: 0px 10px 0px 10px;
    width: 150px;
}

nav ul.nav.navbar-nav ul.navbar-subnav li {
    text-align: left;
    max-width: 100%;
}


nav.navbar.open {
    height: auto;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover, ul.nav.navbar-nav li a {
    color: #fff;
}

.navbar-default .navbar-nav > .open > a:hover {
    color: #f6b331;
}

nav .dropdown-menu {
    background-color: #404040;
}

/* table styles */
.report-container {
    width: auto !important;
}

table.offset-colors tr:nth-child(odd) {
    background-color: white;
}

table table.offset-colors tr:nth-child(odd) {
    background-color: white;
}

table.hover-table {
    height: 100%;
}

table.hover-table:hover, table.hover-table td:hover {
    cursor: pointer;
}

table.offset-colors tr:nth-child(even) {
    background-color: #eee;
}

table table.offset-colors tr:nth-child(even) {
    background-color: #eee;
}

/*table.offset-colors tbody tr:hover {*/
/*background-color: #ccc;*/
/*}*/

table td.task-remove:hover, table td.task-complete:hover, table td.task-restore:hover {
    cursor: pointer;
}

table.pattern-table tr:nth-child(4n), table.pattern-table tr:nth-child(4n-1) {
    background-color: #eee;
}

table.pattern-table tr.primary:hover {
    cursor: pointer;
}

table.pattern-table tr.secondary td {
    border: 0;
}

table td.task-remove:hover span, table td.task-complete:hover span, table td.task-restore:hover span {
    color: black;
}

table td.task-complete {
    color: #32CD32;
}

table td.task-remove {
    color: red;
}

table td.task-restore {
    color: blue;
}

table td.incomplete {
    color: red;
}

table td.completed {
    color: #7FA820;
}

table th:hover {
    cursor: pointer;
}

table thead tr th {
    font-size: 16px;
    font-weight: bolder;
}

table tbody tr.secondary-table-row td {
    border: 0 !important;
}

table span.fa.fa-sort-alpha-desc.ng-scope, table span.fa.fa-sort-alpha-asc.ng-scope {
    color: #404040;
}

table .table-Low {
    background-color: red;
}

table .table-Normal {
    background-color: #32CD32;
}

table .table-High {
    background-color: yellow;
}

/* .pagination {
    position: relative;
    float: left;
    left: 32%;
} */

.offline-message h1 {
    float: right;
}

.oil-hours h3, .oil-hours p {
    display: inline-block;
}

.oil-hours p {
    font-size: 18px;
    margin-right: 1px;
    font-family: "Lucida Console", Monaco, sans-serif;
}

.schedule-note {
    width: 100%;
    height: auto;
    padding: 5px;
}

@media (max-width: 1376px) {
    .offline-message h1 {
        float: none !important;
        text-align: center;
    }
}

@media (max-width: 1200px) {
    .mobile-row {
        margin-left: -15px;
        margin-right: -15px;
    }

    .task-report .hide-mobile {
        display: none;
    }

    .task-report .show-mobile {
        display: block;
    }

    .top-level-nav {
        width: 100%;
    }

    ul.nav.navbar-nav {
        margin-left: 25px;
    }

}

/*TODO the dropdown on line 265 is effecting our ui-selects
should be reviewed*/
@media (max-width: 1100px) {
    .navbar-header, .nav {
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }

    .dropdown {
        float: right;
    }

    nav.navbar {
        height: auto;
    }

    nav.navbar li.top-level {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .navbar-header .navbar-brand, .navbar-header .nav {
        float: none;
        height: 85px;
        width: 245px;
    }

    nav ul.navbar-nav li ul {
        margin-left: 0 !important;
    }
}

@media print {
    html {
        -webkit-print-color-adjust: exact;
    }

    /* Reports */
    /* Report Banner */
    .report-banner {
        background-color: #404040 !important;
        color: white !important;
        vertical-align: middle;
    }

    h2.report-banner {
        font-size: 250%;
        float: right;
        margin-right: 10px;
        vertical-align: middle;
    }

    img.report-logo {
        width: 30%;
        height: 30%;
        margin-left: 10px;
        margin-bottom: 10px;
        display: inline-block;
    }

    /* Report Tables */
    .print-report-table {
        font-size: 14px !important;
        border: solid 1px black !important;
    }

    .print-report-table tr th {
        background-color: #ffca60 !important;
        font-size: 16px;
        border: solid 1px black !important;
    }

    /* Report Misc. */
    .report-card {
        overflow: hidden;
        margin-top: 5px;
        border-radius: 5px;
        border: solid 1px #404040;
        page-break-inside: avoid !important;
        background-color: #FEFEF8 !important;
    }

    .report-title {
        font-size: 16px !important
    }

    .report-title h2 {
        font-size: 20px !important
    }

    .print-warning-high {
        color: #db0000 !important;
        font-size: 16px;
    }

    .print-warning-medium {
        color: #d88c00 !important;
        font-size: 16px;
    }

    /* Task Report */
    .task-report {
        page-break-inside: avoid;
        page-break-after: auto;
    }

    .task-textarea {
        background-color: #ffe4ad !important;
    }

    .task-parameters h4 {
        display: inline;
    }

    /*Tank Report*/
    .report-tank {
        page-break-inside: avoid;
        page-break-after: auto;
    }

    .report-tank .col-xs-12 {
        width: 50% !important;
    }

    .tank-title {
        background-color: #ffca60 !important;
        font-size: 16px !important
    }

    .tank-title th {
        background-color: #ffca60 !important;
        font-size: 16px !important
    }

    .print-tank-table {
        margin-left: 4px;
        width: 98%;
    }

    /* Schedules Report */
    .schedule-table th {
        font-size: 12px !important;
    }

    .schedule-table td {
        font-size: 10px !important;
    }
}

.login-info-hamburger {
    display: none;
}

.top-level {
    text-align: center;
}

.navbar-subnav li a {
    display: block;
    width: 100%;
}

a.disabled,
a.disabled:hover{
    color: grey !important;
    cursor: default;
    text-decoration: line-through;
}

.navbar-nav > li > a:focus {
    color: white !important;
}

.workflow-event-pending{
    background-color: orange;
    opacity: .90;
}
/* font face declaration */
@font-face {
    font-family: 'ref-delux';
    src: url('../fonts/ref-delux.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'univers';
    src: url('../fonts/univers.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* fix to top */


.fix-to-top .mobile-page-nav {
    margin-bottom: 0px !important;
    border-radius: 0px !important;
}


.fix-to-top.well-info {
    margin-top: -10px;
    background-color: #404040;
    width: 100%;
    font-size: 18px !important;
    z-index: 1000;
    color: white;
    left: 0;
}

.fix-to-top.well-info h2 {
    margin-left: 20px;
}


/* date picker */
div.ui-datepicker {
    background-color: lightgray;
    padding-bottom: 5px;
}

.ui-datepicker-prev {
    padding-right: 5px;
}

.ui-datepicker-header {
    padding: 5px;
}

table.ui-datepicker-calendar {
    border: solid 1px black;
}

table.ui-datepicker-calendar tbody a {
    pointer: cursor;
}

@media print {
    .no-print, .no-print * {
        display: none;
    }
}

/* rectfifiers and TEG */
div.rectifier.title {
    width: 100%;
    height: 40px;
}

div.rectifier.title div {
    background-color: #ccc;
}

div.rectifier {
    width: 100%;
    height: 170px;
    text-align: center;
}

div.rectifier input {
    background-color: #ffffcc;
}

div.rectifier .col {
    float: left;
    height: 100%;
    border: solid 1px black;
}

div.rectifier .col.big {
    width: 16%;
}

div.rectifier .col.small {
    width: 8%;
    height: 100%;
}

div.rectifier .col.small .half {
    height: 50%;
    border: solid 1px black;
}

div.rectifier .col.small .half input {
    width: 100%;
    height: 100%;
}

div.rectifier .col.big .half {
    height: 50%;
    border: solid 1px black;
}

.clear {
    clear: both;
}

.fix-bottom-right {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 99999;
}

.flash-message {
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 99999;
}

.fix-top-left {
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 3000;
}

.fix-top-center {
    position: fixed;
    top: 10px;
    left: 50%;
    z-index: 3000;
}

.completed {
    color: #5cb85c;
}

.incomplete {
    color: red;
}

.wellColumn {
    width: 100px;
}

.dateColumn {
    width: 13%;
}

.ui-select-dropdown {
    background-color: white;
}

.schedule-complete-change {
    background-color: #c0e85b !important;
}

.schedule-defered {
    background-color: #EAFFB8 !important;
}

#gaugedButton {
    margin-right: 5px;
}

.fa-btn {
    margin-right: 6px;
}

.fa-question-circle {
    font-size: 18px;
}

.active, .inactive {
    cursor: pointer;
}

.active, .inactive {
    cursor: pointer;
}

i.inactive {
    color: #d9534f
}

.stopWatch {
    padding: 5px;
    background: linear-gradient(top, #222, #eee);
    border: 7px solid #efefef;
    border-radius: 4px;
    display: inline-block;
    margin: 10px auto;
    box-shadow: inset 0 -2px 10px 1px rgba(0, 0, 0, 0.75), 0 5px 20px -10px rgba(0, 0, 0, 1);
}

.numbers {
    font-size: 30px;
    line-height: 40px;
    font-family: digital, arial, verdana;
    color: black;
}

.note {
    border-color: #e6e9ef;
    background-color: #f2f4f7;
    border-style: ridge;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}

.ta-scroll-window {
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}

.ta-toolbar.focussed {
    display: block;
}

.ta-toolbar.visited {
    display: block;
}

/* .pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
} */


.mobile-page-div {
    background-color: #f6b331;
    margin-top: 5px;
    height: 30px;
    cursor: pointer;
}

.mobile-page-div-disabled {
    background-color: rgb(235, 235, 228);
    margin-right: 5px;
    margin-top: 5px;
    height: 30px;
    cursor: not-allowed;
    color: #93999C;
}

.mobile-page-div i {
    color: #404040 !important;
}

.mobile-page-div h4 {
    margin-top: 7px;
}

.mobile-page-div i {
    float: right;
}

.mobile-page-div-disabled h4 {
    margin-top: 7px;
}

.mobile-page-div-disabled i {
    float: right;
}

.mobile-page-nav .col-xs-3 {
    width: calc(25% - 5px);
}


.mobile-page-nav {
    background-color: #404040;
    border-radius: 4px;
    padding-top: 5px;
    margin-bottom: 20px;
}

.mobile-page-nav {
    padding-bottom: 10px;
    color: #404040;
    padding-left: 15px;
}

.page-nav.fix-to-top {
    left: 0;
    width: 100%;
}

.floatingNav .float-nav {
    width: 100% !important;
    margin-left: 0;
}

.floatingNav .float-nav div {
    z-index: 1002;
    width: calc(16.6% - 5px);
}


.floatingNavDashboard .float-nav div {
    z-index: 1002;
}


.floatingNavDashboard .mobile-page-nav {
    left: 0;
    background-color: #404040;
}

.fix-to-top.floatingNavDashboard {
    margin-top: 40px;
}

.page-nav .float-nav div {
    padding-left: 0px;
    padding-right: 0px;
}


/* input:not([type]):disabled, select:disabled, input[disabled] {
    font-style: italic;
    color: #555;
    -webkit-text-fill-color: #555 !important;
    opacity: 1;
    background-color: rgb(235, 235, 228) !important;
} */

select {
    background-color: white;
}

#plantName h3 a {
    display: none;
}

#plantName .fix-to-top h3 a {
    display: inline-block;
    padding-right: 20px;
    color: white;
}

.locationName a {
    display: block !important;
    color: #404040;
}

.panel-default {
    border-color: #404040;
}
.panel-primary {
    border-color: #404040;
    border-radius: 0px;
}

.panel-primary > .panel-heading {
    border-color: #404040;
    background-color: #404040;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.search-button {
    border: solid 1px #adadad;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    padding-bottom: 7.5px;
}

.reading-sheet .fa-check {
    color: #5cb85c;
}

.wrapper {
    text-align: center;
}

.wrapper ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    zoom: 1;
    display: inline;
}

.wrapper li {
    float: left;
}

/* .pagination {
    float: none;
    left: 0;
} */

.panel-heading {
    font-size: 22px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.panel {
    border-radius: 3px;
}

/* .pagination-navigation {
    height: 25px;
    background-color: #ffca60;
    color: #404040;
    margin-top: 5px;
    border: solid 1px #404040;
    text-align: center;
    font-size: 16px;


.pagination-navigation:hover {
    color: #ffca60;
    background-color: #404040;
}

.pagination-navigation-pressed {
    color: #ffca60;
    background-color: #404040 !important;
    height: 25px;
    margin-top: 5px;
    border: solid 1px #404040;
    text-align: center;
    font-size: 16px;
}

} */

.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:active:focus {
    background-color: #806464;
    border-color: #404040;
    color: #ffca60;
}
.no-hover {
    cursor: default !important;
}


.tank-in-service {
    color: #449d44;
}

.tank-out-of-service {
    color: #c20600;
}

.timer-toggle {
    background-color: #404040;
    border-color: black;
    color: #ffca60;
}

.timer-toggle:hover {
    background-color: #806464;
    border-color: #404040;
    color: #ffca60;
}

.scada-danger {
    border: 3px solid #FF662E !important;
    color: #404040 !important;
}

.scada-danger-change {
    background-color: yellow !important;
    color: #404040 !important;
}

.scada-normal-change {
    border: 3px solid #7FA820 !important;
    color: #404040 !important;
}

.scada-normal-field {
    border: 3px solid #f6b311 !important;
    color: #404040 !important;
}

.scada-production-disagreement {
    border: 3px solid #FF662E !important;
    color: #404040 !important;
}

input[disabled].scada-normal-field {
    background-color: #fbdf9d !important;
}

input[disabled].scada-production-disagreement {
    background-color: #FFA17E !important;
    color: #404040 !important;
}

.scada-key {
    background-color: #E3F3BF;
    color: #404040;
}

.wellHeading:hover {
    color: white !important;
}
/*
.uib-datepicker-popup.dropdown-menu {
    width: 100%;
    min-height: 450px;

}

.uib-daypicker table {
    height: 100%;
    width: 100%;
}

.uib-day button, .uib-month button, .uib-year button {
    width: 100%;
    height: 100%;
} */

.ezops-version {
    position: absolute;
    top: 0;
    left: 0;
    padding-right: 20px;
    display: none;
}
.navbar-toggle {
    margin-right: -10px !important;
    background-color: #ccc;
}

.navbar-toggle:hover {
    background-color: #404040 !important;
}

.navbar-toggle:hover span.icon-bar {
    background-color: #ccc !important;
}

span.icon-bar {
    width: 50px !important;
    height: 3px !important;
    margin-bottom: 10px !important;
    background-color: #404040 !important;
}

.icon-bar:nth-child(2) {
    margin-top: 10px !important;
}

/*  footer */
.footer-version {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    height: 20px;
    width: 100%;
    background-color: #404040;
    color: white;
    text-align: center;
    z-index: 3000;
}

#ngProgress {
    background-color: #ffca60 !important;
}

.images #ngProgress {
    background-color: blue !important;
}

.nav.navbar-nav .dropdown {
    width: auto;
    padding-right: 5px !important;
}

.navbar-toggle .icon-bar:nth-child(2) {
    margin-top: 10px;
}

#plantName .fix-to-top h3:nth-child(1) {
    margin-left: 9px;
}

.navbar-nav .dropdown-toggle {
    text-align: center;
}

.navbar-nav li.dropdown {
    width: auto;
}

.online-message, .offline-message {
    padding-right: 5px;
}


.fa-step-forward, .fa-step-backward {
    color: #404040 !important;
}

.plunger-logo {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.logo-pressed {
    background-color: #ffca60;
}

.totals {
    font-family: "Lucida Console", Monaco, sans-serif;
    font-size: 14px;
}

.float-nav {
    padding-left: 20px;
}

.fix-to-top .float-nav {
    margin-left: 0px;
}

.siteDataNav {
    border: solid 2px #404040;
    border-radius: 4px;
    padding: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.remove-padding {
    padding: 0px;
}

i.rpo-icon {
    /* font-size: 30px; */
}

.tabItems {
    font-size: 18px;
}

.tab-buttons {
    border: var(--ezops-border-style);
    border-radius: var(--ezops-border-radius);
    background-color: white;
    color: black;
}

.nav-pills > li.tab-buttons > a {
    border-radius: 0;
}

.nav-pills > li.tab-buttons.active > a {
    background-color: black;
    color: white;
}

.ezops-secondary-button {
    border: var(--ezops-border-style);
    border-radius: var(--ezops-border-radius);
    background-color: black;
    color: white;
}

.ezops-secondary-button:hover, .ezops-secondary-button:focus {
    background-color: lightgrey;
    color: black;
}

.ezops-tertiary-button {
    border: var(--ezops-border-style);
    border-radius: var(--ezops-border-radius);
    background-color: white;
    color: black;
}

.ezops-tertiary-button:hover, .ezops-tertiary-button:focus {
    background-color: grey;
    color: white;
}

.locationLink, .locationLink:visited {
    color: var(--ezops-link-color);
    text-decoration: underline;
}

.locationLink:hover {
    color: black;
    text-decoration: underline;
    cursor: pointer;
}

.locationLink i.fa-caret-right {
    position: relative;
    top: 4px;
    font-size: 26px;
}

.temp-label {
    padding-left: 2px;
}

.inline {
    display: inline-block;
}


/*
.pagination > li > a, .pagination > li > span, .pagination-prev > a, .pagination-next > a, .pagination-page > a {
    color: #404040;
    background-color: #ffca60;
    padding-left: 20px;
    padding-right: 20px;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #404040;
    color: #ffca60;
    border-color: #404040;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    background-color: #404040;
    color: #ffca60;
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    font-style: italic;
    color: #555 !important;
    background-color: rgb(235, 235, 228);
}

.pagination-lg {
    width: 100%;
    display: flex;
    justify-content: space-between;
    background-color: lightgrey;
    border: 1px solid black;
}
*/

.passedCompletedInspection {
    background-color: #c0e85b;
}

.failedButton {
    background-color: #FF662E;
}
/*
@media (min-width: 1450px) {
    .container {
        width: 1400px;
    }

    .nav.navbar-nav .dropdown {
        margin-right: 6px !important;
        padding-right: 0 !important;
    }
}

@media (min-width: 1200px) {
    .nav.navbar-nav .dropdown {
        padding-right: 0px !important;
        margin-right: 5px;
    }
}

@media (max-width: 1450px) {
    .ezops-nav div.col-xs-1 {
        width: 10%;
    }
}

@media (max-width: 1200px) {
    .ezops-nav div.col-xs-1 {
        width: 12%;
    }
} */
÷
/*
@media (max-width: 600px) {
    .pagination {
        position: relative;
        float: left;
        left: 5%;
    }
}

@media (max-width: 420px) {
    .navbar-brand {
        background-size: 185px !important;
        height: 65px !important;
        width: 185px !important;
    }

    span.icon-bar {
        width: 30px !important;
        height: 1px !important;
        margin-bottom: 5px !important;
        background-color: #404040 !important;
    }

    .icon-bar:nth-child(2) {
        margin-top: 5px !important;
    }

    body nav.navbar {
        min-height: 65px;
    }
} */

.floatingMainNav {
    margin-left: 0px;
    padding-left: 0px;

}

.floatingMainNav > .col-xs-12 {
    padding-top: 15px;
}

.floatingMainNav > .col-xs-12 > .col-xs-1 > a {
    font-size: 24px;
}

.selectedWells {
    border: black solid 1px;
    padding: 2px;
    margin: 15px;
    background-color: lightgrey;
    border-radius: 5px;
}

.table-fixed {
    height: 665px
}

.toolTipClass {
    font-family: Arial, sans-serif;
    font-size: 16px;
    z-index: 1111111111;
}

.toolTipClass-lower {
    z-index: 10;
}

.categoriesCheck {
    display: inline-grid;
    margin-bottom: 5px;
}

.formTitle {
    font-size: 22px;
    background-color: black;
    margin-right: -15px;
    margin-left: -15px;
    margin-top: -15px;
    color: #ffca60;
    text-align: center;
}

.button-group.right button {
    float: right;
}

.imageModal {
    z-index: 5000 !important;
}

.inspection-data {
    overflow: unset !important;
}

.input-group {
    margin-bottom: 5px;
}

.header-break {
    background-color: var(--select-color);
}

.error-message {
    color: red;
}

.progressBarNumbers {
    color: black;
    white-space: nowrap;
    display:inline;
}

.float-right-button {
    float: right;
    margin-left: 5px;
}

.float-left-button {
    float: left;
    margin-right: 5px;
}

.icon-white {
    color: white;
}

.cursor-text {
    cursor: text;
}

.panel-header-symbol {
    float:right;
    margin-top:5px;
}

.search-button {
    margin-right: 5px;
    margin-left: 1px;
}

.warning-message {
    color: red;
    font-size: 16px;
}

.form-section {
    border-top: solid black 1px;
    margin-top: 15px;
}

.font-italic {
    font-style: italic;
}

.search-bar {
    width:100%;
    display: inline-block;
}

.date-time-wrapper {
    padding-top: 40px;
}

.checkbox-right{
    float: right;
}

.selected-questions {
    border: black solid 1px;
    padding: 5px;
    margin: 5px;
    background-color: lightgrey;
    border-radius: 5px;
}

.checkbox-question {
    margin:5px;
}

.modalTable {
    border: 1px solid black;
}

.max-z {
    z-index: 999999999;
}

.overflow-wrapper {
    overflow-x: scroll;
}

.pigging-show-details {
    width: 100%;
    max-width: 1200px;
}


.pump-no-suggested {
    min-height: 520px;
    border: 1px solid black;
    padding-bottom: 5px;
}

.pump-extended-left {
    min-height: 945px;

}

.pump-extended-right {
    min-height: 945px;
}


.numbers {
    font-size: 30px;
    line-height: 40px;
    font-family: digital, arial, verdana;
    color: black;
}

.no-padding {
    padding: 0;
}

.max-width {
    width: 100%;
}

.pump-intermittent {
    text-align: center;
}

.bordered {
    border: 1px solid black;
}

.pad-top-sm {
    padding-top: 5px;
}

.pad-top {
    padding-top: 10px;
}

.pad-top-lg {
    padding-top: 15px;
}

.pad-bottom-sm {
    padding-bottom: 5px;
}

.pad-bottom {
    padding-bottom: 10px;
}

.pad-bottom-lg {
    padding-bottom: 15px;
}
.margin-bottom-sm{
    margin-bottom: 5px;
}

#projected-cost-table tbody {
    display: block;
    overflow-y: scroll;
    max-height: 700px !important;
}

#projected-cost-table thead tr {
    display: block;
}

.projected-cost-type {
    width: 178px;
}

.projected-cost-schedule {
    width: 265px;
}

.projected-cost-schedule-filtered {
    width: 443px;
}

.buttons-column {
    width: 150px;
}

.delete-column {
    width: 63px;
}

.history-header {
    width: 81px;
}

.history-column {
    width: 65px;
}

.schedule-type-row {
    border-top: 3px solid black;
}

.projected-cost-header {
    width: 150px;
}

.projected-cost-input {
    width: 100%;
}

.disabled-input {
    cursor: not-allowed !important;
}

.location-one {
    background-color: #eee;
}

.location-two {
    background-color: #ddd;
}

.cost-comment-row {
    border-top: 2px solid black;
}

.percentage-input {
    text-align: right;
    width: 60px;
}

.form-warning {
    font-size: 80%;
}

.changed-form{
    border: solid green 2px;
}

.danger-text {
    color: red;
}

.star-message{
    width: 100%;
    background-color: #FBE1AD;
    padding: 10px 5px;
    margin-bottom: 10px;
    color: black;
}

.star-message-sm{
    font-size: 14px;
}

.pig-sender{
    border-bottom: black 1px solid;
    margin-bottom: 15px;
}

.sender-link {
    padding: 10px;
}

.sender-name-section{
    background-color: lightgrey;
    text-align: center;
    padding: 15px 15px 5px 15px;
}

.additional-info{
    background-color: #FBE1AD;
    color:black;
    padding: 15px;
    margin-top:5px;
    line-height: initial;
}

.additional-info label{
    height: 20px;
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 20px;
}
.additional-info span{
    font-size: 14px;
}
.form-answer-section{
    padding: 15px;
    color: black;
}

.ezops-form span{
    font-size: 14px;
}

.even-answer{
    background: #E7E7E7;
}
.additional-info.sync-box{
    background-color: #FAD183;
}

.sm-font{
    font-size:14px;
}

.flex-box-row {
    display: flex;
    flex-direction: row
}

.flex-box-column {
    display: flex;
    flex-direction: column
}

.summary-info{
    background-color: #E7E7E7;
    padding:15px;
}

.summary-title{
    font-size:16px;
    line-height: 20px;
    margin-bottom: 15px;
    margin-top: 25px;
}

.summary-item{
    font-size:14px;
    margin: 10px 0 10px 15px;
    line-height: 20px;
}
