.header-wrapper {
    position: fixed;
    z-index: 500;
    top: 0;
    right: 0;
    left: 0;
    height: 44px;
    background: #527dbb;
    color: white;
    font-family: 'Roboto', 'Segoe UI', Tahoma, Segoe UI, Arial, sans-serif;
    border-bottom: 1px solid #3a558e;
}

.header-wrapper a {
    color: #fff;
}

.header-content {
    max-width: 920px;
    line-height: 45px;
    margin: 0 auto;
    padding: 0;
}

.header-site-logo {
    height: 44px;
}

.ow_page_padding {
    margin-top: -52px;
}

.page-wrapper {
    width: 100%;
    max-height: 150px;
    color: #4e5665;
}

.timeline-header-wrapper {
    background: white;
    margin: 0 auto 0px;
    padding: 0;
}

.cover-container {
    position: relative;
}

.cover-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
}

.cover-wrapper img {
    width: 100%;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .3);
    height: auto;
    max-height: 320px;
}

.cover-resize-wrapper {
    position: relative;
    width: 100%;
    height: 150px !important;
    overflow: hidden;
    display: none;
}

.cover-resize-wrapper img {
    position: absolute;
    width: 100%;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .3);
}

.cover-resize-wrapper .drag-div {
    position: absolute;
    top: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.15);
    color: white;
    font-weight: 500;
    padding: 7px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}

.cover-progress {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    text-align: center;
}

.timeline-header-wrapper .avatar-wrapper {
    position: absolute;
    left: 15px;
    bottom: -27px;
    display: inline;
    border-radius: 3px;
}

.timeline-header-wrapper .avatar-wrapper img {
    width: 155px;
    height: auto;
    background: white;
    padding: 4px;
    border-radius: 3px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .3);
}

.timeline-header-wrapper .avatar-change-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    color: white;
    text-align: center;
    font-size: 23px;
    padding-top: 56px;
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
}

.timeline-header-wrapper .avatar-change-wrapper i {
    color: white;
    cursor: pointer;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
}

.timeline-header-wrapper .avatar-wrapper:hover .avatar-change-wrapper {
    visibility: visible;
    opacity: 1;
}

.timeline-header-wrapper .avatar-progress-wrapper {
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 3px;
    left: 5px;
    display: none;
    background: rgba(0, 0, 0, 0.45);
    color: white;
    text-align: center;
    padding: 50px 0 0;
}

.timeline-header-wrapper .timeline-name-wrapper {
    position: absolute;
    left: 190px;
    bottom: 7px;
    display: inline-block;
    color: rgba(255, 255, 255, 0.5);
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.9);
    font-size: 19px;
    font-weight: 500;
}

.group-header-wrapper .timeline-name-wrapper {
    left: 12px;
}

.timeline-header-wrapper .timeline-name-wrapper a {
    color: white;
}

.timeline-header-wrapper .timeline-name-wrapper .verified-badge {
    display: inline-block;
    vertical-align: middle;
    background: #4f82ca;
    color: white;
    text-shadow: 0 0 0 #fff;
    font-size: 9px;
    margin-bottom: 5px;
    padding: 3px 2px 2px 3px;
    border: 2px solid white;
    border-radius: 100%;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .3);
}

.cover-resize-buttons {
    display: none;
}

.empty-wrapper {
    background: white;
    color: #6b6b6b;
    margin: 0 0 10px;
    padding: 10px;
    border: 1px solid #d4d5d6;
    border-radius: 3px;
}

.no-wrapper {
    color: #898f9c;
    padding: 10px;
}

.hidden {
    display: none;
}

.cursor-hand {
    cursor: pointer;
}

.coverphoto-buttons{
    float: none;
    text-align: center;
    margin-top: -24px;
    background-color: #ffffff8c;
    position: relative;
    z-index: 100;
}
.coverphoto-buttons a{
    color: black !important;
}

.image-size-label {
    margin-top: 10px;
}

input, .export {
    display: block;
}

button {
    margin-top: 10px;
}


.coverphoto-list {
    padding: 10px;
}

.coverphoto-list-item {
    width: 22%;
    height: auto;
    border: solid 1px lightgray;
    border-radius: 10px;
    margin: 1%;
    display: inline-block;
}

.coverphoto-list-image {
    width: 100%;
    border-radius: inherit;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.coverphoto-list-icon {
    width: 16px;
    height: 16px;
}

.coverphoto-title {
    text-align: center;
    margin: 2px;
    font-size: 10px;
}

.coverphoto-author {
    text-align: center;
    margin: 2px;
    color: gray;
    font-size: 10px;
}

.coverphoto-date {
    color: lightgray;
    margin: 2px;
    font-size: 10px;
}

.ow_photo_cover_action {
    position: absolute;
    width: 100%;
    text-align: center;
    background-color: lightgray;
    border-top-left-radius: 10px;
}

.ow_photo_cover_action a,
.ow_photo_cover_action a:hover {
    line-height: 14px;
    font-size: 11px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}

.ow_photo_cover_action.ow_preloader a {
    display: none;
}

.ow_photo_cover_hover .ow_photo_cover_action a {
    color: #fff;
}

.ow_photo_cover_hover {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    opacity: 0;
    transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
}

.coverphoto-list-item:hover .ow_photo_cover_hover {
    opacity: 1;
}

.parent_cover:hover .ow_photo_cover_hover {
    opacity: 1;
}

.ow_photo_context_action:hover .ow_tooltip {
    display: block;
}

.ow_photo_list.ow_photo_edit_mode .ow_photo_item .ow_photo_context_action,
.ow_photo_list.ow_photo_edit_mode .ow_photo_item .ow_photo_item_info {
    display: none;
}

.ow_lp_cover {
    height: 300px;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.parent_cover {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
}

.coverphoto-edit-for-select-icon {
    width: 16px;
    height: 16px;
    margin-left: 5px;
    margin-top: 5px;
}

.new_cover_icon{
    width: 16px;
    height: 16px;
}

.new_cover{
    margin-left: 10px;
    margin-right: 10px;
}

.is_current{
    margin-top: -2px;
    width: 10px;
    height: 10px;
}

.container.group-COVERPHOTO_CMP_CoverPhotoWidget {
    margin-bottom: 0;
}