/*.dropbtn {
  background-color: #3498DB;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: #2980B9;
}

.dropdown {
  position: relative;
  display: inline-block;
}
*/

.dropdown {
  cursor: pointer;
}
.dropdown-contents {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.dropdown:hover .dropdown-contents{
  display: block;
}
.dropdown-contents a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown a:hover {
    background-color: #ddd;
}
div#efl-collectionslist {
    border: 1px solid;
}
.show {
    display: block;
}
div.efl-collection {
    border: 1px solid;
    padding: 5px 20px;
    border-radius: 25px;
    width: 130px;
}
.efl-main-composition-wrapper{
    width: 100%;
    display: flex;
    border-bottom: 1px solid #acaaaa;
    padding: 5px 0px;
}
.efl-collectionitems_container_edit{
   border: 1px solid;
    padding: 10px;
    height: auto;
    overflow: scroll; 
}
.efl-collectionitems_container{
    border: 1px solid;
    padding: 10px;
    min-height: 250px;
    overflow: scroll;
    resize: vertical; 
}
.el-edit-inputs{
    border: 1px solid black !important;
    box-shadow: none !important;
    border-radius: 20px !important;
    display: inline-block !important;
    box-sizing: border-box !important;
    padding: 6px 6px !important;
    height: 28px !important;
    cursor: pointer !important;
    width: 80px !important;
    text-align: center !important;
}
input#efl-audio-start, input#eflv-video-start, input#efl-audio-stop, input#eflv-video-stop, input#efl-audio-duration, input#eflv-video-duration {
    border: 1px solid black !important;
    box-shadow: none;
    border-radius: 20px !important;
    display: inline-block;
    box-sizing: border-box;
    padding: 6px 6px !important;
    height: 28px !important;
    cursor: pointer;
    width: 80px;
    text-align: center;
}
button.efl-btn {
    border-radius: 20px;
    padding: 8px 15px;
    font-size: 15px;
}
button.efl-btn.efl-btn-disabled {
    background: #5a5a5a !important;
    color: #fff !important;
    pointer-events: none;
    cursor: not-allowed;
}
button.efl-btn.efl-btn-primary {
    background: #7528ad;
    color: #fff;
}
.el-show-item{
  display: block;
}
.el-hide-item{
  display: none;
}
input#efl-search-text, input#eflv-search-text, input#eflsp-search-text, input#efld-search-text, input#efli-search-text, input#eflb-search-text, input#eflw-search-text, input#efls-search-text, input#efll-search-text, input#eflp-search-text, input#eflan-search-text {
    box-shadow: none;
    border: 1px solid #000 !important;
    height: 0px !important;
    padding: 15px;
    width: 275px;
}
input.results-search-box{
    box-shadow: none !important;
    border: 1px solid #000 !important;
    height: 0px !important;
    padding: 15px !important;
    width: 275px !important;
}
button.efl-sync-button {
    background: #8b43bf;
    font-size: 14px;
    padding: 8px 12px;
    color: #fff;
    float: right;
}
a.efl-forgot {
    float: right;
    background: #ed464a;
    padding: 8px 15px;
    color: #fff !important;
    border-radius: 3px;
    font-size: 14px;
    margin-right: 5px;
}
p.efl-title {
    margin: 0;
    cursor: pointer;
    font-size: 16px;
}
p.efl-title span {
    margin-left: 5px; 
}
.eflv-forgot-container {
    margin-top: 50px;
    text-align: center;
    margin-right: 60px;
}
.eflv-forgot-container .efl-forgot {
    float: none;
    text-align: center;
}
.eflv-music-tracks {
    border-bottom: 1px solid #7b7070;
    width: 100%;
    padding: 7px;
}
div#eflv-collection-items-content .composition-title {
    font-size: 14px;
}
.eflv-collectionitems_container_edit {
    border: 1px solid;
    padding: 10px;
    height: auto;
    overflow: scroll;
    margin: 0px 15px;
    margin-bottom: 10px;
}
input#efli-caption-text {
    box-shadow: none;
    border: 1px solid #000 !important;
    height: 0px !important;
    padding: 15px;
    width: 275px;
}
/*New Modules Here*/
.el-fl-main-wrapper {
    border: 2px solid;
    height: 500px;
}
.el-fl-container {
    padding: 5px;
}
.el-fl-left-toolbar {
    width: 20%;
    float: left;
}
.el-fl-content-wrapper {
    width: 80%;
    float: left;
    /* border: 2px solid; */
}
.el-fl-content {
    border: 2px solid;
    padding: 5px;
    height: auto;
}
p.el-fl-tool {
    border: 2px solid #422255;
    width: 100px;
    padding: 7px 10px;
    border-radius: 20px;
    background: #753d97;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
}
p.el-fl-tool.active {
    background: #ed464a;
    border-color: #ba3437;
}
.el-fl-collections-container{
  display: none;
}
.el-fl-show{
  display: block;
}
img.checkbox-image {
    width: 100px;
}
/*New Styles */

