﻿

.k-label {
    font-weight: normal !important;
    font-size: 1em !important;
}

.kendo-text-center {
    text-align: center !important;
    justify-content: center;
}

.kendo-text-right {
    text-align: right !important;
    justify-content: right;
}

.k-grid-header th {
    white-space: normal;
}

.k-column-title {
    white-space: normal !important;

}

w.editor-label2 {
    width: 210px;
    float: left;
    padding-top: 7px;
    /*margin-top:10px;*/
    text-transform: uppercase;
    font-size: 13px;
}

.editor-label3 {
    width: 210px;
    float: left;
    padding-top: 7px;
    /*margin-top:10px;*/
    text-transform: uppercase;
    font-size: 13px;    
}

div.optionsPanel {
    float: left;
    width: 312px;
}

div.optionsPanel #logoPreview {
    margin-top: 5px;
    margin-bottom: 5px;
}

div.optionsPanel .btnContinue {
    margin-top: 0px;
}

div.checkboxListItem Input {
    width: 30px;
}

.editor-field2 {
    min-height: 50px;
    text-transform: uppercase;
    font-size: 12px !important;
}

.editor-field3 {
    min-height: 50px;
    font-size: 16px !important;
}

.AllGiftsPagesEdit .messageInfoClients {
    clear: both;
    padding: 10px 0px;
    width: 600px;
    color: #535353;
    margin-bottom: 10px;
    font-size: 1.1em;
}

.editor-field2 select {
    width: 312px;
    font-size: 12px !important;
    text-transform: uppercase;
}

    .editor-field2 select:not([multiple]) {
        height: 32px;
    }

.editor-field4 {
    min-height: 50px;
    /*font-size: 16px !important;*/
}

.editor-field4 select {
    width: 312px;
    font-size: 12px !important;
    border-color:black;
    margin-top:5px;
}

    .editor-field4 select:not([multiple]) {
        height: 30px;
    }
.editor-field4 input {
    border-color:black;
    font-size:12px;
}

.editor-label4 {
    margin-top:20px;
    height:30px;
}

.editor-label4 label {
    display:inline;
    font-weight:bold !important;
}

.indexFilter {
    height: 31px;
    margin-top: 8px;
    font-size: 11px;
}

.pageHeader {
    color: white;
    background: #63d05a;
    font-size: 15px;
    padding: 7px;
    font-family: Arial, openSans-Bold;
    text-transform: uppercase;
}

.btnContinue {
    width: auto !important;
    height: auto;
    padding: 10px 15px 10px 15px;
    color: white !important;
    background-color: #63d05a;
    border: none;
    font-size: 15px !important;
    float: right !important;
    font-family: Arial, openSans-Semibold !important;
    text-transform: uppercase;
    text-decoration: none;
}

    .btnContinue:hover {
        cursor: pointer;
        background-color: #7e1375;
    }

.disabled {
    pointer-events: none;
    cursor: default;
}


.newStaf {
    color: red !important;
}

.langDiv a {
    text-decoration: none;
}

.leftMenu {
    float: left;
    width: 190px;
    padding: 5px 0px 5px 10px;
    text-align: left;
    /*border-radius:5px;*/
    color: #595959;
    background-color: white;
    border: 1px solid #bfbfbf;
    font-size: 17px;
    font-family: Arial, openSans;
    text-decoration: none;
    margin-bottom: 15px;
    text-transform: uppercase;
    margin-right: 10px;
}

    .leftMenu:hover {
        background-color: #63d05a;
        cursor: pointer;
        color: white;
    }

.leftMenuActive {
    color: white !important;
    background-color: #63d05a;
}

.RightMenuDashboard {
    display: none;
}

.SubMenuActive {
    color: #63d05a!important;
}

.disabledLink {
    pointer-events: none;
    cursor: default;
    color: #cccccc !important;
}

.dashboardMain {
    margin: 10px 0 10px 0;
    float: left;
    width: 200px;
    text-transform: uppercase;
    font-family: Arial, openSans;
    font-size: 17px;
    text-decoration: none;
}

.after-sub {
    margin-top: 20px;
}

.dashboardSub {
    float: left;
    width: 200px;
    font-family: Arial, openSans;
    font-size: 14px;
    text-decoration: none;
}

.top-sub {
    margin-top:-10px;
}


.langDiv img {
    width: 20px;
}

html {
    /*background-color: #e2e2e2;*/
    margin: 0;
    padding: 0;
}

body {
    background-color: #fff;
    /*border-top: solid 10px #000;*/
    color: #333;
    font-size: .85em;
    font-family: Arial, "Segoe UI", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
}

a {
    color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}

    a:link, a:visited,
    a:active, a:hover {
        color: #333;
    }

    a:hover {
        background-color: #c7d1d6;
    }

.fileUploadAnchor:hover {
    cursor: pointer;
}

header, footer, hgroup,
nav, section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }


/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    max-width: 960px;
}

/*#body {
    background-color: #efeeef;
    clear: both;
    padding-bottom: 35px;
}*/

.main-content {
    background: url("../Images/accent.png") no-repeat;
    padding-left: 10px;
    padding-top: 30px;
}

.featured + .main-content {
    background: url("../Images/heroAccent.png") no-repeat;
}

header .content-wrapper {
    padding-top: 20px;
}

.fileUploadInput {
    width: 0px;
    height: 0px;
    display: none;
}


footer {
    clear: both;
    background-color: #e2e2e2;
    font-size: .8em;
    height: 100px;
}


