﻿@charset "UTF-8";

.fileinput-button {
    position: relative;
    overflow: hidden
}

    .fileinput-button input {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        opacity: 0;
        -ms-filter: 'alpha(opacity=0)';
        font-size: 200px;
        direction: ltr;
        cursor: pointer
    }

@media screen\9 {
    .fileinput-button input {
        filter: alpha(opacity=0);
        font-size: 100%;
        height: 100%
    }
}



#colorbox, #cboxOverlay, #cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden
}

#cboxWrapper {
    max-width: none
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%
}

#cboxMiddleLeft, #cboxBottomLeft {
    clear: left
}

#cboxContent {
    position: relative
}

#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

#cboxTitle {
    margin: 0
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
    cursor: pointer
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0
}

#colorbox, #cboxContent, #cboxLoadedContent {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box
}

#cboxOverlay {
    background: #000
}

#colorbox {
    outline: 0
}

#cboxTopLeft {
    width: 14px;
    height: 14px;
    background: url(../colorbox/images/controls.png) no-repeat 0 0
}

#cboxTopCenter {
    height: 14px;
    background: url(../colorbox/images/border.png) repeat-x top left
}

#cboxTopRight {
    width: 14px;
    height: 14px;
    background: url(../colorbox/images/controls.png) no-repeat -36px 0
}

#cboxBottomLeft {
    width: 14px;
    height: 43px;
    background: url(../colorbox/images/controls.png) no-repeat 0 -32px
}

#cboxBottomCenter {
    height: 43px;
    background: url(../colorbox/images/border.png) repeat-x bottom left
}

#cboxBottomRight {
    width: 14px;
    height: 43px;
    background: url(../colorbox/images/controls.png) no-repeat -36px -32px
}

#cboxMiddleLeft {
    width: 14px;
    background: url(../colorbox/images/controls.png) repeat-y -175px 0
}

#cboxMiddleRight {
    width: 14px;
    background: url(../colorbox/images/controls.png) repeat-y -211px 0
}

#cboxContent {
    background: #fff;
    overflow: visible
}

.cboxIframe {
    background: #fff
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc
}

#cboxLoadedContent {
    margin-bottom: 5px
}

#cboxLoadingOverlay {
    background: url(../colorbox/images/loading_background.png) no-repeat center center
}

#cboxLoadingGraphic {
    background: url(../colorbox/images/loading.gif) no-repeat center center
}

#cboxTitle {
    position: absolute;
    bottom: -25px;
    left: 0;
    text-align: center;
    width: 100%;
    font-weight: bold;
    color: #7c7c7c
}

#cboxCurrent {
    position: absolute;
    bottom: -25px;
    left: 58px;
    font-weight: bold;
    color: #7c7c7c
}

#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    position: absolute;
    bottom: -29px;
    background: url(../colorbox/images/controls.png) no-repeat 0 0;
    width: 23px;
    height: 23px;
    text-indent: -9999px
}

    #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
        outline: 0
    }

#cboxPrevious {
    left: 0;
    background-position: -51px -25px
}

    #cboxPrevious:hover {
        background-position: -51px 0
    }

#cboxNext {
    left: 27px;
    background-position: -75px -25px
}

    #cboxNext:hover {
        background-position: -75px 0
    }

#cboxClose {
    right: 0;
    background-position: -100px -25px
}

    #cboxClose:hover {
        background-position: -100px 0
    }

.cboxSlideshow_on #cboxSlideshow {
    background-position: -125px 0;
    right: 27px
}

    .cboxSlideshow_on #cboxSlideshow:hover {
        background-position: -150px 0
    }

.cboxSlideshow_off #cboxSlideshow {
    background-position: -150px -25px;
    right: 27px
}

    .cboxSlideshow_off #cboxSlideshow:hover {
        background-position: -125px 0
    }

.ui-menu.ui-autocomplete {
    background-color: #fff;
    color: #333;
    border: 1px solid #ccc
}

    .ui-menu.ui-autocomplete .ui-state-active {
        background-color: #add8e6
    }

.ui-autocomplete.ui-front {
    z-index: 2100
}


.s-PropertyGrid .category-links {
    background: #f7f7f7;
    border-bottom: 1px solid #e7e7e7
}

    .s-PropertyGrid .category-links a.category-link {
        color: #4095d4
    }

.premium-note {
    color: #fff
}

    i.premium-feature, .premium-note i {
        color: #ffff80 !important
    }

.light-sidebar .premium-note {
    color: #333
}

    .light-sidebar .premium-feature, .light-sidebar .premium-note i {
        color: #d0b111 !important
    }

.slick-header-menubutton {
    background-position: center center;
    background-repeat: no-repeat;
    bottom: 0;
    cursor: pointer;
    display: inline-block;
    flex: 0 0 auto;
    width: 16px;
    height: 20px;
    margin-top: -2px;
    opacity: .2
}

    .slick-header-menubutton.is-filtered {
        opacity: 1
    }

.slick-header-menu {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #bfbdbd;
    min-width: 250px;
    padding: 4px;
    z-index: 100000;
    cursor: default;
    display: inline-block;
    margin: 0;
    position: absolute
}

    .slick-header-menu label {
        display: block;
        margin-bottom: 5px;
        font-weight: normal
    }

    .slick-header-menu input[type=checkbox] {
        position: relative;
        margin-top: 0;
        margin-right: 2px;
        top: 3px
    }

    .slick-header-menu BUTTON {
        border: 1px solid #bfbdbd;
        background-color: #fff;
        width: 50px;
        padding: 4px;
        margin: 4px 4px 4px 0
    }

    .slick-header-menu .filter {
        border: 1px solid #bfbdbd;
        font-size: 8pt;
        height: 300px;
        margin-top: 6px;
        overflow: scroll;
        padding: 4px;
        white-space: nowrap;
        width: 270px
    }

