﻿.menu .app-brand.app {
    height: 64px;
    margin-top: 12px;
}

.app-brand-logo.app svg {
    width: 22px;
    height: 38px;
}

.app-brand-text.app {
    font-size: 1.75rem;
    letter-spacing: -0.5px;
    text-transform: lowercase;
}

.title-menu {
    font-size: 1.75rem !important;
    letter-spacing: -0.5px !important;
}

/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
/* Detached navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
    padding-top: 76px !important;
}
/* Default navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
    padding-top: 64px !important;
}

/* Navbar page z-index issue solution */
.content-wrapper .navbar {
    z-index: auto;
}

.app-blocks > * {
    display: block !important;
}

.app-inline-spacing > * {
    margin: 1rem 0.375rem 0 0 !important;
}

.app-inline-spacing {
    margin-bottom: 20px;
}

/* ? .app-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .app-only-element class with .app-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.app-vertical-spacing > * {
    margin-top: 1rem !important;
    margin-bottom: 0 !important;
}

.app-vertical-spacing.app-only-element > :first-child {
    margin-top: 0 !important;
}

.app-vertical-spacing-lg > * {
    margin-top: 1.875rem !important;
    margin-bottom: 0 !important;
}

.app-vertical-spacing-lg.app-only-element > :first-child {
    margin-top: 0 !important;
}

.app-vertical-spacing-xl > * {
    margin-top: 5rem !important;
    margin-bottom: 0 !important;
}

.app-vertical-spacing-xl.app-only-element > :first-child {
    margin-top: 0 !important;
}

.rtl-only {
    display: none !important;
    text-align: left !important;
    direction: ltr !important;
}

[dir='rtl'] .rtl-only {
    display: block !important;
}

/*
* Layout app
******************************************************************************/

.layout-app-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 1rem;
}

.layout-app-placeholder img {
    width: 900px;
}

.layout-app-info {
    text-align: center;
    margin-top: 1rem;
}

.login-logo {
    margin-right: 10px;
}

.login-title {
    font-size: 1.75rem;
    letter-spacing: -0.5px;
}

.cursor-default {
    cursor: default !important;
}

.top {
    margin-top: -70px;
}

.row-margin-top {
    margin-top: -20px;
}

.f-right {
    float: right;
}

.column-chooser {
    /*margin-bottom: -60px !important;*/
}

.wor-notes {
    float: right !important;
    /*margin-right: 50px;*/
}

.wor-save {
    float: right !important;
}

.pnt-404 {
    vertical-align: middle;
    text-align: center;
}

.fixed-row-rwo {
    margin-top: -70px;
    float: right;
}

.btn-rwo {
    margin-bottom: 40px;
}

.grid-validation-message {
    width: 22px;
    height: 18px;
    margin-left: 4px;
    margin-right: -4px;
    mask-image: url("images/Exclamation.svg");
    -webkit-mask-image: url("images/Exclamation.svg");
    background-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background-position: 4px 0;
}

dxbl-modal > .dxbs-modal > .dxbs-popup {
    width: 650px !important;
}

.grid-custom-scrollbar {
    position: relative;
    height: 200px;
    overflow: auto;
}

.table-wrapper-scroll-y {
    display: block;
}

.pop-up-update-with-gps-alert {
    margin-left: 23PX;
    margin-right: 23px;
    margin-bottom: -15px;
}

.notes-rte {
    height: 200px !important;
}

.view-notes-rte {
    margin-right: 100px !important;
    margin-top: -74px !important;
}

.assign-wo {
    margin-right: -100px !important;
    margin-top: -74px !important;
}

.btn-camera {
    margin-right: 50px;
}

.btn-wotransfer {
    margin-left: 100px;
}

.frm-camera {
    margin-top: -50px;
}

.camera-seconds {
    margin-top: -26px;
}

.camera-tool-bar {
    margin-top: -40px;
}