p.el-builder-tool {
    padding: 12px 10px;
    cursor: pointer;
    color: #242121;
    font-size: 18px;
}
p.el-builder-tool.active {
    background: #e5e5e5;
    border-color: #ed464a;
    border-left: 5px solid #ed464a;
}

.el-builder-show{
  display: block !important;
}
.el-builder-container {
    padding: 5px;
}
/*.el-builder-left-toolbar {
    width: 20%;
    float: left;
}*/
.el-builder-main-wrapper {
    border: 2px solid;
    height: 500px;
}
.el-builder-collections-container{
  display: none;
}
.el-builder-content-wrapper {
    width: 100%;
    background: #dddddd;
    height: auto;
}
.el-builder-content {
    padding: 15px;
    margin: 0px 15px;
}
.api-search-input{
    width: 60% !important;
}
.el_search_btn{
  color: #fff !important;
  background: #7528ad !important;
  font-size: 14px;
  margin-left: 5px;
}
div.el-builder-images {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    /*grid-gap: 10px;*/
    /* background-color: #2196F3; */
    /*padding: 10px;*/
}
.el-videos-container {
    padding: 10px;
    text-align: center;
    background: #c8c3c3;
    border: 2px solid #a7a0a0;
    color: #000;
    cursor: pointer;
}
.el-videos-container.video-selected {
    border: 5px solid #7528ad;
}
.item-selected{
    border: 5px solid #7528ad !important;
}
div.el-builder-videos {
    display: grid;
    grid-template-columns: 33.3% 33.3% 33.3%;
    /*grid-gap: 10px;*/
    /* background-color: #2196F3; */
    /*padding: 10px;*/
}
.el-img-container {
    padding: 5px;
}
.el-builder-collection-tools {
    width: 100%;
    display: table;
    margin-bottom: 5px;
}
.el-builder-inputs {
    /*width: 100% !important;
    display: flex;*/
    float: right;
}
.efl-builder-images-container {
    width: 100%;
    /*margin-left: -20px;*/
    height: 300px;
    margin-top: 5px;
    overflow-x: hidden;
    resize: vertical;
}
img.efl-builder-image {
    cursor: pointer;
}
.el-img-container.img-selected {
    border: 3px solid #8b43bf;
    height: fit-content;
}
input.input-hidden {
    display: none;
}
img.elf-loader-img {
    width: 50px;
}

.el-preview-container {
    position: absolute;
    background: #d9d2d2;
    width: 100%;
    z-index: 9999999999;
    height: 100%;
}
.el-preview-toggle {
    float: right;
    background: #7528ad;
    padding: 10px;
    color: #fff !important;
    cursor: pointer;
}
img.el-preview-image {
    /* width: 100%; */
    /* height: 100%; */
    width: 231px;
}
input#efli-img-title, select#efli-img-captiondisp, input#efli-img-caption {
    width: 100%;
}
.input-fullwidth{
    width: 100% !important;
}

