﻿@import "fonts.css?cssVer=Sapphire";
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;700&display=swap');
/*
@import "../../../../DesktopModules/UserModules/MyAccount/module.css?cssVer=Sapphire";
@import "../../../../DesktopModules/AdminModules/SkinObjects/module.css?cssVer=Sapphire";
*/
@import "LoyaltyStreamLite/ecp-client-admin.css";

body {
    --menu-background: #2d2d2d;
    --menu-text: #ffffff;
    --menu-highlight-background: #3a4651;
    --body-outline: #ced4da;
    --main-color: #554596;
    --highlight-color: #BFA8D1;
    --text-color: #0d526a;
    --text-on-main-color: #ffffff;
    --readonly-bgcolor: #EDEDED;
    --header-color: #0d526a;
    font-family: Raleway;
    --secondary-button-bg: #FEF1EB;
    --secondary-button-text: #F86624;
    --secondary-button-hover-bg: #F86624;
    --secondary-button-hover-text: #ffffff;
    --secondary-button-hover-shadow: 0px 4px 6px #F8662480;
    --primary-button-bg: #544595;
    --primary-button-text: #ffffff;
    --primary-button-hover-bg: linear-gradient(180deg, #43BCCD 0%, #544595 100%);
    --primary-button-hover-text: #ffffff;
    --primary-button-hover-shadow: 0px 4px 6px #54459580;
}

body, td, th, h1, h2, h3, h4, h5, h6, p, a {
    color: var(--text-color);
    font-family: Raleway;
}

h1 {
    font-weight: bold;
    font-size: 48px;
}

h2 {
    font-weight: bold;
    font-size: 34px;
}

h3 {
    font-weight: bold;
    font-size: 24px;
}

h4 {
    font-weight: bold;
    font-size: 20px;
}

h5 {
    font-weight: bold;
    font-size: 16px;
}

body, p, td, th, .form-control, .form-select {
    font-size: 14px;
}

.RadGrid_Bootstrap .rgHeader a {
    color: var(--text-color) !important;
}

.form-control {
    min-height: 38px;
    min-width: 100%;
}

.form-control[type='file'] {
    min-height: auto;
}

.readonly {
    background-color: var(--readonly-bgcolor) !important;
}

.text-right {
    text-align: right !important
}

.btn-primary {
    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;
}

    .RadGrid input.btn-primary {
        line-height: inherit;
    }

    .btn-primary:hover, .btn-primary:focus, .btn-primary-selected {
        background-image: var(--primary-button-hover-bg) !important;
        color: var(--text-on-main-color) !important;
        border: none !important;
        box-shadow: var(--primary-button-hover-shadow);
    }

.btn-secondary, .rgRow a i.fa.fa-user, .rgAltRow a i.fa.fa-user {
    background-color: var(--secondary-button-bg) !important;
    color: var(--secondary-button-text) !important;
    border: none !important;
    font-weight: bold;
    font-size: 14px !important;
    padding: 8px 24px !important;
    border-radius: 4px !important;
}

    .btn-secondary:hover, .btn-secondary:focus, .btn-secondary-selected, .rgRow a i.fa.fa-user:hover, .rgAltRow a i.fa.fa-user:hover, .rgRow a i.fa.fa-user:focus, .rgAltRow a i.fa.fa-user:focus {
        background-color: var(--secondary-button-hover-bg) !important;
        color: var(--secondary-button-hover-text) !important;
        box-shadow: var(--secondary-button-hover-shadow);
        border: none !important;
    }

.btn-cancel {
    background-color: var(--secondary-button-bg) !important;
    color: var(--secondary-button-text) !important;
    border: none !important;
    font-weight: bold;
    font-size: 14px !important;
    padding: 8px 24px !important;
    border-radius: 4px !important;
}

.btn-cancel:hover, .btn-cancel:focus {
    background-color: var(--secondary-button-hover-bg) !important;
    color: var(--secondary-button-hover-text) !important;
    box-shadow: var(--secondary-button-hover-shadow);
    border: none !important;
}

/*.sidebar img {
    width: 35px;
}*/

.sidebar-expanded img {
    max-width: 150px;
}

.sidebar {
    width: 60px;
    background-color: var(--menu-background);
    color: var(--menu-text);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 101;
}

.sidebar-expanded {
    width: 240px;
}

.sidebar .tab-name { 
    display: none;
}

.sidebar-expanded .tab-name {
    display: inline;
}

.app { 
    margin-left: 240px;
}

.app-expanded {
    margin-left: 60px;
}

.logo img {
    border-radius: 4px;
}

.sidebar a {
    color: var(--menu-text);
    text-decoration: none;
    display: block;
    font-weight: 400;
    font-size: 1.3em;
}

.sidebar a i {
    padding-right: 12px;
}

.sidebar .sidebar-menu {
    font-size: 14px;
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: calc(100vh - 275px);
    overflow-y: auto;
    overflow-x: hidden;
}

.sidebar-menu::-webkit-scrollbar {
    width: 8px;
}
.sidebar-menu::-webkit-scrollbar-thumb {
    background: var(--body-outline);
}

.sidebar .sidebar-menu > li {
    width: 100%;
}

.sidebar .sidebar-menu > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 15px;
    width: 100%;
}

.sidebar .sidebar-menu > li > a:hover, .sidebar .sidebar-menu > li > a:focus {
    background-color: var(--menu-highlight-background);
}

.sidebar-menu li {
    display: inline-block;
}

