﻿li:has(.active) {
    background-color: #1b6ec2;
    border-color: #1861ac;
    font-weight: bold;
    color: white !important;
}

.k-widget * {
    box-sizing: border-box !important;
}

p
{
    margin-bottom:.1rem !important
}
    li:has(.active) > a {
        color: white !important;
    }

.modal {
    z-index: 99999;
}

table {
    width: 100%;
}
.wrapper
{
    min-height:0 !important
}
.content-wrapper > .content {
    padding: 0px;
    
} 
.content-header {
    padding: 0.5rem !important;
}
.container, .container-md, .container-sm {
    max-width: 100% !important;
}
.k-card-body-FH {
    height: calc(100vh - 90px - 2.4rem);
}
.k-edit-form-container {
    width: 100%;
}

.card-body {
    padding: .25rem;
}
 

@keyframes fadeInUp {
    from {
        transform: translate3d(0,50px,0)
    }

    to {
        transform: translate3d(0,5px,0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0,50px,0)
    }

    to {
        transform: translate3d(0,5px,0);
        opacity: 1
    }
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both
}

.animatedFadeInUp {
    opacity: 0
}

.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}
 
#header {
    padding: 0.2rem 0.5rem !important;
    height: 50px !important
}
.navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.4rem !important;
    padding-left: 0.4rem !important;
}
.main-header .nav-link
{
    height:auto !important
}
nav.main-header li a {
    background-image: linear-gradient( to right, blue, blue 50%, #000 50% );
    background-size: 200% 100%;
    background-position: -100%;
    display: inline-block;
    padding: 5px 10px;
    position: relative;
    -webkit-background-clip: text;
    transition: all 0.3s ease-in-out;
}

    .main-header li a:before {
        content: '';
        background: blue;
        display: block;
        position: absolute;
        bottom: -3px;
        left: 0;
        width: 0;
        height: 3px;
        transition: all 0.3s ease-in-out;
    }

.main-header li > a:hover {
    background-position: 0;
    font-weight: bold;
    -webkit-text-fill-color: transparent;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}

    .main-header li a:hover::before {
            width: 100%;
     }
.main-header li a.active
{
    color:white !important
}
label[for] {
    cursor: pointer;
}

.shadow-top {
    box-shadow: 0 -3px 3px -3px #333;
}

.shadow-right {
    box-shadow: 3px 0 3px -3px #333;
}

.shadow-bottom {
    box-shadow: 0 3px 3px -3px #333 !important;
}

.shadow-left {
    box-shadow: -3px 0 3px -3px #333;
}

.shadow-all {
    box-shadow: 0 0 3px #333;
}

.sub-head {
    background: #3583f3;
    padding: 5px !important;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    font-weight: bold;
    color: white;
    overflow:auto
}

    .sub-head i {
        padding-right: 10px !important
    }

.k-datepicker
{
    width:180px !important

}
/*sdsdsdsdsdsdsdsdsdsd*/
.xTable {
    margin-top: -2px;
    width: 100% !important
}

    .xTable td label {
        margin-top: 4px;
        font-weight: bold !important;
    }

    .xTable td .k-textbox, .xTable td .k-dropdown, .xTable td .k-numerictextbox, .xTable td textarea {
        width: 100% !important;
        font-size: 1em !important;
    }

    .xTable td {
        padding: 5px;
        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, .k-combobox input {
    color: black !important;
    font-weight: 500 !important
}

.k-grid {
    cursor: pointer;
    overflow-y: auto;
    overflow-x: hidden
}

    .k-grid tr td {
        font-size: 1rem !important;
        padding: 4px!important;
        color: black !important
    }
    .k-grid td input {
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    .k-grid select {
        padding: 3px 8px;
        font-size: 1.1em;
        margin: 0;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        color: black !important;
        width: 90% !important
    }

.k-chip-list, .k-input-inner {
    font-weight: 500;
    font-size: 1.1em;
}

 .k-list-item {
    font-weight: 500;
    font-size: 1em;
}

.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
}
.no-k-grid-header  {
    display: none
}
.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
}


/*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;
}

bul {
    display: block;

}

    bul::before {
        content: '•';
        font-size:1.4em;
        margin-right: .3em;
    }


#main section {
    min-height: calc(100vh - 55px) !important; 
    padding: 60px 0;
    display:flex;
}
/*#main section {
    min-height: calc(100vh - 60px) !important;
    border-bottom: 1px solid red;
    border-top: 1px solid green;
    margin-top: 75px;

     
    }*/
.section-header h3 {
    font-size: 32px;
    color: #111;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
}

    .section-header h3::before {
        content: "";
        position: absolute;
        display: block;
        width: 120px;
        height: 1px;
        background: #ddd;
        bottom: 1px;
        left: calc(50% - 60px);
    }

    .section-header h3::after {
        content: "";
        position: absolute;
        display: block;
        width: 40px;
        height: 3px;
        background: #18d26e;
        bottom: 0;
        left: calc(50% - 20px);
    }
.hText {
    position:relative; 
    height: 100%;
    vertical-align: middle !important
}

.polygonleft {
    width: 100%;
    height: 100%;
    background-color: transparent;
    shape-outside: polygon(40% 0, 0 0, 0 100%, 60% 100%);
    clip-path: polygon(40% 0, 0 0, 0 100%, 60% 100%);
}

.polygonRight {
    width: 100%;
    height: 100%;
    float: right;
    background-color: transparent;
    shape-outside: polygon(60% 0, 100% 0%, 100% 100%, 40% 100%);
    clip-path: polygon(60% 0, 100% 0%, 100% 100%, 40% 100%);
}
.polygonRightArr {
    width: 100%;
    height: 100%; 
    background-color: transparent;
    shape-outside: polygon(0% 0%, 30% 0, 60% 50%, 30% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 30% 0, 60% 50%, 30% 100%, 0% 100%);
}
.polygonRight-Arr {
    width: 100%;
    height: 100%;
    float: right;
    background-color: transparent;
    shape-outside: polygon(100% 0, 45% 0, 65% 50%, 45% 100%, 100% 100%);
    clip-path: polygon(100% 0, 45% 0, 65% 50%, 45% 100%, 100% 100%);
}

.k-panelbar-content {
    padding: 10px !important;
    color:black !important

}

.field-validation-error, .k-tooltip-validation {
    /* right: 15px !important; */
    position: relative;
    color: red;
    /* right: 100px !important; */
    padding-right:10px;
    margin-top: -30px !important;
    background-color: transparent !important;
    float: right;
}
.pageHeader {
    font-weight: bold !important;
    font-size: 1.3em !important;
    border-radius: 8px !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;
}
 
 
[class*=icheck-] {
    min-height: 22px;
    margin-top: 3px !important;
    margin-bottom: 0px !important;
    padding-left: 0
}
    [class*=icheck-] > label {
        padding-left: 25px !important;
        min-height: 19px;
        line-height: 19px;
        margin-bottom: 0;
        margin-top: 3px;
        vertical-align: unset;
        font-weight: 500;
    }

    [class*=icheck-] > input:first-child + input[type=hidden] + label::before, [class*=icheck-] > input:first-child + label::before {
        content: "";
        width: 19px;
        height: 19px;
        margin-left: -23px;  
    }

    [class*=icheck-] > input:first-child:checked + input[type=hidden] + label::after, [class*=icheck-] > input:first-child:checked + label::after {
    font-weight:bold !important;
        top: -1px !important;
        
    }

#btnHead a {
    margin: 0 -.28rem 0 0 !important;
    font-weight: bold;
    background-color: transparent;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #eae8e8; 
}
#btnHead a:hover {
   border:1px solid black;
   border-bottom: 0px !important;
}
    #btnHead a.select {
        background-color: white;
        border: 1px solid #eae8e8;
        border-bottom: 1px solid white !important;
    } 
