


*:focus {
    outline: none !important;
}

.sortable-ghost {
    opacity: .2;
}

img {
    border: 0;
    vertical-align: middle;
}

.logo {
    top: 55px;
    left: 30px;
    position: absolute;
}



.title_xl {
    padding: 3px 15px;
    font-size: 40px;
}

.tile {
    width: 22%;
    min-width: 245px;
    color: #FF7270;
    padding: 10px 30px;
    text-align: center;
    margin-top: 15px;
    margin-left: 5px;
    margin-right: 30px;
    background-color: #fff;
    display: inline-block;
    vertical-align: top;
}

.tile__name {
    cursor: move;
    padding-bottom: 10px;
    border-bottom: 1px solid #FF7373;
}

.tile__list {
    margin-top: 10px;
}

.tile__list:last-child {
    margin-right: 0;
    min-height: 80px;
}

.tile__list img {
    cursor: move;
    margin: 10px;
    border-radius: 100%;
}

.block {
    opacity: 1;
    position: absolute;
}

.block__list {
    padding: 20px 0;
    max-width: 360px;
    margin-top: -8px;
    margin-left: 5px;
    background-color: #fff;
}

.block__list-title {
    margin: -20px 0 0;
    padding: 10px;
    text-align: center;
    background: #5F9EDF;
}

.block__list li {
    cursor: move;
}

.block__list_words li {
    background-color: #fff;
    padding: 10px 40px;
}

.block__list_words .sortable-ghost {
    opacity: 0.4;
    background-color: #F4E2C9;
}

.block__list_words li:first-letter {
    text-transform: uppercase;
}

.block__list_tags {
    padding-left: 30px;
}

.block__list_tags:after {
    clear: both;
    content: '';
    display: block;
}

.block__list_tags li {
    color: #fff;
    float: left;
    margin: 8px 20px 10px 0;
    padding: 5px 10px;
    min-width: 10px;
    background-color: #5F9EDF;
    text-align: center;
}

.block__list_tags li:first-child:first-letter {
    text-transform: uppercase;
}

#editable {
}

#editable li {
    position: relative;
}

#editable i {
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    opacity: 0;
    display: block;
    cursor: pointer;
    color: #c00;
    top: 10px;
    right: 40px;
    position: absolute;
    font-style: normal;
}

#editable li:hover i {
    opacity: 1;
}

#filter {
}

#filter button {
    color: #fff;
    width: 100%;
    border: none;
    outline: 0;
    opacity: .5;
    margin: 10px 0 0;
    transition: opacity .1s ease;
    cursor: pointer;
    background: #5F9EDF;
    padding: 10px 0;
    font-size: 20px;
}

#filter button:hover {
    opacity: 1;
}

#filter .block__list {
    padding-bottom: 0;
}

.drag-handle {
    margin-right: 10px;
    font: bold 15px Sans-Serif;
    color: #b4b4b4;
    display: inline-block;
    cursor: move;
    cursor: -webkit-grabbing;
}

.message-item {
    margin-bottom: 25px;
    padding-top: 33px;
    margin-left: 150px;
    position: relative;
}

.lightbox-wrapper .section-inner{
    cursor: pointer !important;
}

.lightbox-wrapper .section-inner{
    background: #f1f1f1 !important;
}


.lightbox-wrapper .section-inner:after{
    border-right: 20px solid #f1f1f1 !important;
}

.message-item .section-inner,
.lightbox-wrapper .section-inner{
    min-height: 62px;
    -webkit-user-select: none;
    user-select: none;
    margin-top: 15px;
    padding-bottom: 10px;
    padding-top: 18px;
    position: relative;
    background: #e7f2f6;
    margin-bottom: 15px;
    cursor: move;
    margin-left: 16px;
}

.message-item .section-inner:after,
.lightbox-wrapper .section-inner:after {
    border-style: solid;
    border-width: 11px;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    left: -31px;
    top: 21px;
    width: 0;
    color: rgba(255, 255, 255, 0);
    border-right: 20px solid #e2f4f0;
}

.message-item:before {
    background: #e2e2e2;
    bottom: -28px;
    content: "";
    height: calc(100% - 10px);
    left: -29px;
    position: absolute;
    width: 6px;
}

.message-item:after {
    background: #fff;
    border-radius: 50%;
    background-color: #eb3633;
    content: "";
    height: 20px;
    left: -36px;
    position: absolute;
    top: 10px;
    width: 20px;
}

.message-item.word:after {
    background-color: #992746;
}

.message-item.sharing:after {
    background-color: #8f549d;
}

.message-item.sending:after {
    background-color: #2b3576;
}

