/*--------ROOT--------*/
:root {
    --uxbodytext: 'Nunito', sans-serif;
    --uxtext: 'Nunito', sans-serif;
    --uxtransition: all 235ms 0ms cubic-bezier(0.4, 0, 0.2, 1);
    --uxtransitionout: all 135ms 0ms cubic-bezier(0.4, 0, 0.2, 1);
    --uxtextshadow: 0px 1px 3px rgba(0,0,0,0.15);
    --uxshadow: 0px 2px 1px -1px rgb(0 0 0 / 20%), 0px 1px 1px 0px rgb(0 0 0 / 14%), 0px 1px 3px 0px rgb(0 0 0 / 12%);
    --uxshadowhover: 0 1px 3px 1px rgb(66 66 66 / 20%), 0 2px 8px 4px rgb(66 66 66 / 10%);
    --uxradius: 4px;
    --uxblue: #25739e;
    --uxblueactive: #0C68B2;
    --uxbluefade: #E9F1F5;
    --uxblue1: #0C68B2;
    --uxblue2: #0C59B2;
    --uxblue3: #27739C;
    --uxbluetint: rgba(12,104,178,0.06);
    --uxred1: #CC3232;
    --uxred2: #CC3256;
    --uxred3: #CA0101;
    --uxredtint: rgba(204,50,50,0.06);
    --uxgreen: #368B8A;
    --uxgreenactive: #4C8887;
    --uxgreenfade: #79A6A5;
    --uxgreentint: #9ac5c4;
    --uxyellow: #fbd343;
    --uxyellowactive: #FEEF3A;
    --uxyellowfade: #FDE9AA;
    --uxgray: #909093;
    --uxgraydark: #595A5E;
    --uxgrayactive: #C7C7C9;
    --uxgrayfade: #DEDEDF;
    --uxgrayframe: #e6e6eb;
    --uxblack: #222328;
    --uxbgdark: #eff1f0;
    --uxwhite: #ffffff;
}

:root {
    --wavuifont: 'Nunito', sans-serif;
    --n1000: #0B070B;
    --n900: #242024;
    --n800: #3C393C;
    --n700: #555255;
    --n600: #6D6A6D;
    --n500: #858385;
    --n400: #9D9C9D;
    --n300: #B6B5B6;
    --n200: #CCCCCC;
    --n100: #E7E7E7;
    --n50: #F3F2F3;
    --n0: #FFFFFF;
    --p1000: #7239EA;
    --p900: #814DED;
    --p800: #8E61EE;
    --p700: #9D75F1;
    --p600: #AA88F2;
    --p500: #B99CF5;
    --p400: #C7B0F7;
    --p300: #D5C4F9;
    --p200: #E3D7FB;
    --p100: #F1ECFD;
    --p50: #F8F5FE;
    --i1000: #009EF7;
    --i900: #1AA8F8;
    --i800: #33B1F9;
    --i700: #4DBCFA;
    --i600: #66C5FA;
    --i500: #80CFFB;
    --i400: #99D8FC;
    --i300: #B3E2FD;
    --i200: #CCECFD;
    --i100: #E6F6FF;
    --i50: #F2FAFE;
    --s1000: #00D9D9;
    --s900: #1ADDDD;
    --s800: #33E1E1;
    --s700: #4DE5E5;
    --s600: #66E8E8;
    --s500: #80ECEC;
    --s400: #99F0F0;
    --s300: #B3F4F4;
    --s200: #CCF7F7;
    --s100: #E6FCFC;
    --s50: #F2FDFD;
    --w1000: #FFC700;
    --w900: #FFCD1A;
    --w800: #FFD233;
    --w700: #FFD84D;
    --w600: #FFDD66;
    --w500: #FFE380;
    --w400: #FFE999;
    --w300: #FFEFB3;
    --w200: #fff4CC;
    --w100: #fffAE6;
    --w50: #fffCF2;
    --d1000: #F1416C;
    --d900: #F3547B;
    --d800: #F46789;
    --d700: #F67A99;
    --d600: #F78DA7;
    --d500: #F8A0B6;
    --d400: #F9B3C4;
    --d300: #FBC6D3;
    --d200: #FCD9E2;
    --d100: #FEECF1;
    --d50: #FEF5F7;
    --dp1: 0px 1px 2px rgba(16, 24, 40, 0.08);
    --dp2: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 1px 2px -1px rgba(16, 24, 40, 0.1);
    --dp4: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(16, 24, 40, 0.1);
    --dp6: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -4px rgba(16, 24, 40, 0.1);
    --dp12: 0px 25px 50px -12px rgba(16, 24, 40, 0.25);
}

html, body {
    height: 100%;
    width: 100%;
    margin: 0;
}

.margin-0 {
    margin: 0 !important;
}

.m-t-0 {
    margin-top: 0 !important;
}

.m-t-5 {
    margin-top: 5px !important
}

.m-t-10 {
    margin-top: 10px !important
}

.m-l-0 {
    margin-left: 0 !important;
}

.m-r-0 {
    margin-right: 0 !important;
}

.m-b-0 {
    margin-bottom: 0 !important;
}

.m-b-5 {
    margin-bottom: 5px !important;
}

.m-b-10 {
    margin-bottom: 10px !important;
}

.m-b-15 {
    margin-bottom: 15px !important;
}

.m-b-30 {
    margin-bottom: 30px !important;
}

.p-t-0 {
    padding-top: 0 !important;
}

.p-t-5 {
    padding-top: 5px !important;
}

.p-t-10 {
    padding-top: 10px !important;
}

.p-t-20 {
    padding-top: 20px !important;
}

.p-t-30 {
    padding-top: 30px !important;
}

.p-l-0 {
    padding-left: 0;
}

.p-r-0 {
    padding-right: 0;
}

.p-r-15 {
    padding-right: 15px;
}

.p-r-30 {
    padding-right: 30px;
}

.padding-left-1 {
    padding-left: 1px;
}

.padding-left-2 {
    padding-left: 2px;
}

.padding-right-1 {
    padding-right: 1px;
}

.padding-right-2 {
    padding-right: 2px;
}

.colorTSS {
    color: var(--uxblue) !important;
}

.popover {
    width: auto !important;
    max-width: none;
}

.page-bar .page-breadcrumb > li {
    font-size: 14px;
}

.page-header.navbar {
    background-color: #1f2a32;
}

    .page-header.navbar .page-logo {
        margin: 13px 0 0 6px;
    }

        .page-header.navbar .page-logo .logo-default {
            margin: 4px 0 0 0;
        }

@media (max-width: 992px) {
    .page-header.navbar .page-logo {
        margin: 0;
    }

        .page-header.navbar .page-logo .logo-default {
            height: 48px;
        }
}

@media (min-width: 992px) {
    .page-sidebar-closed.page-sidebar-closed-hide-logo .page-header.navbar .page-logo .logo-default {
        display: block;
    }
}

.page-quick-sidebar-wrapper .page-quick-sidebar {
    background: #1f2a32;
}

    .page-quick-sidebar-wrapper .page-quick-sidebar .list-heading {
        margin: 20px 10px 2px 10px;
        font-weight: bold;
        color: #e1e1e1;
    }

    .page-quick-sidebar-wrapper .page-quick-sidebar .list-items > li {
        border-bottom: none;
        padding: 5px 10px 3px 10px;
    }

.page-quick-sidebar-wrapper {
    top: 89px;
}

.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li > a, .page-sidebar .page-sidebar-menu > li > a, .page-sidebar .page-sidebar-menu > li > a > i[class^="icon-"], .page-sidebar .page-sidebar-menu > li > a > i[class*="icon-"], .page-sidebar .page-sidebar-menu .sub-menu > li > a, .arrow.open:before {
    color: #e1e1e1 !important;
}

.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu li > a > .arrow:before, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu li > a > .arrow.open:before, .page-sidebar .page-sidebar-menu li > a > .arrow:before, .page-sidebar .page-sidebar-menu li > a > .arrow.open:before {
    color: #606C7D;
}

.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li > a > .arrow:before, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li > a > .arrow.open:before, .page-sidebar .page-sidebar-menu > li > a > .arrow:before, .page-sidebar .page-sidebar-menu > li > a > .arrow.open:before {
    color: #606C7D;
}

.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu li:hover > a > .arrow:before, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu li:hover > a > .arrow.open:before, .page-sidebar .page-sidebar-menu li:hover > a > .arrow:before, .page-sidebar .page-sidebar-menu li:hover > a > .arrow.open:before {
    color: #606C7D;
}

.page-sidebar .page-sidebar-menu li > a > .arrow:before, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu li > a > .arrow:before {
    content: "\f106" !important;
}

.page-sidebar .page-sidebar-menu > li.heading > h3 {
    color: #a3afbf;
}

@media (min-width: 768px) {
    .modal-dialog {
        margin: 40px auto !important;
    }

    .modal-full .modal-dialog {
        width: 100% !important;
        height: 95% !important;
        margin: 10px !important;
        padding: 0 !important;
    }

    .modal-full .modal-content {
        height: auto !important;
        min-height: 95% !important;
        border-radius: 0 !important;
    }
}

.modalMargin {
    margin-top: 15px;
}

.modal-backdrop {
    background-color: transparent !important;
}

@media (max-width: 1080px) {
    .modalMargin {
        margin-top: 0;
    }
}

.title, .page-sidebar .page-sidebar-menu .sub-menu > li > a {
    font-weight: 400 !important;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown-user .dropdown-toggle > .username {
    font-weight: normal;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown > .dropdown-toggle {
    padding: 16px 10px 9px 10px;
}

#aNeedHelpWith:focus, #aNeedHelpWith:hover {
    color: var(--uxblue) !important;
    box-shadow: none !important;
}

a#aNeedHelpWith {
    background: none !important;
}

.modalScroll {
    overflow: auto !important;
    max-height: 400px !important;
}

.modalScrollEditor {
    overflow: auto !important;
    max-height: 570px !important;
}

.hideEditorCtrls .reLeftVerticalSide, .hideEditorCtrls .reTlbVertical, .hideEditorCtrls .reToolCell, .hideEditorCtrls .reToolZone {
    display: none;
}

.hideEditorCtrls .reContentCell {
    width: 100%;
}

.hideEditorCtrls .reRightVerticalSide {
    width: 1px;
    padding: 0;
}

.badge-success {
    background-color: #13af25 !important;
}

.portlet.box.blue {
    border: 1px solid #e1e1e1 !important;
}

.portlet > .portlet-body.blue, .portlet.blue {
    background-color: inherit;
}

.portlet .portlet-title .caption .caption-helper {
    padding: 0;
    margin: 0;
    line-height: 13px;
    color: #9eacb4;
    font-size: 13px;
    font-weight: 400;
}

.disabled, .disabled .title {
    color: #888888 !important;
}

.padding0 {
    padding: 0 !important;
}

.text-left, .alignLeft {
    text-align: left !important;
}

.text-center, .alignCenter {
    text-align: center !important;
}

.text-right, .alignRight {
    text-align: right !important;
}

.panel-group {
    margin-bottom: 0 !important;
}

.input-icon.right > i {
    right: 16px !important;
}

.form-horizontal .radio {
    padding-top: 2px !important;
}

.form-horizontal .form-actions {
    padding: 20px 10px;
    margin: 0 -10px -10px -10px;
    background-color: #f5f5f5;
    border-top: 1px solid #e5e5e5;
}

.modal-header {
    background-color: #A9D9CE !important;
    color: #fff !important;
    font-size: 18px !important;
    line-height: 18px !important;
    text-transform: none !important;
    padding-top: 11px !important;
    padding-bottom: 9px !important;
    border-radius: 10px 10px 0px 0px !important;
    margin-left: 0.2px;
    width: 100%;
}

    .modal-header a {
        font-size: 14px;
    }

.modal-footer {
    padding: 0px 0px 11px 11px;
    margin: 0;
    padding: 10px;
    background-color: #f5f5f5;
    border-top: 1px solid #e5e5e5;
    border-radius: 0px 0px 4px 4px !important;
}

.radio input[type=radio], .radio-inline input[type=radio] {
    margin-left: 0 !important;
}

.noRecords {
    padding: 10px;
}

.noborders, .noborders > tr > th, .noborders tbody > tr > th, .noborders > tbody > tr, .noborders > tbody > tr > td {
    border: 0;
}

.grdText {
    /*line-height: 31px;
    */
    color: #5b9bd1;
}

.portlet-body .form-actions {
    padding: 20px 10px;
    margin: 0;
    background-color: #f5f5f5;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.fbTable {
    width: 99% !important;
}

    .fbTable th {
        background-color: var(--uxblue) !important;
        color: #ffffff !important;
    }

.RadEditor {
    width: 99% !important;
    background-color: #ffffff !important;
}

.RadGrid .rgDetailTable {
    border: none;
}

.RadGrid_Silk .rgHeader a {
    color: #fff !important;
}

.RadGrid_Silk .rgHeader {
    background-color: var(--uxblue) !important;
    color: #ffffff !important;
    font-size: 14px !important;
    line-height: 14px !important;
    text-transform: none !important;
    padding-top: 11px !important;
    padding-bottom: 9px !important;
}

.RadGrid_Silk .rgRow a, .RadGrid_Silk .rgAltRow a {
    color: var(--uxblue) !important;
    font-family: var(--uxtext) !important;
}

.RadGrid_Silk .rgAltRow {
    background-color: #f3f3f3 !important;
}

.GridItemDropIndicator {
    z-index: 3005 !important;
}

.rgGroupHeader {
    font-family: var(--uxtext);
    font-size: 16px;
    font-weight: 300;
    color: #333333 !important;
    background-color: #f9f9f9 !important;
    background-image: none !important;
    height: 38px !important;
}

.RadGrid_Silk .smallerTableHeader th, .RadGrid_Silk .smallerTableHeader th a {
    font-size: 14px !important;
    line-height: 14px !important;
    font-weight: normal !important;
}

.RadGrid_Default .rgSelectedRow input[type=text] {
    color: #000;
}

.tableNoBorder, .tableNoBorder th, .tableNoBorder tr, .tableNoBorder td {
    border: none !important;
}

