﻿        body {
            /* fix modal open padding-right issue */
            overflow: inherit;
            padding-right: inherit !important;
        }
        .holds-the-iframe {
            background: url(../images/loader/loading-please-wait.gif) center center no-repeat;
        }
        .grid-view td {
            text-align: left;
        }
        .panel-about {
            margin-top: 10px;
        }
        ul.nav-tabs > li {
            width: 50%;
            text-align: center;
        }
        .panel-transparent {
            opacity: 0.9;
            filter: alpha(opacity=90); /* For IE8 and earlier */
        }
        .app-title {
            font-size: 22px;
            font-weight: bold;
            color: white;
        }
        .modal-header {
            position: fixed !important;
            left: 0;
            top: 0;
            right: 0;
            width: 100%;
            z-index: 100;
        }
        .modal-body {
            width: 100%;
            z-index: 99;
        }
        .modal-body-item-list {
            position: fixed !important;
            left: 0;
            top: 60px;
            right: 0;
            bottom: 60px;
            width: 100%;
            z-index: 99;
            padding: 10px 10px;
        }
        .modal-footer {
            position: fixed !important;
            left: 0;
            bottom: 0;
            right: 0;
            padding: 10px;
            width: 100%;
            height: 55px;
            z-index: 100;
            background-color: white;
            text-align: justify;
        }
        .ui-autocomplete {
            padding-top: 10px;
            padding-bottom: 10px;
            font-size: 15px !important;
        }
        #MainContent_MIL_RDL_ITEM_LIST {
            border-collapse: separate;
            border-spacing: 10px 5px;
            width: 100%;
        }
            #MainContent_MIL_RDL_ITEM_LIST tr {
                border-bottom: 1pt dotted black;
            }
            #MainContent_MIL_RDL_ITEM_LIST td {
                margin: 10px 0;
                padding: 10px 10px;
                border: 1px solid gray;
                border-radius: 5px 5px 5px 5px;
                width: 100%;
                vertical-align: middle;
            }
        .radiobuttonlist label {
            padding-left: 5px;
            vertical-align: middle;
            font-size: 20px;
        }
        .radiobuttonlist img {
            float: right;
            margin: 5px 5px;
            height: 25px;
            width: 25px;
            vertical-align: middle;
        }
        .ui-menu .ui-menu-item {
            padding: 5px !important;
            vertical-align: middle;
        }
        .row.no-gutter {
            margin-left: 0;
            margin-right: 0;
            margin-bottom: 5px;
        }
            .row.no-gutter [class*='col-']:not(:first-child),
            .row.no-gutter [class*='col-']:not(:last-child) {
                padding-right: 2px;
                padding-left: 2px;
            }
