@import url(/static/fonts/inter.css);

body, input, select, textarea {
  font-family: "Inter", "Source Sans Pro", Helvetica, sans-serif;
}

.logo_header {
    margin: auto;
    width: 350px;
    padding-top: 20px;
    padding-bottom: 20px;
    cursor: pointer;
}

.logo_image {
    width: 100%;
}

.footer {
    margin: auto;
    padding: 25px 0 50px 0;
    text-align: center;
    font-size: 12px;
}

a:link {
    color: black;
    text-decoration: underline solid #0000005e;
}
a:visited {
    color: black;
    text-decoration: underline solid #0000005e;
}
a:hover {
    color: black;
    text-decoration: underline solid #0000005e;
}
a:active {
    color: black;
    text-decoration: underline solid #0000005e;
}

table{
    border-collapse: collapse;
}

td, th {
    padding-top: 8px;
    padding-bottom: 6px;
    border-collapse: collapse;
    border-top: #e7e7e7 1px solid;
}
.service_table_td_left_header {
    padding-right: 10px;
    min-width: 120px;
}

.info_table {
    font-size: 16px;
}
.info_table th {
    font-weight: normal;
    padding-right: 30px;
    min-width: 100px;
    text-align: left;
}

.mynode_top_left_div {
    position: fixed;
    font-size: 14px;
    top: 20px;
    left: 20px;
}

.mynode_top_right_div {
    position: fixed;
    font-size: 14px;
    top: 20px;
    right: 20px;
}

.mynode_nav_icon {
    width: 32px;
    height: 32px;
    margin-left: 5px;
}
.mynode_nav_icon_no_hover {
    background-color: transparent !important;
    box-shadow: none !important;
}
.mynode_nav_icon:hover {
    background-color: rgba(255, 166, 0, 0.15);
    box-shadow: 0px 0px 5px 5px rgba(255, 166, 0, 0.15);
}
.mynode_nav_icon_NOT_USED:hover {
    filter: brightness(75%);
    background-color: rgba(255, 166, 0, 0.15);
    box-shadow: 0px 0px 5px 5px rgba(255, 166, 0, 0.15);
}

.state_header {
    color: #555555;
    text-align: center;
    font-size: 56px;
    padding-bottom: 15px;
}

.state_subheader {
    color: #555555;
    text-align: center;
    font-size: 28px;
}

.state_error {
    color: #DD5555;
    text-align: center;
    font-size: 14px;
}

.state_warning {
    color: #555555;
    text-align: center;
    font-size: 14px;
}

.shutoff_warning {
    font-size: 12px;
}

.main_header {
    color: #555555;
    text-align: center;
    font-size: 32px;

    margin-bottom: 5px;
}
.main_header_sub_text {
    width: 800px;
    color: #444444;
    margin: auto;
    text-align: center;
    font-size: 14px;
    margin-bottom: 10px;
}

.sub_header {
    color: #555555;
    text-align: center;
    font-size: 24px;
    margin-top: 15px;
    margin-bottom: 5px;
}
.sub_header_sub_text {
    width: 800px;
    color: #444444;
    margin: auto;
    text-align: center;
    font-size: 14px;
    margin-bottom: 10px;
}

.text_block {
    width: 800px;
    color: #444444;
    margin: auto;
    text-align: left;
    font-size: 14px;
    margin-bottom: 10px;
}