.slick-header-menuitem {
    border: 1px solid transparent;
    padding: 2px 4px;
    cursor: pointer;
    list-style: none outside none;
    margin: 0
}

.slick-header-menuicon {
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    margin-right: 4px;
    vertical-align: middle;
    width: 16px
}

.slick-header-menucontent {
    display: inline-block;
    vertical-align: middle
}

.slick-header-menuitem:hover {
    border-color: #bfbdbd
}

.header-overlay, .cell-overlay, .selection-cell-overlay {
    display: block;
    position: absolute;
    z-index: 999
}

.slick-header-column.has-header-menubutton {
    display: flex
}

    .slick-header-column.has-header-menubutton .slick-column-name {
        text-overflow: ellipsis;
        overflow: hidden;
        flex: 1 1 auto
    }

    .slick-header-column.has-header-menubutton .slick-sort-indicator {
        flex: 0 0 auto;
        position: static
    }


.view-switch {
    position: relative;
    top: -6px
}

.card-container {
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: #ecf0f5
}

    .card-container .card-items {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap
    }

    .card-container .card-item {
        flex: 0 1 calc(100% - 4px);
        padding: 8px;
        background-color: #fff;
        box-shadow: 1px 2px 3px rgba(0,0,0,.2);
        height: 130px;
        overflow: hidden;
        margin: 6px
    }

        .card-container .card-item table {
            width: 100%;
            table-layout: fixed
        }

        .card-container .card-item td {
            padding: 4px
        }

            .card-container .card-item td.img {
                width: 116px
            }

                .card-container .card-item td.img img {
                    width: 100px
                }

        .card-container .card-item .name {
            font-weight: bold
        }

@media(min-width:900px) {
    .card-container .card-item {
        flex-basis: calc(50% - 12px)
    }
}

@media(min-width:1600px) {
    .card-container .card-item {
        flex-basis: calc(33% - 12px)
    }
}

.favorite-views {
    margin-right: 4px;
    position: relative;
    top: -6px
}

    .favorite-views ul {
        font-size: 12px;
        width: 150px;
        min-width: 150px
    }

    .favorite-views li.save {
        padding: 6px
    }

        .favorite-views li.save input {
            margin-top: 2px;
            width: 126px
        }

        .favorite-views li.save button {
            margin-top: 4px;
            font-size: 12px
        }

    .favorite-views li.fav {
        position: relative;
        padding-right: 16px
    }

    .favorite-views i.fa-trash-o {
        cursor: pointer;
        position: absolute;
        right: 4px;
        top: 5px;
        color: #800000
    }

.s-GridWithDialog .s-GridDialogPane {
    position: absolute;
    right: 0;
    width: 50%;
    height: 100%;
    outline: 0;
    overflow: hidden;
    display: none;
    border-left: 2px solid #999;
    padding-left: 5px;
    padding-top: 5px
}

.s-GridWithDialog .panel-titlebar {
    display: none
}

.s-GridWithDialog.dialog-open .panel-titlebar {
    display: block
}

.s-GridWithDialog .dialog-button-separator {
    display: none
}

.s-GridWithDialog.dialog-open .dialog-button-separator {
    display: block
}

.s-GridWithDialog.dialog-open .s-GridDialogPane {
    display: block
}

.s-GridWithDialog.dialog-open .slick-pane-left {
    width: 50% !important
}

.slick-row.editing-item {
    background-color: #fafad2
}

@media(max-width:767px) {
    .s-GridWithDialog.dialog-open .slick-pane-left {
        display: none !important
    }

    .s-GridWithDialog.dialog-open .quick-filters-bar {
        display: none
    }

    .s-GridWithDialog.dialog-open .s-QuickSearchBar {
        display: none
    }

    .s-GridWithDialog.dialog-open .s-GridDialogPane {
        width: 100% !important;
        height: auto !important;
        position: initial !important;
        border-left: none
    }

    .s-GridWithDialog.dialog-open .add-button, .s-GridWithDialog.dialog-open .column-picker-button, .s-GridWithDialog.dialog-open .refresh-button, .s-GridWithDialog.dialog-open .dialog-button-separator {
        display: none !important
    }

    .s-GridWithDialog.dialog-open .grid-title {
        display: none
    }

    .s-GridWithDialog.dialog-open .s-SlickPager {
        display: none !important
    }
}

.slick-row.even {
    background-color: #f4f8fb
}

.slick-row.odd {
    background-color: #fff
}

.slick-cell, .slick-header-column, .slick-header-column.ui-state-default {
    border-bottom-color: #ebeff2
}

.slick-header-column-sorted, .slick-header-column-sorted.ui-state-default {
    border-bottom-color: #5bc0de
}

.slick-header-column, .slick-header-column.ui-state-default {
    padding: 8px 2px 8px 4px
}

.icon-tool-button span.button-inner i {
    font-size: 16px;
    position: relative;
    top: 1px;
    line-height: 16px
}

.inplace-create b, .inplace-create.edit b {
    background-image: none
}

    .inplace-create b:before {
        content: "";
        font-family: "FontAwesome";
        color: #e49808;
        font-weight: normal;
        font-style: normal;
        font-weight: 400;
        -webkit-font-smoothing: antialiased
    }

    .inplace-create.edit b:before {
        content: "";
        color: #871ea7
    }

.ui-datepicker-trigger {
    border: none;
    background: none;
    color: #4a4a8e;
    margin-top: 2px;
    line-height: 24px;
    font-size: 19px;
    padding: 0;
    margin-left: 5px
}

.s-Form .ui-datepicker-trigger {
    margin-left: 5px
}

