/*----- FIXES  -----*/
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display+SC:wght@900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
body {
font-family: 'Playfair Display SC', serif;


    font-size: 1.5em;
}

.fix-height {
	margin-top: 64px;
	padding-bottom: 12px;
}

.th-functions {
	width: 10%;
}

input[type="checkbox"] {
	margin-top: 10px;
}

input[type="checkbox"].pos-fix {
	margin-top: 2px;
}

.after-check-box {
	position: relative; 
	display: inline-block; 
	top: -2px; 
}

.font-normal {
	font-size: 16px;
}

.modal-content {
    opacity: 0.95;
}

nav {
    font-size: 0.93em;
}

kbd {

}

/*----- BACKGROUNDS -----*/
.bg-green {
    background-color: #5cb85c;
}

.bg-red {
    background-color: #993333;
}

.bg-orange {
    background-color: #ff9933;
}

.bg-purple {
    background-color: #7c38bc;
}

.bg-turquoise{
    background-color: #00b19d;
}

.bg-black {
	background-color: #1a1a1a;
    color: #f2f2f2; 
}

/*----- GLOBAL -----*/

h4.upper {
    text-transform: uppercase;
    font-weight: bold;
}

.bold {
    font-weight: bold;
}

.upper {
	text-transform: uppercase;
}

.downer {
	text-transform: none;
}

.gray {
	color: gray;
}

.white {
	color: white;
}

.margin-top {
	margin-top: 64px;
}

.padding {
	padding: 16px;
}

.padding-top-16 {
    padding-top: 16px;
}

.padding-top-24 {
    padding-top: 24px;
}

.padding-top-32 {
    padding-top: 32px;
}

.text-blur {
  
}

.small-padding {
	padding-bottom: 0px;
}

.cursor-move {
	cursor: move;
}

.light-shadow {
	-webkit-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.20);
    -moz-box-shadow:    2px 2px 6px 0px rgba(0, 0, 0, 0.20);
	box-shadow:         2px 2px 6px 0px rgba(0, 0, 0, 0.20);
}

.space {
	margin-top: 24px;
}

.empty-space {
    height: 20px;
}

.empty-space-2 {
    height: 28px;
}

.tenpc {
    width: 10%;
}

/*----- BUTTONS -----*/
.btn-delete {
	margin-top: 12px;
}

.btn{
font-family: 'Roboto', sans-serif;
}

.btn-functions {
	display: inline-block; 
	float: right; 
	
	margin-right: 6px;
}

.btn-add-cats {
	margin-right: 6px;
}

.btn-up {
	margin-top: -4px;
}

.btn-deezer { 
  color: #ffffff; 
  background-color: #AB61A1; 
  border-color: #82457A; 
} 
 
.btn-deezer:hover, 
.btn-deezer:focus, 
.btn-deezer:active, 
.btn-deezer.active, 
.open .dropdown-toggle.btn-deezer { 
  color: #ffffff; 
  background-color: #7D4475; 
  border-color: #82457A; 
} 
 
.btn-deezer:active, 
.btn-deezer.active, 
.open .dropdown-toggle.btn-deezer { 
  background-image: none; 
} 
 
.btn-deezer.disabled, 
.btn-deezer[disabled], 
fieldset[disabled] .btn-deezer, 
.btn-deezer.disabled:hover, 
.btn-deezer[disabled]:hover, 
fieldset[disabled] .btn-deezer:hover, 
.btn-deezer.disabled:focus, 
.btn-deezer[disabled]:focus, 
fieldset[disabled] .btn-deezer:focus, 
.btn-deezer.disabled:active, 
.btn-deezer[disabled]:active, 
fieldset[disabled] .btn-deezer:active, 
.btn-deezer.disabled.active, 
.btn-deezer[disabled].active, 
fieldset[disabled] .btn-deezer.active { 
  background-color: #AB61A1; 
  border-color: #82457A; 
} 
 
.btn-deezer .badge { 
  color: #AB61A1; 
  background-color: #ffffff; 
}

/*----- PAGES -----*/

.pagebox {
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	border: 0px solid #000000;
	background-color: white;
	padding-bottom: 8px;
}

.pagebox-frontend {
    
    padding-top: 16px;
    padding-bottom: 16px;
}