.message-item.not-sorted:after {
    background-color: #f2ba3a;
}

.message-item.not-sorted:before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 45%, #e2e2e2 50%);
    background-size: 8px 18px, 100% 6px;
    bottom: -30px;
    height: 100%;
}

.message-item.resources:after {
    background-color: #000000;
}

.message-item.endpoint:before {
    display: none;
}

.message-item.endpoint:after {
    background: none;
    border: 2px solid black;
}

.message-item.resources:before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 45%, #040404 50%);
    background-size: 8px 17px, 100% 6px;
    bottom: -28px;
    height: 100%;
}

.clearfix:before, .clearfix:after {
    content: '';
    display: table;
}

.message-item .message-head,
.lightbox-wrapper .message-head {
    border-bottom: 1px solid #6f7070;
    margin-bottom: 5px;
    padding-bottom: 7px;
    padding-left: 10px;
    padding-left: 16px;
}

.message-item .message-head .avatar {
    margin-right: 20px;
}

.message-item .message-head .user-detail {
    /*overflow: hidden;*/
}

.message-item .message-head .user-detail h5,
.lightbox-wrapper .message-head .user-detail h5 {
    font-size: 17px;
    font-family: sofiaprobold;
    margin: 0;
    margin-top: -4px;
    margin-bottom: 4px;
    line-height: 1.1;
    float: left;
    color: black;
    text-transform: uppercase;
}

.message-item .message-head .post-meta {
    float: left;
    padding: 0 15px 0 0;
}

.message-item .message-head .post-meta > div {
    color: #333;
    font-weight: bold;
    text-align: right;
}

.post-meta > div {
    color: #777;
    font-size: 12px;
    line-height: 22px;
}

.message-item .message-head .post-meta > div {
    color: #333;
    font-weight: bold;
    text-align: right;
}

.post-meta > div {
    color: #777;
    font-size: 12px;
    line-height: 22px;
}

.flow-info {
    position: absolute;
    left: auto;
    top: 3px;
    font-style: italic;
    text-align: right;
    right: 104.5%;
}

.flow-info .flow-title {
    font-family: swiftbolditalic;
    font-size:15px;
    cursor: pointer;
}

.flow-info.only-title {
    top: 10px;
}

.action-list a {
    /*font-size: 26px;*/
    font-weight: bold;
    color: black;
    position: absolute;
    left: -3px;
    top: 8px;
    text-decoration: none !important;
}

a.ajax-popup-link::before {
    content: "\f067";
    font-family: fontawesome;
    font-size: 17px;
    font-weight: normal;
}

.image-popup-no-margins{
    text-decoration: none !important;
}


.action-list a:hover,
.action-list a:focus,
.section-content-addnew a:hover,
.section-content-addnew a:focus{
    color:black;
}

.goto-flow-items {
    display: inline-flex;
    display: -webkit-inline-flex;
    height: 50px;
    align-items: center;
}

.goto-flow-items {
}

.goto-flow-items a,
.goto-flow-items a:hover,
.action-list a,
.action-list a:hover {
    text-decoration: none;
}

.goto-flow-item {
    height: 40px;
    width: 87px;
    color: #303030;
    flex: 0 0 85px;
    text-align: center;
    border-bottom: 4px solid black;
    background-color: #e2e2e2;
    padding: 10px;
    margin-left: 10px;
    font-family: sofiapromedium;
    font-size: 15px;
    line-height: 1.1em;
}

.goto-flow-title {
    font-family: sofiaprobold;
    width: 100px;
    font-size: 15px;
    float: left;
    text-align: end;
    padding-top: 8px;
    line-height: 15px;
    color: #303030;
}

.goto-flow-separator {
    margin-left: 20px;
    margin-right: 10px;
    height: 100%;
    width: 2px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, #e2e2e2 50%);
    background-size: 8px 8px, 100% 8px;
}

.goto-flow {
    display: inline-block;
    margin-top: 24px;
}

.flow-subtitle {
    margin-top: -5px;
    font-family: swiftregularitalic;
    font-size:15px;
    cursor: pointer;
}

.flow-filter {
    float: right;
    align-items: baseline;
    margin-top: 8px;
    margin-top: 30px;
}

.flow-filter-title {
    padding-top: 7px;
    font-weight: bold;
    float: left;
    width: 90px;
    margin-right: 10px;
    text-align: end;
    line-height: 12px;
    font-size: 12px;
    font-family: sofiaprobold;
}

.flow-filter select {
    width: initial;
}

*:focus {
    outline: none;
}

.samling {
    border-color: #ea3531;
}

.ordet {
    border-color: #992746;
}

.delande {
    border-color: #8e549d;
}