.fbCheckbox {
    border: none !important;
    padding-left: 0px !important;
}

.rgMasterTable p {
    font-size: 16px !important;
    padding: 10px 15px !important;
}

.tabIntro {
    padding: 10px 0 15px 0;
}

.entityActive {
    color: #4CAF50 !important;
}

.entityInactive {
    color: #ff0000 !important;
}

.entityNormal {
    color: #333;
}

div.tagsinput {
    border: none !important;
}
/* Info */
.logType1 {
}
/* Warning */
.logType2 {
    color: #ffa200;
}
/* Error */
.logType3 {
    color: #ff0000;
}
/* New */
.issueStatus1653 {
    color: #13af25;
}
/* In Progress */
.issueStatus1654 {
    color: #ffa200;
}
/* Duplicate */
.issueStatus1655 {
    color: #ff0000;
}
/* Resolved */
.issueStatus1656 {
    color: #ffa200;
}
/* Non-Issue */
.issueStatus1657 {
    color: var(--uxblue);
}

.color-red {
    color: #ff6565;
}

.color-green {
    color: #13af25;
}

.modalWAVProcessingClass {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100001;
    display: flex;
}

    .modalWAVProcessingClass div {
        margin: auto auto;
        width: 50px;
        height: 50px;
        background-color: #fff;
        text-align: center;
        padding: 0;
        -webkit-border-radius: 50% !important;
        border-radius: 50% !important;
        box-shadow: 0px 0px 8px 0px rgba(32,33,36,0.24);
    }

    .modalWAVProcessingClass img {
        border-radius: 50%;
        border-radius: inherit !important;
    }

    .modalWAVProcessingClass p {
        font-size: 12pt;
        color: #000;
        margin: 15px 0 0;
    }
/*---Processing Window---*/
.modalProcessingClass {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10263238;
}

    .modalProcessingClass div {
        margin: 250px auto 0;
        width: 200px;
        background-color: var(--n0);
        text-align: center;
        padding: 20px;
        -webkit-border-radius: var(--uxradius) !important;
        border-radius: var(--uxradius) !important;
        box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.15) !important;
    }

        .modalProcessingClass div p {
            font-size: 14px;
            color: var(--n500) !important;
            margin: 15px 0 0;
        }

.nav-tabs, .nav-pills {
    margin-bottom: 0 !important;
}

.panel {
    border-top: none !important;
}

.withBorder {
    border-top: 1px solid #e0e0e0 !important;
}

.dashboard-stat .visual > i {
    margin-left: 0px;
}

.dashboard-stat .details .number {
    font-size: 12px;
}

.dashboard-stat.green-haze {
    background-color: #F9E073;
}

.padding-left-0 {
    padding-left: 0 !important;
}

.padding-right-0 {
    padding-right: 0 !important;
}

.padding-right-5 {
    padding-right: 5px !important;
}

.margin-top-0 {
    margin-top: 0 !important;
}

.margin-bottom-0 {
    margin-bottom: 0 !important;
}

.margin-bottom-5 {
    margin-bottom: 5px !important;
}

.RadWindow_Default {
    font-size: 13px !important;
    z-index: 100001 !important;
}

    .RadWindow_Default table td.rwWindowContent {
        background-color: transparent;
    }

    .RadWindow_Default table .rwTopLeft, .RadWindow_Default table .rwTopRight, .RadWindow_Default table .rwFooterLeft, .RadWindow_Default table .rwFooterRight, .RadWindow_Default table .rwFooterCenter, .RadWindow_Default table .rwBodyLeft, .RadWindow_Default table .rwBodyRight, .RadWindow_Default table .rwTitlebar, .RadWindow_Default table .rwTopResize, .RadWindow_Default table .rwIcon {
        background-image: none !important;
    }

.portlet.light > .portlet-title {
    min-height: 40px;
}

    .portlet.light > .portlet-title > .actions {
        padding: 6px 0 6px 0;
    }

.mcControl {
    border: none;
    font-size: 14px;
    margin-top: 6px;
}

.token-label {
    max-width: none !important;
}

.tssNeedHelpWith::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #a3afbf !important;
}

.tssNeedHelpWith::-moz-placeholder {
    /* Firefox 19+ */
    color: #a3afbf !important;
}

.tssNeedHelpWith:-ms-input-placeholder {
    /* IE 10+ */
    color: #a3afbf !important;
}

.tssNeedHelpWith:-moz-placeholder {
    /* Firefox 18- */
    color: #a3afbf !important;
}

.bootstrap-switch-small .bootstrap-switch-container {
    min-width: 150px;
}

.bootstrap-switch .bootstrap-switch-label {
    color: #747474 !important;
}

.bootstrap-switch-fbSwitchOn, .bootstrap-switch-fbSwitchOff {
    background-color: var(--uxblue);
    color: #fff;
}

.progress {
    border-radius: 15px !important;
}

    .progress > .progress-bar-tss {
        background-color: #6EC4B3;
        border-radius: 15px !important;
    }

.form-wizard .steps > li.active > a.step .number {
    background-color: #6EC4B3 !important;
    color: #fff;
    font-family: 'Quicksand' !important;
}

.form-wizard .steps > li.active > a.step .desc {
    color: #6EC4B3 !important;
    font-weight: 900 !important;
}

.form-wizard .steps > li > a.step .desc {
    font-family: 'Quicksand';
    text-transform: uppercase;
    font-weight: 700 !important;
    display: block !important;
    color: #8A9292 !important;
}

.form-wizard .steps > li > a.step > .number {
    font-weight: bold;
    color: #000;
    font-family: 'Quicksand' !important;
}

.tssSwitch span {
    background-image: none !important;
}

.tssSwitch .bootstrap-switch-container {
    width: 40px !important;
}

.tssSwitch .bootstrap-switch-label, .tssSwitch .bootstrap-switch-handle-on, .tssSwitch .bootstrap-switch-handle-off {
    width: 40px !important;
}

.tssSwitch .bootstrap-switch-label {
    width: 40px !important;
}

.tssSwitch.textleft label {
    margin-left: 10px;
}

.tssSideCalendar {
    width: 100% !important;
}

.calLabel {
    font-weight: bold;
}

.calTitle {
    font-weight: bold;
    font-size: 20px;
}

.CalendarName:hover {
    cursor: pointer;
    background-color: #dcdcdc;
}

tr:hover span #spCalendarSprite {
    background-color: red;
}

.hidden {
    display: none;
}

.rfbRow {
    background-color: #eeeeee;
}

.rsPanel {
    background-color: #eeeeee !important;
}

.rsAdvancedEdit label {
    width: 20% !important;
}

.rsAdvContentWrapper .control-label {
    margin-top: 5px !important;
    text-align: right;
}

.rsAdvOptionsScroll .form-group {
    margin-top: 5px !important;
    margin-right: 5px !important;
}

.calPopup {
    display: none;
    /* Hide the DIV */
    /*position: fixed;
    */
    _position: absolute;
    /* hack for internet explorer 6 */
    /*height: 60px;
     width: 300px;
    */
    background: #FFFFFF;
    /*left: 190px;
     top: 270px;
    */
    z-index: 100000;
    /* Layering ( on-top of others), if you have lots of layers: I just maximized, you can change it yourself */
    margin-left: 15px;
    /* additional features, can be omitted */
    border: 1px solid #dcdcdc;
    padding: 15px;
    font-size: 15px;
    -moz-box-shadow: 0 0 5px #dcdcdc;
    -webkit-box-shadow: 0 0 5px #dcdcdc;
    box-shadow: 0 0 5px #dcdcdc;
}

.calPopupBoxClose {
    font-size: 10px;
    line-height: 15px;
    right: 5px;
    top: 5px;
    position: absolute;
    color: #6fa5e2;
    font-weight: 300;
}

.tssPublishMsg {
    margin-top: 30px;
}

.tssIssues .row {
    margin: 0 !important;
}

.tssFormRow {
    margin-bottom: 10px;
}

.tssFormGroup {
    font-size: 16px;
    font-weight: bold;
}

.tssContact .timeline-badge {
    padding-top: 24px;
}

.tssContact .timeline-badge-userpic {
    border: none !important;
}

.tssContact .timeline:before {
    background: #f5f5f5 !important;
}

.tssContact .timeline-body {
    background-color: #f5f5f5 !important;
}

.tssContact .timeline-body-arrow {
    border-color: transparent #f5f5f5 transparent transparent !important;
}

.divLayouts img {
    cursor: pointer;
}

.images-box .selected {
    position: absolute;
    top: 30%;
    left: 0;
    text-align: center;
    width: 100%;
    font-size: 42px;
    color: var(--uxblue);
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

.layoutSelected {
    border: 1px solid var(--uxblue);
    opacity: .2;
}

.layoutDeselected {
    border: 1px solid var(--uxblue);
    opacity: 1;
}

.tssSwitch label {
    margin-left: 70px;
    margin-bottom: 20px;
    min-width: 100px;
}

#divNewsletterGroup .tssSwitch label {
    margin-left: 15px;
}

.fbModalTitle {
    margin-top: 0;
}

.tile.nohover {
    cursor: auto !important;
}

.tiles .tile.nohover:hover {
    border-color: transparent !important;
}

.tiles .tile, .tiles .tile a {
    color: #fff !important;
}

.bootstrap-timepicker-widget {
    z-index: 99999;
}

.tssUnivDtls p {
    padding-bottom: 10px;
}

.selectedrowcolor {
    background-color: #d1ebff !important;
}

.seperator, .separator {
    color: var(--uxblue);
    /* width: 100%;
     //Screws up autoresponder time picker */
    margin: 15px auto;
    overflow: hidden;
    text-align: center;
    line-height: 1.2em;
}

    .seperator::before, .seperator::after, .separator::before, .separator::after {
        border-bottom: 1px solid #eee;
        content: "";
        display: inline-block;
        height: 0.65em;
        margin: 0 -4px 0 -100%;
        vertical-align: top;
        width: 50%;
    }

    .seperator::after, .separator::after {
        margin: 0 -100% 0 0;
    }

    .seperator i, .seperator span, .seperator a, .separator i, .separator span, .separator a {
        margin: 0 20px 0 24px;
        display: inline-block;
    }

.tssCBL2 td {
    width: 50%;
}

.tssCBL3 td {
    width: 33%;
}

.tssCBL4 td {
    width: 25%;
}

.tssCBL5 td {
    width: 20%;
}

.tssCBL6 td {
    width: 16%;
}

html:first-child .RadWindow ul {
    float: none !important;
    /* border-bottom: 1px solid #ddd !important;
     */
}

.rgMasterTable tbody tr td.CellGroup1, .CellGroup1 {
    background-color: #d9edf7 !important;
}

.rgMasterTable tbody tr td.CellGroup2, .CellGroup2 {
    background-color: #fcf8e3 !important;
}

.rgMasterTable tbody tr td.CellGroup3, .CellGroup3 {
    background-color: #dff0d8 !important;
}

.DimField {
    color: #c4c4c4;
}

.RadUpload .ruBrowse {
    height: 34.2px !important;
    margin-left: 0 !important;
    color: #fff !important;
    box-shadow: 0px 1px 6px 0px rgba(32,33,36,0.28) !important;
    appearance: none !important;
    font-weight: 400 !important;
    padding: 5px 10px !important;
    text-transform: none !important;
    text-decoration: none !important;
    font-size: 14px !important;
    border-radius: var(--uxradius) !important;
    font-family: var(--uxtext) !important;
    border: 2px solid rgba(0,0,0,0) !important;
    background-color: var(--uxblue1) !important;
}

.RadUpload .ruFileLI {
    text-align: left !important;
}

.RadUpload .ruUploadProgress {
    padding-left: 0 !important;
    background: none !important;
}

.RadUpload .radIcon:before {
    top: 2px !important;
    left: 1px !important;
}

.RadUpload .ruFileLI .ruButton {
    font-size: 1em !important;
    margin-left: 5px !important;
}

.RadUpload_Default .ruButton {
    background-image: none !important
}

.ruSelectWrap {
    text-align: left !important;
    float: left;
}

.portlet.box.blue > .portlet-title > .actions .btn-default option {
    color: #333333 !important;
}

.rgMasterTable tbody tr.red td {
    color: #ff0000 !important;
}

.rgMasterTable tbody tr.orange td {
    color: #ffa500 !important;
}

.rgMasterTable tbody tr td:last-child {
    text-decoration: none !important;
}

.strikethrough {
    text-decoration: line-through solid;
}

.table.schedule > tbody > tr > td, .table.schedule > tbody > tr > th, .table.schedule > tfoot > tr > td, .table.schedule > tfoot > tr > th, .table.schedule > thead > tr > td, .table.schedule > thead > tr > th {
    padding: 6px !important;
}

.table.schedule > thead > tr > td, .table.schedule > thead > tr > th {
    background-color: var(--uxblue);
    color: #fff;
}

.checkerTSS {
    display: inline-block;
}

.icheck .checker span {
    background-image: none !important;
}

.icheck label {
    padding-left: 3px !important;
}

.fc-time-grid-event .fc-time {
    display: none;
}

.fbControlError {
    border: 1px solid #c10841 !important;
}

.fc-today {
    background-color: #fff !important;
}

.tssreleasenotewrapper {
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
    /*height: calc(100vh - 135px);
    */
    height: 580px;
}

.tssreleasenotecolumn {
    margin-left: 15px;
    margin-right: 16px;
    width: 312px;
    flex: 0 0 auto;
}

.tssreleasenote {
    padding: 5px 10px;
    margin-bottom: 10px;
}

    .tssreleasenote h4.block {
        padding-bottom: 0;
        font-size: 15px;
        line-height: 18px;
    }

        .tssreleasenote h4.block .label {
            margin-left: 10px;
            margin-bottom: 10px;
        }

.tssreleasenotemasonry {
    width: 23%;
    margin-right: 15px;
}

.datepicker-dropdown {
    z-index: 9999;
}

.fc-license-message {
    display: none;
}

.funneleditleftcol .icon-stack {
    position: relative !important;
    display: inline-block !important;
    width: 2em !important;
    height: 2em !important;
    line-height: 2em !important;
    vertical-align: middle !important;
}

