.stream-message img {
    max-width: 25% !important;
    height: auto !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
    margin-right: 10px !important;
    max-height: 75px;
}

.stream-images-one img {
    max-width: 45% !important;
    /*width: 45% !important;*/
    float: left !important ;
    margin-right: 10px !important;
    vertical-align: top !important;
    max-height: 120px !important;
}

.stream-images-two img {
    max-width: 33% !important;
    /*width: 33% !important;*/
    float: left !important;
    margin-right: 10px !important;
    vertical-align: top !important;
    max-height: 90px !important;
}

.logo {
    width: auto;
    height: auto;
    margin-right: 20px;
    margin-bottom: 15px;
}
.epo-logo {
    /*max-height: 30px;*/
    max-width: 100%;
    height: auto;
}

.news-search-small-tile {
    border-bottom: 1px solid #d8d8d8;
    padding: 6px 0;
    font-size: 13px;
}
.news-search-small-tile:last-of-type {
    border-bottom: 0;
}

#searchAllResults {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    border-right: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    padding: 10px 35px;
    width: 100%;
    max-width: 480px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
}
.pointer {
    cursor: pointer;
}
.fa-icon-card {
    margin-right: 10px;
}
.note-btn {
    color: #000 !important;
}

@media screen and (max-width: 768px){
    .m-hidden-clickview {
        display: none;
    }

    .m-text-to-left {
        text-align: left !important;
    }

    .m-col-margin-top {
        padding-top: 10px !important
    }
}

.row-news-list-tile {
    font-size: 0.8rem;
    /*padding-top: 10px;*/
    /*padding-bottom: 5px;*/
    padding: 10px 15px 5px 10px;
    border-top: 1px solid #dee2e6;
}

.row-news-list-tile:nth-child(even){
    background: rgba(0, 0, 0, 0.05);
}
.error-report-tile {
    padding: 15px 0;
    border-bottom: 1px solid #d8d8d8;
}
.error-report-tile:last-of-type {
    border: 0;
}

.editor-dropdown a {
    text-decoration: none !important;
    padding: 8px 8px !important;
    border-bottom: 1px solid #d8d8d8;
}
.editor-dropdown a:last-of-type {
    border-bottom: 0;
}
.user-comment-tile {
    padding: 5px 5px;
}
.user-comment-tile:nth-child(even){
    background: rgba(0, 0,0 ,0.05);
}
.user-card-icon {
    margin-right: 10px;
}
.invalid-feedback {
    background: #c94d4d;
    color: #fff;
    display: block;
    line-height: 200%;
    padding: 0 4px;
}

.form-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.form-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.form-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.form-checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.form-checkbox input:checked ~ .checkmark {
    background-color: #2196F3;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */
.form-checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.form-checkbox .checkmark:after {
    left: 10px;
    top: 7px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.flash-alert {

}

.gallery-image-admin {
    max-height: 100px;
    width: auto;
}

.table-admin tr:first-of-type td {
    border-top: 0;
}

.battery {
    /*-webkit-transform: translate(-50%, -50%);*/
    /*transform: translate(-50%, -50%);*/
    display: inline-block;
    /*margin: 2px;*/
    margin-left: 4px;
    vertical-align: middle;
}
.battery .body {
    box-sizing: border-box;
    border: 1px solid #C7C7C7;
    position: relative;
    width: 30px;
    height: 14px;
    padding: 2px;
    border-radius: 2px;
    box-shadow: 0 0 2px #C7C7C7, inset 0 0 4px #c7c7c7;
    display: flex;
}
.battery .body .level {
    background-color: #7ca500;
    width: 20%;
    height: 100%;
    box-shadow: 0 0 2px #C7C7C7;
    box-sizing: border-box;
    margin: 0 1px 0 0;
}
.battery .body .level:first-of-type {
    border-top-left-radius: 1px;
    border-bottom-left-radius: 1px;
}
.battery .body .level:last-of-type {
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px;
}
.battery .body .level:last-child {
    margin: 0;
}
.battery .body .level.hide {
    opacity: 0;
}
.battery .plus {
    /*background-color: #ecf0f1;*/
    /*width: 12px;*/
    /*height: 40px;*/
    /*position: absolute;*/
    /*left: 100%;*/
    /*top: 50%;*/
    /*-webkit-transform: translate(0, -50%);*/
    /*transform: translate(0, -50%);*/
    /*border-top-right-radius: 6px;*/
    /*border-bottom-right-radius: 6px;*/
    /*box-shadow: 0 0 4px #ecf0f1;*/
}

.modal .modal-header {
    border-radius: 0;
}

@media screen and (max-width: 760px){
    .m-hidden-clickview-header {
        display: block !important;
    }
}

.text-link-hover:hover {
    text-decoration: underline !important;
}

#gallery_editor_container {
    position: fixed;
    background: rgba(0, 0, 0, 0.75);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    display: none;
}

#gallery_editor_box {
    padding: 15px;
    width: 100%;
    position: absolute;
    height: 100%;
    background: #fff;
    border: 1px solid #d8d8d8;
}

#gallery_editor {
    max-height: 80%;
    overflow: auto;
}

.gallery-image-admin {
    cursor: pointer;
}

.editor_gallery_item {
    margin-top: 10px;
    margin-bottom: 5px;
    border-top: 1px solid #d8d8d8;
    padding-top: 15px;
}
.editor_gallery_item:first-of-type {
    border-top: 0;
    margin-top: 0;
}
#gallery-box {
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}

input.fc-small {
    font-size: 12px;
    padding: 4px;
}
.form-group.fg-small {
    margin-bottom: 5px;
}

.checkmark-small {
    margin-right: 0px;
}

.page-item.disabled {
    opacity: 0.3;
}

/*------------*/

@media all and (min-width: 900px) {
    .necrology-element-main-page { width: 31%; }
}
@media all and (max-width: 899px) and (min-width: 600px) {
    .necrology-element-main-page { width: 47%; }
}
@media all and (max-width: 599px) {
    .necrology-element-main-page { width: 96%; }
}

/*------------*/

@media screen and (max-width: 540px){
    article.content {
        padding: 5px !important;
    }
}

@media screen and (max-width: 1550px){
    .hide-small-to-xl {
        display: none;
    }
}

@media screen and (max-width: 1450px){
    .hide-small-to-l {
        display: none;
    }
}

@media screen and (max-width: 1350px){
    .hide-small-to-m {
        display: none;
    }
}

@media screen and (max-width: 1250px){
    .hide-small-to-s {
        display: none;
    }
}

@media screen and (max-width: 1150px){
    .hide-small-to-xs {
        display: none;
    }
}

.wrap-long {
    word-break: break-word;
}

@media screen and (max-width: 780px){
    header.header {
        position: relative;
        margin-bottom: 30px;
    }
}