.el-img-settings-container {
    margin: 0px 15px;
    line-height: 25px;
}
input.el-save{
    background: #7528ad !important;
    padding: 5px 15px;
    font-size: 14px;
    color: #fff !important;
    margin-top: 20px;
    float: right;
}
.el-save {
    background: #7528ad;
    padding: 5px 15px;
    font-size: 14px;
    color: #fff !important;
    margin-top: 20px;
}
.el-cancel{
    background: #ed464a !important;
    padding: 5px 15px;
    font-size: 14px;
    color: #fff !important;
    margin-top: 20px;
}
.el-edit-container {
    position: absolute;
    width: 100%;
    background: #f5f7f9;
    z-index: 9;
    text-align: -webkit-center;
    height: 100%;
}
.el-edit-container img.efl-builder-image {
    max-width: 110px;
}
.el-edit-container .el-img-container.img-selected {
    width: max-content;
}
.form-control {
    width: 100% !important;
}
.video-container {
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
button.el-edit {
    border: none !important;
    background: #7528ad !important;
    color: #fff !important;
    padding: 5px 20px;
}
select#el-change-collection, select#el-change-collection-animations, select#el-change-collection-spotify, select#el-change-collection-music, select#el-change-collection-booklets, select#el-change-collection-profiles, select#el-change-collection-docs, select#el-change-collection-images, select#el-change-collection-lgs, select#el-change-collection-scores, select#el-change-collection-worksheets {
    box-shadow: none;
    /* border: 2px solid red !important; */
    /* border-radius: 21px !important; */
    width: 275px;
    padding: -7px;
    height: 30px !important;
}
.el-collection-dropdown{
    box-shadow: none !important;
    /* border: 2px solid red !important; */
    /* border-radius: 21px !important; */
    width: 275px !important;
    padding: -7px !important;
    height: 30px !important;
}
iframe#youtube_player {
    width: 515px !important;
    height: 250px !important;
}
.el-api-result-thumbnail{
    width: 100%;
}
.el-music-container {
    text-align: center;
    border: 2px solid #bababa;
    padding: 10px;
    margin: 5px;
    cursor: pointer;
}
.efl-player-toolbar {
    margin-top: 15%;
    margin-bottom: 50px;
}
.el-booklets-container {
    padding: 10px;
    margin: 10px;
    border: 2px solid #bababa;
    text-align: center;
    cursor: pointer;
}
.el-booklets-container.item-selected {
    border: 5px solid #8b43bf;
}
.el-docs-container {
    text-align: center;
    border: 2px solid #bababa;
    margin: 5px;
    padding: 15px;
    cursor: pointer;
}
.el-animations-container {
    margin: 5px;
    border: 2px solid #bababa;
    padding: 10px;
    cursor: pointer;
    text-align: center;
}
.el-cps-container {
    margin: 10px;
    border: 2px solid #bababa;
    text-align: center;
    padding: 5px;
    cursor: pointer;
}
.el-lgs-container {
    text-align: center;
    margin: 7px;
    border: 2px solid #bababa;
    padding: 5px;
    cursor: pointer;
}
.el-scores-container {
    text-align: center;
    margin: 5px;
    padding: 5px;
    border: 2px solid #bababa;
    cursor: pointer;
}
.el-worksheets-container {
    margin: 5px;
    padding: 5px;
    border: 2px solid #bababa;
    background: #fff;
    text-align: center;
    cursor: pointer;
}
.overlay-text {
    padding-top: 10px;
    font-family: Lato;
    line-height: 17px;
    font-size: 14px;
}
.el-img-container {
    padding: 5px;
    margin: 5px;
    border: 2px solid #bababa;
}
.el-preview-image-verticallycentered {
    margin: auto;
    margin-top: 55px;
}
p.el-display-onhover{
    display: none;
}

.el-element-hover-container:hover p.el-display-onhover {
    display: block;
}
.el-nodata {
    width: 100%;
    font-size: 16px;
    margin-top: 25px;
    margin-left: 5px;
    line-height: 22px;
    position: absolute;
}
.el-edit-container p {
    margin-top: 10px;
}
.el-fl_add_assets {
    top: 5px;
    position: absolute;
    left: 5px;
}
.el-fl_add_assets img {
    width: 25px;
}
.el-fl-add-assets-container {
    position: relative;
}
.el-fl-collection-items li {
    list-style: none;
    border-bottom: 1px solid #a29393;
    padding: 10px 0px;
    font-size: 14px;
    font-family: Lato;
}
.el-fl-collection-items {
    /*float: left;*/
    clear: both;
}
.el-fl-add-assets-tooltip {
    padding: 5px;
    width: 340px;
    /* position: absolute; */
    /* z-index: 99999999; */
    background: white;
    max-height: 150px;
    overflow-y: scroll;
}
.el-fl-add-assets-container:nth-child(4n+4) .el-fl-add-assets-tooltip-wrapper {
    left: -180px;
    /* background: black; */
    position: absolute;
}
.el-fl-add-assets-tooltip-wrapper {
    background: #fff;
    /* width: 175px; */
    z-index: 999999999;
    position: absolute;
    /* border: 3px solid #bababa; */
    border-radius: 5px;
    /* border-top: 3px solid #f04948;*/
}
span.el-fl-actions {
    font-weight: 800;
    float: right;
    /* background: #7528ad; */
    /* padding: 3px 10px; */
    /* margin: 0; */
    /* border-radius: 25px; */
    color: #7528ad;
    cursor: pointer;
    font-size: 14px;
}
/*.el-fl-addtocollection-wrapper {
    position: absolute;
    width: 100%;
    height: -webkit-fill-available;
    z-index: 9;
    width: 90%;
    padding: 25px;
}*/
.el-fl-addtocollectionclose {
    float: right;
    padding: 10px;
    background: #474747bb;
    color: #fff;
    cursor: pointer;
}
/*prev-starts*/
/*.el-fl-addtocollection-wrapper {
    position: absolute;
    width: 96%;
    background: #e5e5e5;
    height: -webkit-fill-available;
    z-index: 9;
     padding: 0px; 
}*/
/*prev-ends*/
.el-fl-addtocollection {
    padding: 25px;
    /* float: left; */
    width: 80%;
    margin: auto
}
img.el-collectionthumbnail {
    width: 75px;
    margin-bottom: 10px;
    float: left;
    clear: both;
}

