div.viewer-window.panel-info,
div.viewer-window.panel-primary {
    border-width: 3px !important;
}
.w-nav-active {
    background: #ce1141 !important;
}

.w-nav-hovered :not(.w-nav-active) {
    background: #505050 !important;
}

.w-nav-inactive :not(.w-nav-active) {
    background: transparent !important;
}

div.ivaap-login-form {
    width: 554px !important;
    background: #ffffff !important;
    padding-top: 0px !important;
    border-radius: 8px;
}

div.ivaap-login-form div.ivaap-login-title {
    align-items: start;
    margin-bottom: 50px;
    border-radius: 8px 8px 0px 0px;
}

div.ivaap-login-form div.ivaap-login-title div.ivaap-login-logo {
    width: 100%;
    background-color: #26292c;
    border-radius: 8px 8px 0px 0px;
}

div.ivaap-login-form div.ivaap-login-title img.ivaap-login-logo-image {
    height: 62px;
    margin-bottom: 0px;
    border-radius: 8px 0px 0px 0px;
}

div.ivaap-login-form div.ivaap-login-title div.ivaap-login-app-name {
    font-size: 20px;
    color: black;
    width: 100%;
    margin-top: 70px;
}

div.ivaap-login-form div.ivaap-login-errors {
    margin: 10px 115px 0px;
    color: red;
    background-color: transparent;
}

div.ivaap-login-form div.ivaap-login-body a.ivaap-login-submit-btn {
    background-color: #3c4145;
    margin: 0 115px;
    border-radius: 4px;
}

div.ivaap-login-form div.ivaap-login-body div.login-credential {
    padding: 0px 115px;
    margin-bottom: 30px;
}

input.ivaap-login-username-input, input.ivaap-login-password-input {
    background-color: transparent;
    border-bottom: 2px solid lightgray;
}

input.ivaap-login-username-input:focus, input.ivaap-login-password-input:focus {
    border-bottom: 2px solid black;
}

.ivaap-login-view {
    background: url("weatherford-bg.jpg") no-repeat center center fixed !important;
    background-size: cover;
}

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

.ivaap-login-footer {
    visibility: hidden;
    height: 40px;
}

.ivaap-home-links-container {
    top: 50%;
    transform: translateX(-50%) translateY(-50%) !important;
}

.well-dashboard-container .ivaap-panel-title {
    font-size: 15px;
    font-weight: normal;
}

.well-dashboard-container .ivaap-panel-action {
    font-size: 18px;
}

.well-dashboard-container .ivaap-panel-action .ivaap-panel-action-label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 230px;
    font-size: 15px;
    font-weight: normal;
}

.chatview-header{
    color: rgb(158,162,168);
}

.rig-time {
    font-size: 14px;
    font-weight: bold;
    color: #d8d5db;
    margin: 4px 20px 5px 5px;
    padding: 4px;
    background: #ce1140;
    border-radius: 3px;
    text-align: center;
    width: 75px;
}
.rig-label {
    display: flex;
    padding-top: 3px;
}
.rig-component-visible {
    display: flex;
    flex-direction: row;
    visibility: visible;
}
.rig-component-hidden {
    display: none;
    visibility: collapse;
}
.rig-name {
    text-align: right;
    font-size: 13px;
    font-weight: bold;
}
.rig-offset {
    text-align: right;
    font-size: 9px;
    font-weight: bold;
}
.rig-button {
    font-size: 12px;
    font-weight: bold;
    margin:10px;
    opacity: 0.8;
    cursor: pointer;
}
.ivaap-login-view{
    z-index: 99999;
}

.ui-pnotify.ui-pnotify-fade-slow {
    transition: opacity .6s linear, visibility .6s linear !important;
    visibility: hidden !important;
    opacity: 0 !important;
}
.ui-pnotify.ui-pnotify-fade-slow.ui-pnotify.ui-pno.tify-move {
    transition: opacity .6s linear, visibility .6s linear, left .5s ease, top .5s ease, right .5s ease, bottom .5s ease !important;
}
.ui-pnotify.ui-pnotify-fade-normal {
    transition: opacity .4s linear, visibility .4s linear !important;
    visibility: hidden !important;
    opacity: 0 !important;
}
.ui-pnotify.ui-pnotify-fade-normal.ui-pnotify.ui-pnotify-move {
    transition: opacity .4s linear, visibility .4s, left .5s ease, top .5s ease, right .5s ease, bottom .5s ease !important;
}
.ui-pnotify.ui-pnotify-fade-fast {
    transition: opacity .2s linear, visibility .2s linear !important;
    visibility: hidden !important;
    opacity: 0 !important;
}
.ui-pnotify.ui-pnotify-fade-fast.ui-pnotify.ui-pnotify-move {
    transition: opacity .2s linear, visibility .4s, left .5s ease, top .5s ease, right .5s ease, bottom .5s ease !important;
}
.ui-pnotify.ui-pnotify-fade-in {
    visibility: visible !important;
    opacity: 1 !important;
}

