﻿.k-form {
    line-height: 1;
}

    .k-form label {
        font-size: 13px;
        margin-bottom: 0px;
    }

    .k-form input {
        font-size: 15px;
    }

.k-combobox, .k-dropdown, .k-multiselect, .k-numerictextbox {
    width: 100% !important;
}

    /* move the clear button over on multi-select so we can add a down arrow */
    .k-multiselect .k-clear-value {
        position: absolute !important;
        right: 25px !important;
        z-index: 10000;
    }

/* add a down arrow to multiselect */
.k-selection-multiple:after {
    content: "\25BC";
    position: absolute;
    bottom: 11px;
    right: 7px;
    font-size: 10px;
    color: black;
}

.k-grid {
    font-size: 12px !important;
}

.k-grid-font {
    font-size: 12px !important;
}

.k-grid-font-smaller {
    font-size: 10px !important;
}

.k-button {
    text-transform: none !important;
}

.k-actions .k-button {
    background-color: white !important;
    color: #6c757d;
    border: 1px solid #6c757d;
}

.nav-link-font {
    font-size: 12px !important;
}

.link-font {
    font-size: 14px !important;
}

.k-grid, .k-grid-header-wrap {
    border-style: none !important;
}

.k-grid-header {
    padding-right: 0px !important;
}

.k-toolbar {
    border-style: none !important;
    padding-bottom: 20px !important;
}

.k-grid-filter {
    display: block !important;
}

.k-grid-header-menu:focus {
    background-color: transparent !important;
    color: unset !important;
}

.k-grid th {
    border-top-style: none !important;
    border-bottom-color: #7F7F7F
}

.k-grid td, .k-grid th {
    padding: 6px 3px 6px 17px !important;
    border-right-style: none !important;
    border-left-style: none !important;
}

.k-grid-content, .k-grid-container {
    overflow-y: auto !important;
}

.no-headers-grid .k-grid-header {
    display: none;
}

/*.k-virtual-content {
    padding-right: 16px !important;
}*/
.k-textarea.invalid {
    border-color: #f31700 !important;
}

    .k-textarea.invalid:focus-within {
        box-shadow: 0 0 0 1px #f31700;
    }

