﻿.gd-debug {
    border: 1px solid red;
}

.gd-row {
    padding-top: 5px;
    padding-bottom: 5px;
}

.gd-autofit {
    width: auto !important;
    /*margin-left: 10px !important;
    margin-right: 10px !important;
    background-color: red !important;*/
}

.gd-ellipsisClass {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.gd-disable {
    background-color: #eeee !important;
}

.gd-disable-icon {
    color: gray;
    font-size: 24px;
}

.gd-enable-icon {
    color: green;
    font-size: 24px;
}

.gd-completed {
    color: #00cc58;
}

.gd-required {
    color: #d60000;
}

.gd-warning {
    color: #d60000;
}

.gd-rejected, .gd-history {
    color: #d60000;
    margin: 10px;
    font-weight: bold;
}

.gd-ismodified {
    background-color: honeydew !important;
    font-weight: bold !important;
}

.gd-GridHeaderCenter {
    text-align: center !important;
    justify-content: center !important;
}

.gd-GridCellCenter {
    text-align: center !important;
    /* align-content: center !important; */
}

.gd-ExpandText {
    color: gray;
    font-size: 12px;
    font-weight: bold;
    font-style: oblique;
    opacity: 0.5;
}

.gd-flex-container-button-static, .gd-flex-container-button-inherit {
    display: flex;
    flex-wrap: wrap;
    background-color: dodgerblue;
    color: white;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    /* padding: 1px; */
    /* justify-content: flex-start; */
    border: solid 1px #f1f1f1;
    border-left-color: darkgray;
    margin-left: 0px;
}


.gd-flex-container-button-static {
    width: 130px; /*inherit;*/
}

.gd-flex-container-button-inherit {
    width: inherit;
}

    .gd-flex-container-button-static > div, .gd-flex-container-button-inherit > div {
        /* background-color: #f1f1f1; */
        min-width: 50px;
        margin: 4px;
        padding: 0px;
        text-align: center;
        /* line-height: 75px; */
        font-size: 1em;
        text-decoration: underline;
    }

.gd-hasData {
    background-color: mediumseagreen !important;
}

.k-dialog-wrapper {
    z-index: 10000 !important;
}

.k-window {
    z-index: 20000 !important;
}

.k-window-titlebar {
    background-color: #eeeeee !important; 
}

.k-window-title {
    font-weight: bold !important;
    font-size: 1.25rem !important;
}

#syncloader {
    /*display: none;*/
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    /*background-image: url('images/page-loader.gif');background-position: 50% 50%; background-repeat: no-repeat;background-color: rgb(249,249,249);*/
}

    #syncloader span {
        margin: 0;
        position: absolute;
        top: 70%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 10px 5px;
        width: 200px;
        text-align: center;
        border-radius: 10px;
        border: 1px solid silver;
        /*
        background-color: #f1f1f1;
        box-shadow: 2px 2px gray;*/
    }

/*Sweet Alert Container index*/
.swal2-container {
    z-index: 100000;
}

.swal2-popup {
    font-size: .8rem !important;
    /*min-width: 600px !important;*/
    max-width: 600px !important;
    /*display: inline !important;*/
    min-width: 300px !important;
    width: fit-content !important;
    /*font-family: Georgia, serif;*/
}

/*override sidebar navigation links------------------------------------------*/
.nav-item .sidenav-mini-icon, .sidenav-normal {
    color: #1b6ec2 !important;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.sidenav-mini-icon, .sidenav-normal {
    font-weight: 600;
}

/*soft-ui-dashboard.css Overrides------------------------------------------- */
.row, .form-floating {
    padding-top: 5px;
    padding-bottom: 5px;
}

.card {
    padding: 15px;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2 !important;
    border-color: #1861ac !important;
}

.btn-outline-primary {
    color: #fff;
    background-color: #00cc58;
    border-color: forestgreen;
}

    .btn-outline-primary:hover {
        color: #fff !important;
        background-color: #00cc58 !important;
        border-color: forestgreen !important;
    }

    .btn-outline-primary:focus {
        box-shadow: 0 0 0 0.2rem rgba(0, 180, 0, 0.5) !important;
    }

    .btn-outline-primary:active {
        color: #fff;
        background-color: #00cc58;
        border-color: forestgreen;
    }
    
    /*.btn-outline-primary:disabled,
    .btn-outline-primary.disabled {
        color: #990F02;
        background-color: transparent;
    }*/

.text-danger {
    color: #ea0606 !important;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
    border-color: #ea0606 !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ea0606' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ea0606' stroke='none'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 1rem 1rem;
}

    .was-validated .form-control:invalid:focus,
    .form-control.is-invalid:focus {
        border-color: #ea0606 !important;
        box-shadow: 0 0 0 2px rgba(255, 1, 1, 0.8) !important;
    }

