﻿html {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Segoe UI", Arial, Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #222;
    font-size: 10pt;
    background-color: #f1f1f1;
}

hr {
    margin: 0px 0px;
    border-top: 1px solid #dedede;
    border-bottom: 0px solid transparent;
}

table {
    font-size: 10pt;
    line-height: 14pt;
}

select, input, textarea {
    border: 1px solid #d8d8d8;
}

    select[readonly], input[readonly], textarea[readonly] {
        background-color: #eee;
        cursor: not-allowed;
    }

a {
    color: #3c9e7e;
}

    a:hover, a:visited, a:link {
        color: #257b5f;
    }

h1 {
    font-weight: 300;
    font-size: 42pt;
    opacity: .35;
    margin: 20px;
}

h3 {
    font-size: 16px;
}

optgroup {
    font-weight: 600;
}

header {
    background-color: #23282d;
    color: white;
}

label {
    font-weight: 600;
    font-size: 110%;
    display: block;
}

.buttonGreen {
    background-color: #6e9c20;
    color: white;
    border-radius: 2px;
    border: 1px solid #579c20;
    padding: 8px;
    width: 32px;
    height: 32px;
    cursor: pointer;
}

.buttonDefault {
    padding: 8px;
    background-color: #eee;
    border: 1px solid #bfbfbf;
    border-radius: 2px;
    color: #444;
    width: 32px;
    height: 32px;
    cursor: pointer;
}

.crimePerson {
    display: inline-block;
    margin-right: 10px;
}

.flag {
    height: 22px;
    margin-top: -4px;
    margin-left: 4px;
}


/*.locationBoxSuccess {
    margin: 2px 0px;
    padding: 5px;
    background-color: #b3dea2;
    font-size: 90%;
}*/

.infoBox {
    margin: 2px 0px;
    padding: 5px;
    background-color: rgb(255, 255, 255);
    font-size: 90%;
    box-shadow: 1px 1px 11px 0px #afafaf;
    font-weight: 600;
}

.locationBoxSuccess > a {
    text-decoration: none;
    display: block;
    font-weight: 600;
}

/*.infoBoxSuccess {
    border-left: 8px solid green;
    color: #185001;
}

    .infoBoxSuccess > a {
        color: #185001;
    }*/

.infoBoxSuccess {
    background-color: #549a04;
    color: white;
    font-weight: 500;
    padding: 5px 10px;
}

    .infoBoxSuccess > a {
        color: white;
    }

/*.infoBoxNoSuccess {
    border-left: 8px solid red;
    color: #b90000;
}

    .infoBoxNoSuccess > a {
        color: #b90000;
    }*/

.infoBoxNoSuccess {
    background-color: red;
    color: white;
}

    .infoBoxNoSuccess > a {
        color: white;
    }

.spinner {
    display: inline-block;
    width: 40px;
    text-align: center;
}

    .spinner > div {
        width: 8px;
        height: 8px;
        background-color: #333;
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
        animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    }

    .spinner .bounce1 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .spinner .bounce2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}


/*.highlightBase {
    font-weight: 600;
    padding: 1px 3px;
    border-radius: 5px;
}

.highlightYellow {
    color: #6b4600;
    border-bottom: 0px solid #6b4600;
    background-color: #ffe6b6;
}

.highlightPurple {
    color: #18105f;
    border-bottom: 0px solid #18105f;
    background-color: #cdc4ee;
}

.highlightRed {
    color: red;
    border-bottom: 0px solid red;
    background-color: #ffc7c7;
}

.highlightGreen {
    color: green;
    border-bottom: 0px solid green;
    background-color: #c0ffb8;
}

.highlightBlue {
    color: #1b95e0;
    border-bottom: 0px solid #1b95e0;
    background-color: #d2e3ee;
}

.highlightBlack {
    color: black;
    border-bottom: 0px solid black;
    background-color: #ddd;
}*/



.highlightBase {
    font-weight: 600;
    padding: 2px 6px;
    border-radius: 0px;
    background-color: #ffffff;
    box-shadow: 1px 1px 9px #b7b7b7;
    color: white;
    transition: all 0.1s linear;
}

    .highlightBase:hover {
        box-shadow: 1px 1px 9px #888;
        transition: all 0.1s linear;
    }

/*.highlightYellow {
    color: #6b4600;
    border-left: 4px solid #6b4600;
}

.highlightPurple {
    color: #18105f;
    border-left: 4px solid #18105f;
}

.highlightRed {
    color: red;
    border-left: 4px solid red;
}

.highlightGreen {
    color: #4f8600;
    border-left: 4px solid #599404;
}

.highlightBlue {
    color: #1b95e0;
    border-left: 4px solid #1b95e0;
}

.highlightBlack {
    color: black;
    border-left: 4px solid black;
}*/


.highlightBase {
    font-weight: bold;
    padding: 1px 3px;
    border-radius: 5px;
}

.highlightYellow {
    color: #6b4600;
    border-bottom: 0px solid #6b4600;
    background-color: #ffe6b6;
}

.highlightPurple {
    color: #18105f;
    border-bottom: 0px solid #18105f;
    background-color: #cdc4ee;
}

.highlightRed {
    color: red;
    border-bottom: 0px solid red;
    background-color: #ffc7c7;
}

.highlightGreen {
    color: green;
    border-bottom: 0px solid green;
    background-color: #c0ffb8;
}

