﻿body {
    /*background-color: #e9eaec;*/
    color: #000;
    font-family: Poppins-Regular, sans-serif;
    font-size: 13px;
}

@font-face {
    font-family: 'Poppins-Regular';
    src: url('/Content/fonts/poppins/Poppins-Regular.ttf') format('truetype');
}


@font-face {
    font-family: Poppins-Medium;
    src: url('/Content/fonts/poppins/Poppins-Medium.ttf');
}

@font-face {
    font-family: Poppins-Bold;
    src: url('/Content/fonts/poppins/Poppins-Bold.ttf');
}

div::-webkit-scrollbar-track, ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(29,43,54,0.9);
    /*border-radius: 10px;*/
    background-color: #F5F5F5;
}

div::-webkit-scrollbar, ul::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}

div::-webkit-scrollbar-thumb, ul::-webkit-scrollbar-thumb {
    /*border-radius: 10px;*/
    -webkit-box-shadow: inset 0 0 6px rgba(29,43,54,0.9);
    background-color: #555;
}

div::-webkit-scrollbar:vertical {
    width: 8px;
    background-color: #F5F5F5;
}

div::-webkit-scrollbar:horizontal {
    height: 8px;
    background-color: #F5F5F5;
}

ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(29,43,54,0.9);
    /*border-radius: 10px;*/
    background-color: #F5F5F5;
}

ul::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}

ul::-webkit-scrollbar-thumb {
    /*border-radius: 10px;*/
    -webkit-box-shadow: inset 0 0 6px rgba(29,43,54,0.9);
    background-color: #555;
}

ul::-webkit-scrollbar:vertical {
    width: 8px;
    background-color: #F5F5F5;
}

ul::-webkit-scrollbar:horizontal {
    height: 8px;
    background-color: #F5F5F5;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(29,43,54,0.9);
    /*border-radius: 10px;*/
    background-color: #F5F5F5;
}

body::-webkit-scrollbar:vertical {
    width: 8px;
    background-color: #F5F5F5;
}

body::-webkit-scrollbar:horizontal {
    height: 8px;
    background-color: #F5F5F5;
}


body::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb {
    /*border-radius: 10px;*/
    -webkit-box-shadow: inset 0 0 6px rgba(29,43,54,0.9);
    background-color: #555;
}

#toTop {
    position: fixed;
    bottom: 40px;
    right: 17px;
    cursor: pointer;
    display: none;
    background-color: #2084f1;
    border-color: #2084f1;
    z-index: 9999;
}

#SiteBody {
    /*min-height: 854px;*/
    padding-bottom: 0px !important;
    margin-top: 0px;
    padding: 25px;
    padding-top: 0px;
    background-color: white;
    border: 1px solid #e2e2e2 !important;
    border-bottom: 0px !important;
    background-color: #fff;
    position: relative;
    padding-bottom: 60px;
    background-color: #F3F5FA;
    /* margin: auto; */
    /*width: calc(100% - 200px);*/
    /*float: right;*/
}

#wrapper {
    height: 100%;
    display: block;
    width: 100%;
    float: left;
}

.CopyRightfooter {
    background: #ffffff;
    padding: 15px;
    color: #444;
    border-top: 1px solid #d2d6de;
    -webkit-transition: -webkit-transform .3s ease-in-out, margin .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out, margin .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out, margin .3s ease-in-out;
    transition: transform .3s ease-in-out, margin .3s ease-in-out;
    /*margin-left: 250px;*/
    z-index: 820;
    display: block;
    float: left;
    width: 100%;
    /*width:calc(100% - 250px);*/
    /*text-align: center;
    margin: auto;
    border-top:none;
    /*border-top: 1px solid #e2e2e2 !important;*/
    /*position: fixed;*/
    /*bottom: 0;
    width: 100%;*/
    /*height: 60px;*/
    /*float:left;
    box-shadow: 2px 0 2px 2px #dedede;
    color: #333333;
    padding: 10px 0;   
    z-index:9999;*/
}

