﻿* {
    padding: 0;
    margin: 0;
}

body {
    /*    font-size: 1.4em;*/
    font-family: proxima-nova, sans-serif;
    font-weight: 300;
    color: #000;
    width: 100%;
    height: 100%;
    padding-bottom: 20px;
}

/* New for bootstrap v5 */
hr {
    opacity: 0.1;
}
.col-form-label {
    text-align: right;
}

h2 {
    font-size: 30px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 10px;
}
h3 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 10px;
}
h5 {
    font-weight: 600;
}
/* end new */

a {
    color: #f0c911;
    /*#168562*/
}
    a:hover {
        color: #d0ae0b;
        /*#126c50*/
    }

label.col-form-label.required:after {
    content: "*";
    color: red;
}

.new-item {
    font-weight: bold;
}

/*div.font-italic {
    font-style: italic;
}*/

.btn-safe {
    color: #fff;
    background-color: #20cf98;
}
    .btn-safe:hover {
        color: #fff;
        background-color: #1bb282;
    }

.btn-unsafe {
    color: #fff;
    background-color: #f77d61;
}
    .btn-unsafe:hover {
        color: #fff;
        background-color: #f56241;
    }

.large-link {
    line-height: 1.5;
    vertical-align: middle;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
/*input,
select,
textarea {
    max-width: 650px;
}*/
.short-input {
    max-width: 350px;
}
.extra-short-input {
    max-width: 200px;
}

.mark-action {
    font-weight: normal;
}
.checkmark-safe {
    display: inline-block;
    margin: 0;
    width: 20px;
    height: 20px;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
    background-image: url(/images/icons/checkmark-safe.png);
}
.checkmark-unsafe {
    display: inline-block;
    margin: 0;
    width: 20px;
    height: 20px;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
    background-image: url(/images/icons/checkmark-unsafe.png);
}
.issue-image {
    max-width: 80%;
    margin-bottom: 15px;
    border-radius: 10px;
}
.issue-image-container .issue-image:last-child {
    margin-bottom: 0 !important;
}

.safe-color {
    background-color: #20cf98 !important;
}
.unsafe-color {
    background-color: #f77d61 !important;
}

.osha-description {
    font-style: italic;
    padding-left: 2px;
}

.expert-response-section {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #fff;
    padding: 5px;
}
    .expert-response-section h5 {
        width: 100%;
        text-align: center;
    }

/* New details design */
.group-spacer {
    padding-top: 20px;
}
.column-action {
    padding-top: 20px;
}
.column-group {
    padding-bottom: 4px;
    margin-bottom: 6px;
    /*background-color: #f9f9f9;*/
    border-top: 1px solid #e8e8e8;
}
.expert-response-section .column-group {
    background-color: transparent;
}
.column-label {
    width: 175px;
    padding-right: 8px;
    top: 0;
    display: inline-block;
    vertical-align: top;
}
.column-field {
    width: calc(100% - 225px);
    display: inline-block;
    padding-top: 7px;
}
.column-offset {
    margin-left: 175px;
}
.offset-vertical {
    margin-bottom: -4px;
}
.valign  {
    line-height: 34px;
}
h5 {
    /*text-align: center;*/
    width: 100%;
    font-size: 1.2em;
    text-transform: uppercase;
}

.ordered-by {
    font-weight: bold;
}
.header {
    font-weight: bold;
}

.navbar-brand {
    width: 40px;
    height: 40px;
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
    background-image: url(/images/logo.png);
}
.navbar {
    background-color: #f7f7f7;
    border-bottom: 1px solid #dddddd;
    border-radius: 0;
}
.navbar-light .navbar-nav .nav-link {
    color: #f4ca1d;
    padding: 10px !important;
    margin: 5px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
    .navbar-light .navbar-nav .nav-link:hover {
        color: #d0ae0b;
    }

    .navbar .user-info a {
        padding: 0 !important;
        margin: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }
.user-info {
    float: right;
    line-height: 20px;
    padding: 15px;
}
    .user-info span {
        /*symbol font here*/
        margin-right: 7px;
        font-size: 0.8em;
    }

.text-danger-all {
    margin-left: 100px;
}

.version-footer {
    display: inline-block;
    float: right;
    color: #aaa;
}

/* AUTO COMPLETE */
.ac-desc {
    font-style: italic;
}
li.ui-menu-item {
    border-bottom: 1px solid #dddddd;
    color: #333333;
}
    li.ui-menu-item .ui-state-active,
    li.ui-menu-item .ui-state-active:hover {
        background: #f7f7f7;
        border-color: #aaa;
        color: #333333;
    }

/* DASHBOARD */
.comment-unread-date {
    padding: 3px 5px 3px 5px;
    border-radius: 8px;
    background-color: #3f8ef2;
    color: white;
    display: inline;
}
.no-break {
    white-space: nowrap;
}

/* COMMENTS */
.comment-recipient {
    max-width: 90%;
    clear: both;
    float: left;
}
.comment-sender {
    max-width: 90%;
    clear: both;
    float: right;
}

.comment-item {
    margin-bottom: 15px;
}
    .comment-item .comment-author {
        text-align: left;
        font-size: 0.8em;
    }
    .comment-item .comment-date {
        text-align: right;
        font-size: 0.8em;
    }


.comment-message {
    padding: 8px 10px 8px 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.comment-recipient .comment-message {
    background-color: #e4e4e9;
    color: black;
}
.comment-sender .comment-message {
    background-color: #3f8ef2;
    color: white;
}
.comment-image {
    margin-top: 5px;
}
.comment-image img {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    max-width: 100%;
}
#live-comments {
    max-height: 500px;
    overflow-y: auto;
}

.message-section {
    clear: both;
    float: left;
    width: 100%;
    color: #2b2a35;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    /*    font-size: 1.8rem;*/
    box-sizing: inherit;
    display: flex;
    justify-content: center;
    flex-direction: row;
    margin-top: 15px;
}

    .message-section form {
        width: 100%;
        padding: 0;
        margin: 0;
        position: relative;
    }
    .message-section .message-field {
        width: calc(100% - 100px);
        height: 46px;
    }
    .message-section .message-field:focus {
        outline: none;
    }
    .message-section .message-button {
        width: 95px;
        height: 46px;
        margin-left: -5px;
    }
    .message-section .loader {
        display: none;
        position: absolute;
        top: 7px;
        right: 110px;
    }

    .form-control-inline {
        -webkit-font-smoothing: antialiased;
        box-sizing: inherit;
        font-family: inherit;
        margin: 0;
        overflow: visible;
        /*    font-size: 1.6rem;*/
        line-height: normal;
        padding: .75em 1em .7em;
        border: 1px solid #dddfe5;
        -webkit-appearance: none;
        margin-right: 0;
        border-radius: 6px 0 0 6px;
        margin-bottom: 0;
        width: calc(100% - 90px);
        max-width: none;
    }

.control-non-textinput {
    padding-top: 7px;
}

.btn-inline {
    -webkit-font-smoothing: antialiased;
    box-sizing: inherit;
    margin: 0;
    overflow: visible;
    text-transform: none;
    -webkit-appearance: button;
/*    font-size: 1.6rem;*/
    line-height: 1;
    padding: .75em 1.6em .7em;
    background-color: #e6e6e6;
    border: none;
    color: #333;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0 .1rem .1rem transparent;
    text-align: center;
    margin-left: -1px;
    border-radius: 0 6px 6px 0;
}

.notification-targets {
    list-style: circle;
    margin-bottom: 0;
}
.notification-targets li {
    margin-left: 15px;
}

/* bootstrap-select */
.bootstrap-select .dropdown-toggle {
    background-color: #ffffff;
    border-color: #ced4da;
}
    .bootstrap-select .dropdown-toggle .filter-option {
        color: #212529;
    }
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #20cf98;
}
.selectpicker {
    width: 650px;
}


.linebreaks {
    white-space: pre-line;
}

/* Incident side nav */
h2 .extra-header-label {
    float: right;
    font-size: 16px;
    font-weight: 300;
    margin-top: 12px;
}
.link-header {
    margin-top: 12px;
    margin-bottom: 3px;
    font-size: 1.15em;
}
.section-header {
    margin-top: 24px;
    font-size: 1.15em;
}
    .section-header span {
        font-size: 0.8em;
        color: #6d6d6f;
    }
        .section-header span a:link {
            /*color: #6d6d6f;*/
            text-transform: none;
            /*text-decoration: none;*/
        }
    /*.section-header span a:hover {
            color: #000;
            text-decoration: underline;
        }
        .section-header span a:visited {
            color: #6d6d6f;
        }*/
    .nav-pills .nav-link {
        color: #2c2c2c;
        background-color: #f1f1f1;
        margin-bottom: 0.35rem;
        padding: 0.35rem .6rem;
        border: 1px solid #fff;
        border-radius: 0.5rem;
        display: flex;
    }
    .nav-pills .nav-link.active {
        color: #2c2c2c;
        background-color: #f1f1f1;
        font-weight: bold;
        border: 1px solid #2c2c2c;
    }
    .nav-pills .nav-link:hover, .nav-quickitems .nav-link:hover {
        text-decoration: underline;
    }
/*.nav-quickitems {
    padding-top: 10px;
}*/
    .nav-quickitems .simple-link {
        /*color: #000;*/
        padding: 0.2rem .6rem;
    }
    .nav-quickitems .ss-icon,
    .nav-quickitems .hex-icon {
        font-size: 14px;
        padding-right: 6px;
        vertical-align: middle;
        display: inline-block;
    }
    .nav-quickitems:hover .hex-icon {
        text-decoration: none;
    }
.large-icon {
    font-size: 20px;
    color: #6d6d6f;
}

.photos-scroll {
    overflow-x: auto;
    white-space: nowrap;
}
.incident-image {
    max-height: 700px;
    width: auto;
    margin-right: 15px;
    border-radius: 10px;
}
    .photos-scroll .incident-image:last-child {
        margin-right: 0 !important;
    }

.simple-link:not(.btn) {
    color: #f0c911;
    text-decoration: none;
}
    .simple-link:not(.btn):hover {
        color: #d0ae0b;
        text-decoration: underline;
    }
    .simple-link .ss-icon {
        font-size: 14px;
        padding-right: 6px;
        vertical-align: middle;
        display: inline-block;
    }
    .simple-link:hover .ss-icon {
        text-decoration: none;
    }
.simple-link.disabled-link {
    color: #a0a0a0;
}

.submit-row {
    display: table;
}
    .submit-row > * {
        display: table-cell;
        vertical-align: middle;
    }
    .submit-row > span {
        padding-left: 10px;
    }
    .submit-row .btn {
        margin-top: 6px;
    }
    /* ======== */
    .view-container {
        border: 1px solid #e5e5e5;
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 20px;
        border-radius: 12px;
    }
    .view-container.flex-row {
        display: flex;
        flex-direction: row;
    }
    /* first H3 element in container, can also use star instead of h3 */
    .view-container > h3:first-child,
    .export-section > h3:first-child {
        margin-top: 0;
    }
    .view-container table {
        margin-bottom: 0;
    }
        .view-container table tr:last-child td {
            border-bottom-width: 0;
        }
.export-section {
    width: 50%;
}
    .export-section:first-child {
        padding-right: 20px;
    }
    .export-section:last-child {
        border-left: 1px solid #e5e5e5;
        padding-left: 20px;
    }
    .export-section p {
        color: #808080;
    }
.invalid {
    color: #A9A9A9;
    opacity: 0.7;
}
    .invalid a {
        opacity: 0.3;
    }
.next-section-link {
    float: right;
}
/* ======== */
.form-horizontal label {
    color: #6d6d6f;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 18px;
}
.form-horizontal .form-switch label,
.form-horizontal .form-check label {
    color: #000;
    font-size: 1rem;
    text-transform: none;
    line-height: normal;
}

.view-container-filled {
    background-color: #f2f2f7;
    border-radius: 0.5rem;
    padding: 12px;
}
    .view-container-filled h3 {
        font-size: 1.3rem;
        margin-top: 0;
        margin-bottom: 0;
    }
.portal-exclusive-section {
    /*    background-color: #f2f2f7;*/
    border: 1px dashed #6d6d6f;
    border-radius: 0.5rem;
    padding: 12px;
}

h3 .simple-link {
    float: right;
    font-size: 16px;
    font-weight: 300;
    margin-top: 6px;
    margin-right: 6px;
}

/* expand/collapse */
.expand-collapse:hover {
    cursor: pointer;
}
h3 .expand-collapse-icon {
    float: right;
    font-size: 16px;
    font-weight: 300;
    margin-top: 6px;
    margin-right: 6px;
    color: #6d6d6f;
}

.incident-section.collapsed h3 .expand-collapse-icon {
    transform: rotate(90deg);
    margin-top: 3px;
}

.incident-section.collapsed .form-horizontal {
    display: none;
}
.checkbox-cloud .form-check {
    display: inline-block;
    margin-right: 16px;
}

.form-check .form-check-input:checked,
.form-switch .form-check-input:checked {
    background-color: #1bb282;
    border-color: #1bb282;
}

.redacted-info {
    background-color: #e1e1e1;
}
.portal-edit {
    background-color: #f2f2f7;
}
    .portal-edit p, .redacted-info p {
        color: #808080;
        margin: 0;
    }

.redacted-field {
    color: #6d6d6f;
    font-size: 12px;
    font-style: italic;
}

.error-message {
    background-color: #f77d61;
    color: #ffffff;
    border-radius: 0.5rem;
    padding: 12px;
}

.mono {
    font-family: Monaco, monospace;
    font-size: 18px;
    letter-spacing: 4px;
    font-weight: 400;
    padding: 10px;
    width: 115px;
}

/*select:disabled {
}*/
.disabled-link {
    pointer-events: none;
}

.loader {
    border: 2px solid #d8d8d8; /* light grey */
    border-top: 2px solid #f4ca1d;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 1s linear infinite;
    margin-left: 50px;
}
    .loader.small-size {
        display: none;
        margin-left: 5px;
        width: 20px;
        height: 20px;
    }
    .loader.showing {
        display: inline-block;
    }

.svg-regions {
    width: 468px;
    height: 533px;
    position: absolute;
    top: 0;
    left: 0;
}
    .svg-regions * {
/*        fill: rgba(255, 0, 0, .8);*/
        opacity: 0;
    }

.partofbody {
    display: inline-block;
    margin: 0;
    width: 468px;
    height: 533px;
    -webkit-background-size: 468px 533px;
    background-size: 468px 533px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-mask-size: cover;
    -webkit-mask-mode: alpha;
    mask-size: cover;
    mask-mode: alpha;
    background-color: rgba(255, 255, 0, 0.35);
}

.partofbody-template {
    display: inline-block;
    margin: 0;
    width: 468px;
    height: 533px;
    -webkit-background-size: 468px 533px;
    background-size: 468px 533px;
    background-image: url(/images/body/body-template-male.png);
    position: relative;
}

/* FRONT */
.front-head {
    -webkit-mask-image: url(/images/body/front/bodyTemplateMale-front-head.png);
    mask-image: url(/images/body/front/bodyTemplateMale-front-head.png);
}
.front-neck {
    -webkit-mask-image: url(/images/body/front/bodyTemplateMale-front-neck.png);
    mask-image: url(/images/body/front/bodyTemplateMale-front-neck.png);
}
.front-rightshoulder {
    -webkit-mask-image: url(/images/body/front/bodyTemplateMale-front-rightshoulder.png);
    mask-image: url(/images/body/front/bodyTemplateMale-front-rightshoulder.png);
}
.front-leftshoulder {
    -webkit-mask-image: url(/images/body/front/bodyTemplateMale-front-leftshoulder.png);
    mask-image: url(/images/body/front/bodyTemplateMale-front-leftshoulder.png);
}
.front-rightelbow {
    -webkit-mask-image: url(/images/body/front/bodyTemplateMale-front-rightelbow.png);
    mask-image: url(/images/body/front/bodyTemplateMale-front-rightelbow.png);
}
.front-leftelbow {
    -webkit-mask-image: url(/images/body/front/bodyTemplateMale-front-leftelbow.png);
    mask-image: url(/images/body/front/bodyTemplateMale-front-leftelbow.png);
}
.front-rightarm {
    -webkit-mask-image: url(/images/body/front/bodyTemplateMale-front-rightarm.png);
    mask-image: url(/images/body/front/bodyTemplateMale-front-rightarm.png);
}
.front-leftarm {
    -webkit-mask-image: url(/images/body/front/bodyTemplateMale-front-leftarm.png);
    mask-image: url(/images/body/front/bodyTemplateMale-front-leftarm.png);
}
.front-righthand {
    -webkit-mask-image: url(/images/body/front/bodyTemplateMale-front-righthand.png);
    mask-image: url(/images/body/front/bodyTemplateMale-front-righthand.png);
}
.front-lefthand {
    -webkit-mask-image: url(/images/body/front/bodyTemplateMale-front-lefthand.png);
    mask-image: url(/images/body/front/bodyTemplateMale-front-lefthand.png);
}
.front-torso {
    -webkit-mask-image: url(/images/body/front/bodyTemplateMale-front-torso.png);
    mask-image: url(/images/body/front/bodyTemplateMale-front-torso.png);
}
.front-groin {
    -webkit-mask-image: url(/images/body/front/bodyTemplateMale-front-groin.png);
    mask-image: url(/images/body/front/bodyTemplateMale-front-groin.png);
}
.front-leftthigh {
    -webkit-mask-image: url(/images/body/front/bodyTemplateMale-front-leftthigh.png);
    mask-image: url(/images/body/front/bodyTemplateMale-front-leftthigh.png);
}
.front-rightthigh {
    -webkit-mask-image: url(/images/body/front/bodyTemplateMale-front-rightthigh.png);
    mask-image: url(/images/body/front/bodyTemplateMale-front-rightthigh.png);
}
.front-leftknee {
    -webkit-mask-image: url(/images/body/front/bodyTemplateMale-front-leftknee.png);
    mask-image: url(/images/body/front/bodyTemplateMale-front-leftknee.png);
}
.front-rightknee {
    -webkit-mask-image: url(/images/body/front/bodyTemplateMale-front-rightknee.png);
    mask-image: url(/images/body/front/bodyTemplateMale-front-rightknee.png);
}
.front-leftleg {
    -webkit-mask-image: url(/images/body/front/bodyTemplateMale-front-leftleg.png);
    mask-image: url(/images/body/front/bodyTemplateMale-front-leftleg.png);
}
.front-rightleg {
    -webkit-mask-image: url(/images/body/front/bodyTemplateMale-front-rightleg.png);
    mask-image: url(/images/body/front/bodyTemplateMale-front-rightleg.png);
}
.front-leftfoot {
    -webkit-mask-image: url(/images/body/front/bodyTemplateMale-front-leftfoot.png);
    mask-image: url(/images/body/front/bodyTemplateMale-front-leftfoot.png);
}
.front-rightfoot {
    -webkit-mask-image: url(/images/body/front/bodyTemplateMale-front-rightfoot.png);
    mask-image: url(/images/body/front/bodyTemplateMale-front-rightfoot.png);
}

/* BACK */
.back-head {
    -webkit-mask-image: url(/images/body/back/bodyTemplateMale-back-head.png);
    mask-image: url(/images/body/back/bodyTemplateMale-back-head.png);
}
.back-neck {
    -webkit-mask-image: url(/images/body/back/bodyTemplateMale-back-neck.png);
    mask-image: url(/images/body/back/bodyTemplateMale-back-neck.png);
}
.back-rightshoulder {
    -webkit-mask-image: url(/images/body/back/bodyTemplateMale-back-rightshoulder.png);
    mask-image: url(/images/body/back/bodyTemplateMale-back-rightshoulder.png);
}
.back-leftshoulder {
    -webkit-mask-image: url(/images/body/back/bodyTemplateMale-back-leftshoulder.png);
    mask-image: url(/images/body/back/bodyTemplateMale-back-leftshoulder.png);
}
.back-rightelbow {
    -webkit-mask-image: url(/images/body/back/bodyTemplateMale-back-rightelbow.png);
    mask-image: url(/images/body/back/bodyTemplateMale-back-rightelbow.png);
}
.back-leftelbow {
    -webkit-mask-image: url(/images/body/back/bodyTemplateMale-back-leftelbow.png);
    mask-image: url(/images/body/back/bodyTemplateMale-back-leftelbow.png);
}
.back-rightarm {
    -webkit-mask-image: url(/images/body/back/bodyTemplateMale-back-rightarm.png);
    mask-image: url(/images/body/back/bodyTemplateMale-back-rightarm.png);
}
.back-leftarm {
    -webkit-mask-image: url(/images/body/back/bodyTemplateMale-back-leftarm.png);
    mask-image: url(/images/body/back/bodyTemplateMale-back-leftarm.png);
}
.back-righthand {
    -webkit-mask-image: url(/images/body/back/bodyTemplateMale-back-righthand.png);
    mask-image: url(/images/body/back/bodyTemplateMale-back-righthand.png);
}
.back-lefthand {
    -webkit-mask-image: url(/images/body/back/bodyTemplateMale-back-lefthand.png);
    mask-image: url(/images/body/back/bodyTemplateMale-back-lefthand.png);
}
.back-torso {
    -webkit-mask-image: url(/images/body/back/bodyTemplateMale-back-torso.png);
    mask-image: url(/images/body/back/bodyTemplateMale-back-torso.png);
}
.back-buttock {
    -webkit-mask-image: url(/images/body/back/bodyTemplateMale-back-buttock.png);
    mask-image: url(/images/body/back/bodyTemplateMale-back-buttock.png);
}
.back-leftthigh {
    -webkit-mask-image: url(/images/body/back/bodyTemplateMale-back-leftthigh.png);
    mask-image: url(/images/body/back/bodyTemplateMale-back-leftthigh.png);
}
.back-rightthigh {
    -webkit-mask-image: url(/images/body/back/bodyTemplateMale-back-rightthigh.png);
    mask-image: url(/images/body/back/bodyTemplateMale-back-rightthigh.png);
}
.back-leftknee {
    -webkit-mask-image: url(/images/body/back/bodyTemplateMale-back-leftknee.png);
    mask-image: url(/images/body/back/bodyTemplateMale-back-leftknee.png);
}
.back-rightknee {
    -webkit-mask-image: url(/images/body/back/bodyTemplateMale-back-rightknee.png);
    mask-image: url(/images/body/back/bodyTemplateMale-back-rightknee.png);
}
.back-leftleg {
    -webkit-mask-image: url(/images/body/back/bodyTemplateMale-back-leftleg.png);
    mask-image: url(/images/body/back/bodyTemplateMale-back-leftleg.png);
}
.back-rightleg {
    -webkit-mask-image: url(/images/body/back/bodyTemplateMale-back-rightleg.png);
    mask-image: url(/images/body/back/bodyTemplateMale-back-rightleg.png);
}
.back-leftfoot {
    -webkit-mask-image: url(/images/body/back/bodyTemplateMale-back-leftfoot.png);
    mask-image: url(/images/body/back/bodyTemplateMale-back-leftfoot.png);
}
.back-rightfoot {
    -webkit-mask-image: url(/images/body/back/bodyTemplateMale-back-rightfoot.png);
    mask-image: url(/images/body/back/bodyTemplateMale-back-rightfoot.png);
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .checkmark-safe {
            background-image: url(/images/icons/checkmark-safe@2x.png);
        }

        .checkmark-unsafe {
            background-image: url(/images/icons/checkmark-unsafe@2x.png);
        }

        .navbar-brand {
            background-image: url(/images/logo@2x.png);
        }
    }

    @media only screen and (-webkit-min-device-pixel-ratio: 3) {
        .checkmark-safe {
            background-image: url(/images/icons/checkmark-safe@3x.png);
        }

        .checkmark-unsafe {
            background-image: url(/images/icons/checkmark-unsafe@3x.png);
        }

        .navbar-brand {
            background-image: url(/images/logo@3x.png);
        }
    }