.sandning {
    border-color: #2b3576;
}

.osorterat {
    border-color: #f2ba39;
}

.resursar {
    border-color: #000000;
}

.drag-lable {
    position: absolute;
    left: 200px;
    margin-top: 12px;
    color: black;
    font-family: sofiapromedium;
    font-size: 12px;
    line-height: normal;
}

.drag-lable img {
    display: inline-block;
    position: relative;
    margin-right: 5px;
    min-height: 10px;
    float: left;
}

.export-options {
    position: relative;
    float: right;
    margin-top: 6px;
    font-weight: bold;
    color: black;
    width: 170px;
    z-index: 1;
}

.export-options-title {
    float: left;
    margin-top: 2px;
    font-size: 14px;
    font-family: sofiapromedium;
}

.export-options-links {
    float: right;
}

.section-hidden .export-options .export-options-links{
    float: none;
}

.section-hidden .export-options .export-options-links {
    margin-top: 2px;
}

.section-dots {
    float: right;
    font-weight: bold;
    font-size: 20px;
    height: 7px;
    position: relative;
}

.export-options-links img {
    width: auto;
    height: 20px;
    min-height: 10px;
    margin-right: 4px;
}

.user-detail:after {
    color: black;
    content: '...';
    float: right;
    margin-right: 20px;
    margin-bottom: -7px;
    margin-top: -13px;
    font-size: 20px;
    font-weight: bold;
    /* display: list-item; */
}

.user-detail img {
    min-height: 10px;
    width: auto;
    height: 16px;
    margin-left: 10px;
    margin-top: 0px;
}

.content-icon {
    display: inline-block;
    position: absolute;
    margin-bottom: -8px;
    margin-top: -8px;
    opacity: 0.5;
}

.message-item.sending:before {
}

.section-hidden {
    padding: 16px;
}

.section-content {
    display: inline-flex;
    display: -webkit-inline-flex;
    flex-flow: row wrap;
    -webkit-flex-flow:row wrap;
    margin: 0 0px;
    width: 102.32%;
    position: relative;
    right: 1.16%;
}

.section-content-block {
    width: 31%;
    margin-bottom: 20px;
    cursor: pointer;
    position: relative;
    margin-left: 1.16%;
    margin-right: 1.16%;
}

.section-hidden .export-options {
    margin-top: -10px;
    width: 175px;
    font-size: 14px;
    margin-right: 8px;
    text-align: right;
}


.section-content-addnew{
    float: left;
    margin-top: -6px;
    color: black;
    font-size: 14px;
    font-family: sofiaprobold;
}

.section-content-addnew-link{
    margin-right: 7px;
    /*font-size: 26px;*/
    /*margin-top: -10px;*/
}

.section-content-addnew-link::before {
    margin-right: 8px;
    content: "\f067";
    font-family: fontawesome;
    font-size: 14px;
    font-weight: normal;
}

.section-content-addnew a{
    color: black;
    text-decoration: none;
    display: inline-flex;
    display: -webkit-inline-flex; 
}

.section-content-addnew a:hover{
    text-decoration: none;
}

.section-content-block .content-footer{
    width: 100%;
    top: 160px;
    border-top: 2px solid #e7f2f6;
    vertical-align: bottom;
    height: 40px;
    background: white;
}


.section-content-block .content-header{
    min-height: 181px;
    font-family: sofiaprobold;
    font-size: 13px;
    padding-top: 20px;
    padding-left: 25px;
    padding-bottom: 20px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    color: black;
    background-color: white;

}


.sunday-content,
.sunday-filters{
    position: relative;
    z-index:1;
}

.sunday-content{
    padding-top: 40px;
}


.sunday-filters{
    background-color: #f1f1f1;
    height: 90px;
}


.flow-filter .select-grey {
    min-width: 138px;
}


.flow-filter div.select-grey select.grey-float{
    padding: 4px 40px 6px 20px;
}

.not-sorted .flow-info,
.resources .flow-info{
    margin-top: 7px;
}


.section-inner.disabled-group{
    background-color: #e7f2f6 ;
}

.message-item .section-inner.disabled-group:after {
    border-right:20px solid #e7f2f6;
}

.message-item .section-inner.custom-section{
    background-color: #f1f1f1 ;
}

.message-item .section-inner.custom-section:after {
    border-right:20px solid #f1f1f1;
}

.message-item .section-inner:after{}

.section-list{
    position: relative;
    min-height: 20px;
}

.lightbox-input{
    width:40%;
    margin: 0 auto;
}


.lightbox-title h1{
    font-size: 30px;
    font-family: sofiaprobold;
    padding-top: 30px;
    padding-bottom: 20px;
}