.camera-alert {
    margin-top: -45px;
    margin-bottom: -40px;
}

.custom-form-field {
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.93;
}

.center_horizontal {
    margin: auto;
    width: 100%;
    padding: 10px;
    display: flex;
    justify-content: center;
}

.dxbl-popup-cell {
    z-index:1090 !important;
}

.remove-item {
    color: red;
}

.show-error-item {
    color: orange;
}

.link-item {
    color: blue;
}

.nav-notes {
    clear: both;
    /* display: inline-block; */
    overflow: hidden;
    white-space: nowrap;
}

.login-connection-icon {
    text-align: center;
    margin-top: -20px;
}

.login-online {
    color: green;
}

.login-offline {
    color: red;
}

.status-closed {
    margin-top: 0px;
}

.status-open {
    margin-left: 100px;
    margin-top: -14px;
}

.sig-req {
    margin-top: 33px;
}

.sig-req-lbl {
    width: 150px;
    margin-top: 0px;
}

.main-page-title {
    margin-bottom: -26px;
}

.navbar-wos {
    margin-bottom: 8px !important;
}

.title-toolbar-grid-wos {
    height: 0px !important;
}

.grid-z-index {
    z-index: 0 !important;
}

#mapContainer {
    height: calc(100vh - 200px);
}

.listbox-height {
    height: 500px !important;
}

.grid-dxtoolbar {
    margin-bottom: 5px;
}

.popup-refresh-data {
    text-align: center;
    margin-top: 10px;
}

.disabled-nav-bar-item {
    pointer-events: none;
    cursor: default;
    color: lightgray !important;
}

.attach-file {
    margin-left: 15px !important;
}

#layout-navbar {
    box-shadow: none !important;
    margin-bottom: 40px;
}

.chk-av-wos {
    margin-left: 20px;
}

.codef-row {
    margin-top: 20px;
}

.nav-item-version {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 16px;
    border-radius: 0.25em 0 0 0.25em;
    color: #24292f;
    background-color: #ebf0f4;
    border-color: rgba(31,35,40,.15);
    background-image: -moz-linear-gradient(top, #f6f8fa, #ebf0f4 90%);
    background-image: linear-gradient(180deg, #f6f8fa, #ebf0f4 90%);
    pointer-events: none !important;
}

.dropdown-item-version {
    height: 18px;
    pointer-events: none !important;
    position: relative !important;
    color: lightgray;
}

.i-version {
    float: inline-start;
}

.lbl-version {
    bottom: 10px;
    position: absolute;
    margin-left: 16px;
}

.floating-update-button {
    position: fixed;
    right: 2rem;
    bottom: 2rem;
    padding: 1rem 1.5rem;
    animation: fadein 2s ease-out;
}

@keyframes fadein {
    from {
        right: -100%;
    }

    to {
        right: 2rem;
    }
}

.hidden {
    display: none;
}

.popup-error-icon {
    font-size: 60px;
    margin-top: -30px;
    color: orange;
    text-align: center;
}

.popup-error-icon-wor {
    font-size: 60px;
    color: orange;
    text-align: center;
}

.text-align-center {
    text-align: center !important;
}

.login-version {
    text-align: center;
    pointer-events: none !important;
    font-size: smaller;
    font-weight: bold;
}

.filter-ddl {
    width: 92px !important;
}

.meter-grid-search-textbox {
    width: 125px !important;
}

.meter-changeout-popup-textbox {
    width: 150px !important;
}

.meter-grid-search-button {
    float: inline-end;
    margin-top: -30px;
}

.meter-changeout-search-button {
    float: inline-end;
    margin-top: -30px;
}

.meter-changeout-search-no-results {
    color: red;
}

.gm-style-iw-chr {
    height: 16px !important;
}

.wo-review-devexpress-text-box {
    height: 40px;
}
.fh-600 {
    min-width: 600px;
}


.fh-button-margin-right {
    margin-right: 20px !important;
}