.s-QuickSearchBar {
    border-right-color: #ddd;
    border-radius: 0 3px 3px 0
}

    .s-QuickSearchBar .quick-search-icon {
        padding-top: 3px;
        padding-left: 10px;
        height: 30px;
        border-radius: 4px 0 0 4px
    }

        .s-QuickSearchBar .quick-search-icon i {
            background: none;
            line-height: 25px
        }

            .s-QuickSearchBar .quick-search-icon i:before {
                content: "";
                font-size: 18px;
                color: #eee;
                font-family: 'FontAwesome';
                font-style: normal;
                font-weight: 400;
                -webkit-font-smoothing: antialiased
            }

    .s-QuickSearchBar .s-QuickSearchInput {
        border-color: #ddd;
        border-radius: 0 3px 3px 0
    }

    .s-QuickSearchBar input.s-QuickSearchInput {
        line-height: 25px;
        height: 30px
    }

.s-SlickPager {
    background: #f7f7f7;
    border: 1px solid #f0f0f0;
    border-top: none;
    padding: 2px 0 2px 4px;
    height: 34px
}

.slick-pg-btn {
    background: none;
    line-height: 21px;
    width: 26px;
    text-align: center
}

    .slick-pg-btn > span:before {
        font-size: 15px;
        color: #4a4a8e;
        font-family: "FontAwesome";
        font-style: normal;
        font-weight: normal;
        -webkit-font-smoothing: antialiased
    }

.slick-pg-btn-span {
    width: 24px
}

.slick-pg-first > span:before {
    content: ""
}

.slick-pg-prev > span:before {
    content: ""
}

.slick-pg-next > span:before {
    content: ""
}

.slick-pg-last > span:before {
    content: ""
}

.slick-pg-reload > span:before {
    content: ""
}

.slick-pg-current {
    text-align: center
}

.slick-header-menubutton.header-filter-button {
    background: none !important;
    text-align: center;
    line-height: 22px
}

    .slick-header-menubutton.header-filter-button:before {
        content: "";
        font-size: 13px;
        font-family: themify;
        font-style: normal;
        font-weight: normal;
        -webkit-font-smoothing: antialiased
    }

    .slick-header-menubutton.header-filter-button:hover {
        color: #000
    }

    .slick-header-menubutton.header-filter-button.is-filtered {
        color: #00bfff
    }

.s-Toolbar .buttons-inner {
    border: 1px solid #ddd;
    display: inline-block;
    border-radius: 3px;
    overflow: hidden;
    margin-right: 5px;
    margin-top: 2px;
    padding: 0
}

.s-Toolbar .separator {
    display: none
}

.quick-filter-item .select2-search-field input {
    position: initial;
    top: 0
}

.select2-container-multi .select2-choices .select2-search-field input {
    padding: 3px 5px
}

.select2-container-multi .select2-choices {
    border-color: #ddd
}

div.s-Toolbar .tool-button.no-text span.button-inner {
    padding: 0 3px 18px 13px
}

.s-Toolbar .tool-button {
    background: transparent;
    border: none;
    border-left: 1px solid #ddd;
    padding: 5px 7px;
    margin: 0 0 0 -1px;
    border-radius: 0
}

    .s-Toolbar .tool-button .button-outer {
        border: none;
        height: 18px;
        padding: 0
    }

    .s-Toolbar .tool-button .button-inner {
        border: none;
        padding: 0 0 0 20px
    }

    .s-Toolbar .tool-button.icon-tool-button .button-inner {
        padding: 0 3px
    }

    .s-Toolbar .tool-button:hover {
        background-color: #fcfcf0
    }

.button-inner i {
    color: #4a4a8e
}

.select2-container .select2-choice {
    border-radius: 3px;
    border-color: #ddd;
    background-image: none
}

    .select2-container .select2-choice abbr.select2-search-choice-close {
        top: 7px
    }

    .select2-container .select2-choice .select2-arrow {
        background-color: #eee;
        background-image: none;
        border-left-color: #ddd;
        border-radius: 0
    }

.select2-container-active .select2-choice, .select2-container-active .select2-choices {
    border-color: #5897fb
}

.s-Toolbar .select2-container .select2-choice {
    line-height: 28px;
    height: 28px
}

    .s-Toolbar .select2-container .select2-choice abbr.select2-search-choice-close {
        top: 8px
    }

    .s-Toolbar .select2-container .select2-choice .select2-arrow b {
        background-position: 0 2px
    }

.inplace-button {
    background-image: none;
    background-color: #eee;
    border-color: #ddd;
    border-radius: 3px;
    height: 26px;
    width: 23px
}

    .inplace-button b {
        text-align: center;
        font-size: 17px;
        margin-top: 1px
    }

.grid-toolbar .inplace-button {
    height: 30px
}

    .grid-toolbar .inplace-button b {
        margin-top: 3px
    }

.select2-dropdown-open .select2-choice {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    filter: unset
}

.ui-dialog-buttonset .ui-button {
    background-color: #f4f4f4;
    border: 1px solid #ddd;
    text-shadow: none;
    color: #444;
    font-weight: normal
}

.button.ui-state-default, button.ui-button {
    box-shadow: none
}

.ui-dialog-buttonset .ui-button:hover {
    background-color: #e7e7e7;
    border-color: #adadad
}

.s-ColumnPickerDialog h5 i {
    color: #2f353f;
    font-size: 16px
}

.s-ColumnPickerDialog i.js-hide, .s-ColumnPickerDialog i.js-show {
    color: #2f353f
}

.s-Dialog .s-DialogToolbar {
    background: #fff;
    padding-top: 4px;
    border-bottom-color: #f0f0f0
}

.s-Panel .s-DataGrid.editor .grid-toolbar {
    background: #fff;
    border-bottom-color: #f0f0f0;
    padding-top: 4px
}