.custom-ellipsis {
    overflow: hidden;
    max-height: 60px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.validation-message {
    padding-top: 6px;
    color: #f31700;
}

    .validation-message::before {
        content: "\f06a";
        font-family: "FontAwesome";
        margin-right: 5px;
    }

.success-toast-override {
    background-color: green !important;
}

.error-toast-override {
    background-color: red !important;
}

.blazored-toast-header h5 {
    font-size: 1.1rem !important;
}

a.btn {
    padding: 0px;
}

/*
    usage:  
    <TelerikGrid Class="@( ReadOnly ? "no-toolbar" :"")"
*/
.no-toolbar .k-toolbar {
    display: none;
}

.temphomepage {
    background-image: url("../img/app/dashplaceholder.png");
    height: 428px;
    width: 1116px;
}

.section-header {
    font-size: .8rem;
    color: rgba(0,0,0,.54);
    text-transform: uppercase;
}

.section-subheader {
    font-size: .9rem;
    color: rgb(0,0,0);
}

.section-grading-item {
    margin-bottom: 15px;
}

.last-column-wide {
    flex-grow: 2
}

.last-column-wide {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
}

.margin-top-2px {
    margin-top: 2px;
}

.td-none {
    text-decoration: none;
}

.fa-pencil {
    padding-left: 10px;
    padding-right: 10px;
}

.component-problem-exclamation-point {
    color: red;
    padding-left: 10px;
    padding-right: 10px;
}

.hide-visible-when-hover:hover .hide {
    display: flex;
}

.hide {
    display: none;
}

    .hide a {
        color: black;
    }

.k-grid-filter-menu {
    position: absolute !important;
    left: -12px !important;
    top: 2px !important;
}

    .k-grid-filter-menu.k-active {
        background-color: transparent !important;
        color: yellowgreen !important;
    }

.k-header .k-cell-inner .k-link {
    padding-left: 22px !important;
}

.Move10pxToTheLeftAndPadRight {
    position: relative;
    left: -10px;
    padding-right: 10px;
}

.text-dark {
    color: #777;
}

.text-black {
    color: black;
}

.text-gray {
    color: rgba(0, 0, 0, 0.54);
}

.text-dark-no-decoration {
    color: #777;
    text-decoration: none;
}

.text-blue-with-underline {
    color: #7092be !important;
    text-decoration: underline !important;
}

.material-pricing-label-color {
    color: #014040 !important;
}

.services-label-color {
    color: #0171A2 !important;
}

.sla-deadline-label-color {
    color: #7B377B !important;
}

.sa-routingrules-label-color {
    color: darkorange !important;
}

.mousePointer {
    cursor: pointer;
}

.mouse-pointer {
    cursor: pointer;
}

.makor-item-blue {
    color: #70a6df;
}

a {
    color: #7092be;
}

.link-with-underline-and-blue-color {
    color: #7092be !important;
    text-decoration: underline !important;
}

.grid-column-overflow-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

input.secure {
    text-security: disc;
    -webkit-text-security: disc;
}

.align-bottom {
    margin-top: auto;
}

.align-vertical-center {
    display: flex;
    align-items: center;
}

.align-vertical-top {
    display: flex;
    align-items: start;
}

.w-20px {
    width: 20px;
}

.w-50px {
    width: 50px;
}

.w-60px {
    width: 60px;
}

.w-75px {
    width: 75px;
}

.w-100px {
    width: 100px;
}

.w-115px {
    width: 115px;
}

.w-120px {
    width: 120px;
}

.w-125px {
    width: 125px;
}

.w-150px {
    width: 150px;
}

.w-200px {
    width: 200px;
}

.w-500px {
    width: 500px;
}

.grid-container-two-column {
    display: inline-grid;
    grid-template-columns: auto auto;
    grid-column-gap: 10px;
}

.grid-container-three-column {
    display: inline-grid;
    grid-template-columns: auto auto auto;
    grid-column-gap: 10px;
}

.btn-no-padding {
    line-height: normal;
    padding: 0px 0px 0px 0px;
}

h4 {
    margin-bottom: 0px;
}

.k-tabstrip-items-wrapper {
    z-index: 1 !important;
}

.blazored-toast-container {
    z-index: 900000 !important;
}

.WindowSize500By300 {
    width: 500px;
    height: 300px;
}

.WindowSize400By250 {
    width: 400px;
    height: 250px;
}

.WindowSize400By275 {
    width: 400px;
    height: 275px;
}

.WindowSize700By50Percent {
    width: 700px;
    height: 50%;
}

.WindowSize800w {
    max-width: 800px !important;
}

.PopupInitialTextAreaSize {
    min-height: 400px;
    max-height: 400px;
    overflow-y: scroll;
}

.sa-instruction-textarea {
    min-height: 100px;
    max-height: 400px;
    min-width: 500px;
    overflow-y: scroll;
}

.visible {
    visibility: visible;
}

.not-visible {
    visibility: hidden;
}

.faint-underline {
    border-bottom: 1px solid lightgray;
}

.popup-window-size {
    max-height: 800px;
    overflow: scroll;
}

.btn-very-sm {
    padding: 1px 3px 1px 3px !important;
    font-size: 10px;
}

.k-context-menu > * {
    border-bottom: 1px solid rgba(0,0,0,.24) !important;
}

.work-instructions-window {
    height: 85%;
    width: 1200px;
}

.center-flex-divs {
    justify-content: center;
}

.report-icon-box {
    height: 160px;
    width: 150px;
    background-color: white;
    padding-top: 5px;
    padding-left: 5px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.report-icon-box-top {
    display: flex;
    background-color: white;
    height: 80px;
    width: 140px;
    border: 1px solid;
    padding: 5px;
    align-items: center;
    justify-content: center;
}

.report-icon-box-bottom {
    background-color: #70829c;
    height: 70px;
    width: 140px;
    text-align: center;
    padding-top: 20px;
    color: white;
    text-decoration: none;
    font-size: large;
}

.LinkWithoutUnderlineNorBlueColor {
    text-decoration: none !important;
    color: black;
}

.turn-blue-when-hover:hover {
    color: #0A58CA;
}

.k-tooltip {
    border: 1px solid black;
    background-color: white;
}

.SummaryValues {
    color: #2196f3;
    font-weight: bolder;
}

.position-wi-test {
    position: absolute;
    top: 110px;
    left: 600px;
    z-index: 1;
}

@media (min-width: 800px) {
    .position-wi-test {
        left: initial;
        right: 50px;
    }
}

.no-window-title .k-window-content {
    position: relative;
    top: -40px;
    z-index: -10;
}

.position-under-window-title {
    position: relative;
    top: -10px;
}

.text-box-no-padding .k-input {
    padding: 0px 0px !important;
    height: initial !important;
}

input.text-box-no-padding {
    padding: 0px 0px !important;
}

.text-box-no-padding {
    height: initial !important;
}

.service-agreement-report-buttons {
    font-size: smaller;
}

.grid-command-btn-like-btn-outline-secondary {
    background-color: white !important;
    border: 1px solid #6c757d !important;
    height: 31px;
    color: #6c757d !important;
    font-weight: normal !important;
}

.grid-command-btn-like-btn-outline-secondary .k-button-text {
    position: relative;
    top: 1px;
}

.grid-command-btn-like-btn-outline-secondary:hover {
    background-color: #6c757d !important;
    color: white;
}   

.w-1000px {
    width: 1000px;
}

.k-combobox .k-input-inner {
    text-overflow: unset;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.window-scroll-if-necessary {
    max-height: 100%;
    overflow-y: auto;
}

.menu-item {
    height: 100%;
    display: flex;
    align-items: center;
}


.menu-item a {
    padding-left: 20px;
    padding-right: 20px;
}

.menu-icon {
    width: 30px;
}

.menu-item:hover {
    background-color: rgba(255,255,255,0.1);
}

.environmental-impact-text {
    color: #7EA350;
}

.k-environmental-font-smaller {
    font-size: 12px !important;
}

.kpi-total-rebate
{
    color: #4a7a44;
    font-weight: bold;
}

.kpi-group {
    text-align: end;
    margin-left: auto;
    margin-right: 0;
    font-weight: bold;
    position: relative;
    right: 30px;
}

.kpi-group-top {
    height: 190px;
}

.kpi-group-bottom {
    height: 100px;
}

.kpi-big-number {
    font-family: roboto black;
    font-size: 52px;
    height: 70px;
}

.kpi-text 
{
    font-size: 20px;
    font-weight: bold;
}

.kpi-smaller-text
{
    font-size: 16px;
    font-weight: bold;
}


/* MD breakpoint*/
@media (min-width: 768px) {
    .w-md-30 {
        width: 30% !important;
    }

    .ps-md-4 {
        padding-left: 1.5rem;
    }

    .ps-md-5 {
        padding-left: 3rem;
    }

    .ms-md-5 {
        margin-left: 3rem;
    }

    .border-md-start-1 {
        border-left: 1px solid #dee2e6;
    }
}

@media (min-width: 992px) {

    .ps-lg-5 {
        padding-left: 3rem;
    }

    .ms-lg-5 {
        margin-left: 3rem;
    }
}

@media (min-width: 992px) {

    .ps-lg-0 {
        padding-left: 0px;
    }

    .ms-lg-0 {
        margin-left: 0px;
    }

    .ps-lg-1 {
        padding-left: .25rem;
    }

    .ms-lg-1 {
        margin-left: .25rem;
    }

    .ps-lg-2 {
        padding-left: .5rem;
    }

    .ms-lg-2 {
        margin-left: .5rem;
    }

    .ps-lg-3 {
        padding-left: 1rem;
    }

    .ms-lg-3 {
        margin-left: 1rem;
    }

    .ps-lg-4 {
        padding-left: 1.5rem;
    }

    .ms-lg-4 {
        margin-left: 1.5rem;
    }

    .ps-lg-5 {
        padding-left: 3rem;
    }

    .ms-lg-5 {
        margin-left: 3rem;
    }
}

@media (min-width: 1200px) {

    .ps-xl-5 {
        padding-left: 3rem;
    }

    .ms-xl-5 {
        margin-left: 3rem;
    }
}

.h-20
{
    height: 20px;
}

.k-input {
    font-size: 14px !important;
}

div.grid-no-row-padding td,
.k-grid td.k-command-cell {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1;
}

.grid-no-row-padding td.k-command-cell .k-button {
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1;
    height: auto; /* for icon buttons */
}