[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

.flex-box {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
}

.flex-1 {
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.blockLink {
    display: block;
}

.blockLink, .blockLink:hover, .blockLink:active, .blockLink:focus, .blockLink:after {
    text-decoration: none;
    color: inherit;
}

.paqle-link-button {
    margin: 0;
    padding: 0;
    display: inline;
}

.paqle-pagination {
    cursor: pointer;
}

.paqle-pagination.disabled {
    cursor: default;
}

/* Fix for Bootstrap Modal dialog double scroll bar */
.modal-open {
    overflow-y: hidden !important;
}


/* Query editor */
.paqle-query-editor {
    padding: 0;
    cursor: text;
    border: none;
}

/* This fixes the overzealous zoom on mobile phones */
@media (max-width: 991px) {
    .paqle-query-editor .CodeMirror textarea {
        display: block !important;
        opacity: 0;
        z-index: -1000;
        background-color: white;
        color: white;
        border: none;
        outline: none;
        font-size: 20px !important;
        position: absolute;
        top: -20px;
        left: -60px !important;
        right: 0 !important;
        height: 200px !important;
    }
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.paqle-query-editor .CodeMirror {
    color: rgb(85, 85, 85);
    height: 34px;
    border: 1px solid rgb(204, 204, 204);
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 5px;
    position: absolute;
    left: -1px;
    right: 0;
    top: 0;
}

.paqle-query-editor .CodeMirror-focused {
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 0 8px rgba(82, 168, 236, 0.6);
}

.paqle-query-editor .CodeMirror-hscrollbar, .paqle-query-editor .CodeMirror-vscrollbar {
    visibility: hidden;
}

.paqle-query-editor .CodeMirror-scroll {
    height: auto;
}

.paqle-query-editor .cm-keyword {
    text-transform: uppercase;
}

.paqle-suggestions {
    background-color: #ffffff;
    border: 1px solid rgba(82, 168, 236, 0.8);
    box-shadow: 0 0 8px rgba(82, 168, 236, 0.6), inset 0 1px 2px rgba(0, 0, 0, 0.1);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    position: absolute;
    margin-top: -1px;
    left: 20px;
    right: 90px;
    color: #505050;
    z-index: 1;
    overflow: hidden;
    cursor: default;
}

.paqle-suggestions .paqle-suggestion {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 1px;
    padding-bottom: 4px;
    white-space: nowrap;
}

.paqle-suggestions .paqle-suggestion.selected {
    background-color: rgba(82, 168, 236, 0.20);
    color: #000000;
}

.paqle-suggestions .paqle-suggestion.selected .label {
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.5);
}

.paqle-suggestion-name {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.paqle-menu-icon {
    display: inline-block;
    width: 20px;
    text-align: left;
}

.paqle-language {
    display: inline-block;
    width: 25px;
    margin-right: 5px;
    text-align: center;
    font-family: monospace;
}

.paqle-search-examples code {
    white-space: normal;
}

.paqle-set-operator {
    color: #52a352;
    opacity: 0.6;
}

.paqle-set-operator:hover {
    opacity: 0.9;
}


.feed-menu-button {
    padding-left: 0;
    padding-right: 0;
    min-width: 60px;
}

.paqle-result-list {
    margin-top: 10px;
    margin-bottom: 70px;
}


.irrelevant-dropdown a {
    cursor: pointer;
}

.irrelevant-dropdown a i {
    text-align: left;
    min-width: 20px;
    display: inline-block;
}

.irrelevant-dropdown .dropdown-menu > li > a:hover,
.irrelevant-dropdown .dropdown-menu > li > a:focus {
    color: #333;
    background-color: #eee;
}



.paqle-result {
    display: block;
    position: relative;
    text-align: left;
    margin: 40px auto auto;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 650px;
    border-left: 3px solid white;
}

.paqle-result a {
    text-decoration: none;
}

.paqle-result-title {
    /*
    font: bold 25px 'Lora', serif;
    line-height: 30px;
    color: rgb(50, 50, 50);
    */

    font: 25px "Arial Black",sans-serif;
    line-height: 32px;
    color: rgb(30, 30, 30);

    margin-top: 0;
    margin-bottom: 5px;
}

.paqle-result-body {
    color: rgb(100, 100, 100);

    /*
    font: 15px 'Ubuntu', sans-serif;
    line-height: 20px;
    */

    font: 16px "Georgia", Serif;
    line-height: 20px;

    margin-bottom: 5px;

    /*text-align: justify;*/
    display: block;
}

.paqle-result-body-intensified {
    /* color: #cc0000; */
}

.paqle-result-rejected {
    text-align: left;
}

.paqle-result-rejected .paqle-result-title {
    text-decoration: line-through;
    font-size: 20px;
    color: #999999;
}

@media (max-width: 991px) {
    .paqle-result-body {
        color: rgb(100, 100, 100);
        text-align: left;
    }
}

.paqle-result-article-removed {
    color: rgb(150, 150, 150);
    font-size: 10px;
    text-transform: uppercase;
    text-align: left;
}

.paqle-result-decision-button {
    opacity: 0.7;
    border: none;
    color: darkgray
}

.paqle-result-decision-button:hover {
    opacity: 1;
}

.paqle-result:hover .paqle-result-reject-button {
    color: #a94442;
}

.paqle-result-info {
    color: rgb(150, 150, 150);
    font-size: 12px;
    text-transform: uppercase;
    text-align: left;
    display: block;
}

.paqle-result-info:hover {
    color: #cc0000;
    cursor: pointer;
}

.paqle-result-text:hover .paqle-result-title {
    text-decoration: underline;
    color: #000000;
}

/*.paqle-result:hover {
    border-color: rgb(220, 220, 220);
    cursor: pointer;
    text-decoration: none;
}

.paqle-result:active {
    background-color: rgb(240, 240, 240);
}

.paqle-result:hover .paqle-result-title {
    color: rgb(0, 0, 0);
}*/

.paqle-result-body .paqle-highlight {
    color: rgb(50, 50, 50);
    font-weight: bold;
}

.navbar-inverse .navbar-link:hover {
    text-shadow: 0 0 5px white;
}

.btn:not(.active):not(:active) {
    box-shadow: inset 0 0 2px 0 rgba(255, 255, 255, 0.2) !important;
}

a:active, a:focus {
    outline: none;
}

.feed-followers-positioning {
    margin-top: 20px;
}

.feed-followers-positioning .panel {
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
}

.feed-followers-badge, .feed-followers-badge-inline {
    display: inline-block;
    background: #f0f0f0;
    box-shadow: 0 0 5px white;
    border-radius: 3px;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding-left: 4px;
    padding-right: 4px;
}

.feed-followers-badge {
    position: absolute;
    top: 7px;
    right: 5px;
}

.feed-followers-list {
    padding: 5px;
    padding-bottom: 0;
}

.feed-followers-item {
    height: 40px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.feed-followers-item:hover, .feed-followers-item.feed-followers-item-boxed {
    background-color: #fafafa;
    box-shadow: 1px 1px 1px #f0f0f0;
}

.feed-followers-item-boxed:hover {
    cursor: default;
}

a.feed-followers-item.disabled {
    cursor: default;
}

.feed-followers-thumbnail {
    width: 40px;
    height: 40px;
    overflow: hidden;
    background-color: #f0f0f0;
    text-align: center;
    float: left;
}

.feed-followers-text {
    height: 40px;
    vertical-align: middle;
    padding-left: 5px;
    overflow: hidden;
    white-space: nowrap;
    font-size: 11px;
    line-height: 130%;
}

.feed-followers-text-padding {
    padding-left: 8px;
    padding-top: 5px;
}

.feed-followers-name {
    font-weight: bold;
}

.feed-followers-tagline {
    color: #999999;
}

.feed-followers-item:hover .feed-followers-tagline, .feed-followers-item-boxed .feed-followers-tagline {
    color: #505050;
}

.paqle-feed-list-header {
    cursor: pointer;
    text-transform: uppercase;
}

.paqle-feed-list-header:hover {
    color: #000000;
}

.paqle-button {
    background-image: linear-gradient(to bottom, #f9f9f9, #ffffff 20%, #ffffff 50%, #f8f8f8 90%, #f5f5f5);
}

.paqle-button:hover {
    background-image: linear-gradient(to bottom, #f0f5f9, #ffffff 15%, #ffffff 70%, #f5f5f5 90%, #eaf0f9);
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.paqle-result-entity-list {
    margin-bottom: 2px;
    font-weight: bold;
    line-height: normal;
    font-family: arial, serif;
    font-size: 12px;
    margin-top: 10px;
}

.paqle-result-entity {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 5px;
}

.paqle-result-entity:hover a {
    text-decoration: none;
}

.paqle-result-entity:hover .paqle-result-entity-text {
    text-decoration: underline;
}

.paqle-result-entity .paqle-result-entity-count {
    color: #a0a0a0;
    font-size: x-small;
}

.paqle-hour-input:after {
    content: ':00';
    color: #e0e0e0;
}

