html {
    width: 100%;
    height: 100%;
}
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.registry_header {
    height: 5%;
    font-weight: 600;
    padding: 8px;
    display: flex;
    color: #172471;
}

.registry_header_content {
    display: inline-block;
    width: 75%;
    margin-left: 5px;
    height: 100%;
    overflow-y: auto;
}

.registry_table_cell_header {
    overflow-wrap: anywhere;
    flex-grow: 1;
    border-right: 1px #1234 solid;
    width: 100%;
    padding: 5px;
    justify-content: space-between;
    text-align: center;
}


.registry_search {
    float: right;
    display: inline-block;
    width: 15%;
}

.registry_search .regisrty_search-container {
    display: flex;
    align-items: center;
    padding: 0.2em;
    border: thin solid darkgrey;
    border-radius: 4px;
}

.registry_search .regisrty_search-container input[type=search] {
    border: none;
    outline: none;
    width: 100%;
}
.registry_search .regisrty_search-container i {
    margin: 0 0.2em;
}

.registry_navigation {
    width: 15%;
    display: inline-block;
    cursor: pointer;
}

.registry_header_tools {
    width: 32px;
    display: inline-block;
}

.registry_header_tools a {
    color: #172471 !important;
}

.invisible {
    display: none;
}

.registry_content {
    width: calc(100% - 16px);
    height: 92%;
    padding: 8px;
    /*overflow-y: auto;*/
}

.registry_registries {
    height: 95%;
    overflow-y: auto;
}

.registry_registries_elem {
    margin-bottom: 2px;
    border-bottom: 1px #1234 solid;
    cursor: pointer;
}

.registry_registries_elem_lmd {
    display: inline-block;
    float: right;
    opacity: 0.6;
}

.registry_registries_msg {
    margin: .5em 0;
    /*border: 1px #1234 solid;*/
    text-align: center;
}

.registry_grid {
    height: 95%;
    overflow-y: auto;
}

.registry_grid_raw {
    margin-bottom: 2px;
    border-bottom: 1px #1234 solid;
    cursor: pointer;
    display: flex;
    justify-content: space-around;
}

.registry_grid_header {
    margin-bottom: 2px;
    border-bottom: 1px #1234 solid;
    display: flex;
    justify-content: space-around;
    font-weight: 800;
}

.registry_grid_cell {
    flex-grow: 1;
    border-right: 1px #1234 solid;
    width: 100%;
    padding: 5px;
    min-height: 20px;
    overflow-wrap: anywhere;
}

.registry_grid_cell_header {
    overflow-wrap: anywhere;
    flex-grow: 1;
    border-right: 1px #1234 solid;
    width: 100%;
    padding: 5px;
    display: flex;
    justify-content: space-between;
    background: #6e7cb0;
}

.form_table {
    margin-bottom: 25px;
    margin-top: 25px;
    border: 1px solid #1234;
}

.form_table_header {
    display: flex;
    justify-content: space-around;
    font-weight: 800;
    background-color: #1231;
}

.form_table_cell_header {
    overflow-wrap: anywhere;
    flex-grow: 1;
    border-bottom: 1px #1234 solid;
    border-right: 1px #1234 solid;
    width: 100%;
    padding: 5px;
    justify-content: space-between;
    text-align: center;
}

.form_table_cell_header .registry_grid_cell_header_title{
    color: #333333;
}

.form_table_raw {
    border-bottom: 1px #1234 solid;
    cursor: pointer;
    display: flex;
    justify-content: space-around;
}

.registry_grid_cell_header_icons {
    display: flex;
}

.registry_grid_cell_header_icons .dt-icon-filter {
    color: white;
    margin-left: 4px;
}

.registry_grid_cell_header_icons .dt-icon-arrow-thin-up {
    color: white;
}
.registry_grid_cell_header_icons .dt-icon-arrow-thin-down {
    color: white;
}

.registry_grid_cell_header_title {
    display: inline-block;
    cursor: pointer;
    color: white;
}

.registry_form {

}

.registry_form_raw {
    display: flex;
    border-bottom: 1px #1234 solid;
}

.registry_form_label {
    flex-grow: 1;
    width: 40%;
    font-weight: 800;
    margin: 5px;
    border-right: 1px #1234 solid;
}

.registry_form_value {
    flex-grow: 1;
    width: 60%;
    margin: 5px;
}

.registry_pagination {
    display: flex;
    margin: 10px 5px;
    justify-content: space-between;
    align-items: center;
}

.registry_pagination_container {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.registry_pagination_modification {
    /*position: absolute;*/
    /*left: 20px;*/
}

.registry_pagination_elm {
    margin: 0 0.1em;
    cursor: pointer;
    min-width: 45px;
    border-radius: 18px;
    padding: 5px;
    background: #fff;
    border: 0px solid #666;
    font-weight: 500;
    text-align: center;
}

.registry_pagination_elm.active {
    cursor: default;
    color: grey;
    border: 1px solid lightgrey;
    background: #e2e5ef;
}

.registry_pagination_btn {
    cursor: pointer;
    margin: 0 0.2em;
}

.registry_pagination_info {
    font-weight: 800;
    margin: 0 5px;
}

.registries_facet_window {
    position: absolute;
    width: 300px;
    overflow-y: auto;
    background-color: white;
    border: 1px #1234 solid;
}

.registries_facet_window_search {
    width: 100%;
    margin: 5px;
}

.registries_facet_window_content {
    overflow-y: auto;
    max-height: 350px;
}

.registries_facet_window_header {
    display: flex;
    justify-content: space-between;
    margin: 5px;
}

.registries_facet_window_footer {
    margin: 5px;
    font-weight: 400;
}

.registries_facet_window_rest {
    float: right;
    display: inline-block;
    cursor: pointer;
}

.registries_facet_window_raw {
    margin: 5px;
    font-weight: 400;
    display: flex;
}

.registries_facet_icon_count {
    position: absolute;
    top: -5px;
    left: 8px;
    font-size: 10px;
    background-color: #f26641;
    color: #ffffff;
    border-radius: 10px;
    padding: 0;
    font-weight: 400;
    line-height: 12px;
    min-width: 12px;
    width: 10px;
    height: 10px
}

.registry_icon {
    height: 16px;
    width: 16px;
    background: none;
    cursor: pointer;
}
.registry_icon_close:before {
    content: "\00d7";
}
.registry_icon_gear:before {
    content: "\2699";
}
.registry_icon_arrow_down {
    cursor: none;
}
.registry_icon_arrow_down:before {
    content: "\2193"
}
.registry_icon_arrow_up {
    cursor: none;
}
.registry_icon_arrow_up:before {
    content: "\2191"
}
.registry_icon_download:before {
    content: "\2913";
}
#map {
    width: 100%;
    height: 500px;
}