.highlightBlue {
    color: #1b95e0;
    border-bottom: 0px solid #1b95e0;
    background-color: #d2e3ee;
}

.highlightBlack {
    color: black;
    border-bottom: 0px solid black;
    background-color: #ddd;
}



.word {
    cursor: pointer;
}


.noUi-background {
    background: #0088c5;
}

.noUi-origin {
    background: #42a987;
}

.noUi-target {
    border: 1px solid #dedede;
}

.noUi-base {
    background-color: rgba(0, 165, 239, 0);
}


.tag {
    margin: 0px 7px 7px 0px;
    padding: 3px 8px 4px 8px;
    display: inline-block;
    cursor: pointer;
}

    .tag .tagCounter {
        padding: 3px 8px;
        margin-left: 3px;
        font-weight: 500;
    }

    .tag.inactive {
        background-color: white;
        color: black;
        border: 1px solid #d4d4d4;
    }

        .tag.inactive:hover {
            background-color: white;
            color: black;
            border: 1px solid #bbb;
        }

    .tag.active {
        background-color: #0084de;
        color: white;
        border: 1px solid #0084de;
    }

        .tag.active > .tagCounter {
            background-color: #006fbb;
        }




.feedbackBox {
    padding: 5px;
    font-size: 10pt;
}

.feedbackBoxValid {
    background-color: #b3dea2;
    color: #185001;
}

.feedbackBoxInvalid {
    background-color: #ffc0be;
    color: #500101;
}

input {
    padding: 5px;
}

textarea {
    font-family: Segoe UI;
    padding: 5px;
}

select {
    padding: 5px;
}

.fieldFrame {
    background-color: white;
    border: 1px solid #dadada;
    width: 600px;
}

    .fieldFrame hr {
        border-top: 1px solid #e4e4e4;
        margin: 10px 0px;
    }

.fieldset {
    margin-bottom: 15px;
}

    .fieldset > label {
        float: left;
        width: 120px;
        padding-top: 0px;
        padding-left: 8px;
        text-align: right;
        margin: 0;
        line-height: 20px;
        border-bottom: 0;
        display: block;
        font-size: 10pt;
        font-weight: 600;
    }

    .fieldset.fieldsetform > label {
        padding: 5px;
    }

    .fieldset .controls {
        margin-left: 140px;
        margin-right: 20px;
        min-height: 10px;
    }

        .fieldset .controls .infotext, .fieldset .controls > p {
            font-size: 90%;
            width: 90%;
            margin-bottom: 25px;
            margin-top: 0px;
            padding: 5px;
        }

        .fieldset .controls input {
            width: 90%;
            background-color: #f5f5f5;
            border: 1px solid #d2d2d2;
            padding: 5px;
        }

        .fieldset .controls textarea {
            width: 90%;
            background-color: #f5f5f5;
            border: 1px solid #d2d2d2;
            padding: 5px;
            min-height: 130px;
        }

        .fieldset .controls select {
            width: 90%;
            background-color: #f5f5f5;
            border: 1px solid #d2d2d2;
            padding: 5px;
        }

        .fieldset .controls input[type=checkbox] {
            width: auto;
        }

        .fieldset .controls textarea[disabled], .fieldset .controls input[disabled], .fieldset .controls select[disabled] {
            background-color: white;
            cursor: not-allowed;
        }

        .fieldset .controls input.is-error, .fieldset .controls textarea.is-error, .fieldset .controls select.is-error {
            border: 2px solid red;
            outline: 0px solid transparent;
        }

        .fieldset .controls .error-message {
            color: red;
            font-size: 11pt;
            margin: 5px 0px;
        }

.fieldFrame .saveBtn {
    width: 100%;
    padding: 15px 30px;
    margin: 0px auto;
    color: white;
    display: block;
    font-size: 100%;
    cursor: pointer;
    -webkit-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}

.fieldFrame .save {
    background-color: #319e71;
    border: 1px solid #319e71;
}

    .fieldFrame .save:hover {
        background-color: #42a987;
        border: 1px solid #42a987;
        -webkit-transition: background-color 200ms linear;
        -ms-transition: background-color 200ms linear;
        transition: background-color 200ms linear;
    }

.fieldFrame .nosave {
    background-color: #b90000;
    border: 1px solid #b90000;
}

    .fieldFrame .nosave:hover {
        background-color: #e40000;
        border: 1px solid #e40000;
        -webkit-transition: background-color 200ms linear;
        -ms-transition: background-color 200ms linear;
        transition: background-color 200ms linear;
    }

.fieldGroupHeader {
    display: block;
    margin: 10px 0px 30px 0px;
    padding: 10px 25px;
    color: #333333;
    border-bottom: 1px solid #e4e4e4;
    border-top: 1px solid #e4e4e4;
    font-size: 20px;
    background-color: #f6f6f6;
}

    .fieldGroupHeader > span {
        margin-right: 15px;
        cursor: pointer;
    }

        .fieldGroupHeader > span.inactive {
            opacity: .30;
        }

table {
    border-collapse: collapse;
    border-spacing: 2px;
    width: 100%;
}

th {
    border-bottom: 2px solid #42a987;
    padding: 10px;
    font-weight: 500;
}

td {
    border-bottom: 1px solid #ddd;
    padding: 10px;
}