/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-family: Arial, Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin: 0;
}

    .site-title a, .site-title a:hover, .site-title a:active {
        background: none;
        color: #c8c8c8;
        outline: none;
        text-decoration: none;
    }


/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: .85em;
    margin: 0 0 10px;
    text-align: right;
}

    #login a {
        background-color: #d3dce0;
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
    }

        #login a.username {
            background: none;
            margin: 0;
            padding: 0;
            text-decoration: underline;
        }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }


/* menu
----------------------------------------------------------*/
ul#menu {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}

    ul#menu li {
        list-style: none;
        padding-left: 15px;
    }

        ul#menu li a {
            background: none;
            color: #999;
            text-decoration: none;
        }

            ul#menu li a:hover {
                color: #333;
                text-decoration: none;
            }


/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: #fff;
}

    .featured .content-wrapper {
        background-color: #7ac0da;
        background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
        background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        color: #3e5667;
        padding: 20px 40px 30px 40px;
    }

    .featured hgroup.title h1, .featured hgroup.title h2 {
        color: #fff;
    }

    .featured p {
        font-size: 1.1em;
    }

/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

    hgroup.title h1, hgroup.title h2 {
        display: inline;
    }

    hgroup.title h2 {
        font-weight: normal;
        margin-left: 3px;
    }

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }

        ol.round li.zero {
            background: url("../Images/orderedList0.png") no-repeat;
        }

        ol.round li.one {
            background: url("../Images/orderedList1.png") no-repeat;
        }

        ol.round li.two {
            background: url("../Images/orderedList2.png") no-repeat;
        }

        ol.round li.three {
            background: url("../Images/orderedList3.png") no-repeat;
        }

        ol.round li.four {
            background: url("../Images/orderedList4.png") no-repeat;
        }

        ol.round li.five {
            background: url("../Images/orderedList5.png") no-repeat;
        }

        ol.round li.six {
            background: url("../Images/orderedList6.png") no-repeat;
        }

        ol.round li.seven {
            background: url("../Images/orderedList7.png") no-repeat;
        }

        ol.round li.eight {
            background: url("../Images/orderedList8.png") no-repeat;
        }

        ol.round li.nine {
            background: url("../Images/orderedList9.png") no-repeat;
        }

/* content */
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

.label {
    font-weight: 700;
}

/* login page */
#loginForm {
    border-right: solid 2px #c8c8c8;
    float: left;
    width: 55%;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

    #loginForm .validation-summary-errors ul {
        margin: 0;
        padding: 0;
    }

    #loginForm .validation-summary-errors li {
        display: inline;
        list-style: none;
        margin: 0;
    }

    #loginForm input {
        width: 250px;
    }

        /*input[type="checkbox"],*/
        #loginForm input[type="checkbox"],
        #loginForm input[type="submit"],
        #loginForm input[type="button"],
        #loginForm button {
            width: auto;
        }

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom: 5px;
    }

#socialLoginList button {
    margin-bottom: 12px;
}

#logoutForm {
    display: inline;
}

/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

fieldset legend {
    display: none;
}

fieldset ol {
    padding: 0;
    list-style: none;
}

fieldset ol li {
    padding-bottom: 5px;
}

label {
    display: block;
    font-size: 1.2em;
    font-weight: 600;
}

label.checkbox {
    display: inline;
}

input[type="text"], input[type="password"], textarea {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1.2em;
    margin: 5px 0 6px 0;
    padding: 6px;
    width: 300px;
}

.sf-choiceList input[type="checkbox"] {
    width: 30px;
}


textarea {
    font-family: inherit;
    width: 500px;
}

/*input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }*/

/*input[type="checkbox"] {
        background: transparent;
        border: inherit;
        width: auto;
    }*/

/*input[type="submit"],
    input[type="button"],
    button {
        background-color: #d3dce0;
        border: 1px solid #787878;
        cursor: pointer;
        font-size: 1.2em;
        font-weight: 600;
        padding: 7px;
        margin-right: 8px;
        width: auto;
    }*/

/*td input[type="submit"],
    td input[type="button"],
    td button {
        font-size: 1em;
        padding: 4px;
        margin-right: 4px;
    }*/

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #FF0000;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: red;
    font-family: Arial, OpenSans-Bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid red;
}

textarea.input-validation-error {
    border: 1px solid red;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: red;
    font-family: Arial, OpenSans-Bold;
    text-transform: uppercase;
    font-size: 12px !important;
}

    .validation-summary-errors ul {
        list-style: none;
        padding: 0;
    }

.validation-summary-valid {
    display: none;
}


/* tables
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
    border: 0 none;
}

th {
    font-size: 12px;
    /*border: none 0px;*/
    padding: 15px 10px 15px 10px;
    font-family: Arial, openSans-Bold;
    font-weight: normal;
    color: #535353;
    border-top: 1px solid #535353;
    border-bottom: 1px solid #535353;
    text-transform: uppercase;
    text-align: center;
}

    th a {
        display: block;
        position: relative;
    }

        th a:link, th a:visited, th a:active, th a:hover {
            color: #333;
            text-decoration: none;
            padding: 0;
        }

        th a:hover {
            color: #000;
        }

    th.asc a, th.desc a {
        margin-right: .75em;
    }

        th.asc a:after, th.desc a:after {
            display: block;
            position: absolute;
            right: 0em;
            top: 0;
            font-size: 0.75em;
        }

        th.asc a:after {
            content: '▲';
        }

        th.desc a:after {
            content: '▼';
        }