.quick-filter-item > input, .quick-filter-item > input[type="text"], .quick-filter-item > input[type="email"], .quick-filter-item > input[type="tel"], .quick-filter-item > input[type="search"], .quick-filter-item > input[type="url"], .quick-filter-item > input[type="password"], .quick-filter-item > textarea {
    padding-top: 5px;
    padding-bottom: 5px;
    border-color: #ddd
}

.s-PropertyGrid .category-title {
    border-bottom-color: #ddd
}

.s-ImageUploadEditor .s-Toolbar, .s-MultipleImageUploadEditor .s-Toolbar {
    background-color: #fff;
    border: 1px solid #f0f0f0;
    padding-top: 2px
}

.quick-filter-item .ui-datepicker-trigger {
    top: 5px
}

.grid-title, .panel-titlebar {
    padding: 0;
    border-bottom: none
}

.wizard-horz {
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    position: relative;
    min-height: 48px
}

    .wizard-horz .wizard-grid {
        border-radius: 4px 4px 0 0;
        overflow: hidden
    }

    .wizard-horz .tab-pane {
        padding: 15px
    }

    .wizard-horz .property-panes > .tab-pane:not(.active) {
        display: none !important
    }

    .wizard-horz ul.property-tabs {
        list-style: none outside none;
        padding: 0;
        margin: 0;
        width: 999999px
    }

        .wizard-horz ul.property-tabs li {
            float: left;
            margin: 0;
            padding: 0 20px 0 30px;
            height: 46px;
            line-height: 46px;
            position: relative;
            background: #eee;
            color: #999;
            font-size: 16px;
            cursor: not-allowed
        }

            .wizard-horz ul.property-tabs li > .has-secondary-text {
                display: inline
            }

                .wizard-horz ul.property-tabs li > .has-secondary-text > h4 {
                    display: inline;
                    font-size: 16px;
                    font-weight: normal
                }

                .wizard-horz ul.property-tabs li > .has-secondary-text > small {
                    display: none
                }

            .wizard-horz ul.property-tabs li .chevron {
                border: 24px solid transparent;
                border-left: 14px solid #d4d4d4;
                border-right: 0;
                display: block;
                position: absolute;
                right: -14px;
                top: 0;
                z-index: 1
            }

                .wizard-horz ul.property-tabs li .chevron:before {
                    border: 24px solid transparent;
                    border-left: 14px solid #eee;
                    border-right: 0;
                    content: "";
                    display: block;
                    position: absolute;
                    right: 1px;
                    top: -24px
                }

            .wizard-horz ul.property-tabs li.complete {
                background: #f5f5f5;
                color: #468847
            }

                .wizard-horz ul.property-tabs li.complete:hover {
                    background: #e2eaee;
                    cursor: pointer
                }

                    .wizard-horz ul.property-tabs li.complete:hover .chevron:before {
                        border-left: 14px solid #e2eaee
                    }

                .wizard-horz ul.property-tabs li.complete .chevron:before {
                    border-left: 14px solid #f5f5f5
                }

            .wizard-horz ul.property-tabs li.active {
                background: #eef7fb;
                color: #3a87ad;
                cursor: default
            }

                .wizard-horz ul.property-tabs li.active .chevron:before {
                    border-left: 14px solid #eef7fb
                }

                .wizard-horz ul.property-tabs li.active .badge {
                    background-color: #3a87ad
                }

            .wizard-horz ul.property-tabs li .badge {
                font-size: 15px;
                position: relative;
                top: -2px
            }

            .wizard-horz ul.property-tabs li span.text {
                margin-left: 4px
            }

            .wizard-horz ul.property-tabs li .badge-success {
                background-color: #468847
            }

            .wizard-horz ul.property-tabs li:first-child {
                border-radius: 4px 0 0 0;
                padding-left: 20px
            }

    .wizard-horz.compact-steps span.text {
        display: none
    }

    .wizard-horz.compact-steps ul.property-tabs > li.active span.text {
        display: inline
    }

    .wizard-horz.compact-steps ul.property-tabs > li:hover span.text {
        display: inline
    }

.s-MailboxLoginView .caption {
    width: 120px
}

.s-MailboxLoginView .login-view-box {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 6px
}

    .s-MailboxLoginView .login-view-box .box-body {
        padding: 15px
    }

.s-MailboxView a.active {
    font-weight: bold;
    color: #000080
}

.s-MailboxView .box .nav-stacked > li {
    border-bottom: 1px solid #f4f4f4;
    margin: 0
}

.s-MailboxView .box .nav-stacked li li a {
    color: #666;
    padding: 0 15px;
    display: block
}

.s-MailboxView .box .nav-stacked i {
    font-size: 16px
}

.s-MailboxView .box .nav-stacked li ul {
    list-style: none;
    padding-left: 40px;
    line-height: 2em
}

.s-MailboxView .mail-table {
    table-layout: fixed;
    white-space: nowrap
}

    .s-MailboxView .mail-table tr.unseen {
        font-weight: bold
    }

    .s-MailboxView .mail-table td > div {
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 100%;
        overflow: hidden
    }

    .s-MailboxView .mail-table .mailbox-name {
        width: 250px
    }

    .s-MailboxView .mail-table .mailbox-date {
        width: 120px
    }

    .s-MailboxView .mail-table .mailbox-subject {
        width: 55%
    }

    .s-MailboxView .mail-table .mailbox-check {
        width: 25px
    }

    .s-MailboxView .mail-table .mailbox-star {
        width: 25px
    }

    .s-MailboxView .mail-table .mailbox-attachment {
        width: 25px
    }

.s-MailViewer .from {
    font-style: italic;
    font-size: 14px;
    color: #6495ed
}

.s-MailViewer .date {
    float: right;
    color: #666
}