.simpleButton {
    padding: 5px 10px;
    background-color: white;
    border: 1px solid #ccc;
    color: #444;
    border-radius: 1px;
    cursor: pointer;
    transition: all 100ms linear;
}

    .simpleButton:hover {
        background-color: #eee;
        border: 1px solid #bbb;
        transition: all 100ms linear;
    }

.clear {
    clear: both;
}


a.duplicateFeed {
    padding: 8px 10px 8px 0px;
    border-bottom: 1px solid #4e4e4e;
    color: white;
    text-decoration: none;
    display: block;
}

.duplicateCity {
    font-weight: 600;
}

.duplicateDate {
    opacity: .6;
}

.duplicateTitle {
    max-height: 40px;
    white-space: pre-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fieldGroupHeaderButton {
    height: 42px;
    width: 42px;
    border: 0px solid transparent;
    background-color: transparent;
    margin: 1px 0px;
    font-size: 14pt;
    color: #4e4e4e;
    transition: all 0.1s linear;
}

    .fieldGroupHeaderButton:hover {
        background-color: #ffffff;
        transition: all 0.1s linear;
    }


a.ogcontainer {
    border: 1px solid #ccc;
    cursor: pointer;
    display: block;
    transition: all 0.1s linear;
    background-color: #222;
    color: white;
    text-decoration: none;
}

    a.ogcontainer:hover, a.ogcontainer:visited, a.ogcontainer:active {
        text-decoration: none;
        box-shadow: 1px 1px 20px #777;
        transition: all 0.1s linear;
        background-color: #333;
        color: white;
        text-decoration: none;
    }

.ogcontainer > .ogcontent {
    padding: 15px;
}

.ogcontainer > .ogimage {
    max-width: 100%;
    text-align: center;
}

.ogcontainer > .ogcontent > .ogtitle {
    font-weight: 600;
    font-size: 12pt;
    margin-bottom: 5px;
    line-height: 14pt;
}

.ogcontainer > .ogcontent > .ogdescription {
}

.ogcontainer > .ogcontent > .ogurl {
    opacity: .5;
    margin: 5px 0px;
}

.inputButton {
    height: 31px;
    width: 31px;
    border: 1px solid #23282d;
    margin-left: -4px;
    color: white;
    font-weight: 600;
    background-color: #23282d;
    font-size: 12pt;
}

.container-infoBar {
    padding: 8px 25px;
    background-color: #0072e4;
    color: white;
}

    .container-infoBar a.infoBarButton {
        float: right;
        color: white;
        background-color: transparent;
        border: 0px solid transparent;
        margin-top: -20px;
    }

    .container-infoBar a {
        color: white;
        font-weight: bold;
    }

.gender {
    height: 18px;
    margin-top: -5px;
    margin-right: 1px;
}

.content-container {
    width: 1000px;
    margin: 0px auto 0px auto;
    padding: 0px;
}

.content-container-header {
    margin: 15px 0px;
}

    .content-container-header > h2 {
    }

    .content-container-header > p {
        width: 600px;
        line-height: 18pt;
    }

.content-container-header-center {
    margin: 15px 0px;
    text-align: center;
}

    .content-container-header-center > h2 {
    }

    .content-container-header-center > p {
        width: 600px;
        line-height: 18pt;
        margin: 0px auto;
    }

    .content-container-header button, .content-container-header-center button, .content-container-header a.button, .content-container-header-center a.button {
        padding: 6px 8px;
        background-color: white;
        border: 1px solid #d8d8d8;
        color: black;
        text-decoration: none;
        display: inline-block;
    }

        .content-container-header button:hover, .content-container-header-center button:hover, .content-container-header .button:hover, .content-container-header-center .button:hover {
            transition: all 0.1s linear;
            border: 1px solid #bbbbbb;
        }

.content-container-header .button-red {
    background-color: red !important;
    color: white !important;
    border: 1px solid #bd0000;
}

    .content-container-header .button-red:hover {
        border: 1px solid #980000;
    }

.content-container-content {
    background-color: white;
    border: 1px solid #ddd;
    border-bottom: 2px solid #ccc;
    margin-bottom: 10px;
}

.italics-faded {
    font-style: italic;
    opacity: .6;
}

.minor-faded {
    opacity: .6;
    font-size: 85%;
}

.faded {
    opacity: .6;
}

th[data-property] {
    cursor: pointer;
}

    th[data-property] i {
        margin: 3px 6px;
        display: inline-block;
    }

.paging {
    width: 175px;
    margin: 10px auto;
}

    .paging .pagingButton {
        width: 32px;
        height: 32px;
        background-color: white;
        border: 1px solid #d8d8d8;
        display: inline-block;
        cursor: pointer;
        text-align: center;
        transition: all 0.1s linear;
    }

        .paging .pagingButton:hover {
            border: 1px solid #a1a1a1;
            transition: all 0.1s linear;
        }

        .paging .pagingButton i {
            height: 32px;
            line-height: 32px;
        }

    .paging input {
        width: 50px;
        text-align: center;
        height: 32px;
    }

.postingTitle {
    padding: 6px 0px 6px 0px;
    font-size: 14pt;
    font-weight: 600;
    border-top: 1px solid #ddd;
}

.postingText {
    padding: 6px 0px 6px 0px;
    white-space: pre-wrap;
    border-top: 1px solid #ddd;
}

    .postingText a.fancybox img {
        box-shadow: 0 0 20px #b7b7b7;
    }

.postingAvatar {
    margin: 0px 10px 0px 0px;
    float: left;
    border-radius: 5px;
    box-shadow: 1px 1px 15px #a5a5a5;
}

.postingAuthor {
    height: 60px;
}

    .postingAuthor a {
        color: black;
        display: block;
    }

.postingAuthorName {
    font-size: 12pt;
    font-weight: 600;
}

.fieldFrameButton {
    width: 44px;
    height: 44px;
    float: right;
    display: block;
    padding: 13px;
    background-color: transparent;
    transition: all 0.1s linear;
    cursor: pointer;
    font-size: 16pt;
    margin-top: 10px;
    margin-bottom: -10px;
    border: 0px;
}

    .fieldFrameButton:hover {
        background-color: #ececec;
        transition: all 0.1s linear;
    }

.feedContainer {
    width: 365px;
    float: left;
}

    .feedContainer .feedTag {
        display: inline-block;
        border: 1px solid #d8d8d8;
        padding: 2px 6px;
        margin: 0px 3px 3px 0px;
        background-color: white;
    }

        .feedContainer .feedTag a {
            text-decoration: none;
            color: black;
        }

    .feedContainer .feedAuthor {
        font-size: 11pt;
        font-weight: 600;
    }

    .feedContainer .feedSummary {
        margin: 10px 0px;
    }

.no-hover-underline, .no-hover-underline:hover, .no-hover-underline:active, .no-hover-underline:visited {
    text-decoration: none;
}

.header-notification {
    background-color: #42a987;
    color: white;
    border-radius: 8px;
    padding: 1px 5px 2px 6px;
    font-weight: 600;
    top: 13px;
    position: absolute;
    left: 19px;
    font-size: 8pt;
    min-width: 18px;
}

a.header-icon {
    position: relative;
    display: inline-block;
    width: 50px;
    color: white;
}

    a.header-icon:hover {
        color: white;
    }

    a.header-icon .fa {
        font-size: 20px;
    }

.header-avatar-menu {
    display: none;
    position: absolute;
    background-color: white;
    color: #333;
    left: -205px;
    width: 250px;
    top: 40px;
    box-shadow: 1px 1px 10px #b5b5b5;
    z-index: 50000;
}

.header-avatar {
    position: relative;
    display: inline-block;
    height: 50px;
    width: 50px;
}

    .header-avatar:hover .header-avatar-menu {
        display: block;
    }

.header-avatar-menu ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

    .header-avatar-menu ul li {
        margin: 0px;
    }

        .header-avatar-menu ul li .fa {
            width: 20px;
            font-size: 12pt;
        }

.header-avatar-menu a {
    color: black;
    padding: 8px 15px;
    display: block;
    border-top: 1px solid #ddd;
}

    .header-avatar-menu a:hover {
        background-color: #319e71;
        color: white;
        text-decoration: none;
    }


.crimeCounter {
    background-color: #222;
    color: white;
    padding: 2px 8px 4px 8px;
    border-radius: 3px;
    font-weight: 600;
    margin-right: 4px;
    float: left;
}

.crimeCity {
    font-size: 14pt;
    font-weight: 600;
}

.crimeLabel {
    font-size: 10pt;
    font-weight: 600;
    width: 150px;
}

.crimeText {
    margin: 5px 0px 0px 0px;
}

.crimeBox a {
    color: #333;
    text-decoration: none;
}

.crimeBox {
    padding: 25px;
}

    .crimeBox table {
        margin: 0px -10px 0px -10px;
    }

        .crimeBox table td {
            padding: 4px 10px;
        }


    .crimeBox .ogcontainer {
        width: 440px;
        margin: 10px 0px 0px 0px;
        color: white;
    }

.cursor-pointer {
    cursor: pointer;
}

.spinner-pulse {
    position: absolute;
    width: 100px;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    height: 100px;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 0;
    }
}