.setting-menu.popup-view-show {
    max-height: calc(100vh - 55px) !important;
}

.tab-header .tab-icon {
    font-size: 24px;
}

.ivaap-nav-link .glyphicon .glyphicon-menu-hamburger {
    font-size: 24px;
}

div[data-id='mobile-menu'] {
    font-size: 24px;
}

.setting-menu .setting-menu-with-scrollbar {
    color: white;
}

.main-nav-inactive-tab {
    padding: 5px 10px !important;
    width: 100px;
    border-radius: 6px;
    border-style: solid;
    border-width: 1px;
    margin: 4px 4px;
    text-transform: uppercase;
}

.ivaap-logo {
    margin-left: 0 !important;
}

.ivaap-logo-container {
    height: 38px;
}

.ivaap-left-header-region {
    margin-right: 3px !important;
}

/*Parallax*/
div.ivaap-home-parallax {
    margin: auto;
    position: relative;
    flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    height: 150px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /* margin-top: -1%; */
    width: 100%;
}

div.ivaap-home-parallax .image {
    width: 100%;
    height: 150px;
    cursor: pointer;
}

div.ivaap-home-parallax .dots {
    margin-top: -1%;
    text-align: center;
    color: white;
    user-select: none;
}
/* Hide the images by default */
div.ivaap-home-parallax .slide {
    display: none;
    margin-left: -2%;
}

/* Next & previous buttons */
div.ivaap-home-parallax .prev, div.ivaap-home-parallax .next {
    cursor: pointer;
    position: absolute;
    top: 16%;
    width: auto;
    /* margin-top: -22px; */
    margin-right: 22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 50px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    opacity: 0.5;
}

/* Position the "next button" to the right */
div.ivaap-home-parallax .next {
    right: 0;
    border-radius: 3px 0 0 3px;
    margin-right: 4px;
}

/* On hover, add a white background color with a little bit see-through */
div.ivaap-home-parallax .prev:hover, div.ivaap-home-parallax .next:hover {
    text-decoration: none !important;
    opacity: 0.9;
    color: white !important;
}

/* The dots/bullets/indicators */
div.ivaap-home-parallax .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
    position: relative;

}

div.ivaap-home-parallax .active, div.ivaap-home-parallax .dot:hover {
    background-color: #717171;
}

/* Fading animation */

@keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

div.ivaap-home-parallax .fade {
    animation-name: fade;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
}

div.ivaap-home-parallax .ivaap-home-link-btn {
    position: relative;
    padding: 5px 17px;
    border-radius: 3px;
    margin-right: 5px;
    font-weight: normal;
    cursor: pointer;
    transition: 100ms ease-in-out;
    background: #00c300;
    color: white;
    font-size: 15px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    text-transform: capitalize;
    width: 170px;
}

/* Dialog */
.ivaap-dialog-window:has(.project-list) {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 30px 100%, 0 calc(100% - 30px), 0 100%);
    background: black;
}

.ivaap-dialog-window:has(.project-list) .ivaap-panel-title {
    padding-left: 30px;
    text-transform: none;
    font-size: 20px;
}

.ivaap-panel-dialog:has(.project-list) {
    background: black;
}

.ivaap-dialog-window:has(.project-list) .ivaap-panel-header {
    margin-top: 30px;
    margin-right: 15px;
    background: black;
}

.ivaap-dialog-window:has(.project-list) .ivaap-panel-body {
    padding: 15px 5px 15px 15px;
}

.ivaap-dialog-window:has(.project-list) .ivaap-panel-footer {
    margin-left: auto;
    padding: 30px 30px 50px;
}

