﻿@import "TelerikSkins/Wizard.StreamLoyalty.css?cssVer=Aquamarine";
@import url('https://fonts.googleapis.com/css?family=Raleway&display=swap');

.top5 {
    margin-top: 5px !important;
}

.top7 {
    margin-top: 7px !important;
}

.top10 {
    margin-top: 10px !important;
}

.top15 {
    margin-top: 15px !important;
}

.top20 {
    margin-top: 20px !important;
}

.top30 {
    margin-top: 30px !important;
}

.top40 {
    margin-top: 40px !important;
}

.top50 {
    margin-top: 50px !important;
}

.bot10 {
    margin-bottom: 10px !important;
}

.RadGrid_Bootstrap .rgSelectedRow > td {
    color: inherit !important;
    border-color: inherit !important;
    background-color: inherit !important;
}

.RadGrid .hide-filter input.rgOptions {
    display: none;
}

/* Info Messages for Email Tempaltes */
.dynamic-email-content .dnnFormMessage.dnnFormInfo {
    padding:5px 18px;
    margin-top:5px;
}
/* Admin Image Selection Upload Module */
/* https://stackoverflow.com/questions/45482793/css-weird-white-space-in-border-of-image */
.image-pick-modal .modal-body {
    height: 350px;
    overflow-y: scroll;
}

.image-pick-modal img {
    -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.45);
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.45);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.45);
    vertical-align: -webkit-baseline-middle;
    padding: 0px;
    margin: 5px;
}

.image-pick-modal img:hover {
    -moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, 1);
    -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 1);
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 1);
}

.selected-image {
    -moz-box-shadow: 0 0 0 2px rgba(255, 0, 0, 1) !important;
    -webkit-box-shadow: 0 0 0 2px rgba(255, 0, 0, 1) !important;
    box-shadow: 0 0 0 2px rgba(255, 0, 0, 1) !important;
}

.upload-image-preview {
    max-height: 350px;
    max-width: 100%;
}

.upload-image-branding {
    max-height: 250px;
    max-width: 250px;
}

.upload-image-about-content {
    max-height: 250px;
    max-width: 100%;
}

.upload-icon-small {
    max-height: 70px;
    max-width: 70px;
}

.hide-info-text {
    display: none
}

.campaign-details-thumb {
    max-height: 350px;
    max-width: 500px;
}

img[data-script-name] {
    max-width:100%;
}

.handlebars-table td {
    vertical-align: top;
    padding: 5px;
}

.RadUpload_Default .ruFakeInput {
    border-radius: 0.25em !important;
    width: 70%;
    height: 28px !important;
}

RadAsyncUpload span.ruFileWrap, span.ruFileWrap.ruStyled {
    width: 80%;
    height: 35px;
}

input.ruButton.ruBrowse {
    background-color: var(--primary-button-bg) !important;
    color: var(--primary-button-text) !important;
    border: none !important;
    font-weight: bold;
    font-size: 14px !important;
    padding: 8px 24px !important;
    border-radius: 4px !important;
    background-image: none;
    width: fit-content;
    height: inherit;
}

.RadAsyncUpload.RadUpload.RadUpload_Default.form-control {
    width: 100%;
    border: none;
    min-height: 50px;
}

table .rgPagerCell {
    border-radius:10px;
}
