﻿#showData {
    height: 90%;
    overflow: auto;
    padding: 5px;
}

    #showData ul {
        padding: 0 0;
    }

        #showData ul li {
            list-style-type: none;
            margin: 0 0;
            padding: 5px 0;
            border-bottom: 1px solid #ccc;
            font-size: 18px;
        }

    .IFSCMainPopup select, .IFSCMainPopup input {
        min-width: 25% !important;
        width: 25% !important;
    }

        .IFSCMainPopup {
            position: fixed;
            min-width: 250px;
            background: #fff;
            border: 1px solid #ccc;
            box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
            top: 10%;
            left: 5%;
            z-index: 10000;
            min-height: 180px;
            width: 90%;
            height: 80%;
        }

        .IFSCDiv {
            overflow-x: scroll;
            height: 95%;
            min-height: 180px;
            top: 10%;
            padding-left: 10%;
        }

        .IFSCResultsDiv {
            min-width: 250px;
            /*border: 1px solid #ccc;*/
            min-height: 180px;
            width: 90%;
            overflow-x: scroll;
            height: 80%;
        }

        .headerIFSC {
            height: 25px;
            padding: 2px 2px 2px 3px;
            background: #ffcc66;
            font-weight: bold;
        }

        .IFSCSearch {
            cursor: pointer;
            font-weight: bold;
            font-size: small;
            text-decoration: underline;
            color: darkred;
        }