.ivaap-dialog-window:has(.project-list) button {
    background: transparent;
    border-color: white;
    border-style: solid;
    border-radius: 8px;
    border-width: 1px;
}

/* Dashboard sidebar */
.well-dashboard-container .ivaap-list-row {
    background: lightgray;
    margin-right: 10px;
    margin-bottom: 10px;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 15px 100%, 0 calc(100% - 15px), 0 100%);
    padding: 10px;
    color: black;
    height: 150px
}

.well-dashboard-container .ivaap-list-desc-text {
    opacity: 1;
}

.well-dashboard-container .ivaap-list-thumbnail-action-container {
    left: 45px;
}

.well-dashboard-container tr[data-id="empty-dashboard"] {
    height: 50px !important;
}

.well-dashboard-container tr[data-id="empty-dashboard"] .ivaap-list-row {
    background: #04ff07;
    clip-path: none;
    height: auto;
    border-radius: 7px;
}

.well-dashboard-container tr[data-id="empty-dashboard"] .ivaap-list-thumbnail-action-container {
    width: 100%;
    left: 0;
    padding: 4px;
    opacity: 0;
}

.well-dashboard-container tr[data-id="empty-dashboard"] .ivaap-list-name-title {
    margin: auto;
}

.well-dashboard-container .grid-table-body {
    margin-top: 10px;
}

.well-dashboard-container .ivaap-list-thumbnail {
    border-radius: 10px;
    width: 40%;
    height: 100%;
}

.well-dashboard-container .ivaap-list-name {
    height: 100%;
}

.well-dashboard-container .ivaap-list-name-title {
    font-size: 16px;
}

.well-dashboard-container .ivaap-list-desc-text {
    margin-top: 8px;
    font-size: 12px;
    opacity: 1
}

/* wells list */

.tab-right-header-region {
    margin-right: 12px;
}

.home-tabs-header-container button.btn.btn-default.dropdown-toggle.tab-button {
    margin: 4px auto 4px 70px;
    padding: 3px 3px 0;
    border-style: solid;
    border-color: white;
    background: #1f1f1f;
    border-radius: 5px;
    width: 36px;
    height: 36px;
    font-size: 20px;
    color: white;
}

.ivaap-main-nav {
    height: 55px;
}

.ivaap-main-nav.tab-header-container .tab-name {
    opacity: 1;
    color: white;
}

.ivaap-main-nav .main-nav-inactive-tab.tab-mobile {
    width: auto;
    padding-top: 3px;
}