.was-validated .form-select:invalid,
.form-select.is-invalid {
    border-color: #ea0606 !important;
}

    .was-validated .form-select:invalid:focus,
    .form-select.is-invalid:focus {
        border-color: #ea0606 !important;
        box-shadow: 0 0 0 2px rgba(255, 1, 1, 0.8) !important;
    }

.was-validated .form-check-input:invalid,
.form-check-input.is-invalid {
    border-color: #ea0606 !important;
}

    .was-validated .form-check-input:invalid:checked,
    .form-check-input.is-invalid:checked {
        background-color: #ea0606 !important;
    }

    .was-validated .form-check-input:invalid:focus,
    .form-check-input.is-invalid:focus {
        box-shadow: 0 0 0 2px rgba(255, 1, 1, 0.8) !important;
    }

    .was-validated .form-check-input:invalid ~ .form-check-label,
    .form-check-input.is-invalid ~ .form-check-label {
        color: #ea0606 !important;
    }

/*Telerik Kendo Overrides------------------------------------------- */
.k-popover, .k-popover-callout {
    background-color: steelblue;
}

.k-popover-callout {
    width: 12px;
    height: 12px;
}

.k-popover-inner {
    margin: 5px !important;
    color: white;
}

.k-button {
    zoom: .8 !important;
}

.k-button-text {
    font-size: 1.1em !important;
    text-transform: none;
}

/*Changing the width of the popup editor*/
.k-edit-form-container {
    width: 650px !important;
}

.k-dropzone-hint {
    color: steelblue !important;
    text-transform: uppercase !important;
}

/*Font size of text*/
.k-grid {
    font-size: .8em !important;
    overflow-x: auto;
}

.k-table-td {
    font-size: .9em !important;
}

    .k-table-td > a[href^="mailto:"] {
        font-size: .9em !important;
    }

.k-command-cell > button.k-grid-edit-command,
.k-command-cell > button.k-grid-remove-command {
    zoom: .80 !important;
    width: 80px;
    padding: 2px !important;
}

.k-command-cell > button.k-grid-remove-command {
    border: 1px solid #e1e1e1;
}
    /*Grid Detail Expander Icon--------*/
    .k-grid .k-hierarchy-cell .k-i-collapse {
    /*background-image: url'/assets/img/icons/zoom_out.png');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 17px;*/
    zoom: 2;
}

/*Change the size of the Kendo Expand and Collapse Icon*/
a[aria-label="Expand"], a[aria-label="Collapse"] {
    zoom: 150%;
}

.k-grid-norecords {
    color: gray !important;
    font-size: 1.5em;
    padding: 10px;
}

/*adjust grid header cell padding*/
/*.k-cell-inner > .k-link{
    justify-content: center !important;
    padding-left:5px !important;
    background-color: red !important;
}*/
/* remove the font icon, as of R1 2017 */
/*.k-grid .k-hierarchy-cell .k-icon:before {
content: none;
}*/
/*Correct the ListView height issue*/
.k-widget.k-listview {
    overflow-y: visible !important;
    position: static !important;
}

.k-listview {
    overflow-y: visible !important;
    position: static !important;
    /*table-layout: auto !important;
    width: 100% !important;*/
}

/*.k-listview-content {
    width: 100%
}
*/
/*tr.k-listview-item {
    width: 100%
}*/

.k-listview-item > td {
    padding: 10px !important;

}

/*DropDown option Labels*/
.ddOptionLabel {
    font-size: 1em !important;
    color: var(--bs-secondary) !important;
    font-style: italic !important;
}

/*Multiselect List option Labels*/
div.k-selection-multiple > input.k-input-inner {
    font-size: .8em !important;
    color: var(--bs-secondary) !important;
    font-style: italic !important;
}

/*DropDown list selected value*/
span.k-input-value-text {
    font-size: .8em !important;
}

/*Style the place holders*/
::placeholder {
    color: var(--bs-secondary) !important;
    font-style: italic !important;
}
/* For Edge */
::-ms-input-placeholder {
    color: var(--bs-secondary) !important;
    font-style: italic !important;
}

span.k-list-item-text {
    font-size: .8em !important;
    /*border: 1px solid red;*/
}

input.k-input-inner {
    font-size: .8em !important;
}

a {
    color: #1b6ec2;
}

    a[href^="mailto:"] {
        font-family: sans-serif !important;
        color: #1b6ec2 !important;
        font-weight: bold !important;
        font-size: .8rem !important;
    }

a[href^="mailto:"] > i {
    margin-right: 5px;
}

a:hover {
    color: steelblue !important;
    font-style: oblique;
}

li.headerNotificationItem:hover {
    color: steelblue !important;
}