@import url('https://fonts.googleapis.com/css?family=Ubuntu');
@import url('https://fonts.googleapis.com/css?family=Ubuntu+Mono');

html {
    font-family: Ubuntu, sans-serif;
    background: #31394f;
    padding:0;
    margin:0;
}

body {
    margin:0;
    padding:0;
}

.shakeItBaby {
    animation: shake 0.5s;
    animation-iteration-count: infinite;
}

@keyframes shake {
    0% { transform: translate(1px, 1px) rotate(0deg); }
    10% { transform: translate(-1px, -2px) rotate(-1deg); }
    20% { transform: translate(-3px, 0px) rotate(1deg); }
    30% { transform: translate(3px, 2px) rotate(0deg); }
    40% { transform: translate(1px, -1px) rotate(1deg); }
    50% { transform: translate(-1px, 2px) rotate(-1deg); }
    60% { transform: translate(-3px, 1px) rotate(0deg); }
    70% { transform: translate(3px, 1px) rotate(-1deg); }
    80% { transform: translate(-1px, -1px) rotate(1deg); }
    90% { transform: translate(1px, 2px) rotate(0deg); }
    100% { transform: translate(1px, -2px) rotate(-1deg); }
}


#content {
    width:700px;
    height: 400px;
    margin:30px auto;
    padding-bottom:150px;
}

div#answer_modal {
    display: none;
    position: absolute;
    height:100%;
    width:100%;
    background-color: rgba(0,0,0,0.6);
    z-index:10;
    cursor: pointer;
    margin:0;
    padding:0;
    top:0;
}

div#do_answer {
    display: none;
    cursor: default;
    position: absolute;
    z-index: 20;
    width:400px;
    height:100px;
    background-color: #FFF;
    margin: 100px auto auto -200px;
    left:50%;
    border-radius: 10px;
    border: 3px solid #000;
    padding:10px;
    text-align: center;
}

div#do_answer div#answer_text {
    margin-bottom:10px;
}

div.flow_chart {
    width:700px;
    height:600px;
    margin-top:80px;
    background-image:url("images/attack.png");
    background-repeat: no-repeat;
    background-size: 701px 501px;
}

div.headings {
    color: #FFF;
    text-align: center;
    font-size:18px;
    margin-bottom:30px;
}

div.headings h1 {
    font-size:32px;
}

div.flow_chart div.answer_box {
    position: absolute;
    justify-content: center;
    width: 120px;
    height: 60px;
    border: 2px solid #727373;
    padding: 5px;
    text-align: center;
    background-color: #FFF;
    cursor: pointer;
    border-radius: 6px;
    font-size: 14px;
    display: flex !important;
    align-items: center;
}

div.flow_chart div.answer_box:hover {
    background-color: #efefef;
}


div.flow_chart div.answer_box div {
    position: absolute;
    margin-left: -120px;
    margin-top: -52px;
    width:25px;
    height:23px;
    background-image: url("images/tick.png");
    background-size: cover;
}


div.flow_chart div#ans_1 div {
    margin-top: -65px;
}

div.flow_chart div#ans_3 div {
    margin-top: -32px;
}


div.flow_chart div#ans_1 {
    display: block;
    margin-top:-60px;
    margin-left:20px;
}

div.flow_chart div#ans_2 {
    display: block;
    margin-top:-40px;
    margin-left:284px;
    height:40px;
}

div.flow_chart div#ans_3 {
    display: block;
    margin-top:-25px;
    margin-left:550px;
    height:20px;
}

div.flow_chart div#ans_4 {
    display: block;
    margin-top:494px;
    margin-left:20px;
    height:40px;
}

div.flow_chart div#ans_5 {
    display: block;
    margin-top:494px;
    margin-left:290px;
    height:40px;
}