.pagebox-transparent {
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    border: 0px solid #000000;
    background: rgba(255,255,255, 0.9);
    padding-bottom: 8px;
}

.catalog{
    margin-top: 24px;
}

.custom-background-thumbnail {
	width: 100%;
	height: 100%;
}

.page {
	-webkit-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow:    2px 2px 5px 0px rgba(50, 50, 50, 0.3);
	box-shadow:         2px 2px 5px 0px rgba(50, 50, 50, 0.3);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/*----- SORTABLE PLUGIN -----*/
ul#sortable {
	list-style-type: none;
	padding: 0;
}

li.sortable {
	padding: 8px;
	margin-top: 8px;
	border: 1px solid #d9d9d9;
	z-index: -1;
	background-color: white;
	-webkit-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.20);
    -moz-box-shadow:    2px 2px 6px 0px rgba(0, 0, 0, 0.20);
	box-shadow:         2px 2px 6px 0px rgba(0, 0, 0, 0.20);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/*----- NAVIGATION -----*/
.menu {
	background-color: #233140;
	border: none;
	-webkit-box-shadow: 2px 2px 4px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow:    2px 2px 4px 0px rgba(50, 50, 50, 0.2);
	box-shadow:         2px 2px 4px 0px rgba(50, 50, 50, 0.2);
}

.navbar-default .navbar-nav > li > a {
    color: #e6e6e6;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #ffffff;
    background-color: #364c63;
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
    color: #f2f2f2;
    background-color: #121a21;
}

.navbar-toggle {
	color: #e6e6e6;
	width: 40px;
	height: 40px;
	border: none;
	background-color: #121a21;
}

.navbar-toggle:hover {
	color: black;
}

/*----- DASHBOARD -----*/

.bs-calltoaction{
    position: relative;
    width:auto;
    padding: 15px 25px;
    border: 1px solid black;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}

    .bs-calltoaction > .row{
        display:table;
        width: calc(100% + 30px);
    }
     
        .bs-calltoaction > .row > [class^="col-"],
        .bs-calltoaction > .row > [class*=" col-"]{
            float:none;
            display:table-cell;
            vertical-align:middle;
        }

            .cta-contents{
                padding-top: 10px;
                padding-bottom: 10px;
            }

                .cta-title{
                    margin: 0 auto 15px;
                    padding: 0;
                }

                .cta-desc{
                    padding: 0;
                }

                .cta-desc p:last-child{
                    margin-bottom: 0;
                }

            .cta-button{
                padding-top: 10px;
                padding-bottom: 10px;
            }

@media (max-width: 991px){
    .bs-calltoaction > .row{
        display:block;
        width: auto;
    }

        .bs-calltoaction > .row > [class^="col-"],
        .bs-calltoaction > .row > [class*=" col-"]{
            float:none;
            display:block;
            vertical-align:middle;
            position: relative;
        }

        .cta-contents{
            text-align: center;
        }
}



