#btnTransformations {
    display: inline;
}

#addTransformation > #running_total,
#addTransformation > #new_column,
#addTransformation > #query {
    display: block;
}

/*#dataSources > #g_ads {
    display: block;
}*/

#dataSources > #google_sheets,
#dataSources > #instagram,
#dataSources > #facebook_ads,
#dataSources > #generic_rest,
#dataSources > #google_drive,
#dataSources > #web_file,
#dataSources > #forward_keys {
    display: block;
}

.nvd3 text {
    font-size: 11px;
}

.nvd3 .nv-x line {
    opacity: 0 !important;
}

.sidebar-labels > li:nth-child(2) {
    display: none;
}

#viur-header #chat-toggle {
    display: none;
}

#join-form #newsletter-checkbox {
    display: none;
}

img.nav-logo-small {
    height: 60px;
}

img.nav-logo {
    height: 80px;
}

.page-header {
    background-color: #28378c;
}

.page-header .nav > li > a {
    color: white;
}

.page-header .nav > li > a:hover {
    color: #666;
}

.page-header .nav > li > a:active {
    color: #29AAE0;
}

.page-header .navbar .nav li.dropdown.active > .dropdown-toggle,
.page-header .navbar .nav li.dropdown.active > .dropdown-toggle:hover,
.page-header .navbar .nav li.dropdown.open.active > .dropdown-toggle,
.page-header .navbar .nav li.dropdown.open.active > .dropdown-toggle:hover,
.page-header .navbar .nav li.dropdown.open > .dropdown-toggle,
.page-header .navbar .nav li.dropdown.open > .dropdown-toggle:hover {
    color: #29AAE0;
}

/** Body **/
body {
    background-color: #FEFEFE;
    background-image: none;
}

/** Can be a Dashboard item **/
.widget {
    border-radius: 8px;
    color: #333333;
    background-color: #FFFFFF;
}

.login-widget {
    color: white;
    background: #28378c;
}

.login-widget .alert {
    color: white;
}

.login-widget .form-actions {
    background-color: #E5E5E5;
}

.login-widget .form-actions .forgot {
    color: black;
}

/* When hover over Dashboard */
.widget-highlight:hover {
    color: #333333;
    background-color: #FAFAFA;
}

.btn-success {
    color: #fff;
    background-color: #28378c;
    border-color: #28378c;
}

.btn-success:focus {
    color: #fff;
    background-color: #28378c;
    border-color: #28378c;
}

.btn-success:active {
    color: #fff;
    background-color: #28378c;
    border-color: #28378c;
}

.btn-success:hover {
    color: #fff;
    background-color: #28378c;
    border-color: #28378c;
}

/* Side Bar Ul */
.sidebar-lables a {
    color: black;
}

/* Side Bar labels */
a {
    color: #28378c;
    text-decoration: none;
}

.filters-box {
    background-color: white;
    color: black;
}

legend {
    color: #333333;
    border-bottom: 1px solid #28378c;
}

.account {
    border-top: 3px solid #28378c;
    background-color: #FFFFFF;
}

.support {
    border-top: 3px solid #28378c;
    background-color: #FFFFFF;
}

.support:after {
    top: -9px;
    right: 13px;
    border-bottom: 6px solid rgba(51, 51, 51, .85);
}

.account:after {
    top: -9px;
    right: 13px;
    border-bottom: 6px solid rgba(51, 51, 51, .85);
}

.viur-dashboardOptions {
    margin-top: 6px;
    border-top: 3px solid #28378c;
    background: #ffffff;
    color: #666;
}

.viur-dashboardOptions:after {
    top: -8px;
    right: 3px;
}

.viur-search ul {
    background: white;
}

/* Due to large header */
@media (max-width: 768px) {
    .viur-scroll-area {
        max-height: calc(100vh - 170px);
    }
}

@media (min-width: 768px) {
    .viur-scroll-area {
        max-height: calc(100vh - 167px);
    }
}

.btn-success {
    background-color: rgba(40, 55, 140, 0.90);
    border-color: #28378c;
}

.btn-success:disabled {
    background-color: rgba(40, 55, 140, 0.90);
    border-color: #28378c;
}

.btn-success:disabled:focus {
    background-color: #28378c;
    border-color: #28378c;
}

.btn-success:disabled:hover {
    background-color: #28378c;
    border-color: #28378c;
}

.btn-success:disabled:active {
    background-color: #28378c;
    border-color: #28378c;
}