.bread-crumb {
    -webkit-border-radius: 3px;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    padding-right: 0;
    padding-left: 8px;
    margin-bottom: 15px;
    border: 0 !important;
    /*background-color: #fafafa;*/
    line-height: 32px;
    vertical-align: middle;
    border-radius: 3px;
    /*box-shadow: 1px 1px #dedede;*/
    border-radius: 5px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

div.customtooltip {
    outline: none;
}

    div.customtooltip strong {
        line-height: 30px;
    }

    div.customtooltip:hover {
        text-decoration: none;
    }

    div.customtooltip span {
        z-index: 10;
        display: none;
        padding: 14px 20px;
        margin-top: -30px;
        margin-left: 28px;
        line-height: 16px;
        text-align: left;
    }

    div.customtooltip:hover span {
        display: inline;
        position: absolute;
        color: #FFF !important;
        text-align: left;
        background: #7f7f7f;
    }

    div.customtooltip a, a:hover, a:visited, a:active {
        color: #444;
    }

.TextHomeTitle {
    color: #444;
}

/*CSS3 extras*/
div.customtooltip span {
    padding: 4px 8px;
    color: #FFF;
    position: absolute;
    left: 45px;
    top: 75px;
    white-space: pre;
    text-align: left;
    z-index: 996969;
    font-weight: normal !important;
    background-color: #7f7f7f;
}

span[customtitle]:hover:after {
    content: attr(customtitle);
    padding: 4px 8px;
    color: #FFF;
    position: absolute;
    left: 80px;
    top: 40px;
    white-space: pre;
    text-align: left;
    z-index: 996969;
    font-weight: normal !important;
    background-color: #7f7f7f;
}

hr.vertical {
    width: 0px !important;
    height: 100% !important;
}

.subHeader {
    width: 100%;
    height: 50%;
    margin: 0;
    padding: 0;
    background-color: #363940;
}

.tableSubHeader {
    color: white;
    font-size: 16pt;
    font-family: Arial;
    text-align: center;
}

    .tableSubHeader a:hover, a:focus {
        color: #6c6b6b;
    }

    .tableSubHeader a {
        color: #fff;
    }

.s0_bg {
    background-color: rgba(255, 255, 255, 1);
    border-top: 0px solid rgba(139, 28, 20, 1);
    border-bottom: 5px solid rgba(139, 28, 20, 1);
}


/* Success template */
.k-notification-notification-success.k-group {
    background: rgba(0%,60%,0%,.7) !important;
    color: #fff;
}


/* Error template */
.k-notification-error.k-group {
    background: rgba(100%,0%,0%,.7) !important;
    color: #ffffff !important;
    z-index: 10022;
}


/* Info template */
.k-notification-notification-info.k-group {
    background: rgba(73%,87%,98%,.7) !important;
    color: #2B98F3 !important;
    z-index: 10022;
}

.notification-info, .notification-success, .wrong-pass {
    width: 240px;
    height: 100px;
    padding: 0 30px;
    line-height: 100px;
    z-index: 10022;
}

    .notification-info img, .wrong-pass img, .notification-success img {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
        z-index: 10022;
    }


.Required {
    margin-left: 10px;
    color: red;
}

.notification-number {
    -webkit-background-clip: padding-box;
    display: inline-block;
    font-family: Poppins-Medium;
    font-size: 10px;
    -webkit-font-smoothing: subpixel-antialiased; /* line-height: 1.3; */
    min-height: 13px;
    border-radius: 2px;
    /*box-shadow: 0 1px 1px rgba(0, 0, 0, .7);
    background-color: #dc0d17;
    background-image: -webkit-linear-gradient(#fa3c45, #dc0d17);
    background-image: linear-gradient(#fa3c45, #dc0d17);*/
    color: #fff;
    padding: 2px 6px;
    /*text-shadow: 0 -1px 0 rgba(0, 0, 0, .4);*/
    text-align: center;
}


.TableCampaignDetails td {
    font-size: 13px !important;
}

.sb-slidebar {
    padding-top: 15px;
}

.notification-style {
    -webkit-background-clip: padding-box;
    display: inline-block;
    font-family: 'helvetica neue', helvetica, arial, sans-serif;
    font-size: 10px;
    -webkit-font-smoothing: subpixel-antialiased; /* line-height: 1.3; */
    min-height: 13px;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .7);
    color: #fff;
    padding: 2px 6px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .4);
    text-align: center;
}

.event_status .notification-style {
    display: inline-block;
    border-radius: 10rem;
    padding: 5px 8px;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    box-shadow: none;
    font-family: inherit;
    font-weight: lighter;
    font-size: 11px;
}

.Caption {
    float: left;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
}

.Upper {
    text-transform: capitalize;
}

.tool-dashboard .icon-btn-tool {
    /* border: 1px solid #ddd !important; */
    /*background-color: #e8e8ec !important;*/
    background-color: #f5f5f5 !important;
    /* filter: none !important; */
    /* -webkit-box-shadow: none !important; */
    -moz-box-shadow: none !important;
    /* box-shadow: none !important; */
    display: inline-block;
    color: #646464 !important;
    text-shadow: none !important;
    text-align: center;
    cursor: pointer;
    position: relative;
    -webkit-transition: all .3s ease !important;
    -moz-transition: all .3s ease !important;
    -ms-transition: all .3s ease !important;
    -o-transition: all .3s ease !important;
    transition: all .3s ease !important;
    text-decoration: none;
    vertical-align: top;
    /*box-shadow: 2px 2px #dedede;*/
    border-radius: 5px;
}

.tool-dashboard .clickable:hover {
    background-color: #e8e8ec !important;
    font-weight: bold;
}

[class*=" icon-"], [class^=icon-] {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    display: inline;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: baseline;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    margin-top: 0;
}

.tool-dashboard .icon-btn-tool div {
    font-family: Poppins-Regular, sans-serif;
    margin-top: 5px;
    font-weight: 400;
    word-wrap: normal;
    position: relative;
    overflow: hidden;
    color: inherit !important;
}



.cbtn {
    background-color: #e5e5e5;
    background-image: none;
    filter: none;
    border: 0;
    padding: 7px 14px;
    font-family: "Segoe UI",Helvetica,Arial,sans-serif;
    font-size: 14px;
    color: #333;
    outline: 0;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 3px !important;
    cursor: pointer;
    text-align: center;
}

.date {
    text-align: right;
    font-style: italic;
    color: #c1cbd0;
}

