﻿body {
    background-color: white #f8f9fb #e9ecef !important;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 0.9rem;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    text-align: left;
    /*color: #212529;*/
    height: 100%;
    zoom: 0.9 !important;
    background: url(./../Content/Images/backgrounds/bkgr_lead.png) !important;
    /*background: url('../ILEAD/Content/Images/backgrounds/bkgr_lead.png');*/
    /* -moz-transform: scale(1.0);
    -webkit-transform: scale(1.0);*/
}
/* Set padding to keep content from hitting the edges */

.body-content {
    /* padding-left: 1%; */
    padding-right: 3px;
    padding-top: 20px;
    padding-bottom: 25px;
    /* width: 98%; */
    /* background-color: red; */
    /*background: url('~/ILEAD/Content/Images/backgrounds/bkgr_lead.png') !important;*/
}

span.k-dropdownlist {
    background-image: linear-gradient(0deg, #d8f3f8, #ccc) !important;
}

.k-pager-numbers-wrap select.k-dropdown {
    height: 100%;
    display: none;
    cursor: pointer;
    background-image: linear-gradient(0deg, #d8f3f8, #ccc) !important;
}

.k-pager-wrap {
    background-color: #d7e0e4 !important;
}

.container {
    max-width: 100% !important;
    /*margin-left: 0rem;*/
    padding-bottom: 45px;
}

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: 1.25;
}
/*@media screen and (min-width: 700px) {
    .container {
        max-width: 100%;
        margin-left: -3rem;
        padding-bottom: 45px;
    }
}*/

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .4em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    margin-bottom: -.2em;
    border-left: .3em solid transparent;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .9rem;
    outline: 0;
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: 0.9rem;
    border-top-right-radius: 0.9rem;
}

/*styles for laptop*/
@media screen and (max-width: 700px) {
    body {
        /* zoom: 0.9 !important;*/
    }

    fieldset > legend {
        width: 25%;
        font-size: 0.9rem;
        margin-top: -37px;
        /*background-image: linear-gradient( 0deg, #7f99c1, #c3ecef);*/
        /*padding-bottom: 0.4rem;*/
    }
}

/*Styles for desktop*/
@media screen and (min-width: 650px) {
    body {
        line-height: 1rem;
        /*zoom: 0.95 !important;*/
    }

    fieldset > legend {
        width: 25%;
        font-size: 0.9rem;
        margin-top: -37px;
        /*padding-bottom: 0.4rem;*/
    }
}

.navbar {
    position: relative;
    display: flex;
    /*flex-wrap: wrap;*/
    /* align-items: center;*/
    justify-content: space-between;
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
}
/* Style the footer */
.footer {
    background-color: #dee2e6;
    padding: 12px;
    text-align: center;
    color: #212529;
    position: fixed;
    bottom: 0;
    height: 38px;
    z-index: 999;
    font-size: 12px;
    box-sizing: border-box;
    width: 100%;
    border-top: 1px #000 solid;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    /*padding-left: 25px;
    padding-right: 25px;
    padding-top: 25px;
    padding-bottom: 25px;*/
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.45rem;
}


.card-header {
    padding: .5rem 1rem;
    margin-bottom: 0;
    background-color: #fff;
    /* border-bottom: 1px #fff;*/
}

/*data table */
table.dataTable {
    clear: both;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    max-width: none !important;
    border-collapse: separate !important;
    border-bottom: 1px #dee2e6 solid;
    border-top: 1px #dee2e6 solid;
    border-left: 1px #dee2e6 solid;
    border-right: 1px #dee2e6 solid;
    border-radius: 0.25rem;
}

    table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc,
    table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc,
    table.dataTable thead > tr > td.sorting_desc,
    table.dataTable thead > tr > td.sorting {
        padding-right: 30px;
        border-bottom: 1px #dee2e6;
        height: 24px;
        padding-bottom: 11px;
    }

    table.dataTable th {
        /* -webkit-box-sizing: content-box;*/
        box-sizing: content-box;
        padding-bottom: 10px;
    }

.table > :not(caption) > * > * {
    padding: 0.3rem 0.3rem;
}