.lightbox-title {
    text-align: center;
    border-bottom: 2px solid #ee3d34;
}

.lightbox-subtitle{
    font-size: 20px;
    padding-top: 30px;
    padding-bottom: 9px;
    font-family: swiftbolditalic;
}

.lightbox-input input{
    border: 1px solid black;
    height: 66px;
    border-radius: 0;
    font-size: 20px;
    font-family: swiftregularitalic;
}

.save-sunday-wrapper input::-webkit-input-placeholder,
.lightbox-input input::-webkit-input-placeholder{
    color: #acacac;
}

.lightbox-wrapper{
    padding-left: 40px;
    padding-right: 50px;
    padding-bottom: 60px;
    margin-top: 50px;
}

.lightbox-left-title,
.lightbox-right-title{
    font-weight: bold;
    font-size: 20px;
    margin-left: 15px;
    color:#2b2e70;
}

.song-group-preloader.white-popup-block,
.addsection-preloader.white-popup-block{
   width: 75%;
   max-width: 75%;
}

.not-italic{
    font-family: swiftregular;
}

#login-form .lightbox-subtitle,
.save-sunday-form .lightbox-subtitle {
    width: 450px;
    margin: 0 auto;
    margin-bottom: 25px;
    margin-top: 10px;

}


.save-sunday-form{
    width: 600px;
    padding: 20px 0 40px;
}

button.back-to-losgodis-list,
button.back-to-song-group,
.save-sunday-form .login-btn {
    /*width: 100%;*/
    background-color: transparent;
    border: 1px solid #2b2e70;
    height: 55px;
    padding: 9px 40px 11px;
    font-family: sofiaprobold;
    color: #2b2e70;
    font-size: 16pt;
    display: block;
    margin: 0 auto;
    max-height: 55px;
}
.song-group-description-preloader .song-description-back-btn-wrapper,
.song-group-preloader .losgodis-back-button-wrapper {
    display: block;
    z-index: 1000;
    position: absolute;
    width: auto;
}

.losgodis-additional-popup .song-group-preloader .losgodis-back-button-wrapper .back-to-losgodis-list {
    color: white;
    border-color: white;
    margin-top: 15px;
}
.not-in-group .song-group-description-preloader .back-to-song-group,
.losgodis-additional-popup .song-group-description-preloader .back-to-losgodis-list {
    display: none;
}

.not-in-group .song-group-description-preloader .back-to-losgodis-list {
    display: inline-block;
}

html .losgodis-additional-popup .song-group-preloader .lightbox-title h1 {
    text-align: center;
    padding-left: 10px;
    display: inline-block;
}

html .losgodis-additional-popup .song-group-preloader .lightbox-title h1::before {
    position: relative;
    top: 5px;
    left: -10px;
    display: inline-block;
    float: left;
}

.losgodis-additional-popup button.back-to-losgodis-list,
.song-group-popup  button.back-to-losgodis-list,
.losgodis-additional-popup button.back-to-song-group,
.song-group-popup  button.back-to-song-group {
    position: relative;
    margin-top: 23px;
    margin-left: 22px;
    padding: 9px 20px 11px;
    font-size: 12pt;
    height: auto;
}

.losgodis-additional-popup:not(.not-in-group) button.back-to-losgodis-list {
    /*top: 0;*/
}

.save-sunday-form label {
    margin-top: 20px;
    font-size:20px;
    font-family: swiftbolditalic;

}

.save-sunday-wrapper label{
    display: block;
}

.save-sunday-wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
}

.save-sunday-wrapper input{
    border: 1px solid black;
    height: 66px;
    width: 100%;
    font-size: 16pt;
    padding-left: 20px;
    font-family: swiftregularitalic;
}
.save-sunday-form .button-wrapper{
    padding-left: 15px;
    padding-right: 15px;
}


.save-sunday-form  input[disabled] {
    cursor: default;
    background-color: #f1f1f1;
}


/*.row.song{*/
    /*margin-top: 25px;*/
/*}*/


.select-to-open-popup img,
.select-export img {
    position: relative;
    height: 18px;
    left: 0px;
}

.select-to-open-popup,
.select-export {
    float: right;
    margin-right: 20px;
    margin-top: 5px;
}


.content-song-name {
    font-family: swiftbolditalic;
    font-size: 22px;
    text-transform: none;
    margin-top: 15px;
}

.content-icons{
    display: inline-block;
    float: left;
    margin-left: 25px;
    margin-top: 5px;
}

.content-icons img{
    height: 20px;
}

.content-icons img:not(:first-child) {
    margin-left: 3px;
}

.content-icons a{
    margin-right: 5px;
}

