@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700|Source+Sans+Pro:300,600");

.align-modal-center-50 {
    display: table !important;
    margin-left: 25% !important;
    width: 50% !important;
}

.align-modal-center-50>.modal-dialog {
    display: table-cell !important;
}

.k-input-solid,
.k-picker-solid {
    border-color: rgb(118, 118, 118);
}

.k-grid-search {
    color: darkorange;
    border-color: rgba(249, 183, 79, 0.26);
}

.k-grid-search:focus {
    background-color: darkorange;
}

.k-grid-message {
    color: darkblue;
    border-color: rgba(139, 177, 194, 0.26);
}

.k-grid-message:focus {
    background-color: rgb(216, 245, 255);
}

.k-grid-editbtn {
    color: green;
    border-color: rgba(67, 156, 6, 0.26);
}

.k-grid-info {
    color: #774421;
    border-color: rgba(139, 177, 194, 0.26);
}

.k-grid-info:focus {
    background-color: #774421;
}

.k-grid-editbtn:focus {
    background-color: green;
}

.k-grid-delete {
    color: red;
    border-color: rgba(205, 130, 122, 0.26);
}

.k-grid-delete:focus {
    background-color: red;
}

.k-grid-process {
    color: #ce0eee;
    border-color: rgba(187, 129, 199, 0.26);
}

.k-grid-process:focus {
    background-color: #ce0eee;
}

.k-grid-attach {
    color: #7d5403;
    border-color: rgba(205, 168, 28, 0.26);
}

.k-grid-attach:focus {
    background-color: #7d5403;
}

.k-grid-info:disabled,
.k-grid-search:disabled,
.k-grid-message:disabled,
.k-grid-editbtn:disabled,
.k-grid-attach:disabled,
.k-grid-delete:disabled,
.k-grid-process:disabled {
    color: #969595;
    border-color: rgba(155, 150, 150, 0.79);
}

.k-grid-info:focus,
.k-grid-search:focus,
.k-grid-message:focus,
.k-grid-editbtn:focus,
.k-grid-attach:focus,
.k-grid-delete:focus,
.k-grid-process:focus {
    color: white;
}

.linkLabel {
    text-decoration: underline;
    cursor: pointer;
    color: #2b6777;
}

.coloredLabel {
    color: #2b6777 !important;
}

.k-toolbar-item {
    width: 40% !important;
}

.k-toolbar {
    background-color: #e2eef4 !important;
}

.k-grid {
    padding: 0 !important;
}

/* CSS to align labels */
.grid-title {
    font-size: 20px;
    font-weight: 700;
}

.tbl_InvoiceItems_th {
    background-color: rgb(68, 68, 68);
    color: white;
    padding: 10px;
    text-align: left;
}

#tbl_InvoiceItems td {
    padding: 5px;
    border: none;
    vertical-align: top;
}

#tbl_InvoiceItems td p {
    margin-bottom: 0;
}

#tbl_InvoiceItems .total-row {
    text-align: right;
}

.BoldFont {
    font-weight: bold;
}

.k-toolbar .k-input {
    width: 100% !important;
}

.k-toolbar .k-picker {
    width: 70% !important;
    position: absolute !important;
}

.k-grid .k-cell-inner .k-grid-filter,
.k-grid .k-cell-inner .k-header-column-menu,
.k-grid .k-cell-inner .k-hierarchy-cell .k-icon {
    position: absolute !important;
    right: 0 !important;
}

.k-window-titlebar {
    height: 20px;
    /* Adjust the height as desired */
}

body {
    font-family: "Lato", sans-serif;
    background-color: #ffffff;
}

/*#region Loader*/
@keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}


.theme-loader {
    height: 100%;
    width: 100%;
    background-color: transparent;
    position: fixed;
    z-index: 999999;
}

.ball-scale {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 30%;
    width: 100%;
}

.ball-scale>div {
    -webkit-animation: ball-scale 1s 0s ease-in-out infinite;
    animation: ball-scale 1s 0s ease-in-out infinite;
    background-color: #148f77;
    border-radius: 100px;
    display: inline-block;
    height: 100px;
    width: 100px;
}

/*#endregion*/

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 2px solid #0d435c !important;
}

/*.row {*/
/*    --bs-gutter-x: none;*/
/*}*/

.k-icon-button.k-button-md>.k-button-icon {
    min-width: 0 !important;
    min-height: 0 !important;
}

.k-table-list {
    background-color: white;
}

