:root {
    --userComponentCardSelectedColor: #f15c22;
    --userComponentCardSelectedColorHover: #d75320;
    --userComponentCardSelectedColorActive: #bd4b1e;
}

@font-face {
    font-family: 'GothamBook';
    font-weight: normal;
    font-style: normal;
    src: url('/5.0.5/includes/fonts/GothamBook/Gotham-Book.eot');
    src: url('/5.0.5/includes/fonts/GothamBook/Gotham-Book.eot?#iefix') format('embedded-opentype'),
        url('/5.0.5/includes/fonts/GothamBook/Gotham-Book.woff') format('woff'),
        url('/5.0.5/includes/fonts/GothamBook/Gotham-Book.ttf') format('truetype'),
        url('/5.0.5/includes/fonts/GothamBook/Gotham-Book.svg#GothamBook') format('svg');
}

@font-face {
    font-family: 'SancoaleSoftened';
    font-weight: normal;
    font-style: normal;
    src: url('/5.0.5/includes/fonts/SancoaleSoftened/SancoaleSoftenedRegular.eot');
    src: url('/5.0.5/includes/fonts/SancoaleSoftened/SancoaleSoftenedRegular.eot?#iefix') format('embedded-opentype'),
        url('/5.0.5/includes/fonts/SancoaleSoftened/SancoaleSoftenedRegular.woff') format('woff'),
        url('/5.0.5/includes/fonts/SancoaleSoftened/SancoaleSoftenedRegular.ttf') format('truetype'),
        url('/5.0.5/includes/fonts/SancoaleSoftened/SancoaleSoftenedRegular.svg#SancoaleSoftenedRegular') format('svg');
}

body {
    font-family: 'GothamBook', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #404041;

    background-color: #fff;
}

h1,
h2,
h3 {
    font-family: 'SancoaleSoftened', Verdana, sans-serif;
    font-size: 36px;
}

a,
a:visited,
a.link-primary,
a.link-primary:visited {
    color: #404041;
}

a:hover,
a:active,
a.active,
a.link-primary:hover,
.filter-level-container.advanced li.radio:hover label,
.filter-level-container.advanced li.checkbox:hover label {
    color: #00395a;
}

.filter-level-container.advanced li.disabled.radio:hover label,
.filter-level-container.advanced li.disabled.checkbox:hover label {
    color: #aaa;
}

.scrollup,
span.label,
.bg-primary,
.update.info,
ul.badges li a span,
a.action-btn.blue,
span.action-btn.blue,
button.action-btn.blue,
ul.group-btns.blue li a.group-btn,
ul.group-btns li.active a.group-btn,
.media-results span.selected-results,
ul.group-btns.blue li a.group-btn:active,
.cta-main-container li a.cta-main,
ul.ui-autocomplete li.active a,
ul.ui-autocomplete .ui-state-focus,
ul.auto-complete li.active a,
.brand-holder .thumbnail span.has-options.blue,
.nav-bar-search .nav-bar-searchbox ul li a span {
    background-color: #f15c22;
}

a.action-btn.blue:hover,
button.action-btn.blue:hover,
a.tag.active,
span.action-btn.blue:hover,
a.action-btn.blue:hover,
button.action-btn.blue:hover,
ul.group-btns.blue li a.group-btn:hover,
#image_upload>.upload-container nav.edit ul li a.tag.active,
.cta-main-container a.cta-main:hover {
    background-color: #f07140;
}

.brand-holder .thumbnail span.has-options.blue {
    border-color: #f15c22;
}

/* ==================================
                Header
   ================================== */
header>.admin-bar {
    background-color: #fff;
    background-image: url(/5.0.5/includes/img/account/transformaid/hero.jpg);
}

.nav-bar .nav-main a {
    font-family: 'SancoaleSoftened', Verdana, sans-serif;
    font-size: 18px;
}

/* ==================================
                Media
   ================================== */
.media-holder .thumbnail:hover,
.ui-selecting .thumbnail,
.media-holder.active .thumbnail {
    border-color: #f15c22;
}

.media-holder .thumbnail .select,
.table_wrapper .overlay-detail .select {
    background-image: url('/5.0.5/includes/img/account/transformaid/select.png');
}

/* ==================================
                Collections
   ================================== */
.collection-navigation ul li.dropdown.alwaysopen ul li.active a,
.collection-navigation ul li.dropdown.active ul li.active a,
ul li span.count {
    background-color: #f15c22;
}

ul li.active>a>span.count {
    color: #f15c22;
}

.cta-main-container ul.cta-dropdown li .switch-holder.active {
    background-color: #f15c22;
}

.cta-main-container ul.cta-dropdown li .switch-holder.active .switch {
    color: #f15c22;
}

/* ==================================
                Dashboard
   ================================== */
.content-container.dashboard {
    max-width: none;
    padding: 130px 0 50px 0;
}

.collection-stream {
    margin-right: 0;

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

.carousel {
    height: 500px;
    /* prevent the page from jumping */
}

.carousel-inner>.item {
    max-height: 500px;
}

.collection {
    margin-right: 300px;
}

.dashboard-side {
    top: 157px;
    z-index: 20;
}

.transfer {
    font-family: 'SancoaleSoftened', Verdana, sans-serif;
}

.transfer-splashscreen .bynder-transfer-browse-button {
    font-family: 'SancoaleSoftened', Verdana, sans-serif;
    font-size: 28px;
}

.carousel-caption {
    top: 50%;
    left: 50%;

    margin-top: -60px;
    margin-left: -25%;

    text-align: center;
    text-shadow: 0 1px 0 #000;

    background-color: transparent;
}

.column-left a.description h1 {
    color: #00aba1;
}

/* Blank container */
.blank__container {
    padding-top: 130px;
}

/* Collection detail fix */
.content-container.single-collection {
    padding-top: 282px;
}
