@font-face {
    font-family: 'counter-strike';
    src: url('../fonts/counterstrike/cs_regular-webfont.woff2') format('woff2'),
    url('../fonts/counterstrike/cs_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'counter-strike';
    src: url('../fonts/counterstrike/cs_bold_italic-webfont.woff2') format('woff2'),
    url('../fonts/counterstrike/cs_bold_italic-webfont.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'counter-strike';
    src: url('../fonts/counterstrike/cs_bold-webfont.woff2') format('woff2'),
    url('../fonts/counterstrike/cs_bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'counter-strike';
    src: url('../fonts/counterstrike/cs_italic-webfont.woff2') format('woff2'),
    url('../fonts/counterstrike/cs_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

body {
    position: relative;
    min-height: 100vh;
    padding-bottom: 425px;
    font-size: 1.1rem;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'counter-strike';
    line-height: 0.8;
}

h1, .h1 {
    font-size: 4.5rem;
}

h2, .h2 {
    font-size: 3.75rem;
}

h3, .h3 {
    font-size: 3rem;
}

h4, .h4 {
    font-size: 2.5rem;
}

h5, .h5 {
    font-size: 2rem;
}

h6, .h6 {
    font-size: 1.5rem;
}

/*
 * Header
 */

header {
    background-color: #eee;
    background-color: rgba(249, 249, 249, 1);
    border-top: solid 8px #0e3f7f;
    border-bottom: solid 3px rgba(245, 245, 245, 1);
    margin-bottom: 45px;
}

header .navbar .navbar-lri {
    position: absolute;
    min-width: 240px;
    max-width: 320px;
    width: 25%;
    padding: 0 20px;
    top: 0;
    right: 0;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-bottom-left-radius: 2px;
    background-color: #0e3f7f;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}


/*
 * Footer
 */

footer {
    background-color: #eee;
    background-color: rgba(249, 249, 249, 1);
    border-top: solid 3px rgba(245, 245, 245, 1);
    border-bottom: solid 8px #0e3f7f;
    margin-top: 35px;
}

footer .container {
    margin-top: 30px;
    margin-bottom: 30px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}


/*
 * Timeline base styles
 */
.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #eeeeee;
    left: 50%;
    margin-left: -1.5px;
}

.timeline > li {
    margin-bottom: 20px;
    position: relative;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li > .timeline-panel {
    width: 45%;
    float: left;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    padding: 20px;
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline > li > .timeline-panel:before {
    position: absolute;
    top: 23px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: " ";
}

.timeline > li > .timeline-panel:after {
    position: absolute;
    top: 24px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
}

.timeline > li > .timeline-badge {
    font-family: 'counter-strike';

    color: #fff;
/*    height: 45px; */
    line-height: 40px;
    width: 80px;
    font-size: 1.5em;
    margin-left: -40px;

    text-align: center;
    position: absolute;
    top: 16px;
    left: 50%;
    background-color: #0e3f7f;
    z-index: 100;
    /*
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    */
}

.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

.timeline-body > p + p {
    margin-top: 5px;
}

/* @media (max-width: 767px) { */
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: -20px;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

    ul.timeline > li > .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }

    ul.timeline > li > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }
/* } */

.timeline-heading .timeline-title {
    margin: 0;
}
.timeline-heading > p,
.timeline-heading .small {
    line-height: 1;
}

/*
.timeline > li > .timeline-badge-test {
    background-color: #111;
}
.timeline > li > .timeline-badge-complete {
    background-color: #111;
}
*/

.timeline .timeline-badge-complete hr {
    border-top: 1px solid #fff;
    margin: 3px 12px;
}

.timeline .timeline-badge-complete a {
    color: #fff;
}

.timeline-heading > p { margin: 0; }

.timeline-body { margin-top: 1rem; }


/* Additions to timeline */
.timeline-panel {
    position: relative;
}
.timeline-panel .lri-btn-who {
    position: absolute;
    bottom: 3px;
    right: 3px;
}


.timeline-gallery {
    padding: 20px;
    border-left: solid 1px #ccc;
}

.timeline-gallery img {
/*    width: 50%; */
}

.timeline-gallery .img-thumbnail, .timeline-gallery-full .img-thumbnail {
    margin-bottom: 30px;
}

/*
 * Status base styles
 * -- based on timeline but "individual" / detail apge
 */

.status-badge {
    background-color: #0e3f7f;
    color: #fff;
    display: inline-block;
    padding: 12px 24px;
    position: relative;
}

.status-badge:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(14, 63, 127, 0);
    border-left-color: #0e3f7f;
    border-width: 20px;
    margin-top: -20px;
}

.status-badge,
.status-title {
    display: inline-block;
}

.status-title {
    margin-left: 35px;
    font-size: 3rem;
    line-height: 1.2;
}

.status-panel {
    margin-top: 30px;
}

.status-gallery-full .img-thumbnail {
    margin-bottom: 30px;
}

/*
 * Admin
 */
.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}
.form-signin .checkbox {
    font-weight: 400;
}
.form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
}
.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}