td {
    border: 0 none;
    font-size: 12px;
    padding: 10px 10px 10px 10px;
    font-family: Arial, openSans;
    font-weight: normal;
    color: #535353;
    text-align: center;
}

    td div a, td a {
        text-decoration: none;
        font-family: Arial, openSans-Semibold;
    }

        td div a:hover, td a:hover {
            text-decoration: underline;
        }

.linkNewItem {
    float: right;
    text-transform: uppercase;
    text-decoration: none;
    font-family: Arial, openSans-Bold;
}

    .linkNewItem:hover {
        text-decoration: underline;
    }

tr.pager td {
    padding: 0 0.25em 0 0;
}

div.formHeader {
    color: #a4c71a;
    font-size: 22px;
    font-family: Arial, openSans-Semibold;
    margin: 10px;
}

.commonHover, .commonHover a {
    color: #a4c71a !important;
    text-decoration: none !important;
    cursor: pointer !important;
}

div.formRow {
    float: left;
    width: 100%;
    height: 45px;
}

div.formLabel {
    float: left;
    width: 180px;
    margin-left: 10px;
    padding-right: 20px;
}

div.formLabelValidation {
    float: left;
    width: 208px;
    margin-left: 2px;
}

div.formInput input, div.formInput textarea {
    border: 1px solid #d2d2d2;
    font-size: 85%;
    padding: 3px 0 3px 0;
    width: 420px;
    padding-left: 10px;
}

div.formHeader {
    color: #a4c71a;
    font-size: 22px;
    font-family: Arial, openSans-Semibold;
    margin: 10px;
}

.checkoutContinue2 {
    width: auto !important;
    height: auto;
    padding: 15px 35px 15px 35px !important;
    /*border-radius:5px;*/
    color: white !important;
    background-color: #7e1375 !important;
    border: none;
    font-size: 26px !important;
    float: right !important;
    /*margin-left:310px;*/
    font-family: Arial, openSans-Bold;
    text-transform: uppercase;
}

    .checkoutContinue2:hover {
        /*background-color:#7e1375;*/
        cursor: pointer;
    }


/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {

    /* header
    ----------------------------------------------------------*/
    header .float-left,
    header .float-right {
        float: none;
    }

    /* logo */
    header .site-title {
        margin: 10px;
        text-align: center;
    }

    /* login */
    #login {
        font-size: .85em;
        margin: 0 0 12px;
        text-align: center;
    }

        #login ul {
            margin: 5px 0;
            padding: 0;
        }

        #login li {
            display: inline;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        #login a {
            background: none;
            color: #999;
            font-weight: 600;
            margin: 2px;
            padding: 0;
        }

            #login a:hover {
                color: #333;
            }

    /* menu */
    nav {
        margin-bottom: 5px;
    }

    ul#menu {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        ul#menu li {
            margin: 0;
            padding: 0;
        }


    /* main layout
    ----------------------------------------------------------*/
    .main-content,
    .featured + .main-content {
        background-position: 10px 0;
    }

    .content-wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }

    .featured .content-wrapper {
        padding: 10px;
    }

    /* page content */
    article, aside {
        float: none;
        width: 100%;
    }

    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            padding-left: 10px;
            margin: 25px 0;
        }

            ol.round li.zero,
            ol.round li.one,
            ol.round li.two,
            ol.round li.three,
            ol.round li.four,
            ol.round li.five,
            ol.round li.six,
            ol.round li.seven,
            ol.round li.eight,
            ol.round li.nine {
                background: none;
            }

    /* features */
    section.feature {
        float: none;
        padding: 10px;
        width: auto;
    }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }

    /* forms */
    input {
        width: 90%;
    }

    /* login page */
    #loginForm {
        border-right: none;
        float: none;
        width: auto;
    }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }

    #socialLoginForm {
        margin-left: 0;
        float: none;
        width: auto;
    }


    /* footer
    ----------------------------------------------------------*/
    footer .float-left,
    footer .float-right {
        float: none;
    }

    footer {
        text-align: center;
        height: auto;
        padding: 10px 0;
    }

        footer p {
            margin: 0;
        }
}

.ui-autocomplete.ui-menu {
    height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
}

label.detailsValue {
    font-weight: normal !important;
}

#pointValue {
    width: 340px;
}

div.shortInputs input {
    width: 45px !important;
}

.jstree-wholerow-hovered {
    background-color: #aba6a6 !important;
}

.jstree-disabled {
    background-color: transparent;
}

    .jstree-disabled:hover {
        background-color: #aba6a6 !important;
    }

.boldLeaf {
    font-weight: bold;
}

.jstree-default .jstree-disabled.jstree-clicked {
    background: transparent !important;
}

divIframe {
    min-width: 400px;
    width: 100%;
    float: left;
    height: 100%;
    min-height: 700px;
    position: relative;
}

.divIframe iframe {
    float: left;
    display: block;
    height: 100%;
    width: 100%;
}

a.faGear:hover {
    background-color: transparent;
}

a.faGear i {
    font-size: 30px;
}

a#cancel:hover {
    cursor: pointer;
}

.wysiwygContainer div.te {
    margin: 0;
    max-width: 620px;
    float: left;
}

.checkEditor input {
    width: auto;
    margin-top: 10px;
}