div.browser {
    padding-top: 10px;
    width:700px;
    margin:0 auto 20px auto;
}
div.browser div.browser-header {
    background-color: #BBC7D1;
    height: 33px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

div.browser div.browser-header div.browser-buttons {
    float:left;
    width:70px;
    margin-left:10px;
    padding-top:10px;
}

div.browser div.browser-header div.browser-buttons div {
    height:13px;
    width:13px;
    border-radius: 360px;
    background-color: #aaa9a9;
    float: left;
    margin-right:7px;
}

div.browser div.browser-header div.browser-buttons div:nth-child(1) {
    background-color: #FF4444;
}

div.browser div.browser-header div.browser-buttons div:nth-child(2) {
    background-color: #99BB33;
}

div.browser div.browser-header div.browser-buttons div:nth-child(3) {
    background-color: #FFBB55;
}

div.browser div.browser-header div.browser-address-bar {
    display: flex;
    background-color: #FFFFFF;
    align-items: center;
    justify-content: center;
    width:600px;
    height:23px;
    margin:5px;
    font-size:13px;
    text-align:center;
    float:left;
    color: #474747;
    background-image: url("images/padlock.png");
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 5px 50%;
    border-radius: 5px;
}

div.browser div.browser-header div.browser-address-bar input {
    margin-top:2px;
    width:500px;
    text-align:center;
    border:0px;
    color: #98a9ba;
}

div.browser div.browser-header div.browser-address-bar input:focus {
    outline:none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

div.browser div.browser-header div.browser-address-bar span {
    color: #F00;
    font-weight: bold;
    cursor: pointer;
}

div.browser div.browser-header div.browser-application-name {
    width:600px;
    height:15px;
    margin-top:5px;
    font-size:13px;
    text-align:center;
    float:left;
    color: #474747;
}

div.browser div.browser-body {
    border:1px solid #ececec;
    padding:5px;
    min-height: 300px;
    background: white;
}

.console {
    padding-top: 10px;
    width:700px;
    margin:0 auto 20px auto;
}

.console-header {
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    height: 30px;
    background-color: #bbc7d1;
}

.console-header span {
    margin-left:10px;
    margin-top:7px;
    display: block;
    float:left;
    height:16px;
    width:16px;
    border-radius: 360px;
    background-color: #b32b2b;
}

.console-header span:nth-child(2) {
    background-color: #589724;
}

.console-header span:nth-child(3) {
    background-color: #e0bc3b;
}

#console-body {
    background-color: #000;
    height: 400px;
    color:#ececec;
    padding:5px;
    font-family: Hack, sans-serif;
    overflow: auto;
}

#console-body span.g {
    color: #84e744;
}

#console-body span.r {
    color: #b32b2b;
}

#console-body span.b {
    color: #2555dc;
}

div.panel {
    margin:10px;
}

div.panel div.panel-heading {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    font-size:18px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    background-color: #ececec;
}

div.panel div.panel-body {
    font-size:12px;
    border:1px solid #ececec;
}

table.attack-sheet {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;

}



table.attack-sheet tr:first-child td {
    background-color: #FAFAFA;
    font-weight: bold;
}

table.attack-sheet tr td:first-child {
    background-color: #FAFAFA;
    font-weight: bold;
}

table.attack-sheet tr td:last-child {
    border-right:0px;
}

table.attack-sheet tr td {
    border-right:1px solid #ececec;
    border-bottom:1px solid #ececec;
}

table.attack-sheet tr:nth-child(2) td {
    font-weight: bold;
}

table.syslog-table {
    width:100%;
    padding: 0;
    border-collapse: collapse;
    text-align: center;
}

table.syslog-table tr th {
    background-color: #F7F7F7;
    border-bottom:1px solid #cbc9c9;
}


table.syslog-table tr:nth-child(odd) td {
    background-color: #E8EBFB;
}

table.syslog-table tr td {
    border-right:1px solid #cbc9c9;
}

table.syslog-table tr td:last-child {
    border-right:0px;
}