.bs-calltoaction.bs-calltoaction-default{
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.bs-calltoaction.bs-calltoaction-turq{
    color: #fff;
    background-color: #00b19d;
    border-color: #ccc;
}

.bs-calltoaction.bs-calltoaction-primary{
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.bs-calltoaction.bs-calltoaction-info{
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.bs-calltoaction.bs-calltoaction-success{
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.bs-calltoaction.bs-calltoaction-warning{
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.bs-calltoaction.bs-calltoaction-danger{
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.bs-calltoaction.bs-calltoaction-primary .cta-button .btn,
.bs-calltoaction.bs-calltoaction-info .cta-button .btn,
.bs-calltoaction.bs-calltoaction-success .cta-button .btn,
.bs-calltoaction.bs-calltoaction-warning .cta-button .btn,
.bs-calltoaction.bs-calltoaction-danger .cta-button .btn{
    border-color:#fff;
}

.bs-calltoaction{
    min-height: 256px;
}

.bs-calltoaction.normal{
    min-height: 0px;
}

/** Catalog **/


.filter-buttons{
    padding: 6px;
    text-align: center;
    line-height: 3;
}

.filter-content {
    margin: 0px auto;
    padding: 8px;
    width: 90%;
}

.box-release {
    width: 33%;
    padding: 4px;
}

.box-release-inner{
    position: relative;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 3px 3px 11px 0px rgba(50, 50, 50, 0.4);
    -moz-box-shadow:    3px 3px 11px 0px rgba(50, 50, 50, 0.4);
    box-shadow:         3px 3px 11px 0px rgba(50, 50, 50, 0.4);
    cursor: pointer;
}

.box-release-img{
    padding: 2%;
    width: 100%;
    position: relative; 
}

.image:hover {
    -webkit-box-shadow: 0px 0px 14px 0px rgba(50, 50, 50, 1);
    -moz-box-shadow:    0px 0px 14px 0px rgba(50, 50, 50, 1);
    box-shadow:         0px 0px 14px 0px rgba(50, 50, 50, 1);
    opacity: 0.9;
}

.title {
    text-align: center;
    text-transform: uppercase;
    font-size: 1em;
    padding: 3%;
}

.tooltip {
    font-size: 1.3em;
    text-transform: uppercase;
}

.song-info{
    text-align: center;
    margin: 24px auto;
    padding-bottom: 48px;
    font-size: 1em;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 16px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    max-width: 560px;
}


@media only screen and (max-width : 1024px) {
  /* Styles */
    .song-info{
		left: 21%;
		width: 58%;
    }
}

@media only screen and (max-width : 980px) {
  /* Styles */
    .song-info {
		left: 13%;
		width: 74%;
    }
}

@media only screen and (max-width : 640px) {
  /* Styles */
    .song-info {
		left: 6%;
		width: 88%;
    }
}

@media only screen and (max-width : 600px) {
  /* Styles */
    .song-info {
		left: 3%;
		width: 94%;
    }
}

@media only screen and (max-width : 360px) {
  /* Styles */
    .song-info {
		left: 4%;
		width: 92%;
    }
}

@media only screen and (max-width : 320px) {
  /* Styles */
    .song-info {
		left: 2%;
		width: 96%;
    }
}

.preview {
    max-width: 450px; 
    -webkit-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.74);
    -moz-box-shadow:    2px 2px 5px 0px rgba(50, 50, 50, 0.74);
    box-shadow:         2px 2px 5px 0px rgba(50, 50, 50, 0.74);
}

.gate-page{
    margin-top: -40px;
}

.infolist{
    list-style-type: none;
}

li.listitem{
    padding-bottom: 6px;
    text-transform: uppercase;
}

.inner-list{
    position: relative;
    margin-left: -18px;
    width: 100%;
    padding-top: 8px; 
    padding-bottom: 8px;
    list-style-type: none;
}

.btndnl {
    width: 100%;
    text-align: center;
    margin-bottom: 4px;
    max-width: 200px;
}

.col-centered{
    padding: 2px;
    float: none;
    margin: 0 auto;
}

@media only screen and (min-width : 1024px) {
  /* Styles */
  .col-centered{
        display: inline-block;
        width: 24%;
    }
}

.yt-preview {
    max-width: 560px;
    min-width: 330px;
}

@media only screen and (min-width : 768px) {
  /* Styles */
      .yt-preview {
        width: 560px;
    }
}

@media only screen and (min-width : 640px) {
  /* Styles */
      .yt-preview {
        width: 560px;
    }
}

@media only screen and (min-width : 600px) {
  /* Styles */
      .yt-preview {
        width: 560px;

    }
}

@media only screen and (max-width : 480px) {
  /* Styles */
      .yt-preview {
        width: 450px;
        height: 252px;
    }
}

@media only screen and (max-width : 360px) {
  /* Styles */
      .yt-preview {
        width: 70%;
        height: 184px;
    }

    .tracklist {
        text-align: left;
    }

    .tracklist-line {
        display: initial;
    }
}

.preview-image {
    width: 80%;
    max-width: 350px;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.6);
    -moz-box-shadow:    2px 2px 5px 0px rgba(50, 50, 50, 0.6);
    box-shadow:         2px 2px 5px 0px rgba(50, 50, 50, 0.6);
}

a:hover.cloud-image {
    text-decoration: none;
    -webkit-filter: blur(1px);
    filter: blur(1px); 
}

a.cloud-image {
    -webkit-filter: blur(0);
    filter: blur(0);
}

.tube-vid {
    width: 45%;
    display: inline-block;
}

.tube-vid-thumb {
    width: 100%;
}

.img-container {
    display: inline-block; 
    padding: 8px;
}

.tracklist-line {
    display: inline-block;
}

#download-frame{  
    display: none;
    width: 1px;
    height: 1px;
}

.fangate-add{
    font-size: 0.8em; 
    letter-spacing: 1px; 
    text-align: justify
}

.soc-icon {
    display: inline-block;
    padding: 4px;
}

.soc-icon a{
    color: white;
}

.soc-icon a:hover{
    color: gray;
}


.footer {
    position: relative;
    left: 25%;
    width: 50%;
    padding: 8px;
    color: white;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border: 0px solid #000000;
    background: rgba(1,1,1, 0.8);
}

@media only screen and (min-width : 360px) {
      .powored {
        display: inline-block;
    }

}

@media only screen and (max-width : 360px) {
      .powored {
        font-size: 0.9em;
        padding-top: 2px;
    }

}

.statistic-up {
 display: inline-block;
}

.float-right {
    float: right;
}

.stat-box {
    padding: 36px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

/* Smart Links */
.smart-link-container {
	left: 26%;
    width: 48%;
	color: white;
	margin-top: 35px;
	margin-bottom: 0px;
	padding: 0px;
}

@media only screen and (max-width : 1024px) {
  /* Styles */
    .smart-link-container {
		left: 21%;
		width: 58%;
    }
}

@media only screen and (max-width : 980px) {
  /* Styles */
    .smart-link-container {
		left: 13%;
		width: 74%;
    }
}

@media only screen and (max-width : 640px) {
  /* Styles */
    .smart-link-container {
		left: 6%;
		width: 88%;
    }
}

@media only screen and (max-width : 600px) {
  /* Styles */
    .smart-link-container {
		left: 3%;
		width: 94%;
    }
}

@media only screen and (max-width : 360px) {
  /* Styles */
    .smart-link-container {
		left: 4%;
		width: 92%;
    }
}

@media only screen and (max-width : 320px) {
  /* Styles */
    .smart-link-container {
		left: 2%;
		width: 96%;
    }
}

.list-group-item {
	height: 57px;
}

.list-group-item:hover {
	background-color: #f2f2f2;
}

.smartlink-links {
	opacity: 0.9;
}

.smartlinks-store-logo {
	float: left; 
	margin-top: -4px;
	opacity: 1;
}

.btn-smartlink {
	float: right;
}

/* Modals */
.modal-content {
    background-color: #f2f2f2;
    font-size: 16px;
}

.modal-content {
    background-color: #f2f2f2;
    font-family: 'Dosis', sans-serif;
    color: #666666;
}

.logo {
    width: 30%;
    margin-left: 2.5%;
}

.logo-ongate{
    width: 20%;
    min-width: 150px;
    padding-bottom: 32px;
}

.logodiv{
    margin-top: -24px;
}

.ui-datepicker-prev {
    background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='50px' width='120px'><text x='0' y='15' fill='red' font-size='20'> < </text></svg>");
}

.terms {
    font-size: 1em;
    margin: 0px auto;
    width: 86%;
}

/*----- TABLE -----*/
.table > thead > tr > td.purple,
.table > tbody > tr > td.purple,
.table > tfoot > tr > td.purple,
.table > thead > tr > th.purple,
.table > tbody > tr > th.purple,
.table > tfoot > tr > th.purple,
.table > thead > tr.purple > td,
.table > tbody > tr.purple > td,
.table > tfoot > tr.purple > td,
.table > thead > tr.purple > th,
.table > tbody > tr.purple > th,
.table > tfoot > tr.purple > th {
  background-color: #d9c4ed;
}
.table-hover > tbody > tr > td.purple:hover,
.table-hover > tbody > tr > th.purple:hover,
.table-hover > tbody > tr.purple:hover > td,
.table-hover > tbody > tr:hover > .purple,
.table-hover > tbody > tr.purple:hover > th {
  background-color: #cdb0e8;
}

/*----- ICONS  -----*/
.deezer-icon {
    width: 16px; 
    margin-top: -4px;
}

/*----- SETUP  -----*/
.setup-container {
    background-color: rgba(0, 0, 0, 0.9);
    padding: 12px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: white;
    text-align: center;
}

/*----- FOOTER -----*/
.dashboard-footer {
    padding-top: 8px;
    text-align: center;
    font-size: 0.9em;
}