.headerIcon {
    width: auto;
    float: left;
    font-family: Arial, openSans-Semibold;
}

    .headerIcon input[type="submit"]:hover {
        background-color: #63d05a;
        cursor: pointer;
        color: white;
    }

    .headerIcon.right {
        float: right;
        margin-left: 30px;
    }

    .headerIcon label {
        font-size: 14px;
        margin: 6px 20px 0 0;
        font-family: Arial, openSans-Semibold;
        font-weight: normal;
    }

    .headerIcon input[type="submit"] {
        font-family: Arial, openSans-Semibold !important;
        padding: 6.5px 15px;
        width: auto;
        border: 1px solid black;
        margin: 0 0 0 20px;
        font-family: openSans-Bold;
        font-size: 14px;
        cursor: pointer;
        color: black;
        border-color: rgb(169, 169, 169);
    }

    .headerIcon input[type="text"] {
        font-family: Arial, openSans-Semibold;
        padding: 6.5px 20px;
        width: 150px;
        border: 1px solid black;
        margin: 0;
        border-radius: 8px;
        font-size: 14px;
        border-color: rgb(169, 169, 169);
    }

    .headerIcon select {
        font-family: Arial, openSans-Semibold;
        height: 31px;
        width: 170px;
    }

    .headerIcon.long select {
        width: 185px;
    }

.intendetPanel {
    margin-left: 210px;
}

    .intendetPanel .intendetOption .editor-label2 label {
        float: left;
    }

    .intendetPanel .intendetOption .editor-label3 label {
        float: left;
    }

    .intendetPanel .intendetOption .editor-label2 {
        width: 300px;
    }

    .intendetPanel .intendetOption .editor-label3 {
        width: 300px;
    }

.lineIntend {
    width: 800px;
    height: 20px;
    margin: 15px 0px;
}

.itemPanel input[type="checkbox"] {
    float: left;
    margin-left: 17px;
}

.lineIntend .editor-label-normal {
    width: 210px;
    float: left;
}




    .lineIntend .editor-label-long,
    .lineIntend .editor-label-long label,
    .lineIntend .editor-label-normal,
    .lineIntend .editor-label-normal label {
        font-weight: normal;
    }

.editor-label-long {
    margin-left: 5px;
    margin-top: 2px;
}

div.title {
    width: 600px;
    color: #535353;
    margin-left: 17px;
    font-size: 1.3em;
}

.lineIntend div.leftGrid {
    margin-left: 17px;
}

div.rightGrid,
div.leftGrid {
    float: left;
    width: 250px;
}

.lineIntend div.title,
.lineIntend .editor-label2 label,
.lineIntend .editor-label3 label,
.lineIntend .editor-label-long label,
.lineIntend .editor-label-normal label {
    margin-top: 4px;
    margin-left: 17px;
}

.itemPanel {
    margin-top: 15px;
    padding-right: 0 !important;
}

    .itemPanel .line {
        clear: both;
        padding: 8px 0px;
        width: 500px;
    }

    .itemPanel label,
    .shortItemPanel label {
        float: left;
    }

.shortItemPanel input {
    width: 200px;
}

.AllGiftsPagesEdit .itemPanel .lineIntend label,
.AllGiftsPagesEdit .itemPanel input[type="text"] {
    float: left;
}

.AllGiftsPagesEdit .itemPanel select {
    margin-left: 17px;
}

.AllGiftsPagesEdit .shortItemPanel {
    width: 550px;
}

.AllGiftsPagesEdit .shortItem {
    float: left;
    width: 250px;
}

    .AllGiftsPagesEdit .shortItem .editor-label2 {
        width: 270px;
    }

    .AllGiftsPagesEdit .shortItem .editor-label3 {
        width: 270px;
    }

    .AllGiftsPagesEdit .shortItem:nth-child(odd) {
        margin-left: 15px;
    }

.AllGiftsPagesEdit .saveButton,
.AllGiftsPagesEdit .saveButtonIntended {
    float: right;
    margin-top: 1px;
}

.AllGiftsPagesEdit .cancelButton {
    float: right;
    width: auto;
    margin: 24px 30px 0 0;
    font-size: 15px;
}

.cancelButton2 {
    float: right;
    width: auto;
    margin: 43px 30px 0 0;
    font-size: 15px;
}

.AllGiftsPagesEdit .saveButtonIntended {
    margin-right: 90px;
}


.intendetPanel .intendetOption {
    float: left;
    width: 300px;
    margin-right: 30px;
    margin-bottom: 20px;
}

.headerText, .headerText label {
    font-size: 19px;
    font-weight: normal;
}

.headerText {
    margin: 10px 0px;
}

.headerLine {
    margin: 30px 0;
    padding-bottom: 30px;
}


.AllGiftsPagesEdit {
    width: 1278px;
    margin-top: 17px;
}

    .AllGiftsPagesEdit input[type="text"], .AllGiftsPagesEdit input[type="password"], .AllGiftsPagesEdit input[type="email"], .AllGiftsPagesEdit textarea {
        margin: 0px 0 3px 0;
    }

    .AllGiftsPagesEdit .editor-label2 {
        padding-top: 4px;
    }

    .AllGiftsPagesEdit .editor-label3 {
        padding-top: 4px;
    }

.InfoSign {
    margin-top: 4px !important;
}

#InfoImgDialog{
    padding-bottom:11px;
}

#SpanImgDialog {
    font-size: 10px;
}

.infoPopup {
    /*position:absolute !important;*/
}

    .infoPopup .ui-dialog-content, .infoPopup .ui-dialog {
        min-height: 0 !important;
        /*position:relative !important;*/
    }

    .infoPopup .ui-dialog-titlebar {
        display: none;
    }