.k-card-header {
    padding: 7px !important;
    overflow:initial !important
}

.k-card-body {
    padding: 5px !important;
}

.k-content {
    padding: 3px !important
}

.k-tabstrip-item, .k-header {
    font-weight: bold !important
}

.k-prompt-container, .k-window-content {
    padding: 7px !important
}
.col-lg-2_5, .col-lg-9_5
{

    padding:2px 5px;
    font-stretch:condensed
}

@media (min-width: 576px) {
    .col-lg-2_5 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        
    }
    .col-lg-2_5 .k-card-body {
       
/*        height: auto !important*/
    }
    .col-lg-9_5 {
        -ms-flex: 0 0 calc(100% - 20.83%);
        flex: 0 0 calc(100% - 20.83%);
        max-width: calc(100% - 20.83%);
    }
}

@media (min-width: 768px) {
    .col-lg-2_5 {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }

    .col-lg-9_5 {
        -ms-flex: 0 0 calc(100% - 30%);
        flex: 0 0 calc(100% - 30%);
        max-width: calc(100% - 30%);
    }
}

@media (min-width: 992px) {
    .col-lg-2_5 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 27%;
    }

    .col-lg-9_5 {
        -ms-flex: 0 0 calc(100% - 25%);
        flex: 0 0 calc(100% - 25%);
        max-width: calc(100% - 25%);
    }
}

@media (min-width: 1200px) {
    .col-lg-2_5 {
        -ms-flex: 0 0 20.83%;
        flex: 0 0 20.83%;
        max-width: 20.83%;
    }

    .col-lg-9_5 {
        -ms-flex: 0 0 calc(100% - 20.83%);
        flex: 0 0 calc(100% - 20.83%);
        max-width: calc(100% - 20.83%);
    }
}