body {
    background: transparent;
    position: relative;
    font-family: "Nunito Sans", sans-serif;
    letter-spacing: .25px;
}

a[href="#"] {
    text-decoration: none;
}

#body-wrapper {
    z-index: -1000;
    float: left;
    width: 100%;
    min-height: 100vh;
    background-repeat: no-repeat;
    background-position: center 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* Global */

@keyframes spin-animation {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}

.scroll-reveal-left, .scroll-reveal-top, .scroll-reveal-bottom, .scroll-reveal-right, .scroll-reveal-center {
    visibility: hidden;
}

.table-hover>tbody>tr:hover {
    background-color: #d3ebf5;
}

.global-edit-button {
    color: #CCC;
    font-size: 20px;
    cursor: pointer;
}

.global-edit-button:hover {
    color: #337ab7;
}

.table-hover>tbody>tr:hover>td>.global-edit-button{
    color: #337ab7;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

span.line {
    display: inline-block;
}

.chart-wrapper {
    position: relative;
    width: 100%;
    height: 300px;
    max-height: 100vh;
}

.img-fill {
    width: 100%;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.g-recaptcha {
    display: inline-block;
    pointer-events: all;
}

/* Formatting */
.color-red {
    color: #e10000;
}

.color-green {
    color: #00e100;
}

.color-blue {
    color: #0000e1;
}

.horizontal-separator {
    color: #019cdb;
    border-bottom: 1px solid #DDD;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 24px;
}

.vertical-separator {
    border-left: 1px solid #DDD;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

.vertical-separator-left {
    left: 0;
    right: auto;
}

.horizontal-separator-text {
    overflow: hidden;
    text-align: center;
    margin: 25px 0 25px;
    color: #686868;
}

.horizontal-separator-text:before,
.horizontal-separator-text:after {
    background-color: #DDD;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}

.horizontal-separator-text:before {
    right: 0.5em;
    margin-left: -50%;
}

.horizontal-separator-text:after {
    left: 0.5em;
    margin-right: -50%;
}

.vertical-separator-text {
    overflow: hidden;
    text-align: center;
    color: #686868;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    margin-left: -15px;
    margin-right: -15px;
}

.vertical-separator-text-left {
    left: 0;
    right: auto;
}

.vertical-separator-text span{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.vertical-separator-text::before,
.vertical-separator-text::after {
    background-color: #DDD;
    content: "";
    display: inline-block;
    width: 1px;
    position: absolute;
    height: 50%;
}

.vertical-separator-text::before {
    top: 0;
    margin-top: -1em;
}

.vertical-separator-text::after {
    bottom: 0;
    margin-bottom: -1em;
}

.below-button-link {
    float: right!important;
    margin: 10px 0 0;
    clear: both;
}

.below-button-dark-link, .below-button-dark-link:hover, .below-button-dark-link:focus, .below-button-dark-link:active {
    line-height: 40px;
    color: #FFF;
}


/* Forms */
div.input {
    margin-bottom: 10px;
    position: relative;
}

textarea {
    overflow-x: hidden;
    overflow-y: scroll;
    resize: none;
}

input[type="text"], input[type="password"], input[type="email"], input[type="search"], input[type="tel"], select, textarea {
    width: 100%;
    background-color: #F8F8F8;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    outline: none;
    padding: 5px;
    margin-bottom: 5px;
    font-size: 16px;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    line-height: 22px;
    background-image: url("../img/select-dropdown.png");
    background-repeat: no-repeat;
    background-position: right 8px center;
    padding: 5px 20px 5px 10px;
}

input[type="text"].input-lg, input[type="password"].input-lg, input[type="email"].input-lg, input[type="search"].input-lg, input[type="tel"].input-lg, select.input-lg, textarea.input-lg {
    padding: 10px 16px;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="search"]:focus, input[type="tel"]:focus, select:focus, textarea:focus {
    border-bottom: 2px solid #019cdb;
    padding-bottom: 4px;
}

input[type="text"]:focus.input-lg , input[type="password"]:focus.input-lg , input[type="email"]:focus.input-lg , input[type="search"]:focus.input-lg , input[type="tel"]:focus.input-lg , select:focus.input-lg , textarea:focus.input-lg  {
    border: 2px solid #019cdb;
    padding: 8px 15px;
}

.dataTables_length select, .dataTables_filter input {
    width: initial;
}

input[type=checkbox] {
    width: 20px;
    height: 20px;
    vertical-align: bottom;
}

input[type=checkbox].input-lg {
    width: 30px;
    height: 30px;
}

label + input[type=checkbox].input-lg {
    margin-left: 4px;
}

input[type=radio] {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

label input[type=checkbox] {
    position: initial !important;
    margin-right: 5px;
}

input[type="password"] {
    padding-right: 34px;
}

input[type="password"].input-lg {
    padding-right: 46px;
}

.password-visibility-toggle {
    font-family: 'Glyphicons Halflings';
    font-size: 15px;
    color: #929292;
    overflow: visible;
    position: absolute;
    right: 0;
    bottom: 5px;
    height: 34px;
    width: 34px;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
}

.input-lg + .password-visibility-toggle {
    font-size: 20px;
    height: 46px;
    width: 46px;
    line-height: 46px;
}

.password-visibility-toggle-off::after {
    content: "\e105";
}

.password-visibility-toggle-on::after {
    content: "\e106";
}

.validation-success::after, .validation-error::after, .validation-ajax::after {
    font-family: 'Glyphicons Halflings';
    font-size: 15px;
    overflow: visible;
    vertical-align: bottom;
    line-height: 0;
    position: absolute;
    right: 11px;
    bottom: 22px;
}

.validation-success::after {
    content: "\e013";
    color: #00e100;
}

.validation-error::after {
    content: "\e014";
    color: #e10000;
}

.validation-ajax::after {
    content: "\e031";
    color: #CCC;
    animation: spin-animation 1s infinite linear;
}

.form-section-header {
    color: #019cdb;
    border-bottom: 1px solid #DDD;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 24px;
}

.form-section-info {
    margin-bottom: 10px;
    font-weight: 700;
}

.form-section-info-light {
    margin-bottom: 10px;
    color: #919191;
}

.form-error-message {
    clear: both;
    padding: 5px;
    margin-bottom: 10px;
    margin-top: -11px;
    white-space: normal;
}

.form-error-message::before {
    content: "\e101";
    font-family: 'Glyphicons Halflings';
    font-size: 15px;
    margin-right: 5px;
    color: #e10000;
    vertical-align: middle;
}

label.mandatory::after {
    content: "*";
    margin-left: 5px;
    color: #e10000;
}

/* Layout */

.vertical-top {
    padding-top: 50px;
    margin-top: 30px;
}

.vertical-center {
    padding-top: 7vw;
    margin-top: 8vh;
}

.vertical-center-low {
    padding-top: 50px;
    margin-top: 30vh;
}

.section-white {
    background: #FFF;
    padding: 15px;
}

.content, .content-dark {
    color: #1f1f1f;
    padding: 15px;
    margin-bottom: 15px;
    overflow: hidden;
    border-radius: 4px;
}
.content { background: #fff; }
.content-dark .horizontal-separator-text, .content-dark .vertical-separator-text, .content-dark label { color: #FFF; }

.content-section { padding: 15px; }

.content-header, .page-header {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.4;
    font-size: 25px;
    padding: 5px 5px 15px 5px;
    border-bottom: 1px solid #DDD;
    color: #019cdb;
    text-align: center;
}

.content-header { margin: 0 -15px 10px; }
.page-header { margin: 15px 0 0; }

.content-subheader {
    font-size: 18px;
    padding: 20px 25px;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #e6e6e6;
    background-color: #f3f3f3;
    margin: 20px -15px 10px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.4;
    color: #019cdb;
}

.content-subheader-minimal {
    font-size: 18px;
    margin: 20px 0 10px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.4;
    color: #019cdb;
}

.content-option-bar {
    background-color: #606060;
}

.content .content-option-bar {
    background-color: #ececec;
    margin: -10px -15px 10px -15px;
    border-bottom: 1px solid #DDD;
}

.content-option-bar::before {
    display: table;
    content: " ";
}

.content-option-bar::after {
    display: table;
    content: " ";
    clear: both;
}

.content-option, .content-option:active, .content-option:focus {
    color: #FFF;
    text-decoration: none;
    border-right: 1px solid #DDD;
    padding: 10px 5px;
    text-align: center;
    line-height: 30px;
    white-space: nowrap;
    cursor: pointer;
}

.content .content-option {
    padding: 5px;
    color: #337ab7;
}

.content-option:first-child { border-left: 1px solid #DDD; }
.content .content-option:last-child { border-right: none; }
.content .content-option:first-child { border-left: none; }

.content-option:hover, .dropdown.open .content-option {
    color: #FFF;
    text-decoration: none;
    background-color: #337ab7;
}


/* Footer */

.footer {
    background-color: #4eadd4;
    color: #FFF;
    padding: 0;
    float: left;
    width: 100%;
    overflow-y: hidden;
}

.footer-section-wrapper {
    padding: 1px 0;
}
.footer-section-separator {
    position: absolute;
    top: 10px;
    right: 0;
    background: #ffffff2b;
    width: 1px;
    height: 184px;
    margin-bottom: -250px;
    margin-left: -1px;
}

.footer > .container{
    opacity: .75;
}

.footer ul {
    overflow: hidden;
}

.footer li {
    list-style-type: none;
    margin-bottom: 10px;
}

.footer a, .footer a:hover, .footer a:active, .footer a:visited {
    color: #FFF;
}

.footer-social-media-link {
    font-size: 40px;
    margin-right: 20px;
}

.footer-information-link{
    width: 33%;
    display: inline-block;
    float: left;
    white-space: nowrap;
}

.footer-language-header {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 10px;
    display: block;
}

.footer-language {
    width: 33%;
    display: inline-block;
    float: left;
}

.footer-language-selected a{
    font-weight: 700;
    border-bottom: 2px solid;
}

.footer-copyright {
    font-size: 12px;
    white-space: nowrap;
}

/* Homepage */

#home-header {
    position: relative;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
}

#home-header-video-wrapper {
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
}

#home-header-video-wrapper::after {
    content: '';
    background: rgba(0,0,0,.6);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#home-header-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
    min-height: 31.04vw;
}

#home-header-text {
    font-weight: 300;
    font-size: 70px;
    letter-spacing: -1px;
    line-height: 1.4em;
    text-align: center;
    text-shadow: -0.01em 0.04em 0.1em rgba(0,0,0,0.4);
    position: relative;
    z-index: 1;
    margin: 3vw auto;
    padding: 65px 0;
    color: #FFF;
    max-width: 1300px;
}

#home-header-button-wrapper {
    position: relative;
    display: inline-block;
}

.home-header-btn {
    padding: calc(8px + .75vw) calc(16px + 1.5vw);
    font-size: calc(20px + 1.5vw);
    line-height: 1.3333333;
    border-radius: .375vw;
    margin-top: 2vw;
    white-space: normal;
    text-shadow: none;
}

.home-header-btn-sm-left, .home-header-btn-sm-right {
    position: absolute;
    top: 100%;
    padding: calc(5px + .375vw) calc(5px + .75vw);
    font-size: calc(12px + 1vw);
    line-height: 1.3333333;
    border-radius: .75vw;
    margin-top: 1vw;
    white-space: nowrap;
    overflow: hidden;
    text-shadow: none;
}

.home-header-btn-sm-left {
    left: 0;
    right: 50%;
    margin-right: .5vw;
}

.home-header-btn-sm-right {
    right: 0;
    left: 50%;
    margin-left: .5vw;
}

.home-section, .home-section-alternate {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
}

.home-section {
    background-color: #019CDB;
    color: #FFF;
}

.home-section-alternate {
    background-color: #FFF;
    color: #5b5b5b;
}

.home-section-light {
    background-color: #ffffff;
    color: #000;
}

.home-section-icon {
    margin: 0 0 20px;
    max-width: 23vw;
}

.home-section-header, .home-section-subheader, .home-section-description {
    font-weight: 300;
    line-height: 1.4;
    color: inherit;
}

.home-section-header {
    text-align: center;
    font-size: 34px;
    margin: 40px auto;
}

.home-section-subheader {
    font-size: 24px;
    text-align: center;
    margin: -30px auto 40px auto;
    font-weight: 600;
}

.home-section-description {
    font-size: 26px;
    text-align: left;
    margin: -.2em 0 1.2em 0;
}

.home-section-img {
    margin-bottom: 20px;
}

.home-section-btn {
    padding: 14px 24px;
    font-size: 24px;
    line-height: 1.3333333;
    border-radius: 6px;
    margin: 0 0 10px;
    white-space: normal;
}

.home-section-list {
    text-align: left;
    font-size: 20px;
    line-height: 2;
}

.music-library-img {
    box-shadow: 4px 1px 3px 0 rgba(0,0,0,.32);
    margin: 0 5px 5px 0;
}

.testimonial {
    position: relative;
    padding: 30px 20px 138px 20px;
    text-align: left;
    background-color: #EEE;
    line-height: 1.6;
    font-size: 15px;
    min-height: 555px;
    margin-bottom: 20px;
}

.testimonial:before {
    content: '';
    position: absolute;
    z-index: 2;
    top: -16px;
    left: 50%;
    margin-left: -16px;
    -webkit-border-radius: 31px;
    -moz-border-radius: 31px;
    border-radius: 31px;
    background-color: #f5f5f5;
    width: 32px;
    height: 32px;
    background-image: url("../img/home/testimonial-quote.jpg");
    background-size: cover;
    border: 2px solid #019CDB;
}

.testimonial-photo {
    display: block;
    width: 100px;
    border-radius: 50px;
    margin: 10px auto;
}

.testimonial-author-section {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 10px;
}

.testimonial-author-name {
    font-weight: 700;
}

/* General Content */

.content-text-section {
    margin-bottom: 70px;
}

.content-text-section p, .content-text-section ul, .content-text-section ol {
    letter-spacing: -1px;
    font-size: 22px;
    line-height: 1.75;
    color: inherit;
}

.content-text-section h1 {
    font-size: 40px;
    line-height: 1.4;
    text-align: center;
    font-weight: 500;
    margin: 40px auto;
}

.content-text-section h2 {
    font-size: 30px;
    line-height: 1.4;
    font-weight: 700;
    margin: 20px auto;
}

.content-text-section h3 {
    font-size: 26px;
    line-height: 1.4;
    font-weight: 700;
    margin: 20px auto;
}

/* Article */

.article {
    margin-bottom: 40px;
    max-width: 800px;
}

.article-author-byline {
    font-size: 14px;
    color: #888;
    margin-bottom: 20px;
    text-align: center;
}

.article p {
    margin: 10px 0 10px;
}

.article p, .article ul, .article ol {
    font-size: 18px;
    line-height: 1.75;
    color: inherit;
}

.article h1 {
    font-size: 30px;
    line-height: 1.4;
    font-weight: 500;
    margin: 20px auto 0 0;
    text-align: center;
}

.article-subtitle {
    font-size: 18px;
    text-align: center;
}

.article h2 {
    font-size: 25px;
    line-height: 1.4;
    font-weight: 700;
    margin: 20px auto;
}

.article h3 {
    font-size: 26px;
    line-height: 1.4;
    font-weight: 700;
    margin: 20px auto;
}

.article img {
    max-width: 100%;
    box-shadow: 0 0 10px #00000082;
}

.article-author-section {
    overflow: hidden;
}

.article-author-section img {
    float: left;
    width: 128px;
    height: 128px;
    margin-right: 10px;
    box-shadow: none;
    border-radius: 64px;
}
.article-author-name {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 5px;
}
.article-author-bio {
    font-size: 16px;
}

.soundcloud-wrapper {
    background-color: #eaeaea;
    padding: 7px 7px 0px 7px;
}
.article-iframe-wrapper {
    max-width: 560px;
    margin: auto;
}

/* Downloads */
.downloads-content-wrapper {
    padding: 15px;
    margin-bottom: 15px;
    background-color: #EFEFEF;
}

.downloads-content-wrapper p {
    font-size: 16px;
}

.downloads-button {
    display: block;
    background-color: #019cdb;
    padding: 15px;
    text-align: center;
    color: #FFF;
    margin-bottom: 15px;
}

.downloads-button:hover, .downloads-button:active, .downloads-button:focus {
    text-decoration: none;
    color: #FFF;
    cursor: pointer;
}

/* Features */

.feature-section {
    margin-bottom: 70px;
}

.feature-section-header {
    color: #5b5b5b;
    text-align: center;
    font-size: 34px;
    margin: 40px auto;
    font-weight: 300;
    line-height: 1.4;
    text-transform: uppercase;
}

.feature-section-subheader {
    font-size: 30px;
    line-height: 1.4;
    text-align: left;
    font-weight: 700;
    margin: 20px auto;
}

.feature-section p {
    font-size: 26px;
    text-align: left;
    margin: .7em 0 .7em 0;
    font-weight: 300;
    line-height: 1.4;
    color: #5b5b5b;
}

.feature-section-img {
    width: 100%;
    margin: 30px auto;
    box-shadow: 0 2px 18px 0 rgba(0,0,0,0.5);
}

.feature-info-box-label {
    font-weight: 700;
    color: #666;
}

.feature-info-box-number {
    font-size: 60px;
    color: #0c71c3;
    line-height: 1.6em;
}

/* Logo Display */

.home-logo-item-wrapper {
    margin: 10px;
    width: 165px;
    display: inline-block;
    vertical-align: top;
}

.home-logo-wrapper {
    overflow-y: hidden;
    height: 430px;
}

/* Registration */

.register-plan {
    overflow: hidden;
    border-radius: 4px;
    background: #fff;
    color: #1f1f1f;
    padding: 15px;
    margin-bottom: 15px;
}

.register-plan-header {
    margin: -15px -15px 0 -15px;
    padding: 5px 5px 15px;
    color: #FFF;
}

.register-plan-header-free { background: #44787e; }
.register-plan-header-monthly { background: #44557e; }
.register-plan-header-yearly { background: #7e4444; }

.register-plan-price { font-size: 30px; }

.register-plan ul {
    margin-top: 15px;
    padding-left: 20px;
    list-style: none;
}

.register-plan li {
    margin-top: 10px;
}

.register-plan li::before {
    content: "\e080";
    font-family: 'Glyphicons Halflings';
    font-size: 13px;
    float: left;
    margin-top: 1px;
    margin-left: -20px;
    color: #CCCCCC;
}

.payment-form-credit-card {
    margin-left: 5px;
    margin-bottom: 10px;
    margin-top: 10px;
    max-width: 85%;
}

.payment-form-section {
    display: none;
}

.subscription-price, .subscription-frequency {
    font-weight: 700;
    color: #019cdb;
}

div.currency-select {
    width: 70px;
    float: right;
    margin-top: -5px;
    margin-bottom: -10px;
}

/* Login */
.saved-logins-number-icon {
    position: absolute;
    left: 11px;
    top: 11px;
    background-color: rgb(221, 75, 57);
    display: inline-block;
    line-height: 23px;
    height: 23px;
    width: 23px;
    border-radius: 15px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    float: right;
}

.content-option:hover .saved-logins-number-icon, .dropdown.open .content-option .saved-logins-number-icon {
    background-color: rgb(51, 122, 183);
    line-height: 22px;
    border: 1px solid #FFF;
    border-radius: 15px;
    color: #fff;
}

#saved-logins-container {
    padding: 0;
    max-height: 50vh;
    overflow-y: auto;
}

#saved-logins-filter-wrapper {
    padding: 10px 10px 5px 0px;
    border-bottom: 1px solid #e5e5e5;
}

.saved-login {
    display: block;
    padding: 20px 15px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    cursor: pointer;
}

.saved-login:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

.saved-login-delete {
    background-color: rgb(222, 222, 222);
    display: inline-block;
    line-height: 20px;
    height: 20px;
    width: 20px;
    border-radius: 15px;
    color: #757575;
    text-align: center;
    font-size: 17px;
    float: right;
    margin: 2px 0 0 10px;
}


.saved-login-delete:hover {
    background-color: rgb(221, 75, 57);
    color: #FFF;
}

.login-music-library-item-wrapper {
    margin: 10px;
    display: inline-block;
}

/* Getting Started */

.getting-started-screen {
    position: relative;
    overflow: hidden;
}

.getting-started-question-tracker {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    color: #CCCCCC;
    pointer-events: none;
}

.getting-started-screen .skip, .getting-started-screen .back {
    cursor: pointer;
}

/* My Account */

.field-header {
    padding: 15px;
}

.field-header > div {
    font-weight: 700;
}

.ajax-field-wrapper, .field-wrapper {
    position: relative;
    border-top: 1px solid #f5f5f5;
    white-space: nowrap;
    padding: 15px 15px;
    /*margin-left: 0;
    margin-right: 0;*/
}

.content-subheader + .ajax-field-wrapper, .content-subheader + .field-wrapper {
    margin-top: -10px;
    border-top: 0px solid #ffffff;
}

.ajax-field-wrapper .ajax-field-status {
    color: #CCC;
}

.ajax-field-wrapper:hover, .field-wrapper:hover {
    background-color: #d3ebf5;
}

.ajax-field-wrapper.ajax-field-state-editing, .ajax-field-wrapper.ajax-field-state-loading, .ajax-field-wrapper.ajax-field-state-error {
    background-color: #a7d6e9;
}

.ajax-field-wrapper:hover .ajax-field-status, .ajax-field-wrapper.ajax-field-state-editing .ajax-field-status, .ajax-field-wrapper.ajax-field-state-loading .ajax-field-status, .ajax-field-wrapper.ajax-field-state-error  .ajax-field-status{
    color: #337ab7;
}

.ajax-field-title, .ajax-field-title-long, .field-title, .field-title-long {
    font-weight: 700;
}

.ajax-field-data-display, .ajax-field-form-input, .field-data-display {
    min-height: 20px;
    padding-right: 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.ajax-field-title-long, .ajax-field-remove-message, .ajax-field-data-display-long, .field-title-long {
    white-space: normal;
}

.ajax-field-status {
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    padding: 15px 10px;
    min-width: 40px;
}

.ajax-field-edit-button, .ajax-field-remove-button, .ajax-field-loading-icon, .ajax-field-success-icon, .ajax-field-error-icon {
    position: absolute;
    left: 50%;
    top: 25px;
    margin-top: -14px;
    margin-left: -10px;
    font-size: 20px;
}

.ajax-field-loading-icon, .ajax-field-error-icon {
    top: 27px;
}

.ajax-field-loading-icon .glyphicon {
    animation: spin-animation 1s infinite linear;
}

.ajax-field-success-icon {
    color: #00e100;
}

.ajax-field-error-icon {
    color: #e10000;
}

.ajax-field-edit-button, .ajax-field-remove-button {
    cursor: pointer;
}

.ajax-field-remove-button:not(.hidden) + .ajax-field-edit-button {
    margin-left: -36px;
}

.ajax-field-edit-button:hover {
    color: #019cdb;
}

.ajax-field-remove-button:hover {
    color: #e65252;
}

.ajax-field-form, .ajax-field-save-button, .ajax-field-cancel-button, .ajax-field-loading-icon, .ajax-field-success-icon, .ajax-field-error-icon,
.ajax-field-state-editing .ajax-field-data, .ajax-field-state-editing .ajax-field-edit-button, .ajax-field-state-editing .ajax-field-remove-button,
.ajax-field-state-loading .ajax-field-data, .ajax-field-state-loading .ajax-field-edit-button, .ajax-field-state-loading .ajax-field-remove-button,
.ajax-field-state-success .ajax-field-edit-button, .ajax-field-state-success .ajax-field-remove-button,
.ajax-field-state-error .ajax-field-data, .ajax-field-state-error .ajax-field-edit-button, .ajax-field-state-error .ajax-field-remove-button {
    display: none;
}

.ajax-field-state-editing .ajax-field-form {
    display: block;
}

.ajax-field-state-editing .ajax-field-form-input {
    padding-right: 99px;
}

.ajax-field-state-loading .ajax-field-form, .ajax-field-state-error .ajax-field-form {
    display: block;
}

.ajax-field-state-editing .ajax-field-save-button, .ajax-field-state-editing .ajax-field-cancel-button,
.ajax-field-state-loading .ajax-field-loading-icon,
.ajax-field-state-success .ajax-field-success-icon,
.ajax-field-state-error .ajax-field-error-icon {
    display: inline-block;
}

.ajax-field-remove-message {
    padding-bottom: 15px;
}

/* Grouped Accounts */

.grouped-accounts-primary-row>td:first-child {
    border-left: 2px solid #019cdb !important;
    padding-left: 8px;
}

.grouped-accounts-primary-row>td[data-after]::after {
    color: #019cdb;
    content: attr(data-after);
    margin-left: 5px;
}

.tab-group {
    overflow: hidden;
    display: flex;
}

.tab {
    flex: 1;
    display: table-cell;
    cursor: pointer;
    text-align: center;
    width: 50%;
    float: left;
    padding: 20px 15px;
    margin: 10px 0;
    transition: margin-top .05s ease-out, padding-bottom .05s ease-out;
}

.tab-inactive {
    background-color: #019CDB;
    color: #FFF;
    border-width: 1px;
    border-style: solid;
    border-color: #FFF #FFF #019CDB #FFF;
    margin-top: 20px;
    padding-bottom: 10px;
}

.tab-inactive:hover {
    color: #FFF;
    margin-top: 15px;
    padding-bottom: 15px;
    border-color: #019CDB;
}

.tab-active, .tab-active:hover {
    color: #019CDB;
    border-width: 1px;
    border-style: solid;
    border-color: #019CDB #019CDB #FFF #019CDB;
    /*background-color: #019CDB;*/
}

/* Billing */

.billing-account-type-button {
    color: #BBB;
    border: 1px solid #BBB;
    margin: 10px 0;
    height: 128px;
    cursor: pointer;
}

.billing-account-type-button:hover {
    color: #019CDB;
    border: 1px solid #019CDB;
}

.billing-account-type-button-active, .billing-account-type-button-active:hover {
    color: #ffffff;
    border: 1px solid #019CDB;
    background-color: #019CDB;
}

/* Affiliate Dashboard */

.affiliate-dashboard-stat, .affiliate-dashboard-stat-button {
    font-weight: 700;
    text-align: center;
    padding: 10px 0;
    color: #BBB;
    border: 1px solid #BBB;
    margin-bottom: 5px;
    margin-top: 10px;
}

.affiliate-dashboard-stat-button {
    cursor: pointer;
}

.affiliate-dashboard-stat-button:hover {
    color: #019cdb;
    border: 1px solid #019cdb;
}

.affiliate-dashboard-stat-button-active, .affiliate-dashboard-stat-button-active:hover {
    background-color: #019cdb;
    color: #FFF;
    border: 1px solid #019cdb;
}

.affiliate-dashboard-stat-title {
    padding-bottom: 5px;
    color: #000;
}

.affiliate-dashboard-stat-number {
    font-size: 36px;
    color: #019cdb;
}

.affiliate-dashboard-stat-button-title {
    padding-bottom: 5px;
}

.affiliate-dashboard-stat-button-number {
    font-size: 36px;
}

/* Music Library */
.music-library-table tbody tr td:nth-child(7) {
    white-space: nowrap;
}
.music-library-table tbody tr td:nth-child(4),
.music-library-table tbody tr td:nth-child(5),
.music-library-table tbody tr td:nth-child(6) {
    text-align: center;
}
#music-library-filter-outer-wrapper {
    height: 62px;
}
#music-library-filter-wrapper {
    padding: 20px 0 10px 0;
    margin: -10px 0;
    background: #FFF;
    height: 72px;
    box-sizing: border-box;
}

/* Graphic Music Library */
.music-library-item-wrapper {
    font-family: Arial, verdana, Tahoma;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: #FFF;
    padding: 0 5px;
}
.music-library-item-header {
    position: relative;
    margin: 0px -5px -10px -5px;
    border-radius: 5px;
    border: 1px solid #FFF;
    text-align: center;
    color: #fff;
    z-index: 100;
}

.music-library-item-footer {
    display: flex;
    align-items: center;
    line-height: 1;
    background-color: #019cdb;
    margin: 0;
    height: 70px;
    margin-left: auto;
    margin-right: auto;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    box-shadow: 7px 1px 5px 0 rgba(0,0,0,.32);
    width: 100%;
    max-width: 100%;
    vertical-align: middle;
    text-align: center;
    position: relative;
    z-index: 1;
}

.music-library-item-footer-wrapper {
    width: 100%;
}

.music-library-item-wrapper-image {
    width: 100%;
    padding-bottom: 120%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #FFF;
    box-shadow: 7px 1px 5px 0 rgba(0,0,0,.32);
}

.music-library-item-title {
    text-transform: uppercase;
    font-size: 10px;
    color: #FFF;
    max-height: 45px;
    display: inline-block;
    white-space: normal;
    overflow: hidden;
    max-width: 80%;
    text-overflow: ellipsis;
    margin: auto .25rem!important;
}

.music-library-item-stars {
    color: rgb(221, 221, 221);
}

.music-library-item-gold-star {
    color: rgb(255, 255, 7);
}

.music-library-item-collection-icon {
    position: absolute;
    margin-top: -6px;
    top: 10px;
    right: 7px;
    font-style: italic;
}
.music-library-item-difficulty-green { background-color: #45a16f; }
.music-library-item-difficulty-blue { background-color: #3181ff; }
.music-library-item-difficulty-yellow { background-color: #ffa513; }
.music-library-item-difficulty-red { background-color: #ff0915; }

.home-music-library-item-wrapper {
    width: 190px;
    display: inline-block;
    overflow: hidden;
    padding: 0 10px 10px 0;
}

.home-music-library-item-text-footer {
    padding: 5px 0;
    line-height: 20px;
    height: 61px;
    margin-bottom: -11px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home-music-library-wrapper {
    overflow-y: hidden;
    height: 600px;
}

/* Master Class Videos */
.master-class-video-wrapper {
    margin: 4px 0;
    padding-left: 5px;
    padding-right: 5px;
}

/* iPad Banner */
#ipad-banner, #ipad-banner-shim {
    background-color: #019CDB;
    padding: 15px 5px;
    text-align: center;
    border-top: 1px solid #FFF;
}

#ipad-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
}

#ipad-banner-shim {
    visibility: hidden;
}

/* Media Queries */

@media (max-width: 1200px) {
    /* Homepage */
    #home-header-text {
        font-size: 62px;
        max-width: 950px;
    }

    .testimonial {
        min-height: 655px;
    }
}

@media (max-width: 991px) {
    /* Homepage */
    #home-header-text {
        font-size: 50px;
    }

    .testimonial {
        min-height: initial;
        margin-top: 30px;
    }

    /* My Account */
    .ajax-field-status {
        top: 20px;
    }

    .ajax-field-status-centered {
        top: 50%;
        margin-top: -22px;
    }
    
    .ajax-field-state-editing .ajax-field-status {
        position: initial;
        text-align: center;
    }
    
    .ajax-field-state-editing .ajax-field-form-input {
        padding-right: 15px;
    }

    /* Footer */
    .footer-section-wrapper:nth-child(2), .footer-section-wrapper:nth-child(3) {
        background-color: #0000002e;
    }

    .footer-section-wrapper {
        min-height: 220px;
    }

    .footer .container {
        width: auto;
    }
}

@media (max-width: 767px) {
    #body-wrapper {
        background: #FFF none !important;
    }

    /* Homepage */
    #home-header-text {
        font-size: 30px;
        max-width: 500px;
    }
    .home-section-header {
        font-size: 24px;
        margin: 25px auto;
    }
    .home-section-description {
        font-size: 24px;
    }
    .home-section-list {
        font-size: 16px;
    }

    /* Layout */
    .vertical-center, .vertical-center-low, .vertical-top {
        padding-top: 0;
        margin-top: 0;
    }

    .content {
        border-radius: 0;
    }

    .content-dark .horizontal-separator-text, .content-dark .vertical-separator-text, .content-dark label { color: #000; }

    .alert-dashed {
        text-align: left;
        font-size: 16px;
    }

    .home-section-btn {
        padding: 8px 16px;
        font-size: 20px;
        line-height: 1.42857143;
        border-radius: 4px;
    }

    /* Footer */
    .footer-section-wrapper {
        min-height: initial;
    }

    .footer-section-wrapper:nth-child(4) {
        background-color: #0000002e;
    }

    .footer-section-wrapper:nth-child(3) {
        background-color: transparent;
    }

    /* Logo Display */

    .home-logo-item-wrapper {
        width: 120px;
    }

    .home-logo-wrapper {
        height: 265px;
    }

    /* Graphic Music Library */
    .home-music-library-wrapper {
        height: 470px;
    }

    .home-music-library-item-wrapper {
        width: 135px;
    }

    /* Login */
    #saved-logins-container {
        max-height: none;
    }

    .below-button-dark-link, .below-button-dark-link:hover, .below-button-dark-link:focus, .below-button-dark-link:active {
        color: #337ab7;
    }
}

@media (max-width: 480px) {
    /* Homepage */
    #home-header-text {
        font-size: 20px;
        max-width: 350px;
    }

    /*Footer*/
    .footer-information-link{
        width: 50%;
    }
}

/*Datatables override*/

.fixedHeader-locked {
    display: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #bbbbbb;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #019cdb !important;
    background: none;
    border: 1px solid #019cdb;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    outline: none;
    background: none;
    background-color: #d3ebf5;
    border: #d3ebf5;
    box-shadow: inset 0 0 3px #111;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff !important;
    border: 1px solid #019cdb;
    background: none;
    background-color: #019cdb;
}

/*Slick overrides*/

.slick-prev {
    left: -70px !important;
}
.slick-next {
    right: -70px !important;
}
.slick-prev, .slick-next, .slick-prev::before, .slick-next::before {
    width: 48px !important;
    height: 98px !important;
}
.slick-prev::before {
    content: '' !important;
    display: block;
    background: url('../img/login/music-library-previous.png');
}
.slick-next::before {
    content: '' !important;
    display: block;
    background: url('../img/login/music-library-next.png');
}