.screen-overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    right: 0px;
    top: 0px;
    left: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.24);
    color: white;
    z-index: 100000;
}


ul.inline-menu {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

    ul.inline-menu li ul {
        list-style-type: none;
        margin: 0px;
        padding: 0px;
    }

    ul.inline-menu li {
        margin: 0px;
        padding: 0px;
    }

        ul.inline-menu li.first {
            font-weight: 600;
            font-size: 14pt;
        }

        ul.inline-menu li.second {
            border-bottom: 1px solid #ddd;
            transition: all 0.1s linear;
        }

            ul.inline-menu li.second:hover {
                background-color: white;
                transition: all 0.1s linear;
            }

            ul.inline-menu li.second a {
                text-decoration: none;
                color: #333;
                display: block;
                padding: 3px 0px;
                cursor: pointer;
            }

                ul.inline-menu li.second a.selected {
                    color: white;
                    background-color: #42a987;
                    padding: 3px 10px;
                    margin: 0px -10px;
                }

            ul.inline-menu li.second .count {
                float: right;
            }

.bubble {
    display: inline-block;
    height: 8px;
    width: 8px;
    border-radius: 10px;
    margin-right: 5px;
}

.visitor-bubble {
    background-color: #1b9dc1;
}

.online-bubble {
    background-color: #6baf1d;
}

.infobar-container {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    width: 200px;
    background-color: rgba(255, 255, 255, 0.88);
    border-left: 1px solid #d6d6d6;
}

.infobar {
    padding: 10px 10px;
}

.icon-lock-sidebar {
    float: left;
    padding: 17px;
    font-size: 14pt;
    height: 50px;
    width: 50px;
    cursor: pointer;
}

cursor-pointer {
    cursor: pointer;
}



.accentButton {
    background-color: #42a987;
    border: 2px solid #42a987;
    padding: 4px 10px;
    border-radius: 4px;
    color: white;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    transition: all 0.1s linear;
}

    .accentButton:hover {
        background-color: #3ca07f;
        border: 2px solid #3ca07f;
        color: white;
        transition: all 0.1s linear;
        text-decoration: none;
    }


a.accentButton:link, a.accentButton:active, a.accentButton:visited {
    text-decoration: none;
    color: white;
}

a.info-poster {
    color: white;
    text-decoration: none;
    display: block;
}

    a.info-poster:hover {
        box-shadow: 1px 1px 20px #777;
    }

.info-poster {
    position: relative;
}

.info-poster-container {
    position: absolute;
    color: white;
    padding: 15px;
    width: 240px;
}

.info-poster-header {
    font-weight: 600;
    font-size: 18pt;
    line-height: 20pt;
    text-shadow: 0 0 15px black;
}

.info-poster-text {
    margin-top: 6px;
    color: #dadada;
}

.info-no {
    background-color: red;
    color: white;
    padding: 0px 7px 1px 7px;
    display: inline-block;
    border-radius: 10px;
}

.arrow-green-bg {
    background-color: #7cb31f;
    color: white;
    padding: 7px;
    border-radius: 25px;
    font-size: 10pt;
}

.arrow-green {
    color: #42a987;
    padding: 7px;
    font-size: 10pt;
}

.validationSummary {
    color: black;
    font-weight: 400;
    font-size: 10pt;
    padding: 10px;
    width: 600px;
    margin-bottom: 15px;
    box-shadow: none;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

    .validationSummary ul {
        list-style-type: none;
        margin: 0px;
        padding: 0px;
    }

        .validationSummary ul li {
            margin: 0px;
            padding: 0px;
        }


.btnSimple {
    padding: 5px 10px;
    background-color: white;
    border: 1px solid #bbb;
}

a.btnSimple {
    text-decoration: none;
    color: #333;
}

    a.btnSimple:hover {
        background-color: #f6f6f6;
    }

.dialog {
    text-align: left;
}

.profile {
}

.profile-avatar {
    border: 2px solid white;
    padding: 1px;
    box-shadow: 0 0 20px 0px #bdbdbd;
    border-radius: 10px;
    height: 200px;
    width: 200px;
}

.profile-short-info {
    margin: 3px 0px;
}

    .profile-short-info .fa {
        width: 15px;
        text-align: center;
    }

.profile-content {
    float: left;
    width: 740px;
}

.log-referrer {
    color: #42a987;
    font-size: 90%;
}

.log-referrer-external {
    color: #bd0000;
    font-size: 90%;
}

.breadcrumb-bar {
    margin-top: 15px;
    border: 1px solid #d6d6d6;
    background-color: white;
}


a.breadcrumb-label {
    text-decoration: none;
    display: inline-block;
    padding: 5px 15px;
    border-right: 1px solid #d6d6d6;
    background-color: white;
    color: #333;
}

    a.breadcrumb-label:hover {
        background-color: #42a987;
        color: white;
    }

.breadcrumb-separator {
    padding: 5px 10px;
    border-right: 1px solid #d6d6d6;
}

.feedback-success {
    background-color: #7cb31f;
}

.feedback-error {
    background-color: #d65523;
}

.feedback-warning {
    background-color: #e87300;
}

a.gray {
    color: gray;
    text-decoration: none;
}

.semibold {
    font-weight: 600;
}

.image-container {
    border: 1px solid #e2e2e2;
    padding: 24px;
    background-color: white;
    float: left;
    width: 250px;
    height: 270px;
}

    .image-container:hover {
        background-color: #eee;
    }

    .image-container .fa {
        display: inline-block;
        margin: 10px 10px 0px 0px;
        font-size: 12pt;
        color: #333;
        cursor: pointer;
    }

.image-thumbnail {
    position: relative;
    width: 200px;
    height: 200px;
    overflow: hidden;
}

    .image-thumbnail img {
        position: absolute;
        left: 50%;
        top: 50%;
        height: 100%;
        width: auto;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }

        .image-thumbnail img.portrait {
            width: 100%;
            height: auto;
        }


.feed-image-thumbnail {
    position: relative;
    width: 128px;
    height: 128px;
    overflow: hidden;
    margin: 1px;
    display: inline-block;
}

    .feed-image-thumbnail img {
        position: absolute;
        left: 50%;
        top: 50%;
        height: 100%;
        width: auto;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }

        .feed-image-thumbnail img.portrait {
            width: 100%;
            height: auto;
        }

ul.header-menu {
    list-style-type: none;
    padding: 0px;
    margin: 0px auto;
    width: 1000px;
}

    ul.header-menu > li {
        border-bottom: 3px solid transparent;
        display: inline-block;
        margin: 0px;
        position: relative;
    }

        ul.header-menu > li:hover {
            background-color: #23282d;
            border-color: #23282d;
        }

        ul.header-menu > li.selected {
            border-bottom: 3px solid #e9ae4c;
        }

        ul.header-menu > li > a {
            color: #eee;
            padding: 10px 15px 6px 15px;
            text-decoration: none;
            display: inline-block;
        }

            ul.header-menu > li > a > .no {
                background-color: #42a987;
                color: white;
                border-radius: 8px;
                padding: 1px 5px 2px 6px;
                font-weight: 600;
                font-size: 8pt;
                min-width: 18px;
                display: inline-block;
            }

        ul.header-menu > li:hover ul.sub-menu {
            display: inline-block;
        }

ul.sub-menu {
    display: none;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    box-shadow: 0 0 20px #c1c1c1;
    position: absolute;
    background-color: white;
    top: 38px;
    left: 0px;
    z-index: 100000;
}

    ul.sub-menu > li {
        color: #000;
        border-bottom: 1px solid #dcdcdc;
        min-width: 250px;
    }

        ul.sub-menu > li > a {
            padding: 8px 15px;
            color: black;
            text-decoration: none;
            display: block;
        }

            ul.sub-menu > li > a > i {
                width: 22px;
                float: left;
                margin: 2px 0px;
                font-size: 12pt;
            }

        ul.sub-menu > li:hover a {
            color: white;
            text-decoration: none;
            background-color: #319e71;
        }

.duplicates-box {
    background-color: #353535;
    color: white;
    border: 4px solid red;
    padding: 10px 0px;
}

    .duplicates-box a {
        color: white;
        text-decoration: none;
        display: block;
        border-bottom: 1px solid #555;
        padding: 10px 10px;
        transition: all 0.1s linear;
    }

        .duplicates-box a:hover {
            background-color: #444;
            transition: all 0.1s linear;
        }

    .duplicates-box .duplicates-close {
        opacity: 0.6;
        font-size: 80%;
        cursor: pointer;
    }


.og-video-btn {
    position: absolute;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    font-size: 24pt;
    border: 3px solid white;
    border-radius: 100px;
    width: 100px;
    height: 100px;
    padding: 30px 38px;
    background-color: rgba(255, 255, 255, 0.24);
    box-shadow: 0 0 12px 0px white;
    transition: all 0.1s linear;
    color: white;
    cursor: pointer;
}

    .og-video-btn:hover {
        background-color: rgba(255, 255, 255, 0.50);
        transition: all 0.1s linear;
        font-size: 28pt;
        padding: 27px 36px;
    }


a.lang-picker {
    position: relative;
    display: inline-block;
    margin: 14px 8px;
}

    a.lang-picker > img {
        position: absolute;
        top: -6px;
        height: 20px;
        left: -3px;
    }

.input-label-box {
    display: inline-block;
}

    .input-label-box > label {
        font-size: 9pt;
        font-weight: 700;
        text-transform: uppercase;
        padding: 0px 8px;
    }

#sidebar {
    background-color: #232629;
    position: fixed;
    top: 0px;
    bottom: 0px;
    width: 50px;
    box-shadow: 0px 0px 11px #2d2d2d;
    z-index: 100;
}

    #sidebar ul {
        margin: 0px;
        padding: 0px;
    }

    #sidebar > ul {
        margin-top: 10px;
    }

    #sidebar li {
        margin: 0px;
        padding: 0px;
        list-style-type: none;
    }

    #sidebar > ul > li > a {
        width: 50px;
        height: 50px;
        display: block;
        position: relative;
    }

        #sidebar > ul > li > a > .no {
            background-color: #42a987;
            color: white;
            border-radius: 8px;
            padding: 1px 5px 2px 6px;
            font-weight: 600;
            font-size: 8pt;
            min-width: 18px;
            display: inline-block;
        }

        #sidebar > ul > li > a:hover {
            background-color: #2c2f34;
        }

        #sidebar > ul > li > a > img {
            width: 26px;
            height: 26px;
            margin: 12px;
            opacity: .35;
        }

    #sidebar > ul > li {
        position: relative;
    }

        #sidebar > ul > li > div {
            position: absolute;
            top: -27px;
            left: 50px;
            background-color: #2c2f34;
            visibility: hidden;
            width: 275px;
            color: white;
            font-size: 10pt;
            box-shadow: 0px 0px 5px #2f2f2f;
        }

            #sidebar > ul > li > div > h4 {
                background-color: black;
                margin: 0px;
                padding: 6px 25px;
                text-transform: uppercase;
                font-size: 9pt;
                border-top: 1px solid #c7951a;
            }

            #sidebar > ul > li > div > ul > li {
                /*border-bottom: 1px solid #474b52;*/
                border-bottom: 1px solid #dcdcdc;
                background-color: white;
            }

                #sidebar > ul > li > div > ul > li:hover > a {
                    /*background-color: #3f4248;*/
                    background-color: #319e71;
                    color: white;
                }

                #sidebar > ul > li > div > ul > li > a {
                    padding: 10px 25px;
                    /*color: white;*/
                    color: #333;
                    text-decoration: none;
                    display: block;
                }

                    #sidebar > ul > li > div > ul > li > a > img {
                        float: right;
                        width: 16px;
                        height: 16px;
                        margin-top: -2px;
                    }

        #sidebar > ul > li > ul > li {
            background-color: blue;
        }

        #sidebar > ul > li:hover > a > img {
            opacity: 1.0;
        }

        #sidebar > ul > li:hover > div {
            visibility: visible;
        }