.saved-work-item .date {
    font-style: normal !important;
}
/*Stores name labels For Mapping Tool*/
.storesNamelabels {
    color: black;
    background-color: white;
    font-family: Arial, sans-serif;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    min-width: 40px;
    height: 20px;
    border: 2px solid grey;
    content: inherit;
    white-space: nowrap;
    padding: 0px 3px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.sectorLabels {
    color: black;
    background-color: white;
    font-family: Arial, sans-serif;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    min-width: 40px;
    max-width: 40px;
    height: 20px;
    color: #FF00FF;
    border: 2px solid #FF00FF;
    content: inherit;
    white-space: nowrap;
    padding-left: 5px;
    padding-right: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#SectorsTable {
    border: 0px double black;
    background-color: White;
    height: 14px;
}


input.toggle {
    max-height: 0;
    max-width: 0;
    opacity: 0;
    cursor: pointer;
}

    input.toggle + label {
        display: block;
        cursor: pointer;
        position: relative;
        box-shadow: inset 0 0 0px 1px #40a3d3;
        text-indent: -5000px;
        height: 20px;
        width: 40px;
        border-radius: 10px;
    }

        input.toggle + label:before {
            content: "";
            position: absolute;
            display: block;
            height: 20px;
            width: 25px;
            top: 0;
            left: 0;
            border-radius: 10px;
            background: #40a3d3;
            -moz-transition: .25s ease-in-out;
            -webkit-transition: .25s ease-in-out;
            transition: .25s ease-in-out;
        }

        input.toggle + label:after {
            content: "";
            position: absolute;
            display: block;
            height: 20px;
            width: 25px;
            top: 0;
            left: 0px;
            border-radius: 10px;
            background: white;
            box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2), 0 2px 4px rgba(0, 0, 0, .2);
            -moz-transition: .25s ease-in-out;
            -webkit-transition: .25s ease-in-out;
            transition: .25s ease-in-out;
        }

    input.toggle:checked + label:before {
        width: 30px;
        background: #40a3d3;
    }

    input.toggle:checked + label:after {
        left: 15px;
        box-shadow: inset 0 0 0 1px #40a3d3, 0 2px 4px rgba(0, 0, 0, .2);
    }

.icon_grid {
    cursor: pointer;
    font-size: 1.33333em;
}

    .icon_grid.disabled {
        cursor: not-allowed;
        opacity: 0.2;
        filter: alpha(opacity=20);
    }

iframe[title="Build Dynamic Section"] {
    height: 730px !important;
}

iframe[title="Dynamic Section"] {
    height: 730px !important;
}
/*Checkbox, Radiobox*/
input.style_checkbox, input.style_radio {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    height: 15px;
    width: 15px;
    transition: all 0.15s ease-out 0s;
    background: #cbd1d8;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-right: 5px;
    outline: none;
    position: relative;
    font-size: 15px;
    margin: 0px;
}


    input.style_checkbox:hover, input.style_radio:hover {
        background: #9faab7;
    }

    input.style_checkbox:checked, input.style_radio:checked {
        background: #3e4241;
    }

        input.style_checkbox:checked::before, input.style_radio:checked::before {
            height: 15px;
            width: 15px;
            position: absolute;
            content: '✔';
            display: inline-block;
            font-size: 15px;
            text-align: center;
            line-height: 15px;
        }



        input.style_radio:checked::after {
            background: #3e4241;
            content: '';
            display: block;
            position: relative;
            z-index: 100;
        }

input.style_radio {
    border-radius: 50%;
}

    input.style_checkbox::after, input.style_radio::after {
        border-radius: 50%;
    }

    input.style_checkbox:focus, input.style_radio:focus {
        outline: transparent;
    }

i#menu-toggle {
    font-size: 20px;
    /*margin-top: 5px;*/
    color: #505050;
    padding: 5px;
    cursor: pointer;
    /*width: 45px;*/
    text-align: center;
}

#HomeLogoImage, #IconHomeLogoImage {
    background-color: #313947;
}

li#HomeLogoImage {
    padding-left: 20px;
}



.recent_item {
    float: left;
    width: 100%;
    background: #ffffff;
    margin: 4px 0;
    border-radius: 5px;
    padding: 0 5px;
    color: #313947;
}

    .recent_item .col-lg-6 {
        float: left;
        padding: 0;
    }

        .recent_item .col-lg-6 i {
            float: left;
            color: #005580;#settings
            line-height: 35px;
            padding-right: 5px;
        }

        .recent_item .col-lg-6 #LastVisit {
            color: #005580;
        }

.recent_item_date {
    text-align: right;
    color: #444444;
    font-size: 13px;
}
div#LastVisit {
    font-size: 13px;
}

.wrapper:after, .wrapper:before {
    content: " ";
    display: table;
}

.main-header .sidebar-toggle {
    float: left;
    background-color: transparent;
    background-image: none;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    height: 55px;
    vertical-align: middle;
    line-height: 55px;
}

/*#settings, #logout, #help_menu 
{ 
    padding:5px;
}*/



/*.content-wrapper {
    /* min-height: 100%; */
/*background-color: #F3F5F7;
    z-index: 800;
}*/

