html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.btn-info,
.btn-info:hover,
.btn-info:active,
.btn-info:visited,
.btn-info:focus {
    background-color: grey !important;
    border-color: grey !important;
}

.btn-danger,
.btn-danger:hover,
.btn-danger:active,
.btn-danger:visited,
.btn-danger:focus {
    background-color: firebrick !important;
    border-color: firebrick !important;
}

.right {
    text-align: right;
    margin-right: 1em;
}

.card, .card-header, .card-body, .card-footer {
    border-radius: 0px !important;
}

.card-header {
    background-color: #B4A286;
    color: white;
    height: 30px;
    align-items: center;
    display: flex;
}

.card-body {
    padding-bottom: 0px;
}

.card-footer {
    padding-top: 0px;
    padding-bottom: 0px;
}

.btn {
    background-color: #B4A286;
    color: black;
    border: none;
    border-radius: 2px;
}

    .btn:hover {
        background-color: #B4A286;
        transition: 0.7s;
        color: black;
    }

    .btn:focus {
        background-color: #B4A286;
    }

    .btn:active {
        background-color: #B4A286;
    }

.bottom-wrapper {
    margin-top: 0.5em;
}

a:link, a:visited {
    color: #B4A286;
    text-decoration: underline;
    cursor: pointer;
}

#myTable {
    display: none;
}

/*.e-grid .e-toolbar {
    background-color: white !important;
}

    .e-grid .e-toolbar .e-tbar-btn .e-tbar-btn-text {
        background-color: #B4A286 !important;
        color: white !important;*/
        /*font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;*/
        /*min-height: 30px !important;
    }

.e-grid .e-icon-filter::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('/images/filter.svg') no-repeat center center;
    background-size: cover;
}

.e-grid .e-rowcell {
    font-size: 12px;
}*/

.modal {
    pointer-events: none;
    padding-top: 0px;
    padding-bottom: 0px;
}

.modal-dialog {
    pointer-events: all;
    border-radius: 0px;
    margin-bottom: 0%;
    border: thin;
    border-color: black;
    padding-bottom: 0px;
    height: auto;
}

.modal-content {
    padding: 0px;
    margin: 0px;
    border-radius: 0px;
    margin-bottom: 0%;
}

.modal-body {
    padding: 0px;
    margin: 0px;
    border-radius: 0px;
    margin-bottom: 0%;
}

/* Syncfusion grid */

.e-toolbar {
    border: none !important;
    box-shadow: none !important;
    height:50px!important;
}

    .e-toolbar .e-tbar-btn {
        border-color: #B4A286 !important;
        border-style: solid !important;
        border-width: 1px !important;
        padding: 5px !important;
        margin-left: 2px !important;
        height: 10px !important;
    }

.e-grid {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

    .e-grid .e-headercelldiv {
        font-size: 12px !important;
    }

    .e-grid .e-rowcell {
        font-size: 12px !important;
    }

.statustemplate.e-inactivecolor {
    background-color: #ffd7cc;
    width: 120px;
}

.statustemplate.e-activecolor {
    background-color: #ccffcc;
    width: 120px;
}

.statustemplate.notusedcolor {
    background-color: #ccffcc;
    width: 120px;
}

.statustemplate.e-nacolor {
    background-color: lightgray;
    width: 120px;
}


.statustemplate {
    position: relative;
    height: 19px;
    border-radius: 5px;
    text-align: center
}

.e-bigger .e-grid .statustxt {
    position: relative;
    top: -2px;
}

td.e-rowcell .statustxt.e-activecolor {
    color: #00cc00;
    position: relative;
    top: 9px;
}

td.e-rowcell .statustxt.e-inactivecolor {
    color: #e60000;
    position: relative;
    top: 9px;
}

td.e-rowcell .statustxt.notusedcolor {
    color: gray;
    position: relative;
    top: 9px;
}

td.e-rowcell .statustxt.e-nacolor {
    color: black;
    position: relative;
    top: 9px;
}

.statusprovisiontemplate {
    position: relative;
    height: 19px;
    border-radius: 5px;
    text-align: center
}

.statusprovisiontemplate.e-activecolor {
    background-color: #ccffcc;
    width: 150px;
}

.statusprovisiontemplate.e-inactivecolor {
    background-color: #ffd7cc;
    width: 150px;
}

.statusprovisiontemplate.e-nacolor {
    background-color: lightgray;
    width: 150px;
}

td.e-rowcell .statusprovisiontxt.e-activecolor {
    color: #00cc00;
}

td.e-rowcell .statusprovisiontxt.e-inactivecolor {
    color: #e60000;
}

td.e-rowcell .statusprovisiontxt.e-nacolor {
    color: black;
}

/* Supplier Evaluation */
.statustemplate.e-normal {
    background-color: #c1e2be;
    width: 120px;
}

.statustemplate.e-significant {
    background-color: #fffdcc;
    width: 120px;
}

.statustemplate.e-important {
    background-color: #fce2b3;
    width: 120px;
}

.statustemplate.e-critical {
    background-color: #f38989;
    width: 120px;
}

td.e-rowcell .statustxt.e-normal {
    color: black;
    position: relative;
    top: 9px;
}

td.e-rowcell .statustxt.e-significant {
    color: black;
    position: relative;
    top: 9px;
}

td.e-rowcell .statustxt.e-important {
    color: black;
    position: relative;
    top: 9px;
}

td.e-rowcell .statustxt.e-critical {
    color: #ffd7cc;    
    position: relative;
    top: 9px;
}

/* Supplier Evaluation */

/* Syncfusion grid */

/* e-dialog*/
/* Apply rounded border to the dialog */
.e-dialog {
    border-radius: 15px !important; /* Adjust the radius as needed */
}

.e-dlg-content,
.e-footer-content {
    border-radius: 15px !important; /* Adjust the radius as needed */
}
