.background
{
	color: #000 !important;
	/* background: -webkit-linear-gradient(top, rgba(192,56,4) 0%, rgba(243,191,113) 100%) !important; */
	background: linear-gradient(to bottom, rgba(223,149,80,1) 0%, rgba(211,92,45,1) 100%) !important;
}

.background a 
{
	color: #000 !important;

}

.background > .typeahead__cancel-button {
    
    color: #000 !important;

}

.background img 
{
	background: #fff;
    bottom: 100%;
    color: #fff;
    display: block;
    left: -50px;
    margin-bottom: 25px;
    opacity: 0;
    padding: 5px;
    bottom: 30px;
    pointer-events: none;
    position: absolute;
    width: 150px;
    min-width: 150px;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    border-radius: 5px;

}

.background:hover img{
	opacity:1;
	z-index:1;
}

/*table*/
table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before{
    left: 8px;
    content: "\f0de";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 600;
    font-size: 16px;
}

 

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after{
    content: "\f0dd";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    left: 8px;
    font-size: 16px;
    color: white;
}

 

table.dataTable thead .sorting:after, table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc_disabled:after, table.dataTable thead .sorting_desc_disabled:before{
    position: absolute;
    bottom: 6px;
    display: block;
    /*opacity: .3;*/
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc_disabled:after, table.dataTable thead .sorting_desc_disabled:before{
        position: absolute;
    bottom: 8px;
    display: block;
    /*opacity: .3;*/
}

table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting{padding-right: 0px; padding-left: 25px;}
.typeahead__label-container
{
	padding-top:30px !important;
}

.typeahead__container input.js-typeahead {
    height: auto !important;
    min-height: 40px !important;
    line-height: 40px;
    border-radius: 4px;
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 25px;
    color: #000;
    font-weight: bold;
    vertical-align: middle;
    background-color: #fcfcfc;
    background-image: none;
    border: 1px solid #e6e6e6;
    -moz-transition: all ease-in-out .15s;
    -webkit-transition: all ease-in-out .15s;
    transition: all ease-in-out .15s;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.typeahead__list.empty > li{
    padding: 3px 1em 3px .4em;
    color: #333333;
    font-size: 1em;
}
.typeahead__list > li >a {
    /* background-color: #f5f5f5; */
    color: #3c3c3c;
    display: block;
    padding: 0.5rem 0.75rem;
    clear: both;
    text-decoration: none;
    font-size: 1.6em !important;
}
.typeahead__list > li >a:hover{
    border: 1px solid #003eff;
    background: #007fff !important;
    font-weight: normal;
    color: #fff !important;
 }



 .typeahead__label {
    position: relative;
    display: inline-block;
    left: -6px;
    top: 20px;
	background:#000;    
    border: 1px solid #808080;
    font-weight: 700;
    border-radius: 8px;
    padding: 2px 6px 3px 7px !important;
 }
.typeahead__label a {
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
}

.typeahead__label a:hover {
    color: #fff;
  
}

.typeahead__label .typeahead__cancel-button {
    font-size: 22px;
    color: #fff;
    font-weight: 700;
    border-left: none !important;
}
.typeahead__label .typeahead__cancel-button:hover {background-color: transparent;color: #fff;}
#chordsearch .form-group.chords-filter {margin-top: 35px;}
 /* clears the ‘X’ from Internet Explorer */
input[type=search]::-ms-clear { display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal { display: none; width : 0; height: 0; }
/* clears the ‘X’ from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }




.typeahead__label.background:hover .diagram_image{
  display: block !important;
  opacity: 1;
}
.typeahead__query .typeahead__label-container {
    float: none;
    width: 100%;
    position: relative;
    margin-top: -17px !important;
    z-index: 9999 !important;
    margin-left: 5px !important;
    padding-top: 0px !important;
    /*padding-right: 32px !important;*/
}

#chordsearch .search_load {
    /*margin-top: 30px;*/
    min-width: 50px !important;
    float: left !important;
    margin-bottom: -30px !important;
}

.typeahead__query .js-typeahead {
    position: absolute;
    top: 0;
}
.typeahead__result .typeahead__list {
    position: relative;
    top: 40px;
}

.custom-dialog .modal-dialog {
    z-index: 9999999;
    padding: 0px 0px 20px;
    width: 400px;
    margin: 30px auto;
    max-width: 100%;
    background: #fff;
    border-radius: 5px;
}
#ques_genres .modal-header,.modal-content {
    box-shadow: none;
    
}


div.dataTables_wrapper div.dataTables_processing {
    top: 10% !important;
   
}




#chordsearch1 .text_head_point_two {
    float: left;
    width: 100%;
    display: block;
}

