@font-face {
    font-family: 'Avenir';
    font-style: normal;
    font-weight: bold;
    src: url('/fonts/AvenirLTStd-Book_0.otf') format('truetype');
}

@font-face {
    font-family: 'Avenir';
    font-style: normal;
    font-weight: light;
    src: url('/fonts/AvenirLTStd-Light_0.otf') format('truetype');
}

@font-face {
    font-family: 'Avenir';
    font-style: normal;
    font-weight: normal;
    src: url('/fonts/AvenirLTStd-Medium_0.otf') format('truetype');
}

html, body, dialog {
    margin: 0;
    font-weight: 100;
    font-family: 'Rubik', sans-serif;
}

h3 {
    font-family: 'Avenir', sans-serif;
    font-weight: bold;
    font-size: 1.4em;
    margin-top: 0;
}

h2 {
    font-family: 'Avenir', sans-serif;
    font-weight: bold;
    font-size: 1.8em;
    margin-top: 0;
}

h1 {
    font-size: 2.2em;
    font-family: 'Avenir', sans-serif;
    font-weight: bold;
    margin-top: 0;
}

body, dialog {
    background-color: rgba(22, 24, 25, 1);
}

dialog {
    border-color: rgb(89, 89, 89);
    border-radius: 10px;
    max-width: 800px;
    background-color: #1a2540;
}

.dialog-content {
    padding: 20px;
}

.ajax-body {
    color: #fbfbfb;
    max-width: 960px;
    padding: 0;
    width: 100%;
    margin: 0 auto;
    flex-shrink: 0;
}

.extra-info-dialog {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}

.header-wrapper {
    width: 100%;
}