.funnelelement .icon-stack {
    position: relative !important;
    display: inline-block !important;
    width: 1em !important;
    height: 1em !important;
    line-height: 2em !important;
    vertical-align: middle !important;
}

.icon-stack-1x, .icon-stack-2x {
    position: absolute !important;
    left: 0 !important;
    width: 100% !important;
    text-align: center !important;
}

.icon-stack-2x {
    font-size: 1.5em !important;
}

.btn-rounded {
    border-radius: var(--uxradius) !important;
    box-shadow: none !important;
}

    .btn-rounded:hover {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
    }

.funnelh {
    color: var(--uxblack);
    font-size: 16px !important;
    font-family: var(--uxfont);
    padding-left: 0px !important;
}

.funnelcard.portlet {
    border-radius: var(--uxradius) !important;
    padding: 15px;
}

    .funnelcard.portlet .portlet-title {
        min-height: 0 !important;
        margin-bottom: 5px;
        border-bottom: none !important;
    }

    .funnelcard.portlet .portlet-body p {
        color: #a7a7a7 !important;
    }

    .funnelcard.portlet .portlet-body .gotofunnel {
        width: 100% !important;
        border-radius: 20px !important;
        margin-bottom: 5px;
        box-shadow: none !important;
    }

        .funnelcard.portlet .portlet-body .gotofunnel: hover {
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
        }

.funneltopbar {
    background-color: #3c4a4d;
    color: #fff;
    margin: 0 -20px;
    padding: 10px;
}

    .funneltopbar a {
        color: #fff;
        text-decoration: none;
    }

    .funneltopbar h6 {
    }

    .funneltopbar h4 {
        font-weight: 600;
    }

.funnelnav.tabbable-line {
    margin: 0 -20px 1px -20px;
    background-color: #fff !important;
    border-top: 1px solid #a7a7a7 !important;
}

    .funnelnav.tabbable-line > .nav-tabs > li {
        border-bottom: 5px solid #FFF;
    }

        .funnelnav.tabbable-line > .nav-tabs > li.active {
            border-bottom: 6px solid var(--uxblue) !important;
            cursor: pointer;
        }

        .funnelnav.tabbable-line > .nav-tabs > li > a {
            padding: 13px 25px !important;
            background: transparent !important;
            box-shadow: none !important;
            -webkit-transition: 0.2s ease;
            transition: 0.2s ease !important;
        }

        .funnelnav.tabbable-line > .nav-tabs > li.active > a, .funnelnav.tabbable-line > .nav-tabs > li.active:hover > a > i {
            color: var(--uxblue) !important;
            -webkit-transition: 0.2s ease;
            transition: 0.2s ease !important;
        }

        .funnelnav.tabbable-line > .nav-tabs > li > a > i {
            background: transparent !important;
            box-shadow: none !important;
            -webkit-transition: 0.2s ease;
            transition: 0.2s ease !important;
        }

        .funnelnav.tabbable-line > .nav-tabs > li.open, .funnelnav.tabbable-line > .nav-tabs > li:hover {
            border-bottom: 5px solid #A9D9CE;
            -webkit-transition: 0.2s ease;
            transition: 0.2s ease !important;
        }

        .funnelnav.tabbable-line > .nav-tabs > li.active > a, .funnelnav.tabbable-line > .nav-tabs > li.active > a > i {
            color: var(--uxblue);
            -webkit-transition: 0.2s ease;
            transition: 0.2s ease !important;
        }

        .funnelnav.tabbable-line > .nav-tabs > li:hover > a, .funnelnav.tabbable-line > .nav-tabs > li:hover > a > i {
            color: #666;
            -webkit-transition: 0.2s ease;
            transition: 0.2s ease !important;
        }

.funnelanalytics.none {
    margin-top: 100px;
    margin-left: 25%;
    margin-right: 25%;
    width: 50%;
    text-align: center;
    padding: 50px;
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: .25rem !important;
}

.funnelanalytics-stat .visual {
    height: 75px !important;
}

    .funnelanalytics-stat .visual > i {
        margin-left: -20px !important;
    }

.funnelanalytics-stat .details .number {
    font-size: 18px;
    padding: 10px;
    line-height: 1;
    text-align: center;
    font-weight: 600;
    letter-spacing: -0.5px;
    padding-left: 0px;
}

.funnelsearch {
    padding: 15px;
    background-color: #fff;
    border: solid 1px #a7a7a7;
    border-radius: var(--uxradius) !important;
}

.label-contactstatus {
    display: inline-block;
    margin-bottom: 5px;
    font-style: normal;
}

    .label-contactstatus.new {
        background-color: var(--uxblue1);
        color: #fff;
    }

    .label-contactstatus.active {
        background-color: var(--uxgreen);
    }

    .label-contactstatus.questionable {
        background-color: var(--w1000);
        color: var(--uxblack);
    }

    .label-contactstatus.optedout {
        background-color: var(--uxgray);
    }

    .label-contactstatus.bounced {
        background-color: var(--uxredtint);
        color: var(--uxred1);
    }

    .label-contactstatus.complaint {
        background-color: var(--w1000);
        color: var(--uxblack);
    }

    .label-contactstatus.deleted {
        background-color: var(--uxred1);
        color: #fff;
    }

.label-leadstatus {
    display: inline-block;
    margin-bottom: 5px;
    font-style: normal;
}

    .label-leadstatus.new {
        background-color: var(--uxblue1);
        color: #fff;
    }

    .label-leadstatus.assigned {
        background-color: var(--w1000);
    }

    .label-leadstatus.working {
        background-color: var(--uxgreentint);
        color: var(--uxwhite);
    }

    .label-leadstatus.customer {
        background-color: var(--uxgreen);
    }

    .label-leadstatus.unqualified {
        background-color: var(--uxredtint);
        color: var(--uxred1);
    }

    .label-leadstatus.canceled {
        background-color: var(--uxgray);
        color: #fff;
    }

.funnelleadssort {
    background: none !important;
    color: var(--uxblue);
    border-radius: 20px !important;
    margin-top: 13px;
    margin-right: 6px;
    padding: 5px 13px !important;
    box-shadow: none !important;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease !important;
}

    .funnelleadssort:hover {
        background: rgba(60,74,77,0.10) !important;
        color: var(--uxblue);
        box-shadow: none !important;
        -webkit-transition: 0.2s ease;
        transition: 0.2s ease !important;
    }

.funnelleadcard.portlet {
    border-radius: var(--uxradius) !important;
    padding: 15px;
}

    .funnelleadcard.portlet .portlet-title {
        min-height: 0 !important;
        margin-bottom: 5px;
        border-bottom: none !important;
    }

    .funnelleadcard.portlet .portlet-body p {
        color: #889092 !important;
        margin: 0 0 7px;
    }

    .funnelleadcard.portlet .portlet-body .dates {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        width: 100%;
    }

        .funnelleadcard.portlet .portlet-body .dates .lastseen, .funnelleadcard.portlet .portlet-body .dates .firstseen {
            color: #959c9e;
            background-color: #f1f1f1;
            border: solid 1px #e2e4e7;
            padding: 7px 14px;
            font-size: 13px;
            float: left;
            width: 50%;
            text-align: center;
        }

        .funnelleadcard.portlet .portlet-body .dates .lastseen {
            border-top-left-radius: var(--uxradius) !important;
            border-bottom-left-radius: var(--uxradius) !important;
        }

        .funnelleadcard.portlet .portlet-body .dates .firstseen {
            border-top-right-radius: var(--uxradius) !important;
            border-bottom-right-radius: var(--uxradius) !important;
        }

.label-funnelcount {
    display: inline-block;
    margin-bottom: 5px;
    background-color: #d5f4fd;
    color: #4cacc6;
    font-weight: bold;
}

.funneleditcontainer {
    display: flex;
}

.funneleditleftcol {
    width: 235px;
    margin-left: -20px;
    background-color: #3c4a4d;
    color: #fff;
    padding: 20px 5px 20px 20px;
    height: 900px;
}

    .funneleditleftcol .title .icon {
        font-size: 16px;
    }

        .funneleditleftcol .title .icon.name {
            color: #6cc5b4;
        }

        .funneleditleftcol .title .icon.targets {
            color: #4cacc6;
        }

        .funneleditleftcol .title .icon.actions {
            color: var(--p1000);
        }

        .funneleditleftcol .title .icon.conditions {
            color: #f9e073;
        }

    .funneleditleftcol .title span {
        font-size: 16px;
        margin-left: 5px;
        margin-right: 5px;
    }

    .funneleditleftcol .title .fbTooltip {
        color: #717b7d;
    }

    .funneleditleftcol ul {
        position: relative;
        margin: 0;
        padding: 10px 0 0 0;
        list-style: none;
    }

        .funneleditleftcol ul li {
            width: 90px;
            height: 95px;
            position: relative;
            float: left;
            margin: 0px 15px 15px 0;
            border-radius: var(--uxradius) !important;
            background: #fff;
            text-align: center;
            color: #000;
            font-size: 12px;
            cursor: grab;
        }

.funnelelement:active {
    cursor: grabbing !important;
}

.funneleditleftcol ul li p {
    margin-bottom: 16px;
}

    .funneleditleftcol ul li p i {
        float: right;
        margin: 2px 1px 0 0;
        color: #e8e8e8;
    }

.funneleditleftcol ul li .icon {
    margin-top: 10px;
}

    .funneleditleftcol ul li .icon, .funneleditleftcol ul li .icon .icon-stack-1x {
        font-size: 36px !important;
    }

        .funneleditleftcol ul li .icon.target {
            color: #4eacc6;
        }

        .funneleditleftcol ul li .icon.action {
            color: var(--p1000);
        }

        .funneleditleftcol ul li .icon.condition {
            color: #f9e073;
        }

.funneleditleftcol ul li div {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 37px;
    vertical-align: middle;
}

    .funneleditleftcol ul li div span {
        position: relative;
        font-size: 12px !important;
        line-height: 1.3;
        display: inline-block;
        vertical-align: middle;
    }

.funneleditrightcol {
    flex: 1;
    height: 900px;
}

.funnelelement {
    margin: 0 auto;
    width: 300px;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: .25rem !important;
    /* Canvas */
    z-index: 24;
    position: absolute;
    cursor: move;
    /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

    .funnelelement.large {
        width: 250px;
    }

    .funnelelement.medium {
        min-width: 215px;
        width: fit-content;
        max-width: 300px;
    }

    .funnelelement.small {
        width: 130px;
    }

    .funnelelement.portlet {
        border-radius: var(--uxradius) !important;
        padding: 15px;
    }

        .funnelelement.portlet .portlet-title {
            min-height: 0 !important;
            margin-bottom: 5px;
            border-bottom: none !important;
        }

            .funnelelement.portlet .portlet-title .label-elementtype {
                display: inline-block;
                font-weight: bold;
                font-size: 12px;
                box-shadow: none !important;
                cursor: pointer !important;
            }

                .funnelelement.portlet .portlet-title .label-elementtype i:before {
                    font-size: 12px;
                }

                .funnelelement.portlet .portlet-title .label-elementtype.target {
                    background-color: #d5f4fd;
                    color: #4cacc6;
                }

                .funnelelement.portlet .portlet-title .label-elementtype.action {
                    background-color: var(--p100);
                    color: var(--p1000);
                }

                .funnelelement.portlet .portlet-title .label-elementtype.condition {
                    background-color: #fcf2cb;
                    color: #e1c95e;
                }

        .funnelelement.portlet .portlet-body p {
            color: #889092 !important;
            margin: 0 0 7px;
        }

            .funnelelement.portlet .portlet-body p:last-child {
                margin: 0;
            }

            .funnelelement.portlet .portlet-body p a {
                color: #4eacc6;
            }

            .funnelelement.portlet .portlet-body p i {
                width: 16px;
            }

        .funnelelement.portlet .portlet-body .button {
            width: 100%;
            background: none;
        }

            .funnelelement.portlet .portlet-body .button .btn-group {
                width: 100%;
                color: #fff;
                /* background-color: #6ec4b3;
     */
                background-image: none;
                /* border: 1px solid #6ec4b3;
     */
                border-radius: var(--uxradius) !important;
                padding: 0px 0px;
                margin-bottom: 5px;
                text-align: center;
                margin-left: -6px;
            }

                .funnelelement.portlet .portlet-body .button .btn-group .btn {
                    width: 100%;
                    color: #fff !important;
                    border: none;
                    display: block;
                    position: relative;
                    opacity: 1;
                    filter: alpha(opacity=100);
                    -moz-opacity: 1;
                }

                .funnelelement.portlet .portlet-body .button .btn-group select {
                    width: 250px;
                    border: none;
                }

                .funnelelement.portlet .portlet-body .button .btn-group .dropdown-menu button {
                    background-color: #6ec4b3 !important;
                    font-family: var(--uxtext);
                }

        .funnelelement.portlet .portlet-body .link {
            width: 100%;
            color: #6ec4b3;
            padding: 5px 10px;
            margin-top: 10px;
            margin-bottom: 5px;
            text-align: center;
        }

        .funnelelement.portlet .portlet-body .question {
            width: 100%;
            background-color: #f1f1f1;
            border: 1px solid #e5e6e8;
            border-radius: var(--uxradius) !important;
            padding: 5px 10px;
            margin-bottom: 5px;
            cursor: pointer;
        }

            .funnelelement.portlet .portlet-body .question img {
                margin: -3px -6px 0 0;
                height: 25px;
            }

        .funnelelement.portlet .portlet-body .newentry {
            width: 100%;
            padding: 5px 10px;
            margin-bottom: 5px;
            color: #c6c6c6;
        }

        .funnelelement.portlet .portlet-body .tag {
            /* background-color: #f1f1f1;
     */
            /* border: 1px solid #e5e6e8;
     */
            /* border-radius: 20px !important;
     */
            padding: 1px 8px;
            cursor: default;
        }

        .funnelelement.portlet .portlet-body .deletetag img {
            margin: -3px -6px 0 0;
            height: 20px;
        }

        .funnelelement.portlet .portlet-body .tag div.tagsinput {
            min-height: initial !important;
            padding: 5px 0 0 0 !important;
            background-color: transparent !important;
            white-space: nowrap;
        }

            .funnelelement.portlet .portlet-body .tag div.tagsinput input {
                padding: 1px 6px;
            }

            .funnelelement.portlet .portlet-body .tag div.tagsinput span.tag, .funnelelement.portlet .portlet-body .tag div.tagsinput span.tag a {
                color: #fff !important;
            }

        .funnelelement.portlet .portlet-body .instruction {
            width: 100%;
            margin-bottom: 5px;
            color: #494f50;
        }

        .funnelelement.portlet .portlet-body .emailcondition {
            width: 100%;
            background-color: #f1f1f1;
            border: 1px solid #e5e6e8;
            border-radius: var(--uxradius) !important;
            padding: 5px 10px;
            margin-bottom: 5px;
        }

            .funnelelement.portlet .portlet-body .emailcondition img {
                margin: -3px -6px 0 0;
                height: 25px;
            }

            .funnelelement.portlet .portlet-body .emailcondition input {
                width: 50px;
                height: 20px;
            }

            .funnelelement.portlet .portlet-body .emailcondition select {
                width: 70px;
                height: 20px;
            }

.funnelconnector {
    text-align: center;
}

.center-box {
    margin-top: 100px;
    margin-left: 25%;
    margin-right: 25%;
    width: 50%;
    text-align: center;
    padding: 50px;
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: .25rem !important;
}

    .center-box.width75 {
        margin-left: 12.5%;
        margin-right: 12.5%;
        width: 75%;
    }

.content-cmt {
    min-height: 80px;
}

.allowWrap {
    white-space: normal !important;
}

.fbShowCanvas {
    background: #ebebeb;
    outline: 2px #ccc dashed;
    outline-offset: -2px;
}

.wavgreen, .btn-rounded {
    box-shadow: none !important;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease !important;
    border: none !important;
    text-transform: uppercase;
    font-family: var(--uxfont);
    font-weight: 600;
    color: #fff !important;
}

    .wavgreen:hover, .btn-rounded:hover {
        box-shadow: 0px 3px 8px -1px rgba(60,74,77,0.5) !important;
    }

.funnelnav.tabbable-line > .nav-tabs > li.active > a {
    color: var(--uxblue) !important;
}

.funnelnav.tabbable-line > .nav-tabs > li:hover > a {
    color: #666 !important;
}

.funnelnav.tabbable-line > .nav-tabs > li.active {
    border-bottom: 5px solid var(--uxblue) !important;
    background-color: transparent !important;
}

.page-content-wrapper.adjustModal {
    margin-top: 0;
}

    .page-content-wrapper.adjustModal .page-content {
        padding-top: 5px;
    }

.padLabel5 label {
    padding-left: 5px !important;
}
/*---Modals---*/
.modal-title {
    font-family: 'Quicksand';
    font-weight: 600;
}

.modal-header {
    background-color: #A9D9CE !important;
    color: #fff !important;
    font-size: 18px !important;
    line-height: 18px !important;
    text-transform: none !important;
    padding-top: 11px !important;
    padding-bottom: 9px !important;
    border-radius: 0px !important;
    border-bottom: none;
}

.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 4px solid #A9D9CE;
    border-radius: 15px !important;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none !important;
}