.content-songitem {
    font-family: swiftregularitalic;
    text-transform: none;
    font-size: 15px;
    font-weight: 100;
    display: flex;
    display: -webkit-flex;
}

.content-songitemid {
    font-family: swiftbolditalic;
    margin-right: 10px;
}

.content-songitem.without-id .content-songitemid {
    display: none;
}

.content-songlist {
    display: inline-block;
    margin-top: 10px;
}


.section-by-special.white-popup-block {
    width: 75%;
    max-width: 75% !important;
}

.sbs-image{
    height: 170px;
    overflow: hidden;
}

.sbs-image img {
    width: 100%;
    margin-top: -10%;
}

.sbs-image-title {
    color: white;
    font-size: 30px;
    position: absolute;
    top: 70px;
    margin-left: 120px;
    font-family: sofiaprobold;
}


.section-by-special .mfp-close-btn-in .mfp-close{
    color: white !important;
}

.sbs-wrapper {
    padding-left: 120px;
    padding-right: 120px;
    padding-top: 40px;
    padding-bottom: 40px;
    overflow: scroll;
    height: 550px;
}

.sbs-description strong{
    font-family: sofiapromedium;
    font-size: 24px;
    margin-bottom: 15px;
}

.sbs-description-title {
    font-family: sofiaprobold;
    font-size: 28px;
    margin-bottom: 15px;
}

.sbs-description-text {
    font-family: swiftregular;
    font-size: 17px;
}

.sbs-description p > em {
    font-family: swiftregularitalic;
}

.readmore_anchor_arrow {
    clear: both;
    width: 80%;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    text-align: center;
}

.readmore_anchor_arrow a {
    font-size: 30px;
    color: black;
    left: 50%;
}

.sbs-description-text[aria-expanded="false"]::before{
    content: '';
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    height: 10em;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 90%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(90%, #fff));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 90%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 90%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 90%);
    background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 90%);
    z-index: 1;
}


.container.sbs-content {
    display: inline;
}

.sbs-content .message-item {
    margin-left: 50px;
}

.sbs-content .flow-subtitle{
    display:none;
}

.flow-info{
    top: 2px;
    right: 105.5%;
}

.sbs-description{
    position: relative;
}

.sbs-content .flow-header{
    position: relative;
    z-index: 1;
}

.sbs-content .action-list{
    display: none;
}

.sbs-content .drag-lable{
    left: 65px;
}

.drag-red {
    display: inline-block;
}

.drag-red a {
    color:#ee3c33;
}

.drag-red a:hover,
.drag-red a:focus{
    color:#ee3c33 !important;
    text-decoration: none !important;
}

.lightbox-content-wrapper {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 550px;
}

.section-by-special .mfp-close {
    color: #fff !important;
}

.select-export {
    cursor: pointer;
}

.section-content-block.content-selected .outline-wrapper{
    outline: 2px solid #ed3329;
}

.selected-heart{
    display:none;
}

.section-content-block.content-selected .empty-heart{
     display:none;
}

.section-content-block.content-selected .selected-heart{
    display:block;
}

img.selected-heart {
    top: 5px;
}

.container.special-description .sbs-description{
    top: 30px;
    width: 85%;
    position: relative;
    clear: both;
    float: right;
}

.lightbox-wrapper.special .col-md-6{
    width: 100%;
}

.sbs-wrapper .section-hidden{
    display: none;
}

.sbs-wrapper .export-options{
    display: none;
}

.sbs-wrapper .section-inner.disabled-group,
.sbs-wrapper .message-item .section-inner{
    cursor:default !important;
}

.sbs-wrapper .flow-title{
    -webkit-user-select: none;
    user-select: none;
}

.sbs-wrapper .flow-info {
    top: 8px;
    right: 106.5%;
}

.sbs-wrapper .message-item.resources{
    display: none;
}

.sbs-wrapper .message-item.endpoint:after{
    border: 2px solid #e2e2e2;
}

.sbs-wrapper .not-sorted .flow-title{
    margin-top: -5px;
}


/*.sunday-content.special .message-item.endpoint:after{*/
    /*border: 2px solid #e2e2e2;*/
/*}*/

.content-song-performed {
    font-family: swiftbolditalic;
    font-size: 18px;
    margin-top: -5px;
    text-transform: none;
}


.content-text-description {
    font-family: swiftregularitalic;
    text-transform: none;
    font-size: 15px;
    font-weight: 100;
    margin-top: 10px;
    padding-right: 20px;
    position: relative;
}

.type-pdf img,
.content-podcast img{
    width: 110px;
    margin-top: 10px;
}

