.visually-hidden-focusable:active, .visually-hidden-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.visually-hidden-focusable:active, .visually-hidden-focusable:focus {
    position: absolute !important;
    z-index: 999999;
    background-color: #fff;
    color: #000;
    top: 0;
    left: 0;
}
.visually-hidden-focusable {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0.25em;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
    color: #000;
}

a {
    color: #337ab7;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: .9em;
    line-height: 1.42857143;
    color: #333;
}

nav.bg-dark {
    background-color: #555 !important;
    height: 3.2em;
}

ul.wsd-lang-switch {
    list-style: none;
    display: inline-block;
    margin-bottom: 0;
    padding-left: 0;
}

ul.wsd-lang-switch li {
    list-style: none;
    display: inline-block;
}

ul.wsd-lang-switch a {
    margin: .5em .15em;
    background: #fff;
    width: 2em;
    line-height: 2em;
    display: inline-block;
    text-align: center;
    border-radius: .5em;
    vertical-align: top;
    transition: .5s all;
}

ul.wsd-lang-switch a.active {
    color: #fff;
    background-color: #337ab7;
}

ul.wsd-toolbar-link {
    list-style: none;
    display: inline-block;
    margin-bottom: 0;
    padding-left: 0;
    margin-left: .5em;
}

ul.wsd-toolbar-link li {
    list-style: none;
    display: inline-block;
}

ul.wsd-toolbar-link li::after {
    content: "•";
    margin: 0 .25em 0 .5em;
    color: #fff;
}

ul.wsd-toolbar-link li:last-child::after {
    display: none;
}

ul.wsd-toolbar-link a {
    padding: 0 .15em;
    color: #fff;
    display: inline-block;
}

.wsd-heading {
    background-color: #00568c;
    color: #fff;
    font-weight: 600;
    font-size: 1.6em;
    padding: .1em;
    margin-top: 2em;
}

.wsd-heading h1 {
    font-size: 1em;
    font-weight: bold;
    max-width: 500px;
    margin: .75em 0;
}

.wsd-nav {
    box-shadow: 0 4px 14px #888;
    z-index: 200;
    position: relative;
}

.wsd-nav ul.navbar-nav {
    width: 100%;
}

.wsd-nav ul.navbar-nav li {
    position: relative;
}

.wsd-nav ul.navbar-nav li::before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 1px;
    background: #ccc;
}

.wsd-nav ul.navbar-nav li:last-child::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    background: #ccc;
}

.wsd-nav ul.navbar-nav li a {
    padding: 1.5em 2em;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse li a {
        text-align: center;
    }
}

.wsd-nav ul.navbar-nav li a:active {
    background-color: #337ab7;
    color: #fff;
}

.wsd-nav ul.navbar-nav li ul.dropdown-menu {
    font-size: 1em;
    min-width: 100%;
}

.wsd-nav ul.navbar-nav li ul.dropdown-menu li a {
    text-align: left;
    padding: .5em 1em;
    white-space: normal;
}

.wsd-nav ul.navbar-nav li ul.dropdown-menu li a:active {
    background-color: #337ab7;
}

main {
    background-color: #EEF0F4;
    padding: 1.5em 0;
}

main .wsd-search-win .card-header {
    background-color: #0E47A1;
    color: #fff;
}

main .wsd-search-win .card-header h2 {
    font-size: 1.3em;
    margin-bottom: 0;
}

main .col-form-label {
    color: #00568c;
    font-weight: bold;
}

main .col-form-label::after {
    content: ':';
    display: inline-block;
}

main .wsd-surveillance-summary {
    color: #333;
    background-color: #EFF8FC;
}

main .wsd-ga-suspended {
    background: #FFFEDA;
}

main .wsd-ga-removed {
    background: #FFE3E9;
}

main .wsd-ga-expired {
    background: #DDD;
}

main select {

    /* styling */
    background-color: white;
    border: thin solid blue;
    border-radius: 4px;
    display: inline-block;
    font: inherit;
    line-height: 1.5em;
    padding: 0.5em 3.5em 0.5em 1em;

    /* reset */

    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}