.header-block { 
    display: inline-block
}

.header .userinfo {
    width: 100%;
    padding-right: 50px;
}

.header .userinfo i {
    padding-right: 5px;
}

.header {
    padding: 5px 20px;
    border-bottom: 1px solid var(--body-outline);
    height: 60px;
    position: fixed;
    width: 100%;
    right: 0px;
    z-index: 100;
    background-color: #ffffff;
}

.header .userinfo > div {
    display: inline-block;
    padding-right: 30px;
    padding-top: 15px;
}

.sidebar-footer {
    position: absolute;
    bottom: 0px;
    padding: 15px;
    width: 100%;
}

.modal-content .modal-body header {
    position: relative;
    width: 100%;
}

.personabar-visible {
    margin-left: 80px;
}

.personabar-visible .sidebar {
    left: 80px;
}

.isMobile .menu {
    overflow-y: scroll;
}

.content {
    margin-right: 15px;
    padding-top: 60px;
}

.k-switch {
    margin-right: 40px;
}

.k-switch-on .k-switch-container {
    background-image: linear-gradient(to bottom right, #f9db78, #f8901a);
}

.rbDisabled.k-switch-on .k-switch-container {
    background-image: linear-gradient(to bottom right, #f9db78, #fae7aa);
}

.rbDisabled.k-switch-off .k-switch-container {
    background-image: linear-gradient(to bottom right, #f5f2f2, #f5f2f2);
}

.k-switch-handle {
    margin: 2px !important;
    width: 50px !important;
    height: 25px !important;
    background-color: #ffffff !important;
    border-color: #ffffff !important;
}

.k-switch-on .k-switch-handle {
    left: calc(100% - 55px) !important;
}

.k-switch-container {
    width: 100px !important;
    height: 29px !important;
}

.k-switch-label-on {
    left: 15px !important;
    font-weight: bold;
    font-size: 1.2em;
}

.k-switch-label-off {
    right: 15px !important;
    font-weight: bold;
    font-size: 1.2em;
}

.customer-logo {
    max-width: 200px;
}

.sidebar .stream-logo {
    padding: 22px 0px;
}

.rddlSelect {
   display: none;
}

.RadDropDownList_Bootstrap {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.RadDropDownList_Bootstrap .rddlFakeInput {
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    width: 100% !important;
}

.RadDropDownList_Bootstrap .rddlInner {
    padding-right: 0px !important;
}

.RadDropDownList_Bootstrap .rddlFocused, .RadDropDownList_Bootstrap .rddlHovered {
    border-color: inherit !important;
    color: inherit !important;
    background-color: #ffffff !important;
    box-shadow: none !important;
}

.padded-container {
    padding: 60px;
}

.tox-tinymce {
    border: 1px solid #ced4da !important;
}

.form-label, label {
    font-weight: bold;
}

.mandatory {
    color: darkred;
}

.tinymce-editor {
    height: 250px;
}

.underlined {
    border-bottom: 1px solid var(--body-outline);
}

.equal-height-cards .card {
    height: 100%;
}

.sidebar .menu-customer-logo {
    height: 48px;
}

.sidebar-expanded .menu-customer-logo {
    height: 80px;
    width: 150px;
    object-fit: scale-down;
}

.vertically-centered {
    display: flex;
    align-items: center;
}

.form-control::placeholder {
    color: var(--body-outline);
}

.footer {
    padding: 5px 15px;
    position: fixed;
    bottom: 0px;
    border-top: 1px solid var(--body-outline);
    background-color: #ffffff;
    width: 100%;
    z-index: 5;
}

.footer img {
    max-height: 50px;
}

/* Content Program Card Styling */
.program-cards .card {
    margin-right: 10px;
    margin-top: 10px;
    max-width: 250px;
}

    .program-cards .card:last-of-type {
        margin-right: 0;
    }

    .program-cards .card input {
        display: block;
        margin: 0 auto;
        max-width: 100%;
        white-space: normal;
    }

/* Campaign Card Styling */
.campaign-management .card {
    padding: 0px;
    margin-right: 10px;
    margin-top: 10px;
    max-width: 49%;
}

.campaign-management .card-footer {
    background: none;
    border: none;
}
    .campaign-management .card:last-of-type {
        margin-right: 0;
    }

.form-select.frequency-bonus-timespan-dll {
    width: 138px;
    display: inline-block;
}

.filter-buttons {
    padding-bottom: 15px;
}

.filter-buttons input {
    margin-top: 10px;
}

.read-only {
    background-color: var(--readonly-bgcolor);
}

.spinner-popup.modal .modal-content {
    top: 10%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

.spinner-popup .modal-body {
    padding: 1rem 1rem !important;
}

.spinner-popup .btn-modal {
    background-color: #ffffff !important;
    color: #1A3B69 !important;
    font-weight: bold !important;
    border: solid 2px #1A3B69 !important;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    width: 100%;
}

.spinner-popup .modal-dialog {
    position: absolute;
    top: 20% !important;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10040;
    overflow: auto;
    overflow-y: auto;
    border-radius: 10px;
    max-width: 300px !important;
}

.spinner-popup.modal {
    display: block !important;
    background-color: rgba(0,0,0,.5);
    top: 0 !important;
    z-index: 1070;
}

.spinner-popup .modal-content {
    border-radius: 10px;
}

#dnn_ContentPane .breadcrumbs {
    padding-left: 70px;
}

.modal.show .modal-dialog {
    transform: none;
    z-index: 1070;
}