/* libre-franklin-300 - latin */
@font-face {
    font-family: 'Libre Franklin';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/libre-franklin-v6-latin-300.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('../fonts/libre-franklin-v6-latin-300.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/libre-franklin-v6-latin-300.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/libre-franklin-v6-latin-300.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/libre-franklin-v6-latin-300.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/libre-franklin-v6-latin-300.svg#LibreFranklin') format('svg');
    /* Legacy iOS */
}

/* libre-franklin-regular - latin */
@font-face {
    font-family: 'Libre Franklin';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/libre-franklin-v6-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('../fonts/libre-franklin-v6-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/libre-franklin-v6-latin-regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/libre-franklin-v6-latin-regular.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/libre-franklin-v6-latin-regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/libre-franklin-v6-latin-regular.svg#LibreFranklin') format('svg');
    /* Legacy iOS */
}

/* libre-franklin-600 - latin */
@font-face {
    font-family: 'Libre Franklin';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/libre-franklin-v6-latin-600.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('../fonts/libre-franklin-v6-latin-600.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/libre-franklin-v6-latin-600.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/libre-franklin-v6-latin-600.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/libre-franklin-v6-latin-600.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/libre-franklin-v6-latin-600.svg#LibreFranklin') format('svg');
    /* Legacy iOS */
}

html {
    background-color: #f1f1f1;
}

body {
    font-family: 'Libre Franklin';
    font-weight: 300;
    background-color: #f1f1f1;
}

strong {
    font-family: 'Libre Franklin';
    font-weight: 600;
}

a {
    color: #475DA5;
}

input:is([type="button"], [type="submit"], [type="reset"]):disabled, input[type="file"]:disabled::file-selector-button, button:disabled, select:disabled, keygen:disabled, optgroup:disabled, option:disabled, select[disabled] > option {
    color: #ddd;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Libre Franklin';
    font-weight: 400;
}

.dp_main h1,
.dp_main h2,
.dp_main h3 {
    margin: 20px 0 15px 0;
}

.dp_main h2 {
    font-size: 24px;
}

.dp_main h3 {
    font-size: 20px;
}

/* general elements */
.dp_hint {
    padding: 0 0 20px 0;
}

.btn-primary {
    border: 1px solid #475DA5;
    background-color: #fff;
    color: #475DA5;
    border-radius: 0;
    padding: 15px 30px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #475DA5;
    background-color: #fff;
    border-color: #475DA5;
}

.btn-primary:hover {
    color: #475DA5;
    background-color: #fff;
    border-color: #475DA5;
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #666666;
    border-color: #666666;
}

.btn-secondary {
    background-color: #fff;
    border-color: #666;
    color: #666;
    border-radius: 0;
    padding: 15px 30px;
    line-height: 1;
    font-weight: 300;
    text-transform: uppercase;
    box-shadow: 0 0 32px rgba(66, 65, 83, 0.09);
}

.btn-secondary:hover {
    background-color: #fff;
    border-color: #666;
    color: #666;
}

.btn-secondary:not(:disabled):not(.disabled).active {
    background-color: #fff;
    border-color: #666;
    color: #666;
}

.dp_flashdata {
    margin: 0 0 40px 0;
    background-color: rgba(71, 93, 165, 0.5);
    color: rgba(71, 93, 165, 1);
    border: none;
    border-radius: 0;
    font-weight: 400;
}

.dp_color_green {
    color: #159e3c;
}

.dp_color_red {
    color: #ad1c05;
}

@media (min-width: 1440px) {
    .container {
        max-width: 1300px;
    }
}

@media (min-width: 1500px) {
    .container {
        max-width: 1440px;
    }
}

/* form */
form {
    border-radius: 0;
}

label {
    margin-bottom: 0;
    color: #1d1f47;
    font-weight: 300;
}

.form-check {
    padding-bottom: 16px;
}

input.form-control {
    background-color: #f0f8ff;
}

.form-control:focus {
    border-color: #1d1f47;
}

.form-control:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .1);
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .2);
}

select.form-control[multiple], select.form-control[size] {
    background-color: #f0f8ff;
}

/* h1 */
.dp_h1_wrapper {
    border-bottom: 1px solid #eee;
    padding: 0 0 5px 0;
    margin: 0 0 40px 0;
}

.dp_h1_wrapper i {
    color: #475DA5;
}

.dp_h1_wrapper h1 {
    margin: 0 !important;
    font-size: 28px;
}

.dp_login h1 {
    font-size: 28px;
}

/* main content */
.dp_main {
    margin: 40px 0 120px 0;
    padding: 30px;
    background-color: #fff;
    box-shadow: 0 0 32px rgba(66, 65, 83, 0.09);
}

.dp_main h1 {
    margin: 0 0 40px 0;
}

.dp_add {
    font-size: 22px;
}

/* table design */
.table {
    margin-bottom: 30px;
}

.table thead th {
    background-color: #475DA5;
    color: #fff;
    border: none;
    white-space: nowrap;
}

.table td,
.table th {
    border: none;
    vertical-align: middle;
    padding: 5px;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f1f1f1;
}

/* login screen */
.dp_splash {
    padding: 20px 0 20px 0;
    max-width: 310px;
    height: auto;
}

