.cpointer{
	cursor: pointer;
}
div.custom-fields div.tools-wrapper ul.tools {
    list-style: none;
    padding: 0 !important;
    margin: 0;
    display: flex;
}
div.custom-fields .d-flex {
    display: flex;
}
div.custom-fields .d-block{
    display: block;
}
div.custom-fields .cform-group {
    margin-bottom: 10px;
}
div.custom-fields .w-100{
	width: 100%;
}
div.custom-fields .w-50{
    width: 50%;
}
div.custom-fields input.form-control {
    width: 100%;
    background: none;
    box-shadow: unset;
    border: 2px solid #efefef !important;
}
div.custom-fields li.tool-tab {
    padding: 10px;
    font-size: 14px;
    cursor: pointer;
}
div.custom-fields .loader {
    padding: 150px;
}
div.custom-fields .loader-wrapper {
    position: absolute;
    width: 100%;
    text-align: center;
    background: #b2b2b27a;
    min-height: 100%;
    display: none;
}
div.custom-fields .loader-wrapper.show{
	display: block;
}
div.custom-fields li.tool-tab.active {
    /*border-bottom: 2px solid #4f57a0;*/
    background: white;
}
div.custom-fields .tools-wrapper {
    background: #e7ebef;
}
div.custom-fields .tool-content.show{
	display: block;
}
div.custom-fields .hide{
	display: none;
}
div.custom-fields .tool-content{
	display: none;
}
div.custom-fields .tool-content-wrapper {
    padding: 15px;
    border: 1px solid #e7ebef;
    min-height: 250px;
    background: #f8f8f8;
}
div.custom-fields button.cbtn {
    padding: 7px 15px;
    font-size: 14px;
    border-radius: 5px;
    border: 3px solid #f8f8f8;
}
div.custom-fields button.cbtn:hover, div.custom-fields button.cbtn:focus{
	outline: unset;
	padding: 8px 15px;
	font-size: 14px;
	border-radius: 5px; 
	border: 3px solid #f8f8f8;
}
div.custom-fields button.cbtn-primary{
	background: #4f57a0 !important;
	color: #fff !important;
}
div.custom-fields button.cbtn-spotify{
    background: #4bd860 !important;
    color: #fff !important;
    padding: 7px 15px;
    font-size: 14px;
    border-radius: 5px;
    border: 3px solid #f8f8f8;
}
div.custom-fields .response-container {
    padding: 15px 5px;
}
div.custom-fields div.asset {
    padding: 10px 0;
    border-bottom: 1px solid #bababa;
    position: relative;
}
div.custom-fields.audios-wrapper div.elmusic {
    display: flex;
}
div.custom-fields.audios-wrapper img.music-checkbox {
    width: 80px;
    max-height: 80px;
    margin-right: 10px;
}
div.custom-fields .card-content div {
    font-size: 12px;
    line-height: 17px !important;
}
div.custom-fields div#loadmore {
    margin-top: 15px;
    text-align: center;
}
div.custom-fields .mt-5p{
	margin-top: 20px;
}
div.custom-fields {
    position: relative;
}
div.custom-fields .audio-player {
    background: #f1f3f4;
    margin-top: 20px;
}
.fl-lightbox-header h1 {
    font-size: 24px !important;
    line-height: unset !important;
}
div.custom-fields .preview-wrapper {
    position: absolute;
    background: white;
    padding: 25px;
    min-height: 295px;
    display: none;
    width: -webkit-fill-available;
    width: -moz-available;
    z-index: 99;
}
div.custom-fields .preview-wrapper.show{
	display: block;
}
div.custom-fields .audio-tools {
    padding-top: 20px;
}
div.custom-fields .form-settings{
	margin-top: 25px;
}
div.custom-fields .form-settings .form-control{
	margin-bottom: 10px;
}
div.custom-fields #music-results.hide{
	display: none;
}
span.close {
    font-size: 30px !important;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 1;
    padding: 10px 10px;
    background: #4f57a0;
    color: #fff !important;
    cursor: pointer;
}
div.custom-fields .edit-container-wrapper img.music-checkbox{
    max-width: 150px;
    margin: auto;
}
div.custom-fields .edit-container-wrapper.hide{
	display: none;
}
div.custom-fields .edit-actions{
	margin-top: 15px;
}
div.custom-fields .edit-container {
    padding: 25px;
}
div.custom-fields .edit-container-wrapper {
    position: absolute;
    background: #fff;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 9;
}
div.custom-fields .cpr-5{
    padding-right: 5px;
}
div.custom-fields .cpl-5{
    padding-left: 5px;
}
div.custom-fields .cmt-20{
    margin-top: 20px;
}
div.custom-fields .text-center{
    text-align: center;
}
div.custom-fields div.elbooklets img {
    width: 80px;
    margin-right: 15px;
}
div.custom-fields div.elvideos img {
    width: 80px;
    margin-right: 15px;
}
div.custom-fields div.elcps img{
    width: 80px;
    margin-right: 15px;
}
div.custom-fields div.elimages img{
    width: 80px;
    margin-right: 15px;
}
div.custom-fields div.elspotify img {
    width: 80px;
    margin-right: 15px;
}
div.custom-fields #booklets-results.hide{
    display: none;
}

