.library-block-inner {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.library-block-inner .library-overlay {
    padding: 16px;
    height: 100%;
}

.library-block-inner .library-title {
    display: flex;
    align-items: flex-end;
    align-content: flex-end;
    flex-flow: row wrap;
    position: absolute;
    bottom: 0;
    top: 50%;
    left: 0;
    right: 0;
    padding: 8px;
    font-size: 18px;
    line-height: 22px;
    font-weight: normal;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #003254 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #003254 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #003254 100%);
}

.library-block-inner .library-title a {
    color: #fff;
    text-decoration: none;
    display: block;
}

.library-block-inner .library-title .library-meta {
    width: 100%;
}

.library-block-inner .library-title .library-date {
    padding-bottom: 4px;
    font-size: 15px;
    line-height: 19px;
    text-align: left;
}

.library-block-inner .library-title .library-teaser {
    padding-right: 25px;
    padding-top: 8px;
    font-size: 15px;
    line-height: 19px;
    width: 100%;
}

.library-block-inner .library-icon {
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    padding-right: 10px;
    padding-bottom: 9px;
    z-index: 10;
    font-size: 24px;
}

.dashboard {
    padding-bottom: 40px;
}

.dashboard a {
    display: block;
    text-decoration: none;
}

.dashboard .item {
    margin-bottom: 8px;
    padding-bottom: 7px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

.dashboard .item:last-of-type {
    border-bottom: 0;
}

.dashboard .item-header {
    padding-bottom: 5px;
    font-size: 12px;
    color: #3c3c3c;
}

.dashboard .item-author {
    font-weight: bold;
}

.dashboard .item-type {
    font-weight: 600;
    color: #2dbcd4;
}

.dashboard .item-body {
    color: #3c3c3c;
    font-size: 90%;
}

.dashboard-nav {
    padding-top: 15px;
}

.dashboard-nav a {
    font-weight: normal !important;
}

.dashboard-nav span.dashboard-nav-box {
    content: '';
    position: absolute;
    border: 2px solid #ccc;
    width: 22px;
    height: 22px;
    margin-left: -4px;
    margin-top: 0;
    cursor: pointer;
    padding-left: 5px;
    padding-top: 1px;
    font-size: 15px;
    line-height: 1;
    overflow: hidden;
}

.dashboard-nav span.dashboard-nav-label {
    padding-left: 26px;
}

.dashboard-nav .btn {
    padding: 6px 12px;
}

.dashboard-slot {
    overflow: hidden;
    margin-bottom: 16px;
}

.dashboard-slot .dashboard-title {
    color: #2f6884;
    font-weight: 900;
    font-size: 18px;
    margin: 0;
    line-height: 1;
    margin-bottom: 6px;
    margin-top: 4px;
}

.dashboard-slot .dashboard-header {
    padding: 12px 16px;
}

.dashboard-slot .dashboard-footer {
    text-align: right;
    position: absolute;
    bottom: 0;
    height: 40px;
    left: 0;
    right: 0;
}

.dashboard-slot .dashboard-footer .btn {
    padding: 5px 12px;
    border-color: #2dbcd4;
    display: inline-block;
    font-size: 13px;
    margin-top: 5px;
    margin-right: 7px;
    font-weight: normal;
}

.dashboard-slot > div {
    position: relative;
    height: 100%;
}

.dashboard-slot-1x1 {
    height: 174px;
}

.dashboard-slot-2x1 {
    height: 174px;
}

.dashboard-slot-1x2 {
    height: 364px;
}

.dashboard-slot-2x2 {
    height: 364px;
}

.dashboard .library-title {
    padding: 8px;
}

.dashboard .library-title.with-icon .library-title-long,
.dashboard .library-title.with-icon .library-title-short {
    padding-right: 30px;
}

.dashboard-scrollable {
    overflow: hidden;
    padding: 0 16px 0 8px;
    margin: 0 8px;
    height: 270px;
    font-size: 13px;
    line-height: 16px;
    position: relative;
}

.dashboard-scrollable .ps__rail-y {
    position: absolute;
    background: rgba(255, 255, 255, 0.4);
    width: 8px;
    right: 0;
    left: initial !important;
}

.dashboard-scrollable .ps__thumb-y {
    position: relative;
    background: #2dbcd4;
    cursor: grab;
}

.dashboard-slot.no-button .dashboard-scrollable {
    height: 300px;
}

.dashboard-listing {
    background: #e6f0f9;
}

.dashboard-feed {
    background: #fbfbfb;
}

.dashboard-feed .item-user {
    padding-left: 10px;
    opacity: 0.7;
}

.dashboard-feed .twitter-icon {
    color: rgba(0, 0, 0, 0.15);
    font-size: 28px;
    margin-top: -6px;
    margin-right: -7px;
}

.dashboard-highlight {
    background: #f5f5f5;
}

.dashboard-highlight .library-overlay {
    padding: 0;
}

.dashboard-highlight .library-block {
    position: relative;
    height: 100%;
}

.dashboard-highlight .library-block-box {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.dashboard-highlight .item-type {
    width: 100%;
    font-size: 13px;
}

.dashboard-custom-fill {
    height: 100%;
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-end;
    padding: 8px;
    position: relative;
}

.dashboard-custom-fill a {
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-end;
    height: 100%;
}

.dashboard-custom-fill .custom-title {
    padding-bottom: 2px;
    font-size: 15px;
    line-height: 19px;
    font-weight: normal;
    width: 100%;
}

.dashboard-custom-fill .custom-text {
    font-weight: bold;
    width: 100%;
    font-size: 120%;
}

.dashboard-custom-fill .custom-icon {
    font-size: 30px;
    width: 100px;
    text-align: right;
    position: absolute;
    top: 20px;
    right: 20px;
    color: white;
    pointer-events: none;
}

.dashboard-custom-fill .custom-icon img {
    width: 30px;
    height: 30px;
}

.dashboard-slot-1x2 .dashboard-custom-fill .custom-icon {
    padding-bottom: 40%;
    font-size: 40px;
    text-align: right;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 100px;
}

.dashboard-slot-1x2 .dashboard-custom-fill .custom-icon img {
    width: 40px;
    height: 40px;
}

@media (max-width: 767px) {
    .dashboard-type-99 {
        display: none;
    }
}

/*53184*/
.dashboard-slot .video-header-modal {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    height: 100vh;
    width: 100vw;
}

.dashboard-slot .video-header-modalbody {
    height: 100vh;
    width: 100vw;
    padding: 15px;
    /*padding-top: 11vh;*/
    padding-top: 30vh;
}

@media (min-width:768px) {
    .dashboard-slot .video-header-modalbody {
        padding-top: 20vh;
    }
}

.dashboard-slot .video-header-media {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.5);
    border: 30px solid rgba(0, 0, 0, 0.5);
}

@media (max-width: 600px) {
    .dashboard-slot .video-header-media {
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
    }
}

.dashboard-slot .video-header-modalclose {
    background: black;
    width: 30px;
    height: 30px;
    text-align: center;
    float: right;
    display: block;
    margin-top: -30px;
    padding-top: 10px;
    font-size: 13px;
    line-height: 16px;
}
/*53184*/