.whitespaceNowrap {
    white-space: nowrap;
}

.rgAdvPart .RadComboBox .rcbInputCell {
    padding: 0 0 0 10px !important;
}

.rgAdvPart .RadComboBox .rcbArrowCell {
    padding: 0 !important;
}

.rgAdvPart .RadComboBox .rcbInput {
    width: 30px;
}

.RadGrid_Silk .rgPageFirst, .RadGrid_Silk .rgPageFirst:hover {
    background-position: 0 -150px !important;
}

.RadGrid_Silk .rgPagePrev, .RadGrid_Silk .rgPagePrev:hover {
    background-position: 0 -200px !important;
}

.RadGrid_Silk .rgPageNext, .RadGrid_Silk .rgPageNext:hover {
    background-position: 0 -250px !important;
}

.RadGrid_Silk .rgPageLast, .RadGrid_Silk .rgPageLast:hover {
    background-position: 0 -300px !important;
}

.RadComboBox_Silk .rcbArrowCell a {
    background-position: -13px -62px !important;
}

.RadComboBox_Silk .rcbReadOnly .rcbInput, .RadComboBox_Silk .rcbHovered .rcbReadOnly .rcbInput {
    color: #5f5f5f !important;
}

.rgMasterTable tbody tr td.LightGreen, .LightGreen {
    background-color: #dff0d8 !important;
}

#fbProductImages img, #fbProductImages video {
    max-width: 100%;
    height: auto;
}

#fbThumbImages {
    margin-top: 10px;
}

    #fbThumbImages .slick-slide {
        opacity: .5;
    }

        #fbThumbImages .slick-slide.is-active {
            opacity: 1;
        }

container-multi {
    width: 100% !important;
    min-height: 42px !important;
}

.select2-container-multi .select2-choices {
    padding-left: 0;
    border: 1px solid var(--uxgrayframe) !important;
    min-height: 42px !important;
    height: auto !important;
    border-radius: 4px 4px 4px 4px !important;
}

.select2-container-multi.select2-dropdown-open .select2-choices {
    border: 1px solid var(--uxblue1) !important;
    border-radius: 0px 0px 0px 0px !important;
}

.select2-container-multi .select2-choices .select2-search-field input {
    width: 100% !important;
    border: none !important;
    margin-top: 0px;
    margin-bottom: 0px;
}

.select2-container-multi .select2-choices .select2-search-choice {
    padding: 8px 5px 8px 18px;
    background-color: var(--uxblue1);
    color: #fff;
    font-family: var(--uxtext);
    border: 0px solid var(--uxblue1);
    margin: 5px !important;
    border-radius: 4px !important;
    display: inline-block;
}

.select2-search-choice-close {
    top: 8px;
    filter: brightness(10);
}

.select2-container {
    width: 100%;
}

.fbDragDrop {
    cursor: move;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

    .fbDragDrop:active {
        cursor: grabbing;
        cursor: -moz-grabbing;
        cursor: -webkit-grabbing;
    }

.fbDestination {
    visibility: collapse;
    height: 0;
    text-align: center !important;
}

.fbDestinationText {
    color: #fff;
    font-size: 14px;
    font-style: italic;
    font-weight: normal;
    text-align: center !important;
}

.fbHighlight {
    visibility: unset;
    height: 30px;
    background: #368b8a;
    transition: ease .2s;
}

.fbHighlightExtra {
    background: #0c68b2;
}

.fr-toolbar.fr-desktop.fr-inline {
    max-width: 577px;
}
/* Text/SMS Message Preview */
.app-toggle {
    width: 173px;
    height: 32px;
    /* margin: 0 auto;
     */
    padding: 9px 0 15px;
}

    .app-toggle li {
        float: left;
        list-style: none;
    }

    .app-toggle a {
        display: block;
        height: 38px;
        width: 43px;
        text-decoration: none;
    }

        .app-toggle a.iphone {
            background: url(/Admin/_Core/Assets/Images/Text/platform-icons.png) no-repeat 0 0;
            width: 44px;
        }

        .app-toggle a.android {
            background: url(/Admin/_Core/Assets/Images/Text/platform-icons.png) no-repeat -44px 0;
        }

        .app-toggle a.iphone:hover {
            background: url(/Admin/_Core/Assets/Images/Text/platform-icons.png) no-repeat 0 -40px;
        }

        .app-toggle a.android:hover {
            background: url(/Admin/_Core/Assets/Images/Text/platform-icons.png) no-repeat -44px -40px;
        }

        .app-toggle a.iphone.isSelected {
            background: url(/Admin/_Core/Assets/Images/Text/platform-icons.png) no-repeat 0 -80px;
            width: 44px;
        }

        .app-toggle a.android.isSelected {
            background: url(/Admin/_Core/Assets/Images/Text/platform-icons.png) no-repeat -44px -80px;
        }

#app-preview {
    width: 407px;
    height: 787px;
    text-align: center;
    margin: 0 auto;
}

    #app-preview.android {
        background: url('/Admin/_Core/Assets/Images/Text/android.png') no-repeat center top;
    }

    #app-preview.iphone {
        background: url('/Admin/_Core/Assets/Images/Text/iphone.png') no-repeat center top;
        background-size: 380px 760px;
    }

.screen {
    position: relative;
    overflow: hidden;
}

.iphone .screen {
    height: 540px;
    width: 315px;
    top: 111px;
    left: 47px;
}

#app-preview.android .screen {
    height: 522px;
    width: 339px;
    top: 86px;
    left: 35px;
}

#app-preview.iphone #previewer-time {
    line-height: 19px;
    font-weight: bold;
    color: #d1d1d1;
    font-size: 12px;
    height: 18px;
}

#app-preview.android #previewer-time {
    font-weight: bold;
    font-size: 13px;
    line-height: 17px;
    color: #3792B4;
    text-align: right;
    height: 18px;
    padding-right: 3px;
}

#app-preview.iphone #previewer-tabs {
    height: 49px;
    bottom: 0px;
    width: 100%;
}

#previewer-tabs {
    z-index: 200;
    position: absolute;
    left: 0px;
}

#app-preview.android #previewer-tabs {
    height: 60px;
    top: 61px;
    width: 5000px;
}