.AllGiftsPagesEdit .editor-label2 {
    padding-top: 1px;
}

    .AllGiftsPagesEdit .editor-label2 label {
        font-weight: normal;
        font-size: 19px;
    }

.AllGiftsPagesEdit .editor-label3 {
    padding-top: 1px;
}

    .AllGiftsPagesEdit .editor-label3 label {
        font-weight: normal;
        font-size: 17px;
        margin-top: 4px;
    }

.PagesIndexNew {
    float: right;
    display: block;
    border: 1px solid rgb(169, 169, 169);
    padding: 5px 15px;
    font-size: 21px;
    margin-top: 12px;
    cursor: pointer;
}

    .PagesIndexNew a {
        text-decoration: none;
    }

    .PagesIndexNew:hover {
        background-color: #63d05a;
    }

    .PagesIndexNew a:hover {
        background-color: #63d05a;
    }

    .PagesIndexNew a:hover {
        background-color: #63d05a;
    }

.PagesIndexNew {
    text-decoration: none;
}

.ui-accordion-header {
    font-family: Arial, openSans-Bold;
    font-size: 16px !important;
    padding: 5px !important;
    border: none !important;
}

.ui-accordion-content {
    border: none !important;
}

.ui-accordion .ui-accordion-header .ui-icon-plus, .ui-accordion .ui-accordion-header .ui-icon-minus {
    float: left;
    margin-top: 0px !important;
    position: static !important;
}

.ui-accordion .ui-accordion-content-active {
}

.WebsiteContent-accordion.ui-accordion .ui-accordion-content-active {
    width: 100% !important;
}


.AllGiftsPagesEdit #accordion .lineIntend label {
    font-size: 12px !important;
}

.ui-accordion-content {
    padding-left: 20px !important;
    padding-top: 0 !important;
}


.AllGiftsPagesEdit .lineIntend .editor-label-normal label, .AllGiftsPagesEdit .lineIntend input[type="checkbox"] {
    margin-left: 0px;
}

.AllGiftsPagesEdit.Details .editor-field2 {
    padding-top: 6px;
}

.AllGiftsPagesEdit.Details .editor-field3 {
    padding-top: 6px;
}

.EditPageTabs #tabs, .EditEmailContent#tabs {
    border: none;
}

    .EditPageTabs #tabs .ui-tabs-nav, .EditEmailContent#tabs .ui-tabs-nav {
        border: none;
        background: none;
        padding: 0;
    }

    .EditPageTabs #tabs .wysiwygContainer, .EditEmailContent#tabs .wysiwygContainer {
        padding: 0
    }

.redLink a {
    color: red;
}

#FulfillmentGrid.Syncfusion-Grid-Core .HeaderCell, #FulfillmentGrid.Syncfusion-Grid-Core .HeaderCellHover {
    padding: 0;
}

#FulfillmentGrid .syncRightAlignHeader, #FulfillmentApproveGrid .syncRightAlignHeader, #FulfillmentConfirmationGrid .syncRightAlignHeader {
    padding-right: 7px;
    width: auto;
    text-align: right;
}

#fulfillmentNoteValidation {
    font-size: 14px;
}

.ui-widget-overlay {
    background: none !important;
    background-color: gray !important;
}

/*Reward Catalogue js-tree*/
.jstree-node.jstree-leaf {
    position: relative;
}

.clientEditPtnBtn {
    position: absolute;
    left: 600px;
    margin: 3px 0 0 0;
    padding: 1px 5px;
    width: 90px;
    margin-left: 20px;
    cursor: pointer;
    font-size: 13px !important;
}

.jstree-node .jstree-anchor {
    max-width: 550px;
    overflow: hidden;
}

.absoluteRight {
    position: absolute;
    bottom: 1;
    right: 0;
}

.clean {
    clear: both;
}

table.gridTable {
    width: 100%;
}

.InfoSign {
    cursor: pointer;
    padding-right:5px;
}

.FormLine, #PartnerAllGiftsSettings {
    margin-top: 15px;
}

.FormText {
    margin-top: 5px;
    width: 185px;
    float: left;
}

.FormLine input {
    width: 400px;
}

.LeftSideContainer {
    width: 50%;
    float: left;
}

.RightSideContainer {
    width: 50%;
    float: right;
}

.ClearNSpace {
    clear: both;
    height: 5px;
}

#AllGiftsPagesEditFinince {
    margin-top: 16px;
    margin-left: 8px;
}

.spanStyle {
    font-size: 19px;
    margin-top: 27px;
    display: inline-block;
}

.textSpanStyle {
    margin: 9px 79px 0 1px;
}

.DropDownList {
    width: 202px !important;
}

.divMarginBottom {
    margin-bottom: 12px;
}


#rewardHubCredit {
    margin-top: 62px;
    font-size: 19px;
}

.editor-label-1 {
    text-transform: uppercase;
    font-weight: 100 !important;
    margin: 3px 63px 0 14px;
}

.editor-displayFor {
    margin-top: 5px;
}

.button-add-credit {
    margin-left: 160px;
    width: 170px !important;
    margin-top: -7px;
    height: 25px !important;
}

.checbox-financeSettings {
    margin-top: 10px;
    text-transform: none;
    font-size: 14px;
}

.checbox-financeSettings input {
    width:auto;
}

#accordion h3 {
    margin-top: 0 !important;
    margin-left: 14px;
    font-weight: 100 !important;
}