table.clean td {
    border-bottom: 0px solid transparent;
}


a.socialmedia-round {
    opacity: .25;
    transition: all 0.1s linear;
    margin: 15px 10px;
}

    a.socialmedia-round:hover {
        opacity: 1;
    }

    a.socialmedia-round > img {
        height: 50px;
    }

ul.footer-list {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

    ul.footer-list li {
        margin: 0px;
        padding: 0px;
    }

.footer-box a {
    text-decoration: none;
    color: white;
    padding: 3px 8px;
    display: block;
    transition: all 0.1s linear;
    opacity: .75;
}

    .footer-box a:hover {
        background-color: #31363c;
        opacity: 1;
    }

.footer-box {
    margin: 0px 20px 20px 20px;
}

.footer-list-header {
    font-size: 12pt;
    font-weight: 600;
}

    .footer-list-header a {
        opacity: 1;
    }


#footer {
    background-color: #232629;
}

.menu-lock {
    float: right !important;
    opacity: .25;
}


.workflow {
}

.workflowBlock {
    margin: 70px 0px 0px 0px;
}

    .workflowBlock .step {
        color: #dfa81e;
        font-weight: bold;
    }

    .workflowBlock h2 {
        font-size: 26pt;
        font-weight: bolder;
        text-transform: uppercase;
        color: white;
        margin: 0px 0px;
    }

    .workflowBlock p {
        margin: 10px 0px;
        color: #ccc;
        line-height: 160%;
        font-size: 11pt;
    }

        .workflowBlock p .highlight {
            color: white;
            font-weight: bold;
        }

        .workflowBlock p a {
            color: white;
        }