/*.content-wrapper, .main-footer {
    -webkit-transition: -webkit-transform .3s ease-in-out, margin .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out, margin .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out, margin .3s ease-in-out;
    transition: transform .3s ease-in-out, margin .3s ease-in-out;*/
/*margin-left: 250px;*/
/*z-index: 820;
}*/


.wrapper, body {
    /*overflow-x: hidden;*/
    /* overflow-y: auto; */
}

.main-footer {
    background: #fff;
    padding: 15px;
    color: #444;
    border-top: 1px solid #d2d6de;
}

/*.content-wrapper, .main-footer {
    -webkit-transition: -webkit-transform .3s ease-in-out, margin .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out, margin .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out, margin .3s ease-in-out;
    transition: transform .3s ease-in-out, margin .3s ease-in-out;*/
/*margin-left: 250px;*/
/*z-index: 820;
}*/




html {
    height: auto;
    min-height: 100%;
}

.dropdown-menu {
    right: 0 !important;
}

    .dropdown-menu.show {
        display: block;
        left: unset;
    }

.saved-work-item {
    background-color: #ffffff !important;
    border-radius: 0px;
    font-size: 13px;
    border-bottom: 1px solid #d5d8db;
    padding-bottom: 5px;
    padding-top: 5px;
}

/*Mobile style*/

@media only screen and (min-width : 1600px) {

    .tool-dashboard .icon-btn-tool {
        height: 108px !important;
        width: 108px !important;
        max-height: 108px !important;
        max-width: 108px !important;
        margin: 4px 4px 4px 0 !important;
        padding: 22px 0 0 !important;
    }

    .tool-dashboard img {
        /*width: 45px !important;*/
        height: 45px !important;
    }

    .tool-dashboard .icon-btn-tool div {
        margin-bottom: 20px;
        font-size: 12px;
        height: 2.8em !important;
    }
}

@media screen and (max-width:1600px) and (min-width:700px) {

    .tool-dashboard .icon-btn-tool {
        height: 100px !important;
        width: 100px !important;
        max-height: 100px !important;
        max-width: 100px !important;
        margin: 4px 4px 4px 0 !important;
        padding: 20px 0 0 !important;
    }

    .tool-dashboard img {
        width: 38px !important;
        height: 38px !important;
    }

    .tool-dashboard .icon-btn-tool div {
        margin-bottom: 17px;
        font-size: 11px;
        height: 2.8em !important;
    }
}


@media only screen and (max-width:700px) {
    .tool-dashboard {
        text-align: center;
    }

        .tool-dashboard .icon-btn-tool {
            height: 130px !important;
            width: 130px !important;
            max-height: 130px !important;
            max-width: 130px !important;
            margin: 15px 15px 19px 0 !important;
            padding: 20px 0 0 !important;
        }

        .tool-dashboard img {
            width: 62px !important;
            height: 62px !important;
        }

        .tool-dashboard .icon-btn-tool div {
            font-size: 13px;
            height: 3em !important;
        }

    #SiteBody {
        /*min-height: 750px;*/
        height: 100%;
        margin: auto;
        margin-top: 0px;
        padding: 25px;
        padding-top: 0px;
        background-color: white;
        border: none !important;
        background-color: #fff;
    }

    .CopyRightfooter {
        display: none;
    }
}

/*Personalized grid columns style*/
#UsersGrid .k-grid-header .k-hierarchy-cell:before,
#SearchVoucherGrid .k-grid-header .k-hierarchy-cell:before,
#CampaignsGrid .k-grid-header .k-hierarchy-cell:before,
#ProjectsGrid .k-grid-header .k-hierarchy-cell:before,
#SurveyList .k-grid-header .k-hierarchy-cell:before,
#SocialCampaigns .k-grid-header .k-hierarchy-cell:before,
#monitor-grid .k-grid-header .k-hierarchy-cell:before,
#FeedbacksGrid .k-grid-header .k-hierarchy-cell:before,
#WebsiteTrackingGrid .k-grid-header .k-hierarchy-cell:before {
    content: "\f013";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 28px;
    cursor: pointer;
}

.k-hierarchy-cell {
    padding: 0 !important;
}

/* Personalized grid (used from grid that contains sub grid)*/
#SocialCampaigns .k-grid-content .k-hierarchy-cell:before {
    content: "" !important;
}

/*Added by Slim Style Home Page*/