#accordion .itemPanel .editor-label-long.font-size-14, #labelStyle.font-size-14 {
    font-size: 14px !important;
    margin-top: 4px;
}

#labelStyle.font-size-14 {
    font-weight: 100 !important;
    margin-left: 5px;
}

.label-margin-left {
    margin-left: 27px !important;
}

.marginTop {
    margin-top: 28px !important;
}

.editor-margin-left {
    margin-left: 10px !important;
}

.label-Finance-Setting {
    font-size: 19px;
    margin-left: 1px;
    text-transform: uppercase;
    width:1045px;
}

.buttonSave {
    float: right;
    margin-top: 1px;
    margin-right: 17px
}

.cancelButtonInFinanceSettings {
    margin-right: 15px !important;
}


.subtile {
    margin: 10px 0 5px 0;
}


.mainTitle {
    margin-bottom: 3px;
    font-weight: normal;
    width: auto;
    font-size: 21px;
    margin-top: 17px;
    text-transform: uppercase;
}

.partnerTitle {
    margin-bottom: 30px;
}

.partnerLabelWidth {
    min-width: 235px;
}

    .partnerLabelWidth label {
        font-weight: normal;
    }

#PartnerTypeSelectList {
    width: 285px;
}

/***Settings***/

.mainTitleTxt {
    margin-bottom: 3px;
    font-weight: normal;
    width: auto;
    font-size: 21px;
    margin-top: 17px;
}

.switch-wrapper {
    display: inline-block;
    position: relative;
    top: 3px;
    float: left;
}

#nameTxt {
    font-weight: normal;
    margin-top: 30px;
}

.txtUnderNameTxt {
    margin-top: 5px;
}

.font20 {
    font-size: 20px;
}

.mrgT20 {
    margin-top: 20px;
}

.mrgT30 {
    margin-top: 30px;
}

.saveButtSet {
    margin-top: 17px;
}

.switch-wrapper span {
    font-size: 17px;
    margin-top: 7px;
}

#settingsPanelAllgoIe lable {
    margin-right: 20px;
    margin-top: 7px;
    min-width: 210px;
}

#settingsPanelAllgoIe {
    width: 1270px;
    clear: both;
}

/*ui dialog close button fix*/
.ui-button-icon-only {
    text-indent: -9999px;
}

/*Webiste*/

#accordion {
    margin-top: 20px;
}

.accordion-titile {
    margin-left: 15px;
}

.company-name {
    width: unset;
}

.itemPanel.website {
    margin-left: 15px;
    margin-top: 15px;
}

    .itemPanel.website input {
        width: 308px;
    }

    .itemPanel.website .line {
        width: 100%;
    }

.line * {
    float: left;
}

.line .label-style {
    min-width: 260px;
    margin-top: 5px;
    margin-bottom: 15px;
}

.line .title-style {
    font-size: 16px;
    font-weight: unset;
    margin-right: 7px;
    padding-top: 2px;
}

.line > a.link-style {
    text-decoration: underline;
    font-size: 12px;
    padding-top: 14px;
    margin-left: 5px;
    cursor: pointer;
    min-width: 124px;
}

    .line > a.link-style span {
        font-size: 12px;
    }

.line .suffix {
    font-size: 14px;
    font-weight: unset;
    padding-top: 12px;
    margin-left: 5px;
    min-width: 120px;
}

.itemPanel.website .line .input-style {
    margin-left: 10px;
}


.itemPanel.website .field-validation-error > span {
    font-size: 12px;
    text-transform: uppercase;
    padding-left: 2px;
    margin-left: 270px;
}
.itemPanel.website .editor-and-validation .field-validation-error > span {
    margin-left: 0px;
}

.clear-both {
    clear: both;
}

/*voucher*/
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.headerIcon .lookup_txt {
    float: left;
    margin: 6px 5px 0 3px;
}

.headerIcon .InfoSign {
    margin-top: 6px !important;
    margin-right: 20px;
    float: left;
}

/*voucher details*/

.voucher_header {
    margin-top: 15px;
}

.back_to_lookup{
    float:right;
}

.back_to_lookup a{
    text-decoration:none;
    padding-right:0;
}

.voucher_titles,
.voucher_data{
    float: left;
    width: 350px;
}

    .voucher_titles label,
    .voucher_data label {
        font-weight: unset;
        margin-bottom: 5px;
        font-size: inherit
    }

label.gift_client,
.step label.step_title {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight:unset;
}

.step{
    float:left;
    margin-top:40px;
    position:relative;
}
    .step label {
        font-weight: unset;
        margin-bottom: 5px;
        font-size: inherit;    
    }

.details_txt {
    width: 190px;
    margin-bottom: 12px;
    cursor: pointer;
}

.add_tooltip {
    text-overflow: ellipsis;
    word-break: break-all;
    overflow: hidden;
    white-space: nowrap;
}

.details_txt:hover {
    width:250px;
    overflow: visible;
    white-space: normal;
    height: auto; 
}

[data-title] {
    position: relative;
    cursor: pointer;
}