.error_message {
    color: red;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.success_message {
    color: green;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.large_error_message {
    color: #BB4444;
    text-align: center;
    font-size: 28px;
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 20px;
}

.app_tile_row_divider_left {
    width: 50%;
    float: left;
    margin: 25px;
}

.app_tile_row_divider_right {
    width: 50%;
    float: right;
    margin: 0px;

}

.app_tile_grid_container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    grid-gap: 0px;
    width: 850px;
    margin: auto;
}

.app_tile_row {
    margin: auto;
    display: flex;
    text-align: center;
    justify-content: center;
    margin-bottom: 10px;
}
.app_tile_row_section {
    margin: auto;
    display: flex;
    text-align: center;
    justify-content: center;
    margin-bottom: 0px;
    margin-left: 20px;
    margin-right: 20px;
}
.app_tile {
    display: inline-block;
    position: relative;
    border: none;
    border-radius: 10px;
    width: 130px;
    min-width: 130px;
    height: 180px;
    padding: 10px;
    margin: 6px 10px 6px 10px;
    margin-bottom: 16px;
    background: #f0f0f0;
}
.app_tile_short {
    display: inline-block;
    position: relative;
    border-radius: 10px;
    width: 130px;
    min-width: 130px;
    height: 150px;
    padding: 10px;
    margin: 10px;
    background: #f0f0f0;
}
/* width of two tiles */
.app_tile_wide {
    display: inline-block;
    position: relative;
    border: none;
    border-radius: 10px;
    width: 385px;
    height: 180px;
    padding: 10px;
    margin: 6px 10px 6px 10px;
    background: #f0f0f0;
}
/* width of four tiles (full width) */
.app_tile_ticker {
    display: inline-block;
    position: relative;
    border: none;
    border-radius: 10px;
    width: 810px;
    height: 20px;
    padding: 6px 10px 6px 10px;
    background: #f0f0f0;
}
.app_tile_bitcoin_recent_blocks {
    display: inline-block;
    position: relative;
    border: none;
    border-radius: 10px;
    width: 810px;
    height: 120px;
    padding: 10px;
    margin: 6px 10px 6px 10px;
    background: #f0f0f0;
}
.app_tile_lightning_details {
    display: inline-block;
    position: relative;
    border: none;
    border-radius: 10px;
    width: 810px;
    
    padding: 10px;
    margin: 6px 10px 6px 10px;
    background: #f0f0f0;
}
.app_tile_device_info_container {
    width: 470px; font-size: 12px;
}
.app_tile_device_info_block {
    display: inline-block;
    text-align: center;
    width: 150px;
    margin-bottom: 15px;
}
.app_tile_device_info_icon {
    margin-bottom: 5px;
}
.app_tile_device_info_icon_img {
    height: 40px;
}
.app_tile_device_info_name {
    font-size: 12px;
    margin-bottom: 5px;
}
.app_tile_device_info_value {
    font-size: 12px;
    font-weight: bold;
}
.bitcoin_block_set {
    margin-left: auto;
    margin-right: auto;
}
.bitcoin_block {
    display: inline-block;
    position: relative;
    text-align: center;
    width: 85px;
    margin: 5px 8px 5px 8px;
}
.bitcoin_block_orange_square {
    display: inline-block;
    position: relative;
    background-color: orange;
    color: #222;
    width: 85px;
    height: 85px;
    border-radius: 5px;
    margin-bottom: 5px;
}
.bitcoin_block_size {
    display: inline-block;
    position: relative;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 5px;
    width: 100%;
}
.bitcoin_block_num_txs {
    display: inline-block;
    position: relative;
    font-size: 10px;
    margin-bottom: 5px;
    width: 100%;
}
.bitcoin_block_time {
    display: inline-block;
    position: relative;
    font-size: 10px;
    margin-bottom: 5px;
    width: 100%;
}

.lightning_channel_container {
    width: 1000px;
}
.pin_details_icon {
    width: 26px;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}
.lightning_channel_top_row {
    margin-bottom: 3px;
    height: 25px;
}
.lightning_channel_label {
    font-weight: bold;
    float: left;
}
.lightning_channel_status_icon {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.lightning_channel {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
.lightning_channel_bar {
    margin: auto;
}
.lightning_channel_bar_label_left {
    font-size: 12px;
    float: left;
}
.lightning_channel_bar_label_right {
    font-size: 12px;
    float: right;
}
.lightning_channel_bar.ui-progressbar {
    background: orange;
}
.lightning_channel_bar .ui-progressbar-value {
    background: green;
}

.bitcoin_table {
    width: 1000px;
    margin: auto;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    background-color: white;
}
.bitcoin_table_header {
    font-size: 16px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

table.bitcoin_table tbody tr:nth-child(odd) td{
    background-color: #ffa5000d;
}

table.bitcoin_table tbody tr:nth-child(even) td{

}

table.bitcoin_table td {
    padding: 10px 0;
    margin: 0px;
}

.green { background-color: green; }
.yellow { background-color: yellow; }
.red { background-color: red; }
.gray { background-color: gray; }
.blue { background-color: blue; }
.clear { opacity: 100%; }

.green_text {color: green;}
.yellow_text {color: yellow;}
.red_text {color: red;}

.app_status_icon {
    width: 14px;
    height: 14px;
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.app_tooltip {
    width: 14px;
    height: 14px;
    position: absolute;
    top: 5px;
    left: 130px;
}
.app_logo {
    margin: auto;
    height: 55px;
    padding-bottom: 5px;
}
.app_logo_icon {
    margin: auto;
    display: block;
    width: 55px;
}
.app_title {
    font-size: 18px;
    text-align: center;
    margin-bottom: 6px;
    line-height: 1em;
}
.app_status {
    font-size: 12px;
    line-height: 130%;
    text-align: center;
    width: 100%;
}
.app_beta_tag_image {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 100px;
    top: 0px;
}
.app_contents {
    font-size: 12px;
    position: absolute;
    margin: auto;
    width: 130px;
    bottom: 13px;
    text-align: center;
}

.info_tile {
    display: inline-block;
    position: relative;
    background: #f0f0f0;
    border-radius: 8px;
    min-width: 120px;
    margin-left: 15px;
    margin-right: 15px;
}
.info_tile_header {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    font-size: 12px;
    color: #FFFFFF;
    background-color: orange;
    padding: 5px 10px 5px 10px;
    margin-top: -2px;
    text-transform: uppercase;
}
.info_tile_contents {
    margin-top: 5px;
    font-size: 16px;
    vertical-align: middle;
    padding: 5px 10px 5px 10px;
}

.content_block {
    width: 600px;
    color: #444444;
    margin: auto;
    text-align: justify;
    font-size: 14px;
    margin-bottom: 40px;
}

.instructions {
    width: 60%;
    color: #444444;
    margin: auto;
    text-align: left;
    font-size: 16px;
    margin-bottom: 40px;
    margin-top: 40px;
}

.instructions-header {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.instructions-steps li {
    padding: 0.25em;
}

.instructions-terminal {
    font-family: "Courier New", Courier, monospace;
}

.instructions-keyboard {
    font-weight: bold;
}

.mynode_button {
    width: 106px;
    font-size: 14px;
    margin-top: 5px;
}


.ui-state-default a, .ui-state-default a:link,
.ui-state-default a:visited, a.ui-button,
a:link.ui-button, a:visited.ui-button, .ui-button {
  border: none;
}


.ui-button.ui-widget.ui-corner-all{
  border: none;
  border-radius: 6px;
  color: #000000;
  background-color: #e2e2e2;
}

.ui-button.ui-widget.ui-corner-all:hover{
  background-color: #d7d7d7;
}

.install_button {
    background-color: #99dd9d !important;
}
.install_button:hover {
    background-color: #90d090 !important;
}

.uninstall_button {
    background-color: #ffaaaa !important;
}
.uninstall_button:hover {
    background-color: #f0a0a0 !important;
}

.marketplace_button {
    background-color: #ffcc77 !important;
}
.marketplace_button:hover {
    background-color: #ffbb55 !important;
}

.mynode_button_small {
    font-size: 12px !important;
}

.device_status_info {
    margin-bottom: 25px;
    font-size: 24px;
    color: #222222;
}

.settings_block_header {
    color: #f19c00;
    border-bottom: 1px solid #ffb700;
    text-align: center;
    display: block;
    font-size: 24px;
    padding: 15px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 500;
}
.settings_block_subheader {
    color: #f19c00;
    text-align: left;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.settings_block_subheader_status {
    color: #333333;
    height: 18px;
    text-align: left;
    font-size: 14px;
    font-style: italic;
    vertical-align: middle;
    margin-bottom: 2px;
}
.settings_block_subheader_status_icon {
    width: 10px;
    height: 10px;
    margin-right: 5px;
    display: inline-block;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.settings_block {
    width: 800px;
    color: #444444;
    margin: auto;
    text-align: justify;
    font-size: 14px;
    margin-bottom: 20px;
    padding: 0px 15px 15px 15px;
    /* background-color: #f0f0f0; */
    background-color: #f8f8f8;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.divider {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ffb70054;
    margin-left: auto;
    margin-right: auto;
}
.button_divider {
    margin-top: 5px !important;
    margin-bottom: 15px !important;
}
.settings_button {
    font-size: 14px;
    margin-top: 15px;
}
.settings_button_small {
    font-size: 10px !important;
}
.settings_input {
    font-size: 14px;
}
.status_container_list {
    margin-left: 150px;
}

.seed_textbox {
    width: 100%;
    height: 120px;
    font-size: 14px;
}

.small_message {
    width: 500px;
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
    padding-top: 40px;
    margin: auto;
}

.pair_wallet_text {
    margin: auto;
    margin-top: 15px;
    width: 1000px;
    font-size: 10px;
    line-height: 1.2;
    word-wrap: break-word;
    text-align: center;
}
.pair_wallet_qr_code {
    width: 500px;
    margin: auto;
}

.product_key_form {
    width: 400px;
    margin: auto;
}
.product_key_input {
    width: 100%;
    font-size: 24px;
    text-align: center;
}
.product_key_save_button {
    width: 100%;
    margin-top: 10px;
    font-size: 20px !important;
}
.product_key_skip_button {
    width: 100%;
    margin-top: 10px;
    font-size: 14px !important;
}

.main_page_warning_block {
    color: #333333;
    border: 2px solid orange;
    background-color: rgb(255, 250, 238);
    width: 810px;
    border-radius: 10px;
    text-align: justify;
    display: block;
    font-size: 12px;
    padding: 5px;
    padding-left: 12px;
    margin: auto;
    margin-bottom: 20px;
}

.main_page_error_block {
    color: #333333;
    border: 2px solid red;
    background-color: rgb(255, 238, 238);
    width: 810px;
    border-radius: 10px;
    text-align: justify;
    display: block;
    font-size: 12px;
    padding: 5px;
    padding-left: 12px;
    margin: auto;
    margin-bottom: 20px;
}

.bottom_center_alert_popup {
    display: none;
    position: fixed;
    color: #333333;
    border: 2px solid orange;
    background-color: rgb(255, 250, 238);
    width: 810px;
    left: 50%;
    margin-left: -400px;
    border-radius: 10px;
    text-align: center;
    font-size: 14px;
    padding: 20px;
    bottom: 20px;
}

#product_key_message {
    margin: auto;
    padding-bottom: 10px;
    text-align: center;
}

.generic_status_icon {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.port_forwarded_icon {
    width: 26px;
    height: 24px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.cli_command {
    width: 800px;
    margin: auto;
    display: table;
    padding: 10px;
    vertical-align: middle;
}
.cli_command_input {
    width: 685px;
    font-size: 20px;
    vertical-align: middle;
}
.cli_enter_button {
    width: 100px;
    font-size: 16px;
    vertical-align: middle;
}

.cli_contents {
    margin: auto;
    width: 800px;
    max-height: 400px;
    height: 400px;
    overflow-y: scroll;
    border: 2px solid #222222;
    border-radius: 5px;
    background-color: #f8f8f8;
}
.login_div {
    width: 300px;
    color: #444444;
    margin: auto;
    text-align: justify;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 40px;
}
.login_password {
    width: 100%;
    font-size: 18px;
    padding: 5px 8px;
    margin: 8px 0;
    box-sizing: border-box;
}
.login_submit {
    width: 100%;
    margin-top: 5px;
}

.format_div {
    width: 800px;
    color: #444444;
    margin: auto;
    text-align: center;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 40px;
}
.format_button {
    width: 500px;
    margin-top: 5px;
}

.warning_div {
    width: 800px;
    color: #444444;
    margin: auto;
    text-align: center;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 40px;
}
.warning_button {
    width: 500px;
    margin-top: 5px;
}
.warning_divider {
    width: 100%;
    margin-top: 12px;
    margin-bottom: 12px;
    border-bottom: 3px dashed yellow;
    margin-left: auto;
    margin-right: auto;
}

#download-handle {
    width: 6em;
    height: 1.6em;
    top: 50%;
    margin-top: -.8em;
    text-align: center;
    line-height: 1.6em;
}
#upload-handle {
    width: 6em;
    height: 1.6em;
    top: 50%;
    margin-top: -.8em;
    text-align: center;
    line-height: 1.6em;
}

.centered_text_div {
    width: 800px;
    margin: auto;
    text-align: justify;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 40px;
}

.config_textarea {
    width: 800px;
    height: 400px;
    font-size: 14px;
    font-family: "Courier New", Courier, monospace;
}

.config_textarea_short {
    width: 800px;
    height: 120px;
    font-size: 14px;
    font-family: "Courier New", Courier, monospace;
}

.loading_image {
    width: 128px;
}

.loading_spinner_overlay {
    background: #ffffff;
    color: #444444;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 5000;
    top: 0;
    left: 0;
    float: left;
    text-align: center;
    padding-top: 25%;
    opacity: .92;
}

.halving_message_main_page {
    color: #333333;
    border: 2px solid orange;
    background-color: rgb(255, 250, 238);
    width: 810px;
    border-radius: 10px;
    text-align: center;
    display: block;
    font-size: 32px;
    padding: 5px;
    padding-left: 12px;
    margin: auto;
    margin-bottom: 20px;
}
.halving_message_table {
    width: 100%;
    font-size: 32px;
    border: hidden;
    text-align: center;
}
.halving_image {
    width: 86px;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 22px;
}
/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
.slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
input:checked + .slider {
    background-color: #2196F3;
}
input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider:before {
    -webkit-transform: translateX(14px);
    -ms-transform: translateX(14px);
    transform: translateX(14px);
}
/* Rounded sliders */
.slider.round {
    border-radius: 20px;
}
.slider.round:before {
    border-radius: 50%;
}

/* Placeholder colors */
::-webkit-input-placeholder { /* Edge */
    color: #CCCCCC;
}
:-ms-input-placeholder { /* Internet Explorer */
    color: #CCCCCC;
}
::placeholder {
    color: #CCCCCC;
}


.marketplace_category_header {
    color: #555555;
    text-align: center;
    font-size: 26px;
    margin: auto;
    padding: 5px;
    margin-bottom: 20px;
    width: 1030px;
    background-color: #f2f2f2;
    border-radius: 10px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2), 0 4px 10px 0 rgba(0, 0, 0, 0.19);
}
.marketplace_category_container {
    width: 1020px;
    display: flex;
    margin: auto;
    margin-bottom: 40px;
    flex-wrap:wrap;
    flex-direction: row;
}
.marketplace_app_tile {
    width: 320px;
    height: 80px;
    margin: 10px;
    display: inline-block;
    position: relative;
    background-color: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.marketplace_app_tile:hover {
    cursor: pointer;
    box-shadow: 0 4px 8px 0 rgba(180, 117, 0, 0.2), 0 6px 20px 0 rgba(180, 117, 0, 0.19);
}
.marketplace_app_tile_left {
    float: left;
    width: 80px;
    height: 80px;
}
.marketplace_app_tile_icon {
    float: left;
    width: 60px;
    margin-top: 10px;
    margin-left: 10px;
}
.marketplace_app_tile_right {
    float: right;
    width: 230px;
    height: 80px;
    font-size: 11px;
    padding-top: 10px;
}
.marketplace_app_tile_name {
    display: inline-block;
    width: 100%;
    margin-bottom: 4px;
    font-weight: bold;
    font-size: 14px;
}
.marketplace_app_tile_description {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    font-size: 12px;
}
.marketplace_app_tile_version {
    display: inline-block;
    width: 100%;
    font-size: 12px;
}
.marketplace_app_tile_top_right_icon {
    width: 18px;
}
.marketplace_app_tile_top_right {
    position: absolute;
    top: 10px;
    right: 10px;
}

.marketplace_app_page_container {
    margin: auto;
    width: 1000px;
}
.marketplace_app_page_block_header {
    width: 1000px;
    height: 12px;
    padding: 0px 20px 0px 20px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    
}
.marketplace_app_page_block_contents {
    width: 1000px;
    padding: 20px 20px 20px 20px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    overflow: auto;
}
.marketplace_app_page_block_contents_left {
    width: 150px;
    float: left;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.marketplace_app_page_block_contents_right {
    width: 760px;
    float: right;
    margin-left: 30px;
}
.marketplace_app_page_icon {
    margin: auto;
    display: block;
    width: 150px;
}
.marketplace_app_page_button {
    margin: auto;
    display: block;
    width: 150px;
    margin-bottom: 10px;
    font-size: 14px !important;
}
.marketplace_app_page_block_contents_heading {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
.marketplace_app_page_block_contents_text {
    font-size: 14px;
    margin-bottom: 30px;
}

.app_page_container {
    margin: auto;
    width: 1000px;
}
.app_page_block_header {
    width: 1000px;
    height: 12px;
    padding: 0px 20px 0px 20px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-color: orange;
}
.app_page_block_contents {
    width: 1000px;
    padding: 20px 20px 20px 20px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background: #f0f0f0;
    overflow: auto;
}
.app_page_block_contents_left {
    width: 150px;
    float: left;
}
.app_page_block_contents_right {
    width: 820px;
    float: right;
    margin-left: 30px;
}
.app_page_icon {
    margin: auto;
    display: block;
    width: 150px;
}
.app_page_status_bar {
    margin: auto;
    display: block;
    width: 140px;
    height: 14px;
    border-radius: 7px;
    margin-top: 10px;
}
.app_page_button {
    margin: auto;
    display: block;
    width: 150px;
    margin-bottom: 10px;
    font-size: 14px !important;
}
.app_page_block_contents_heading {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
.app_page_block_contents_text {
    font-size: 14px;
    margin-bottom: 30px;
}

.grayscale_image {
    filter: grayscale(100%);
}