﻿  .footer-height {
            height: 44px;
        }

        .ul {
            list-style-type: none;
            font-weight: 400;
            margin-top:0% !important;
        }

            .ul li {
                float: left;
                margin-left: 30px;
                color: #A9A9A9;
            }
#menu li {
    margin-left: 15px !important;
}

        .div {
            height: 25px;
            width: 25px;
            float: right;
            margin-left: 20px;
        }

        .borderdiv {
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
        }

        .min {
            min-height: 82vh;
        }

        .divheight {
            height: 90px;
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
            border-bottom-left-radius: 10px;
            border-bottom-right-radius: 10px;
            text-align: center;
            padding-top: 10px;
            padding-bottom: 5px;
        }

        .underline {
            border-bottom: 1px solid #000000;
            padding-bottom: 10px;
        }

        .menu {
            border-bottom: 1px solid #000000;
            padding-bottom: 17px;
            text-decoration: none;
            color: #007bff !important;
        }
        .head-height
        {
            height:60px;
        }
.dropdown-content a {
    color: black !important;

}
    .dropdown-content a:hover {
        color: #007bff !important;
        text-decoration: underline !important;
    }
.input-container {
    display: flex;
    width: 100%;
    margin-bottom: 15px;
}

.icon {
    padding: 8px;
    height: 30px;
    background-color: #007BFF;
    color: white !important;
    min-width: 50px;
    text-align: center;
}

.input-field {
    width: 100%;
    padding: 10px;
    outline: none;
}
.w-85{
    width:86.4% !important;
}
.text-decoration-none {
text-decoration:none !important
}

.dx-texteditor-input {
    margin-left: 30px !important;
}

.dx-datagrid-search-panel {
    margin-top: 5px;
    margin-right: 5px;
}