:not(.k-table-th).[data-title]:hover::before {
    content: attr(data-title);
    position: absolute;
    bottom: -19px;
    display: inline-block;
    padding: .5em 1em;
    border: 1px solid #aaaaaa;
    border-radius: 4px;
    background-color: #fff;
    font-size: 14px;
    white-space: nowrap;
    z-index: 2;
} .btnCancel {
    width: auto !important;
    height: auto;
    padding: 10px 15px 10px 15px;
    color: white !important;
    background-color: #63d05a;
    border: none;
    font-size: 15px !important;
    font-family: Arial, openSans-Semibold !important;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
} .btnCancel:hover{
    background-color: #7e1375;
} .cancel_voucher{
    margin-top:45px;
} #dialog_Cancel_Voucher p, #dialog_Partially_Spent p{
    font-weight: 600;
} #dialog_Cancel_Voucher label, #dialog_Partially_Spent label{
    font-size: 14px;
    font-weight: unset;
    margin-top: 25px;
    margin-bottom: 5px;
} #dialog_Cancel_Voucher textarea, #dialog_Partially_Spent textarea{
    width: 505px;
} #dialog_Cancel_Voucher .characters_limit, #dialog_Partially_Spent .characters_limit{
    font-size: 11px;
    float: right;
} .text-justify{
    text-align:justify;
} .setp_arrow {
    width: 45px;
    right: 40px;
    top:42px;
    position:absolute;
} .step_details{
    width:46px;
    float:left;
} .step_details_box {
    width: 350px;
    text-overflow: ellipsis;
    white-space: nowrap;
} #Vouchers, #voucher_details {
    width: 1270px
} .more_details_cancelled div > span:first-child, .more_details_expired div > span:first-child {
    min-width: 205px;
} .more_details_unredeemed div, .more_details_cancelled div, .more_details_spending div, .more_details_redeemed div, .more_details_expired div{
    margin-bottom: 5px;
} .more_details_redeemed a{
    padding:0;
} #cancel_voucher.disabledCancellVoucherBtn {
    color: lightgray;
    background-color: #eee;
    cursor: default;
    border:1px solid #eee;
} .span_inline{
    display:inline-block;
} .more_details_redeemed div > span:first-child {
    min-width: 205px;
} .more_details_spending div > span:first-child {
    min-width: 205px;
} .more_details_unredeemed div > span:first-child {
    min-width: 205px;
} #Voucher_CancelledReason::placeholder {
    color: grey;
} .ui-widget, .ui-widget textarea{
    font-family: Arial, "Segoe UI", Verdana, Helvetica, Sans-Serif !important;
} #updatePanel .Syncfusion-Grid-Core .HeaderCellDiv {
    text-align: unset;
    padding-right: 0;
} #updatePanel .Syncfusion-Grid-Core .HeaderBar > th:nth-child(2) > div {
    text-align: left !important
}
/*Category*/
/*Category edit*/
.align {
    width: 1262px;
    margin-left:7px;
} #category-edit{
    position:relative;
} #category-edit a {
    text-decoration: none;
} .mrgT10{
    margin-top:10px
} .mrgT15 {
    margin-top: 15px
} .mrgT35 {
    margin-top: 36px
} #category-edit .InfoSign{
    margin-top:1px !important;
    margin-left:5px;
} .category-type-selectlist{
    margin-top:5px;
} #category-edit input[type=text]{
    box-sizing:border-box;
    height:32px;
} #category-edit .text-box{
    width:312px;
} #MetaDescription, #MetaKeywords {
    width: 410px;
} .mrgT5{
    margin-top:5px;
} .multi-selector .e-multiselect {
    width: 855px !important;
    height: auto;
} .multi-selector .e-multiselect-box input {
    margin: 0;
} .multi-selector .e-multi-select-wrapper .e-chips{
    background-color:#eee;
} .multi-selector .e-multi-select-wrapper .e-chips > .e-chipcontent{
    color:#000;
} .multi-selector .e-multi-select-wrapper .e-chips .e-chips-close::before {
    color: #000;
} .multi-selector .e-multiselect {
    border-radius: 0;
    padding: 0.5px 0;
} #category-edit .e-multi-select-wrapper input[type='text'] {
    height:29px;
} div.multi-selector.formInput input {
    width: unset;
} #category-edit .e-ddl, #RelatedCategoriesInput_popup{
    height: unset
} .category_edit_back {
    position: absolute;
    right: 0;
}
/*category index*/
#category-index {
    width: 1270px;
    margin-left: 10px;
} .gift_client.category-index-title {
    margin-top: 10px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size:21px;
} .gift_client.category-index-title.short {
        margin-bottom:10px;
    } a.linkNewItem:hover {
    text-decoration: none
} .padd30{
    padding:30px 0;
} .validation-text {
    display: none;
    color: red;
    text-transform: uppercase;
    font-size: 12px;
    margin:0;
    margin-top:3px;
} @-moz-document url-prefix() {
    .headerIcon input[type="submit"] {
        padding: 5.8px 15px;
    }

    .headerIcon input[type="text"] {
        padding: 5.8px 20px;
    }
} .e-richtexteditor.e-rte-tb-expand.richTextEditor {
    text-transform: capitalize;
    line-height: 22px;
    border-right: 1px solid #dee2e6;
    padding-right:1px;
} .gift-finder-icon {
    margin-left: 5px;
    margin-top: 14px !important;
} .gift-finder-grid {
    border-right: 1px;
    width: 1261px;
} .clearfix {
    clear: both
} #gift-finder .editor-label2 {
    min-width:150px;
} #gift-finder, #gift-finder-edit {
    position: relative;
} .colon {
    margin-top: 3px;
    margin-left: 2px;
    font-weight: bold;
} #gift-finder-edit label, #gift-finder label{
    font-weight: normal;
    font-size: 19px;
} #gift-finder-edit, #gift-finder {
    margin-top: 17px;
} .sort-order-field{
    width:100px;
} #updatePanel td:nth-last-of-type(3){
    text-transform:uppercase;
} #updatePanel.api-orders td:nth-last-of-type(3) {
    text-transform: none;
} #gift-finder select:not([multiple]) {
    border: 1px solid #e2e2e2;
    padding: 3px;
    text-transform: capitalize;
    font-size: 1.2em !important;
} .form-width{
    margin-left:7px;
    width: 1262px;
} .span-alert{
    color:red!important;
} .span-alert i {
        display:inline!important;
        padding-right:5px;
    } .cannot-be-approved {
    display:none;
} .dialog.ui-dialog {
    padding: 0px;
    border: none;
    border-radius: 10px;
} .dialog.ui-dialog .ui-dialog-titlebar {
        background: none;
        border: none;
        border-bottom: 1px solid #DDD;
        padding: 15px 0 10px 30px;
    } .dialog.ui-dialog .ui-dialog-title {
        font-size: 31px;
        color: #f44336;
    } .dialog.ui-dialog .ui-dialog-content {
        padding: 15px 30px 30px 30px;
    } .dialog.ui-dialog .ui-dialog-buttonpane {
        border: none;
        padding: 0 30px 40px 0;
    } .dialog.ui-dialog .popup-btn-cancel {
        background:none;
        border: none;
        text-decoration: underline;
        margin-right: 20px;
        margin-top: 30px;
    } .dialog.ui-dialog .popup-btn-confirmation {
        background-color: #f44336;
        padding: 20px !important;
        color: white;
        border: none;
    } .dialog.ui-dialog .popup-btn-approve {
        background:none;
        background-color: #63d05a;
        color: darkgreen;
        padding: 20px 35px!important;
    } .dialog.ui-dialog .ui-dialog-titlebar-close {
        border: none;
        background:none;
        margin-right: 25px;
    } .ApproveBtn {
    width: auto;
    font-size: 10px;
    cursor: pointer;
} .allgo-digital a {
    text-decoration:underline;
} .inline-btn {
    height: 42px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    /*border-radius: 5px;*/
    display: inline-block;
    border: 1px solid #a9a9a9;
    color: #338425;
    cursor: pointer;
    padding: 0 15px;
    min-width: 60px;
    font-family: Arial;
    border: none;
    background: #68be5c;
    /*box-shadow: 0 3px 3px #509946;*/
    float:left;
} .inline-btn span {
        color: #fff;
        font-weight: bold !important;
        margin: 0 auto !important;
        font-size: 16px !important;
        padding: 12px 0;
        display: block;
        float: none !important;
    } .column-select {
    height:30px;
}
/*es5 grid */
.e-grid .e-columnheader th {
    background-color: #AAA;
    border-left: 1px solid white !important;
} .stock-grid .e-detailcell .e-gridheader {
    display: none;
} .child-grid > div > div > table > colgroup col:nth-of-type(1) {
    width: 0!important;
} .child-grid .e-row td:first-of-type .e-icons {
    display: none;
} .child-grid > div > div > table > tbody tbody > tr > td:nth-of-type(1) {
    padding-left:40px!important;
} .e-grid {
    border:none!important;
} .e-grid .e-table {
    margin: 0;
} .e-grid .e-rowcell {
    background-color: #fafafa;
    border-color:white!important;
    border-left:1px solid white!important;
} .e-grid .e-detailcell {
    border: none!important;
} .e-grid a {
    text-decoration:underline;
} .e-grid .e-detailrowexpand ~ td {
        font-weight: 800 !important;
        background-color: #e0e0e0 !important;
    } .api-orders-grid .e-grid .e-headertext {
    font-size: 9px !important;
} .api-orders-grid .e-grid td {
    font-size:9px;
} .api-orders-grid .e-grid.e-responsive .e-rowcell, .e-grid.e-responsive .e-headercelldiv {
    text-overflow: unset;
    padding: 3px;
}
/*.api-orders-grid .e-grid.e-responsive .e-detailrow .e-content .e-rowcell, .e-grid.e-responsive .e-headercelldiv {
    padding-right: 21px;
}*/
.api-orders-grid .e-grid .e-columnheader th {
    border-top: 1px solid black !important;
    border-left: 1px solid black !important;
    
} .api-orders-grid .e-grid .e-columnheader th div {
        height: auto;
    } .api-orders-grid .e-grid .e-columnheader th div span{
        white-space:break-spaces;
    } .api-orders-grid .e-grid .e-columnheader th:last-of-type {
    border-right: 1px solid black !important;
} .api-orders-grid .e-rowcell {
    border-bottom: 1px solid black !important;
    border-left: 1px solid black !important;
} .api-orders-grid .e-rowcell:last-of-type {
        border-right: 1px solid black !important;
    } .e-grid .e-columnheader th .e-headertext {
    text-transform: uppercase
} .check-div {
    margin-top:50px;
} .check-div input[type=checkbox] {
    float:left;
    width:auto;
    margin-top:3px;
} .check-div label {
        float: left;
        width: auto;
        margin-left: 10px;
    } .combo-div {
    width:330px;
} .combo-div > span{
    border:1px solid black!important;
    padding:5px 10px;
} .combo-div .e-combobox {
        border: none !important;
    } .combo-div .e-input-group::before, .combo-div .e-input-group::after {
        background: none !important;
    } #fileUploadAnchor:hover {
    background-color: #7e1375;
} .allgifts-display-status input {
    width:unset;
    margin-right:10px;
}