.accordion-collapse {
    border: 1px solid #847f62 !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
    transform: rotate(-180deg);
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

.k-toolbar {
    display: block;
}

.CustomButton {
    background-image: linear-gradient(#4a4737, #847f62) !important;
    color: white !important;
    box-shadow: 0px 2px 6px #535353;
}

.GreenButton {
    background-image: linear-gradient(#98d2af, #468468) !important;
    color: white !important;
    box-shadow: 0px 2px 6px #535353;
}

.RedButton {
    background-image: linear-gradient(#ff6d6d, red);
    color: white !important;
    box-shadow: 0px 2px 6px #535353;
}

/* Custom CSS to set the width to 90% for the modal */
.NinetyPercent .modal-dialog {
    width: 90%;
    max-width: 90%;
}

/* REFERENCE for Btns
---------------------
edit - green
delete - red/btnClose
refresh - #473d8bcb
filter - #8b122ccb
reset - btnRefresh
item-in-queue - btnSelect
place order - btnSelect
save - btnSave
add - btnAdd
work in progress - #487777
ready to pack - #4567a7
review - #167d8b
ship - btnSelect
select all - btnSelect
unselect all - btnRefresh
view report - btnSelect
import order - #307070
manage role - #3c4fa3 */

.btnAdd {
    height: 32px;
    border: none;
    color: white;
    padding: 5px 15px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 3px;
    background-color: #9e7a2c;
}

.btnNextViewImage {
    height: 33px;
    width: 33px;
    background-size: cover;
    border: none;
    background-color: transparent;
    background-image: url(../images/right-arrow.png);
    cursor: pointer;
}

.btnFeedback {
    height: 65px;
    width: 100px;
    background-size:contain;
    background-repeat: no-repeat;
    border: none;
    background-color: transparent;
    background-image: url(../images/feedback_icn.png);
    cursor: pointer;
}

.btnPrevViewImage {
    height: 33px;
    width: 33px;
    background-size: cover;
    border: none;
    background-color: transparent;
    background-image: url(../images/left-arrow.png);
    cursor: pointer;
}

.btnNext {
    height: 33px;
    width: 33px;
    background-size: cover;
    border: none;
    background-color: transparent;
    background-image: url(../images/right-arrow.png);
    cursor: pointer;
}

.btnPrev {
    height: 33px;
    width: 33px;
    background-size: cover;
    border: none;
    background-color: transparent;
    background-image: url(../images/left-arrow.png);
    cursor: pointer;
}

.btnRefresh {
    height: 32px;
    border: none;
    color: white;
    padding: 5px 15px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 3px;
    background-color: #77972d;
}

.btnSave {
    height: 32px;
    border: none;
    color: white;
    padding: 5px 15px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 3px;
    background-color: #d8932c;
}

.btnSelect {
    height: 32px;
    border: none;
    color: white;
    padding: 5px 15px;
    font-size: 1px;
    cursor: pointer;
    border-radius: 3px;
    background-color: #1684c4;
}

.btnClose {
    height: 32px;
    border: none;
    color: white;
    padding: 5px 15px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 3px;
    background-color: #c84204;
}

.CustomBorderedButton {
    border: 1px solid;
    border-color: #847f62 !important;
    color: #4a4737 !important;
    box-shadow: 0px 2px 6px #535353;
}

.accordion-button {
    background-image: linear-gradient(#025464, #027d96, #025464) !important;
    /* background-image: linear-gradient(#4a4737, #847f62) !important; */
    color: white !important;
    padding: 8px 10px;
    font-weight: 600;
    /*-moz-box-shadow: 3px 3px 5px #535353;*/
    /*-webkit-box-shadow: 3px 3px 5px #535353;*/
    /*box-shadow: 3px 3px 5px #535353;*/
}

.k-checkbox {
    border-color: rgb(23 23 23 / 50%) !important;
}

.k-grid tbody tr {
    font-weight: 400;
    font-size: 14px;
}

.k-grid tbody td {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    padding-right: 4px !important;
    padding-left: 3px !important;
}

.k-grid .k-command-cell,
.k-grid .k-edit-cell,
.k-grid .k-grid-edit-row td {
    padding: 0px 0.5rem !important;
}

.k-column-title,
.k-head {
    /* font-weight: 600 !important; */
    text-align: center !important;
    font-size: 15px;
}

.k-grid tbody>tr td {
    border-bottom: 1px solid #00000017;
}

.k-grid-content tr:last-child>td,
.k-grid-content-locked tr:last-child>td {
    border-bottom-width: 1px;
}

.k-grid tr.k-alt {
    background-color: transparent;
}

.k-grid-edit {
    color: #025464;
    border-radius: 5px;
    border: 1px solid #cccccc;
    padding: 6px;
    background-color: #f5f5f5;
}

@media (max-width: 850px) {
    .k-grid .k-grid-header .k-header {
        font-size: 14px !important;
    }
}

@media (min-width: 851px) {
    .k-grid .k-grid-header .k-header {
        font-size: 16px !important;
    }
}

.k-grid .k-grid-header .k-header {
    background-color: rgba(186, 189, 184, 0.35) !important;
    border-color: #cecece !important;
    color: #155056 !important;
    font-size: 15px !important;
}

.k-header .k-link {
    text-align: center !important;
    justify-content: center !important;
}

.k-header {
    text-align: center !important;
    justify-content: center !important;
}

.k-table-thead {
    background-color: #d5e8ff !important;
    /*border-color: #cecece !important;*/
    color: #155056 !important;
    font-size: 15px !important;
}

.no-scrollbar .k-grid-header {
    padding: 0 !important;
}

.no-scrollbar {
    overflow-y: hidden;
}

.no-scrollbar .k-grid-content {
    overflow-y: hidden;
}

.alignTextCenter {
    text-align: center;
}

.alignTextRight {
    text-align: right;
}

.marginTop5 {
    margin-top: 5px !important;
}

.marginTop10 {
    margin-top: 10px !important;
}

.marginTop15 {
    margin-top: 15px;
}

.required::before {
    content: "*";
    color: red;
    padding: 5px;
}

fieldset.scheduler-border {
    border: 1px groove #b5b5b5 !important;
    padding: 0px 6px 5px 6px;
    /* padding: 0 1em 1em 1em !important;
       margin: 0 0 1em 0 !important;
       -webkit-box-shadow: 0px 0px 0px 0px #000 !important;
       box-shadow: 0px 0px 0px 0px #000 !important; */
}

legend.scheduler-border {
    font-size: 1em !important;
    font-weight: 600 !important;
    float: none !important;
    width: auto !important;
}

.gridCountFont span {
    color: darkred;
    font-weight: 700;
}

.btn_refresh {
    height: 33px;
    width: 33px;
    background-size: cover;
    border: none;
    background-color: transparent;
    background-image: url(../images/BV_refresh.png);
    cursor: pointer;
}