label {
    display: block;
}

.from-to input[type="text"] {
    display: inline-block;
    width: 48%;
}

.err-msg {
    background: #ff9090;
    color: #ffffff;
    padding: 2px 10px;
    display: block;
    border-radius: 2px;
}

.requiredmsg {
    color: red;
}

.redContent {
    color: Red;
}

.displayInline {
    display: inline-block;
}


.intro {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #303942;
    line-height: 0.5rem;
    font-size: inherit;
}

.liClass {
    float: left;
}

    .liClass a {
        display: block;
        color: white;
        text-align: center;
        padding: 12px;
        text-decoration: none;
    }

        .liClass a:hover {
            background-color: #111111;
        }

.hyper {
    color: #1a32e0;
    text-decoration: underline;
}

.alphaIcon {
    height: 34px;
    display: inline-block;
    border-radius: 25px;
    box-shadow: 1px 1px 8px #88E;
    padding: 0.5em 0.6em;
    box-sizing: unset;
}

/*Pagination styling  from here*/
.pagination-ys {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination-ys table > tbody > tr > td {
        display: inline-table;
    }

        .pagination-ys table > tbody > tr > td > a,
        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            color: #1b45af;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            margin-left: -1px;
        }

        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            margin-left: -1px;
            z-index: 2;
            color: #aea79f;
            background-color: #f5f5f5;
            border-color: #dddddd;
            cursor: default;
        }

        .pagination-ys table > tbody > tr > td:first-child > a,
        .pagination-ys table > tbody > tr > td:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td:last-child > a,
        .pagination-ys table > tbody > tr > td:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td > a:hover,
        .pagination-ys table > tbody > tr > td > span:hover,
        .pagination-ys table > tbody > tr > td > a:focus,
        .pagination-ys table > tbody > tr > td > span:focus {
            color: #97310e;
            background-color: #eeeeee;
            border-color: #dddddd;
        }
/*Pagination styling  till here*/


/*Loader styling  From here*/
#overlay {
    position: fixed;
    z-index: 99;
    top: 0px;
    left: 0px;
    background-color: #f8f8f8;
    width: 100%;
    height: 100%;
    filter: Alpha(Opacity=90);
    opacity: 0.9;
    -moz-opacity: 0.9;
    display: none;
}

#modalprogress {
    position: absolute;
    top: 40%;
    left: 50%;
    margin: -11px 0 0 -150px;
    color: #2d1fa7;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}
/*Loader styling till here*/


/* below style is form scrollbar designing tag:  scroll scrollbar */


    *::-webkit-scrollbar {
        width: 0.75em;
    }

    *::-webkit-scrollbar-thumb {
        background-color: #868e96;
        border-radius: 0px;
        border: 0px solid black;
    }
/** {
    scrollbar-width: thin;
    scrollbar-color: black #868e96;
}*/


/* above style is form scrollbar designing tag:  scroll scrollbar */
@media only screen and (max-width: 1670px) {
    .liClass a {
        padding: 10px;
        font-size: 12px;
    }
}