.UIGazetteRead .Title {
        padding: 20px 0;
}
.UIGazetteRead .Title a {
        text-transform: uppercase;
        color: #ad1000;
        padding: 10px 0;
        display: block;
        line-height: 1.4;
        font-size: 16px;
        font-weight: 600;
}
.UIGazetteRead {
        background: #fff none repeat scroll 0 0;
        padding: 10px;
        margin-bottom: 10px;
        font-size: 14px;
}
.UIGazetteRead .Search {
        /* padding: 10px; */
}
.UIGazetteRead .Search .Default .Title {
        background: #E7E7E7 url(images/i.png) no-repeat scroll left 8px center;
        background-size: 15px;
        border: 1px solid #ddd;
        color: var(--bg-blue-weight);
        font: 14px arial;
        padding: 10px;
        text-transform: uppercase;
        padding-left: 28px;
        display: flex;
        align-items: center;
        gap: 10px;
}
.UIGazetteRead .Search .Default .Title span{
        flex: 1;
}
.UIGazetteRead .Search .Default .Content {
        display: block;
        /* margin-left: 100px; */
        text-align: left;
        /* border: 1px saddlebrown; */
}
.UIGazetteRead .Search .Default .Content > ul {
        list-style: outside none none;
        width: 100%;
        padding: 0;
        display: flex;
        position: relative;
        margin-top: 1rem;
        border: 1px solid #ccc;
        align-items: center;
        ;
}
.UIGazetteRead .doc-list {
        padding: 10px;
        display: block;
        text-align: center;
        font-weight: bold;
}
.UIGazetteRead .Search .Default .Content > ul li:nth-child(1){
        padding: 0 10px;
        text-transform: uppercase;
        top: 0;
        left: 0;
        height: 100%;
        font: 10pt arial;
        z-index: 999;
        font-size: 14px;
        display: flex;
}
.UIGazetteRead .Search .Default .Content > ul li:nth-child(2){
        flex: 1;
        display: flex;
        position: relative;
        align-items: center;
}
.UIGazetteRead .Search .Default .Content > ul li:nth-child(2) input{
        flex: 1;
        width: 100%;
        outline: none;
        padding: 3px 10px;
        height: unset !important;
        border: none;
}
.UIGazetteRead .Search .Default .Content > ul li {
        color: #444;
        display: inline-block;
        vertical-align: middle;
        font-size: 14px;
        line-height: 1.4;
        display: flex;
        align-items: center;
        padding: 5px;
}
.UIGazetteRead .Search .Extra .ExTitle {
        background: #e7e7e7 none repeat scroll 0 0;
        border: 1px solid #ddd;
        color: var(--bg-blue-weight);
        font: 14px arial;
        text-transform: uppercase;
        padding: 10px;
        display: flex;
        align-items: center;
}
.UIGazetteRead .Search .Extra .ExTitle img{
        /* background: #9c0707; */
        width: 15px;
        height: 15px;
        border-radius: 50%;
}
.UIGazetteRead .Search .Content li:nth-child(3){
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
}
.UIGazetteRead .Search .Content li:nth-child(3) input{
        height: 60%;
        outline: none;
}
.UIGazetteRead .Search .Extra .ExContent {
        border-bottom: 1px solid #ddd;
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
        padding: 20px;
        background: #f8f9fa;
}
.UIGazetteRead .Search .Extra .ExContent>table{
        margin: auto;
        font-size: 14px;
}
.UIGazetteRead .Search .ExContent td {
        /* height: 30px; */
        padding: 5px;
        /* font-size: 12pt; */
}
.UIGazetteRead .Search .ExContent td select {
        min-width: 100%;
        padding: 5px;
        height: auto !important;
        border-radius: 3px;
        border: 1px solid silver;
        outline: none;
        box-sizing: border-box;
}
.UIGazetteRead .Search .ExContent tr:first-child td:nth-child(2) input {
        min-width: 100%;
        padding: 5px;
        border-radius: 3px;
        border: 1px solid silver;
        outline: none;
        box-sizing: border-box;
}
.UIGazetteRead .Search .ExContent tr:nth-child(3) input {
        padding: 5px;
        height: auto !important;
        border-radius: 3px;
        border: 1px solid silver;
        outline: none;
        box-sizing: border-box;
}
.UIGazetteRead .Search .ExContent tr:nth-child(4) td:nth-child(2) input {
        min-width: 100%;
        padding: 5px;
        height: auto !important;
        border-radius: 3px;
        border: 1px solid silver;
        outline: none;
        box-sizing: border-box;
}
.UIGazetteRead .Search .ExContent tr:nth-child(6) td:nth-child(2) input {
        width: 365px !important;
        padding: 5px;
        height: auto !important;
        border-radius: 3px;
        border: 1px solid silver;
        outline: none;
        box-sizing: border-box;
}
.UIGazetteRead .Search .ExContent tr:nth-child(7) input {
        background: var(--bg-blue-weight) none repeat scroll 0 0;
        border: 1px solid #ccc;
        border-radius: 3px;
        color: #fff;
        padding: 5px 20px;
        display: inline-block;
}
.UIGazetteRead .List {
        margin: 20px 0;
}
.UIGazetteRead .List .Title {
        border-bottom: 1px dashed #ccc;
        font: bold 13px arial;
        margin-bottom: 20px;
        padding: 0 0 5px;
}
.UIGazetteRead .List table .group {
        color: #333;
        font: bold 15px arial;
        padding: 15px 0;
        text-align: center;
        text-transform: uppercase;
}
.UIGazetteRead .List table .group-primary {
        color: #000;
        text-decoration: underline;
}
.UIGazetteRead .List td {
        color: #333;
        font: 12px arial;
        padding: 15px 10px;
        text-align: center;
}
.UIGazetteRead .List .t3 {
        padding: 0 10px !important;
        text-align: justify !important;
}
.UIGazetteRead .List .t3 > a {
        color: #000000;
        font: 13px arial;
}
.UIGazetteRead .List .t1 {
        font: 12px arial !important;
}
.UIGazetteRead .header {
        padding: 10px 0;
        font: 24px arial;
        text-transform: uppercase;
}
.UIGazetteRead .header>span:nth-child(1){
        display: block;
        margin-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #ddd;
}
.UIGazetteRead .header>span:nth-child(2){
        font-size: 14px;
        padding:10px 0;
        display: block;
        font-style: italic;
        text-transform: none;
        color: gray;
        text-align: right
}
.UIGazetteRead .List .t5 .download {
        background: rgba(0, 0, 0, 0) url("images/download.png") no-repeat scroll center center;
        cursor: pointer;
        display: inline-block;
        height: 18px;
        width: 40px;
}
.UIGazetteRead .searchResult>div:nth-child(2)>table,
.UIGazetteRead .searchResult>div:nth-child(2)>table>tbody,
.UIGazetteRead .searchResult>div:nth-child(2)>table>tbody>tr,
.UIGazetteRead .searchResult>div:nth-child(2)>table>tbody>tr>td
{
        display: block;
        width: 100%;
        border: none;
        font: 14px/1.5 arial !important;
        text-align: justify;
}
.UIGazetteRead .searchResult>div:nth-child(2)>table>tbody>tr>td{
        border-bottom: 1px solid #ddd;
        padding: 10px 0px;
}
.UIGazetteRead .searchResult>div:nth-child(2)>table>tbody>tr>td a{
        color: var(--bg-blue-weight);
        cursor: pointer;
}
.UIGazetteRead .searchResult>div:nth-child(2)>table>tbody>tr>td a:hover{
}
.UIGazetteRead .refInfo {
        display: flex;
        align-items: center;
        padding-bottom: 10px;
        padding-top: 10px;
        border-bottom: 1px solid #ddd;
        gap: 5px;
}
.UIGazetteRead div#lnkDiagram a,
.UIGazetteRead div#lnkContent a,
.UIGazetteRead div#lnkDownload a
{
        background: #e9ecef;
        margin: 0;
        padding: 5px 15px;
        display: flex;
        align-items: center;
        font: 14px/1.5 arial;
        border-radius: 3px;
        color: var(--bg-blue-weight);
}
.UIGazetteRead .Search .Default .Title input:nth-child(2)
{
        background: var(--bg-blue-weight);
        border: 1px solid #ccc;
        border-radius: 3px;
        color: #fff;
        font: bold 12px arial;
        margin: -5px 0;
        padding: 5px 10px;
}
.UIGazetteRead .searchResult>div:nth-child(2)>table>tbody>tr>td>table>tbody>tr>td>a, 
.UIGazetteRead .searchResult>div:nth-child(2)>table>tbody>tr>td>table>tbody>tr>td>span {
        display: inline-flex;
        width: 25px;
        height: 25px;
        border-radius: 3px;
        background: #dee2e6;
        align-items: center;
        justify-content: center;
        font-size: 13px;
}
.UIGazetteRead .searchResult>div:nth-child(2)>table>tbody>tr>td>table>tbody>tr>td>span{
        background: var(--bg-blue-weight);
        color: #fff;
}
.UIGazetteRead .searchResult>div:nth-child(2)>table>tbody>tr>td>table{
        width: 100%;
}
.UIGazetteRead .searchResult>div:nth-child(2)>table>tbody>tr>td>table>tbody>tr{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 3px;
}
@media only screen and (max-width: 1023px){
        .UIGazetteRead .Search .Extra .ExContent>table {
                table-layout: fixed;
        }
        .UIGazetteRead .Search .ExContent tr td input {
                max-width: 100%;
        }
        .UIGazetteRead .Search .ExContent td select {
                max-width: 100%;
        }
        .UIGazetteRead .Search .ExContent tr:first-child td:nth-child(2) input {
        }
        .UIGazetteRead .Search .ExContent tr:nth-child(3)>td {
                display: flex;
        }
}