div.custom-fields div.elanimations img {
    width: 80px !important;
    margin-right: 15px;
}
div.custom-fields div.elworksheets img{
    width: 80px;
    margin-right: 15px;
}
div.custom-fields div.ellgs img {
    width: 80px;
    margin-right: 15px;
}
div.custom-fields div.eldocuments img {
    width: 80px;
    margin-right: 15px;
}
div.custom-fields div.elscores img {
    width: 80px;
    margin-right: 15px;
}
/*Audio 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;
    -webkit-appearance: none !important;
}
.fl-caudios-wrapper .playButton{
    display: none !important;
    -webkit-appearance: none !important;
    background: none;
}
.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;
}
.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;
}
span.caudio-durations {
    float: right;
}
/*Document Css*/
.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;
    height: -moz-available;
}

/*Profiles Css*/
.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%; 
}

/*Add to Collection css starts*/

.add-assets-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
}
.add-assets-wrapper img.add-collection-icon {
    text-align: left;
    width: 15px;
    margin-top: 10px;
}
.add-assets {
    position: absolute;
    right: 23px;
    background: white;
    padding: 13px;
    top: 0;
    width: 350px;
    box-shadow: 0px 0px 10px 1px #bababa;
    border-radius: 5px;
}
.add-assets-wrapper div.add-assets input.search-collections {
    width: 100% !important;
    box-shadow: unset !important;
    border: 1px solid #e8e7e7 !important;
}
ul.add-assets-items {
    list-style: none;
    margin: 0;
    max-height: 175px;
    overflow-y: scroll;
}
li.add-asset-item {
    padding: 8px 0;
    border-bottom: 1px solid #e8e7e7;
    position: relative;
}
span.cbtn.cbtn-primary.cbtn-small.add-to-collection {
    background: #4f57a0;
    padding: 3px 10px;
    color: #fff;
    position: absolute;
    right: 15px;
    top: 5px;
    border-radius: 5px;
}
div.video-player {
    margin-bottom: 15px;
    text-align: center;
}
/*Add to Collection css ends*/

/*Builder Css Starts*/
.el-fl-builder--template-collection-section-content table.table {
    margin-top: 50px;
}
input#el-search-text {
    position: fixed;
    width: 95%;
    top: 90px;
    border: none;
    margin: 0 7px;
    color: #000;
    z-index: 1;
}
tbody#el-templates-holder tr td {
    border: none;
    border-bottom: 1px solid #dedbdb;
    padding: 3px 15px;
}
.el-show-template{
    display: block;
}
.el-hide-template{
    display: none;
}
div.custom-fields .add-assets.hide{
    display: none;
}
div.custom-fields .add-assets.show{
    display: block;
}
tbody#el-templates-holder .fl-builder--template-collection-item {
    width: 100%;
    line-height: 20px;
}
/*Builder Css Ends*/

.el-position-absolute {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    width: 100%;
    text-align: center;
    background-color: rgb(171 171 171 / 95%);
    z-index: 99999;
    height: -webkit-fill-available;
    height: -moz-available;
}
.el-previreimage-wrapper {
    margin: auto;
    overflow-y: scroll;
    height: -webkit-fill-available;
    height: -moz-available;
    margin: 95px auto 80px auto;
}
.preview-content-wrapper {
    padding: 25px;
}