.s-MailViewer div.subject {
    padding: 10px 0;
    font-size: 18px
}

.s-MailViewer .mail-actions {
    padding: 10px
}

.s-MailViewer .mail-info {
    margin: 10px 5px 10px 10px
}

.s-MailViewer span.to, .s-MailViewer span.cc {
    color: #666
}

.s-MailViewer div.cc, .s-MailViewer div.to, .s-MailViewer div.attachments {
    padding: 5px;
    margin: 5px 5px 0 5px;
    border: 1px solid #f7f7f7
}

.s-MailViewer div.to {
    background-color: #fcfcff
}

.s-MailViewer div.cc {
    background-color: #fcfffc
}

.s-MailViewer iframe {
    width: 100%;
    min-height: 250px;
    padding: 5px
}

.s-MailViewer div.attachments {
    margin: 0;
    background-color: #fffff0;
    border-top: 2px solid #eee
}

    .s-MailViewer div.attachments ul {
        list-style: none;
        padding: 0;
        margin: 0
    }

        .s-MailViewer div.attachments ul li {
            display: inline-block;
            padding: 4px;
            margin-right: 8px
        }

    .s-MailViewer div.attachments i {
        font-size: 15px
    }

    .s-MailViewer div.attachments a {
        color: #000
    }

        .s-MailViewer div.attachments a:hover {
            color: #1e90ff
        }

.slick-grouping-panel {
    background: #d6ebfc;
    color: #000;
    border-bottom: 3px solid #fff
}

    .slick-grouping-panel .ui-droppable {
        padding: 5px
    }

    .slick-grouping-panel .slick-dropped-grouping {
        border: 1px solid #95c1e5;
        padding: 1px 3px
    }

.slick-dropped-placeholder {
    color: #4e506b
}

.slick-column-groupable {
    width: 9px;
    height: 9px;
    display: inline-block;
    margin-left: 4px
}

.slick-dropped-grouping {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    cursor: pointer
}

.slick-groupby-remove {
    padding-right: 20px;
    display: inline-flex
}

.slick-groupby-remove-image {
    background: url(../serenity/images/cross.png) no-repeat center center
}

.slick-dropped-placeholder {
    height: 25px
}

.slick-group-expand-all, .slick-group-collapse-all {
    width: 14px;
    height: 14px;
    position: absolute;
    display: inline-block;
    cursor: pointer;
    background-position: center center;
    background-repeat: no-repeat;
    top: 8px
}

.slick-group-expand-all {
    background-image: url(../serenity/images/toggle-expand.png);
    right: 28px
}

.slick-group-collapse-all {
    background-image: url(../serenity/images/toggle.png);
    right: 8px
}

.s-DataReportViewGrid .slick-footerrow-column {
    cursor: pointer
}

.s-AggregatesPopup {
    background-color: #b0e0e6;
    border: 1px solid #808080;
    padding: 2px;
    display: inline-block;
    min-width: 100px;
    -moz-box-shadow: 2px 2px 2px silver;
    -webkit-box-shadow: 2px 2px 2px silver;
    z-index: 99999
}

    .s-AggregatesPopup li {
        padding: 4px 4px 4px 14px;
        list-style: none;
        cursor: pointer
    }

        .s-AggregatesPopup li.active {
            font-weight: bold
        }

        .s-AggregatesPopup li:hover {
            background-color: #fff
        }

.s-BasicSamples-ChartInDialog svg {
    width: 100%;
    height: 90%
}

.s-BasicSamples-ChartInDialog .ui-dialog-content {
    overflow: hidden
}

.s-BasicSamples-ChartInDialog > .size {
    min-width: 700px;
    width: 700px;
    min-height: 400px;
    height: 400px
}

.s-BasicSamples-CloneableEntityDialog > .size {
    width: 850px;
    height: 500px
}

.s-BasicSamples-CloneableEntityDialog .caption {
    width: 150px
}

.s-BasicSamples-LookupFilterByMultipleDialog > .size {
    width: 850px;
    height: 650px
}

.s-BasicSamples-LookupFilterByMultipleDialog .caption {
    width: 150px
}

.s-BasicSamples-FilteredLookupInDetailDialog > .size {
    width: 850px;
    height: 550px
}

.s-BasicSamples-FilteredLookupInDetailDialog .caption {
    width: 150px
}

.s-BasicSamples-FilteredLookupInDetailDialog .s-PropertyGrid .categories {
    overflow-y: auto
}

.s-BasicSamples-FilteredLookupOrderDetailDialog > .size {
    min-width: 450px;
    width: 450px
}

.s-BasicSamples-FilteredLookupOrderDetailDialog .tab-pane {
    height: auto
}

.s-BasicSamples-FilteredLookupOrderDetailDialog .caption {
    width: 80px
}

.s-BasicSamples-FilteredLookupOrderDetailDialog .editor {
    width: 310px
}

.s-BasicSamples-FilteredLookupOrderDetailDialog input.editor[type=checkbox] {
    width: auto
}

.s-BasicSamples-FilteredLookupOrderDetailDialog .s-Form .editor.dateQ {
    width: 286px
}

.s-BasicSamples-FilteredLookupOrderDetailDialog .s-Form .editor.emailuser {
    width: 170px
}

.s-BasicSamples-FilteredLookupOrderDetailDialog .s-Form .editor.dateQ.s-DateTimeEditor {
    width: 191px
}

.s-BasicSamples-FilteredLookupOrderDetailDialog .s-Form .editor.s-DateTimeEditor.time {
    width: 64px;
    margin-left: 4px
}

.s-BasicSamples-FilteredLookupOrderDetailDialog .s-Form .editor.has-inplace-button {
    width: 284px
}