.type-pdf-wrapper,
.type-podcast-wrapper{
    text-align: center;
}



.type-img-wrapper img {
    width: 100%;
}

.content-header.type-img,
.content-video .content-header{
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0 !important;
}

.content-video .content-title{
    padding-left: 25px;
    padding-top: 20px;
    font-family: swiftbolditalic;
    font-size: 18px;
    text-transform: none;
}

.content-video .content-text-description,
.content-text-description.img-description {
    padding-left: 25px;
}

.img-title {
    padding-left: 25px;
    padding-top: 20px;
    font-size: 13px;
    text-transform: uppercase;
    font-family: sofiaprobold;
}

.content-video-wrapper img{
    width:100%;
}

.content-video-wrapper{
    position: relative;
}

.content-video-wrapper .play-image{
    color: #fff;
    position: absolute;
    transition: opacity .3s;
    opacity: 0.7;
    line-height: 100%;
    font-size: 60px;
    left: 43%;
    top: 32%;
    cursor: pointer;
}

.content-video-wrapper:hover .play-image{
    opacity: 1;
}

.lightbox-content-wrapper.ligtbox-content-list {
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 20px;
    padding-bottom: 30px;
}

.lightbox-content-title{
    font-family: sofiaprobold;
    font-size: 28px;
    margin-bottom: 15px;
}

.lightbox-content-block:not(:last-child) {
    border-bottom: 1px solid black;
}

.lightbox-content-block{
    margin-bottom: 40px;
    padding-bottom: 40px;
}

.lightbox-content-block .lightbox-content-text {
    font-family: swiftregular;
    font-size: 17px;
}

.lightbox-title .bibeltexter.row {
    margin: 0 85px;
}

.row.bibeltexter .export-options {
    margin-top: 35px;
    text-align: right;
}
.row.bibeltexter .export-options-links{
    float:none;
}

.row.bibeltexter h1{
    text-transform: uppercase;
    text-align: left;
}

.create-content-form .hidden-special,
.update-content-form .hidden-special{
    visibility: hidden !important;
}


.content-songlist-wrapper .content-footer .select-export{
    display: none;
}

.losgodis-content .content-songlist-wrapper .content-footer .select-export {
    display: block;
}

.content-songlist .select-export{
    margin-left: 10px;
    margin-top: 0px;
}

.content-songlist .select-export img{
    width: 10px;
    height: 10px;
    margin-top: -12px;
    margin-left: 0px;
}


.song-selected img.selected-heart{
    display: inline-block;
    top:0px;
}


.song-selected  .empty-heart{
    display:none;
}

.pre-loader {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.62);
    z-index: 10000;
}
.content-songlist-wrapper.content-selected{
    outline:none;
}
.pre-loader .kv-spin-center {
    display: block;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}



html.no-scroll {
    overflow: hidden;
}


.remove-content {
    position: absolute;
    right: 10px;
    font-size: 22px;
    z-index: 1;
}

.content-video .remove-content{
    color:white;
}

.section-description {
    font-size: 18px;
    font-family: swiftregularitalic;
    margin-bottom: 20px;
}

/*.original-service .section-inner:not(.custom-section) .remove-section,*/
/*.original-service .section-inner:not(.custom-section) .remove-content{*/
    /*display: none;*/
/*}*/


.ligtbox-content-description {
    font-size: 18px;
    font-family: swiftregularitalic;
    margin-bottom: 20px;
}

.content-text-description p {
    margin-bottom: 0;
}

.section-content-block.content-verse .content-header,
.section-content-block.content-text .content-header {
    position: relative;
}

.type-song-group .add-text-gradient .song-group-wrapper::before,
.content-video .add-text-gradient .content-text-description::before,
.add-text-gradient .content-text-description.img-description::before,
.section-content-block.content-verse .content-header.add-text-gradient .content-text-description::before,
.section-content-block.content-text .content-header.add-text-gradient .content-text-description::before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    left: -3px;
    bottom: 0;
    height: 10em;
    /*bottom: 0;*/
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 90%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(90%, #fff));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 90%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 90%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 90%);
    background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 90%);
    z-index: 1;
}

.content-video .add-text-gradient .content-text-description::before,
.add-text-gradient .content-text-description.img-description::before {
    left: 0;
}


.content-owner {
    text-transform: capitalize;
    margin-top: 15px;
    margin-bottom: -5px;
    font-family: sofiaprolight;
    font-size: 10pt;
}

.content-owner strong {
    font-family: sofiapromedium;
    font-weight: normal;
}

.type-img .content-related-services,
.content-video .content-related-services,
.type-img .content-owner,
.content-video .content-owner{
    margin-left: 25px;
}