.workflow h1 {
    text-align: center;
    font-size: 42pt;
    color: white;
    margin: 0px;
    opacity: 1;
}

.workflow .teaser {
    text-align: center;
    margin: 10px auto 50px auto;
    font-size: 120%;
    line-height: 150%;
    width: 800px;
    color: #ddd;
}

#disqus_thread a {
    color: #faba50;
}

.info-box-light {
    padding: 15px 25px;
    background-color: white;
    margin-bottom: 25px;
    box-shadow: 1px 1px 15px #ddd;
}

.info-box-light-red {
    border-left: 5px solid red;
}

.info-box-light ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

    .info-box-light ul li {
        padding: 0px;
        margin: 0px;
    }

input[disabled] {
    cursor: not-allowed;
}

.message-conversation-item {
    width: 600px;
    padding: 25px;
    margin-bottom: 15px;
    border-top: 1px solid #ddd;
}

.member-action-timestamp {
    color: #9a9a9a;
    font-size: 9pt;
}

.member-action {
    border-bottom: 1px solid #e8e8e8;
    margin: 0px -10px;
    padding: 5px 10px;
}

#tags_container {
    padding: 6px 8px;
    border: 1px solid #e2e2e2;
    background-color: whitesmoke;
    border-radius: 0px;
    font-size: 10pt;
    margin-left: 0px;
}