.s-BasicSamples-FilteredLookupOrderDetailDialog .s-Form .emaildomain {
    width: 125px
}

.s-BasicSamples-GroupingAndSummariesInGrid .slick-cell input[type=text] {
    text-align: right;
    border-radius: 0;
    width: 100%;
    padding: 0 2px;
    border: 1px solid #e7e7e7
}

.s-BasicSamples-GroupingAndSummariesInGrid .slick-cell input.dirty {
    background-color: #ffe0e0
}

.s-BasicSamples-ConditionalFormattingGrid .discontinued .slick-cell, .s-BasicSamples-ConditionalFormattingGrid .discontinued .slick-cell a {
    color: #d3d3d3
}

.s-BasicSamples-ConditionalFormattingGrid .out-of-stock .slick-cell, .s-BasicSamples-ConditionalFormattingGrid .out-of-stock .slick-cell a {
    background-color: #faa;
    color: #f00
}

.s-BasicSamples-ConditionalFormattingGrid .critical-stock {
    background-color: #ffd5c0
}

    .s-BasicSamples-ConditionalFormattingGrid .critical-stock .slick-cell, .s-BasicSamples-ConditionalFormattingGrid .critical-stock .slick-cell a {
        color: #000
    }

.s-BasicSamples-ConditionalFormattingGrid .much-stock .slick-cell, .s-BasicSamples-ConditionalFormattingGrid .much-stock .slick-cell a {
    font-style: italic
}

.s-BasicSamples-ConditionalFormattingGrid .high-price .col-unit-price {
    background-color: #9932cc;
    color: #fff
}

.s-BasicSamples-ConditionalFormattingGrid .medium-price .col-unit-price {
    background-color: #ff0;
    color: #000
}

.s-BasicSamples-ConditionalFormattingGrid .low-price .col-unit-price {
    background-color: #008000;
    color: #fff
}

.s-BasicSamples-ReadOnlyDialog > .size {
    width: 650px;
    height: 550px
}

.s-BasicSamples-ReadOnlyDialog .caption {
    width: 150px
}

.s-BasicSamples-ProductExcelImportDialog {
    overflow: hidden
}

    .s-BasicSamples-ProductExcelImportDialog .size {
        height: 350px
    }

.s-BasicSamples-VSGalleryQAGrid .wrap-text {
    white-space: normal
}

.s-BasicSamples-VSGalleryQAGrid ul.posts {
    height: 100%;
    overflow-y: auto;
    margin: 0;
    padding: 0
}

    .s-BasicSamples-VSGalleryQAGrid ul.posts pre {
        white-space: pre-wrap;
        font-size: 12px;
        border: none;
        background-color: transparent
    }

    .s-BasicSamples-VSGalleryQAGrid ul.posts li {
        list-style: none;
        margin: 6px;
        border-radius: 8px;
        padding: 4px;
        border: 1px solid #ccc;
        background-color: #f8d699
    }

        .s-BasicSamples-VSGalleryQAGrid ul.posts li.odd {
            background-color: #d6f899
        }

    .s-BasicSamples-VSGalleryQAGrid ul.posts h4 {
        font-size: 13px;
        text-align: right;
        font-weight: bold;
        font-style: italic
    }

.s-BasicSamples-StaticTextBlockDialog .caption {
    width: 130px
}

.s-BasicSamples-StaticTextBlockDialog .s-PropertyGrid {
    display: block
}

.s-StaticTextBlock {
    padding-top: 4px
}

.s-BasicSamples-OtherFormInTabDialog > .size {
    width: 750px;
    height: 550px
}

.s-BasicSamples-OtherFormInTabDialog .caption {
    width: 120px
}

.s-BasicSamples-OtherFormInTabOneBarDialog > .size {
    width: 750px;
    height: 550px
}

.s-BasicSamples-OtherFormInTabOneBarDialog .caption {
    width: 120px
}

.inline-action.view-details {
    background-image: url(../serenity/images/magnifier-left.png)
}

.inline-action.new-order {
    background-image: url(../serenity/images/store.png)
}

.s-BasicSamples-EntityDialogAsPanel {
    background-color: #fff;
    padding: 10px;
    border-radius: 6px
}

    .s-BasicSamples-EntityDialogAsPanel .caption {
        width: 120px
    }

    .s-BasicSamples-EntityDialogAsPanel .s-PropertyGrid .categories {
        height: auto
    }

.s-BasicSamples-DragDropSampleDialog > .size {
    width: 650px
}

.s-BasicSamples-DragDropSampleDialog .caption {
    width: 150px
}

.drag-helper {
    position: absolute;
    display: inline-block;
    padding: 4px 10px 4px 26px;
    background-color: #e0e0e0;
    border: 1px solid #808080;
    opacity: .7;
    z-index: 99999;
    border-radius: 8px;
    box-shadow: 2px 2px 6px silver;
    background-repeat: no-repeat;
    background-position: 4px center;
    background-image: url(../serenity/images/ok.png)
}

    .drag-helper.reject {
        background-image: url(../serenity/images/slash.png)
    }

.s-BasicSamples-WrappedHeadersGrid .slick-header-columns {
    white-space: normal;
    height: 45px;
    border-bottom: 2px solid #ccc
}

.s-BasicSamples-WrappedHeadersGrid .slick-header-column.ui-state-default {
    height: 100%
}

.s-ProductPickerDialog .ui-dialog-content {
    padding: 8px
}

.s-ProductPickerDialog .grid-container {
    height: 400px
}

.s-AdvancedSamples-InlineButtonsDialog .caption {
    width: 180px
}

.s-AdvancedSamples-InlineButtonsDialog .s-PropertyGrid {
    display: block
}

.s-AdvancedSamples-OrderWizard .caption {
    width: 120px
}