main select.form-select {
    background-image:
            linear-gradient(45deg, transparent 50%, #fff 50%),
            linear-gradient(135deg, #fff 50%, transparent 50%),
            linear-gradient(to right, #f7941e, #f7941e);
    background-position:
            calc(100% - 20px) calc(1em + 2px),
            calc(100% - 15px) calc(1em + 2px),
            100% 0;
    background-size:
            5px 5px,
            5px 5px,
            2.5em 2.5em;
    background-repeat: no-repeat;
}

main select.form-select:focus {
    background-image:
            linear-gradient(45deg, white 50%, transparent 50%),
            linear-gradient(135deg, transparent 50%, white 50%),
            linear-gradient(to right, #0E47A1, #0E47A1);
    background-position:
            calc(100% - 15px) 1em,
            calc(100% - 20px) 1em,
            100% 0;
    background-size:
            5px 5px,
            5px 5px,
            2.5em 2.5em;
    background-repeat: no-repeat;
    border-color: grey;
    outline: 0;
}

main select option:hover,
main select option:focus,
main select option:active {
    background: linear-gradient(#000000, #000000);
    background-color: #000000 !important; /* for IE */
    color: #ffed00 !important;
}

main select option:checked {
    background: linear-gradient(#d6d6d6, #d6d6d6);
    background-color: #d6d6d6 !important; /* for IE */
    color: #000000 !important;
}

main .btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

main .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

main .wsd-toolbar {
    background-color: #555;
    padding: .5em 0;
}

main .wsd-toolbar h3 {
    color: #fff;
    font-size: 1.5em;
    margin-bottom: 0;
    text-transform: uppercase;
}

main .wsd-search-win .display_type .btn {
    padding: .1em .3em;
    font-size: 1.75em;
}

main .wsd-search-win .display_type .btn-check:checked+.btn, main .wsd-search-win .display_type .btn.active, main .wsd-search-win .display_type .btn.show, main .wsd-search-win .display_type .btn:first-child:active, main .wsd-search-win .display_type :not(.btn-check)+.btn:active {
    background-color: #00568c;
}

main .result-container .result .toolbar .btn-print {
    color: #444;
    font-size: 1.25em;
}

main .result-container .result .toolbar .btn-print::before {
    content: '\F500';
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: .25em;
}

main .result-container .result .toolbar .btn-download {
    color: #444;
    font-size: 1.25em;
    margin: 0 1em;
}

main .result-container .result .toolbar .btn-download::before {
    content: '\F118';
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: .25em;
}

main .result-container .no-result {
    text-align: center;
    font-size: 2em;
    padding: 1em 0;
}

main .result-container .result .table-container {
    width: 100%;
    overflow-x: auto;
}

main .table {
    min-width: 1680px;
}

main .table > thead > tr > th {
    background-color: #00568c;
    color: #fff;
}

main .table > thead > tr > th span {
    /*width: min-content;*/
}

main .table > thead > tr > th a {
    color: #fff;
    display: block;
}

main .table .sort::after {
    content: '\F571';
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: .25em;
}

main .table .sort.desc::after {
    content: "\f573";
}

main .table > tbody > tr {
    color: #333;
    background-color: #EFF8FC;
}

main .table > tbody > tr.wsd-ga-suspended {
    background-color: #FFFEDA;
}

main .table > tbody > tr.wsd-ga-removed {
    background-color: #FFE3E9;
}

main .table > tbody > tr.wsd-ga-expired {
    background-color: #DDD;
}

main .table > tbody > tr > td {
    background-color: transparent;
}

main .table > tbody > tr > td a {
    color: #2b61c8;
}

main .result-container .result .bi-circle-fill {
    color: #aaa;
    font-size: 1.75em;
}

main .result-container .result .bi-star-fill {
    color: #2b61c8;
    font-size: 1.75em;
}

main .result-container .result .ga .bi-star-fill.empty {
    color: #aaa;
}

main .result-container .result .qa-info-submitted .bi-circle-fill {
    color: #f7941e;
}

main .result-container .result .qa-info-submitted .bi-circle-fill.empty {
    color: #aaa;
}

main .result-container .result .wels .bi-circle-fill {
    color: #008000;
}

main .result-container .result .wels .bi-circle-fill.empty {
    color: #aaa;
}

main .result-container .result .ga2 .bi-star-fill {
    color: #f7941e;
    font-size: 1.75em;
}

main .result-container .result .ga2 .bi-star-fill.empty {
    color: #aaa;
}

main .result-container .result .pager .page::before {
    content: '|';
    display: inline-block;
    margin-left: .5em;
    margin-right: .5em;
}

main .result-container .result .pager .form-control {
    max-width: 6em;
}

main .result-container .result .grid-container .title {
    color: #00568c;
    font-weight: bold;
}

main .wsd-search-detail .card-header {
    background-color: #555;
    color: #fff;
}

main .wsd-search-detail .card-header h2 {
    font-size: 1.3em;
    margin-bottom: 0;
}

main .wsd-search-detail .card-header h2 a {
    color: #fff;
}

main .wsd-info h2 {
    color: #00568c;
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 1rem;
}

main .wsd-info h3 {
    color: #00568c;
    font-size: 1.3em;
    font-weight: bold;
}

main .wsd-info .qa-row {
    display: flex;
    align-items: center;
    background-color: #EFF8FC;
}

main .wsd-info .qa-row-2 {
    background-color: #D7F1FC;
}

main .wsd-info .qa-row-3 {
    margin-bottom: 1em;
}

main .wsd-info .qa-row > div {
    padding: .5em;
}

main .wsd-info .qa-row > div {
    width: 15%;
}

main .wsd-info .qa-row > div:first-child {
    width: 15%;
}

main .wsd-info .qa-row > div:last-child {
    width: 70%;
}

main .wsd-info .qa-row .bi-circle-fill {
    color: #f7941e;
    font-size: 2em;
}

main .wsd-info .qa-row .bi-circle-fill.empty {
    color: #aaa;
}

main .wsd-info .img-250 {
    max-width: 250px;
}

main .wsd-search-detail .col-form-label::after {
    display: none;
}

main .wsd-search-detail .form-control-plaintext {
    border: 1px solid #c6c6c6;
    border-radius: .5em;
    background: #efefef;
    padding: .375rem 0.75rem;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
    width: 100%;
    box-shadow: inset 1px 1px 2px rgba(51,51,102,.1);
}

main .wsd-search-detail .form-control-plaintext::after {
    content: ' ';
    display: inline-block;
}

main .wsd-search-detail .form-control-plaintext.ga-status-4 {
    background-color: #FFFEDA;
}

main .wsd-search-detail .form-control-plaintext.ga-status-3 {
    background-color: #FFE3E9;
}

main .wsd-search-detail .form-control-plaintext.ga-status-2 {
    background-color: #DDDDDD;
}

main .wsd-search-detail .bi-circle-fill {
    color: #aaa;
    font-size: 1.75em;
}

main .wsd-search-detail .bi-star-fill {
    color: #2b61c8;
    font-size: 1.75em;
}

main .wsd-search-detail .ga .bi-star-fill.empty {
    color: #aaa;
}

main .wsd-search-detail .qa-info-submitted .bi-circle-fill {
    color: #f7941e;
}

main .wsd-search-detail .qa-info-submitted .bi-circle-fill.empty {
    color: #aaa;
}

main .wsd-search-detail .wels .bi-circle-fill {
    color: #008000;
}

main .wsd-search-detail .wels .bi-circle-fill.empty {
    color: #aaa;
}

main .wsd-search-detail .ga2 .bi-star-fill {
    color: #f7941e;
    font-size: 1.75em;
}

main .wsd-search-detail .ga2 .bi-star-fill.empty {
    color: #aaa;
}

main .wsd-search-detail .table {
    min-width: unset;
}

main .wsd-search-detail .carousel-inner {
    border: 1px solid #999;
    padding: 1em;
}

main .wsd-search-detail .carousel-control-next, main .wsd-search-detail .carousel-control-prev {
    bottom: 50px;
}

main .wsd-search-detail .carousel-indicators {
    position: relative;
    margin-top: .5em;
}

main .wsd-search-detail .carousel-indicators [data-bs-target] {
    width: 50px;
    height: 50px;
    text-indent: unset;
    border: 1px solid #999;
}

main .wsd-search-detail .carousel-indicators [data-bs-target] img {
    max-width: 100%;
    max-height: 100%;
}

footer .wsd-toolbar span {
    color: #fff;
    margin-left: 1em;
}

.modal-header .btn-close:focus {
    box-shadow: none;
    outline: black solid 2px;
}

.modal-body {
    font-size: 1.3em;
}


.w-1 { width: 1%; }
.w-2 { width: 2%; }
.w-3 { width: 3%; }
.w-4 { width: 4%; }
.w-5 { width: 5%; }
.w-6 { width: 6%; }
.w-7 { width: 7%; }
.w-8 { width: 8%; }
.w-9 { width: 9%; }
.w-10 { width: 10%; }
.w-15 { width: 15%; }
.w-20 { width: 20%; }
.w-25 { width: 25%; }
.w-30 { width: 30%; }
.w-35 { width: 35%; }
.w-40 { width: 40%; }
.w-45 { width: 45%; }
.w-50 { width: 50%; }
.w-55 { width: 55%; }
.w-60 { width: 60%; }
.w-65 { width: 65%; }
.w-70 { width: 70%; }
.w-75 { width: 75%; }
.w-80 { width: 80%; }
.w-85 { width: 85%; }
.w-90 { width: 90%; }
.w-95 { width: 95%; }
.w-100 { width: 100%; }


@media print{
    @page {
        size: A3 landscape;
        margin: 10mm 5mm;
    }

    main .table {
        min-width: unset;
        font-size: .5em;
    }

    main .table > thead > tr > th, main .table > thead > tr > th a {
        color: #000;
    }

    main .grid-container .col-12 {
        width: 25%;
    }
}