.el-fl-collection-preview {
    width: 100%;
    clear: both;
    float: left;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
/*img.toggle-tooltipwrapper {
    background: #ffffff;
    padding: 5px 10px;
    margin: 3px;
}*/
p.el-collectionthumbnail-title {
    float: right;
    vertical-align: c;
    margin-left: 18px;
    font-size: 18px;
    font-family: Lato;
}
p.el-addcollection-heading {
    font-size: 18px;
    padding: 5px 0px 10px 0px;
}

ul.el-fl-sugesstions {
    background: #b4a8a8;
    /* padding: 11px; */
    list-style: none;
    border: 1px solid #937777;
}

ul.el-fl-sugesstions li {
    padding: 5px 10px;
    border-bottom: 1px solid #ffff;
    cursor: pointer;
}


.el-fl-addtocollection-wrapper {
    position: absolute;
    /* width: 96%; */
    top: 100px;
    background: #e5e5e5;
    height: -webkit-fill-available;
    z-index: 9;
    padding: 0px;
}

.el-fl-search-collection {
    width: 90% !important;
    box-shadow: 0px 0px 0px 2px #bababa !important;
}
.el-fl-search-wrapper {
    padding: 5px 5px;
}
button.btn.btn-create-collection {
    background: #f24a48;
    width: -webkit-fill-available;
    color: #fff;
}
.el-fl-close-tooltip {
    position: absolute;
    top: 0;
    right: 0;
    padding: 13px 10px;
    /* background: #f04948; */
    cursor: pointer;
    font-size: 15px;
    color: #000000;
}
span.el-fl-actions.el-remove.remove-item {
    color: #f04948;
}

div#close-license {
    position: absolute;
    right: 16px;
    background: #7528ad;
    padding: 7px 13px;
    color: #fff;
    font-size: 18px;
    top: 0;
    cursor: pointer;
}

div#el-licensing-modal {
    width: 95%;
    margin: auto;
    margin-top: 25px;
    font-size: 15px;
    line-height: 24px;
}
div#eflv-video-items-contents .el-fl-add-assets-container {
    padding: 5px;
}

.fl {float:left;}
.outer-element {
    display: table-cell;
    width: 500px;
    height: 371px;
    vertical-align: middle;
    background: #d9d2d2;
    text-align: center;
    margin-bottom: 15px;
}
.inner-element {
    display: inline-block;
}

/*Audios Css*/
audio.c_audio_player {
    width: 100%;
    background: #f1f3f4;
    /*display: none;*/
}
.audio-player-wrapper {
    display: flex;
    background: #f1f3f4;
}
.fl-caudios-wrapper audio::-webkit-media-controls-play-button {
    display: none !important;
}
.playButton{
    display: none !important;
}
.c_track {
    cursor: pointer;
    padding: 5px;
}
.fl-caudios-wrapper {
    border: 2px solid #eee;
    padding: 10px;
    width: 98%;
    margin: auto;
}
.c_track:hover {
    background: #e2e4e2;
}
.c_track.playing{
    color: red;
}
.audio-player {
    height: 50px;
    width: 100%;
    overflow: hidden;
    background-color: #2B2B2B;
    color: white;
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
}

.controls {
    height: 50px;
    background-color: #f1f3f4;
    /*width: 350px;*/
}
.caudio-playlists{
    list-style: none;
}
.time {
    font-size: 12px;
    color: #000;
    position: relative;
    top: 14px;
    margin: 5px;
}

/*.ui-progressbar {
    background: #2B2B2B;
}*/

/*.ui-progressbar-value {
    background: green;
}*/
.ui-widget-header{
    background: #fff;
}
.ui-progressbar {
    height: 7px;
    background: #fff;
}
.ui-progressbar-value {
    display: block !important;
    background: #f25753 !important;
    height: 7px !important;
}

.progressbar, .volume {
    height: 5px;
    display: inline-block;
    border-radius: 0px;
    border: none;
    position: relative;
    top: 13px;
}