.select-grey.year-dropdown {
    position: absolute;
    margin-top: -11px;
    right: 50px;
    min-width: 100px;
}

.select-grey.year-dropdown select.grey-float{
    height: 30px;
    padding: 5px 25px 5px 15px;
    font-size: 10pt;
    line-height: normal;
    color: black;
}

.select-grey.year-dropdown::after {
    top: 16px;
    right: 16px;
}

.hide_controls .remove-content,
.hide_controls .section-content-addnew,
.hide_adding_controls .section-content-addnew,
.hide_controls:not(.custom-section) .remove-section {
    display: none;
}

.img-description {
    font-family: swiftregularitalic;
    text-transform: none;
    font-size: 15px;
    padding-left: 25px;
    margin-top: 10px;
}

.text-author {
    font-family: sofiaprobold;
    font-size: 13px;
    text-transform: uppercase;
}


.text-author span {
    text-transform: none;
    font-family: sofiapromedium;
}

.top-banner-date {
    color: white;
    font-family: swiftbolditalic;
    font-size: 12pt;
}


.lightbox-margin{
    margin-top: 15px;
}

.content-icons-lightbox{
    display: inline-flex;
    display: -webkit-inline-flex;
    margin-top: 30px;
    margin-left: -7px;
}

.lightbox-icon{
    text-align: center;
    width: 70px;
    font-family: sofiapromedium;
    font-size: 13px;
    margin-right: 17px;
    line-height: 14px;
}

.lightbox-icon a {
    color:black;
}

.lightbox-icon img{
    height: 35px;
}


.lightbox-losgodis-wrapper .losgodis-filters {
    width: calc(100% + 15px);
    margin-left: -15px;
    float: left;
    padding: 30px 0;
}

.lightbox-losgodis-wrapper .losgodis-filters .content-type,
.lightbox-losgodis-wrapper .losgodis-filters .service-id,
.lightbox-losgodis-wrapper .losgodis-filters  .sort,
.lightbox-losgodis-wrapper .losgodis-filters  .search-content{
    float: left;
    display: inline-block;
    width: calc(100% / 3 - 26px);
    margin-left: 10px;
}

.lightbox-losgodis-wrapper .losgodis-filters  .flow-id,
.lightbox-losgodis-wrapper .losgodis-filters  .sort {
    margin-top: 10px;
}


.lightbox-losgodis-wrapper .losgodis-filters .content-type .input-wrapper,
.lightbox-losgodis-wrapper .losgodis-filters .input-wrapper {
    display: inline-block;
    float: right;
}

.lightbox-losgodis-wrapper .search-content input[type="text"]{
    border: none;
    outline: none;
    box-shadow: none;
    line-height: 22px;
    width: 100%;
    font-size: 16px;
    padding-left: 25px;
}


.lightbox-losgodis-wrapper .losgodis-filters .select-label {
    float: left;
    display: inline-block;
    margin-right: 10px;
    height: 40px;
    position: relative;
}