#app-preview.iphone .tab {
    text-align: center;
    height: 49px;
    float: left;
    background-image: -ms-linear-gradient(bottom, #222222 0%, #222222 46%, #353535 54%, #525252 100%);
    background-image: -moz-linear-gradient(bottom, #222222 0%, #222222 46%, #353535 54%, #525252 100%);
    background-image: -o-linear-gradient(bottom, #222222 0%, #222222 46%, #353535 54%, #525252 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #222222), color-stop(0.46, #222222), color-stop(0.54, #353535), color-stop(1, #525252));
    background-image: -webkit-linear-gradient(bottom, #222222 0%, #222222 46%, #353535 54%, #525252 100%);
    background-image: linear-gradient(to top, #222222 0%, #222222 46%, #353535 54%, #525252 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#222222', endColorstr='#464646');
    zoom: 1;
}

    #app-preview.iphone .tab.isSelected {
        background-image: -ms-linear-gradient(bottom, #161616 0%, #161616 46%, #212121 54%, #3B3B3B 100%);
        background-image: -moz-linear-gradient(bottom, #161616 0%, #161616 46%, #212121 54%, #3B3B3B 100%);
        background-image: -o-linear-gradient(bottom, #161616 0%, #161616 46%, #212121 54%, #3B3B3B 100%);
        background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #161616), color-stop(0.46, #161616), color-stop(0.54, #212121), color-stop(1, #3B3B3B));
        background-image: -webkit-linear-gradient(bottom, #161616 0%, #161616 46%, #212121 54%, #3B3B3B 100%);
        background-image: linear-gradient(to top, #161616 0%, #161616 46%, #212121 54%, #3B3B3B 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#161616', endColorstr='#2E2E2E');
    }

#app-preview.iphone .gradient.white {
    background-image: -ms-linear-gradient(bottom, #000000 0%, rgba(255,255,255,0) 4%, rgba(255,255,255,0.6) 100%);
    background-image: -moz-linear-gradient(bottom, #000000 0%, rgba(255,255,255,0) 4%, rgba(255,255,255,0.6) 100%);
    background-image: -o-linear-gradient(bottom, #000000 0%, rgba(255,255,255,0) 4%, rgba(255,255,255,0.6) 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #000000), color-stop(0.04, rgba(255,255,255,0)), color-stop(1, rgba(255,255,255,0.6)));
    background-image: -webkit-linear-gradient(bottom, #000000 0%, rgba(255,255,255,0) 4%, rgba(255,255,255,0.6) 100%);
    background-image: linear-gradient(to top, #000000 0%, rgba(255,255,255,0) 4%, rgba(255,255,255,0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255,255,255,0)', endColorstr='rgba(255,255,255,0.6)');
    zoom: 1;
}

#app-preview.iphone .gradient.black {
    background-image: -ms-linear-gradient(bottom, #000000 0%, rgba(0,0,0,0.6) 4%, rgba(0,0,0,0) 100%);
    background-image: -moz-linear-gradient(bottom, #000000 0%, rgba(0,0,0,0.6) 4%, rgba(0,0,0,0) 100%);
    background-image: -o-linear-gradient(bottom, #000000 0%, rgba(0,0,0,0.6) 4%, rgba(0,0,0,0) 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #000000), color-stop(0.04, rgba(0,0,0,0.6)), color-stop(1, rgba(0,0,0,0)));
    background-image: -webkit-linear-gradient(bottom, #000000 0%, rgba(0,0,0,0.6) 4%, rgba(0,0,0,0) 100%);
    background-image: linear-gradient(to top, #000000 0%, rgba(0,0,0,0.6) 4%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(0,0,0,0.6)', endColorstr='rgba(0,0,0,0)');
    zoom: 1;
}

#app-preview.android .gradient {
    background: url('/Admin/_Core/Assets/Images/Text/android_pattern.png');
    height: 42px;
}

#app-preview.iphone #content {
    height: 521px;
}

#app-preview.android #content {
    padding-top: 0;
    height: 401px;
}

#previewer-header {
    text-align: center;
}

#app-preview.iphone #previewer-header {
    height: 36px;
}

#app-preview.android #previewer-header {
    height: 42px;
    border-bottom: 1px solid #AAAAAA;
}

#previewer-header p {
    font-size: 18px;
}

#app-preview.android #previewer-header p {
    line-height: 42px;
    float: left;
}

#app-preview.iphone #previewer-header p {
    line-height: 36px;
}

#app-preview.iphone #previewer-header img {
    display: none;
}

#app-preview.android #previewer-header img {
    float: left;
    margin: 5px;
    margin-left: 10px;
}
/* Push Notifications */
.Notifications {
    height: 100vh;
    width: 95%;
    position: relative;
    padding-top: 7px;
    left: calc(50% - (95% / 2));
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: initial;
}

.Notifications__List {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    height: calc(90%);
    overflow-y: auto;
    padding: 0.5em;
    box-sizing: border-box;
}

    .Notifications__List:before {
        content: "Notifications";
        display: block;
        position: absolute;
        left: 50%;
        transform: translate(-50%);
        top: 25%;
        font-size: 1.5em;
        letter-spacing: 0.05em;
        opacity: 0;
        transition: opacity 0.25s cubic-bezier(0.77, 0, 0.175, 1);
    }

.Notification {
    /* height: 5.5em;
     transition: height 0.75s cubic-bezier(0.785, 0.135, 0.15, 0.86);
     */
}

.Notification__Container {
    background: #d0d0d0;
    color: #2f2f2f;
    cursor: pointer;
    border-radius: 0.5em !important;
    overflow: hidden;
    transform: scale(1);
    transition: transform 0.75s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    /*height: 5em;
    */
}

.Notification__Header {
    overflow: hidden;
    padding: 0.5em;
    padding-bottom: 0;
    font-size: 0.9em;
}

.Notification__App {
    float: left;
}

.Notification__Icon {
    vertical-align: middle;
}

    .Notification__Icon img {
        height: 1.5em;
        width: 1.5em;
    }

.Notification__Icon, .Notification__Name {
    display: inline-block;
}

.Notification__Name {
    vertical-align: middle;
}

.Notification__Time {
    float: right;
}

.Notification__Body {
    padding: 0.5em 0.5em;
}

.Notification__Title {
    padding-bottom: 0.25em;
    font-weight: bold;
}

.Notification__Content {
    /* white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
     */
    padding-bottom: 0.5em;
}

.fbHtmlPreview {
    cursor: pointer;
}

html, body {
    height: 100%;
    width: 100%;
    margin: 0;
}

.margin-0 {
    margin: 0;
}

.m-t-0 {
    margin-top: 0 !important;
}

.m-t-5 {
    margin-top: 5px !important
}

.m-l-0 {
    margin-left: 0 !important;
}

.m-r-0 {
    margin-right: 0 !important;
}

.m-b-0 {
    margin-bottom: 0 !important;
}

.m-b-30 {
    margin-bottom: 30px !important;
}

.p-t-0 {
    padding-top: 0 !important;
}

.p-l-0 {
    padding-left: 0 !important;
}

.p-r-0 {
    padding-right: 0 !important;
}

.p-r-15 {
    padding-right: 15px !important;
}

.padding-left-1 {
    padding-left: 1px !important;
}

.padding-left-2 {
    padding-left: 2px !important;
}

.padding-right-1 {
    padding-right: 1px !important;
}

.padding-right-2 {
    padding-right: 2px !important;
}

.colorTSS {
    color: var(--uxblue) !important;
}

.popover {
    width: auto !important;
    max-width: none;
}

.page-bar .page-breadcrumb > li {
    font-size: 14px;
}

.page-header.navbar {
    background-color: #1f2a32;
}

    .page-header.navbar .page-logo {
        margin: 13px 0 0 6px;
    }

        .page-header.navbar .page-logo .logo-default {
            margin: 4px 0 0 0;
        }

@media (max-width: 992px) {
    .page-header.navbar .page-logo {
        margin: 0;
    }

        .page-header.navbar .page-logo .logo-default {
            height: 48px;
        }
}

@media (min-width: 992px) {
    .page-sidebar-closed.page-sidebar-closed-hide-logo .page-header.navbar .page-logo .logo-default {
        display: block;
    }
}

.page-quick-sidebar-wrapper .page-quick-sidebar {
    background: #1f2a32;
}

    .page-quick-sidebar-wrapper .page-quick-sidebar .list-heading {
        margin: 20px 10px 2px 10px;
        font-weight: bold;
        color: #e1e1e1;
    }

    .page-quick-sidebar-wrapper .page-quick-sidebar .list-items > li {
        border-bottom: none;
        padding: 5px 10px 3px 10px;
    }

.page-quick-sidebar-wrapper {
    top: 89px;
}

.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li > a, .page-sidebar .page-sidebar-menu > li > a, .page-sidebar .page-sidebar-menu > li > a > i[class^="icon-"], .page-sidebar .page-sidebar-menu > li > a > i[class*="icon-"], .page-sidebar .page-sidebar-menu .sub-menu > li > a, .arrow.open:before {
    color: #e1e1e1 !important;
}

.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu li > a > .arrow:before, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu li > a > .arrow.open:before, .page-sidebar .page-sidebar-menu li > a > .arrow:before, .page-sidebar .page-sidebar-menu li > a > .arrow.open:before {
    color: #606C7D;
}

.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li > a > .arrow:before, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li > a > .arrow.open:before, .page-sidebar .page-sidebar-menu > li > a > .arrow:before, .page-sidebar .page-sidebar-menu > li > a > .arrow.open:before {
    color: #606C7D;
}

.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu li:hover > a > .arrow:before, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu li:hover > a > .arrow.open:before, .page-sidebar .page-sidebar-menu li:hover > a > .arrow:before, .page-sidebar .page-sidebar-menu li:hover > a > .arrow.open:before {
    color: #606C7D;
}

.page-sidebar .page-sidebar-menu li > a > .arrow:before, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu li > a > .arrow:before {
    content: "\f107";
}

.page-sidebar .page-sidebar-menu > li.heading > h3 {
    color: #a3afbf;
}

@media (min-width: 768px) {
    .modal-dialog {
        margin: 40px auto !important;
    }

    .modal-full .modal-dialog {
        width: 100% !important;
        height: 95% !important;
        margin: 10px !important;
        padding: 0 !important;
    }

    .modal-full .modal-content {
        height: auto !important;
        min-height: 95% !important;
        border-radius: 0 !important;
    }
}

.modalMargin {
    margin-top: 5px;
}

.modal-backdrop {
    background-color: transparent !important;
}

@media (max-width: 1080px) {
    .modalMargin {
        margin-top: 0;
    }
}

.title, .page-sidebar .page-sidebar-menu .sub-menu > li > a {
    font-weight: 400 !important;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown-user .dropdown-toggle > .username {
    font-weight: normal;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown > .dropdown-toggle {
    padding: 16px 10px 9px 10px;
}

#aNeedHelpWith:focus, #aNeedHelpWith:hover {
    color: var(--uxblue) !important;
    box-shadow: none !important;
}

a#aNeedHelpWith {
    background: none !important;
}

.modalScroll {
    overflow: auto !important;
    max-height: 400px !important;
}

.modalScrollEditor {
    overflow: auto !important;
    max-height: 570px !important;
}

.hideEditorCtrls .reLeftVerticalSide, .hideEditorCtrls .reTlbVertical, .hideEditorCtrls .reToolCell, .hideEditorCtrls .reToolZone {
    display: none;
}

.hideEditorCtrls .reContentCell {
    width: 100%;
}

.hideEditorCtrls .reRightVerticalSide {
    width: 1px;
    padding: 0;
}

.badge-success {
    background-color: #13af25 !important;
}

.portlet.box.blue {
    border: 1px solid #e1e1e1 !important;
}

.portlet > .portlet-body.blue, .portlet.blue {
    background-color: inherit;
}

.portlet .portlet-title .caption .caption-helper {
    padding: 0;
    margin: 0;
    line-height: 13px;
    color: #9eacb4;
    font-size: 13px;
    font-weight: 400;
}

.disabled, .disabled .title {
    color: #888888 !important;
}

.padding0 {
    padding: 0 !important;
}

.text-left, .alignLeft {
    text-align: left !important;
}

.text-center, .alignCenter {
    text-align: center !important;
}

.text-right, .alignRight {
    text-align: right !important;
}

.panel-group {
    margin-bottom: 0 !important;
}

.input-icon.right > i {
    right: 16px !important;
}

.form-horizontal .radio {
    padding-top: 2px !important;
}

.form-horizontal .form-actions {
    padding: 20px 10px;
    margin: 0 -10px -10px -10px;
    background-color: #f5f5f5;
    border-top: 1px solid #e5e5e5;
}

.modal-header {
    background-color: #A9D9CE !important;
    color: #fff !important;
    font-size: 18px !important;
    line-height: 18px !important;
    text-transform: none !important;
    padding-top: 11px !important;
    padding-bottom: 9px !important;
    border-radius: 10px 10px 0px 0px !important;
    margin-left: 0.2px;
    width: 100%;
}

    .modal-header a {
        font-size: 14px;
    }

.modal-footer {
    padding: 0px 0px 11px 11px;
    margin: 0;
    padding: 10px;
    background-color: #f5f5f5;
    border-top: 1px solid #e5e5e5;
    border-radius: 0px 0px 4px 4px !important;
}

.radio input[type=radio], .radio-inline input[type=radio] {
    margin-left: 0 !important;
}

.noRecords {
    padding: 10px;
}

.noborders, .noborders > tr > th, .noborders tbody > tr > th, .noborders > tbody > tr, .noborders > tbody > tr > td {
    border: 0;
}

.grdText {
    /*line-height: 31px;
    */
    color: #5b9bd1;
}

.portlet-body .form-actions {
    padding: 20px 10px;
    margin: 0;
    background-color: #f5f5f5;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.fbTable {
    width: 99% !important;
}

    .fbTable th {
        background-color: var(--uxblue) !important;
        color: #ffffff !important;
    }

.RadEditor {
    width: 99% !important;
    background-color: #ffffff !important;
}

.RadGrid_Silk .rgHeader a {
    color: #fff !important;
}

.RadGrid_Silk .rgHeader {
    background-color: var(--uxblue) !important;
    color: #ffffff !important;
    font-size: 14px !important;
    line-height: 14px !important;
    text-transform: none !important;
    padding-top: 11px !important;
    padding-bottom: 9px !important;
}

.RadGrid_Silk .rgRow a, .RadGrid_Silk .rgAltRow a {
    color: var(--uxblue) !important;
    /* color: rgb(51, 51, 51) !important;
     */
    font-family: var(--uxtext);
}

div#cphContent_tabModules .RadGrid_Silk .rgAltRow, div#cphContent_tabModules .RadGrid_Silk .rgAltRow td {
    background-color: var(--n0) !important;
}

.GridItemDropIndicator {
    z-index: 3005 !important;
}

.rgGroupHeader {
    font-family: var(--uxtext);
    font-size: 16px;
    font-weight: 300;
    color: #333333 !important;
    background-color: #f9f9f9 !important;
    background-image: none !important;
    height: 38px !important;
}

.RadGrid_Silk .smallerTableHeader th, .RadGrid_Silk .smallerTableHeader th a {
    font-size: 14px !important;
    line-height: 14px !important;
    font-weight: normal !important;
}

.RadGrid_Default .rgSelectedRow input[type=text] {
    color: #000;
}

.tableNoBorder, .tableNoBorder th, .tableNoBorder tr, .tableNoBorder td {
    border: none !important;
}

.fbCheckbox {
    border: none !important;
    padding-left: 0px !important;
}

.rgMasterTable p {
    font-size: 16px !important;
    padding: 10px 15px !important;
}

.tabIntro {
    padding: 10px 0 15px 0;
}

.entityActive {
    color: #4CAF50 !important;
}

.entityInactive {
    color: #ff0000 !important;
}

.entityNormal {
    color: #333;
}

div.tagsinput {
    border: none !important;
}
/* Info */
.logType1 {
}
/* Warning */
.logType2 {
    color: #ffa200;
}
/* Error */
.logType3 {
    color: #ff0000;
}
/* New */
.issueStatus1653 {
    color: #13af25;
}
/* In Progress */
.issueStatus1654 {
    color: #ffa200;
}
/* Duplicate */
.issueStatus1655 {
    color: #ff0000;
}
/* Resolved */
.issueStatus1656 {
    color: #ffa200;
}
/* Non-Issue */
.issueStatus1657 {
    color: var(--uxblue);
}

.color-red {
    color: #ff6565;
}

.nav-tabs, .nav-pills {
    margin-bottom: 0 !important;
}

.panel {
    border-top: none !important;
}

.withBorder {
    border-top: 1px solid #e0e0e0 !important;
}

.dashboard-stat .visual > i {
    margin-left: 0px;
}

.dashboard-stat .details .number {
    font-size: 12px;
}

.dashboard-stat.green-haze {
    background-color: #F9E073;
}

.padding-left-0 {
    padding-left: 0 !important;
}

.padding-right-0 {
    padding-right: 0 !important;
}

.padding-right-5 {
    padding-right: 5px !important;
}

.margin-top-0 {
    margin-top: 0 !important;
}

.margin-bottom-0 {
    margin-bottom: 0 !important;
}

.margin-bottom-5 {
    margin-bottom: 5px !important;
}

.RadWindow_Default {
    font-size: 13px !important;
    z-index: 100001 !important;
}

    .RadWindow_Default table td.rwWindowContent {
        background-color: transparent;
    }

    .RadWindow_Default table .rwTopLeft, .RadWindow_Default table .rwTopRight, .RadWindow_Default table .rwFooterLeft, .RadWindow_Default table .rwFooterRight, .RadWindow_Default table .rwFooterCenter, .RadWindow_Default table .rwBodyLeft, .RadWindow_Default table .rwBodyRight, .RadWindow_Default table .rwTitlebar, .RadWindow_Default table .rwTopResize, .RadWindow_Default table .rwIcon {
        background-image: none !important;
    }

.portlet.light > .portlet-title {
    min-height: 40px;
}

    .portlet.light > .portlet-title > .actions {
        padding: 6px 0 6px 0;
    }

.mcControl {
    border: none;
    font-size: 14px;
    margin-top: 6px;
}

.token-label {
    max-width: none !important;
}

.tssNeedHelpWith::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #a3afbf !important;
}

.tssNeedHelpWith::-moz-placeholder {
    /* Firefox 19+ */
    color: #a3afbf !important;
}

.tssNeedHelpWith:-ms-input-placeholder {
    /* IE 10+ */
    color: #a3afbf !important;
}

.tssNeedHelpWith:-moz-placeholder {
    /* Firefox 18- */
    color: #a3afbf !important;
}

.bootstrap-switch-small .bootstrap-switch-container {
    min-width: 150px;
}

.bootstrap-switch .bootstrap-switch-label {
    color: #747474 !important;
}

.bootstrap-switch-fbSwitchOn, .bootstrap-switch-fbSwitchOff {
    background-color: var(--uxblue);
    color: #fff;
}

.progress {
    border-radius: 15px !important;
}

    .progress > .progress-bar-tss {
        background-color: #6EC4B3;
        border-radius: 15px !important;
    }

.form-wizard .steps > li.active > a.step .number {
    background-color: #6EC4B3 !important;
    color: #fff;
    font-family: 'Quicksand' !important;
}

.form-wizard .steps > li.active > a.step .desc {
    color: #6EC4B3 !important;
    font-weight: 900 !important;
}

.form-wizard .steps > li > a.step .desc {
    font-family: 'Quicksand';
    text-transform: uppercase;
    font-weight: 700 !important;
    display: block !important;
    color: #8A9292 !important;
}

.form-wizard .steps > li > a.step > .number {
    font-weight: bold;
    color: #000;
    font-family: 'Quicksand' !important;
}

.tssSwitch span {
    background-image: none !important;
}

.tssSwitch .bootstrap-switch-container {
    width: 40px !important;
}

.tssSwitch .bootstrap-switch-label, .tssSwitch .bootstrap-switch-handle-on, .tssSwitch .bootstrap-switch-handle-off {
    width: 40px !important;
}

.tssSwitch .bootstrap-switch-label {
    width: 40px !important;
}

.tssSwitch.textleft label {
    margin-left: 10px;
}

.tssSideCalendar {
    width: 100% !important;
}

.calLabel {
    font-weight: bold;
}

.calTitle {
    font-weight: bold;
    font-size: 20px;
}

.CalendarName:hover {
    cursor: pointer;
    background-color: #dcdcdc;
}

tr:hover span #spCalendarSprite {
    background-color: red;
}

.hidden {
    display: none;
}

.rfbRow {
    background-color: #eeeeee;
}

.rsPanel {
    background-color: #eeeeee !important;
}

.rsAdvancedEdit label {
    width: 20% !important;
}

.rsAdvContentWrapper .control-label {
    margin-top: 5px !important;
    text-align: right;
}

.rsAdvOptionsScroll .form-group {
    margin-top: 5px !important;
    margin-right: 5px !important;
}

.calPopup {
    display: none;
    /* Hide the DIV */
    /*position: fixed;
    */
    _position: absolute;
    /* hack for internet explorer 6 */
    /*height: 60px;
     width: 300px;
    */
    background: #FFFFFF;
    /*left: 190px;
     top: 270px;
    */
    z-index: 100000;
    /* Layering ( on-top of others), if you have lots of layers: I just maximized, you can change it yourself */
    margin-left: 15px;
    /* additional features, can be omitted */
    border: 1px solid #dcdcdc;
    padding: 15px;
    font-size: 15px;
    -moz-box-shadow: 0 0 5px #dcdcdc;
    -webkit-box-shadow: 0 0 5px #dcdcdc;
    box-shadow: 0 0 5px #dcdcdc;
}

.calPopupBoxClose {
    font-size: 10px;
    line-height: 15px;
    right: 5px;
    top: 5px;
    position: absolute;
    color: #6fa5e2;
    font-weight: 300;
}

.tssPublishMsg {
    margin-top: 30px;
}

.tssIssues .row {
    margin: 0 !important;
}

.tssFormRow {
    margin-bottom: 10px;
}

.tssFormGroup {
    font-size: 16px;
    font-weight: bold;
}

.tssContact .timeline-badge {
    padding-top: 24px;
}

.tssContact .timeline-badge-userpic {
    border: none !important;
}

.tssContact .timeline:before {
    background: #f5f5f5 !important;
}

.tssContact .timeline-body {
    background-color: #f5f5f5 !important;
}

.tssContact .timeline-body-arrow {
    border-color: transparent #f5f5f5 transparent transparent !important;
}

.divLayouts img {
    cursor: pointer;
    box-shadow: var(--uxshadow);
    transition: var(--uxtransition);
    border-radius: var(--uxradius) !important;
    border: transparent 2px solid !important;
}

    .divLayouts img:hover {
        cursor: pointer;
        box-shadow: var(--uxshadowhover);
        transition: var(--uxtransition);
        border: var(--uxblue) 2px solid !important;
    }

.image-box .selected {
    position: absolute;
    top: 30%;
    left: 0;
    text-align: center;
    width: 100%;
    font-size: 42px;
    color: var(--uxblue);
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

.layoutSelected {
    border: 1px solid var(--uxblue);
    opacity: .2;
}

.layoutDeselected {
    border: 1px solid var(--uxblue);
    opacity: 1;
}

.tssSwitch label {
    margin-left: 70px;
    margin-bottom: 20px;
    min-width: 100px;
}

#divNewsletterGroup .tssSwitch label {
    margin-left: 15px;
}

.fbModalTitle {
    margin-top: 0;
}

.tile.nohover {
    cursor: auto !important;
}

.tiles .tile.nohover:hover {
    border-color: transparent !important;
}

.tiles .tile, .tiles .tile a {
    color: #fff !important;
}

.bootstrap-timepicker-widget {
    z-index: 99999;
}

.tssUnivDtls p {
    padding-bottom: 10px;
}

.selectedrowcolor {
    background-color: #d1ebff !important;
}

.seperator, .separator {
    color: var(--uxblue);
    /* width: 100%;
     //Screws up autoresponder time picker */
    margin: 15px auto;
    overflow: hidden;
    text-align: center;
    line-height: 1.2em;
}

    .seperator::before, .seperator::after, .separator::before, .separator::after {
        border-bottom: 1px solid #eee;
        content: "";
        display: inline-block;
        height: 0.65em;
        margin: 0 -4px 0 -100%;
        vertical-align: top;
        width: 50%;
    }

    .seperator::after, .separator::after {
        margin: 0 -100% 0 0;
    }

    .seperator i, .seperator span, .seperator a, .separator i, .separator span, .separator a {
        margin: 0 20px 0 24px;
        display: inline-block;
    }

.tssCBL2 td {
    width: 50%;
}

.tssCBL3 td {
    width: 33%;
}

.tssCBL4 td {
    width: 25%;
}

.tssCBL5 td {
    width: 20%;
}

.tssCBL6 td {
    width: 16%;
}

html:first-child .RadWindow ul {
    float: none !important;
    /* border-bottom: 1px solid #ddd !important;
     */
}

.rgMasterTable tbody tr td.CellGroup1, .CellGroup1 {
    background-color: #d9edf7 !important;
}

.rgMasterTable tbody tr td.CellGroup2, .CellGroup2 {
    background-color: #fcf8e3 !important;
}

.rgMasterTable tbody tr td.CellGroup3, .CellGroup3 {
    background-color: #dff0d8 !important;
}

.DimField {
    color: #c4c4c4;
}

.RadUpload .ruBrowse {
    height: 34.2px !important;
    margin-left: 0 !important;
    color: #fff !important;
    box-shadow: 0px 1px 6px 0px rgba(32,33,36,0.28) !important;
    appearance: none !important;
    font-weight: 400 !important;
    padding: 5px 10px !important;
    text-transform: none !important;
    text-decoration: none !important;
    font-size: 14px !important;
    border-radius: var(--uxradius) !important;
    font-family: var(--uxtext) !important;
    border: 2px solid rgba(0,0,0,0) !important;
    background-color: var(--uxblue1) !important;
}

.RadUpload .ruFileLI {
    text-align: left !important;
}

.RadUpload .ruUploadProgress {
    padding-left: 0 !important;
    background: none !important;
}

.RadUpload .radIcon:before {
    top: 2px !important;
    left: 1px !important;
}

.RadUpload .ruFileLI .ruButton {
    font-size: 1em !important;
    margin-left: 5px !important;
}

.RadUpload_Default .ruButton {
    background-image: none !important
}

.ruSelectWrap {
    text-align: left !important;
    float: left;
}

.portlet.box.blue > .portlet-title > .actions .btn-default option {
    color: #333333 !important;
}

.rgMasterTable tbody tr.red td {
    color: #ff0000 !important;
}

.rgMasterTable tbody tr.orange td {
    color: #ffa500 !important;
}

.rgMasterTable tbody tr td:last-child {
    text-decoration: none !important;
}

.strikethrough {
    text-decoration: line-through solid;
}

.table.schedule > tbody > tr > td, .table.schedule > tbody > tr > th, .table.schedule > tfoot > tr > td, .table.schedule > tfoot > tr > th, .table.schedule > thead > tr > td, .table.schedule > thead > tr > th {
    padding: 6px !important;
}

.table.schedule > thead > tr > td, .table.schedule > thead > tr > th {
    background-color: var(--uxblue);
    color: #fff;
}

.checkerTSS {
    display: inline-block;
}

.icheck .checker span {
    background-image: none !important;
}

.icheck label {
    padding-left: 3px !important;
}

.fc-time-grid-event .fc-time {
    display: none;
}

.fbControlError {
    border: 1px solid #c10841 !important;
}

.fc-today {
    background-color: #fff !important;
}

.tssreleasenotewrapper {
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
    /*height: calc(100vh - 135px);
    */
    height: 580px;
}

.tssreleasenotecolumn {
    margin-left: 15px;
    margin-right: 16px;
    width: 312px;
    flex: 0 0 auto;
}

.tssreleasenote {
    padding: 5px 10px;
    margin-bottom: 10px;
}

    .tssreleasenote h4.block {
        padding-bottom: 0;
        font-size: 15px;
        line-height: 18px;
    }

        .tssreleasenote h4.block .label {
            margin-left: 10px;
            margin-bottom: 10px;
        }

.tssreleasenotemasonry {
    width: 23%;
    margin-right: 15px;
}

.datepicker-dropdown {
    z-index: 9999;
}

.fc-license-message {
    display: none;
}

.funneleditleftcol .icon-stack {
    position: relative !important;
    display: inline-block !important;
    width: 2em !important;
    height: 2em !important;
    line-height: 2em !important;
    vertical-align: middle !important;
}

.funnelelement .icon-stack {
    position: relative !important;
    display: inline-block !important;
    width: 1em !important;
    height: 1em !important;
    line-height: 2em !important;
    vertical-align: middle !important;
}

.icon-stack-1x, .icon-stack-2x {
    position: absolute !important;
    left: 0 !important;
    width: 100% !important;
    text-align: center !important;
}

.icon-stack-2x {
    font-size: 1.5em !important;
}

.btn-rounded {
    border-radius: var(--uxradius) !important;
    box-shadow: none !important;
}

    .btn-rounded:hover {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
    }

.funnelcard.portlet {
    border-radius: var(--uxradius) !important;
    padding: 15px;
}

    .funnelcard.portlet .portlet-title {
        min-height: 0 !important;
        margin-bottom: 5px;
        border-bottom: none !important;
    }

    .funnelcard.portlet .portlet-body p {
        color: #a7a7a7 !important;
    }

    .funnelcard.portlet .portlet-body .gotofunnel {
        width: 100% !important;
        border-radius: 20px !important;
        margin-bottom: 5px;
        box-shadow: none !important;
    }

        .funnelcard.portlet .portlet-body .gotofunnel: hover {
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
        }

.funneltopbar {
    background-color: #3c4a4d;
    color: #fff;
    margin: 0 -20px;
    padding: 10px;
}

    .funneltopbar a {
        color: #fff;
        text-decoration: none;
    }

    .funneltopbar h4 {
        font-weight: 600;
    }

.funnelnav.tabbable-line {
    margin: 0 -20px 1px -20px;
    background-color: #fff !important;
    border-top: 1px solid #a7a7a7 !important;
}

    .funnelnav.tabbable-line > .nav-tabs > li {
        border-bottom: 5px solid #FFF;
    }

        .funnelnav.tabbable-line > .nav-tabs > li.active {
            border-bottom: 6px solid var(--uxblue) !important;
            cursor: pointer;
        }

        .funnelnav.tabbable-line > .nav-tabs > li > a {
            padding: 13px 25px !important;
            background: transparent !important;
            box-shadow: none !important;
            -webkit-transition: 0.2s ease;
            transition: 0.2s ease !important;
        }

        .funnelnav.tabbable-line > .nav-tabs > li.active > a, .funnelnav.tabbable-line > .nav-tabs > li.active:hover > a > i {
            color: var(--uxblue) !important;
            -webkit-transition: 0.2s ease;
            transition: 0.2s ease !important;
        }

        .funnelnav.tabbable-line > .nav-tabs > li > a > i {
            background: transparent !important;
            box-shadow: none !important;
            -webkit-transition: 0.2s ease;
            transition: 0.2s ease !important;
        }

        .funnelnav.tabbable-line > .nav-tabs > li.open, .funnelnav.tabbable-line > .nav-tabs > li:hover {
            border-bottom: 5px solid #A9D9CE;
            -webkit-transition: 0.2s ease;
            transition: 0.2s ease !important;
        }

        .funnelnav.tabbable-line > .nav-tabs > li.active > a, .funnelnav.tabbable-line > .nav-tabs > li.active > a > i {
            color: var(--uxblue);
            -webkit-transition: 0.2s ease;
            transition: 0.2s ease !important;
        }

        .funnelnav.tabbable-line > .nav-tabs > li:hover > a, .funnelnav.tabbable-line > .nav-tabs > li:hover > a > i {
            color: #666;
            -webkit-transition: 0.2s ease;
            transition: 0.2s ease !important;
        }

.funnelanalytics.none {
    margin-top: 50px;
    margin-left: 25%;
    margin-right: 25%;
    width: 50%;
    text-align: center;
    padding: 50px;
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: .25rem !important;
}

.funnelanalytics-stat .visual {
    height: 75px !important;
}

    .funnelanalytics-stat .visual > i {
        margin-left: -20px !important;
    }

.funnelanalytics-stat .details .number {
    font-size: 18px;
    padding: 10px;
    line-height: 1;
    text-align: center;
    font-weight: 600;
    letter-spacing: -0.5px;
    padding-left: 0px;
}

.funnelsearch {
    padding: 15px;
    background-color: #fff;
    border: solid 1px #a7a7a7;
    border-radius: 5px !important;
}

.label-contactstatus {
    display: inline-block;
    margin-bottom: 5px;
    font-style: normal;
}

    .label-contactstatus.new {
        background-color: var(--uxblue1);
        color: #fff;
    }

    .label-contactstatus.active {
        background-color: var(--uxgreen);
    }

    .label-contactstatus.questionable {
        background-color: var(--w1000);
        color: var(--uxblack);
    }

    .label-contactstatus.optedout {
        background-color: var(--uxgray);
    }

    .label-contactstatus.bounced {
        background-color: var(--uxredtint);
        color: var(--uxred1);
    }

    .label-contactstatus.complaint {
        background-color: var(--w1000);
        color: var(--uxblack);
    }

    .label-contactstatus.deleted {
        background-color: var(--uxred1);
        color: #fff;
    }

.funnelleadssort {
    background: none !important;
    color: var(--uxblue);
    border-radius: 20px !important;
    margin-top: 13px;
    margin-right: 6px;
    padding: 5px 13px !important;
    box-shadow: none !important;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease !important;
}

    .funnelleadssort:hover {
        background: rgba(60,74,77,0.10) !important;
        color: var(--uxblue);
        box-shadow: none !important;
        -webkit-transition: 0.2s ease;
        transition: 0.2s ease !important;
    }

.funnelleadcard.portlet {
    border-radius: 5px !important;
    padding: 15px;
}

    .funnelleadcard.portlet .portlet-title {
        min-height: 0 !important;
        margin-bottom: 5px;
        border-bottom: none !important;
    }

    .funnelleadcard.portlet .portlet-body p {
        color: #889092 !important;
        margin: 0 0 7px;
    }

    .funnelleadcard.portlet .portlet-body .dates {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        width: 100%;
    }

        .funnelleadcard.portlet .portlet-body .dates .lastseen, .funnelleadcard.portlet .portlet-body .dates .firstseen {
            color: #959c9e;
            background-color: #f1f1f1;
            border: solid 1px #e2e4e7;
            padding: 7px 14px;
            font-size: 13px;
            float: left;
            width: 50%;
            text-align: center;
        }

        .funnelleadcard.portlet .portlet-body .dates .lastseen {
            border-top-left-radius: 5px !important;
            border-bottom-left-radius: 5px !important;
        }

        .funnelleadcard.portlet .portlet-body .dates .firstseen {
            border-top-right-radius: 5px !important;
            border-bottom-right-radius: 5px !important;
        }

.label-funnelcount {
    display: inline-block;
    margin-bottom: 5px;
    background-color: #d5f4fd;
    color: #4cacc6;
    font-weight: bold;
}

.funneleditcontainer {
    display: flex;
    height: calc(100vh - 103px);
    position: sticky;
}

.funneleditleftcol {
    width: 250px;
    margin-left: -20px;
    background-color: #3c4a4d;
    color: #fff;
    padding: 20px 0px 20px 30px;
    height: auto;
    overflow-y: scroll;
}

    .funneleditleftcol .title .icon {
        font-size: 16px;
    }

        .funneleditleftcol .title .icon.name {
            color: #6cc5b4;
        }

        .funneleditleftcol .title .icon.targets {
            color: #4cacc6;
        }

        .funneleditleftcol .title .icon.actions {
            color: #f7a291;
        }

        .funneleditleftcol .title .icon.conditions {
            color: #f9e073;
        }

    .funneleditleftcol .title span {
        font-size: 16px;
        margin-left: 5px;
        margin-right: 5px;
    }

    .funneleditleftcol .title .fbTooltip {
        color: #717b7d;
    }

    .funneleditleftcol ul {
        position: relative;
        margin: 0;
        padding: 10px 0 0 0;
        list-style: none;
    }

        .funneleditleftcol ul li {
            width: 90px;
            height: 95px;
            position: relative;
            float: left;
            margin: 0px 15px 15px 0;
            border-radius: 5px !important;
            background: #fff;
            text-align: center;
            color: #000;
            font-size: 12px;
            cursor: grab;
        }

.funnelelement:active {
    cursor: grabbing !important;
}

.funneleditleftcol ul li p {
    margin-bottom: 16px;
}

    .funneleditleftcol ul li p i {
        float: right;
        margin: 2px 1px 0 0;
        color: #e8e8e8;
        cursor: default;
    }

.funneleditleftcol ul li .icon {
    margin-top: 10px;
}

    .funneleditleftcol ul li .icon, .funneleditleftcol ul li .icon .icon-stack-1x {
        font-size: 36px !important;
    }

        .funneleditleftcol ul li .icon.target {
            color: #4eacc6;
        }

        .funneleditleftcol ul li .icon.action {
            color: var(--p1000);
        }

        .funneleditleftcol ul li .icon.condition {
            color: #f9e073;
        }

.funneleditleftcol ul li div {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 37px;
    vertical-align: middle;
}

    .funneleditleftcol ul li div span {
        position: relative;
        font-size: 12px !important;
        line-height: 1.3;
        display: inline-block;
        vertical-align: middle;
    }

.funneleditrightcol {
    flex: 1;
    height: auto;
    min-height: calc(100vh - 103px);
    max-height: calc(100vh - 103px);
}

.funnelelement {
    margin: 0 auto;
    width: 300px;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: .25rem !important;
    /* Canvas */
    z-index: 24;
    position: absolute;
    cursor: move;
    /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

    .funnelelement.large {
        width: 250px;
    }

    .funnelelement.medium {
        min-width: 215px;
        width: fit-content;
        max-width: 300px;
    }

    .funnelelement.small {
        width: 130px;
    }

    .funnelelement.portlet {
        border-radius: var(--uxradius) !important;
        padding: 15px;
    }

        .funnelelement.portlet .portlet-title {
            min-height: 0 !important;
            margin-bottom: 5px;
            border-bottom: none !important;
        }

            .funnelelement.portlet .portlet-title .label-elementtype {
                display: inline-block;
                font-weight: bold;
                font-size: 12px;
                box-shadow: none !important;
                cursor: pointer !important;
            }

                .funnelelement.portlet .portlet-title .label-elementtype i:before {
                    font-size: 12px;
                }

                .funnelelement.portlet .portlet-title .label-elementtype.target {
                    background-color: #d5f4fd;
                    color: #4cacc6;
                }

                .funnelelement.portlet .portlet-title .label-elementtype.action {
                    background-color: #fee7e3;
                    color: #f7a291;
                }

                .funnelelement.portlet .portlet-title .label-elementtype.condition {
                    background-color: #fcf2cb;
                    color: #e1c95e;
                }

        .funnelelement.portlet .portlet-body p {
            color: #889092 !important;
            margin: 0 0 7px;
        }

            .funnelelement.portlet .portlet-body p:last-child {
                margin: 0;
            }

            .funnelelement.portlet .portlet-body p a {
                color: #4eacc6;
                margin-left: 8px;
            }

            .funnelelement.portlet .portlet-body p i {
                width: 16px;
            }

        .funnelelement.portlet .portlet-body .button {
            width: 100%;
            background: none;
        }

            .funnelelement.portlet .portlet-body .button .btn-group {
                width: 100%;
                color: #fff;
                /* background-color: #6ec4b3;
     */
                background-image: none;
                /* border: 1px solid #6ec4b3;
     */
                border-radius: var(--uxradius) !important;
                padding: 0px 0px;
                margin-bottom: 5px;
                text-align: center;
                margin-left: -6px;
            }

                .funnelelement.portlet .portlet-body .button .btn-group .btn {
                    width: 100%;
                    color: #fff !important;
                    border: none;
                    display: inline-block;
                    position: relative;
                    opacity: 1;
                    filter: alpha(opacity=100);
                    -moz-opacity: 1;
                }

                .funnelelement.portlet .portlet-body .button .btn-group select {
                    width: 250px;
                    border: none;
                }

                .funnelelement.portlet .portlet-body .button .btn-group .dropdown-menu button {
                    background-color: #6ec4b3 !important;
                    font-family: var(--uxtext), sans-serif;
                }

        .funnelelement.portlet .portlet-body .link {
            width: 100%;
            color: #6ec4b3;
            padding: 5px 10px;
            margin-top: 10px;
            margin-bottom: 5px;
            text-align: center;
        }

        .funnelelement.portlet .portlet-body .question {
            width: 100%;
            background-color: #f1f1f1;
            border: 1px solid #e5e6e8;
            border-radius: var(--uxradius) !important;
            padding: 5px 10px;
            margin-bottom: 5px;
            cursor: pointer;
        }

            .funnelelement.portlet .portlet-body .question img {
                margin: -3px -6px 0 0;
                height: 25px;
            }

        .funnelelement.portlet .portlet-body .newentry {
            width: 100%;
            padding: 5px 10px;
            margin-bottom: 5px;
            color: #c6c6c6;
        }

        .funnelelement.portlet .portlet-body .tag {
            /* background-color: #f1f1f1;
     */
            /* border: 1px solid #e5e6e8;
     */
            /* border-radius: 20px !important;
     */
            padding: 1px 8px;
            cursor: default;
        }

        .funnelelement.portlet .portlet-body .deletetag img {
            margin: -3px -6px 0 0;
            height: 20px;
        }

        .funnelelement.portlet .portlet-body .tag div.tagsinput {
            min-height: initial !important;
            padding: 5px 0 0 0 !important;
            background-color: transparent !important;
            white-space: nowrap;
        }

            .funnelelement.portlet .portlet-body .tag div.tagsinput input {
                padding: 1px 6px;
            }

            .funnelelement.portlet .portlet-body .tag div.tagsinput span.tag, .funnelelement.portlet .portlet-body .tag div.tagsinput span.tag a {
                color: #fff !important;
            }

        .funnelelement.portlet .portlet-body .instruction {
            width: 100%;
            margin-bottom: 5px;
            color: #494f50;
        }

        .funnelelement.portlet .portlet-body .emailcondition {
            width: 100%;
            background-color: #f1f1f1;
            border: 1px solid #e5e6e8;
            border-radius: var(--uxradius) !important;
            padding: 5px 10px;
            margin-bottom: 5px;
        }

            .funnelelement.portlet .portlet-body .emailcondition img {
                margin: -3px -6px 0 0;
                height: 25px;
            }

            .funnelelement.portlet .portlet-body .emailcondition input {
                width: 50px;
                height: 20px;
            }

            .funnelelement.portlet .portlet-body .emailcondition select {
                width: 70px;
                height: 20px;
            }

.funnelconnector {
    text-align: center;
}

.center-box {
    margin-top: 100px;
    margin-left: 25%;
    margin-right: 25%;
    width: 50%;
    text-align: center;
    padding: 50px;
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: .25rem !important;
}

    .center-box.width75 {
        margin-left: 12.5%;
        margin-right: 12.5%;
        width: 75%;
    }

.content-cmt {
    min-height: 80px;
}

.allowWrap {
    white-space: normal !important;
}

.fbShowCanvas {
    background: #ebebeb;
    outline: 2px #ccc dashed;
    outline-offset: -2px;
}

.wavgreen, .btn-rounded {
    box-shadow: none !important;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease !important;
    border: none !important;
    text-transform: uppercase;
    font-family: var(--uxfont);
    font-weight: 600;
    color: #fff !important;
}

    .wavgreen:hover, .btn-rounded:hover {
        box-shadow: 0px 3px 8px -1px rgba(60,74,77,0.5) !important;
    }

.funnelnav.tabbable-line > .nav-tabs > li.active > a {
    color: var(--uxblue) !important;
}

.funnelnav.tabbable-line > .nav-tabs > li:hover > a {
    color: #666 !important;
}

.funnelnav.tabbable-line > .nav-tabs > li.active {
    border-bottom: 5px solid var(--uxblue) !important;
    background-color: transparent !important;
}

.page-content-wrapper.adjustModal {
    margin-top: 0;
}

    .page-content-wrapper.adjustModal .page-content {
        padding-top: 5px;
    }

.padLabel5 label {
    padding-left: 5px !important;
}
/*---Modals--- .modal-title {
     font-family: 'Quicksand';
     font-weight: 600;
}
 .modal-header {
     background-color: #A9D9CE !important;
     color: #fff !important;
     font-size: 18px !important;
     line-height: 18px !important;
     text-transform: none !important;
     padding-top: 11px !important;
     padding-bottom: 9px !important;
     border-radius: 0px !important;
     border-bottom: none;
}
 .modal-content {
     position: relative;
     background-color: #fff;
     background-clip: padding-box;
     border: 4px solid #A9D9CE;
     border-radius: 15px !important;
     outline: 0;
     -webkit-box-shadow: none;
     box-shadow: none !important;
}
---*/
.whitespaceNowrap {
    white-space: nowrap;
}

.rgAdvPart .RadComboBox .rcbInputCell {
    padding: 0 0 0 10px !important;
}

.rgAdvPart .RadComboBox .rcbArrowCell {
    padding: 0 !important;
}

.rgAdvPart .RadComboBox .rcbInput {
    width: 30px;
}

.RadGrid_Silk .rgPageFirst, .RadGrid_Silk .rgPageFirst:hover {
    background-position: 0 -150px !important;
}

.RadGrid_Silk .rgPagePrev, .RadGrid_Silk .rgPagePrev:hover {
    background-position: 0 -200px !important;
}

.RadGrid_Silk .rgPageNext, .RadGrid_Silk .rgPageNext:hover {
    background-position: 0 -250px !important;
}

.RadGrid_Silk .rgPageLast, .RadGrid_Silk .rgPageLast:hover {
    background-position: 0 -300px !important;
}

.RadComboBox_Silk .rcbArrowCell a {
    background-position: -13px -62px !important;
}

.RadComboBox_Silk .rcbReadOnly .rcbInput, .RadComboBox_Silk .rcbHovered .rcbReadOnly .rcbInput {
    color: #5f5f5f !important;
}

.rgMasterTable tbody tr td.LightGreen, .LightGreen {
    background-color: #dff0d8 !important;
}

#fbProductImages img, #fbProductImages video {
    max-width: 100%;
    height: auto;
}

#fbThumbImages {
    margin-top: 10px;
}

    #fbThumbImages .slick-slide {
        opacity: .5;
    }

        #fbThumbImages .slick-slide.is-active {
            opacity: 1;
        }

