html { font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; } body { margin: 0; } article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; } audio, canvas, progress, video { display: inline-block; vertical-align: baseline; } audio:not([controls]) { display: none; height: 0; } [hidden], template { display: none; } a { background-color: transparent; } a:active, a:hover { outline: 0; } abbr[title] { border-bottom: 1px dotted; } b, strong { font-weight: bold; } dfn { font-style: italic; } h1 { font-size: 2em; margin: 0.67em 0; } mark { background: #ff0; color: #000; } small { font-size: 80%; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } img { border: 0; } svg:not(:root) { overflow: hidden; } figure { margin: 1em 40px; } hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; } pre { overflow: auto; } code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; } button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; } button { overflow: visible; } button, select { text-transform: none; } button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; } button[disabled], html input[disabled] { cursor: default; } button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } input { line-height: normal; } * input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; } input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; } input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; } input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } legend { border: 0; padding: 0; } textarea { overflow: auto; } optgroup { font-weight: bold; } table { border-collapse: collapse; border-spacing: 0; } td, th { padding: 0; }

BUTTON.bp_button {
    background: transparent url(../img/buttons/button_normal.png);
    border: none;
    width: 206px;
    height: 30px;
    color: #B49969;
    font-weight: bold;
    position: relative;
    transition: all 0.5s linear;
}

BUTTON.bp_button:focus {
    outline: none;
}

BUTTON.bp_button:hover {
    background-image: url(../img/buttons/button_m_over.png);
    color: #C5FC95;
}

BUTTON.bp_button:active {
    background-image: url(../img/buttons/button_m_click.png);
    color: #FCFCFC;
}

BUTTON.bp_button.bp_glow_on {
    filter: brightness(1.5);
    -webkit-filter: brightness(1.5);
}

.bp_container {
    padding: 0 10px;
    width: 1120px;
    margin: 20px auto 0;
}

.bp_header {
    background: url(../img/merged/headerfooter.png) no-repeat;
    background-position-y: -56px;
    width: 1064px;
    height: 80px;
    margin: 0 auto -20px;
    position: relative;
}

.bp_progresser {
    position: absolute;
    top: 10px;
    left: 350px;
    width: 360px;
}

.bp_progress {
    margin: 0;
    padding: 0;
}

.bp_progress li {
    display: inline-block;
    list-style-type: none;
    border: 2px solid #D8DD82;
    width: 4px;
    height: 26px;
    background-color: #68744A;
    margin: 0 2px;

}

.bp_progress.bp_full_state li {
    border-color: #B9EC8A;
    background-color: #618956;
}

.bp_progress.bp_stable_state li {
    border-color: #D8DD82;
    background-color: #68744A;
}

.bp_progress.bp_warn_state li {
    border-color: #F3A967;
    background-color: #9B6845;
}

.bp_progress.bp_critical_state li {
    border-color: #DC3B3A;
    background-color: #892B26;
}

.bp_descriptor > DIV {
    float: left;
}

.bp_target_panel {
    background: url(../img/merged/backgrounds.png) no-repeat -232px -122px;
    width: 530px;
    height: 92px;
    padding-top: 30px;
    padding-left: 8px;

}

.bp_target_panel > h2.bp_target_code {
    background: url(../img/merged/backgrounds.png) no-repeat 0 -244px;
    height: 52px;
    width: 240px;
    text-indent: -1400px;
    transition: opacity 0.1s linear;
    margin: 5px 0  0 5px;
}

.bp_target_panel.bp_completed > h2.bp_target_code {
    display: none;
}

.bp_target_panel.bp_access_denied > h2.bp_target_code {
    display: none;
}

.bp_target_panel > h2.bp_firewall_removed {
    display: none;
    background: url(../img/merged/backgrounds.png) no-repeat -357px -296px;
    margin-left: 48px;
    margin-top: 11px;
    height: 58px;
    width: 426px;
    text-indent: -1400px;
}

.bp_target_panel.bp_completed > h2.bp_firewall_removed {
    display: block;
}

.bp_target_panel.bp_access_denied > h2.bp_firewall_removed {
    display: none;
}

.bp_target_panel > h2.bp_access_denied {
    display: none;
    background: url(../img/merged/backgrounds.png) no-repeat -357px -244px;
    margin-left: 41px;
    margin-top: 11px;
    height: 52px;
    width: 426px;
    text-indent: -1400px;
}

.bp_target_panel.bp_access_denied > h2.bp_access_denied {
    display: block;
}

.bp_target_panel > H2 {
    float: left;
}

.bp_target_panel > DIV {
    float: left;
}

.bp_target_panel > .bp_segment {
    width: 340px;
    height: 81px;
    overflow: hidden;
    margin: 3px -40px 0 -30px;
    background: url(../img/merged/codes.png) no-repeat;
}

.bp_target_panel.bp_completed > .bp_segment {
    display: none;
}

.bp_target_panel.bp_access_denied > .bp_segment {
    display: none;
}

.bp_target_panel > .bp_segment > IMG {
    width: 328px;
    height: 78px;
}

.bp_status_panel {
    background: url(../img/merged/backgrounds.png) no-repeat -233px 0px;
    width: 538px;
    height: 92px;
    margin-left: 3px;
    padding-top: 30px;
}

.bp_status_panel > .bp_start_area {
    position: relative;
    float: right;
    margin-top: 20px;
    margin-right: 60px;
    display: none;
}

.bp_status_panel.bp_start_stage > .bp_start_area {
    display: block;
}

.bp_status_panel > H3 {
    float: right;
}

.bp_status_panel > .bp_remaining_code {
    background: url(../img/merged/backgrounds.png) no-repeat -24px -183px;
    text-indent: -1400px;
    width: 190px;
    height: 48px;
    margin-top: 0;
    margin-right: 86px;
}

.bp_status_panel.bp_start_stage > .bp_remaining_code {
    display: none;
}

.bp_status_panel.bp_completed > .bp_remaining_code {
    display: none;
}

.bp_status_panel > .bp_code_hack_completed {
    background: url(../img/merged/backgrounds.png) no-repeat -24px -129px;
    text-indent: -1400px;
    margin-top: 0;
    margin-right: 86px;
    width: 207px;
    height: 54px;
    display: none;
}

.bp_status_panel.bp_start_stage > .bp_code_hack_completed {
    display: none;
}

.bp_status_panel.bp_completed > .bp_code_hack_completed {
    display: block;
}

.bp_status_panel .bp_found_codes {
    margin-left: 71px;
}

.bp_status_panel .bp_found_codes > DIV {
    height: 28px;
    width: 112px;
    border: 1px solid #9D5D39;
    position: relative;
    -moz-box-shadow: inset 0px 0px 8px #b36f34;
    -webkit-box-shadow: inset 0px 0px 8px #b36f34;
    box-shadow: inset 0px 0px 8px #b36f34;
    margin-top: -1px;
}

.bp_status_panel .bp_found_codes > DIV .bp_cover {
    display: none;
    position: absolute;
    width: 110px;
    height: 26px;
    background-color: green;
    border: 1px solid green;
    opacity: 0.4;
}

.bp_status_panel .bp_found_codes > DIV .img_container {
    overflow: hidden;
    height: 28px;
}

.bp_status_panel .bp_found_codes > DIV IMG {
    width: 112px;
    height: 297px;
    position: relative;
}

.bp_status_panel .bp_found_codes > DIV.bp_accepted {
    border-color: #green;
}

.bp_status_panel.bp_start_stage .bp_found_codes {
    display: none;
}

.bp_slider > ul {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
}

.bp_slider > ul > li {
    margin: 0 0 -3px 0;
    padding: 0;
    list-style-type: none;
    height: 85px;
}

.bp_card_outline {
    display: inline-block;
    margin-right: 8px;
}

.bp_card_outline:last-child {
    margin-right: 0;
}

.bp_card {
    border: 1px solid #DFBA7A;
    width: 340px;
    height: 81px;
    -moz-box-shadow: inset 0px 0px 35px #b36f34;
    -webkit-box-shadow: inset 0px 0px 35px #b36f34;
    box-shadow: inset 0px 0px 35px #b36f34;
}

.bp_card IMG {
    width: 340px;
    height: 81px;
    border: none;
}

.bp_unauth_cover {
    display: none;
    position: absolute;
    width: 340px;
    height: 81px;
    background-color: red;
    opacity: 0.4;
}

.bp_card_cover {
    display: none;
    position: absolute;
    width: 340px;
    height: 81px;
}

.bp_card_content {
    width: 340px;
    height: 81px;
    margin: 0;
    padding: 0;
    border: none;
    background: url(../img/merged/codes.png) no-repeat;
    text-indent: -1400px;
}

.bp_selected .bp_card_cover {
    background-color: green;
    display: block;
    opacity: 0.4;
}

.bp_districted .bp_card_cover {
    background-color: red;
    display: block;
    opacity: 0.4;
}

.bp_unauthorized_access::before {
    content: 'Unauthorized Access';
    color: white;
    margin: 28px 68px;
    font-weight: bold;
    position: absolute;
}

.bp_cursor {
    position: absolute;
    width: 417px;
    height: 94px;
    margin-left: -40px;
    margin-top: -6px;
    z-index: 5;
    background: url(../img/merged/backgrounds.png) no-repeat -356px -356px;
}

.bp_remaining_attempts {
    left: 407px;
    top: 9px;
    font-size: 13pt;
    padding-left: 5px;
    font-weight: bold;
    position: absolute;
}

.bp_remaining_attempts SPAN {
    display: inline-block;
    text-indent: -1400px;
}

.bp_remaining_attempts .bp_number {
    width: 20px;
}

.bp_remaining_attempts .bp_number.bp_0 {
    background: url(../img/merged/backgrounds.png) no-repeat -162px -109px;
}

.bp_remaining_attempts .bp_number.bp_1 {
    background: url(../img/merged/backgrounds.png) no-repeat -183px -109px;
    margin: 0 5px;
    width: 10px;
}

.bp_remaining_attempts .bp_number.bp_2 {
    background: url(../img/merged/backgrounds.png) no-repeat -194px -109px;
}

.bp_remaining_attempts .bp_number.bp_3 {
    background: url(../img/merged/backgrounds.png) no-repeat -213px -109px;
}

.bp_remaining_attempts .bp_msg_attempts_remaining {
    margin-left: 3px;
    background: url(../img/merged/backgrounds.png) no-repeat -11px -91px;
    width: 220px;
    height: 18px;
}

.bp_exit {
    position: absolute;
    left: 820px;
    top: 3px;
}