/*.progressbar {
    width: 150px;
}*/
.progressbar {
    width: 80%;
    height: 6px !important;
    background: #bbb8b8 !important;
}
.fl-caudios-wrapper .play, .fl-caudios-wrapper .mute {
    font-size: 16px;
    width: 20px;
    position: relative;
    top: 17px;
    color: #000;
}

.fl-caudios-wrapper .play {
    margin-left: 20px;
    margin-top: 2px;
}

.volume {
    width: 50px;
}

span.caudio-durations {
    float: right;
}
span.c_composition_title {
    margin-left: 5px;
}

.el-position-absolute {
    position: fixed;
    top: 5%;
    width: 100%;
    text-align: center;
    width: 100%;
    text-align: center;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
    height: -webkit-fill-available;
    /* padding-top: 30px; */
}
.el-fl-action_icons {
    text-align: center;
}
.el-fl-expanded-image{
    /*width: 25%;*/
}

tr#fl-field-text #insert-media-button {
    display: none;
}

.docs-wrapper {
    display: flex;
    align-items: center;
}
.docs-content {
    margin-left: 10px;
}
img.docs-thumbnail {
    width: 80px;
}

div.cpdf_wrappers {
    position: absolute;
    top: 45px;
    left: 0px;
    width: 100%;
    height: 100%;
}
iframe.pdfviewer_iframe {
    width: 100%;
    height: -webkit-fill-available;
}
.composerbackground{
    background-color: #fff;
    border: 10px solid #7f7689;
    margin-bottom: 15px;
    margin-top: 5px;
}
.discover_center.profile_subinfo {
    font-size: 14px;
    font-family: Latoregular;
    margin: 1% 0;
    display: flow-root;
}
.profileinfo ul {
    list-style: none;
}
.composerbackground h2 {
    font-size: 18px !important;
    line-height: 34px !important;
    font-weight: 300 !important;
    letter-spacing: 1px !important;
    display: block;
    /* background-color: #fefffa; */
    margin: 0 !important;
    cursor: pointer !important;
    padding: 0 !important;
    color: #595959;
    font-family: latolight;
    text-transform: uppercase;
}
.profileinfo p {
    font-size: 14px;
    font-family: Latoregular;
    color: #000;
    margin-left: 25px;
}
.profile_subinfo img {
    width: 48px;
}
.discover_center.profile_subinfo span {
    margin-left: 2%;
}
.profileinfo p::before {
    content: "• ";
    color: rgb(9, 165, 201);
    font-size: 16px;
    position: absolute;
    left: 25px;
    /*position: absolute;*/
    /*left: 0px;*/
}
.discover_center.composer_name {
    font-size: 24px;
    font-family: Latoregular;
    color: #000;
    font-weight: bold;
}
.composer_img {
    padding: 25px !important;
}   
.page-template-custom-artistinformation .navigation-top.music-press-pro-menu.site-navigation-fixed {
    display: none;
}
.dob-content{
    line-height: 23px;
}
.dob-icon-holder {
    clear: both;
    float: left;
    line-height: 0;
}
.profileinfo{
    padding: 25px;
    position: relative;
    margin-left: 5px;
}
.profileinfo p {
    font-size: 14px;
    font-family: Latoregular;
    color: #000;
}
.profile_subinfo img {
    width: 48px;
}
.composerifos{
    font-family: latolight;
    color: #aeaeae;
}
.fl-composer-row {
    display: inline-flex;
}
.fl-composer-information {
    width: 100%; 
}
.el-fl-search-collection.el-input-error {
    box-shadow: 0px 0px 0px 5px #f04948 !important;
}
.el-loadmore-container {
    text-align: center;
    margin-top: 8px;
}
.el-loadmore-container .btn.btn-primary {
    background: #f04948;
    border-radius: 25px;
    padding: 4px 15px;
    border: none;
}
p.el-collection-alert {
    text-align: center;
    color: #dd363a;
    margin: 5px 0px 10px 0px;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-family: Lato;
    animation: blinker 1.5s linear 3;
}
@keyframes blinker {  
  50% { opacity: 0; }
}
/*.profileinfo p:before {
    content: "• ";
    color: #09a5c9;
    font-size: 16px;
    position: absolute;
    left: 67px;
}*/
.el-previreimage-wrapper {
    /*width: 80%;*/
    margin: auto;
    /* overflow-x: scroll; */
    overflow-y: scroll;
    height: -webkit-fill-available;
    margin: 95px auto 80px auto;
    /* background: #787773; */
}


.elf-loader {
    position: absolute;
    z-index: 999;
    background: #dcd7d761;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
}