.el-fl-builder--template-collection-section-content table.table {
    margin-top: 50px;
}
input#el-search-text {
    position: fixed;
    width: 95%;
    top: 90px;
    border: none;
    margin: 0 7px;
    color: #000;
}
tbody#el-templates-holder tr td {
    border: none;
    border-bottom: 1px solid #dedbdb;
    padding: 3px 15px;
}
.el-show-template{
    display: block;
}
.el-hide-template{
    display: none;
}
div.custom-fields .add-assets.hide{
    display: none;
}
div.custom-fields .add-assets.show{
    display: block;
}
tbody#el-templates-holder .fl-builder--template-collection-item {
    width: 100%;
    line-height: 20px;
}
.template-preview {
    position: absolute;
    right: 20px;
}
.template-preview-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999999;
    width: 100%;
    background: white;
    height: 100vh;
}
.template-preview-wrapper iframe {
    width: 100%;
    height: 100%;
}
div#close-template-preview-wrapper {
    top: 0;
    position: fixed;
    width: 100%;
    background: #fff;
    height: 35px;
    background: #4f57a0;
    color: #fff;
    text-align: right;
}
div#close-template-preview-wrapper i.fa.fa-times {
    background: #f9e57c;
    padding: 10px;
    color: #000;
    cursor: pointer;
}
.br-fr-thumbnail-wrapper:hover i.fas.fa-play.br-fr-icon-overlay {
    display: block;
}
.br-fr-video-wrapper {
    padding: 0.5em;
    /*box-shadow: 0px 0px 2px 0px #bcbcbc;*/
}
.video-container {
    padding: 0.5em;
    /*box-shadow: 0px 0px 2px 0px #bcbcbc;*/
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.br-fr-thumbnail-placeholder img {
    width: 100%;
    cursor: pointer;
}
.video-container iframe, .video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.br-fr-thumbnail-wrapper {
    position: relative;
}
i.fas.fa-play.br-fr-icon-overlay {
    position: absolute;
    top: calc(52% - 1em);
    left: calc(51% - 1em);
    background: #525252;
    padding: 0.4em 0.4em 0.4em 0.6em;
    font-size: 2em;
    border-radius: 63%;
    color: #fff;
    display: block;
    cursor: pointer;
}
.fl-br-hide {
    display: none;
}
.el-fl-builder--template-name {
    width: 95%;
}
.apply-template {
    position: absolute;
    background: #f9e57c;
    height: inherit;
    padding: 2px 25px;
    font-size: 12px;
    color: #000;
    left: 15px;
    cursor: pointer;
}
button#insert-media-button {
    display: none;
}
.text-center{
    text-align: center;
}

body.fl-builder .fl-accordion-content ul, body.fl-builder .fl-accordion-content ol {
    padding-left: 35px !important;
}

a:focus-visible,
button:focus-visible,
iframe:focus-visible,
input:focus-visible,
label:focus-visible,
select:focus-visible,
*[tabindex]:focus-visible,
[role=button]:focus-visible,
[role=link]:focus-visible {
    outline: 2px solid #0878D4;
}

/*Timeline Css Starts*/
iframe.timeline-frame {
    width: 100%;
    /*height: calc(100vh - 100px);*/
    height: 570px;
}
.timeline-modal .modal-header {
    background: #5D140F;
    color: #fff;
}
.timeline-modal .modal-title {
    font-size: 18px;
    line-height: 30px;
}
.timeline-modal .timeline-close {
    font-size: 30px;
}
.timeline-modal {
    width: 80%;
    background: #f9f9f9;
    box-shadow: 0px 0px 7px 0px #bababa;
    z-index: 9999999 !important;
    top: 15px;
    /*height: calc(100vh - 40px);*/
    max-height: 660px;
    margin: auto;
}
.timeline-modal .modal-body {
    /*height: calc(100vh - 100px);*/
    max-height: 565px;
    overflow-y: scroll;
}
.modal-backdrop {
    z-index: 99999 !important;
}
.timeline-modal .modal-open .modal {
    overflow-x: unset !important; 
    overflow-y: unset !important; 
}
div.timeline-modal {
    padding-right: 0px !important;
    overflow: hidden !important;
}
button.cbtn-timeline {
    padding: 8px 15px;
    font-size: 15px;
    font-weight: bold;
    border: none;
}
.fl-module-etimeline .fl-module-content {
    margin: 0;
}
button.cbtn-timeline:focus, button.cbtn-timeline:hover {
    outline: unset;
    border: none;
}



/*.avid-frame-wrapper {
  overflow: hidden;
}

.avid-frame-wrapper iframe {
  width: 100%;
  height: 1000%; 
}*/
.transport .buttonToolbar {
    padding: 0 20px;
    background-color: #414141!important;
    margin: 0;
    position: static;
    width: 100%;
    z-index: 1;
    left: 0;
    width: 100%;
    right: 0;
    margin-top: 6px;
}
.transport {
    position: absolute;
    top: 0;
    width: 100%;
    margin-top: 13px;
}
.cbtn.cbtn-builder {
    padding: 11px !important;
}
button.btn.btn-orange-outline {
    background: #fcf0e4 !important;
    border: 1px solid #e8ae61;
    color: #000 !important;
    letter-spacing: 0.03em;
    font-size: 14px;
    outline: unset;
}
button.btn.btn-orange-outline:focus {
    outline: unset;
}
.virtual-keyboard iframe {
    height: 245px;
}
.d-none{
    display: none !important;
}
div.upload-form {
    margin-bottom: 25px;
}