.header-logo {
    display: table;
    margin: 0 auto;
    width: 200px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.header-logo-cjsm {
    display: table;
    margin: 0 auto;
    width: 360px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.header-logo-kb4 {
    display: table;
    margin: 0 auto;
    width: 200px;
    padding-top: 66px;
    padding-bottom: 66px;
}

.summary-box {
    float: left;
    margin: 0 20px 50px 0;
    display: flex;
}

.summary-left {
    width: 70%;
    float: left;
    margin-left: 20px;
}

.phishing-reason-title {
    font-family: 'Rubik', sans-serif;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 22px;
    font-weight: 500;
}

.summary-left > .phishing-reason-description {
    margin-top: 5px;
}

.summary-left > .phishing-reason-title{
    margin-bottom: 0;
    margin-top: 5px;
}

.primary-reason-text {
    margin-bottom: 22px;
    margin-top: 22px;
    font-size: 16px;
}

.descriptor-text-wrapper {
    font-size: 18px;
    float: left;
    margin: 10px 0;
}

.phishing-reason-description {
    font-size: 16px;
    margin-top: 5px;
    line-height: 24px;
}

.summary-description {
    font-size: 16px;
    margin-bottom: unset;
}

.summary-extra-info {
    font-size: 14px;
    color: #c3c5cb;
    line-height: 18px;
    margin-top: 9px;
}

.summary-right {
    width: 29%;
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.dark-section {
    background-color: #1a2540;
    width: 100%;
    padding: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 10px;
}

.report-box {
    margin-bottom: 50px;
    padding: 20px 40px;
}

.error-box {
    margin-bottom: 50px;
    padding: 20px 40px;
}

.descriptor-box {
    /*padding-top: 40px;*/
    padding-top: 40px;
    /*padding-right: 40px;*/
    /*margin-bottom: 50px;*/
    /*margin-bottom: 80px;*/
}

.descriptor-item {
    padding-left: 20px;
    padding-right: 20px;
}

.quick-info {
    content: "";
    display: table;
    clear: both;
    margin-bottom: 50px;
}

.quick-bit {
    float: left;
    display: flex;
    flex-direction: row;
    width: 25%
}

.quick-info-title {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 5px;
    word-break: break-word;
    font-weight: normal;
}

.quick-info-text {
    font-size: 14px;
    color: #c3c5cb;
    word-break: break-word;
    margin: 0 8px 0 0;
}

.quick-info-text-holder {
    flex-grow: 1;
    margin-left: 15px;
}

.quick-info-icon-holder {
    float: left;
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
    /*margin-left: 15px;*/
    color: #009fe3;
}

.quick-info-icon {
    font-size: 48px;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.descriptor-icon-wrapper {
    float: left;
    justify-content: center;
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.virtual-center-helper {
    display: inline-block;
    vertical-align: middle;
}

.ajax-colour-icon {
    width: 50px;
    height: 50px;
}

.descriptor {
    display: flex;
    flex-direction: row;
}

.descriptor-divider {
    border-top: 2px solid #26282a;
}

.ajax-background {
    position: relative;
    z-index: 1;

}

.ajax-background:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url("/images/line_background.png") center center;
    opacity: .7;
    background-size: 100%;
}

.divider {
    float: left;
    max-width: 2px;
    background-color: #2a2c2f;
    border-right: 1px solid #1f2224;
    flex-grow: 1;
    /*height: 100%;*/
    /*position: absolute;*/
    /*left: 50%;*/
    /*margin-left: -3px;*/
    /*top: 0;*/
}

.form-item {
    float: left;
    margin: 0 10px;
}

.form {
    padding-left: 40px;
    padding-right: 40px;

}

.report-type-text {
    padding-left: 25px;
}

.report-type {
    margin-bottom: 5px;
}

.comments-input {
    word-break: break-word;
    height: 35px;
}

.submit-wrapper {
    display: flex;
    align-items: center

}

.report-buttons {
    margin-top: 25px;
}

.button {
    border: none;
    color: white;
    border-radius: 8px;
    background-color: #0278AC;
    padding: 12px 13px;
    font-size: 16px;
    letter-spacing: 0.5px;
    cursor: pointer;
    text-decoration: none;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
}

.button-kb4 {
    border: none;
    color: white;
    border-radius: 8px;
    background-color: #F26724;
    padding: 12px 13px;
    font-size: 16px;
    letter-spacing: 0.5px;
    cursor: pointer;
    text-decoration: none;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
}

.button-kb4:hover {
    background-color: #DA5D20;
}

.button-wrap {
    white-space: normal;
    word-wrap: break-word;
}

.even-spaced-container {

    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;

    /* just for demo */
}

.report-even-spaced-box {
    vertical-align: top;
    display: inline-block;
    zoom: 1
}

.report-button-even-spaced {
    vertical-align: top;
    display: inline-block;
    zoom: 1
}

.stretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0
}

.report-buttons-comments {
    display: flex;
    flex-grow: 1;
}

.report-button-comments {
    margin-right: 15px;
    margin-left: 15px;
    width: auto;
}

.input-text {
    border-radius: 8px;
    background: rgba(19, 27, 47, 1);
    border: 1.8px solid white;
    color: #fbfbfb;
    box-sizing: border-box;
    padding: 10px;
    width: 100%;
}

#linear-dial {
    display: none;
}

.quick-info-help {
    cursor: pointer;
    display: inline-block;
    float: right;
    margin-right: 8px;
}

.dialog-close {
    float: right;
    cursor: pointer;
}

.clear-fix {
    clear: both;
}

.dialog-open {
    opacity: 0.6;
}

.bottom-item {
    margin-bottom: 0;
    line-height: 24px;
}

.report-container {
    display: flex;
}

.report-container > div {
    border-right: 1px solid #ccc;
    padding-right: 20px;
    margin-right: 20px;
}

.report-container > div:last-child {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
}

.report-item {
    flex: 1;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.report-item-title {
    margin-bottom: 15px;
    font-size: 20px;
    word-break: break-word;
}

.report-item-actions {
    margin-top: 15px;
}

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mr-10 {
    margin-right: 10px;
}

@media screen and (max-width: 600px) {
    .header-logo {
        padding-top: 25px;
    }

    .summary-box {
        margin: 20px;
    }

    .divider {
        display: none;
    }

    .summary-left {
        width: 100%;
        margin-left: 0;
    }

    .summary-right {
        display: none;
    }

    .quick-bit {
        width: 100%;
        margin-bottom: 20px;
    }

    .quick-info {
        margin-bottom: 0;
    }

    .dark-section {
        margin: 20px;
        width: auto;
    }

    .even-spaced-container {
        display: block;
    }

    .report-even-spaced-box {
        display: none;
    }

    .report-button-even-spaced {
        margin-top: 15px;
    }

    .descriptor-box {
        padding-top: 20px;
    }

    .descriptor-item {
        padding: 0;
    }

    #linear-dial {
        width: 100%;
        height: 20px;
        display: block;
    }
}