@media screen and (max-width:1524px) and (min-width:700px) { /* hi-res laptops and desktops */

    /*.ImageSizeHome {
width: 44px !important;
}

.TextSizeHome {
font-size: 11px !important;
}

.navbar {
margin-bottom: 0px !important;
}

.SalutationText {
font-size: 20px !important;
}

.RowHome .row {
height: 55px !important;
}

body {
font-family: Arial !important;
font-size: 11px !important;
line-height: 1 !important;
color: #333333 !important;
position:relative;
}

hr {
margin-top: 0px !important;
margin-bottom: 0px !important;
}

h2, .h2 {
font-size: 12pt !important;
}


h1, .h1 {
font-size: 21px !important;
}

.ToolTitleImage {
width: 58px !important;
}

.ToolTitleText {
font-size: 18px !important;
}

.TextHomeTitle {
font-size: 16px !important;
}

.sb-toggle-left {
position: relative;
background-size: 30px 30px;
width: 30px !important;
height: 30px !important;
background-repeat: no-repeat;
cursor: pointer;
background-image: url('/Content/images/sliderbar/arrow-right.png');
}

.navbar-brand {
height: 80px !important;
}

.AtreemoCopy {
top: 50px !important;
}

.Width2Button {
min-width: 280px !important;
}

.OpenCampaign {
padding-left: 85px !important;
}

.countCpyCtc {
font-size: 10pt !important;
}

.ResponsiveStyle img {
width: 25px !important;
height: 25px !important;
}

.segmentationIcon {
width: 25px !important;
height: 25px !important;
}

.inputNameFormat {
height: 22px !important;
width: 340px !important;
}

.ButtonPosition {
position: absolute;
top: 130px !important;
z-index: 9999;
left: 360px;
}

.ButtonBookPosition {
position: absolute;
top: 130px !important;
z-index: 9999;
left: 1120px;
}*/

    .ButtonExportPosition {
        /*position: absolute;*/
        /*top: 118px !important;*/
        /*top: 12px !important;
z-index: 9999;*/
        /*left: 1050px;*/
    }
}

@media only screen and (min-width : 1420px), only screen and (max-width:700px) { /* hi-res laptops and desktops */


    /*.ImageSizeHome {
width: 58px !important;
}

.TextSizeHome {
font-size: 14px !important;
}

.navbar {
margin-bottom: 0px !important;
}

.SalutationText {
font-size: 26px !important;
}

.RowHome .row {
height: 60px !important;
}

.countCpyCtc {
font-size: 12pt !important;
}

.ResponsiveStyle img {
width: 30px !important;
height: 30px !important;
}

.segmentationIcon {
width: 31px !important;
height: 31px !important;
}

.inputNameFormat {
height: 28px !important;
width: 340px !important;
}*/
}
/*.k-grid {
text-align: center;
}

.k-radio-label {
padding-left: 2.1em !important;
padding-top: .25em !important;
}*/

/*.k-widget {
border: 1px solid #cccccc;
}*/
/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
max-width: 280px;
}*/

/*.k-grid-pager .k-icon {
margin-top: 6px !important;
}*/


/*.k-select .k-icon {
margin-top: 5px !important;
}*/


/*.k-tabstrip-items .k-state-default .k-link, .k-panelbar > li.k-state-default > .k-link {
border-bottom-style: solid;
border-bottom-width: 1px;
border-bottom-color: #cccccc;
min-width: 150px;
text-align: center;
}*/

/*th.k-header .k-link {
text-align: center;
}*/

/*.bread-crumb {
-webkit-border-radius: 3px;
-moz-border-radius: 0;
border-radius: 0;
box-shadow: none;
padding-right: 0;
padding-left: 8px;
margin-bottom: 15px;
border: 0 !important;
background-color: #eee;
line-height: 32px;
vertical-align: middle;
border-radius: 3px;
}*/


/*.k-tooltip-content {
vertical-align: middle;
height: 100% !important;
min-height: 50px;
}

.k-tooltip-content img, .k-tooltip-content p {
float: left;
}

.k-tooltip-content p {
padding: 10px;
width: 160px;
text-align: left;
height: 100%;
}

*[id*="Helptooltip_"].k-tooltip-content p {
background-color: #C2E8FF !important;
}

*[id*="Helptooltip_"] > .k-callout-w {
border-right-color: #C2E8FF !important;
}

*[id*="Helptooltip_"].k-tooltip {
border-color: #C2E8FF !important;
background-color: #C2E8FF !important;
color: #282828 !important;
}

.k-tooltip-content .k-loading-image {
position: relative;
background-image: none !important;
}

.k-tooltip-content .k-loading-image:after {
background-image: none;
content: "Loading...";
position: absolute;
top: 10px;
left: 10px;
z-index: -10;
}

/*.k-splitter .k-ghost-splitbar-horizontal, .k-splitter .k-splitbar-horizontal{
    width:8px;
}
.k-splitbar-horizontal .k-icon{
    width:8px;
}
.k-ghost-splitbar-vertical, .k-splitbar-vertical{
    height:8px;
}
.k-checkbox:checked + .k-checkbox-label:after{
    color:#a8231e;
}
.k-widget.k-tooltip {
border: none !important;
}*/
.add_section, .preview_email, .send_test {
    background-color: transparent !important;
    border: none !important;
}

    .add_section i, .preview_email i, .send_test i {
        font-size: 25px;
        cursor: pointer;
    }

i#CheckTemplate, i#unCheckTemplate {
    color: #363940;
    font-size: 30px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}


/*.k-autocomplete,
.k-combobox,
.k-dateinput,
.k-datepicker,
.k-datetimepicker,
.k-dropdown,
.k-multiselect,
.k-numerictextbox,
.k-maskedtextbox,
.k-timepicker,
.k-dropdowntree {
    width: 100%;
}
.k-textbox,
.k-input.k-textbox,
.k-textarea {
    width: 100%;
}*/

/* Begin Stylish scroll bar
.Scroll-style::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.Scroll-style::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.Scroll-style::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}
End Stylish scroll bar*/

.form-control {
    font-size: 12px;
    padding: 18px 15px;
}