table.syslog-table tr.add_syslog_event td {
    background-color: #F00;
    color:#FFF;
    cursor:pointer;
}


table.event-log {
    width:100%;
    font-size: 16px;
}

table.event-log tr th {
    background-color: #b1d7ee;
    padding:5px;
    border-bottom:1px solid #adabab;
}

table.event-log tr th:first-child {
    border-right:1px solid #adabab;
}

table.event-log tr td {
    padding:10px;
    border-bottom:1px solid #ececec;
}

table.event-log tr td:first-child {
    border-right:1px solid #ececec;
}

table.event-log tr:last-child td {
    border-bottom:0px solid #ececec;
}

table.highlight tr:hover td {
    background-color: #bff3bc;
}

div.charts {
    height:250px;
}

div#piechart {
    width:300px;
    height: 250px;
}

div.table_area {
    float:left;
    width:374px;
    height: 250px;
}

div#table {
    width:374px;
    height: 250px;
}

div.pie_area {
    float:left;
    width:300px;
    height: 250px;
}

div.introductions {
    width:500px;
    margin:0 auto 20px auto;
}

div.introductions div.instructions-header {
    height:30px;
    line-height: 30px;
    padding-left:20px;
    color: #ffffff;
    background-color: #135CBB;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

div.introductions div.instructions-body {
    border:1px solid #ececec;
    background: white;
    padding:10px;
}

div.ip-results {
    width:500px;
    margin:auto;
}

div.ip-results div.warning-header {
    margin-top:10px;
    height: 35px;
    line-height: 35px;
    font-size: 22px;
    font-weight: bold;
    background-color: #F00;
    color:#FFF;
}

div.ip-results div.ip_found {
    color: #ff6600;
    margin-bottom:10px;
}

div.ip-results table.ip {
    width:100%;
    font-size:14px;
    text-align: left;
}

div.ip-results table.ip tr td:first-child {
    width:150px;
}

div.staff_holder {
    margin-top:20px;
    height:200px;
}

div.staff_holder div.staff_member {
    text-align:center;
    float:left;
    width:112px;
    margin-right:10px;
    font-size:14px;
}

div.staff_holder div.staff_member:last-child {
    margin-right: 0px;
}

div.staff_holder div.staff_member div.staff_pic {
    border-radius:360px;margin:4px;width: 100px;height:100px;background-size:cover;background-position: 50% 10px;background-repeat: no-repeat;border:2px solid #ececec;
}

div.staff_holder div.staff_member div.staff_position {
    height:40px;
}


input.thm_input {
    padding:5px 10px 5px 10px;
    border: 1px solid #808080;
    border-radius: 3px;
}

input.thm_input:focus {
    outline:none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border: 1px solid #808080;
}

button.thm_button  {
    background-color: #0a4ca0;
    color:#FFFFFF;
    border-radius: 3px;
    border:2px solid #0a4ca0;
    height: 27px;
}

button {cursor: pointer;}


div.syslog div.browser-header {
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(0, 42, 108, 1) 0%,rgba(162, 208, 241, 1) 60%, rgba(162, 208, 241, 1) 100%);
}


div.syslog div.browser-header div.browser-address-bar {
    display: flex;
    background-color: transparent;
    align-items: center;
    justify-content: center;
    width:600px;
    height:23px;
    margin:5px;
    font-size:13px;
    text-align:center;
    float:left;
    color: #ffffff;
    background-image: none;
    border-radius: 5px;
}


div#flag_modal {
    display: none;
    position: absolute;
    z-index: 1000;
    background-color: rgba(0,0,0,0.8);
    width:100%;
    height:100%;
    top:-10px;
    margin:0;
    padding:0;
}

div#flag {
    width:350px;
    height: 90px;
    line-height: 90px;
    border:3px solid #4eb747;
    text-align: center;
    margin:100px auto;
    background-color: #FFF;
    font-size:22px;
    font-weight: bold;
    border-radius: 10px;
}