.dp_form_box {
    background-color: #fff;
    box-shadow: 0 0 32px rgba(66, 65, 83, 0.09);
    margin-bottom: 16px;
    padding: 20px;
}

.dp_login_wrapper {
    background-color: #fff;
    box-shadow: 0 0 32px rgba(66, 65, 83, 0.09);
    margin-bottom: 16px;
    padding: 20px;
}

.dp_login .container {
    max-width: 1200px;
}

.dp_login_links {
    display: block;
}

.dp_login_links a {
    display: inline-block;
    font-size: 14px;
    padding: 15px 0 0 0;
}

.dp_login_button {
    padding: 10px;
    background-color: #475DA5;
    color: #fff;
    margin-bottom: 16px;
}

.dp_guest_login {
    padding: 10px;
    margin-bottom: 16px;
}

/* navbar */
.dp_logo {
    width: 60px;
}

.dp_top_bar {
    padding: 10px 30px;
    font-size: 14px;
    color: #000;
    background-color: #fff;
    box-shadow: 0 0 32px rgba(66, 65, 83, 0.09);
}

.dp_meta {
    padding-top: 10px;
}

.dp_mainnav {
    background-color: #475DA5;
    padding: 10px;
    border-radius: 1000px;
    position: fixed;
    left: 40px;
    bottom: 40px;
    z-index: 900;
}

.dp_mainnav img {
    width: 32px;
    height: auto;
}

/* jstree */
.jstree-default .jstree-clicked {
    background-color: transparent;
    box-shadow: none;
}

.jstree-default .jstree-hovered {
    background-color: transparent;
    box-shadow: none;
}

.dp_jstree_toggle {
    cursor: pointer;
}

.jstree-anchor {
    white-space: normal !important;
    height: auto !important;
    padding-right: 24px;
}

.jstree-anchor span {
    padding-left: 3px;
}

.jstree-default .jstree-search {
    font-style: normal;
    color: #475DA5;
}

.dp_jstree_geo > ul > li > ul > li > a.jstree-clicked > .jstree-checkbox {
    background-position: -196px -4px !important;
}

.jstree-default .jstree-anchor {
    padding-left: 22px;
    position: relative;
}

.jstree-default .jstree-checkbox {
    position: absolute;
    left: -4px;
}

.jstree-disabled > .jstree-checkbox {
    display: none;
}

.jstree-anchor.jstree-disabled {
    padding-left: 0;
}

.jstree-default .jstree-disabled {
    color: #000000;
}

/* data explorer */
.dp_results .table {
    margin-top: 16px;
    margin-bottom: 0;
}

.dp_show_chart {
    display: flex;
    background: #475DA5;
    padding: 3px;
    height: 30px;
    width: 30px;
    border-radius: 3px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.dp_show_chart i {
    color: #fff;
    font-size: 20px;
}

.dp_dataexplorer_filter h3 {
    margin: 0 0 15px 0;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    line-height: 1;
}

.dp_dataexplorer_filter h3 span {
    position: absolute;
    top: 0;
    right: 0;
}

.dp_dataexplorer_filter .form-control {
    margin-bottom: 5px;
    padding: 5px 30px 5px 10px;
}

.dp_search_wrapper {
    position: relative;
}

.dp_search_wrapper i {
    position: absolute;
    right: 8px;
    top: 10px;
    color: #666;
    font-size: 18px;
    cursor: pointer;
}

.dp_complete_chart i {
    font-size: 24px;
    color: #475DA5;
    cursor: pointer;
    margin: 15px 0 0 0;
}

.dp_th_wrapper {
    position: relative;
    padding-right: 35px;
}

.dp_th_wrapper i {
    position: absolute;
    top: 50%;
    right: 5px;
    font-size: 20px;
    margin-top: -10px;
    color: #475DA5;
    cursor: pointer;
}

.dp_save_request_wrapper {
    position: relative;
}

#dp_save_request {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40px;
    background: #475DA5;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
}

#dp_save_request_name {
    padding: .375rem 44px .375rem .75rem;
}

.dp_collapse_header {
    margin-top: 24px;
    background-color: #475DA5;
    color: #fff;
    display: block;
    padding: .375rem .75rem;
    border-radius: .25rem;
    cursor: pointer;
    position: relative;
    height: calc(2.25rem + 2px);
    font-size: 1rem !important;
    line-height: 1.7;
}

.dp_collapse_header i {
    position: absolute;
    right: 10px;
    top: 12px;
}

#dp_saved_requests {
    border: 1px solid #eee;
    border-radius: 5px;
}

.dp_saved_requests_wrapper {
    padding: 15px;
}

.dp_load_search {
    width: calc(100% - 22px);
    position: relative;
}

.dp_load_search span {
    cursor: pointer;
}

.dp_load_search i {
    position: absolute;
    right: -22px;
    top: 3px;
    cursor: pointer;
    color: #666;
}

/* toggle list */
.dp_toggle_list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.dp_toggle_list li {
    position: relative;
}

.dp_toggle_list a {
    position: relative;
    top: 3px;
}

.dp_toggle_list i {
    font-size: 22px;
    line-height: 22px;
}

.dp_toggle_list li span {
    padding-left: 5px;
}