.CampaignStepsRow {
    top: 57px;
    position: sticky;
    background-color: white;
    z-index: 200;
}

.top15 {
    top: 15px !important;
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-move {
    cursor: move;
}

.cursor-default {
    cursor: default;
}

.cursor-progress {
    cursor: progress;
}

.cursor-not-allowed {
    cursor: not-allowed;
}

.ekko-lightbox {
    z-index: 99999;
}

fieldset {
    border: 1px solid #ddd !important;
    margin: 5px;
    xmin-width: 0;
    padding: 10px;
    position: relative;
    border-radius: 4px;
    /*background-color: #f5f5f5;*/
    padding-left: 10px !important;
}

legend {
    font-size: 14px !important;
    font-weight: bold;
    margin-bottom: 0px;
    width: 35%;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px 5px 5px 10px;
    background-color: #ffffff;
}


/*Style Right Panel*/

.customizer.open {
    right: 0;
    display: block !important;
}

.border-left-blue-grey.border-left-lighten-4 {
    border-left: 1px solid #CFD8DC !important;
}

.customizer {
    width: 450px;
    right: -450px;
    padding: 0;
    background-color: #FFF;
    z-index: 1051;
    position: fixed;
    top: 0;
    bottom: 0;
    height: 100vh;
    -webkit-transition: right .4s cubic-bezier(.05,.74,.2,.99);
    -o-transition: right .4s cubic-bezier(.05,.74,.2,.99);
    -moz-transition: right .4s cubic-bezier(.05,.74,.2,.99);
    transition: right .4s cubic-bezier(.05,.74,.2,.99);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    border-left: 1px solid rgba(0,0,0,.05);
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,.1);
    box-shadow: 0 0 8px rgba(0,0,0,.1);
}

    .customizer a.customizer-close {
        color: #000;
    }

    .customizer .customizer-close {
        position: absolute;
        right: 14px;
        top: 10px;
        padding: 7px;
        width: auto;
        z-index: 10;
    }

    .customizer a.customizer-toggle {
        color: #ffffff;
        display: block;
        border-radius: 15px 0 0 15px;
        background-color: #2084f1 !important
    }

        .customizer a.customizer-toggle:hover i {
            color: #c2d8f1;
        }

    .customizer .customizer-toggle {
        position: absolute;
        top: 45%;
        width: 54px;
        height: 50px;
        left: -54px;
        text-align: center;
        line-height: 56px;
        cursor: pointer;
    }

    .customizer .customizer-content {
        position: relative;
        height: 100%;
    }
    /*Left side panel [Questions list] - Survey Builder */
.questionsCustomizer {
    width: 450px;
    left: -390px;
    padding: 0;
    background-color: #FFF;
    z-index: 1051;
    position: fixed;
    top: 0;
    bottom: 0;
    height: 100vh;
    -webkit-transition: right .4s cubic-bezier(.05,.74,.2,.99);
    -o-transition: right .4s cubic-bezier(.05,.74,.2,.99);
    -moz-transition: right .4s cubic-bezier(.05,.74,.2,.99);
    transition: right .4s cubic-bezier(.05,.74,.2,.99);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    border-left: 1px solid rgba(0,0,0,.05);
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,.1);
    box-shadow: 0 0 8px rgba(0,0,0,.1);
}
    .questionsCustomizer.open {
        width: 25% !important;
    }
    .questionsCustomizer.open {
        left: 60px;
        display: block !important;
    }
    .questionsCustomizer.open a.questionsCustomizer-toggle {
        left: -100px;
        display: block !important;
    }
    .questionsCustomizer a.questionsCustomizer-close {
        color: #000;
    }

    .questionsCustomizer .questionsCustomizer-close {
        position: absolute;
        left: 395px;
        top: 10px;
        padding: 7px;
        width: auto;
        z-index: 10;
    }

    .questionsCustomizer a.questionsCustomizer-toggle {
        color: #ffffff;
        display: block;
        border-radius: 0px 15px 15px 0px;
        background-color: #2084f1 !important
    }

        .questionsCustomizer a.questionsCustomizer-toggle:hover i {
            color: #c2d8f1;
        }

    .questionsCustomizer .questionsCustomizer-toggle {
        position: absolute;
        top: 45%;
        width: 54px;
        height: 50px;
        right: -54px;
        text-align: center;
        line-height: 56px;
        cursor: pointer;
    }

    .questionsCustomizer .questionsCustomizer-content {
        position: relative;
        height: 100%;
    }

.ps-theme-dark {
    -ms-touch-action: none;
    touch-action: none;
    overflow: hidden !important;
    -ms-overflow-style: none;
}

.badge {
    padding: 5px 8px;
    font-size: 11px;
    font-weight: lighter;
}
/*.k-multiselect::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.k-multiselect::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}

.k-multiselect::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}*/

.tox.tox-silver-sink.tox-tinymce-aux {
    z-index: 10300;
}

.tox-dialog-wrap {
    z-index: 10100;
}

.tox .tox-dialog-wrap__backdrop {
    z-index: 10101;
}

.tox .tox-dialog {
    z-index: 10102;
}

:fullscreen {
    background-color: #fff;
}