#chordsearch1 .text_head_point_two > p {
    color: #ffffff;
    font-size: 16px;
    /* font-size: 22px; */
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
}

#chordsearch1 .title-line span a {
    color: #913300;
    display: inline-block;
}


div.dataTables_wrapper div.dataTables_filter input {
    border-radius: 7px !important;
    border-color: #dbdbdb;
    max-width: 100%;
    width: 300px;
    padding: 6px 30px 6px 12px;
}

.typeahead__list .typeahead__item:not([disabled]) > a:hover, .typeahead__list .typeahead__item:not([disabled]) > a:focus, .typeahead__list .typeahead__item:not([disabled]).active > a, .typeahead__dropdown .typeahead__dropdown-item:not([disabled]) > a:hover, .typeahead__dropdown .typeahead__dropdown-item:not([disabled]) > a:focus, .typeahead__dropdown .typeahead__dropdown-item:not([disabled]).active > a {
	border: 1px solid #003eff;
    background: #007fff !important;
    color: #fff !important;
}


/* .filter1 .popover-content-title .tooltipf {
    top: 6px;
    float: right;
} */


.typeahead__list.empty > li {
    font-size: 17px !important;
	background: #007fff !important;
    color: #fff !important;
}

/* bugs changes */
.custom-dialog .modal-dialog .modal-content{box-shadow: inherit;border: 0;}
#instrument-pop-content div.arrow {left: 20% !important;}
#g-d-pop-content div.arrow {left: 53% !important;}
.popover-content-title {position: relative; width: auto !important;}
.filter1 .popover-content-title .tooltipf {top: 0px;position: absolute !important; right: -18px;}
.page-id-8653 .fl-content-left .fl-module-content{    margin: 20px !important;}

@media (min-width: 768px) and (max-width: 1024px){
div#chordsearch1 {flex: 0 0 100%;max-width: 100%;margin-bottom: 10px;margin-left: 0;}
.chordsearch_inner {width: 100%;display: block;max-width: 420px;margin: 0 auto;}
.fl-node-5f7481f2cc9b9 > .fl-module-content{margin-left: 0;}


}

@media (min-width: 768px) and (max-width: 991px){
.filter2 .popover{width: 540px;}
#g-d-pop-content div.arrow {left: 47% !important;}
.fl-module-content .fl-html form #chordsearch{max-width: 380px !important;}

}

@media (max-width: 768px){
.fl-node-5f7481f2cc9b9 > .fl-module-content {margin-left: 0;}
.fl-col-group.fl-node-5f7481f2cc9bb {padding-left: 20px;padding-right: 20px;}
.chordsearch_inner .form-group.ui-widget {min-height: 40px;}
div#chordsearch1{margin-bottom: 15px;}
#g-d-pop-content div.arrow {left: 72% !important;}
.filter2 .popover{width: 100%;}

}

@media (min-width: 600px) and (max-width: 768px){
.form-group.chk-filter-two .chkcontainer{width: 33%;}
}

@media screen and (max-width: 480px){
.custom-dialog .modal-dialog {padding:0 0 15px 0;width: 280px;}
.custom-dialog .modal-dialog .modal-content{box-shadow: inherit;border: 0;}

}

/*
@media screen and (-webkit-min-device-pixel-ratio:0) { 
.page-id-3456 .fl-page-content .container .row {flex-direction: row;flex-wrap: inherit;-ms-flex-wrap: inherit;}

} 
*/

@media screen and (max-width: 600px){
	.fl-sidebar-right {
		display: block !important;
		width: 100% !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}

	.fl-sidebar {
		display: block !important;
	}

}

@media screen and (min-width:768px) and (max-width:935px){
	.fl-sidebar-right{display: block !important; width:100% !important; flex: 0 0 100% !important; max-width:100% !important;}
}

@media screen and (min-width: 875px) and (max-width:1400px ){
	.fl-sidebar-right{display: block !important;}
}

@media screen and (max-width: 768px){
	.fl-sidebar-right{display: block !important; width:100% !important; flex: 0 0 100% !important; max-width:100% !important;}
}

.fl-sidebar-right{width:30%; max-width: 30%; flex: 0 0 30%; -ms-flex: 0 0 30%;}