.s-AdvancedSamples-OrderWizard .property-panes .tab-pane.active {
    min-height: 450px
}

.s-AdvancedSamples-CustomizableSummariesGrid .slick-footerrow-column {
    cursor: pointer
}

.s-Meeting-MeetingDialog > .size {
    width: 850px;
    height: 550px
}

.s-Meeting-MeetingDialog .caption {
    width: 120px
}

.s-Meeting-MeetingDialog .AttendeeList .inplace-button {
    margin-top: 3px;
    height: 27px;
    width: 26px
}

.s-Meeting-MeetingDialog .AttendeeList .s-Toolbar .s-LookupEditor {
    float: left
}

.s-Meeting-MeetingDialog .AttendeeList .s-Toolbar .has-inplace-button {
    margin-right: 1px
}

.s-Meeting-MeetingAttendeeEditor .slick-cell select {
    padding: 0;
    width: 100%
}

.s-Meeting-MeetingAgendaDialog > .size {
    width: 650px
}

.s-Meeting-MeetingAgendaDialog .caption {
    width: 150px
}

.s-Meeting-MeetingAgendaRelevantDialog > .size {
    width: 650px
}

.s-Meeting-MeetingAgendaRelevantDialog .caption {
    width: 150px
}

.s-Meeting-MeetingAgendaTypeDialog > .size {
    width: 650px
}

.s-Meeting-MeetingAgendaTypeDialog .caption {
    width: 150px
}

.s-Meeting-MeetingDecisionDialog > .size {
    width: 650px
}

.s-Meeting-MeetingDecisionDialog .caption {
    width: 150px
}

.s-Meeting-MeetingDecisionRelevantDialog > .size {
    width: 650px
}

.s-Meeting-MeetingDecisionRelevantDialog .caption {
    width: 150px
}

.s-Meeting-MeetingLocationDialog > .size {
    width: 650px
}

.s-Meeting-MeetingLocationDialog .caption {
    width: 150px
}

.s-Meeting-MeetingTypeDialog > .size {
    width: 650px
}

.s-Meeting-MeetingTypeDialog .caption {
    width: 150px
}

.page-content .s-ChangePasswordPanel {
    width: 550px
}

    .page-content .s-ChangePasswordPanel .caption {
        width: 150px
    }

    .page-content .s-ChangePasswordPanel .editor {
        width: 350px
    }

    .page-content .s-ChangePasswordPanel input.editor[type=checkbox] {
        width: auto
    }

    .page-content .s-ChangePasswordPanel .s-Form .editor.dateQ {
        width: 326px
    }

    .page-content .s-ChangePasswordPanel .s-Form .editor.emailuser {
        width: 170px
    }

    .page-content .s-ChangePasswordPanel .s-Form .editor.dateQ.s-DateTimeEditor {
        width: 231px
    }

    .page-content .s-ChangePasswordPanel .s-Form .editor.s-DateTimeEditor.time {
        width: 64px;
        margin-left: 4px
    }

    .page-content .s-ChangePasswordPanel .s-Form .editor.has-inplace-button {
        width: 324px
    }

    .page-content .s-ChangePasswordPanel .s-Form .emaildomain {
        width: 165px
    }

    .page-content .s-ChangePasswordPanel .buttons {
        text-align: right;
        padding: 8px 48px
    }

.page-content .s-ForgotPasswordPanel {
    border: 2px solid #e7e7e7;
    padding: 40px;
    border-radius: 8px;
    width: 650px;
    margin: 60px auto auto auto
}

    .page-content .s-ForgotPasswordPanel .caption {
        width: 150px
    }

    .page-content .s-ForgotPasswordPanel .editor {
        width: 350px
    }

    .page-content .s-ForgotPasswordPanel input.editor[type=checkbox] {
        width: auto
    }

    .page-content .s-ForgotPasswordPanel .s-Form .editor.dateQ {
        width: 326px
    }

    .page-content .s-ForgotPasswordPanel .s-Form .editor.emailuser {
        width: 170px
    }

    .page-content .s-ForgotPasswordPanel .s-Form .editor.dateQ.s-DateTimeEditor {
        width: 231px
    }

    .page-content .s-ForgotPasswordPanel .s-Form .editor.s-DateTimeEditor.time {
        width: 64px;
        margin-left: 4px
    }

    .page-content .s-ForgotPasswordPanel .s-Form .editor.has-inplace-button {
        width: 324px
    }

    .page-content .s-ForgotPasswordPanel .s-Form .emaildomain {
        width: 165px
    }

    .page-content .s-ForgotPasswordPanel .buttons {
        text-align: right;
        padding: 8px 62px
    }

    .page-content .s-ForgotPasswordPanel p {
        padding: 8px;
        margin: 24px 0
    }

.page-content .s-ResetPasswordPanel {
    border: 2px solid #e7e7e7;
    padding: 40px;
    border-radius: 8px;
    width: 650px;
    margin: 60px auto auto auto
}

    .page-content .s-ResetPasswordPanel .caption {
        width: 150px
    }

    .page-content .s-ResetPasswordPanel .editor {
        width: 350px
    }

    .page-content .s-ResetPasswordPanel input.editor[type=checkbox] {
        width: auto
    }

    .page-content .s-ResetPasswordPanel .s-Form .editor.dateQ {
        width: 326px
    }

    .page-content .s-ResetPasswordPanel .s-Form .editor.emailuser {
        width: 170px
    }

    .page-content .s-ResetPasswordPanel .s-Form .editor.dateQ.s-DateTimeEditor {
        width: 231px
    }

    .page-content .s-ResetPasswordPanel .s-Form .editor.s-DateTimeEditor.time {
        width: 64px;
        margin-left: 4px
    }

    .page-content .s-ResetPasswordPanel .s-Form .editor.has-inplace-button {
        width: 324px
    }

    .page-content .s-ResetPasswordPanel .s-Form .emaildomain {
        width: 165px
    }

    .page-content .s-ResetPasswordPanel .buttons {
        text-align: right;
        padding: 8px 62px
    }