.lightbox-losgodis-wrapper .losgodis-filters .select-label label {
    display: inline-block;
    font-weight: normal;
    line-height: 1;
    font-size: 14px;
    font-family: sofiapromedium;
    padding: 5px;
    margin: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.lightbox-losgodis-wrapper .content-type div.select-grey select.grey-float,
.lightbox-losgodis-wrapper .service-id div.select-grey select.grey-float,
.lightbox-losgodis-wrapper .sort div.select-grey select.grey-float {
    padding-left: 25px;
}

.lightbox-losgodis-wrapper{
    background: #f1f1f1;
}

.lightbox-losgodis-wrapper div.select-grey{
    min-width: 140px;
}


.losgodis-button .login-btn {
    background: transparent;
    color: #2b2e70;
    border: 1px solid #2b2e70;
    font-family: sofiaprobold;
    padding: 9px 21px 11px;
    font-size: 12pt;
    margin-top: 20px;
    cursor: pointer;
    height: 44px;
    line-height: 1;
}

.losgodis-button {
    position: absolute;
    right: 50px;
    top: 5px;
}

.ligtbox-content-list .losgodis-content {
    width: 100%;
}

.lightbox-losgodis-wrapper .inner{
    max-width: 100% !important;
}


.lightbox-losgodis-wrapper .section-content {
    width: 100%;
    right: 0;
}

.section-by-special .remove-section,
.section-by-special .section-hidden {
    display: none !important;
}

.content-video .add-text-gradient .content-text-description,
.type-img .add-text-gradient .content-text-description {
    max-height: 100px;
    overflow: hidden;
}

.content-video .add-text-gradient .content-text-description::before,
.type-img .add-text-gradient .content-text-description::before {
    height: 5em !important;
}

.content-video .readmore_anchor_arrow a,
.type-img .readmore_anchor_arrow a {
    font-size: 30px;
    color: black;
    left: 50%;
    line-height: 1;
}

.content-text .add-text-gradient .content-text-description[aria-expanded="true"]::before,
.content-video .add-text-gradient .content-text-description[aria-expanded="true"]::before,
.type-img .add-text-gradient .content-text-description[aria-expanded="true"]::before {
    display: none !important;
}

.content-title a,
.content-title a:focus,
.content-title a:visited,
.content-title a:hover {
    text-decoration: none;
    color: black;
}

.with-thumbnail .type-pdf-wrapper a {
    /*overflow: hidden;*/
    display: block;
    max-width: 115px;
    margin: 10px auto;
    box-shadow: 0px 0px 20px 0px #00000040;
    position: relative;
}

.type-pdf.with-thumbnail img{
    height: 145px;
    width: 115px;
    margin: 0;
}

.with-thumbnail .type-pdf-wrapper a:hover::before {
    content: "";
    position: absolute;
    background: #000000a6;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 5;
}

.with-thumbnail .type-pdf-wrapper a:hover::after {
    content: attr(data-preview-title);
    font-family: sofiapromedium;
    text-transform: none;
    color: white;
    z-index: 10;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

span.pdf-label {
    position: absolute;
    top: 10%;
    right: -15px;
    color: white;
    background: #465fc4;
    padding: 0px 10px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -webkit-border-radius: 2px;
    z-index: 15;
}

.container.original-service.sunday-content.template .action-list,
.container.original-service.sunday-content.template .remove-section,
.container.original-service.sunday-content.template .remove-content,
.container.original-service.sunday-content.template .edit-content,
.container.original-service.sunday-content.template .section-content-addnew,
.container.sunday-content.template .select-export {
    display: none;
}

.section-content .section-content-block .content-header.type-song-group {
    padding: 0;
}

.song-group-wrapper {
    margin-top: 10px;
    position: relative;
    padding-bottom: 15px;
}

.song-group-wrapper .song-group-item {
    background: #f1f1f1;
    margin-bottom: 10px;
    padding: 10px 20px;
    border-radius: 5px;
    font-family: sofiapromedium;
    text-transform: none;
}

.content-song-group .content-footer {
    background-color: #465fc4;
}

.content-song-group .song-group-title {
    font-family: swiftregularitalic;
    margin-bottom: 10px;
    text-transform: none;
}

.content-song-group .content-footer .select-to-open-popup i::before {
    content: "" !important;
    color: white !important;
    background-image: url(/img/export-song-group.png);
    background-size: contain;
    background-repeat: no-repeat;
}

html .song-group-preloader .lightbox-title {
    border-bottom-color: #2b2e70;
    background-color: #465fc4;
}

html .song-group-preloader .lightbox-title h1 {
    color: white;
    padding-top: 20px;
    padding-bottom: 10px;
    position: relative;
    padding-left: 50px;
    text-align: left;
}

html .song-group-preloader .lightbox-title h1::before {
    background-image: url(/img/song_icon.png);
    content: "";
    width: 18px;
    height: 25px;
    position: absolute;
    top: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    left: 20px;
}

.lightbox-losgodis-footer {
    padding: 0 40px 25px;
    background-color: #f1f1f1;
}

.lightbox-losgodis-footer .button-wrapper {
    padding-top: 25px;
    border-top: 2px solid #979797;
    text-align: center;
}

button.import-to-service-btn {
    border: 1px solid #465fc4;
    background: transparent;
    color: #465fc4;
    padding: 9px 20px 11px;
    font-size: 12pt;
    font-family: sofiapromedium;
    line-height: normal;
}

html .song-group-preloader .select-export .fa-plus {
    display: none !important;
}

.song-group-preloader .lightbox-content-wrapper {
    height: 450px;
}

.song-group-preloader .select-import-to-service {
    float: right;
    right: 10px;
    position: relative;
    margin-top: 0px;
    margin-left: 20px;
    padding: 0px 1px;
    display: inline-block;
}

.song-group-preloader .content-footer .select-import-to-service {
    margin-top: 7px;
}

.song-group-preloader .section-content-title {
    display: block;
    width: 100%;
    margin-left: 10px;
    font-family: sofiaprobold;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: black;
}

.song-group-preloader .section-content-block.content-selected {
    outline: 2px solid #ed3329;
}

.song-group-preloader .section-content-block.content-selected .outline-wrapper {
    outline: unset;
}

.song-group-popup.white-popup-block {
    max-width: 65%;
}