.table > thead {
    vertical-align: bottom;
    /*background-color: #b2c5e0;*/
    /*background-image: linear-gradient( 0deg, #98c3ef, #c7d2f7);*/
    /* background-image: linear-gradient( 0deg, #c6e9ef, #0a58ca);*/
    background-color: #cad2e7;
    height: 35px;
}

    .table > thead > tr:hover {
        background-image: linear-gradient( 0deg, #98c3ef, #90a1da);
    }

.table tbody tr:hover {
    /* background-image: linear-gradient( 0deg, #98c3ef, #c7d2f7);*/
    background-image: linear-gradient( 0deg, #d0e1f3, #e2e7f9);
}



.table tbody tr.active {
    background-image: linear-gradient( 0deg, #98c3ef, #c7d2f7);
}

a {
    color: #0d6efd;
    text-decoration: none;
    font-size: 0.9rem;
}

    a:focus {
        color: blue;
        text-decoration: none;
        font-size: 0.9rem;
        /*background-color: white;*/
    }

    a:hover {
        color: blue;
        text-decoration: underline;
        font-size: 0.9rem;
    }

td.sorting_1 {
    padding: 1px;
}

.td {
    padding: 1px;
}


.navbar-text {
    padding-top: 0.5rem;
    padding-bottom: 3.5rem;
}

.cardhearderstyle {
    background-color: #003f59 !important;
}

.bg-light {
    /*background-color: #07caf1 !important;*/
    /* background-image: linear-gradient( 0deg, #b0c7ff, #888d94);*/
    /*background-image: linear-gradient( 0deg, #e9edf7, #25563f);*/
    /* background-image: linear-gradient( 0deg, #ced7ef, #c7f5df);*/
    /*background-image: linear-gradient( 0deg, #7a9df9, #c7f5df);*/
    /*background-image: linear-gradient( 0deg, #6d80b1, #86a9e4);*/
    /*background-image: linear-gradient( -1deg, #1764eb73, #b1a88e);*/
    /* background-image: linear-gradient( -1deg, #4b699f73, #f9fafb);*/
    /* background-image: linear-gradient( 0deg, #b0c7ff, #888d94);*/
    background-image: linear-gradient(0deg, #263ba7, #888994);
    height: 35px;
}

.bg-dark {
    /* background-color: #056fa5 !important;
    background-image: linear-gradient( 0deg, #7c9be2, #4e1919);*/
    /* background-image: linear-gradient(0deg, #b0c7ff, #3962a3);*/
    /*background-image: linear-gradient(0deg, #0a58ca, #089690);*/
    /*background-image: linear-gradient( 0deg, #e9edf7, #25563f);*/
    /*background-image: linear-gradient( 0deg, #424b98, #086296);*/
    /* background-image: linear-gradient( 0deg, #3295df, #164b69);*/

    background: url('./../Content/Images/backgrounds/bkgr_lead.png');
}

/*buttons*/
.btn-primary {
    color: #fff;
    background-color: #096a9c;
    border-color: #096a9c;
    font-size: 15px;
    /*background-image: linear-gradient( 0deg, #7a9df9, #50647e);*/
    /*background-image: linear-gradient( 0deg, #8da8ef, #355e93);*/
    background-image: linear-gradient(0deg, #365ab8, #223b5c) !important;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #096a9c;
        border-color: #096a9c;
        font-size: 15px;
        /*background-image: linear-gradient( 0deg, #7a9df9, #50647e);*/
        background-image: linear-gradient( 0deg, #429884, #086296);
    }

.btn.btn-primary:active, focus {
    background-color: #096a9c !important;
    border-color: #096a9c !important;
    box-shadow: none;
}

a.btn-primary {
    padding: 3px 6px;
    border-radius: 0.2rem;
    background-color: #096a9c;
    border-color: #096a9c;
    font-size: 15px;
    background-image: linear-gradient(0deg, #365ab8, #223b5c) !important;
    /* background-image: linear-gradient( 0deg, #7a9df9, #50647e);*/
    /*background-image: linear-gradient( 0deg, #8da8ef, #355e93);*/
    /* background-image: linear-gradient( 0deg, #95e6f1, #4a1a1a);*/
}

    a.btn-primary:hover {
        padding: 3px 6px;
        background-color: #096a9c;
        border-color: #096a9c;
        font-size: 15px;
        border-radius: 0.2rem;
        background-image: linear-gradient( 0deg, #429884, #086296);
        /* text-decoration:none;*/
    }

a.btn-primary-details {
    padding: 3px 6px;
    border-radius: 0.2rem;
    background-color: #096a9c;
    border-color: #096a9c;
    font-size: 15px;
    color: #fff;
    background-image: linear-gradient( 0deg, #95def1, #0a58ca);
}

    a.btn-primary-details:hover {
        padding: 3px 6px;
        border-radius: 0.2rem;
        background-color: #096a9c;
        border-color: #096a9c;
        font-size: 15px;
        color: #fff;
        background-image: linear-gradient( 0deg, #95def1, #0a58ca);
    }

a.btn-primary-testresults {
    padding: 3px 6px;
    border-radius: 0.2rem;
    background-color: #096a9c;
    border-color: #096a9c;
    font-size: 15px;
    color: #fff;
    background-image: linear-gradient( 0deg, #91760c, #096a9c);
}

    a.btn-primary-testresults:hover {
        padding: 3px 6px;
        border-radius: 0.2rem;
        background-color: #096a9c;
        border-color: #096a9c;
        font-size: 15px;
        color: #fff;
        background-image: linear-gradient( 0deg, #91760c, #096a9c);
    }

a.btn-danger:hover {
    padding: 3px 6px;
    background-color: #E00000;
    border-color: #E00000;
    font-size: 15px;
    border-radius: 0.2rem;
    background-image: linear-gradient( 0deg, #E00000, #b50000);
}

a.btn-danger {
    padding: 3px 6px;
    background-color: #E00000;
    border-color: #E00000;
    font-size: 15px;
    border-radius: 0.2rem;
    background-image: linear-gradient( 0deg, #E00000, #b50000);
}

.btn-danger {
    color: #fff;
    background-color: #E00000;
    border-color: #E00000;
    font-size: 15px;
    background-image: linear-gradient( 0deg, #E00000, #b50000);
}


.row_selected td {
    background-color: black !important; /* Add !important to make sure override datables base styles */
}

.navbar-light .navbar-nav .nav-link {
    color: #f9fafb;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}



/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.btn-light {
    color: #000;
    /* background-color: #adb5bd;*/
    border-color: #f8f9fa;
    background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #CAD9E3), to(#FFFFFF));
    /* min-height: calc(1.5em + (0.5rem + 2px));*/
    border: 1px solid #ebebeb !important;
}

.bgimg {
    height: 6.7rem;
    width: 61rem;
    background-repeat: no-repeat;
    background-image: url(./../Content/Images/iLEADLogo.jpg) !important;
}

.bannerimg {
    height: 12.7rem;
    width: 25rem;
    background-repeat: no-repeat;
    zoom: 0.7;
    margin-top: -51px;
    mix-blend-mode: multiply;
    background-image: url(./../Content/Images/ISDHLogo.jpg) !important;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder {
    color: #333;
}

.bootstrap-select > .dropdown-toggle {
    width: 128% !important;
}

.filter-option-inner-inner {
    color: black;
}

.textarea {
    max-height: 5rem;
}

/* Style the nav bar items start */

#itossnav .navbar-nav li.active > a {
    /* background-image: linear-gradient(0deg, #b0c7ff, #05305a);*/
    /*background-image: linear-gradient( 0deg, #61d3ae, #223b54);*/
    /* background-image: linear-gradient( 0deg, #36c1d4, #486aed);*/
    background-image: linear-gradient( 0deg, #7c9be2, #4e1919);
    /* background-image: linear-gradient( 0deg, #3295df, #164b69);*/
    color: #f9fafb;
    font-weight: bold;
    /* border-radius: 0.1rem;*/
    height: 45px;
    margin-top: 1.5px;
    margin-bottom: 1.5px;
    /* margin-left: -1.5em;*/
    /*padding-top: 16px;*/
}

/*.navbar .navbar-nav .nav-link {
    color: #000000;
    font-size: 0.9em;
}*/

.navbar .navbar-nav .nav-link:hover {
    /*background-image: linear-gradient(0deg, #b0c7ff, #05305a);*/
    /*background-image: linear-gradient( 0deg, #61d3ae, #223b54);*/
    /*background-image: linear-gradient( 0deg, #36c1d4, #486aed);*/
    /* background-image: linear-gradient( 0deg, #3295df, #164b69);*/
    background-image: linear-gradient( 0deg, #7c9be2, #4e1919);
    color: #f9fafb;
    font-weight: bold;
    /* border-radius: 0.1rem;*/
    height: 45px;
    margin-top: 1.5px;
    margin-bottom: 1.5px;
    /*padding-top: 15px;*/
}

a.nav-link.btn-primary {
    background-image: linear-gradient(0deg, #b0c7ff, #05305a);
    /* background-image: linear-gradient( 0deg, #61d3ae, #223b54);*/
    color: #f9fafb;
    font-weight: bold;
    height: 35px;
    margin-top: 2px;
    padding-top: 11px;
}

.navbar .navbar-nav .nav-link {
    color: #212529;
    font-size: 1.1em;
    font-weight: 500;
}

.navbar .navbar-brand {
    padding: 0 0.6em;
}


.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

.navbar-brand-text {
    font-size: 2.1rem;
    color: #ffffff;
    text-decoration: none;
}
/* Style the nav bar items end */

fieldset {
    /*margin: 20px;*/
    /* padding: 0 10px 10px;*/
    border: 1px solid #a9d5fb;
    border-radius: 8px;
    box-shadow: 0 0 5px #67b1f1;
    padding-top: 24px;
    width: 60%;
    /* background-color: #fbfbf9;*/
    /* background-color: #fbfaf8;*/
    /* background-color: #f8f9fa;*/
    /* background-color: #f5f4f1;*/
}

legend {
    float: left;
    width: 100%;
    padding: 5px 4px;
    font-size: calc(1.275rem + .3vw);
    margin-left: 0.5rem;
    border-radius: 0.5rem;
    background: #fff;
    color: #003f59;
}

.field-validation-error {
    color: #ff0000;
    /*font-weight: bold;*/
}

input.input-validation-error {
    border: 1px solid #ff0000;
}

.field-validation-valid {
    display: none;
}

.validation-summary-valid {
    display: none;
}

.error {
    color: #dc3545;
    margin-left: 5px;
}

label.error {
    display: inline;
}


.form-select-sm {
    background-color: #f8f9fa;
    /*border-radius: 0.35rem;*/
}



/*.form-select-sm {
    font-size: 0.8rem;
    line-height: 1.4;
    background-color: #f9fafb;
    color: black;
    height: 2rem;
}*/
.form-control-sm {
    min-height: calc(1.5em + (0.5rem + 2px));
    padding: 0.25rem 0.5rem;
    font-size: 0.895rem;
    border-radius: 0.2rem;
}

.form-select-sm {
    display: block;
    width: 100%;
    padding: 0.5rem 2.25rem 0.375rem 0.75rem;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.4;
    text-align: left;
    color: #212529;
    background-color: #e9ecef;
    /* background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;*/
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    /*-webkit-appearance: none;*/
    -moz-appearance: none;
    /*appearance: none;*/
    /*  padding: 9px;*/
    border: solid 1px #517B97;
    outline: 0;
    background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #CAD9E3), to(#FFFFFF));
    background: -moz-linear-gradient(top, #FFFFFF, #CAD9E3 1px, #FFFFFF 25px);
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
}

.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: -0.4rem;
    font-size: 1rem;
    line-height: 1.5;
    color: /*#212529;*/ #171818;
    font-weight: 500;
}

.form-control-sm.input-validation-error, .form-control-sm.input-validation-error:focus {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' 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='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
    box-shadow: 1px 1px 1px #ff0000 inset, 1px 1px 1px #ff0000;
}

.form-control.input-validation-error, .form-control.input-validation-error:focus {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' 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='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
    box-shadow: 1px 1px 1px #ff0000 inset, 1px 1px 1px #ff0000;
}

.form-select-sm.input-validation-error, .form-select-sm.input-validation-error:focus {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' 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='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.395em + 0.1895rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
    box-shadow: 1px 1px 1px #ff0000 inset, 1px 1px 1px #ff0000;
}



.form-select-sm.valid {
    border-color: #28a745;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-control-sm.valid {
    border-color: #28a745;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

input[type=text], file, textarea, .form-select-sm {
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    /*padding: 3px 0px 3px 3px;
    margin: 5px 1px 3px 0px;*/
    border: 1px solid #ced4da;
}

/*drop downs border style*/
.form-select-sm {
    border: 1px solid #ced4da;
    /*#b3cae0;*/
}

a.nav-link {
    /* font-size: 1rem;*/
    text-decoration: none;
    color: black;
}

.nav-link {
    display: block;
    padding: 1rem 1rem;
    color: #0d6efd;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    /* color: #495057; */
    color: #fff;
    background-color: #357790;
    border-color: #fff #357790 #fff;
    border-top: 5px solid #25a295;
    height: 3.1rem;
    font-weight: 600;
    font-family: sans-serif;
    background-image: linear-gradient( 0deg, #61aad3, #223b54);
}

.cardhearderstyle {
    background-color: #427aca45;
}

.page-heading {
    color: #ffffff !important;
    margin-left: -0.5rem;
    font-family: ui-sans-serif;
    font-weight: 600;
    margin-top: 2px;
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: none;
    background-color: #e0f5f0;
    border: 2px solid #75ad8f;
    border-top-left-radius: 0.50rem;
    border-top-right-radius: 0.50rem;
    border-bottom: #fff;
    margin-right: 0.1em !important;
    background-image: linear-gradient( 0deg, #3a8ce2, #8be5d8);
}



.form-select-sm:focus {
    box-shadow: 0 0 5px rgba(81, 203, 238, 1);
    /*padding: 3px 0px 3px 3px;
    margin: 5px 1px 3px 0px;*/
    border: 1px solid rgba(81, 203, 238, 1);
    outline: 0 none;
}

.form-control-sm:focus {
    box-shadow: 0 0 5px rgba(81, 203, 238, 1);
    /*padding: 3px 0px 3px 3px;
    margin: 5px 1px 3px 0px;*/
    border: 1px solid rgba(81, 203, 238, 1);
    outline: 0 none;
}

textarea:focus {
    box-shadow: 0 0 5px rgba(81, 203, 238, 1);
    /*padding: 3px 0px 3px 3px;
    margin: 5px 1px 3px 0px;*/
    border: 1px solid rgba(81, 203, 238, 1);
    outline: 0 none;
}

table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
    opacity: 2.3;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border: 1px solid #ced4da;
}


/*Kedo grid css*/

.k-filter-row th, .k-grid-header th.k-header {
    overflow: hidden;
    border-style: solid;
    border-width: 0 0 1px 1px;
    padding: 8px 8px;
    font-weight: bold !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
    color: #000;
    background-color: #003f59a3;
}

.k-grid-header .k-link, .k-grid-header .k-link:link, .k-grid-header .k-link:visited, .k-grouping-header .k-link {
    color: #333;
    height: 25px;
}

.bootstrap-select dropdown-toggle {
    width: 126%;
    background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #CAD9E3), to(#e1ebf0));
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #264b7e;
    box-shadow: inset 0 -1px 0 #dee2e6;
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #d4f1f24f;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
}

.DisplayHead {
    font-size: 12px;
    font-weight: bold;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    background-color: #9999CC;
    vertical-align: middle;
}

.DisplayDetailColor {
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #CCCCFF;
    vertical-align: middle;
}

/*==== ADA Compliance ====*/
.contractor-action-bar {
    margin-top: 1.75rem;
}

.k-pager-wrap .k-pager-numbers .k-link.k-selected {
    color: #000;
}

.field-additional-information {
    color: #6D6F6D;
    font-size: 13px;
}

.col-form-label {
    display: block;
}

th.k-header {
    background-image: linear-gradient(to bottom,rgb(221,235,237) 0,rgb(190,207,209) 100%) !important;
}

.k-button {
    color: #000 !important;
    overflow: !visible;
    height: auto !important;
    white-space: normal !important;
    word-wrap: break-word;
    line-height: 1.4;
    min-height: 2.25rem;
}

    .k-button .k-button-text {
        overflow: visible !important;
        white-space: normal !important;
        text-overflow: clip !important;
    }

.k-pager-wrap a.k-link {
    color: #3072AB !important;
}