container-multi {
    width: 100% !important;
    min-height: 42px !important;
}

.select2-container-multi .select2-choices {
    padding-left: 0;
    border: 1px solid var(--uxgrayframe) !important;
    min-height: 42px !important;
    height: auto !important;
    border-radius: 4px 4px 4px 4px !important;
}

.select2-container-multi.select2-dropdown-open .select2-choices {
    border: 1px solid var(--uxblue1) !important;
    border-radius: 0px 0px 0px 0px !important;
}

.select2-container-multi .select2-choices .select2-search-field input {
    width: 100% !important;
    border: none !important;
    margin-top: 0px;
    margin-bottom: 0px;
}

.select2-container-multi .select2-choices .select2-search-choice {
    padding: 8px 5px 8px 18px;
    background-color: var(--uxblue1);
    color: #fff;
    font-family: var(--uxtext);
    border: 0px solid var(--uxblue1);
    margin: 5px !important;
    border-radius: 4px !important;
    display: inline-block;
}

.select2-search-choice-close {
    top: 8px;
    filter: brightness(10);
}

.select2-container {
    width: 100%;
}

.fbDragDrop {
    cursor: move;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

    .fbDragDrop:active {
        cursor: grabbing;
        cursor: -moz-grabbing;
        cursor: -webkit-grabbing;
    }

.fbDestination {
    visibility: collapse;
    height: 0;
    text-align: center !important;
}

.fbDestinationText {
    color: #fff;
    font-size: 14px;
    font-style: italic;
    font-weight: normal;
    text-align: center !important;
}

.fbHighlight {
    visibility: unset;
    height: 30px;
    background: #368b8a;
    transition: ease .2s;
}

.fbHighlightExtra {
    background: #0c68b2;
}

.fr-toolbar.fr-desktop.fr-inline {
    max-width: 577px;
}

.fr-desktop.fr-inline {
    z-index: 100001 !important;
}
/* Text/SMS Message Preview */
.app-toggle {
    width: 173px;
    height: 32px;
    /* margin: 0 auto;
     */
    padding: 9px 0 15px;
}

    .app-toggle li {
        float: left;
        list-style: none;
    }

    .app-toggle a {
        display: block;
        height: 38px;
        width: 43px;
        text-decoration: none;
    }

        .app-toggle a.iphone {
            background: url(/Admin/_Core/Assets/Images/Text/platform-icons.png) no-repeat 0 0;
            width: 44px;
        }

        .app-toggle a.android {
            background: url(/Admin/_Core/Assets/Images/Text/platform-icons.png) no-repeat -44px 0;
        }

        .app-toggle a.iphone:hover {
            background: url(/Admin/_Core/Assets/Images/Text/platform-icons.png) no-repeat 0 -40px;
        }

        .app-toggle a.android:hover {
            background: url(/Admin/_Core/Assets/Images/Text/platform-icons.png) no-repeat -44px -40px;
        }

        .app-toggle a.iphone.isSelected {
            background: url(/Admin/_Core/Assets/Images/Text/platform-icons.png) no-repeat 0 -80px;
            width: 44px;
        }

        .app-toggle a.android.isSelected {
            background: url(/Admin/_Core/Assets/Images/Text/platform-icons.png) no-repeat -44px -80px;
        }

#app-preview {
    width: 407px;
    height: 787px;
    text-align: center;
    margin: 0 auto;
}

    #app-preview.android {
        background: url('/Admin/_Core/Assets/Images/Text/android.png') no-repeat center top;
    }

    #app-preview.iphone {
        background: url('/Admin/_Core/Assets/Images/Text/iphone.png') no-repeat center top;
        background-size: 380px 760px;
    }