.page-content .s-SignUpPanel {
    border: 2px solid #e7e7e7;
    padding: 40px;
    border-radius: 8px;
    width: 650px;
    margin: 60px auto auto auto
}

    .page-content .s-SignUpPanel .caption {
        width: 150px
    }

    .page-content .s-SignUpPanel .editor {
        width: 350px
    }

    .page-content .s-SignUpPanel input.editor[type=checkbox] {
        width: auto
    }

    .page-content .s-SignUpPanel .s-Form .editor.dateQ {
        width: 326px
    }

    .page-content .s-SignUpPanel .s-Form .editor.emailuser {
        width: 170px
    }

    .page-content .s-SignUpPanel .s-Form .editor.dateQ.s-DateTimeEditor {
        width: 231px
    }

    .page-content .s-SignUpPanel .s-Form .editor.s-DateTimeEditor.time {
        width: 64px;
        margin-left: 4px
    }

    .page-content .s-SignUpPanel .s-Form .editor.has-inplace-button {
        width: 324px
    }

    .page-content .s-SignUpPanel .s-Form .emaildomain {
        width: 165px
    }

    .page-content .s-SignUpPanel .buttons {
        text-align: right;
        padding: 8px 62px
    }

    .page-content .s-SignUpPanel p {
        padding: 8px;
        margin: 24px 0
    }

.login-box .page-title, .register-box .page-title {
    margin-top: 0;
    padding: 0 0 8px
}

.login-box login-box-msg, .register-box login-box-msg, .login-box .register-box-msg, .register-box .register-box-msg {
    padding-bottom: 20px
}

.login-box .s-LoginPanel, .register-box .s-LoginPanel, .login-box .s-SignUpPanel, .register-box .s-SignUpPanel, .login-box .s-ForgotPasswordPanel, .register-box .s-ForgotPasswordPanel, .login-box .s-ChangePasswordPanel, .register-box .s-ChangePasswordPanel, .login-box .s-ResetPasswordPanel, .register-box .s-ResetPasswordPanel {
    margin-bottom: 10px
}

.login-box .s-Form input, .register-box .s-Form input {
    display: block;
    width: 100%;
    height: 34px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 0
}

.login-box .s-Form .field, .register-box .s-Form .field {
    margin-bottom: 15px;
    padding: 0
}

.login-box .s-Form .has-icon, .register-box .s-Form .has-icon {
    position: relative
}

    .login-box .s-Form .has-icon input, .register-box .s-Form .has-icon input {
        padding-right: 34px
    }

        .login-box .s-Form .has-icon input.emailuser, .register-box .s-Form .has-icon input.emailuser {
            padding-right: 6px
        }

.login-box .s-Form .caption, .register-box .s-Form .caption {
    width: 100%;
    text-align: left;
    display: none
}

.login-box .s-Form label.error, .register-box .s-Form label.error {
    background-image: url(../serenity/images/cross.png);
    padding: 26px 0 0 22px
}

    .login-box .s-Form label.error.checked, .register-box .s-Form label.error.checked {
        background-image: none
    }

.login-box .s-Form .vx, .register-box .s-Form .vx {
    position: absolute;
    top: 3px;
    right: -20px;
    z-index: 2;
    width: 22px
}

.login-box .s-Form .btn, .register-box .s-Form .btn {
    font-weight: 600;
    text-transform: uppercase
}

.login-box .s-Form .s-EmailEditor, .register-box .s-Form .s-EmailEditor {
    width: 45%
}

.login-box .s-Form .emaildomain, .register-box .s-Form .emaildomain {
    width: 45%;
    float: right
}

#s-AccessDeniedPage div.message, #s-ApplicationErrorPage div.message, #s-NotFoundPage div.message, #s-GenericErrorPage div.message {
    background: #fff;
    padding: 40px;
    margin: 100px auto;
    min-height: 170px;
    max-width: 70%;
    min-width: 400px;
    border-radius: 8px;
    border: 2px solid #ecc2c2;
    box-shadow: 2px 2px 6px rgba(0,0,0,.2)
}

    #s-AccessDeniedPage div.message table, #s-ApplicationErrorPage div.message table, #s-NotFoundPage div.message table, #s-GenericErrorPage div.message table {
        width: 100%
    }

    #s-AccessDeniedPage div.message h1, #s-ApplicationErrorPage div.message h1, #s-NotFoundPage div.message h1, #s-GenericErrorPage div.message h1 {
        color: #f00;
        font-size: 30px
    }

    #s-AccessDeniedPage div.message h3, #s-ApplicationErrorPage div.message h3, #s-NotFoundPage div.message h3, #s-GenericErrorPage div.message h3 {
        font-size: 18px;
        color: #800000;
        margin-top: 16px;
        line-height: 26px
    }

    #s-AccessDeniedPage div.message a.redirect, #s-ApplicationErrorPage div.message a.redirect, #s-NotFoundPage div.message a.redirect, #s-GenericErrorPage div.message a.redirect {
        display: block;
        float: left;
        margin-top: 40px;
        font-size: 16px;
        font-weight: bold
    }

    #s-AccessDeniedPage div.message div.date-time, #s-ApplicationErrorPage div.message div.date-time, #s-NotFoundPage div.message div.date-time, #s-GenericErrorPage div.message div.date-time {
        float: right;
        margin-top: 40px;
        font-weight: bold;
        font-style: italic;
        color: #966
    }


.inline-action.add-child-unit {
    background-image: url(../serenity/images/node-insert-next.png)
}
