body {
    background-image: none !important;
}

.box.dataTables_wrapper {
    border-top: none;
    margin-bottom: none;
}

.grid-view .box.dataTables_wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    overflow-x: auto;
}

.dataTable th.sorting {
    position: static;
}

.dataTable th.sorting > div {
    text-align: left;
    padding-right: 20px;
    padding-left: 10px;
    height: auto;
}

.dataTable th.sorting > div > a {
    display: block;
}

.dataTable .filters input, .dataTable .filters select {
    margin-bottom: 0;
}

.form-actions {
    margin-top: 0 !important;
}

.selector.block {
    display: block;
    width: auto;
}

.selector.inline-block {
    display: inline-block;
    width: auto;
}

.selector.block select, .selector.inline-block select {
    width: 100%;
}

.selector.slim {
    height: 18px;
    line-height: 18px;
}

.selector.slim:after {
    height: 10px;
    line-height: 10px;
}

.selector.slim span {
    height: 18px;
    line-height: 18px;
}

.selector.slim select {
    height: 18px;
    min-height: 18px;
    max-height: 18px;
}

.separate-sections > li:last-child, .separate-sections > div:last-child {
    margin-bottom: 0 !important;
}

.fill-up input[type=radio], .fill-up input[type=checkbox] {
    width: auto;
}

.alert-fix {
    box-shadow: none;
}

.alert-fix p {
    margin-bottom: 0;
}

.alert-fix ul {
    margin-bottom: 0;
    margin-left: 15px;
}

.alert-fix p:last-child {
    margin-bottom: 0;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    margin-bottom: 5px;
}

.control-group {
    margin-bottom: 0;
}

.help-block {
    margin-bottom: 5px;
}

.brand-32 {
    padding: 7px 20px !important;
    /*margin-right: -20px !important;*/
}

a.underlined {
    text-decoration: underline;
}

.navbar-inverse .dropdown-menu a {
    padding: 3px 10px;
}

.control-group.error .selector {
    border-color: #B94A48;
    color: #B94A48;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.control-group.error .selector span {
    color: #B94A48;
}

.control-group.error .selector.focus {
    box-shadow: 0 0 6px #B94A48;
}

.alerts {
    margin-top: 20px;
}

.alerts + div {
    margin-top: 10px !important;
}

div.uploader span.filename {
    width: 240px;
}