.info_contact {
    background: #f3f3f3;
    border-radius: 5px;
}

html.no-smil .form-control {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    /* IE/Edge specific styles go here - hide HTML5 content and show Flash content */
}

html.no-smil #tvSel {
    max-height: 100% !important;
    height: 100% !important;
}

html.no-smil .label-input100, .label-input101 {
    top: 5px;
}

html.no-smil .k-textbox {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.footer-static {
    position: static;
}

.hidden {
    display: none !important;
}

#MainBody {
    padding-bottom: 30px;
}
/*.helpcontent::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.helpcontent::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}

.helpcontent::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}*/
html.no-smil .btn_discount {
    top: auto;
    right: auto;
}

.status_temp td {
    text-align: left;
}

#Owners_Grid .k-dropdown {
    width: auto;
}

textarea {
    border-color: rgba(33, 37, 41, 0.15);
}

.tox-statusbar__branding {
    display: none !important;
}

li#logout a, li#help_menu a, li#notif_list a, #settings a, li#recent_list a, #saved_list a{
    color: #444444;
}

.input-group input {
    height: 38px;
}

.recent_item a.visited {
    color: #005580;
}

.badge-status {
    min-height: 30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    border-radius: 3px;
    max-width: 100px;
    text-align: center;
   
}
.k-ie .badge-status {
    line-height: 30px;
}

    .badge-status.success {
        background-color: #d4efe0;
        color: #36ab63;
        border: solid 1px #36ab63;
    }

    .badge-status.warning {
        background-color: #fde5d8;
        color: #f47e3e;
        border: solid 1px #f47e3e;
    }

    .badge-status.rejected {
        background-color: #f8dad9;
        color: #dc4141;
        border: solid 1px #dc4141;
    }

    .badge-status.pending {
        background-color: #E1F0FF;
        color: #3699FF;
        border: solid 1px #3699FF;
    }

    .badge-status.normal {
        background-color: #dde4f6;
        color: #557ace;
        border: solid 1px #557ace;
    }

/*align small grid column stop left then using Jquery align the cells with numeric values to right*/
.k-grid {
    /*font-family: Calibri;*/
    font-size: 13px;
}

.k-grid .k-grid-content [role="gridcell"], .k-grid .k-master-row [role="gridcell"], .k-grid tbody [role="gridcell"] {
    text-align: left;
}

.k-grid a {
    white-space: normal !important;
    /*padding: 0.75rem 1.5rem;*/
}

.k-grid th {
    text-align: left;
}

.k-grid-header .k-header {
    vertical-align: middle;
}

/* Grid client detail template  */
.table-details {
    width: 400px !important;
}

    .table-details .table-title {
        text-align: left;
        font-weight: bold;
        vertical-align: middle;
        padding-left: 15px;
    }

    .table-details tr:nth-child(odd) {
        background: #e7eaec;
    }


.box-shadow {
    box-shadow: 0 4px 25px 0 rgba(0,0,0,.1) !important;
    -webkit-box-shadow: 0 4px 25px 0 rgba(0,0,0,.1) !important;
}


.border-br{
    border-radius:5px;
}


.WhitePanel {
    background-color: #fff !important;
    margin-bottom: .8rem !important;
    margin-top: .8rem !important;
    padding-top: 1.5rem !important;
    padding-bottom: 2rem !important;
    padding-left: .8rem !important;
    padding-right: .8rem !important;
    border-radius: 5px;
    box-shadow: 0 4px 25px 0 rgba(0,0,0,.1) !important;
    -webkit-box-shadow: 0 4px 4px 0 rgba(0,0,0,.1) !important;
}

.WhitePanelForEmptyTemplate {
    background-color: #fff !important;
    padding-left: .8rem !important;
    padding-right: .8rem !important;
    border-radius: 5px;
    box-shadow: 0 4px 25px 0 rgba(0,0,0,.1) !important;
    -webkit-box-shadow: 0 4px 4px 0 rgba(0,0,0,.1) !important;
    margin-top:12px;
}

/*.tool-dashboard {
    background-color: #fff !important;
    margin-bottom: .5rem !important;
    margin-top: .5rem !important;
    padding-top: .8rem !important;
    padding-bottom: .8rem !important;
    padding-left: .8rem !important;
    padding-right: .8rem !important;
    border-radius: 5px;
    box-shadow: 0 4px 25px 0 rgba(0,0,0,.1) !important;
    -webkit-box-shadow: 0 4px 25px 0 rgba(0,0,0,.1) !important;
}*/
.kpi-items-container .card-title {
    color: #676767;
}

.grid_font_digit{
    font-family:Calibri;
    font-size:14px;
}
.breadcrumb-item + .breadcrumb-item::before {
    content: "\f101";
    font-family: 'Font Awesome 5 Free';
}
.breadcrumb{
    margin-bottom:0px !important;
}
.icon_kpi_color {
    color: #0278AE;
}
#AllNewCampaignContent {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
#Tools_Container, #Recent_Container {
    display: inline-grid;
}

