﻿
label[for] {
    cursor: pointer;
   
}

.xTable {
    margin-top: -2px;
    width: 100% !important
}

    .xTable td label {
        margin-bottom:0px !important;
        font-weight: bold !important;
    }

    .xTable td .k-textbox, .xTable td .k-dropdown, .xTable td .k-numerictextbox, .xTable td textarea {
        width: 100% !important;
        
    }

    .xTable td {
        padding: 3px;
        white-space: nowrap;
        vertical-align: middle;
/*        font-weight: 100 !important;*/
        color: black !important;
    }

        .xTable td:first-child {
            font-weight: bold !important;
            width: 1px !important;
            text-align: right !important
        }

        .xTable td:nth-child(2n+2), .xTable td:nth-child(5) {
            font-weight: bold !important;
            white-space: nowrap;
            width: 2px;
        }

        .xTable td:last-child {
/*            font-weight: 100 !important;*/
            width: 100% !important;
        }


.k-textbox, .k-dropdownlist, .k-numerictextbox {
    color: black !important;
    font-weight: 500 !important
}
    .k-textbox:has(input:focus) {
        outline: 1px solid green !important;
    }
    .k-grid {
        cursor: pointer;
        overflow-y: auto;
        overflow-x: hidden
    }

    .k-grid tr td {
        
        color: black !important;
        border-top: .5px solid #00b1ff !important; 
        padding: 5px!important;
        text-overflow: clip !important;
    }
    .k-grid td input {
        width: -webkit-fill-available !important;
    }
    .k-grid tr td:last-child {
       
        
    }
    .k-grid select {
        font-size: 1.1em;
        margin: 0;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        padding-top: 3px !important;
        padding-bottom: 3px !important;
        color: black !important;
        width: -webkit-fill-available !important;
    }
    .k-grid-header{
        position: sticky !important;
        top: 0 !important; /* Don't forget this, required for the stickiness */
        z-index: 999;
        
    }
   
.k-grid-header th {
    vertical-align: middle !important;
    font-size: 1em !important;
    color: black !important; 
}
        .k-grid-header th:first-child {
           
            border-top-left-radius: 5px;
        }
    .k-grid-header th:last-child {
        border-top-right-radius: 5px;
    }
.k-input-button, .k-input-button.k-button {
    height: auto !important
}
.k-grid tfoot td {
    border-bottom: 1px  groove;
    background-color:lightgray
}
.k-grid tbody tr:last-child td {
    border-bottom: 1px groove;
}
    .TopHead {
        position: sticky !important;
        top: 0 !important; /* Don't forget this, required for the stickiness */
        z-index: 10003;
    }

.k-grid .k-searchbox {
    width: 50% !important
}

.k-card-header, .k-card-footer {
    padding: 5px 15px !important
}

.k-card-body {
    padding: 5px !important
}

.bg-gradient-primary b {
    color: white !important
}

.row {
    --bs-gutter-x: 0.4rem !important;
}

.pageHeader {
    font-weight: bold !important;
    font-size: 1.3em !important; 
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    display: block !important;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
    padding: 4px 6px 4px 8px;
    background-color: #00b1ff;
    color: white;
}
.sub-head {
    padding: 7px !important;
    font-weight: bold !important;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}
.k-grid-header, .k-grid-header th.k-header {
    font-weight: bold !important; 
/*    background-image: linear-gradient(#007FFF,#0000FF) !important;*/
        background-image: linear-gradient(#00BFFF,#1E90FF)
}
.k-edit-form-container {
      width:calc(100% - 6px) !important;
      min-width:0 !important; 
}

.k-grid .btn {
   font-size:.9em !important
}
/* Scrollbar Styling */
::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #625f5f;
}

.body {
    min-height: calc(100vh - 140px ) !important;
}

/*Search Box */
.searchBox .k-textbox {
    border: 2px solid #00B4CC;
    padding-right: 2px !important;
    padding-left: 5px !important;
    outline-color: lightblue !important;
    padding-top: .2rem !important;
    padding-bottom: .2rem !important;
    margin-right: -2.5rem;
}

.searchBox .k-textbox:focus {
    outline-color: green !important
}

.searchBox {
    display: flex;
    margin-left: 1px;
    margin-right: 3px;
}

.btnSbClick {
    position: relative !important;
/*    right: 2.4rem !important;*/
    
    width: 2.5rem !important;
    /*        float: right !important;
        margin-top: -1.95rem !important;
        padding: 1rem .6rem !important;*/
    margin-top: 1px !important;
    margin-bottom: 1px !important;
    background-color: lightgreen;
}

.searchBoxr .k-textbox {
    border-radius: 5rem !important;
}

.searchBoxr .btnSbClick {
    border-top-right-radius: 5rem !important;
    border-bottom-right-radius: 5rem !important;
}

.btnSbClick:hover {
    background-color: grey;
}
 




.switch {
    position: relative;
    width: 100%;
   vertical-align:middle;
    border-radius: 60%;
}
    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

    .switch + input:checked {
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    
    left: 0;
    right: 0;
    
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 8px;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 15px;
        width: 15px;
/*        left: 4px;
        bottom: 3px;*/
  margin:4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
        border-radius: 8px;
    }

input:not(:checked) + .slider .oon {
    display: none;
}


input:checked + .slider {
    background-color: #2196F3;
}

input:checked + .slider {
    background-color: #2196F3;
}

    input:checked + .slider .ooof {
        display: none
    }


/*.k-button,.btn {
    min-width: 30px !important;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
   
    font-weight: bold !important;
    
}*/
 

/*[class*=icheck-] {
    min-height: 0px;
    margin-top: 14px !important;
    margin-bottom: 0px !important;
}*/
table
{
    width:100%;
}
table td {
    vertical-align:middle !important;
}
.k-edit-form-container {
    width: 100% !important
}
.k-widget.k-window {
    border-top-right-radius: 18px !important;
    padding-bottom:0px !important
}
.k-window-titlebar {
    padding: 5px !important;
    border-top-right-radius: 18px !important;
    background-color: #c5e9ff;
    font-weight: bold !important;
    color:black !important
}
.k-window-title
{
    font-weight:bold !important;
}
.k-window-titlebar .fa {
    margin-top: 3px !important;
    margin-right: 7px !important;
}

    .k-edit-buttons {
        padding: 10px 5px !important;
        background-color: #c5e9ff;
        margin-left: -12px !important;
        margin-right: -12px !important;
        border-top: 3px double green !important;
    }
.k-window-content
{
    padding-bottom:0px !important
}
input:not(.k-input-inner):focus, span.k-dropdownlist:focus {
    border: 2px solid blue !important
}

.k-tabstrip-items {
    font-weight: bold;
    border-bottom: 2px !important
}

    .k-tabstrip-items >.k-active> .k-link {
   
        font-weight: bold;
        border-right:2px !important
    }

.row,
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1,
.col-xs-2, .col-sm-2, .col-md-2, .col-lg-2,
.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3,
.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4,
.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5,
.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7,
.col-xs-8, .col-sm-8, .col-md-8, .col-lg-8,
.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9,
.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10,
.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11,
.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.card-title {
    padding: 5px !important;
    font-size: 1.2em !important;
    font-weight:700 !important
}