ul.dropdown-menu.dropdown-menu-right.well-status-filter {
    color: white;
    border-style: solid;
    border-color: gray;
    border-radius: 6px;
    background: linear-gradient(0deg, black, #444444);
}

ul.dropdown-menu.dropdown-menu-right.well-status-filter.tab-popup {
    position: absolute;
    left: 85px;
    padding: 0 5px;
    min-width: fit-content;
    border-radius: 8px;
    color: white;
    text-transform: uppercase;
    background: linear-gradient(0deg, black, #444444);
}

.well-status-filter li {
    padding-left: 10px;
}

.well-tab-dropdown li {
    float: left;
}

.well-tab-dropdown .tab-name {
    margin-left: 6px;
    padding-top: 3px;
}

.ivaap-home-body .home-tabs-header-container {
    padding-top: 8px;
    padding-bottom: 8px;
}

.well-list-container .grid-body {
    background: transparent;
}

.ivaap-home-body {
    background: transparent;
}

.ivaap-home-body.ivaap-bg-content {
    background: transparent;
}

.tab-body-active:has(.well-tab-view) {
    background-image: url(weatherford-home-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: black;
}

.well-tab-header {
    position: absolute;
    margin-left: 125px;
    margin-top: -35px;
    font-size: 18px;
    font-weight: normal;
    color: white;
}

.tab-header.home-dashboards-inactive-tab-header:before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    margin: -12px 16px -2px 20px;
    border-top: 2px solid grey;
}

.tab-header.home-dashboards-inactive-tab-header.tab-header-active {
    position: relative;
    border-top-style: solid;
    border-top-width: 2px;
    border-top-color: gray;
    margin-right: 10px;
    margin-left: 3px;
}

.well-list-container .grid-table-body {
    margin-top: -20px;
    margin-right: 10px;
}

.well-list-container table {
    background: #1f1f1fa0;
    border-collapse: separate;
    border-spacing: 0 10px;
}

.well-list-container table tr td {
    color: white;
    border-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-color: red;
    font-size: 15px;
}

.well-list-container table tr td:first-child {
    border-left-style: solid;
    border-right-style: solid;
}

.well-list-container table tr td:nth-child(3) {
    border-left-style: solid;
}

.well-list-container table tr td:last-child {
    border-right-style: solid;
}

.well-list-container table tr th[data-header-id="-"] {
    background: #1f1f1f;
}
.well-list-container table tr th[data-header-id="-"] .grid-cell-header-sort-icon {
    color: transparent;
 }

.well-list-container table tr td[data-prop-id="-"] {
    background: #1f1f1f;
    border-style: none;
}

.well-list-container table tr.grid-node-header {
    background: dimgray;
    color: white;
}

.well-list-container table tr.grid-node-header th {
    color: white;
    font-size: 15px;
    font-weight: normal;
}
.well-list-container tr.grid-node {
    background: rgba(160, 160, 160, 0.12)
}
.well-list-container tr.grid-node.grid-node-hovered {
    background: rgba(256, 0, 0, 0.12);
}
.well-list-container tr.grid-node.node-selected {
    background: rgba(256, 0, 0, 0.24);
}

.well-list-container .grid-theme-modern .grid-header {
    background: #1f1f1f !important;
}

.well-list-container .grid-status {
    color: white;
}

.grid-theme-modern .grid-header.wf-welllist-table-header {
    background: gray;
    border-style: none;
}

.well-list-pagination-caption {
    margin-top: 10px;
    margin-right: 10px;
    align-content: space-around;
    color: #c7c7c7;
}

.well-status-filter .well-tab-dropdown .w-nav-inactive:has(.glyphicon-home) {
    width: 40px;
}
.well-status-filter .well-tab-dropdown .w-nav-inactive:has(.icon-map) {
    width: 40px;
}
.well-status-filter .well-tab-dropdown .w-nav-inactive:has(.icon-layout) {
    width: 40px;
}
.well-status-filter .tab-header[data-id='wells'] {
    border-top-style: none;
}
.well-status-filter .tab-header[data-id='wells']:before {
    border-top-style: none;
}

.ivaap-main-nav .ivaap-logo-container {
    height: 55px;
    padding-left: 0;
}

.ivaap-main-nav .tab-items-container {
    padding-top: 7px;
}

.tab-right-header-region .ivaap-nav-link {
    font-size: 18px;
    color: white;
}

.tab-right-header-region .ivaap-user {
    font-size: 12px;
    font-weight: normal;
    color: white;
}

.tab-right-header-region .ivaap-user-icon {
    font-size: 18px;
}

.tab-right-header-region .ivaap-home-dashboard-refresh-btn {
    font-size: 18px;
}

.templates-selector-btn {
    display: flex;
    padding: 5px 10px !important;
    border-radius: 6px;
    border-style: solid;
    border-width: 1px;
    margin: 4px 4px 4px 240px;
    text-transform: uppercase;
    cursor: pointer;
}

.templates-selector-btn:hover {
    background: #505050;.ivaap-page-dashboard-domain {
    padding-top: 20px;
}
}

.template-selector-btn-text {
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    color: white;
}

.ivaap-page-dashboard-domain {
    position: relative !important;
    width: auto !important;
}

.ivaap-page-dashboard-domain .ivaap-page-dashboard-domain-footer {
    margin-top: 10px !important;
}

.ivaap-page-dashboard-domain .ivaap-page-dashboard-domain-header {
    padding: 30px 30px 0 !important;
}

.ivaap-page-dashboard-domain.page-component-hide {
    visibility: visible !important;
}

.ivaap-flow-list-name-title .ivaap-list-name-text {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}

.ivaap-page-dashboard-domain-body .ivaap-flow-list-item-gap {
    padding-top: 0 !important;
}

.ivaap-page-dashboard-domain .ivaap-flow-list-item {
    background: rgba(76, 76, 76, 0.8);
}

.ivaap-page-dashboard-domain .ivaap-card-item-container {
    max-width: none !important;
}

.ivaap-page-dashboard-domain .ivaap-flow-item-container {
    margin-right: 0;
    margin-left: 60px;
}

.ivaap-page-dashboard-domain .ivaap-page-dashboard-domain-close-btn {
    font-size: 20px !important;
}