.k-ie.k-ie11 .k-grid-header .k-with-icon, .k-grid-header .k-filterable,
.k-ie .k-grid-header .k-with-icon, .k-grid-header .k-filterable{
    padding-right:25px;
}
#notif_list, #recent_list, #saved_list {
    padding: 8px 5px;
}
#settings{
    padding-left:5px;
    padding-right:5px;
}
.k-safari .k-content iframe{
    min-height:600px;
}
.k-safari .k-content .tox-tinymce iframe {
    min-height: inherit !important;
}

.grey.darken-2 {
    color: #616161 !important;
}


/*
added by mahdi*/
.header-navbar .navbar-container .dropdown-menu-media {
    width: 24rem;
}
    .header-navbar .navbar-container .dropdown-menu-media .dropdown-menu-header {
        border-bottom: 1px solid #E6E6E6;
    }
.navbar-dark .navbar-nav li, .navbar-light .navbar-nav li, .navbar-semi-dark .navbar-nav li, .navbar-semi-light .navbar-nav li {
    line-height: 1;
}
.dropdown .dropdown-menu .dropdown-header {
    padding: 10px 20px;
    margin-top: 10px;
    text-transform: uppercase;
    color: #818A91;
}
#notif_list .notification-tag {
    position: absolute;
    top: 5px !important;
    right: 10px;
}
.header-navbar .navbar-container ul.nav li .media-list {
    max-height: 18.2rem;
    top: -20px;
}
.header-navbar .navbar-container .dropdown-menu-media .media-list .media {
    padding: 1rem;
    border: none;
    border-bottom: 1px solid #E6E6E6;
}
.media-list .media .media-left {
    padding-right: 1rem;
    float: left;
}
.icon-bg-circle {
    color: #FFF;
    padding: .5rem;
    border-radius: 50%;
}

.scrollbar {
    height: 300px;
    background: #fff;
    overflow-y: auto;
    overflow-x: hidden;
}
#SavedWorks_Container.scrollbar-primary::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #4c4e50;
    width: 8px !important;
}

#SavedWorks_Container.scrollbar-primary::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}

#SavedWorks_Container.scrollbar-primary::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #4c4e50;
}
#Recent_Container.scrollbar-primary::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #4c4e50;
    width: 8px !important;
}
#Recent_Container.scrollbar-primary::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}
#Recent_Container.scrollbar-primary::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #4c4e50;
}
.scrollbar-primary::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}

.scrollbar-primary::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #4c4e50;
}

.scrollbar-primary {
/*    scrollbar-face-color: #0278ae #F5F5F5;
*/}

.notif_unread {
    
    border-left: 5px solid #0278ae !important;
}
.notif_unread:hover {
    background-color: #EAF3FF;
}
.notif_read {
    border-left: 5px solid transparent !important;
    background-color: #ffffff;
}
.active-cyan-2 input[type=text] {
    border: 1px solid #0278ae;
    box-shadow: 0 1px 0 0 #0278ae;
}

.active-cyan-2 {
    color: #0278ae;
}

.active-cyan-2-background {
    background-color: #0278ae;
}
.checkbox-menu li label {
    display: block;
    padding: 3px 10px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    margin: 0;
    transition: background-color .4s ease;
}

.checkbox-menu li input {
    margin: 0px 5px;
    top: 2px;
    position: relative;
}

/*.checkbox-menu li.active label {
    background-color: #cbcbff;
    font-weight: bold;
}*/

.checkbox-menu li label:hover,
.checkbox-menu li label:focus {
    background-color: #f5f5f5;
}

/*.checkbox-menu li.active label:hover,
.checkbox-menu li.active label:focus {
    background-color: #b8b8ff;
}*/


.social_wall_icon:before {
    width: 40px;
    border: none;
    height: 40px;
    content: url(data:image/png;base64,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);
}
.user_picture_container {
    position: relative;
    display: inline-block;
    width: 80px;
    white-space: nowrap;
    border-radius: 1000px;
    vertical-align: middle;
}

.user_picture_container img {
    width: 100%;
    max-width: 100%;
    height: auto;
    border: 0 none;
    border-radius: 1000px;
}

figure.snip {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    min-width: 100px;
    max-width: 110px;
    width: 100%;  
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    border-radius:1000px;
}

    figure.snip * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
    }

    figure.snip img {
        max-width: 100%;
        vertical-align: top;
    }

    figure.snip i {
        position: absolute;
        top: 40%;
        left: 42%;
        border-radius: 50%;
        font-size: 15px;
        color: #000000;
        width: 30px;
        height: 30px;
        line-height: 30px;
        background: #ffffff;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
        -webkit-transform: translate(-50%, -50%) scale(0);
        transform: translate(-50%, -50%) scale(0);
        transition: all 300ms 0ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
    }
      

        figure.snip a {
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            position: absolute;
        }
    figure.snip:hover {
        background: #000000;
        border-radius: 1000px;
    }
  
    figure.snip:hover img,
    figure.snip.hover img {
        opacity: 0.3;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }

    figure.snip:hover i,
    figure.snip.hover i {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        transition: all 300ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }

.k-safari .k-content .tox-tinymce iframe {
    min-height: inherit !important;
}

.connected_user div.dropdown-menu-right a img,
.connected_user div.dropdown-menu-right a i {
    margin-right: 5px;
}

.dropdown-item.active, .dropdown-item:active {
    color: #ffffff !important;
    text-decoration: none;
    background-color: #0278AE;
}