.navbar-branded .navbar-inner {
    background-color: #ad7c32;
    background-image: linear-gradient(to bottom, #ad7c32, #ad7c32);
    border-color: #ae7d29;
}

.navbar-branded .nav > li > a {
    color: #ccc;
}

.navbar-branded .nav > li > a:focus, .navbar-branded .nav > li > a:hover {
    background: rgba(0, 0, 0, 0.5);
}

.btn.btn-black-m2b {
    border: 1px solid #3d3a35;
    background: #3d3a35;

    box-shadow: inset 0 1px 2px #3d3a35;
    -webkit-box-shadow: inset 0 1px 2px #3d3a35;
    -moz-box-shadow: inset 0 1px 2px #3d3a35;

    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #4A4742), color-stop(100%, #302D28));
    background-image: -webkit-linear-gradient(top, #4A4742, #302D28);
    background-image: -moz-linear-gradient(top, #4A4742, #302D28);
    background-image: -o-linear-gradient(top, #4A4742, #302D28);
    background-image: linear-gradient(top, #4A4742, #302D28);
}

.registration-form .control-group .selector.fixedWidth {
    margin-bottom: 5px;
}

.registration-form .alert-success,
.registration-sidebar .alert-success {
    border: 1px solid #A1701C;
    color: #fff;
    text-shadow: none;
    background: #BB8A36;

    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #BB8A36), color-stop(100%, #A1701C));
    background-image: -webkit-linear-gradient(top, #BB8A36, #A1701C);
    background-image: -moz-linear-gradient(top, #BB8A36, #A1701C);
    background-image: -o-linear-gradient(top, #BB8A36, #A1701C);
    background-image: linear-gradient(top, #BB8A36, #A1701C);

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

a.pdf-download:hover {
    text-decoration: underline;
}

a.pdf-download:before {
    font-family: FontAwesome;
    content: "\f01a";
    display: inline-block;
    margin-right: 5px;
}

.table.DetailView th {
    width: 35%;
}

.table.DetailView td {
    width: 65%;
}

.tab-content.channels .action-nav-button {
    position: relative;
    overflow: hidden;
}

.tab-content.channels .action-nav-button .new {
    width: 120px;
    height: 28px;
    position: absolute;
    top: -14px;
    right: -60px;
    -webkit-transform: rotate(30deg) translateY(35px) translateX(-11px);
    -ms-transform: rotate(30deg) translateY(35px) translateX(-11px);
    transform: rotate(30deg) translateY(35px) translateX(-11px);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    text-align: center;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;

    user-select: none;
    pointer-events: none;
}

.tab-content.channels .action-nav-button .new span {
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
    color: #fff;
    background-color: #8fae53;
    line-height: 20px;
    font-size: 14px;
    padding: 0 5px;
    text-transform: uppercase;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .7);
    box-shadow: 0 0 2px rgba(0, 0, 0, .7);
    border: 1px solid #fff;
}

.listen-page {
    background: url('./backgrounds/guitar.jpg') center no-repeat !important;
    background-size: cover !important;
}

.listen-page .span6 textarea {
    box-sizing: border-box;
}

.listen-page iframe, .listen-page .text-center {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
}

.listen-page iframe {
    background: #32353e;
}

.listen-page .text-center {
    background-color: white;
    padding: 24px 24px 14px 24px;
}

.manual-download {
    outline: none;
    display: inline-block;
    width: 85px;
    height: 85px;
    border: 2px solid #cbcbcb;
    background: url('./images/custom/manual_download.png') center/cover no-repeat;
}

.nav li.helpButton a {
    color: #29ad7d;
}

.nav li.helpButton a:hover, .nav li.helpButton a:focus {
    color: #29ad7d;
}

.theme_settings .container > div.box-white {
    background-color: #F9F7F1;
    opacity: 1;
}

.box .content-area {
    border: 1px solid #CCCBC7;
    border-radius: 5px;
    padding: 10px;
    margin: 0 auto 20px auto;
}

.box .content-area-borderless {
    border: none;
}

.box .content-area-n-b-m {
    border: none;
    margin: 0 auto;
}

.content-area-n-b-m .content-heading {
    font-size: 18px;
}

.box .content-area:last-of-type {
    margin: 0 auto;
}

.box .content-area-heading {
    background: #F7CD50;
    color: #050D23;
    width: 360px;
    text-align: center;
    font-size: 16px;
}

.box .content-area-centered {
    text-align: center;
}

.box .content-area-button {
    margin: 0 auto;
    border-radius: 5px;
    font-size: 12px;
    font-weight: normal;
    text-shadow: none;
    border: none;
    background: #3EC7A7;
    padding: 3px 65px;
}

.box .content-area-button:disabled {
    background: #AD7B32;
    color: #fff;
    opacity: 1;
}

.box .content-area-button-dark {
    background: #AD7B32;
    color: #fff;
    opacity: 1;
}

.content-area-row-single {
    width: 100%;
}

.content-area-row-input {
    width: calc(25% - 10px);
    display: inline-block;
}

.content-area-row-textarea {
    margin: 15px 0 10px 0;
}

.content-area-row-input-textarea {
    width: calc(100% - 10px);
}

.content-area-row-input-textarea textarea {
    width: 100%;
    height: 80px;
}

.content-area-row button[type="submit"] {
    margin-right: 2px;
}

.content-area-row:last-of-type {
    text-align: right;
}

@media (max-width: 1200px) {
    .content-area-row-input {
        width: 25%;
    }
}

@media (max-width: 979px) {
    .content-area-row-input {
        width: 100%;
        display: block;
    }

    .content-area-row-input input {
        width: 100%;
        max-width: 210px;
    }

    .content-area-row-input-textarea {
        width: 100%;
    }

    .nav li.helpButton a {
        color: #29ad7d !important;
    }

    .nav li.helpButton a:hover, .nav li.helpButton a:focus {
        color: #29ad7d !important;
    }

    .box .content-area-heading {
        width: inherit;
    }
}

.alerts .alert { margin-bottom: 0; }
.alerts .alert+alert { margin-top: 20px; }

.grecaptcha-badge {
    visibility: hidden;
    display: none !important;
}

.recaptcha-alert {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
}

.recaptcha-alert p {
    margin: 0;
}

.recaptcha-alert .icon {
    margin-right: 5px;
    margin-top: 3px;
}

.accordion-body.in.collapse {
    overflow: visible;
}

.select2-container-multi .select2-choices .select2-search-field input {
    height: auto; padding: 0 5px;
}

.tags-list .label {
    margin-bottom: 3px;
}
.theme_subscriptions .trial-box {
    background-color: rgba(245, 245, 245, 0.8);
}