a.black {
    color: black;
    text-decoration: none;
}

hr.relevance-stats {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 0;
    border-top: 1px solid #cecece;
}

.relevance-stats-group {
    font-size: 12pt;
    font-weight: 600;
    margin: 20px 0px 0px 0px;
}

a.relevance-stats-items {
    padding: 3px 0px;
    border-bottom: 1px solid #ddd;
    color: black;
    text-decoration: none;
    display: block;
}

.relevance-stats-items-label {
}

.relevance-stats-items-count {
    float: right;
    margin-left: 20px;
}

.share-widget {
    background-color: #272727;
    color: #ddd;
    border-radius: 6px;
    margin-bottom: 20px;
}

    .share-widget input {
        width: 100%;
        border: 2px solid #42a987;
        color: #e4e4e4;
        background-color: #353535;
        border-radius: 4px;
        padding: 5px 10px;
    }

    .share-widget a.anchor-faq {
        color: white;
    }

    .share-widget a.jssocials-share-link {
        color: #a7a7a7;
    }

        .share-widget a.jssocials-share-link:hover {
            color: white;
        }

    .share-widget a.jssocials-share-link, .share-widget .jssocials-share-link:hover, .share-widget .jssocials-share-link:active, .share-widget .jssocials-share-link:link, .share-widget .jssocials-share-link:visited {
        border: 0px solid #acacac;
    }

    .share-widget .jssocials-share {
        margin: 1px;
    }

.crime-text-highlight {
    font-weight: 600;
    color: #060606;
    border-bottom: 1px dotted gray;
}

.crime-witness {
    background-color: #2c9270;
    color: white;
    padding: 2px 15px;
    display: block;
    float: right;
    margin-bottom: 5px;
    font-size: 9pt;
    border-radius: 0px 0px 0px 5px;
}

.dont-break-out {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}


.tracking-line-header {
    background-color: #359266;
    padding: 5px 25px;
    color: white;
    cursor: pointer;
}

.tracking-line-body {
    padding: 5px 25px;
}

.tracking-line-header-hits {
    background-color: #1a774b;
    color: white;
    padding: 1px 8px 2px 8px;
    border-radius: 5px;
    font-size: 120%;
    font-weight: 600;
}