.screen {
    position: relative;
    overflow: hidden;
}

.iphone .screen {
    height: 540px;
    width: 315px;
    top: 111px;
    left: 47px;
}

#app-preview.android .screen {
    height: 522px;
    width: 339px;
    top: 86px;
    left: 35px;
}

#app-preview.iphone #previewer-time {
    line-height: 19px;
    font-weight: bold;
    color: #d1d1d1;
    font-size: 12px;
    height: 18px;
}

#app-preview.android #previewer-time {
    font-weight: bold;
    font-size: 13px;
    line-height: 17px;
    color: #3792B4;
    text-align: right;
    height: 18px;
    padding-right: 3px;
}

#app-preview.iphone #previewer-tabs {
    height: 49px;
    bottom: 0px;
    width: 100%;
}

#previewer-tabs {
    z-index: 200;
    position: absolute;
    left: 0px;
}

#app-preview.android #previewer-tabs {
    height: 60px;
    top: 61px;
    width: 5000px;
}

#app-preview.iphone .tab {
    text-align: center;
    height: 49px;
    float: left;
    background-image: -ms-linear-gradient(bottom, #222222 0%, #222222 46%, #353535 54%, #525252 100%);
    background-image: -moz-linear-gradient(bottom, #222222 0%, #222222 46%, #353535 54%, #525252 100%);
    background-image: -o-linear-gradient(bottom, #222222 0%, #222222 46%, #353535 54%, #525252 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #222222), color-stop(0.46, #222222), color-stop(0.54, #353535), color-stop(1, #525252));
    background-image: -webkit-linear-gradient(bottom, #222222 0%, #222222 46%, #353535 54%, #525252 100%);
    background-image: linear-gradient(to top, #222222 0%, #222222 46%, #353535 54%, #525252 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#222222', endColorstr='#464646');
    zoom: 1;
}

    #app-preview.iphone .tab.isSelected {
        background-image: -ms-linear-gradient(bottom, #161616 0%, #161616 46%, #212121 54%, #3B3B3B 100%);
        background-image: -moz-linear-gradient(bottom, #161616 0%, #161616 46%, #212121 54%, #3B3B3B 100%);
        background-image: -o-linear-gradient(bottom, #161616 0%, #161616 46%, #212121 54%, #3B3B3B 100%);
        background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #161616), color-stop(0.46, #161616), color-stop(0.54, #212121), color-stop(1, #3B3B3B));
        background-image: -webkit-linear-gradient(bottom, #161616 0%, #161616 46%, #212121 54%, #3B3B3B 100%);
        background-image: linear-gradient(to top, #161616 0%, #161616 46%, #212121 54%, #3B3B3B 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#161616', endColorstr='#2E2E2E');
    }

#app-preview.iphone .gradient.white {
    background-image: -ms-linear-gradient(bottom, #000000 0%, rgba(255,255,255,0) 4%, rgba(255,255,255,0.6) 100%);
    background-image: -moz-linear-gradient(bottom, #000000 0%, rgba(255,255,255,0) 4%, rgba(255,255,255,0.6) 100%);
    background-image: -o-linear-gradient(bottom, #000000 0%, rgba(255,255,255,0) 4%, rgba(255,255,255,0.6) 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #000000), color-stop(0.04, rgba(255,255,255,0)), color-stop(1, rgba(255,255,255,0.6)));
    background-image: -webkit-linear-gradient(bottom, #000000 0%, rgba(255,255,255,0) 4%, rgba(255,255,255,0.6) 100%);
    background-image: linear-gradient(to top, #000000 0%, rgba(255,255,255,0) 4%, rgba(255,255,255,0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255,255,255,0)', endColorstr='rgba(255,255,255,0.6)');
    zoom: 1;
}

#app-preview.iphone .gradient.black {
    background-image: -ms-linear-gradient(bottom, #000000 0%, rgba(0,0,0,0.6) 4%, rgba(0,0,0,0) 100%);
    background-image: -moz-linear-gradient(bottom, #000000 0%, rgba(0,0,0,0.6) 4%, rgba(0,0,0,0) 100%);
    background-image: -o-linear-gradient(bottom, #000000 0%, rgba(0,0,0,0.6) 4%, rgba(0,0,0,0) 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #000000), color-stop(0.04, rgba(0,0,0,0.6)), color-stop(1, rgba(0,0,0,0)));
    background-image: -webkit-linear-gradient(bottom, #000000 0%, rgba(0,0,0,0.6) 4%, rgba(0,0,0,0) 100%);
    background-image: linear-gradient(to top, #000000 0%, rgba(0,0,0,0.6) 4%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(0,0,0,0.6)', endColorstr='rgba(0,0,0,0)');
    zoom: 1;
}

#app-preview.android .gradient {
    background: url('/Admin/_Core/Assets/Images/Text/android_pattern.png');
    height: 42px;
}

#app-preview.iphone #content {
    height: 521px;
}

#app-preview.android #content {
    padding-top: 0;
    height: 401px;
}

#previewer-header {
    text-align: center;
}

#app-preview.iphone #previewer-header {
    height: 36px;
}

#app-preview.android #previewer-header {
    height: 42px;
    border-bottom: 1px solid #AAAAAA;
}

#previewer-header p {
    font-size: 18px;
}

#app-preview.android #previewer-header p {
    line-height: 42px;
    float: left;
}

#app-preview.iphone #previewer-header p {
    line-height: 36px;
}

#app-preview.iphone #previewer-header img {
    display: none;
}

#app-preview.android #previewer-header img {
    float: left;
    margin: 5px;
    margin-left: 10px;
}
/* Push Notifications */
.Notifications {
    height: 100vh;
    width: 95%;
    position: relative;
    padding-top: 7px;
    left: calc(50% - (95% / 2));
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: initial;
}

.Notifications__List {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    height: calc(90%);
    overflow-y: auto;
    padding: 0.5em;
    box-sizing: border-box;
}

    .Notifications__List:before {
        content: "Notifications";
        display: block;
        position: absolute;
        left: 50%;
        transform: translate(-50%);
        top: 25%;
        font-size: 1.5em;
        letter-spacing: 0.05em;
        opacity: 0;
        transition: opacity 0.25s cubic-bezier(0.77, 0, 0.175, 1);
    }

.Notification {
    /* height: 5.5em;
     transition: height 0.75s cubic-bezier(0.785, 0.135, 0.15, 0.86);
     */
}

.Notification__Container {
    background: #d0d0d0;
    color: #2f2f2f;
    cursor: pointer;
    border-radius: 0.5em !important;
    overflow: hidden;
    transform: scale(1);
    transition: transform 0.75s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    /*height: 5em;
    */
}

.Notification__Header {
    overflow: hidden;
    padding: 0.5em;
    padding-bottom: 0;
    font-size: 0.9em;
}

.Notification__App {
    float: left;
}

.Notification__Icon {
    vertical-align: middle;
}

    .Notification__Icon img {
        height: 1.5em;
        width: 1.5em;
    }

.Notification__Icon, .Notification__Name {
    display: inline-block;
}

.Notification__Name {
    vertical-align: middle;
}

.Notification__Time {
    float: right;
}

.Notification__Body {
    padding: 0.5em 0.5em;
}

.Notification__Title {
    padding-bottom: 0.25em;
    font-weight: bold;
}

.Notification__Content {
    /* white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
     */
    padding-bottom: 0.5em;
}

.fbHtmlPreview {
    cursor: pointer;
}

.funnelelement.portlet .btn-group > .dropdown-menu {
    padding: 10px;
    box-shadow: var(--uxshadowhover);
    border-radius: var(--uxradius) !important;
}
/* For spammers/bots */
.fbFormEmail, .fbFormTime {
    display: none !important;
}

.fbSimpleTimer {
    color: #CA0027;
}

.funnelcard .funnelh {
    height: 36px;
    overflow: hidden;
    padding-right: 10px;
}

    .funnelcard .funnelh a.funnelnamelink span {
        color: var(--uxblack);
        transition: var(--uxtransition);
    }

    .funnelcard .funnelh:hover a.funnelnamelink span {
        color: var(--uxblue);
        transition: var(--uxtransition);
        text-decoration: underline;
        cursor: pointer;
    }

.funnelcard a.fbTooltip i, .funnelelement a.fbTooltip i {
    color: var(--uxblack);
    opacity: 0.35;
    transition: var(--uxtransition);
}

.funnelcard a.fbTooltip:hover i {
    color: var(--uxblue);
    opacity: 1;
    transition: var(--uxtransition);
}

.funnelcard a.cloneFunnel {
    position: absolute;
    right: 5px;
    top: 5px;
}

.funnelelement a.removeElement i {
    font-size: 12px;
    transition: var(--uxtransition);
}

.funnelelement a.removeElement:hover i {
    color: var(--d900);
    opacity: 1;
    transition: var(--uxtransition);
}

.funnelelement .removeElement {
    position: absolute;
    right: 5px;
    top: 2px;
}

a:not(.btn).wavFunnelActions {
    padding: 4px 8px;
    background-color: var(--uxbluetint);
    border-radius: var(--uxradius) !important;
    margin-right: 2px;
    margin-left: 2px;
    margin-bottom: 0px !important;
    width: calc(50% - 4px);
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: 14px;
    text-align: center;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.funnelcard {
    position: relative;
}

    .funnelcard .portlet-title i {
        color: var(--uxblue);
    }

a:not(.btn).wavFunnelActions:hover {
    background-color: var(--uxbluefade);
    color: var(--uxblueactive)
}

a:not(.btn).wavFunnelActions i {
    margin-left: 0px;
    margin-right: 0px;
    transition: none !important;
    display: none;
}

a:not(.btn).wavFunnelActions span {
    margin-left: auto;
    margin-right: auto;
}

.wavFunnelActionList {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.col-md-3 .funnelh {
    max-height: 36px;
    overflow: hidden;
}

.funnelDomains label {
    opacity: 0.6;
    font-weight: 700;
    line-height: 1;
}

.funnelDomains select.form-control {
    height: 34px !important;
    font-size: 14px;
    line-height: 1;
    font-weight: 500 !important;
}

.funnelDomains {
    margin-bottom: 8px;
    padding: 0px 2px;
}

@media print {
    .no-print, .no-print * {
        display: none !important;
    }
}

span.label.EW {
    background-color: #ffc700 !important;
    color: #000 !important;
}

span.label.EL {
    background-color: #368b8a !important;
}
