@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');

body {
    font-family: 'Open Sans', sans-serif;
}

.col-sm-8 {
    width: 100% !important;
    overflow: hidden !important;
}

.panel-success>.panel-heading {
    color: #000000 !important;
    background-color: #4076bf !important;
    border-color: #4076bf !important;
    border-top-color: #4076bf !important;
}

.panel-success {
    border-color: #4076bf !important;
}

.panel {
    margin-left: -65px;
    width: 49rem;
}

.panel-title {
    color:rgb(247, 247, 248);
}

#tab_data_ui_1-countries_picker > div > div > button, #tab_data_ui_1-time_picker > div > div > button {
    color: white !important;
    background:#4076bf !important;
}

#tab_flattable_1-downloadData, #print {
    border: none !important;
    background: none !important;
}

#tab_data_ui_1-downloadData > i, #print > i {
    color: #4076bf;
}

.footnotes {
    color: #003299;
}

.shiny-output-error-validation {
    color: black;
    font-size: 2rem;
    margin-left: 0.3rem;
}

/* .report-selection-modal {
    display: flex;
    flex-direction: column;
    margin: auto;
    width: 50%;
} */

.report-selection-modal-footer {
    display: flex;
    justify-content: center;
}

#table_id_selection_modal-ok {
    background-color: #003299;
    color: white;
}

.waiter-overlay-content{
    display: flex;
    justify-content: center;
    margin-top: 10px;
    text-align: center;
    min-height: 100vh;
}

#RC-container > div.waiter-overlay.waiter-local > div {
    position: absolute;
    top: 10px;
    left: 50%;
    margin: auto !important;
    display: block !important;
    min-height: auto !important;
}

/* #HC-container > div.waiter-overlay.waiter-local > div {
    position: absolute;
    top: 10px;
    left: 50%;
    margin: auto !important;
    display: block !important;
    min-height: auto !important;
} */

#dl_modal_footer > div.waiter-overlay.waiter-local > div {
    position: absolute;
    margin: auto !important;
    display: block !important;
    min-height: auto !important;
    bottom: 45px;
    left: 48%;
}

#dl_modal_footer > div > div > div > h4 {
    display: none;
}

/* remove the modal background color for the dev view */
#shiny-modal > div > div > div.modal-body > div > ul {
    background-color: #fff !important;
}

/* dev monitor styles */

.modal-lg {
    width: 90% !important;
}

.dev-monitor {
    margin-top: 20px;
    margin-bottom: 20px;
}

.dev_table_header {
    margin-top: 50px;
    margin-bottom: 10px;
}

.dev-tab-description {
    margin-top: 20px;
    margin-bottom: 20px;
}
