html, body {
    padding: 0;
    margin: 0;
}
html {
    font-size: 14px;
}
body {
    font-family: Roboto,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;
    font-size: 1rem;
    font-weight: 300;
    color: #3c3c3c;
}
.statistical-operations-external-content,
.statistical-operations-external-content * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.statistical-operations-external-content button {
    box-shadow: none;
    border: 0;
    cursor: pointer;
}
.statistical-operations-external-content a {
    color: inherit;
    text-decoration: none;
}
.statistical-operations-external-content ul {
    list-style: none;
}
.statistical-operations-external-content .links a,
.statistical-operations-external-content a.link {
    text-decoration: underline;
}

.statistical-operations-external-content tr {
    vertical-align: top;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.main-content {
    margin-top: 48px;
    padding-bottom: 2rem;
}
.main-title {
    margin-bottom: 1rem;
}
.title {
    font-weight: 300;
}

.title1 {
    font-size: 2rem;
}

.title3 {
    font-size: 1.6rem;
}

.text-align-left {
    text-align: left;
}

ul.list li:before {
    content: '';
    border: 2px solid;
    margin-right: 5px;
    border-color: inherit;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}

/* Begin Header module content */
#istac-app-header-content {
    flex: 1;
    position: relative;
    align-items: center;
    display: flex;
}
#istac-app-header-content .header-module-content {
    position: absolute;
    right: 0;
}
.header-module-content .header-search {
    display: inline-block;
}

.header-module-content .header-search .searcher {
    width: 350px;;
}
/* End Header module content */



/* Begin search */
.search-container {
    text-align: center;
}

.search-container .search-container-title {
    margin: 10px 0 15px;
}

.search-container .searcher {
    max-width: 500px;
    width: 100%;
}

.searcher {
    position: relative;
    display: inline-block;
}
.searcher .search-control {
    position: relative;
    width: 100%;
    height: 33px;
    padding-right: 28px;
    border: 1px solid #c4c4c4;
}
.searcher .search-input {
    width: 100%;
    height: 100%;
    display: inline-block;
    border: 0;
    padding-left: 10px;
    font-size: 1rem;
    font-weight: 300;
}

.searcher .btn-show-results {
    position: absolute;
    height: 100%;
    width: 28px;
    top: 0;
    right: 0;
    background-color: #e7e7e7;
    border: 0;
}

.searcher .search-results-container {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 50;
    background-color: white;
}
.searcher .search-results {
    padding: .4em;
    border: 1px solid #c4c4c4;
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    text-align: left;
    list-style: none;
}
.searcher .search-results .search-results-item {
    margin: 1px 0;
    cursor: pointer;
    font-size: 1rem;
}
.searcher .search-results .search-results-item a {
    display: block;
    padding: .2em 4px;
    width: 100%;
    height: 100%;
}
.searcher .search-results .search-results-item.focused {
    background-color: #2c7bd0;
    color: white;
}
/*End search */

/* Begin table metadata */

.table-metadatas {
    margin-top: 10px;
    table-layout: initial;
    width: 100%;
}

.big-word {
    word-break: break-word;
}

.table-metadatas th, .table-metadatas td {
    padding: 5px;
}

.table-metadatas .metadata-group {
    background-color: #008bd0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: .8rem;
}
.table-metadata a {
    text-decoration: underline;
}

table.resource-table {
    margin-left: -5px;
    margin-right: -5px;
}
table.resource-table th, table.resource-table td {
    padding: 5px;
}
/* End table metadata */

/* Begin list icons */
.list-icons {
    margin: 2rem auto;
    max-width: 1400px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    justify-content: center;
}

.list-icons .list-icon {
    width: 9%;
    padding: 10px 10px 0;
}

.list-icons .list-icon a {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.list-icon .subject-name {
    display: block;
    text-align: center;
    margin-top: 6px;
}
/* End list icons */

.resource-items .resource-item {
    margin-top: 5px;
}


@media only screen and (max-width: 1200px) {
    .list-icons .list-icon {
        width: 11%;
    }
}
@media only screen and (max-width: 992px) {
    .header-module .header-search {
        display: none;
    }

    .list-icons .list-icon {
        width: 15%;
    }
}

@media only screen and (max-width: 768px) {
    .list-icons .list-icon {
        width: 20%;
    }
}

@media only screen and (max-width: 576px) {
    .header-module {
        padding: 10px 15px;
        height: auto;
    }
    .header-module .header-module-title {
        display: block;
    }


    .list-icons .list-icon {
        width: 33.3%;
        padding: 10px 5px 0;
    }
}