.tracking-line-header a {
    color: white;
    padding: 0px 10px;
}

.tracking-line-header img.avatar {
    height: 22px;
    border-radius: 2px;
    margin-top: -5px;
    box-shadow: 0 0 20px 0px #145d3a;
}

.tracking-line {
    border-top: 1px solid #ddd;
    text-align: left;
    margin-bottom: 15px;
}

.tracking-line-header-member {
    float: left;
    padding: 1px 0px;
}

.tracking-line-body-referrer {
    float: left;
    max-width: 90%;
}

.border-button {
    color: white !important;
    background-color: #287b60;
    padding: 6px 15px;
    border-radius: 2px;
    border-bottom: 2px solid #1b614a;
    display: block;
    transition: all 0.15s linear;
    text-decoration: none !important;
}

    .border-button:hover {
        background-color: #359072;
        border-bottom: 2px solid #287b60;
    }


.string-length-counter {
    font-size: 10pt;
    float: right;
    padding: 5px;
}

.string-length-counter-total {
}

.string-length-counter-current {
    font-weight: 600;
}

.tab-box {
}

ul.tab-headers {
    padding: 0px;
    margin: 0px;
    border-bottom: 1px solid #ddd;
}

li.tab-header {
    cursor: pointer;
    background-color: white;
    padding: 5px 25px;
    list-style-type: none;
    display: inline-block;
    border-bottom: 3px solid transparent;
    transition: all 0.2s linear;
}

    li.tab-header:hover {
        background-color: #f4f4f4;
    }

li.tab-header-active {
    border-bottom: 3px solid red;
}

.tab-header-content {
    display: none;
}

.tab-header-content-active {
    display: block;
}

.tab-header-content-container {
    margin: 20px 0px;
}

/* --- Quote --- */

.quote-box {
    background-color: white;
    padding: 10px 45px;
}

.quote-container {
    background-image: url(/Images/site/quote.png);
    background-repeat: no-repeat;
    padding-left: 100px;
    padding-top: 30px;
    max-width: 650px;
}

.quote-text {
    z-index: 10;
}

.quote-text {
    font-family: Times New Roman;
    font-size: 160%;
    line-height: 140%;
    font-style: italic;
}

.quote-person-avatar {
    height: 60px;
    width: 60px;
    border-radius: 50px;
    margin: 0px 15px;
}

.quote-person {
    margin: 20px 0px;
}

    .quote-person > * {
        float: left;
    }

    .quote-person:after {
        content: '';
        display: block;
        clear: both;
    }

.quote-person-introduction {
    margin: 10px 0px;
}

    .quote-person-introduction a {
        display: block;
        color: black;
        font-size: 110%;
        font-weight: 600;
    }

.quote-person-position {
    max-width: 400px;
    display: block;
}

.quote-by {
    margin: 15px 0px;
    font-family: Times New Roman;
    color: silver;
    font-size: 160%;
}

.quote-context {
    margin: 10px 0px;
    line-height: 180%;
    color: gray;
    border-left: 4px solid #cacaca;
    padding: 5px 20px;
}

img[src=""] {
    display: none;
}

a.action {
    color: white;
    background-color: #2f9a64;
    padding: 6px 25px;
    cursor: pointer;
    border-radius: 4px;
    text-decoration: none;
    margin-top: 20px;
    transition: all 0.1s linear;
}

    a.action:hover {
        background-color: #34a26b;
    }

.head-header {
    margin-top: 25px;
    padding: 5px 18px;
    background-color: #f1f1f1;
    color: #232323;
    border: 1px solid #d2d2d2;
    border-bottom-width: 0px;
}

    .head-header .head-actions {
        float: right;
    }

.field-validation-error {
    background-color: red;
    border-radius: 4px;
    padding: 5px 10px;
    margin: 2px 0px;
    color: white;
    display: block;
}

.warning-no-edit {
    border: 1px solid #ff0000;
    margin-bottom: 25px;
    background-color: white;
    box-shadow: 1px 1px 15px #cacaca;
}

    .warning-no-edit > * {
        padding: 8px 10px;
        display: inline-block;
    }

    .warning-no-edit > i {
        color: white;
        background-color: red;
        font-size: 14pt;
        padding: 10px;
    }

.reference-invalid-url {
    border: 1px solid red !important;
    outline: 0px solid transparent;
}

.reference-valid-url {
    border: 1px solid green !important;
    outline: 0px solid transparent;
}

button.reference-remove {
    float: right;
    border: 0px solid transparent;
    background-color: red;
    color: white;
    width: 30px;
    text-align: center;
    padding: 5px;
}

.tag-display-box {
    margin-top: 5px;
}

.tag-display {
    display: inline-block;
    border: 1px solid #c7c7c7;
    border-radius: 4px;
    margin: 0px 2px 2px 0px;
    padding: 3px 8px;
    cursor: pointer;
}

    .tag-display:hover {
        background-color: #2f9a64;
        color: white;
        border: 1px solid #218c56;
    }

.tag-filter {
    padding: 2px 8px;
    border-radius: 8px;
    border: 2px solid #d6d6d6;
    display: inline-block;
    margin: 0px 2px 2px 0px;
    background-color: white;
}

    .tag-filter > span {
        margin-right: 5px;
    }

    .tag-filter > i {
        cursor: pointer;
    }
