﻿
.lightGreen {
    background-color: rgba(11, 156, 49, 0.2);
}

.lightRed {
    background-color: rgba(255, 0, 0, 0.2);
}

.iconRedColor {
    color: red;
}
.iconGreenColor {
    color: green;
}

/*.change-background-campaign {
    background-color: lightsteelblue;
}
.change-background-investmentPurchase {
    background-color: mediumaquamarine;
}
.change-background-standard {
    background-color: beige;
}
.change-background-requestedPull {
    background-color: cadetblue;
}
.change-background-push {
    background-color: darkgray;
}*/

.isDisabled {
    color: currentColor;
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none;
}

.supplierHeaderInfoLabel {
    display: inline-block;
    width: 200px;
    margin-top: 5px;
    margin-bottom: 0px;
}

.k-drawer-content {
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    max-width: 97%;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    position: relative;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: red;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.selectedRow {
    background-color: rgba(255,165,0,0.4);
}

.k-tooltip {
    z-index: 10000000000;
}

.k-chart-tooltip {
    z-index: 10000000000;
}

#confirmSelectedButton {
    background-color: rgba(95,186,125,0.8);
}

table .btn {
    background-color: white;
}

button .k-i-close, .k-window-actions .k-i-close, a .k-i-window-maximize, a .k-i-window-minimize, a .k-i-window-restore, a .k-i-pin {
    zoom: 1.6;
}

textarea.k-textbox {
    height: 80px;
}

/* Change color of dropdown links on hover */
#warningGrp a:hover {
    background-color: rgba(255,140,0,0.5);
}

#pdfGrp a:hover {
    background-color: rgba(70,130,180,0.5);
}

#exportGrp a:hover {
    background-color: rgba(70,130,180,0.5);
}

#supplierGrp a:hover {
    background-color: rgba(70,130,180,0.5);
}

/*.k-display-block {
    display: inline-block !important;
}*/
#generalHeaderInfoPanelBar .k-header:not(th), #inventoryControlPanelBar .k-header:not(th), #supplierHeaderInfoPanelBar .k-header:not(th), #supplierSettingsPanelBar .k-header:not(th), #panelBarSuppliersDetailsInfo .k-header:not(th) {
    width: 100%;
    max-width: 100%;
    margin-bottom: .2rem;
    font-size: 1.2rem;
    font-weight: 350;
    line-height: inherit;
    white-space: normal;
}


.k-switch {
    font-size: 10px !important;
}

.k-panelbar {
    border-width: unset;
    border-style: unset;
}

.k-grid-header .k-header {
    /*overflow: visible !important;*/
    white-space: normal !important;
}

.k-grid-toolbar {
    overflow: visible;
}

.k-resize-nw, .k-resize-ne, .k-resize-sw, .k-resize-se {
    display: none !important;
}

.k-edit-cell > .k-textbox, .k-edit-cell > .k-widget:not(.k-switch), .k-edit-cell > .text-box, .k-grid-edit-row > td > .k-textbox, .k-grid-edit-row > td > .k-widget:not(.k-switch), .k-grid-edit-row > td > .text-box {
    width: 100%;
}

.k-notification {
    padding: 30px 10px 5px;
    font-size: 1em;
}

.k-animation-container {
    z-index: 1000000000000;
}

.k-notification-wrap {
    margin-bottom: 20px;
}

    .k-notification-wrap > .k-icon {
        font-size: 32px;
    }
/*.k-grid .k-dirty {
    left: auto;
    right: auto;
    top: auto;
    box-sizing: border-box;
    margin: -8px -8px;
}*/

/*#purchaseOrderProposalRowGrid .k-numeric-wrap, #gridPurchaseOrderProposalHeader .k-numeric-wrap, #gridRows .k-numeric-wrap {
    padding-right: 28px;
}
#purchaseOrderProposalRowGrid .k-input[data-type="number"], #gridPurchaseOrderProposalHeader .k-input[data-type="number"], #gridRows .k-input[data-type="number"] {
    text-align: right;
    padding-right: 5px;
}*/
.k-edit-cell > .k-textbox, .k-edit-cell > .k-input.k-textbox, .k-edit-cell > .k-textarea, .k-edit-cell > .k-widget, .k-grid-edit-row > td > .k-textbox, .k-grid-edit-row > td > .k-input.k-textbox, .k-grid-edit-row > td > .k-textarea, .k-grid-edit-row > td > .k-widget {
    margin-right: 16px;
}

.k-widget {
    font-size: 14px;
}

.arrow-left, .arrow-right {
    background-color: #333;
}

#mainNav.navbar-dark .navbar-collapse .navbar-sidenav {
    background: #333;
}

.bg-dark {
    background-color: #333 !important;
}

.k-card > .k-card-header:last-child, .k-card > .k-card-body:last-child, .k-card > .k-card-image:last-child, .k-card > .k-card-actions:last-child {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    text-align: center;
    font-size: 15px;
}

.window-footer {
    width: 100%;
    position: fixed;
    bottom: 0;
    display: flex;
    justify-content: center;
    z-index: 9999;
}

.pdf-template {
    font-family: "DejaVu Sans", "Arial", sans-serif;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

    .pdf-template .header {
        position: absolute;
        top: 30px;
        left: 30px;
        right: 30px;
        border-bottom: 1px solid #888;
        color: #888;
    }

    .pdf-template .footer {
        position: absolute;
        bottom: 30px;
        left: 30px;
        right: 30px;
        border-top: 1px solid #888;
        text-align: center;
        color: #888;
    }

.hiddenRow {
    display: none;
}


.k-grid {
    width: 100%;
}

.k-checkbox-label, .k-radio-label {
    vertical-align: unset;
    line-height: 14px;
}

span.themeChooser {
    float: left;
}


i {
    vertical-align: middle;
}


.input-field-style {
    font-size: 17.6px;
    font-family: "Segoe UI", Arial, sans-serif;
}

.input-field-style-number {
    font-size: 17.6px;
    font-family: "Segoe UI", Arial, sans-serif;
    text-align: right;
}

.k-multiselect-wrap .k-select {
    position: relative;
}

.k-numeric-wrap > .k-input {
    /*flex: 1 1 auto;*/
    text-align: right;
    /*margin-right: 30px;*/
}

#globalSearchEngine-list .k-group-header {
    max-height: 0px;
    min-height: 0px;
}


/*Is there a way to avoid setting these to important?*/
.k-grid .k-state-focused {
    box-shadow: inset 0 0 0 2px rgba(0 0 0 / 75%) !important;
}

.k-grid .k-state-selected.k-alt td {
    background-color: rgba(58,137,201,.25) !important;
}

.k-grid .k-state-selected td {
    background-color: rgba(58,137,201,.25) !important;
}