/*
 fancy.less
*/
/*
 mixins.less
*/
/*
 vars.less
*/
/*
 clear.less
*/
.fancy {
    font-family: Avalon;
    font-size: 13px;
    font-weight: normal;
    line-height: normal;
}


    .fancy a:link, .fancy a:visited {
        color: #666666;
        text-decoration: none;
    }

    .fancy i {
        padding: 0;
    }

    .fancy input {
        -webkit-appearance: none;
        border-radius: 0;
    }

        .fancy input::-ms-clear {
            display: none;
        }

.fancy {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .fancy * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
    }

        .fancy *:before {
            -webkit-box-sizing: content-box;
            -moz-box-sizing: content-box;
            box-sizing: content-box;
        }

        .fancy *:after {
            -webkit-box-sizing: content-box;
            -moz-box-sizing: content-box;
            box-sizing: content-box;
        }

.fancy-clearfix {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.fancy input::-ms-clear {
    display: none;
}
/*
 general.less
*/
.fancy-display-none {
    display: none;
}
/*
 button.less
*/
.fancy-button {
    text-align: center;
    font-weight: bold;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-transition: background-color 100ms linear, color 100ms linear;
    -moz-transition: background-color 100ms linear, color 100ms linear;
    -o-transition: background-color 100ms linear, color 100ms linear;
    transition: background-color 100ms linear, color 100ms linear;
    line-height: 13px;
    font-family: tahoma, arial, verdana, sans-serif, Lucida Sans;
    font-size: 11px;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid transparent;
    border-color: #d4d4d4 #d4d4d4 #bcbcbc;
    color: #4C6B8F;
    min-height: 31px;
    min-width: 31px;
    padding: 0 5px 0 4px;
    float: left;
    margin-top: 3px;
}

    .fancy-button:hover {
        background-color: #fafafa;
        border-color: #d4d4d4 #d4d4d4 #bcbcbc;
    }

    .fancy-button:active {
        background-color: #dae1e8;
        -webkit-box-shadow: inset 0 0 10px #cbd3da;
        -moz-box-shadow: inset 0 0 10px #cbd3da;
        box-shadow: inset 0 0 10px #cbd3da;
    }

    .fancy-button .fancy-button-image {
        float: left;
        height: 18px;
        margin-top: 5px;
        padding: 0 10px 0 10px;
        display: none;
        background-repeat: no-repeat;
    }

    .fancy-button .fancy-button-text {
        padding-top: 7px;
        color: #048DC8;
        position: relative;
        top: 8px;
        text-decoration: none;
    }

        .fancy-button .fancy-button-text:hover {
            text-decoration: none;
        }

    .fancy-button div.fancy-button-image-color {
        width: 17px;
        height: 17px;
        border: 1px solid #dbdbdb;
        cursor: pointer;
        padding: 0;
        margin-top: 6px;
    }

    .fancy-button.fancy-button-pressed {
        background-color: #dae1e8;
        border-color: #d4d4d4 #d4d4d4 #bcbcbc;
    }

.fancy-button-disabled {
    background-color: #dfe5ed;
    color: #627485;
}

    .fancy-button-disabled:hover {
        background-color: #dfe5ed;
        color: #627485;
        cursor: default;
    }

    .fancy-button-disabled:active {
        background-color: #dfe5ed;
        color: #627485;
        box-shadow: none;
        cursor: default;
    }

.fancy-panel .fancy-bar-left-scroller {
    margin-top: 0 !important;
    border-radius: 0;
    border-left-color: transparent;
    background-color: #F7F7F7;
}

    .fancy-panel .fancy-bar-left-scroller .fancy-button-image {
        background-image: url(images/default/bar-nav.png);
        background-position: 3px 1px;
        margin-top: 9px !important;
    }

.fancy-bar-left-scroller.fancy-button-disabled {
    opacity: 1;
}

    .fancy-bar-left-scroller.fancy-button-disabled:hover {
        background-color: #F7F7F7;
        border-right-color: #d4d4d4;
    }

    .fancy-bar-left-scroller.fancy-button-disabled .fancy-button-image {
        opacity: 0.3;
    }

.fancy-panel .fancy-bar-right-scroller {
    margin-top: 0 !important;
    margin-right: 0 !important;
    border-radius: 0;
    border-right-color: transparent;
    background-color: #F7F7F7;
}

    .fancy-panel .fancy-bar-right-scroller .fancy-button-image {
        background-image: url(images/default/bar-nav.png);
        background-position: 5px -16px;
        margin-top: 9px !important;
    }

.fancy-bar-right-scroller.fancy-button-disabled {
    opacity: 1;
}

    .fancy-bar-right-scroller.fancy-button-disabled:hover {
        background-color: #F7F7F7;
        border-left-color: #d4d4d4;
    }

    .fancy-bar-right-scroller.fancy-button-disabled .fancy-button-image {
        opacity: 0.3;
    }

.fancy-button-menu {
    position: relative;
}

    .fancy-button-menu .fancy-button-drop {
        position: absolute;
        right: 0;
        top: 2px;
        width: 18px;
        height: 22px;
        background: url(images/default/bottom.png) no-repeat scroll -2px 1px transparent;
    }

    .fancy-button-menu .fancy-button-text {
        margin-right: 5px;
    }
/*
 toolbar.tab.less
*/
/*
 field.less
*/
.fancy-field {
    height: 29px;
}

    .fancy-field .fancy-field-label {
        color: #048DC8;
        float: left;
        padding: 7px 10px 0 0;
        white-space: nowrap;
        font-weight: 700;
    }

    .fancy-field .fancy-field-text {
        float: left;
        position: relative;
    }

    .fancy-field .fancy-field-text-input {
        border: 1px solid #C3CBD4;
        background: #FFF;
        padding: 7px;
        margin: 0;
        height: 28px;
        min-width: 34px;
        color: #2B587A;
        font: normal 11px/16px tahoma, arial, sans-serif;
    }

        .fancy-field .fancy-field-text-input:focus {
            border-color: rgba(82, 168, 236, 0.8);
            outline: 0;
        }

.fancy-field-not-valid .fancy-field-error {
    display: block;
}

.fancy-field-not-valid input,
.fancy-field-not-valid textarea {
    background: #ffe9e9 !important;
    border: 1px solid #f9d3d5 !important;
}

.fancy-combo.fancy-field-not-valid input {
    background: initial !important;
    border: initial !important;
}

.fancy-combo.fancy-field-not-valid .fancy-combo-input-container {
    background: #ffe9e9 !important;
    border: 1px solid #f9d3d5 !important;
}

.fancy-field-blank-err input,
.fancy-field-blank-err textarea {
    background: #ffe9e9 !important;
    border: 1px solid #f9d3d5 !important;
}

.fancy-field-blank-err .fancy-field-error {
    display: block;
}

.fancy-field-disabled {
    opacity: .3;
}

    .fancy-field-disabled .fancy-field-label {
        cursor: default;
    }

    .fancy-field-disabled input {
        cursor: default;
    }

    .fancy-field-disabled .fancy-field-checkbox-input {
        cursor: default;
    }

    .fancy-field-disabled .fancy-field-text {
        cursor: default;
    }

    .fancy-field-disabled div.fancy-field-text {
        cursor: default;
    }

    .fancy-field-disabled .fancy-field-picker-button {
        cursor: default;
    }

    .fancy-field-disabled .fancy-field-spin-up {
        cursor: default;
    }

    .fancy-field-disabled .fancy-field-spin-down {
        cursor: default;
    }

    .fancy-field-disabled .fancy-field-radio-input {
        cursor: default;
    }

    .fancy-field-disabled .fancy-combo-dropdown-button {
        cursor: default;
    }

    .fancy-field-disabled .fancy-button {
        cursor: default;
    }

    .fancy-field-disabled .fancy-field-text-input {
        cursor: default;
    }

    .fancy-field-disabled .fancy-textarea-text-input {
        cursor: default;
    }

.fancy-field-error {
    display: none;
    color: #cf5a65;
    font-size: 10px;
    margin-left: 5px;
}

.fancy-combo.fancy-field-blank-err table {
    border: 1px solid #f9d3d5 !important;
}

.fancy-combo.fancy-field-blank-err input {
    border-width: 0 !important;
}

.fancy-field-html {
    padding: 8px 0 0 8px;
}

.fancy-field-input-label {
    float: left;
    padding: 7px 10px 0 0;
    text-align: right;
    color: #555;
    font-family: tahoma, arial, verdana, sans-serif, Lucida Sans;
    font-size: 11px;
    font-weight: normal;
    cursor: pointer;
}

.fancy-field-search .fancy-field-text {
    background: #FFF;
}

.fancy-field-search input.fancy-field-text-input {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%221284%20207%2024%2024%22%3E%3Cpath%20fill%3D%22%23068dc7%22%20d%3D%22M1298.5%20222.9C1297.5%20223.6%201296.3%20224%201295%20224%201291.7%20224%201289%20221.3%201289%20218%201289%20214.7%201291.7%20212%201295%20212%201298.3%20212%201301%20214.7%201301%20218%201301%20219.3%201300.6%20220.5%201299.9%20221.5L1302.7%20224.2C1303%20224.6%201303.1%20225.3%201302.7%20225.7%201302.3%20226%201301.6%20226%201301.2%20225.7L1298.5%20222.9ZM1295%20222C1297.2%20222%201299%20220.2%201299%20218%201299%20215.8%201297.2%20214%201295%20214%201292.8%20214%201291%20215.8%201291%20218%201291%20220.2%201292.8%20222%201295%20222Z%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-position: 3px;
    padding-left: 28px;
}

.fancy-field-button .fancy-button {
    margin-top: 0;
}

.fancy-field-spin {
    width: 23px;
    height: 33px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    display: none;
}

    .fancy-field-spin .fancy-field-spin-up {
        height: 14px;
        background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%20256%20512%22%3E%3Cpath%20fill%3D%22%23088ec7%22%20d%3D%22M136.5%20185.1l116%20117.8c4.7%204.7%204.7%2012.3%200%2017l-7.1%207.1c-4.7%204.7-12.3%204.7-17%200L128%20224.7%2027.6%20326.9c-4.7%204.7-12.3%204.7-17%200l-7.1-7.1c-4.7-4.7-4.7-12.3%200-17l116-117.8c4.7-4.6%2012.3-4.6%2017%20.1z%22%2F%3E%3C%2Fsvg%3E');
        background-repeat: no-repeat;
        background-position: -4px -7px;
    }

        .fancy-field-spin .fancy-field-spin-up:hover {
            background-color: rgba(0, 159, 238, 0.07);
        }

        .fancy-field-spin .fancy-field-spin-up:active {
            box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.125);
        }

    .fancy-field-spin .fancy-field-spin-down {
        height: 13px;
        background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226%22%20height%3D%2230%22%20viewBox%3D%220%200%20256%20512%22%3E%3Cpath%20fill%3D%22%23088ec7%22%20d%3D%22M119.5%20326.9L3.5%20209.1c-4.7-4.7-4.7-12.3%200-17l7.1-7.1c4.7-4.7%2012.3-4.7%2017%200L128%20287.3l100.4-102.2c4.7-4.7%2012.3-4.7%2017%200l7.1%207.1c4.7%204.7%204.7%2012.3%200%2017L136.5%20327c-4.7%204.6-12.3%204.6-17-.1z%22%2F%3E%3C%2Fsvg%3E');
        background-repeat: no-repeat;
        background-position: -2px -9px;
    }

        .fancy-field-spin .fancy-field-spin-down:hover {
            background-color: rgba(0, 159, 238, 0.07);
        }

        .fancy-field-spin .fancy-field-spin-down:active {
            box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.125);
        }

.fancy-form .fancy-field-spin .fancy-field-spin-down {
    height: 14px;
}

.fancy-grid-editors .fancy-field-spin {
    top: 1px;
}

    .fancy-grid-editors .fancy-field-spin .fancy-field-spin-up {
        height: 17px;
    }

.fancy-field-search-params-link {
    position: absolute;
    right: 8px;
    top: 0;
    color: gray;
    font-weight: normal;
    font: 400 11px/16px tahoma, arial, sans-serif;
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%224%22%20viewBox%3D%22944%201152%208%204%22%3E%3Cpath%20fill%3D%22%2392A0B1%22%20d%3D%22M945.2%201152.2C944.9%201152%20944.5%201152%20944.3%201152.3%20944.1%201152.6%20944.1%201153%20944.4%201153.2L947.6%201155.8C947.8%201156%20948.2%201156%20948.4%201155.8L951.6%201153.2C951.9%201153%20951.9%201152.6%20951.7%201152.3%20951.5%201152%20951.1%201152%20950.8%201152.2L948%201154.5%20945.2%201152.2Z%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-position: right 13px;
    padding: 4px 14px 2px 2px;
    line-height: 19px;
    cursor: pointer;
}

    .fancy-field-search-params-link:hover {
        text-decoration: underline;
    }

.fancy-field-search-paramed-empty .fancy-field-search-params-link:hover {
    text-decoration: none;
}

.fancy-field-search-paramed input.fancy-field-text-input {
    padding-right: 90px;
}

.fancy-field-search-list {
    background: white;
    display: none;
    z-index: 4;
}

    .fancy-field-search-list .fancy-field {
        padding-top: 5px !important;
        width: inherit !important;
        cursor: pointer;
    }

        .fancy-field-search-list .fancy-field:hover {
            background: #E0E5E9;
        }

.fancy-field-pass-tip {
    position: absolute;
    right: 4px;
    top: 3px;
    width: 36px;
    height: 23px;
    border-radius: 20px;
    background: #F7F7F7;
    cursor: pointer;
    line-height: 22px;
    text-align: center;
    font-size: 15px;
    color: #048DC8;
}
/*
 panel.less
*/
.fancy-panel-shadow {
    -webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0px 3px rgba(0, 0, 0, 0.15);
}

.fancy-panel {
    overflow: hidden;
    font-family: tahoma, arial, verdana, sans-serif, Lucida Sans;
    font-size: 11px;
    position: relative;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
}

    .fancy-panel .fancy-panel-header {
        text-decoration: none;
        cursor: default;
        position: relative;
        overflow: hidden;
        border: 1px solid transparent;
        background: #048DC8;
        color: rgba(255, 255, 255, 0.85);
        font-size: 14px;
        font-weight: 500;
        font-family: 'gn', roboto, 'open sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    }

    .fancy-panel .fancy-panel-header-text {
        font-weight: bold;
        border-top: 1px solid transparent;
        padding: 14px 14px 18px;
    }

    .fancy-panel .fancy-panel-body {
        background-color: white;
        overflow: hidden;
        border: 2px solid #45ABF6;
    }

    .fancy-panel .fancy-panel-bbar {
        padding-right: 3px;
        height: 30px;
        width: 100%;
        background-color: #F7F7F7;
    }

        .fancy-panel .fancy-panel-bbar .fancy-button {
            margin-right: 7px;
            float: right;
            margin-top: 3px;
        }

    .fancy-panel .fancy-panel-buttons {
        padding-right: 3px;
        height: 30px;
        width: 100%;
        background-color: #F7F7F7;
    }

        .fancy-panel .fancy-panel-buttons .fancy-button {
            margin-right: 7px;
            float: right;
            margin-top: 3px;
        }

    .fancy-panel .fancy-panel-footer {
        padding-right: 3px;
        border: 1px solid #d3dbe1;
        border-top-width: 0;
        height: 30px;
        width: 100%;
        background-color: #F7F7F7;
    }

        .fancy-panel .fancy-panel-footer .fancy-footer-status {
            color: #6A7989;
            padding-top: 8px;
            margin-left: 7px;
            margin-top: 2px;
        }

        .fancy-panel .fancy-panel-footer .fancy-footer-source {
            color: #6A7989;
            padding-top: 8px;
            margin-left: 7px;
            margin-top: 2px;
        }

    .fancy-panel .fancy-panel-tbar,
    .fancy-panel .fancy-panel-sub-tbar {
        padding-right: 3px;
        padding-left: 5px;
        height: 30px;
        width: 100%;
        background-color: #F7F7F7;
        overflow: hidden;
    }

        .fancy-panel .fancy-panel-tbar .fancy-button,
        .fancy-panel .fancy-panel-sub-tbar .fancy-button {
            margin-left: 0;
            margin-right: 5px;
        }

        .fancy-panel .fancy-panel-tbar .fancy-button-first,
        .fancy-panel .fancy-panel-sub-tbar .fancy-button-first {
            margin-left: 5px;
            margin-right: 0;
        }

        .fancy-panel .fancy-panel-tbar .fancy-toolbar-tab,
        .fancy-panel .fancy-panel-sub-tbar .fancy-toolbar-tab {
            float: left;
            margin-right: 0;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            -ms-border-radius: 0;
            -o-border-radius: 0;
            border-radius: 0;
            margin-left: 4px;
            margin-top: 9px;
            cursor: pointer;
            background: #dfe5ed;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
            border-width: 0;
            min-height: 28px;
            min-width: 28px;
        }

        .fancy-panel .fancy-panel-tbar .fancy-toolbar-tab-active,
        .fancy-panel .fancy-panel-sub-tbar .fancy-toolbar-tab-active {
            background: #048DC8;
        }

            .fancy-panel .fancy-panel-tbar .fancy-toolbar-tab-active .fancy-button-text,
            .fancy-panel .fancy-panel-sub-tbar .fancy-toolbar-tab-active .fancy-button-text {
                color: white;
                font-weight: bold;
            }

    .fancy-panel .fancy-panel-sub-tbar {
        border-top: 1px solid #d3dbe1;
    }

    .fancy-panel .fancy-toolbar-tab.fancy-button-disabled {
        background: #dfe5ed;
        color: #627485;
    }

    .fancy-panel .fancy-status-source-text {
        color: #6A7989;
    }

    .fancy-panel .fancy-status-source-link {
        color: #4c6b8f;
        text-decoration: none;
    }

        .fancy-panel .fancy-status-source-link:hover {
            text-decoration: none;
        }

.fancy-panel-header-tools {
    position: absolute;
    right: 0;
    top: 0;
}

.fancy-tool-button {
    float: left;
    padding-top: 17px;
    padding-right: 10px;
    color: #C7D7E9;
    -webkit-transition: color 100ms linear;
    -moz-transition: color 100ms linear;
    -o-transition: color 100ms linear;
    transition: color 100ms linear;
    font-family: tahoma, arial, verdana, sans-serif, 'Lucida Sans';
    font-size: 11px;
    font-weight: normal;
    cursor: pointer;
}

    .fancy-tool-button:hover {
        color: #FFF;
    }

.fancy-modal {
    z-index: 1000;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.2;
}

.fancy-panel-tbar {
    border-left: 1px solid #d3dbe1;
    border-right: 1px solid #d3dbe1;
}

.fancy-panel-sub-tbar {
    border-left: 1px solid #d3dbe1;
    border-right: 1px solid #d3dbe1;
}

.fancy-panel-bbar {
    border-left: 1px solid #d3dbe1;
    border-right: 1px solid #d3dbe1;
    border-bottom: 1px solid #d3dbe1;
    padding-left: 5px;
}

.fancy-panel-buttons {
    border-left: 1px solid #d3dbe1;
    border-right: 1px solid #d3dbe1;
    border-bottom: 1px solid #d3dbe1;
    padding-left: 5px;
}

.fancy-panel-footer {
    border-left: 1px solid #d3dbe1;
}

.fancy-panel.fancy-panel-noframe {
    border-width: 0;
}

    .fancy-panel.fancy-panel-noframe .fancy-panel-body {
        border-width: 0;
    }

.fancy-panel-sub-header {
    border-right: 2px solid #048DC8;
    border-left: 2px solid #048DC8;
    background: #f3f3f5;
    text-decoration: none;
    cursor: default;
    position: relative;
    overflow: hidden;
    color: #048DC8;
    font-size: 14px;
    font-weight: 500;
    font-family: gn, roboto, 'open sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.fancy-panel-sub-header-text {
    font-weight: 700;
    padding: 14px 14px 18px;
    border: 1px solid #d3dbe1;
}

.fancy-toolbar-tab .fancy-button-text {
    color: #627485;
    font-weight: normal;
}

    .fancy-toolbar-tab .fancy-button-text:hover {
        text-decoration: none;
    }

.fancy-panel-draggable .fancy-panel-header {
    cursor: move;
}

.fancy-panel-resize-el-top {
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    height: 5px;
    cursor: n-resize;
    z-index: 100;
    font-size: 1px;
    line-height: 5px;
    width: 100%;
    opacity: 0;
}

.fancy-panel-resize-el-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    background: transparent;
    height: 5px;
    cursor: n-resize;
    z-index: 100;
    font-size: 1px;
    line-height: 5px;
    width: 100%;
    opacity: 0;
}

.fancy-panel-resize-el-left {
    position: absolute;
    width: 5px;
    height: 100%;
    left: 0;
    top: 0;
    background: transparent;
    cursor: w-resize;
    z-index: 100;
    font-size: 1px;
    line-height: 5px;
    opacity: 0;
}

.fancy-panel-resize-el-right {
    position: absolute;
    width: 5px;
    height: 100%;
    right: 0;
    top: 0;
    background: transparent;
    cursor: w-resize;
    z-index: 100;
    font-size: 1px;
    line-height: 5px;
    opacity: 0;
}

.fancy-panel-resize-mask {
    border: 2px dashed rgba(81, 103, 122, 0.5);
    position: absolute;
}

.fancy-panel-resize-corner {
    border-bottom: 15px solid #45ABF6;
    border-left: 15px solid transparent;
    bottom: 0;
    cursor: se-resize;
    height: 0;
    right: 2px;
    width: 0;
    position: absolute;
    text-indent: -99999px;
    z-index: 3;
}

    .fancy-panel-resize-corner:before {
        border-bottom: 5px solid #DAE1E8;
        border-left: 5px solid transparent;
        bottom: -14px;
        content: "";
        display: block;
        height: 0;
        position: absolute;
        right: 2px;
        width: 0;
    }

.fancy-panel-tbar,
.fancy-panel-bbar,
.fancy-panel-buttons,
.fancy-panel-sub-tbar,
.fancy-panel-footer {
    position: relative;
}

    .fancy-panel-tbar .fancy-field-picker-button,
    .fancy-panel-bbar .fancy-field-picker-button,
    .fancy-panel-buttons .fancy-field-picker-button,
    .fancy-panel-sub-tbar .fancy-field-picker-button,
    .fancy-panel-footer .fancy-field-picker-button {
        height: 23px;
    }

.fancy-bar-container {
    width: 10000px;
}
/*
 textarea.less
*/
.fancy-textarea {
    height: auto !important;
}

    .fancy-textarea .fancy-textarea-label {
        float: left;
        color: #777;
        font-size: 11px;
        font-family: tahoma, arial, verdana, sans-serif, Lucida Sans;
        padding-top: 7px;
    }

    .fancy-textarea .fancy-textarea-text {
        float: left;
    }

    .fancy-textarea .fancy-textarea-text-input {
        padding: 7px;
        background: #FFF;
        color: #2B587A;
        border: 1px solid #C3CBD4;
        font-family: Tahoma, Verdana, Arial, sans-serif, 'Lucida Sans';
        font-size: 11px;
        font-weight: normal;
        overflow: hidden;
        resize: none;
    }

        .fancy-textarea .fancy-textarea-text-input:focus {
            border-color: rgba(82, 168, 236, 0.8);
            outline: 0;
        }
/*
 checkbox.less
*/
.fancy-field-checkbox-input {
    float: left;
    width: 15px;
    height: 15px;
    margin: 7px 0 0 0;
    margin-right: 5px;
    margin-bottom: 2px;
    cursor: pointer;
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Crect%20id%3D%22a%22%20rx%3D%222%22%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2214%22%20height%3D%2214%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23FFF%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Crect%20width%3D%2214%22%20height%3D%2214%22%20rx%3D%222%22%20x%3D%22.5%22%20y%3D%22.5%22%20stroke%3D%22%23C1C9D1%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    background-position: 0 0;
    background-repeat: no-repeat;
}

    .fancy-field-checkbox-input:hover {
        background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Crect%20id%3D%22a%22%20rx%3D%222%22%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2214%22%20height%3D%2214%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23F2F4F8%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Crect%20width%3D%2214%22%20rx%3D%222%22%20height%3D%2214%22%20x%3D%22.5%22%20y%3D%22.5%22%20stroke%3D%22%23C1C9D1%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
        background-repeat: no-repeat;
    }

.fancy-checkbox-on .fancy-field-checkbox-input {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Crect%20id%3D%22a%22%20rx%3D%222%22%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2214%22%20height%3D%2214%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23FFF%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Crect%20rx%3D%222%22%20width%3D%2214%22%20height%3D%2214%22%20x%3D%22.5%22%20y%3D%22.5%22%20stroke%3D%22%23C1C9D1%22%2F%3E%3Cpath%20stroke%3D%22%235181B8%22%20zoom%3D%221.5%22%20stroke-width%3D%221.7%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4%207.5L6.5%2010%2011%204.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
}

    .fancy-checkbox-on .fancy-field-checkbox-input:hover {
        background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Crect%20id%3D%22a%22%20rx%3D%222%22%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2214%22%20height%3D%2214%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23F2F4F8%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Crect%20rx%3D%222%22%20width%3D%2214%22%20height%3D%2214%22%20x%3D%22.5%22%20y%3D%22.5%22%20stroke%3D%22%23C1C9D1%22%2F%3E%3Cpath%20stroke%3D%22%235181B8%22%20zoom%3D%221.5%22%20stroke-width%3D%221.7%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4%207.5L6.5%2010%2011%204.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
        background-repeat: no-repeat;
    }

.fancy-grid-cell .fancy-field-checkbox {
    height: 14px;
    width: 17px;
    overflow: hidden;
}

.fancy-grid-cell .fancy-field-checkbox-input {
    margin-top: 0;
}

.fancy-field-disabled .fancy-field-checkbox-input:hover {
    background-position: inherit;
}

.fancy-checkbox-middle .fancy-field-checkbox-input {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Crect%20id%3D%22a%22%20rx%3D%222%22%20width%3D%2214%22%20height%3D%2214%22%20x%3D%220.5%22%20y%3D%220.5%22%20%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23FFF%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Crect%20rx%3D%222%22%20width%3D%2214%22%20height%3D%2214%22%20x%3D%22.5%22%20y%3D%22.5%22%20stroke%3D%22%23C1C9D1%22%2F%3E%3Cpath%20stroke%3D%22%235181B8%22%20zoom%3D%221.5%22%20stroke-width%3D%221.7%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4%207.5L11%207.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}

    .fancy-checkbox-middle .fancy-field-checkbox-input:hover {
        background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Crect%20id%3D%22a%22%20rx%3D%222%22%20width%3D%2214%22%20height%3D%2214%22%20x%3D%220.5%22%20y%3D%220.5%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23F2F4F8%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Crect%20rx%3D%222%22%20width%3D%2214%22%20height%3D%2214%22%20x%3D%22.5%22%20y%3D%22.5%22%20stroke%3D%22%23C1C9D1%22%2F%3E%3Cpath%20stroke%3D%22%235181B8%22%20zoom%3D%221.5%22%20stroke-width%3D%221.7%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4%207.5L11%207.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    }
/*
 radio.less
*/
.fancy-field-radio-input {
    float: left;
    width: 15px;
    height: 14px !important;
    margin: 7px 0px 0px 0px;
    margin-right: 5px;
    margin-bottom: 2px;
    cursor: pointer;
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Ccircle%20id%3D%22a%22%20cx%3D%227%22%20cy%3D%227%22%20r%3D%227%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23FFF%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Ccircle%20cx%3D%227%22%20cy%3D%227%22%20r%3D%226.5%22%20stroke%3D%22%23C1C9D1%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    background-position: 0 0;
    background-repeat: no-repeat;
}

.fancy-field-radio .fancy-field-text {
    cursor: pointer;
}

.fancy-field-radio-column .fancy-field-text {
    height: 28px;
    float: none;
}

.fancy-field-text:hover .fancy-field-radio-input {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Ccircle%20id%3D%22a%22%20cx%3D%227%22%20cy%3D%227%22%20r%3D%227%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23F2F4F8%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Ccircle%20cx%3D%227%22%20cy%3D%227%22%20r%3D%226.5%22%20stroke%3D%22%23C1C9D1%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    background-position: 0 !important;
}

.fancy-field-radio-on .fancy-field-radio-input {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Ccircle%20id%3D%22a%22%20cx%3D%227%22%20cy%3D%227%22%20r%3D%227%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23FFF%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Ccircle%20cx%3D%227%22%20cy%3D%227%22%20r%3D%226.5%22%20stroke%3D%22%23088ec7%22%2F%3E%3Ccircle%20cx%3D%227%22%20cy%3D%227%22%20r%3D%223%22%20fill%3D%22%23088ec7%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    background-position: 0 0;
    background-repeat: no-repeat;
}

.fancy-field-text.fancy-field-radio-on:hover .fancy-field-radio-input {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Ccircle%20id%3D%22a%22%20cx%3D%227%22%20cy%3D%227%22%20r%3D%227%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23F2F4F8%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Ccircle%20cx%3D%227%22%20cy%3D%227%22%20r%3D%226.5%22%20stroke%3D%22%23088ec7%22%2F%3E%3Ccircle%20cx%3D%227%22%20cy%3D%227%22%20r%3D%223%22%20fill%3D%22%23088ec7%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    background-position: 0 0;
    background-repeat: no-repeat;
}

.fancy-field-radio .fancy-field-text {
    color: #2b587a;
    font-weight: normal;
}
/*
 set.less
*/
.fancy-field-set {
    padding: 0 15px 0 15px;
}

    .fancy-field-set fieldset {
        background: #f6f6f6;
        border: 1px solid #d0d0d0;
        padding: 0 15px 15px 15px;
        margin: 0 0 10px;
    }

    .fancy-field-set legend {
        padding: 5px 5px 5px 5px;
        line-height: 20px;
        border-width: 0;
        margin-bottom: 0;
        width: auto;
    }

.fancy-field-set-label {
    font: 400 16px/20px 'Open Sans', 'Helvetica Neue', helvetica, arial, verdana, sans-serif;
    color: #919191;
    padding: 1px 0;
    font-size: 16px;
    font-weight: normal;
}

.fancy-set-collapsed fieldset {
    background: none;
    border-width: 1px 1px 0 1px;
    border-left-color: transparent;
    border-right-color: transparent;
}
/*
 tab.less
*/
.fancy-field-tab {
    display: none;
}

.fancy-field-tab-active {
    display: block;
}

.fancy-tab-wrapper {
    display: none;
}

.fancy-active-tab-wrapper {
    display: block;
}
/*
 combo.less
*/
.fancy-combo {
    position: relative;
}

    .fancy-combo .fancy-combo-input-container {
        background: #FFF;
        border: 1px solid #C3CBD4;
        overflow: hidden;
    }

        .fancy-combo .fancy-combo-input-container .fancy-field-text-input {
            padding-right: 27px;
        }

    .fancy-combo input {
        padding: 7px;
        margin: 0;
        height: 13px;
        color: #2B587A;
        float: left;
        outline: 0;
        font: normal 11px/16px tahoma, arial, sans-serif;
        border: none;
    }

    .fancy-combo .fancy-field-text-input {
        border: none;
    }

    .fancy-combo .fancy-combo-dropdown-button {
        z-index: 0;
        width: 27px;
        border: none;
        padding: 0;
        position: absolute;
        right: 0;
        top: -1px;
        height: 30px;
        cursor: pointer;
        background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%226%22%20viewBox%3D%22944%201152%208%204%22%3E%3Cpath%20fill%3D%22%2392A0B1%22%20d%3D%22M945.2%201152.2C944.9%201152%20944.5%201152%20944.3%201152.3%20944.1%201152.6%20944.1%201153%20944.4%201153.2L947.6%201155.8C947.8%201156%20948.2%201156%20948.4%201155.8L951.6%201153.2C951.9%201153%20951.9%201152.6%20951.7%201152.3%20951.5%201152%20951.1%201152%20950.8%201152.2L948%201154.5%20945.2%201152.2Z%22%2F%3E%3C%2Fsvg%3E');
        background-position: 9px 13px;
        background-repeat: no-repeat;
    }

    .fancy-combo .fancy-field-text {
        position: relative;
    }

.fancy-combo-result-list {
    position: absolute;
    right: 0;
    border: 1px solid #c0cad5;
    background-color: white;
    margin-top: -1px;
    z-index: 1;
}

    .fancy-combo-result-list li {
        list-style-type: none;
        padding: 7px 0 5px 10px;
        font: normal 11px/16px tahoma, arial, sans-serif;
        color: #2B587A;
        cursor: pointer;
    }

        .fancy-combo-result-list li:hover {
            background: #048DC8;
            color: #FFFFFF;
            opacity: 0.8;
        }

        .fancy-combo-result-list li.fancy-combo-item-selected {
            background: #048DC8;
            color: #FFFFFF;
        }

        .fancy-combo-result-list li.fancy-combo-item-focused {
            background: #048DC8;
            color: #FFFFFF;
            opacity: 0.8;
        }

    .fancy-combo-result-list ul {
        margin-bottom: 0;
    }

    .fancy-combo-result-list .fancy-field-checkbox-input {
        margin-top: 1px;
    }

        .fancy-combo-result-list .fancy-field-checkbox-input:hover {
            background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Crect%20id%3D%22a%22%20rx%3D%222%22%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2214%22%20height%3D%2214%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23F2F4F8%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Crect%20width%3D%2214%22%20rx%3D%222%22%20height%3D%2214%22%20x%3D%22.5%22%20y%3D%22.5%22%20stroke%3D%22%23C1C9D1%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
        }

    .fancy-combo-result-list .fancy-combo-item-selected .fancy-field-checkbox-input {
        background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Crect%20id%3D%22a%22%20rx%3D%222%22%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2214%22%20height%3D%2214%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23FFF%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Crect%20rx%3D%222%22%20width%3D%2214%22%20height%3D%2214%22%20x%3D%22.5%22%20y%3D%22.5%22%20stroke%3D%22%23C1C9D1%22%2F%3E%3Cpath%20stroke%3D%22%235181B8%22%20zoom%3D%221.5%22%20stroke-width%3D%221.7%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4%207.5L6.5%2010%2011%204.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    }

        .fancy-combo-result-list .fancy-combo-item-selected .fancy-field-checkbox-input:hover {
            background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Crect%20id%3D%22a%22%20rx%3D%222%22%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2214%22%20height%3D%2214%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23F2F4F8%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Crect%20rx%3D%222%22%20width%3D%2214%22%20height%3D%2214%22%20x%3D%22.5%22%20y%3D%22.5%22%20stroke%3D%22%23C1C9D1%22%2F%3E%3Cpath%20stroke%3D%22%235181B8%22%20zoom%3D%221.5%22%20stroke-width%3D%221.7%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4%207.5L6.5%2010%2011%204.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
        }

    .fancy-combo-result-list .fancy-combo-list-sub-search-container {
        height: 30px;
        border-bottom: 1px solid #c0cad5;
    }

.fancy-combo-left-el {
    display: none;
    position: absolute;
    left: 0;
    top: -1px;
}

    .fancy-combo-left-el span {
        left: 8px;
        top: 11px;
    }

.fancy-combo-list-sub-search-container {
    height: 30px;
    border-bottom: 1px solid #c0cad5;
}
/*
 tag.less
*/
.fancy-tag-field {
    position: relative;
}

    .fancy-tag-field input {
        background: #FFF;
        padding: 7px;
        margin: 0;
        height: 13px;
        color: #2B587A;
        float: left;
        outline: 0;
        font: normal 11px/16px tahoma, arial, sans-serif;
        border: none;
    }

    .fancy-tag-field .fancy-tag-field-dropdown-button {
        z-index: 0;
        width: 27px;
        background: url(images/default/wide_dd.gif) transparent no-repeat center center;
        border: none;
        padding: 0;
        position: absolute;
        right: 0;
        top: -1px;
        height: 30px;
    }

    .fancy-tag-field .fancy-field-text {
        position: relative;
    }

.fancy-tag-field-result-list {
    position: absolute;
    right: 0;
    border: 1px solid #c0cad5;
    background-color: white;
    margin-top: -1px;
    z-index: 1;
}

    .fancy-tag-field-result-list li {
        list-style-type: none;
        padding: 7px 0 5px 10px;
        font: normal 11px/16px tahoma, arial, sans-serif;
        color: #2B587A;
        cursor: pointer;
    }

        .fancy-tag-field-result-list li.fancy-tag-field-list-active {
            background: #048DC8;
            color: #FFFFFF;
        }

    .fancy-tag-field-result-list ul {
        margin-bottom: 0;
    }
/*
 switcher.less
*/
.fancy-field-switcher .fancy-field-text {
    border-radius: 45px;
    background-color: #d1d9e0;
    width: 28px;
    height: 9px;
    margin-top: 10px;
    cursor: pointer;
}

    .fancy-field-switcher .fancy-field-text:after {
        content: '';
        float: left;
        position: relative;
        width: 13px;
        height: 13px;
        border-radius: 50%;
        border: 1px solid #b2bcc5;
        background-color: #fff;
        top: -3px;
        left: 0;
        -o-transition: left 0.1s ease;
        transition: left 0.1s ease;
    }

.fancy-field-switcher.fancy-switcher-on .fancy-field-text {
    background-color: #c4d2e1;
}

    .fancy-field-switcher.fancy-switcher-on .fancy-field-text:after {
        background-color: #6287ae;
        border-color: #6287ae;
        left: 13px;
    }

.fancy-field-switcher .fancy-field-text {
    background-color: #d1d9e0;
}

.fancy-switcher-on.fancy-field-switcher .fancy-field-text {
    background-color: #c4d2e1;
}

    .fancy-switcher-on.fancy-field-switcher .fancy-field-text:after {
        background-color: #048DC8;
        border-color: #048DC8;
    }
/*
 text.less
*/
.fancy-bar-text {
    color: #8a8a8a;
    line-height: 16px;
    font-family: Lucida Grande, verdana, tahoma, arial, sans-serif, Lucida Sans;
    font-size: 11px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 30px;
}
/*
 separator.less
*/
.fancy-separator {
    height: 25px;
    border-right: 1px solid white;
}

    .fancy-separator div {
        height: 25px;
        border-right: 1px solid #E0E0E0;
    }
/*
 button.less
*/
.fancy-bar-button {
    background-color: transparent;
    border: 1px solid transparent;
    color: #4C6B8F;
    min-height: 31px;
    min-width: 31px;
    padding: 0 5px 0 4px;
    float: left;
    margin-top: 3px;
}

    .fancy-bar-button:hover {
        background-color: #fafafa;
        border-color: #d4d4d4 #d4d4d4 #bcbcbc;
    }

    .fancy-bar-button:active {
        background-color: #dae1e8;
        -webkit-box-shadow: inset 0 0 10px #cbd3da;
        -moz-box-shadow: inset 0 0 10px #cbd3da;
        box-shadow: inset 0 0 10px #cbd3da;
    }

    .fancy-bar-button .fancy-button-image {
        float: left;
        height: 18px;
        margin-top: 5px;
        padding: 0 10px 0 10px;
        display: none;
        background-repeat: no-repeat;
    }

    .fancy-bar-button .fancy-button-text {
        position: relative;
        top: 8px;
        text-decoration: none;
    }

        .fancy-bar-button .fancy-button-text:hover {
            text-decoration: none;
        }

    .fancy-bar-button.fancy-button-not-pressed {
        background-color: #fafafa;
        border-color: #d4d4d4 #d4d4d4 #bcbcbc;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
        border-radius: 0px;
    }

    .fancy-bar-button.fancy-button-pressed {
        background-color: #dae1e8;
        border-color: #d4d4d4 #d4d4d4 #bcbcbc;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
        border-radius: 0px;
    }

.fancy-button-disabled {
    opacity: 0.3;
}

    .fancy-button-disabled:hover {
        background-color: transparent;
        border-color: transparent;
        cursor: default;
    }

    .fancy-button-disabled:active {
        background-color: transparent;
        -webkit-box-shadow: inset 0 0 10px transparent;
        -moz-box-shadow: inset 0 0 10px transparent;
        box-shadow: inset 0 0 10px transparent;
        cursor: default;
    }

.fancy-bar-button-disabled {
    opacity: 0.3;
}

    .fancy-bar-button-disabled:hover {
        background-color: transparent;
        border-color: transparent;
        cursor: default;
    }

    .fancy-bar-button-disabled:active {
        background-color: transparent;
        -webkit-box-shadow: inset 0 0 10px transparent;
        -moz-box-shadow: inset 0 0 10px transparent;
        box-shadow: inset 0 0 10px transparent;
        cursor: default;
    }

.fancy-bar-seg-button .fancy-button {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
/*
 paging.less
*/
.fancy-paging-first {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%20448%20512%22%3E%3Cpath%20fill%3D%22%23048cc7%22%20d%3D%22M223.7%20239l136-136c9.4-9.4%2024.6-9.4%2033.9%200l22.6%2022.6c9.4%209.4%209.4%2024.6%200%2033.9L319.9%20256l96.4%2096.4c9.4%209.4%209.4%2024.6%200%2033.9L393.7%20409c-9.4%209.4-24.6%209.4-33.9%200l-136-136c-9.5-9.4-9.5-24.6-.1-34zm-192%2034l136%20136c9.4%209.4%2024.6%209.4%2033.9%200l22.6-22.6c9.4-9.4%209.4-24.6%200-33.9L127.9%20256l96.4-96.4c9.4-9.4%209.4-24.6%200-33.9L201.7%20103c-9.4-9.4-24.6-9.4-33.9%200l-136%20136c-9.5%209.4-9.5%2024.6-.1%2034z%22%2F%3E%3C%2Fsvg%3E');
    background-position: 1px 0 !important;
    background-repeat: no-repeat !important;
}

.fancy-paging-last {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%20448%20512%22%3E%3Cpath%20fill%3D%22%23048cc7%22%20d%3D%22M224.3%20273l-136%20136c-9.4%209.4-24.6%209.4-33.9%200l-22.6-22.6c-9.4-9.4-9.4-24.6%200-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6%200-33.9L54.3%20103c9.4-9.4%2024.6-9.4%2033.9%200l136%20136c9.5%209.4%209.5%2024.6.1%2034zm192-34l-136-136c-9.4-9.4-24.6-9.4-33.9%200l-22.6%2022.6c-9.4%209.4-9.4%2024.6%200%2033.9l96.4%2096.4-96.4%2096.4c-9.4%209.4-9.4%2024.6%200%2033.9l22.6%2022.6c9.4%209.4%2024.6%209.4%2033.9%200l136-136c9.4-9.2%209.4-24.4%200-33.8z%22%2F%3E%3C%2Fsvg%3E');
    background-position: 1px 0 !important;
    background-repeat: no-repeat !important;
}

.fancy-paging-next {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%20256%20512%22%3E%3Cpath%20fill%3D%22%23048cc7%22%20d%3D%22M224.3%20273l-136%20136c-9.4%209.4-24.6%209.4-33.9%200l-22.6-22.6c-9.4-9.4-9.4-24.6%200-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6%200-33.9L54.3%20103c9.4-9.4%2024.6-9.4%2033.9%200l136%20136c9.5%209.4%209.5%2024.6.1%2034z%22%2F%3E%3C%2Fsvg%3E');
    background-position: 2px 0 !important;
    background-repeat: no-repeat !important;
}

.fancy-paging-prev {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%20256%20512%22%3E%3Cpath%20fill%3D%22%23048cc7%22%20d%3D%22M31.7%20239l136-136c9.4-9.4%2024.6-9.4%2033.9%200l22.6%2022.6c9.4%209.4%209.4%2024.6%200%2033.9L127.9%20256l96.4%2096.4c9.4%209.4%209.4%2024.6%200%2033.9L201.7%20409c-9.4%209.4-24.6%209.4-33.9%200l-136-136c-9.5-9.4-9.5-24.6-.1-34z%22%2F%3E%3C%2Fsvg%3E');
    background-position: 0 0 !important;
    background-repeat: no-repeat !important;
}

.fancy-paging-refresh {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23048cc7%22%20d%3D%22M256.455%208c66.269.119%20126.437%2026.233%20170.859%2068.685l35.715-35.715C478.149%2025.851%20504%2036.559%20504%2057.941V192c0%2013.255-10.745%2024-24%2024H345.941c-21.382%200-32.09-25.851-16.971-40.971l41.75-41.75c-30.864-28.899-70.801-44.907-113.23-45.273-92.398-.798-170.283%2073.977-169.484%20169.442C88.764%20348.009%20162.184%20424%20256%20424c41.127%200%2079.997-14.678%20110.629-41.556%204.743-4.161%2011.906-3.908%2016.368.553l39.662%2039.662c4.872%204.872%204.631%2012.815-.482%2017.433C378.202%20479.813%20319.926%20504%20256%20504%20119.034%20504%208.001%20392.967%208%20256.002%207.999%20119.193%20119.646%207.755%20256.455%208z%22%2F%3E%3C%2Fsvg%3E');
    background-position: 3px 0 !important;
    background-repeat: no-repeat !important;
    margin-top: 7px !important;
}
/*
 form.less
*/
.fancy-form {
    background-color: #F7F7F7;
    border: 1px solid #D9E0E7;
    overflow: hidden;
    position: relative;
}

.fancy-form-body {
    height: 100%;
}

.fancy-field-label-align-top .fancy-field-label {
    float: none;
    padding: 0 10px 4px 2px;
}

.fancy-field-label-align-top.fancy-field {
    height: 43px;
}

.fancy-field-label-align-right .fancy-field-text,
.fancy-combo-text {
    float: left;
}

.fancy-field-label-align-right .fancy-field-label {
    padding-left: 8px;
    text-align: right;
}

.fancy-field-checkbox.fancy-field-label-align-right .fancy-field-label {
    padding-left: 2px;
}

.fancy-field-line-items .fancy-field {
    float: left;
    padding: 0 0 0 11px;
}

.fancy-form-body .fancy-field .fancy-field-label {
    white-space: normal;
}
/*
 grid.less
*/
.fancy-grid {
    position: relative;
    overflow: hidden;
    border: none;
}

.fancy-grid-header {
    position: relative;
    overflow: hidden;
    background-color: #AAAAAA;
    border: 0;
}

.fancy-grid-left .fancy-grid-header {
    border-right-width: 2px;
}

.fancy-grid-header-cell {
    float: left;
    margin-left: 0;
    border-width: 0 1px 0 0;
    border-style: solid;
    cursor: default;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    box-sizing: border-box;
    position: absolute;
    color: #0a7ed1;
    background-color: #AAAAAA;
    border-color: white;
}

    .fancy-grid-header-cell:hover {
        background-color: #888888;
    }

.fancy-grid-header-cell-container {
    height: 30px;
    padding: 0;
    border-left: none;
    white-space: nowrap;
}

.fancy-grid-body {
    height: 100%;
    background-color: white;
    position: relative;
    overflow: hidden;
}

.fancy-grid-left {
    float: left;
    height: 100%;
    border-right: 2px solid #d3dbe1;
    border-bottom: 1px solid #CCCCCC;
    
  overflow: hidden;
  
}

.fancy-grid-left-empty {
    border-right-width: 0;
}

.fancy-grid-center {
    position: absolute;
    top: 0;
    float: left;
    height: 100%;
    border-bottom: 1px solid #CCCCCC;
    overflow: hidden;
    /*
  overflow: hidden;
  */
}

.fancy-grid-right {
    position: absolute;
    top: 0;
    float: left;
    height: 100%;
    border-left: 2px solid #d3dbe1;
    border-bottom: 1px solid #CCCCCC;
    overflow: hidden;
    /*
  overflow: hidden;
  */
}

.fancy-grid-right-empty {
    border-left-width: 0;
}

.fancy-grid-column {
    float: left;
    height: 100%;
    box-sizing: border-box;
    position: absolute;
    background-color: white;
    top: 0;
}

.fancy-grid-cell-even {
    background-color: #F5F5F5;
}

.fancy-grid-cell {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
    color: black;
    border-style: solid;
    border-width: 0 1px 0 0;
    border-color: #CCCCCC
}

.fancy-grid-cell-inner {
    margin-top: 6px;
    margin-left: 10px;
    margin-right: 3px;
}

.fancy-grid-column-ellipsis .fancy-grid-cell-inner {
    overflow: hidden;
    text-overflow: ellipsis;
}

.fancy-grid-header .fancy-grid-header-cell:first-child .fancy-grid-header-cell-container {
    border-left: 0;
}

.fancy-panel-grid-inside {
    border-bottom: 2px solid #45ABF6;
}

.fancy-form-panel {
    border-bottom: 2px solid #45ABF6;
}

.fancy-grid-editors {
    position: absolute;
    left: 0;
    right: 0;
}

    .fancy-grid-editors .fancy-combo-dropdown-button {
        background-position-y: 16px;
    }

.fancy-grid-cell-dirty {
    position: relative;
}

.fancy-grid-cell-dirty-el {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    background: url(images/default/dirty.png) no-repeat 0 0;
}

.fancy-grid-column-action-item {
    float: left;
}

.fancy-grid-header-cell-text {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 500;
    color: #FFFFFF;
}

.fancy-grid-disable-column-lines .fancy-grid-cell {
    border-right-color: transparent !important;
}

.fancy-grid-column-text .fancy-grid-cell {
    word-wrap: break-word;
    white-space: pre-line;
}

.fancy-grid .fancy-grid-cell[index="0"] .fancy-grid-cell-wrapper {
    border-top: 1px solid transparent;
}

.fancy-grid-cell-wrapper {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

.fancy-grid-empty-text {
    margin: 7px;
    color: gray;
    background-color: white;
    font: 300 13px helvetica, arial, verdana, sans-serif;
    text-align: center;
    position: relative;
}

.fancy-grid-header-cell-select .fancy-field-checkbox {
    margin-top: -7px;
}

.fancy-checkbox-expander {
    margin-top: -3px;
}

    .fancy-checkbox-expander .fancy-field-checkbox-input {
        background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%20320%20512%22%3E%3Cpath%20fill%3D%22%23048cc7%22%20d%3D%22M24.707%2038.101L4.908%2057.899c-4.686%204.686-4.686%2012.284%200%2016.971L185.607%20256%204.908%20437.13c-4.686%204.686-4.686%2012.284%200%2016.971L24.707%20473.9c4.686%204.686%2012.284%204.686%2016.971%200l209.414-209.414c4.686-4.686%204.686-12.284%200-16.971L41.678%2038.101c-4.687-4.687-12.285-4.687-16.971%200z%22%2F%3E%3C%2Fsvg%3E');
        width: 17px;
        height: 18px !important;
        background-position: 0;
    }

    .fancy-checkbox-expander.fancy-checkbox-on .fancy-field-checkbox-input {
        background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%20448%20512%22%3E%3Cpath%20fill%3D%22%23048cc7%22%20d%3D%22M441.9%20167.3l-19.8-19.8c-4.7-4.7-12.3-4.7-17%200L224%20328.2%2042.9%20147.5c-4.7-4.7-12.3-4.7-17%200L6.1%20167.3c-4.7%204.7-4.7%2012.3%200%2017l209.4%20209.4c4.7%204.7%2012.3%204.7%2017%200l209.4-209.4c4.7-4.7%204.7-12.3%200-17z%22%2F%3E%3C%2Fsvg%3E');
        background-position: 0;
    }

.fancy-grid-header-cell-double .fancy-grid-header-cell-trigger-image {
    margin-top: 25px;
}

.fancy-grid-state-drag-column .fancy-grid-header-cell-trigger {
    display: none !important;
}

.fancy-grid-state-resize-column {
    cursor: col-resize !important;
}

    .fancy-grid-state-resize-column .fancy-grid-header-cell-trigger {
        display: none !important;
    }

    .fancy-grid-state-resize-column .fancy-grid-cell {
        cursor: col-resize !important;
    }

    .fancy-grid-state-resize-column .fancy-grid-header-cell:hover {
        background-color: #e3e9ee;
    }

    .fancy-grid-state-resize-column * {
        cursor: col-resize !important;
    }

.fancy-grid-cell .fancy-field-switcher {
    margin-top: -7px;
}

.fancy-grid-row-edit .fancy-field-switcher .fancy-field-text {
    margin-top: 12px;
}

.fancy-grid-disable-row-lines .fancy-grid-cell {
    border-bottom-color: transparent !important;
}

.fancy-grid-copy-textarea {
    width: 0 !important;
    height: 0 !important;
    position: absolute;
    /*
  left: -1000px;
  top: -1000px;
  */
    opacity: 0;
}

.fancy-grid .fancy-grid-cell[index="0"] {
    border-top: 1px solid transparent;
}

.fancy-grid-cell-flash {
    background-color: #e0e5e9 !important;
}

.fancy-grid-cell-flash-animation {
    background-color: transparent;
    transition: background-color 1s;
}

.fancy-grid-animation .fancy-grid-column {
    transition: left 0.4s, width 0.4s;
}

.fancy-grid-animation .fancy-grid-header-cell {
    transition: left 0.4s, width 0.4s;
}

.fancy-grid-animation .fancy-grid-left {
    transition: left 0.4s, width 0.4s;
}

.fancy-grid-animation .fancy-grid-center {
    transition: left 0.4s, width 0.4s;
}

.fancy-grid-animation .fancy-grid-right {
    transition: left 0.4s, width 0.4s;
}

.fancy-grid-animation .fancy-grid-header {
    transition: width 0.4s;
}

.fancy-grid-animation .fancy-grid-body {
    transition: width 0.4s;
}

.fancy-grid-animation .fancy-grid-row-edit {
    transition: top 0.4s;
}

.fancy-grid-animation .fancy-grid-row-edit-buttons {
    transition: top 0.4s;
}

.fancy-grid-animation .fancy-loadmask {
    transition: opacity 0.4s;
}

.fancy-grid-animation .fancy-grid-summary-container .fancy-grid-cell {
    transition: left .4s, width .4s;
}

.fancy-grid-cell-flash-plus {
    background-color: rgba(111, 178, 112, 0.2) !important;
}

.fancy-grid-cell-flash-minus {
    background-color: rgba(220, 107, 103, 0.2) !important;
}

.fancy-grid-column-row-drag.fancy-grid-column-ellipsis .fancy-grid-cell {
    text-overflow: initial;
}

    .fancy-grid-column-row-drag.fancy-grid-column-ellipsis .fancy-grid-cell .fancy-grid-cell-inner-text {
        overflow: hidden;
        text-overflow: ellipsis;
        display: initial;
    }

.fancy-grid-column-select.fancy-grid-column-ellipsis .fancy-grid-cell {
    text-overflow: initial;
}

    .fancy-grid-column-select.fancy-grid-column-ellipsis .fancy-grid-cell .fancy-grid-cell-inner-text {
        overflow: hidden;
        text-overflow: ellipsis;
        display: initial;
    }

.fancy-grid-state-sorted .fancy-grid-cell-inner-rowdrag {
    display: none;
}

.fancy-grid-state-sorted .fancy-grid-row-drag-el {
    display: none;
}

.fancy-grid-state-filtered .fancy-grid-cell-inner-rowdrag {
    display: none;
}

.fancy-grid-state-filtered .fancy-grid-row-drag-el {
    display: none;
}
/*
 scroll.less
*/
.fancy-scroll-right {
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(235, 235, 245, 0.5);
    width: 12px;
    height: 100%;
    -webkit-transition: width 0.2s linear;
    -moz-transition: width 0.2s linear;
    -ms-transition: width 0.2s linear;
    -o-transition: width 0.2s linear;
    transition: width 0.2s linear;
    z-index: 3;
}

.fancy-scroll-right-hover,
.fancy-scroll-right-active {
    width: 16px;
}

    .fancy-scroll-right-hover .fancy-scroll-right-inner,
    .fancy-scroll-right-active .fancy-scroll-right-inner {
        width: 12px;
        opacity: 1;
    }

.fancy-scroll-right-inner {
    margin-left: 2px;
    margin-top: 1px;
    height: 40px;
    background: #DAE1E8;
    opacity: 0.8;
    width: 8px;
    cursor: pointer;
    -webkit-transition: width 0.2s ease-out;
    -moz-transition: width 0.2s ease-out;
    -ms-transition: width 0.2s ease-out;
    -o-transition: width 0.2s ease-out;
    transition: width 0.2s ease-out;
    border-radius: 2px;
}

.fancy-touch :not(.fancy-grid-header-cell-trigger-disabled) .fancy-grid-header-cell-trigger {
    visibility: visible;
    opacity: 1;
}

.fancy-scroll-bottom {
    position: fixed;
    left: 0;
    bottom: 0;
    background: rgba(235, 235, 245, 0.5);
    width: 100%;
    height: 12px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    z-index: 2;
}

.fancy-scroll-bottom-hover,
.fancy-scroll-bottom-active {
    height: 16px;
}

    .fancy-scroll-bottom-hover .fancy-scroll-bottom-inner,
    .fancy-scroll-bottom-active .fancy-scroll-bottom-inner {
        height: 12px;
        opacity: 1;
    }

.fancy-scroll-bottom-inner {
    margin-left: 1px;
    margin-top: 2px;
    width: 40px;
    background: #DAE1E8;
    opacity: 0.8;
    height: 8px;
    cursor: pointer;
    -webkit-transition: height 0.2s ease-out;
    -moz-transition: height 0.2s ease-out;
    -ms-transition: height 0.2s ease-out;
    -o-transition: height 0.2s ease-out;
    transition: height 0.2s ease-out;
    border-radius: 2px;
}

.fancy-panel .fancy-scroll-bottom-inner {
    margin-top: 2px;
}

.fancy-scroll-top {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(235, 235, 245, 0.5);
    width: 100%;
    height: 12px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    z-index: 2;
}

.fancy-scroll-top-inner {
    margin-left: 1px;
    margin-top: 2px;
    width: 40px;
    background: #DAE1E8;
    opacity: .8;
    height: 8px;
    cursor: pointer;
    -webkit-transition: height 0.2s ease-out;
    -moz-transition: height 0.2s ease-out;
    -ms-transition: height 0.2s ease-out;
    -o-transition: height 0.2s ease-out;
    transition: height 0.2s ease-out;
}

.fancy-panel .fancy-scroll-top-inner {
    margin-top: 2px;
}
/*
 sorter.less
*/
.fancy-grid-column-sort-ASC .fancy-grid-header-cell-text {
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%20320%20512%22%3E%3Cpath%20fill%3D%22%23088ec7%22%20d%3D%22M288.662%20352H31.338c-17.818%200-26.741-21.543-14.142-34.142l128.662-128.662c7.81-7.81%2020.474-7.81%2028.284%200l128.662%20128.662c12.6%2012.599%203.676%2034.142-14.142%2034.142z%22%2F%3E%3C%2Fsvg%3E');
    background-position-x: 100%;
    background-position-y: -1px;
    padding-right: 17px;
}

.fancy-grid-column-sort-DESC .fancy-grid-header-cell-text {
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%20320%20512%22%3E%3Cpath%20fill%3D%22%23088ec7%22%20d%3D%22M31.3%20192h257.3c17.8%200%2026.7%2021.5%2014.1%2034.1L174.1%20354.8c-7.8%207.8-20.5%207.8-28.3%200L17.2%20226.1C4.6%20213.5%2013.5%20192%2031.3%20192z%22%2F%3E%3C%2Fsvg%3E');
    background-position-x: 100%;
    background-position-y: -1px;
    padding-right: 17px;
}
/*
 column-resizer.less
*/
.fancy-grid-column-resizer {
    cursor: col-resize;
}

.fancy-grid-resizer-left {
    height: 100%;
    position: absolute;
    top: 0;
    border-right: 2px dashed rgba(81, 103, 122, 0.5);
    background-color: transparent !important;
    display: none;
    z-index: 1;
}

.fancy-grid-resizer-right {
    height: 100%;
    position: absolute;
    top: 0;
    border-right: 2px dashed rgba(81, 103, 122, 0.5);
    background-color: transparent !important;
    display: none;
    z-index: 1;
}
/*
 column-color.less
*/
.fancy-grid-color-cell {
    width: 17px;
    height: 17px;
    border: 1px solid #dbdbdb;
    cursor: pointer;
}
/*
 column-menu.less
*/
.fancy-grid-header-column-triggered {
    background-color: #eff2f5;
}

    .fancy-grid-header-column-triggered .fancy-grid-header-cell-trigger {
        display: block;
    }

.fancy-grid-header-cell-trigger-disabled .fancy-grid-header-cell-trigger {
    display: none !important;
}

.fancy-grid-header-cell-trigger {
    border-left: 1px solid #d3dbe1;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 25px;
    background-color: #eff2f5;
    visibility: hidden;
    opacity: 0;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.fancy-grid-header-cell-trigger-image {
    width: 13px;
    margin-left: 5px;
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%20418%20512%22%3E%3Cpath%20fill%3D%22%23088ec7%22%20d%3D%22M436%20124H12c-6.627%200-12-5.373-12-12V80c0-6.627%205.373-12%2012-12h424c6.627%200%2012%205.373%2012%2012v32c0%206.627-5.373%2012-12%2012zm0%20160H12c-6.627%200-12-5.373-12-12v-32c0-6.627%205.373-12%2012-12h424c6.627%200%2012%205.373%2012%2012v32c0%206.627-5.373%2012-12%2012zm0%20160H12c-6.627%200-12-5.373-12-12v-32c0-6.627%205.373-12%2012-12h424c6.627%200%2012%205.373%2012%2012v32c0%206.627-5.373%2012-12%2012z%22%2F%3E%3C%2Fsvg%3E');
    height: 16px;
    margin-top: 6px;
    background-position-x: -2px;
}

.fancy-grid-header-cell:hover .fancy-grid-header-cell-trigger {
    opacity: 1;
    visibility: visible;
}

.fancy-grid-header-cell-trigger-up {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226%22%20height%3D%2230%22%20viewBox%3D%220%200%20256%20512%22%3E%3Cpath%20fill%3D%22%23088ec7%22%20d%3D%22M136.5%20185.1l116%20117.8c4.7%204.7%204.7%2012.3%200%2017l-7.1%207.1c-4.7%204.7-12.3%204.7-17%200L128%20224.7%2027.6%20326.9c-4.7%204.7-12.3%204.7-17%200l-7.1-7.1c-4.7-4.7-4.7-12.3%200-17l116-117.8c4.7-4.6%2012.3-4.6%2017%20.1z%22%2F%3E%3C%2Fsvg%3E');
    background-position: 0 0;
}

.fancy-menu-item-active .fancy-grid-header-cell-trigger-up {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226%22%20height%3D%2230%22%20viewBox%3D%220%200%20256%20512%22%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M136.5%20185.1l116%20117.8c4.7%204.7%204.7%2012.3%200%2017l-7.1%207.1c-4.7%204.7-12.3%204.7-17%200L128%20224.7%2027.6%20326.9c-4.7%204.7-12.3%204.7-17%200l-7.1-7.1c-4.7-4.7-4.7-12.3%200-17l116-117.8c4.7-4.6%2012.3-4.6%2017%20.1z%22%2F%3E%3C%2Fsvg%3E');
    background-position: 0 0;
}

.fancy-grid-header-cell-trigger-down {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226%22%20height%3D%2230%22%20viewBox%3D%220%200%20256%20512%22%3E%3Cpath%20fill%3D%22%23088ec7%22%20d%3D%22M119.5%20326.9L3.5%20209.1c-4.7-4.7-4.7-12.3%200-17l7.1-7.1c4.7-4.7%2012.3-4.7%2017%200L128%20287.3l100.4-102.2c4.7-4.7%2012.3-4.7%2017%200l7.1%207.1c4.7%204.7%204.7%2012.3%200%2017L136.5%20327c-4.7%204.6-12.3%204.6-17-.1z%22%2F%3E%3C%2Fsvg%3E');
    background-position: 0 0;
}

.fancy-menu-item-active .fancy-grid-header-cell-trigger-down {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226%22%20height%3D%2230%22%20viewBox%3D%220%200%20256%20512%22%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M119.5%20326.9L3.5%20209.1c-4.7-4.7-4.7-12.3%200-17l7.1-7.1c4.7-4.7%2012.3-4.7%2017%200L128%20287.3l100.4-102.2c4.7-4.7%2012.3-4.7%2017%200l7.1%207.1c4.7%204.7%204.7%2012.3%200%2017L136.5%20327c-4.7%204.6-12.3%204.6-17-.1z%22%2F%3E%3C%2Fsvg%3E');
    background-position: 0 0;
}

.fancy-grid-header-cell-trigger.fancy-grid-column-resizer {
    cursor: col-resize;
}
/*
 column-checkbox.less
*/
.fancy-grid-header-cell-checkbox .fancy-grid-header-cell-container {
    text-align: center;
}

.fancy-grid-header-cell-checkbox .fancy-field-checkbox {
    margin-top: -7px;
}

.fancy-grid-header-cell-checkbox .fancy-field-input-label {
    display: none;
}

.fancy-grid-header-cell-checkbox .fancy-field-checkbox-input {
    margin-right: 4px;
}
/*
 column-drag.less
*/
.fancy-drag-cell {
    transition: none !important;
}

.fancy-drag-hint-top {
    background: url(images/default/col-drag-top.png) no-repeat center top transparent;
    width: 9px;
    height: 11px;
    position: absolute;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    z-index: 4;
}

.fancy-drag-hint-bottom {
    background: url(images/default/col-drag-bottom.png) no-repeat center top transparent;
    width: 9px;
    height: 11px;
    position: absolute;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    z-index: 4;
}

.fancy-grid-column-row-drag svg {
    display: inline-block;
    opacity: 1 !important;
    width: 16px;
    height: 14px;
    vertical-align: middle;
    fill: #bcc4cc;
    color: #bcc4cc;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fancy-grid-column-row-drag:not(.fancy-grid-column-ellipsis) .fancy-grid-cell {
    border-right-color: transparent;
}

.fancy-grid-column-row-drag .fancy-grid-cell-inner {
    margin-left: 6px;
}

.fancy-grid .fancy-grid-body .fancy-drop-cell-first-mask {
    border-top: 1px solid #a4cf6d;
}

.fancy-grid-cell-inner-rowdrag {
    display: inline-block;
    position: relative;
    top: -5px;
}

.fancy-grid-cell-inner-rowdrag-fix {
    display: inline-block;
    height: 15px !important;
    width: 1px;
    margin-left: -2px;
}
/*
 sparkline.less
*/
.fancy-grid-column-sparkline canvas {
    position: relative;
    top: -8px;
}

.fancy-grid-column-sparkline svg {
    position: relative;
    top: -8px;
}

.fancy-grid-column-sparkline vml {
    position: relative;
    top: -8px;
}

.fancy-grid-column-sparkline-bullet canvas {
    top: -3px;
}

.fancy-grid-column-sparkline-bullet svg {
    top: -3px;
}

.fancy-grid-column-sparkline-bullet vml {
    top: -3px;
}

.jqstooltip {
    background-color: #747474 !important;
    border-color: #747474 !important;
    border-radius: 2px !important;
    padding: 1px 1px 1px 1px !important;
    border-width: 1px !important;
    border-style: solid !important;
    padding: 6px 8px !important;
    box-sizing: content-box;
}

    .jqstooltip .jqsfield {
        font-family: 'Open Sans', 'Helvetica Neue', helvetica, arial, verdana, sans-serif !important;
        color: #f0f0f0 !important;
        font-size: 13px !important;
        font-weight: 300 !important;
    }

        .jqstooltip .jqsfield .span {
            color: #f0f0f0 !important;
        }
/*
 chart-cell.less
*/
.fancy-grid-column-chart-circle svg {
    position: relative;
    top: -7px;
}

.fancy-grid-column-spark-progress-donut svg {
    position: relative;
    top: -7px;
}

.fancy-grid-grossloss-loss {
    position: absolute;
    right: 50%;
    background-color: #EA7369;
    cursor: default;
}

.fancy-grid-grossloss-gross {
    position: absolute;
    left: 50%;
    background-color: #60B3E2;
    cursor: default;
}

.fancy-grid-column-progress-bar {
    float: left;
    background-color: #60B3E2;
    transition: all .2s linear;
}

    .fancy-grid-column-progress-bar:hover {
        opacity: 0.7;
    }

.fancy-grid-column-h-bar .fancy-grid-cell-inner {
    margin-top: 7px;
}

.fancy-grid-cell-inner .fancy-grid-column-h-bar-node:first-child {
    border-left: 0;
}

.fancy-grid-column-h-bar-node {
    background: #60B3E2;
    line-height: 19px;
    float: left;
    border-left: 1px solid white;
    transition: all .2s linear;
}

    .fancy-grid-column-h-bar-node:hover {
        opacity: 0.7;
    }

.fancy-grid-legend-marker {
    width: 17px;
    height: 17px;
    border: 1px solid #dbdbdb;
    cursor: pointer;
    float: left;
    position: relative;
    top: -1px;
    left: 4px;
}

.fancy-legend-item-disabled {
    opacity: 0.3;
}

.fancy-spark-hbar {
    display: flex;
}

.fancy-grid-column-h-bar .fancy-grid-cell-inner {
    margin-top: 0;
}

.fancy-grid-column-h-bar-node {
    border-left-width: 0;
}

.fancy-spark-hbar {
    display: block;
}

.fancy-grid-column-h-bar-node {
    float: none;
}

.fancy-spark-hbar.fancy-spark-stacked {
    margin-top: 6px;
    display: flex;
}

    .fancy-spark-hbar.fancy-spark-stacked .fancy-grid-column-h-bar-node {
        border-left-width: 1px;
        float: left;
    }

.fancy-grid-column-h-bar-stacked .fancy-grid-cell-inner {
    margin-top: 0;
}

.fancy-spark-hbar-stacked .fancy-grid-column-h-bar-node:first-child {
    border-left: 0;
}

.fancy-grid-bar-label {
    color: white;
    margin-left: 5px;
    margin-right: 5px;
    font-weight: bold;
}

.fancy-grid-bar-label-out {
    color: #45ABF6;
    margin-left: 5px;
    margin-right: 5px;
    font-weight: bold;
    float: left;
    margin-top: 3px;
}

.fancy-grid-bar-label-out-left {
    color: #45ABF6;
    margin-left: 5px;
    margin-right: 5px;
    font-weight: bold;
    float: right;
    margin-top: 3px;
}
/*
 selection.less
*/
.fancy-grid-unselectable {
    -webkit-user-select: none;
    /* Chrome all / Safari all */
    -moz-user-select: none;
    /* Firefox all */
    -ms-user-select: none;
    /* IE 10+ */
    user-select: none;
}

.fancy-grid-column .fancy-grid-cell-over {
    background: #bcc6d4;
}

.fancy-grid-body .fancy-grid-column .fancy-grid-cell-selected {
    background: #bcc6d4;
}

.fancy-grid-column-over .fancy-grid-cell {
    background: #bcc6d4;
}

.fancy-grid-body .fancy-grid-column-selected .fancy-grid-cell {
    background: #bcc6d4;
}

.fancy-grid-unselectable .fancy-grid-cell-inner {
    cursor: default;
}

.fancy-grid-cell {
    -webkit-transition: background 0.2s ease-out;
    -moz-transition: background 0.2s ease-out;
    -ms-transition: background 0.2s ease-out;
    -o-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
}

.fancy-grid-cell-inner-select {
    display: inline-block;
}

.fancy-grid-cell-inner-text {
    display: inline-block;
    position: relative;
    top: -3px;
}

.fancy-grid-cell-inner-select .fancy-field-checkbox {
    height: 15px !important;
}

.fancy-grid-header-cell-select .fancy-field-checkbox {
    height: 18px !important;
}
/*
 group-header.less
*/
.fancy-grid-header-grouped .fancy-grid-header-cell-container {
    padding-top: 24px;
    padding-bottom: 24px;
    height: 60px;
}

.fancy-grid-header-grouped .fancy-grid-header-cell-group-level-1 .fancy-grid-header-cell-container {
    padding-top: 2px;
}

.fancy-grid-header-grouped .fancy-grid-header-cell-group-level-1 {
    border-top-width: 1px;
}

.fancy-grid-header .fancy-grid-header-cell-group-level-1.fancy-grid-header-cell:first-child .fancy-grid-header-cell-container {
    border-left-width: 1px;
}

.fancy-grid-header-grouped .fancy-grid-header-cell-group-level-2 .fancy-grid-header-cell-container {
    padding-top: 2px;
    text-align: center;
}

.fancy-grid-header-grouped .fancy-grid-header-cell-trigger-image {
    margin-top: 25px;
}

.fancy-grid-header-grouped .fancy-grid-header-cell-group-level-1 .fancy-grid-header-cell-trigger-image {
    margin-top: 8px;
}

.fancy-grid-header-grouped .fancy-grid-header-cell-group-level-2 .fancy-grid-header-cell-trigger {
    display: none;
}

.fancy-grid-header-filter-cell-small .fancy-grid-header-cell-container {
    padding-top: 9px;
}

.fancy-grid-header-filter-cell-small .fancy-grid-header-cell-trigger-image {
    margin-top: 8px;
}

.fancy-grid-header-filter-cell-small .fancy-grid-header-cell-trigger {
    height: 50%;
}

.fancy-grid-header-filter-cell-full .fancy-grid-header-cell-container {
    padding-top: 9px;
}

.fancy-grid-header-cell-triple .fancy-grid-header-cell-container {
    padding-top: 40px;
}

.fancy-grid-header-cell-triple .fancy-grid-header-cell-trigger-image {
    margin-top: 40px;
}

.fancy-grid-header-cell-group-level-1.fancy-grid-header-cell-double .fancy-grid-header-cell-container {
    padding-top: 21px;
}

.fancy-grid-header-cell-group-level-1.fancy-grid-header-cell-double .fancy-grid-header-cell-trigger-image {
    margin-top: 21px;
}

.fancy-grid-header-cell-group-level-1.fancy-grid-header-filter-cell .fancy-grid-header-cell-trigger {
    height: 50%;
}

.fancy-grid-header-cell-triple.fancy-grid-header-filter-cell .fancy-grid-header-cell-container {
    padding-top: 25px;
}

.fancy-grid-header-cell-triple.fancy-grid-header-filter-cell .fancy-grid-header-cell-trigger-image {
    margin-top: 25px;
}

.fancy-grid-header-cell-triple.fancy-grid-header-filter-cell .fancy-grid-header-cell-trigger {
    height: 64%;
}
/*
 group-row.less
*/
.fancy-grid-group-row {
    height: 31px;
    background: #E1E7ED;
    font-size: 12px;
    font-family: tahoma, arial, verdana, sans-serif, Lucida Sans;
    border-bottom: 1px solid #d3dbe1;
    position: absolute;
    left: 0;
    z-index: 1;
    cursor: pointer;
    color: #004785;
}

.fancy-grid-group-row-inner {
    padding-left: 36px;
    padding-top: 7px;
    padding-bottom: 7px;
    background-repeat: no-repeat;
    background-image: url(images/default/options-slide.png);
    background-position: 8px -95px;
}

.fancy-grid-group-row-collapsed .fancy-grid-group-row-inner {
    background-position: 8px 5px;
}
/*
 filter.less
*/
.fancy-grid-header-cell-double .fancy-grid-header-cell-container {
    padding-top: 24px;
    padding-bottom: 24px;
}

.fancy-grid-header-filter-cell .fancy-grid-header-cell-container {
    height: 60px;
}
/*
 drag.less
*/
.fancy-drop-not-ok {
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAKElEQVR42u3NsQ0AMAjAMB5H4tceUo6AgcGWMicCgIlX+bcyNgaAOxrGlBDRu5xvVQAAAABJRU5ErkJggg==);
}

    .fancy-drop-not-ok .fancy-tooltip-inner {
        margin-left: 23px;
    }

.fancy-drop-ok:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    left: -1px;
    top: -5px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: -1;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAALUlEQVR42u3NsQkAMAgAQZeO22W2pLcVC+EOvv4IgAnn5qsZGxvvH3cyNgZ2+dLJc2T0JIDAAAAAAElFTkSuQmCC);
}

.fancy-drop-ok .fancy-tooltip-inner {
    margin-left: 23px;
}

.fancy-grid .fancy-grid-body .fancy-drop-cell-mask {
    border-bottom: 1px solid #a4cf6d;
}

.fancy-drop-header-mask .fancy-grid-header {
    border-bottom-color: #a4cf6d;
}
/*
 edit-row.less
*/
.fancy-grid-row-edit {
    position: absolute;
    top: 0;
    background-color: #F7F7F7;
    border: 1px solid #d3dbe1;
    border-left-width: 0;
    z-index: 1;
    width: 101%;
}

    .fancy-grid-row-edit .fancy-field-text {
        margin-left: 2px;
        margin-top: 2px;
    }

    .fancy-grid-row-edit .fancy-field-field-text {
        white-space: nowrap;
        overflow: hidden;
    }

    .fancy-grid-row-edit .fancy-field-text-value {
        margin-top: 9px;
        margin-right: 9px;
        margin-left: 9px;
        color: #45ABF6;
    }

.fancy-grid-row-edit-buttons {
    position: absolute;
    top: 0;
    background-color: #F7F7F7;
    border: 1px solid #d3dbe1;
    z-index: 1;
    padding: 1px 5px 5px 5px;
    -webkit-border-radius: 0px 0px 3px 3px;
    -moz-border-radius: 0px 0px 3px 3px;
    -ms-border-radius: 0px 0px 3px 3px;
    -o-border-radius: 0px 0px 3px 3px;
    border-radius: 0px 0px 3px 3px;
}

.fancy-edit-row-button-cancel {
    margin-left: 5px;
}
/*
 expand-row.less
*/
.fancy-grid-expand-row {
    position: absolute;
    left: 0;
    z-index: 1;
    padding: 5px 10px 5px 10px;
    font-weight: 400;
    color: #45ABF6;
    border-bottom: 1px solid #d3dbe1;
}

    .fancy-grid-expand-row p {
        margin: 0.5em 0;
    }

    .fancy-grid-expand-row.fancy-grid-expand-row-over {
        background: #E0E5E9;
    }

    .fancy-grid-expand-row.fancy-grid-expand-row-selected {
        background: #E0E5E9;
    }

.fancy-grid-summary-container {
    z-index: 1;
    background: white;
    overflow: hidden;
}

.fancy-grid-summary-row {
    position: relative;
    left: 0;
}

    .fancy-grid-summary-row .fancy-grid-cell {
        float: left;
        position: relative;
    }

.fancy-grid-summary-row-bottom .fancy-grid-cell {
    border-bottom-width: 0;
    border-top-width: 1px;
    position: relative;
}

    .fancy-grid-summary-row-bottom .fancy-grid-cell[index="0"] {
        border-top-color: #d3dbe1;
    }

.fancy-grid-left .fancy-grid-summary-row-bottom {
    border-right: 2px solid #d3dbe1;
}

.fancy-grid-right .fancy-grid-summary-row-bottom {
    border-left: 2px solid #d3dbe1;
    position: relative;
    left: -2px;
}

.fancy-grid-summary-options .fancy-grid-summary-container .fancy-grid-cell:hover .fancy-grid-cell-inner {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%20320%20512%22%3E%3Cpath%20fill%3D%22%238a8a8a%22%20d%3D%22M31.3%20192h257.3c17.8%200%2026.7%2021.5%2014.1%2034.1L174.1%20354.8c-7.8%207.8-20.5%207.8-28.3%200L17.2%20226.1C4.6%20213.5%2013.5%20192%2031.3%20192z%22%2F%3E%3C%2Fsvg%3E');
    background-position-x: 100%;
    background-position-y: -1px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.fancy-grid-summary-options .fancy-grid-summary-container .fancy-grid-cell:hover {
    cursor: pointer;
}

.fancy-grid-tree-expander {
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
}

.fancy-grid-tree-expander-leaf {
    width: 15px;
    height: 15px;
    display: inline-block;
}

.fancy-grid-tree-expander-expanded {
    background-position-y: -1px;
}

.fancy-grid-tree-expander-text {
    /*display: inline-block;*/
    margin-left: 5px;
    position: relative;
    top: -3px;
}

.fancy-grid-tree-expander-node {
    display: inline-block;
    height: 15px;
    width: 25px;
}

.fancy-grid-tree-expander {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%20%20%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%200h24v24H0z%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20stroke%3D%22%231e8fc6%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.875%22%20d%3D%22M6.5%2010l5.5%204.5%205.5-4.5%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
    background-position-y: -4px;
    background-position-x: -4px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.fancy-grid-tree-expander-expanded {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.fancy-grid-tree-folder-closed {
    width: 20px;
    height: 18px;
    display: inline-block;
    margin-left: 3px;
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2218%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%235fa2dd%22%20d%3D%22M464%20128H272l-54.63-54.63c-6-6-14.14-9.37-22.63-9.37H48C21.49%2064%200%2085.49%200%20112v288c0%2026.51%2021.49%2048%2048%2048h416c26.51%200%2048-21.49%2048-48V176c0-26.51-21.49-48-48-48zm0%20272H48V112h140.12l54.63%2054.63c6%206%2014.14%209.37%2022.63%209.37H464v224z%22%20class%3D%22%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
    position: relative;
    top: -2px;
}

.fancy-grid-tree-folder-opened {
    width: 20px;
    height: 18px;
    display: inline-block;
    margin-left: 5px;
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2218%22%20viewBox%3D%220%200%20576%20512%22%3E%3Cpath%20fill%3D%22%235fa2dd%22%20d%3D%22M527.943%20224H480v-48c0-26.51-21.49-48-48-48H272l-64-64H48C21.49%2064%200%2085.49%200%20112v288c0%2026.51%2021.49%2048%2048%2048h400a48.001%2048.001%200%200%200%2040.704-22.56l79.942-128c19.948-31.917-3.038-73.44-40.703-73.44zM54%20112h134.118l64%2064H426a6%206%200%200%201%206%206v42H152a48%2048%200%200%200-41.098%2023.202L48%20351.449V117.993A5.993%205.993%200%200%201%2054%20112zm394%20288H72l77.234-128H528l-80%20128z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
    position: relative;
    top: -2px;
}

.fancy-grid-tree-folder-file {
    width: 14px;
    /*height: 18px;*/
    height: 19px;
    display: inline-block;
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2218%22%20viewBox%3D%220%200%20384%20512%22%3E%3Cpath%20fill%3D%22%235fa2dd%22%20d%3D%22M369.9%2097.9L286%2014C277%205%20264.8-.1%20252.1-.1H48C21.5%200%200%2021.5%200%2048v416c0%2026.5%2021.5%2048%2048%2048h288c26.5%200%2048-21.5%2048-48V131.9c0-12.7-5.1-25-14.1-34zM332.1%20128H256V51.9l76.1%2076.1zM48%20464V48h160v104c0%2013.3%2010.7%2024%2024%2024h104v288H48z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    position: relative;
    /*top: -3px;*/
    top: 0 !important;
    margin-left: 5px;
}

.fancy-grid-tree-column-folder .fancy-grid-tree-expander {
    position: relative;
    top: -4px;
}

.fancy-grid-tree-column-folder .fancy-grid-tree-expander-text {
    top: -8px;
}

.fancy-grid-tree-column-folder .fancy-field-checkbox {
    height: 18px !important;
}

.fancy-grid-column-select.fancy-grid-tree-column-folder .fancy-grid-tree-folder-file {
    top: -2px;
}

.fancy-grid-tree-column-folder.fancy-grid-tree-column-folder .fancy-grid-tree-expander-text {
    top: -7px;
}
/*
 datepicker.less
*/
.fancy-date-picker .fancy-grid-cell {
    cursor: pointer;
}

    .fancy-date-picker .fancy-grid-cell .fancy-grid-cell-inner {
        cursor: pointer;
    }

.fancy-field-picker-button {
    background: url(images/default/calendar.png) right center no-repeat transparent;
    width: 20px;
    height: 33px;
    position: absolute;
    top: -1px;
    right: 3px;
    cursor: pointer;
}

.fancy-bar-container .fancy-field-picker-button {
    top: 3px;
}

.fancy-date-picker-cell-out-range {
    color: #d0d0d0;
}

.fancy-date-picker-cell-out-min-max {
    background: #E0E5E9;
    color: #d0d0d0;
    cursor: default !important;
}

    .fancy-date-picker-cell-out-min-max .fancy-grid-cell-inner {
        cursor: default !important;
    }

.fancy-date-picker-cell-today .fancy-grid-cell-inner {
    font-weight: bold;
}

.fancy-grid-column .fancy-date-picker-cell-active {
    color: white;
    background-color: #45ABF6;
}

    .fancy-grid-column .fancy-date-picker-cell-active .fancy-grid-cell-inner {
        font-weight: bold;
    }

.fancy-picker-button-back {
    position: relative;
    margin-right: 0 !important;
}

    .fancy-picker-button-back .fancy-button-image {
        background: url(images/default/back.png) no-repeat center -1px;
        display: block;
    }

.fancy-picker-button-next {
    margin-right: 2px !important;
}

    .fancy-picker-button-next .fancy-button-image {
        background: url(images/default/next.png) no-repeat -1px -2px;
        display: block;
    }

.fancy-picker-button-date {
    margin: 3px auto !important;
    float: none !important;
}

.fancy-picker-button-date-wrapper {
    width: 231px;
    height: 38px;
    float: left;
}

.fancy-picker-button-today-wrapper {
    width: 296px;
    height: 38px;
    float: left;
}

.fancy-picker-button-today {
    margin: 3px auto !important;
    float: none !important;
}

.fancy-picker-button-date .fancy-button-text {
    padding-right: 19px;
    padding-left: 19px;
    background: url(images/default/bottom.png) right 2px no-repeat;
}
/*
 datepicker.less
*/
.fancy-month-picker .fancy-grid-cell {
    cursor: pointer;
}

    .fancy-month-picker .fancy-grid-cell .fancy-grid-cell-inner {
        cursor: pointer;
        margin-top: 12px;
    }

.fancy-grid-column .fancy-month-picker-cell-active {
    color: white;
    background-color: #45ABF6;
}

    .fancy-grid-column .fancy-month-picker-cell-active .fancy-grid-cell-inner {
        font-weight: bold;
    }

.fancy-month-picker-action-buttons {
    margin: 0 auto !important;
    float: none !important;
}

    .fancy-month-picker-action-buttons .fancy-bar-button {
        margin-top: 3px !important;
    }
/*
 loadmask.less
*/
.fancy-loadmask {
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(208, 208, 208, 0.5);
    z-index: 3;
}

.fancy-loadmask-inner {
    background-color: #d0d0d0;
    padding: 12px 20px;
    position: absolute;
    border-radius: 2px;
}

.fancy-loadmask-image {
    margin: auto;
    width: 30px;
    height: 30px;
    background-image: url(images/default/load.gif);
}

.fancy-loadmask-text {
    color: #45ABF6;
    margin-top: 4px;
    font-size: 13px;
    font-weight: 300;
    font-family: 'Open Sans', 'Helvetica Neue', helvetica, arial, verdana, sans-serif;
}
/*
 tooltip.less
*/
.fancy-tooltip {
    position: absolute;
    display: none;
    background-color: #747474 !important;
    border-color: #747474 !important;
    border-radius: 2px !important;
    border-width: 1px !important;
    border-style: solid !important;
    padding: 6px 8px !important;
    box-sizing: content-box;
    z-index: 3000;
    max-width: 210px;
    overflow: hidden;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -ms-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear;
}

    .fancy-tooltip .fancy-tooltip-inner {
        font-family: 'Open Sans', 'Helvetica Neue', helvetica, arial, verdana, sans-serif !important;
        color: #f0f0f0 !important;
        font-size: 13px !important;
        font-weight: 300 !important;
    }
/*
 menu.less
*/
.fancy-menu {
    border: 1px solid #c0cad5;
    background-color: white;
    z-index: 3;
    display: none;
    overflow: hidden;
}

    .fancy-menu .fancy-menu-item-disabled {
        opacity: 0.3;
    }

.fancy-menu-item {
    position: relative;
    width: 100%;
    font: normal 11px/16px tahoma, arial, sans-serif;
    color: #2B587A;
    display: flex;
    cursor: pointer;
    -webkit-transition: background 0.1s ease-out;
    -moz-transition: background 0.1s ease-out;
    -ms-transition: background 0.1s ease-out;
    -o-transition: background 0.1s ease-out;
    transition: background 0.1s ease-out;
}

.fancy-menu-item-image {
    float: left;
    height: 100%;
    width: 30px;
    background-repeat: no-repeat;
}

.fancy-menu-item-text {
    height: 100%;
    float: left;
    padding: 7px 0 5px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: color 0.1s ease-out;
    -moz-transition: color 0.1s ease-out;
    -ms-transition: color 0.1s ease-out;
    -o-transition: color 0.1s ease-out;
    transition: color 0.1s ease-out;
}

.fancy-menu-item-no-image .fancy-menu-item-text {
    padding-left: 10px;
}

.fancy-menu-item-active {
    background: #048DC8;
    color: #FFFFFF;
    opacity: 0.8;
    cursor: pointer;
}

.fancy-menu-item.fancy-menu-item-disabled {
    cursor: default;
}

.fancy-menu-item-right-image {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
}

.fancy-menu-item-expand {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%20320%20512%22%3E%3Cpath%20fill%3D%22%23567699%22%20d%3D%22M24.707%2038.101L4.908%2057.899c-4.686%204.686-4.686%2012.284%200%2016.971L185.607%20256%204.908%20437.13c-4.686%204.686-4.686%2012.284%200%2016.971L24.707%20473.9c4.686%204.686%2012.284%204.686%2016.971%200l209.414-209.414c4.686-4.686%204.686-12.284%200-16.971L41.678%2038.101c-4.687-4.687-12.285-4.687-16.971%200z%22%2F%3E%3C%2Fsvg%3E');
    background-position-y: 5px;
    background-position-x: 9px;
    background-repeat: no-repeat;
}

.fancy-menu-item-active .fancy-menu-item-expand {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%20320%20512%22%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M24.707%2038.101L4.908%2057.899c-4.686%204.686-4.686%2012.284%200%2016.971L185.607%20256%204.908%20437.13c-4.686%204.686-4.686%2012.284%200%2016.971L24.707%20473.9c4.686%204.686%2012.284%204.686%2016.971%200l209.414-209.414c4.686-4.686%204.686-12.284%200-16.971L41.678%2038.101c-4.687-4.687-12.285-4.687-16.971%200z%22%2F%3E%3C%2Fsvg%3E');
    background-position-y: 5px;
}

.fancy-menu-item-sep {
    height: 1px;
    border-top: solid 1px #d0d0d0;
    background-color: #fff;
}

.fancy-menu-item-img-delete {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2217%22%20viewBox%3D%220%200%2016%2017%22%3E%3Cpath%20fill%3D%22%23828A99%22%20d%3D%22M2%2015c0%201.1.9%202%202%202h8c1.1%200%202-.9%202-2v-10h-12v10zm8-7c0-.6.4-1%201-1s1%20.4%201%201v6c0%20.6-.4%201-1%201s-1-.4-1-1v-6zm-3%200c0-.6.4-1%201-1s1%20.4%201%201v6c0%20.6-.4%201-1%201s-1-.4-1-1v-6zm-3%200c0-.6.4-1%201-1s1%20.4%201%201v6c0%20.6-.4%201-1%201s-1-.4-1-1v-6zM15%202h-5v-1c0-.6-.4-1-1-1h-2c-.6%200-1%20.4-1%201v1h-5c-.6%200-1%20.4-1%201s.4%201%201%201h14c.6%200%201-.4%201-1s-.4-1-1-1z%22%2F%3E%3C%2Fsvg%3E');
    background-position-x: 7px;
    background-position-y: 6px;
}

.fancy-menu-item-active .fancy-menu-item-img-delete {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2217%22%20viewBox%3D%220%200%2016%2017%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M2%2015c0%201.1.9%202%202%202h8c1.1%200%202-.9%202-2v-10h-12v10zm8-7c0-.6.4-1%201-1s1%20.4%201%201v6c0%20.6-.4%201-1%201s-1-.4-1-1v-6zm-3%200c0-.6.4-1%201-1s1%20.4%201%201v6c0%20.6-.4%201-1%201s-1-.4-1-1v-6zm-3%200c0-.6.4-1%201-1s1%20.4%201%201v6c0%20.6-.4%201-1%201s-1-.4-1-1v-6zM15%202h-5v-1c0-.6-.4-1-1-1h-2c-.6%200-1%20.4-1%201v1h-5c-.6%200-1%20.4-1%201s.4%201%201%201h14c.6%200%201-.4%201-1s-.4-1-1-1z%22%2F%3E%3C%2Fsvg%3E');
}

.fancy-menu-item-img-edit {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%3Crect%20width%3D%2224%22%20height%3D%2224%22%2F%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23828A99%22%20d%3D%22M0 12v3h3l8-8-3-3-8 8zm3 2H1v-2h1v1h1v1zm10.3-9.3L12 6 9 3l1.3-1.3a.996.996 0 0 1 1.41 0l1.59 1.59c.39.39.39 1.02 0 1.41Z%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E');
    background-position-x: 9px;
    background-position-y: 6px;
}

.fancy-menu-item-active .fancy-menu-item-img-edit {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%3Crect%20width%3D%2224%22%20height%3D%2224%22%2F%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M0 12v3h3l8-8-3-3-8 8zm3 2H1v-2h1v1h1v1zm10.3-9.3L12 6 9 3l1.3-1.3a.996.996 0 0 1 1.41 0l1.59 1.59c.39.39.39 1.02 0 1.41Z%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E');
}

.fancy-menu-item-active .fancy-menu-item-img-edit {
    color: white;
}

.fancy-menu-item-img-copy {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2217%22%20viewBox%3D%220%200%20448%20512%22%3E%3Cpath%20fill%3D%22%23828A99%22%20d%3D%22M320%20448v40c0%2013.255-10.745%2024-24%2024H24c-13.255%200-24-10.745-24-24V120c0-13.255%2010.745-24%2024-24h72v296c0%2030.879%2025.121%2056%2056%2056h168zm0-344V0H152c-13.255%200-24%2010.745-24%2024v368c0%2013.255%2010.745%2024%2024%2024h272c13.255%200%2024-10.745%2024-24V128H344c-13.2%200-24-10.8-24-24zm120.971-31.029L375.029%207.029A24%2024%200%200%200%20358.059%200H352v96h96v-6.059a24%2024%200%200%200-7.029-16.97z%22%2F%3E%3C%2Fsvg%3E');
    background-position-x: 7px;
    background-position-y: 6px;
}

.fancy-menu-item-active .fancy-menu-item-img-copy {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2217%22%20viewBox%3D%220%200%20448%20512%22%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M320%20448v40c0%2013.255-10.745%2024-24%2024H24c-13.255%200-24-10.745-24-24V120c0-13.255%2010.745-24%2024-24h72v296c0%2030.879%2025.121%2056%2056%2056h168zm0-344V0H152c-13.255%200-24%2010.745-24%2024v368c0%2013.255%2010.745%2024%2024%2024h272c13.255%200%2024-10.745%2024-24V128H344c-13.2%200-24-10.8-24-24zm120.971-31.029L375.029%207.029A24%2024%200%200%200%20358.059%200H352v96h96v-6.059a24%2024%200%200%200-7.029-16.97z%22%2F%3E%3C%2Fsvg%3E');
}

.fancy-menu-item-side-text {
    position: absolute;
    right: 4px;
    top: 6px;
}

.fancy-menu-item-img-duplicate {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20aria-hidden%3D%22true%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%20512%20512%22%3E%20%20%3Cpath%20fill%3D%22%23828A99%22%20d%3D%22M464%200c26.51%200%2048%2021.49%2048%2048v288c0%2026.51-21.49%2048-48%2048H176c-26.51%200-48-21.49-48-48V48c0-26.51%2021.49-48%2048-48h288M176%20416c-44.112%200-80-35.888-80-80V128H48c-26.51%200-48%2021.49-48%2048v288c0%2026.51%2021.49%2048%2048%2048h288c26.51%200%2048-21.49%2048-48v-48H176z%22%20class%3D%22%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    background-position-x: 7px;
    background-position-y: 6px;
}

.fancy-menu-item-active .fancy-menu-item-img-duplicate {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20aria-hidden%3D%22true%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%20512%20512%22%3E%20%20%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M464%200c26.51%200%2048%2021.49%2048%2048v288c0%2026.51-21.49%2048-48%2048H176c-26.51%200-48-21.49-48-48V48c0-26.51%2021.49-48%2048-48h288M176%20416c-44.112%200-80-35.888-80-80V128H48c-26.51%200-48%2021.49-48%2048v288c0%2026.51%2021.49%2048%2048%2048h288c26.51%200%2048-21.49%2048-48v-48H176z%22%20class%3D%22%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}
/*
 column-order.less
*/
.fancy-grid-column-order .fancy-grid-cell {
    background-color: #e3e9ee;
}

    .fancy-grid-column-order .fancy-grid-cell.fancy-grid-cell-selected {
        background-color: #e3e9ee;
    }
/*
 blue.less
 #e7edf2
 #f5f7fa
*/
.fancy-theme-blue .fancy-panel-tbar .fancy-toolbar-tab-active {
    background: #5780ab;
}

.fancy-theme-blue .fancy-panel-header {
    font-family: tahoma, arial, verdana, sans-serif, Lucida Sans;
    font-size: 13px;
    font-weight: 300;
    color: #FFFFFF;
    background: #5780ab;
}

.fancy-theme-blue .fancy-grid-header-cell {
    color: #51677a;
}

.fancy-theme-blue .fancy-grid-cell {
    color: #2b587a;
}

.fancy-theme-blue .fancy-panel-body {
    border-width: 0;
}

.fancy-theme-blue .fancy-paging-next {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%20256%20512%22%3E%3Cpath%20fill%3D%22%23577699%22%20d%3D%22M224.3%20273l-136%20136c-9.4%209.4-24.6%209.4-33.9%200l-22.6-22.6c-9.4-9.4-9.4-24.6%200-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6%200-33.9L54.3%20103c9.4-9.4%2024.6-9.4%2033.9%200l136%20136c9.5%209.4%209.5%2024.6.1%2034z%22%2F%3E%3C%2Fsvg%3E');
}

.fancy-theme-blue .fancy-paging-prev {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%20256%20512%22%3E%3Cpath%20fill%3D%22%23577699%22%20d%3D%22M31.7%20239l136-136c9.4-9.4%2024.6-9.4%2033.9%200l22.6%2022.6c9.4%209.4%209.4%2024.6%200%2033.9L127.9%20256l96.4%2096.4c9.4%209.4%209.4%2024.6%200%2033.9L201.7%20409c-9.4%209.4-24.6%209.4-33.9%200l-136-136c-9.5-9.4-9.5-24.6-.1-34z%22%2F%3E%3C%2Fsvg%3E');
}

.fancy-theme-blue .fancy-paging-first {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%20448%20512%22%3E%3Cpath%20fill%3D%22%23577699%22%20d%3D%22M223.7%20239l136-136c9.4-9.4%2024.6-9.4%2033.9%200l22.6%2022.6c9.4%209.4%209.4%2024.6%200%2033.9L319.9%20256l96.4%2096.4c9.4%209.4%209.4%2024.6%200%2033.9L393.7%20409c-9.4%209.4-24.6%209.4-33.9%200l-136-136c-9.5-9.4-9.5-24.6-.1-34zm-192%2034l136%20136c9.4%209.4%2024.6%209.4%2033.9%200l22.6-22.6c9.4-9.4%209.4-24.6%200-33.9L127.9%20256l96.4-96.4c9.4-9.4%209.4-24.6%200-33.9L201.7%20103c-9.4-9.4-24.6-9.4-33.9%200l-136%20136c-9.5%209.4-9.5%2024.6-.1%2034z%22%2F%3E%3C%2Fsvg%3E');
}

.fancy-theme-blue .fancy-paging-last {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%20448%20512%22%3E%3Cpath%20fill%3D%22%23577699%22%20d%3D%22M224.3%20273l-136%20136c-9.4%209.4-24.6%209.4-33.9%200l-22.6-22.6c-9.4-9.4-9.4-24.6%200-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6%200-33.9L54.3%20103c9.4-9.4%2024.6-9.4%2033.9%200l136%20136c9.5%209.4%209.5%2024.6.1%2034zm192-34l-136-136c-9.4-9.4-24.6-9.4-33.9%200l-22.6%2022.6c-9.4%209.4-9.4%2024.6%200%2033.9l96.4%2096.4-96.4%2096.4c-9.4%209.4-9.4%2024.6%200%2033.9l22.6%2022.6c9.4%209.4%2024.6%209.4%2033.9%200l136-136c9.4-9.2%209.4-24.4%200-33.8z%22%2F%3E%3C%2Fsvg%3E');
}

.fancy-theme-blue .fancy-paging-refresh {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23577699%22%20d%3D%22M256.455%208c66.269.119%20126.437%2026.233%20170.859%2068.685l35.715-35.715C478.149%2025.851%20504%2036.559%20504%2057.941V192c0%2013.255-10.745%2024-24%2024H345.941c-21.382%200-32.09-25.851-16.971-40.971l41.75-41.75c-30.864-28.899-70.801-44.907-113.23-45.273-92.398-.798-170.283%2073.977-169.484%20169.442C88.764%20348.009%20162.184%20424%20256%20424c41.127%200%2079.997-14.678%20110.629-41.556%204.743-4.161%2011.906-3.908%2016.368.553l39.662%2039.662c4.872%204.872%204.631%2012.815-.482%2017.433C378.202%20479.813%20319.926%20504%20256%20504%20119.034%20504%208.001%20392.967%208%20256.002%207.999%20119.193%20119.646%207.755%20256.455%208z%22%2F%3E%3C%2Fsvg%3E');
}

.fancy-theme-blue .fancy-button-text {
    color: #4C6B8F;
}

.fancy-theme-blue .fancy-grid-group-row-inner {
    color: #51677a;
    background-image: url(images/blue/options-slide.png);
}

.fancy-theme-blue .fancy-field-picker-button {
    background-image: url(images/blue/calendar.png);
}

.fancy-theme-blue .fancy-grid-column-sort-ASC .fancy-grid-header-cell-text {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%20320%20512%22%3E%3Cpath%20fill%3D%22%23577699%22%20d%3D%22M288.662%20352H31.338c-17.818%200-26.741-21.543-14.142-34.142l128.662-128.662c7.81-7.81%2020.474-7.81%2028.284%200l128.662%20128.662c12.6%2012.599%203.676%2034.142-14.142%2034.142z%22%2F%3E%3C%2Fsvg%3E');
}

.fancy-theme-blue .fancy-grid-column-sort-DESC .fancy-grid-header-cell-text {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%20320%20512%22%3E%3Cpath%20fill%3D%22%23577699%22%20d%3D%22M31.3%20192h257.3c17.8%200%2026.7%2021.5%2014.1%2034.1L174.1%20354.8c-7.8%207.8-20.5%207.8-28.3%200L17.2%20226.1C4.6%20213.5%2013.5%20192%2031.3%20192z%22%2F%3E%3C%2Fsvg%3E');
}

.fancy-theme-blue .fancy-field-checkbox-input {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Crect%20id%3D%22a%22%20rx%3D%222%22%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2214%22%20height%3D%2214%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23FFF%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Crect%20width%3D%2214%22%20height%3D%2214%22%20rx%3D%222%22%20x%3D%22.5%22%20y%3D%22.5%22%20stroke%3D%22%23C1C9D1%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}

    .fancy-theme-blue .fancy-field-checkbox-input:hover {
        background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Crect%20id%3D%22a%22%20rx%3D%222%22%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2214%22%20height%3D%2214%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23F2F4F8%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Crect%20width%3D%2214%22%20rx%3D%222%22%20height%3D%2214%22%20x%3D%22.5%22%20y%3D%22.5%22%20stroke%3D%22%23C1C9D1%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    }

.fancy-theme-blue .fancy-checkbox-on .fancy-field-checkbox-input {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Crect%20id%3D%22a%22%20rx%3D%222%22%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2214%22%20height%3D%2214%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23FFF%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Crect%20rx%3D%222%22%20width%3D%2214%22%20height%3D%2214%22%20x%3D%22.5%22%20y%3D%22.5%22%20stroke%3D%22%23C1C9D1%22%2F%3E%3Cpath%20stroke%3D%22%2351677a%22%20zoom%3D%221.5%22%20stroke-width%3D%221.7%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4%207.5L6.5%2010%2011%204.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}

    .fancy-theme-blue .fancy-checkbox-on .fancy-field-checkbox-input:hover {
        background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Crect%20id%3D%22a%22%20rx%3D%222%22%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2214%22%20height%3D%2214%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23F2F4F8%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Crect%20rx%3D%222%22%20width%3D%2214%22%20height%3D%2214%22%20x%3D%22.5%22%20y%3D%22.5%22%20stroke%3D%22%23C1C9D1%22%2F%3E%3Cpath%20stroke%3D%22%2351677a%22%20zoom%3D%221.5%22%20stroke-width%3D%221.7%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4%207.5L6.5%2010%2011%204.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    }

.fancy-theme-blue .fancy-field-label {
    color: #4C6B8F;
}

.fancy-theme-blue li:hover {
    background: #587DA1;
    opacity: 0.8;
}

.fancy-theme-blue li.fancy-combo-item-selected {
    background: #587DA1;
    color: white;
}

.fancy-theme-blue li.fancy-combo-item-focused {
    background: #587DA1;
    color: white;
}

.fancy-theme-blue .fancy-month-picker-cell-active {
    background-color: #E0E5E9;
}

.fancy-theme-blue .fancy-panel-resize-corner {
    border-bottom: 15px solid #5780ab;
    bottom: 1px;
    right: 1px;
}

    .fancy-theme-blue .fancy-panel-resize-corner:before {
        border-bottom: 5px solid #DAE1E8;
        bottom: -13px;
    }

.fancy-theme-blue .fancy-field-switcher .fancy-field-text {
    background-color: #d1d9e0;
}

.fancy-theme-blue .fancy-switcher-on.fancy-field-switcher .fancy-field-text {
    background-color: #c4d2e1;
}

    .fancy-theme-blue .fancy-switcher-on.fancy-field-switcher .fancy-field-text:after {
        background-color: #6287ae;
        border-color: #6287ae;
    }

.fancy-theme-blue .fancy-checkbox-expander .fancy-field-checkbox-input {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%20320%20512%22%3E%3Cpath%20fill%3D%22%23567699%22%20d%3D%22M24.707%2038.101L4.908%2057.899c-4.686%204.686-4.686%2012.284%200%2016.971L185.607%20256%204.908%20437.13c-4.686%204.686-4.686%2012.284%200%2016.971L24.707%20473.9c4.686%204.686%2012.284%204.686%2016.971%200l209.414-209.414c4.686-4.686%204.686-12.284%200-16.971L41.678%2038.101c-4.687-4.687-12.285-4.687-16.971%200z%22%2F%3E%3C%2Fsvg%3E');
}

.fancy-theme-blue .fancy-checkbox-expander.fancy-checkbox-on .fancy-field-checkbox-input {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%20448%20512%22%3E%3Cpath%20fill%3D%22%23567699%22%20d%3D%22M441.9%20167.3l-19.8-19.8c-4.7-4.7-12.3-4.7-17%200L224%20328.2%2042.9%20147.5c-4.7-4.7-12.3-4.7-17%200L6.1%20167.3c-4.7%204.7-4.7%2012.3%200%2017l209.4%20209.4c4.7%204.7%2012.3%204.7%2017%200l209.4-209.4c4.7-4.7%204.7-12.3%200-17z%22%2F%3E%3C%2Fsvg%3E');
}

.fancy-theme-blue .fancy-grid-state-resize-column .fancy-grid-header-cell:hover {
    background-color: #e3e9ee;
}

.fancy-theme-blue .fancy-grid-header-cell-trigger-image {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%20418%20512%22%3E%3Cpath%20fill%3D%22%23577699%22%20d%3D%22M436%20124H12c-6.627%200-12-5.373-12-12V80c0-6.627%205.373-12%2012-12h424c6.627%200%2012%205.373%2012%2012v32c0%206.627-5.373%2012-12%2012zm0%20160H12c-6.627%200-12-5.373-12-12v-32c0-6.627%205.373-12%2012-12h424c6.627%200%2012%205.373%2012%2012v32c0%206.627-5.373%2012-12%2012zm0%20160H12c-6.627%200-12-5.373-12-12v-32c0-6.627%205.373-12%2012-12h424c6.627%200%2012%205.373%2012%2012v32c0%206.627-5.373%2012-12%2012z%22%2F%3E%3C%2Fsvg%3E');
}

.fancy-theme-blue .fancy-date-picker-cell-out-range .fancy-grid-cell-inner {
    color: #d0d0d0;
}

.fancy-theme-blue .fancy-date-picker-cell-out-min-max {
    background: #e3e9ee;
    color: #d0d0d0;
}

.fancy-theme-blue .fancy-date-picker-cell-active .fancy-grid-cell-inner {
    color: white;
}

.fancy-theme-blue .fancy-button-menu .fancy-button-drop {
    background-image: url(images/blue/bottom.png);
}

.fancy-theme-blue .fancy-field-search input.fancy-field-text-input {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%221284%20207%2024%2024%22%3E%3Cpath%20fill%3D%22%2351677a%22%20d%3D%22M1298.5%20222.9C1297.5%20223.6%201296.3%20224%201295%20224%201291.7%20224%201289%20221.3%201289%20218%201289%20214.7%201291.7%20212%201295%20212%201298.3%20212%201301%20214.7%201301%20218%201301%20219.3%201300.6%20220.5%201299.9%20221.5L1302.7%20224.2C1303%20224.6%201303.1%20225.3%201302.7%20225.7%201302.3%20226%201301.6%20226%201301.2%20225.7L1298.5%20222.9ZM1295%20222C1297.2%20222%201299%20220.2%201299%20218%201299%20215.8%201297.2%20214%201295%20214%201292.8%20214%201291%20215.8%201291%20218%201291%20220.2%201292.8%20222%201295%20222Z%22%2F%3E%3C%2Fsvg%3E');
}

    .fancy-theme-blue .fancy-field-search input.fancy-field-text-input:focus {
        border-color: #52a8ec;
    }

.fancy-theme-blue .fancy-menu-item-expand {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%20320%20512%22%3E%3Cpath%20fill%3D%22%23577699%22%20d%3D%22M24.707%2038.101L4.908%2057.899c-4.686%204.686-4.686%2012.284%200%2016.971L185.607%20256%204.908%20437.13c-4.686%204.686-4.686%2012.284%200%2016.971L24.707%20473.9c4.686%204.686%2012.284%204.686%2016.971%200l209.414-209.414c4.686-4.686%204.686-12.284%200-16.971L41.678%2038.101c-4.687-4.687-12.285-4.687-16.971%200z%22%2F%3E%3C%2Fsvg%3E');
}

.fancy-theme-blue .fancy-menu-item-active .fancy-menu-item-expand {
    /*
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%20320%20512%22%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M24.707%2038.101L4.908%2057.899c-4.686%204.686-4.686%2012.284%200%2016.971L185.607%20256%204.908%20437.13c-4.686%204.686-4.686%2012.284%200%2016.971L24.707%20473.9c4.686%204.686%2012.284%204.686%2016.971%200l209.414-209.414c4.686-4.686%204.686-12.284%200-16.971L41.678%2038.101c-4.687-4.687-12.285-4.687-16.971%200z%22%2F%3E%3C%2Fsvg%3E');
    */
}

.fancy-theme-blue .fancy-grid-header-cell-trigger-up {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226%22%20height%3D%2230%22%20viewBox%3D%220%200%20256%20512%22%3E%3Cpath%20fill%3D%22%23577699%22%20d%3D%22M136.5%20185.1l116%20117.8c4.7%204.7%204.7%2012.3%200%2017l-7.1%207.1c-4.7%204.7-12.3%204.7-17%200L128%20224.7%2027.6%20326.9c-4.7%204.7-12.3%204.7-17%200l-7.1-7.1c-4.7-4.7-4.7-12.3%200-17l116-117.8c4.7-4.6%2012.3-4.6%2017%20.1z%22%2F%3E%3C%2Fsvg%3E');
}

.fancy-theme-blue .fancy-menu-item-active .fancy-grid-header-cell-trigger-up {
    /*
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226%22%20height%3D%2230%22%20viewBox%3D%220%200%20256%20512%22%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M136.5%20185.1l116%20117.8c4.7%204.7%204.7%2012.3%200%2017l-7.1%207.1c-4.7%204.7-12.3%204.7-17%200L128%20224.7%2027.6%20326.9c-4.7%204.7-12.3%204.7-17%200l-7.1-7.1c-4.7-4.7-4.7-12.3%200-17l116-117.8c4.7-4.6%2012.3-4.6%2017%20.1z%22%2F%3E%3C%2Fsvg%3E');
    */
}

.fancy-theme-blue .fancy-grid-header-cell-trigger-down {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226%22%20height%3D%2230%22%20viewBox%3D%220%200%20256%20512%22%3E%3Cpath%20fill%3D%22%23577699%22%20d%3D%22M119.5%20326.9L3.5%20209.1c-4.7-4.7-4.7-12.3%200-17l7.1-7.1c4.7-4.7%2012.3-4.7%2017%200L128%20287.3l100.4-102.2c4.7-4.7%2012.3-4.7%2017%200l7.1%207.1c4.7%204.7%204.7%2012.3%200%2017L136.5%20327c-4.7%204.6-12.3%204.6-17-.1z%22%2F%3E%3C%2Fsvg%3E');
}

.fancy-theme-blue .fancy-menu-item-active .fancy-grid-header-cell-trigger-down {
    /*
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226%22%20height%3D%2230%22%20viewBox%3D%220%200%20256%20512%22%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M119.5%20326.9L3.5%20209.1c-4.7-4.7-4.7-12.3%200-17l7.1-7.1c4.7-4.7%2012.3-4.7%2017%200L128%20287.3l100.4-102.2c4.7-4.7%2012.3-4.7%2017%200l7.1%207.1c4.7%204.7%204.7%2012.3%200%2017L136.5%20327c-4.7%204.6-12.3%204.6-17-.1z%22%2F%3E%3C%2Fsvg%3E');
    */
}

.fancy-theme-blue .fancy-menu-item-active {
    background: #e7edf2;
    color: #51677a;
}

.fancy-theme-blue .fancy-field-spin .fancy-field-spin-up {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%20256%20512%22%3E%3Cpath%20fill%3D%22%23577699%22%20d%3D%22M136.5%20185.1l116%20117.8c4.7%204.7%204.7%2012.3%200%2017l-7.1%207.1c-4.7%204.7-12.3%204.7-17%200L128%20224.7%2027.6%20326.9c-4.7%204.7-12.3%204.7-17%200l-7.1-7.1c-4.7-4.7-4.7-12.3%200-17l116-117.8c4.7-4.6%2012.3-4.6%2017%20.1z%22%2F%3E%3C%2Fsvg%3E');
}

.fancy-theme-blue .fancy-field-spin .fancy-field-spin-down {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226%22%20height%3D%2230%22%20viewBox%3D%220%200%20256%20512%22%3E%3Cpath%20fill%3D%22%23577699%22%20d%3D%22M119.5%20326.9L3.5%20209.1c-4.7-4.7-4.7-12.3%200-17l7.1-7.1c4.7-4.7%2012.3-4.7%2017%200L128%20287.3l100.4-102.2c4.7-4.7%2012.3-4.7%2017%200l7.1%207.1c4.7%204.7%204.7%2012.3%200%2017L136.5%20327c-4.7%204.6-12.3%204.6-17-.1z%22%2F%3E%3C%2Fsvg%3E');
}

.fancy-theme-blue .fancy-field-radio-on .fancy-field-radio-input {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Ccircle%20id%3D%22a%22%20cx%3D%227%22%20cy%3D%227%22%20r%3D%227%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23FFF%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Ccircle%20cx%3D%227%22%20cy%3D%227%22%20r%3D%226.5%22%20stroke%3D%22%235181B8%22%2F%3E%3Ccircle%20cx%3D%227%22%20cy%3D%227%22%20r%3D%223%22%20fill%3D%22%235181B8%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    background-position: 0 0;
    background-repeat: no-repeat;
}

.fancy-theme-blue .fancy-field-text.fancy-field-radio-on:hover .fancy-field-radio-input {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Ccircle%20id%3D%22a%22%20cx%3D%227%22%20cy%3D%227%22%20r%3D%227%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23F2F4F8%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Ccircle%20cx%3D%227%22%20cy%3D%227%22%20r%3D%226.5%22%20stroke%3D%22%235181B8%22%2F%3E%3Ccircle%20cx%3D%227%22%20cy%3D%227%22%20r%3D%223%22%20fill%3D%22%235181B8%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    background-position: 0 0;
    background-repeat: no-repeat;
}

.fancy-theme-blue .fancy-field-pass-tip {
    background: #F7F7F7;
    color: #4C6B8F;
}

.fancy-theme-blue .fancy-panel-sub-header {
    border-right-width: 0;
    border-left-width: 0;
    color: #51677a;
}

.fancy-theme-blue .fancy-grid-tree-expander {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%20%20%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%200h24v24H0z%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20stroke%3D%22%2351677a%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.875%22%20d%3D%22M6.5%2010l5.5%204.5%205.5-4.5%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
    background-position-y: -4px;
    background-position-x: -4px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.fancy-theme-blue .fancy-grid-tree-expander-expanded {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.fancy-theme-blue .fancy-checkbox-middle .fancy-field-checkbox-input {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Crect%20id%3D%22a%22%20rx%3D%222%22%20width%3D%2214%22%20height%3D%2214%22%20x%3D%220.5%22%20y%3D%220.5%22%20%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23FFF%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Crect%20rx%3D%222%22%20width%3D%2214%22%20height%3D%2214%22%20x%3D%22.5%22%20y%3D%22.5%22%20stroke%3D%22%23C1C9D1%22%2F%3E%3Cpath%20stroke%3D%22%2351677a%22%20zoom%3D%221.5%22%20stroke-width%3D%221.7%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4%207.5L11%207.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}

    .fancy-theme-blue .fancy-checkbox-middle .fancy-field-checkbox-input:hover {
        background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Crect%20id%3D%22a%22%20rx%3D%222%22%20width%3D%2214%22%20height%3D%2214%22%20x%3D%220.5%22%20y%3D%220.5%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23F2F4F8%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Crect%20rx%3D%222%22%20width%3D%2214%22%20height%3D%2214%22%20x%3D%22.5%22%20y%3D%22.5%22%20stroke%3D%22%23C1C9D1%22%2F%3E%3Cpath%20stroke%3D%22%2351677a%22%20zoom%3D%221.5%22%20stroke-width%3D%221.7%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4%207.5L11%207.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    }

.fancy-theme-blue .fancy-combo-result-list .fancy-field-checkbox-input {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Crect%20id%3D%22a%22%20rx%3D%222%22%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2214%22%20height%3D%2214%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23FFF%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Crect%20width%3D%2214%22%20height%3D%2214%22%20rx%3D%222%22%20x%3D%22.5%22%20y%3D%22.5%22%20stroke%3D%22%23C1C9D1%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}

    .fancy-theme-blue .fancy-combo-result-list .fancy-field-checkbox-input:hover {
        background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Crect%20id%3D%22a%22%20rx%3D%222%22%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2214%22%20height%3D%2214%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23F2F4F8%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Crect%20width%3D%2214%22%20rx%3D%222%22%20height%3D%2214%22%20x%3D%22.5%22%20y%3D%22.5%22%20stroke%3D%22%23C1C9D1%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    }

.fancy-theme-blue .fancy-combo-item-selected .fancy-field-checkbox-input {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Crect%20id%3D%22a%22%20rx%3D%222%22%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2214%22%20height%3D%2214%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23FFF%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Crect%20rx%3D%222%22%20width%3D%2214%22%20height%3D%2214%22%20x%3D%22.5%22%20y%3D%22.5%22%20stroke%3D%22%23C1C9D1%22%2F%3E%3Cpath%20stroke%3D%22%2351677a%22%20zoom%3D%221.5%22%20stroke-width%3D%221.7%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4%207.5L6.5%2010%2011%204.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}

    .fancy-theme-blue .fancy-combo-item-selected .fancy-field-checkbox-input:hover {
        background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Crect%20id%3D%22a%22%20rx%3D%222%22%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2214%22%20height%3D%2214%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23F2F4F8%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Crect%20rx%3D%222%22%20width%3D%2214%22%20height%3D%2214%22%20x%3D%22.5%22%20y%3D%22.5%22%20stroke%3D%22%23C1C9D1%22%2F%3E%3Cpath%20stroke%3D%22%2351677a%22%20zoom%3D%221.5%22%20stroke-width%3D%221.7%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4%207.5L6.5%2010%2011%204.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    }

.fancy-theme-blue .fancy-grid-tree-folder-closed {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2218%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%2351677a%22%20d%3D%22M464%20128H272l-54.63-54.63c-6-6-14.14-9.37-22.63-9.37H48C21.49%2064%200%2085.49%200%20112v288c0%2026.51%2021.49%2048%2048%2048h416c26.51%200%2048-21.49%2048-48V176c0-26.51-21.49-48-48-48zm0%20272H48V112h140.12l54.63%2054.63c6%206%2014.14%209.37%2022.63%209.37H464v224z%22%20class%3D%22%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
}

.fancy-theme-blue .fancy-grid-tree-folder-opened {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2218%22%20viewBox%3D%220%200%20576%20512%22%3E%3Cpath%20fill%3D%22%2351677a%22%20d%3D%22M527.943%20224H480v-48c0-26.51-21.49-48-48-48H272l-64-64H48C21.49%2064%200%2085.49%200%20112v288c0%2026.51%2021.49%2048%2048%2048h400a48.001%2048.001%200%200%200%2040.704-22.56l79.942-128c19.948-31.917-3.038-73.44-40.703-73.44zM54%20112h134.118l64%2064H426a6%206%200%200%201%206%206v42H152a48%2048%200%200%200-41.098%2023.202L48%20351.449V117.993A5.993%205.993%200%200%201%2054%20112zm394%20288H72l77.234-128H528l-80%20128z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
}

.fancy-theme-blue .fancy-grid-tree-folder-file {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2218%22%20viewBox%3D%220%200%20384%20512%22%3E%3Cpath%20fill%3D%22%2351677a%22%20d%3D%22M369.9%2097.9L286%2014C277%205%20264.8-.1%20252.1-.1H48C21.5%200%200%2021.5%200%2048v416c0%2026.5%2021.5%2048%2048%2048h288c26.5%200%2048-21.5%2048-48V131.9c0-12.7-5.1-25-14.1-34zM332.1%20128H256V51.9l76.1%2076.1zM48%20464V48h160v104c0%2013.3%2010.7%2024%2024%2024h104v288H48z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
}

.fancy-theme-blue.fancy-panel-grid-inside {
    border-bottom-width: 0;
}

    .fancy-theme-blue.fancy-panel-grid-inside .fancy-panel-body {
        border-left-width: 0;
        border-right-width: 0;
        border-bottom-width: 0;
    }

.fancy-theme-blue.fancy-grid-state-resize-column .fancy-grid-header-cell:hover {
    background-color: #e3e9ee;
}

.fancy-theme-blue.fancy-form-panel {
    border-bottom-width: 0px;
}
/*
  gray.less
*/
.fancy-theme-gray {
    /*
  .fancy-field-search {
    input {
      &:focus {
        border-width: 1px;
      }
    }
  }
  */
}

    .fancy-theme-gray .fancy-panel-body {
        border-top-width: 0 !important;
        border-left-width: 0 !important;
        border-bottom-width: 0 !important;
        border-right: 1px #C8C1A5 !important;
    }

    .fancy-theme-gray .fancy-grid-header-cell {
        background: #ececec url(images/gray/a_bg.png) 0 -1px repeat-x !important;
        border-color: #ddd;
        color: #515151;
        font-size: 11px;
    }

    .fancy-theme-gray .fancy-grid-header {
        background-color: #F3F3F3;
    }

    .fancy-theme-gray .fancy-grid-cell-even {
        background-color: #F9F9F9;
    }

    .fancy-theme-gray .fancy-grid-cell {
        border-bottom-color: #ccc;
        color: #888;
    }

    .fancy-theme-gray .fancy-grid-column .fancy-grid-cell-over {
        background: #e5e5e7;
    }

    .fancy-theme-gray .fancy-grid-group-row {
        background: #F7F7F7;
        background: url(images/gray/a_bg.png) 0 0 repeat-x;
        color: #555;
        font-size: 12px;
        font-family: tahoma, arial, verdana, sans-serif, Lucida Sans;
        border-bottom: 1px solid #ccc;
        border-right: 1px solid #ccc;
    }

    .fancy-theme-gray .fancy-grid-group-row-inner {
        background-image: url(images/gray/options-slide.gif);
    }

    .fancy-theme-gray .fancy-grid-column-over .fancy-grid-cell {
        background: #E0E5E9;
    }

    .fancy-theme-gray .fancy-paging-next {
        background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%20256%20512%22%3E%3Cpath%20fill%3D%22%238a8a8a%22%20d%3D%22M224.3%20273l-136%20136c-9.4%209.4-24.6%209.4-33.9%200l-22.6-22.6c-9.4-9.4-9.4-24.6%200-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6%200-33.9L54.3%20103c9.4-9.4%2024.6-9.4%2033.9%200l136%20136c9.5%209.4%209.5%2024.6.1%2034z%22%2F%3E%3C%2Fsvg%3E');
    }

    .fancy-theme-gray .fancy-paging-prev {
        background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%20256%20512%22%3E%3Cpath%20fill%3D%22%238a8a8a%22%20d%3D%22M31.7%20239l136-136c9.4-9.4%2024.6-9.4%2033.9%200l22.6%2022.6c9.4%209.4%209.4%2024.6%200%2033.9L127.9%20256l96.4%2096.4c9.4%209.4%209.4%2024.6%200%2033.9L201.7%20409c-9.4%209.4-24.6%209.4-33.9%200l-136-136c-9.5-9.4-9.5-24.6-.1-34z%22%2F%3E%3C%2Fsvg%3E');
    }

    .fancy-theme-gray .fancy-paging-first {
        background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%20448%20512%22%3E%3Cpath%20fill%3D%22%238a8a8a%22%20d%3D%22M223.7%20239l136-136c9.4-9.4%2024.6-9.4%2033.9%200l22.6%2022.6c9.4%209.4%209.4%2024.6%200%2033.9L319.9%20256l96.4%2096.4c9.4%209.4%209.4%2024.6%200%2033.9L393.7%20409c-9.4%209.4-24.6%209.4-33.9%200l-136-136c-9.5-9.4-9.5-24.6-.1-34zm-192%2034l136%20136c9.4%209.4%2024.6%209.4%2033.9%200l22.6-22.6c9.4-9.4%209.4-24.6%200-33.9L127.9%20256l96.4-96.4c9.4-9.4%209.4-24.6%200-33.9L201.7%20103c-9.4-9.4-24.6-9.4-33.9%200l-136%20136c-9.5%209.4-9.5%2024.6-.1%2034z%22%2F%3E%3C%2Fsvg%3E');
    }

    .fancy-theme-gray .fancy-paging-last {
        background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%20448%20512%22%3E%3Cpath%20fill%3D%22%238a8a8a%22%20d%3D%22M224.3%20273l-136%20136c-9.4%209.4-24.6%209.4-33.9%200l-22.6-22.6c-9.4-9.4-9.4-24.6%200-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6%200-33.9L54.3%20103c9.4-9.4%2024.6-9.4%2033.9%200l136%20136c9.5%209.4%209.5%2024.6.1%2034zm192-34l-136-136c-9.4-9.4-24.6-9.4-33.9%200l-22.6%2022.6c-9.4%209.4-9.4%2024.6%200%2033.9l96.4%2096.4-96.4%2096.4c-9.4%209.4-9.4%2024.6%200%2033.9l22.6%2022.6c9.4%209.4%2024.6%209.4%2033.9%200l136-136c9.4-9.2%209.4-24.4%200-33.8z%22%2F%3E%3C%2Fsvg%3E');
    }

    .fancy-theme-gray .fancy-paging-refresh {
        background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%238a8a8a%22%20d%3D%22M256.455%208c66.269.119%20126.437%2026.233%20170.859%2068.685l35.715-35.715C478.149%2025.851%20504%2036.559%20504%2057.941V192c0%2013.255-10.745%2024-24%2024H345.941c-21.382%200-32.09-25.851-16.971-40.971l41.75-41.75c-30.864-28.899-70.801-44.907-113.23-45.273-92.398-.798-170.283%2073.977-169.484%20169.442C88.764%20348.009%20162.184%20424%20256%20424c41.127%200%2079.997-14.678%20110.629-41.556%204.743-4.161%2011.906-3.908%2016.368.553l39.662%2039.662c4.872%204.872%204.631%2012.815-.482%2017.433C378.202%20479.813%20319.926%20504%20256%20504%20119.034%20504%208.001%20392.967%208%20256.002%207.999%20119.193%20119.646%207.755%20256.455%208z%22%2F%3E%3C%2Fsvg%3E');
    }

    .fancy-theme-gray .fancy-field-checkbox-input {
        background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Crect%20id%3D%22a%22%20rx%3D%222%22%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2214%22%20height%3D%2214%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23FFF%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Crect%20width%3D%2214%22%20height%3D%2214%22%20rx%3D%222%22%20x%3D%22.5%22%20y%3D%22.5%22%20stroke%3D%22%23C1C9D1%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    }

        .fancy-theme-gray .fancy-field-checkbox-input:hover {
            background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Crect%20id%3D%22a%22%20rx%3D%222%22%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2214%22%20height%3D%2214%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23F2F4F8%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Crect%20width%3D%2214%22%20rx%3D%222%22%20height%3D%2214%22%20x%3D%22.5%22%20y%3D%22.5%22%20stroke%3D%22%23C1C9D1%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
        }

    .fancy-theme-gray .fancy-checkbox-on .fancy-field-checkbox-input {
        background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Crect%20id%3D%22a%22%20rx%3D%222%22%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2214%22%20height%3D%2214%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23FFF%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Crect%20rx%3D%222%22%20width%3D%2214%22%20height%3D%2214%22%20x%3D%22.5%22%20y%3D%22.5%22%20stroke%3D%22%23C1C9D1%22%2F%3E%3Cpath%20stroke%3D%22%23515151%22%20zoom%3D%221.5%22%20stroke-width%3D%221.7%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4%207.5L6.5%2010%2011%204.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    }

        .fancy-theme-gray .fancy-checkbox-on .fancy-field-checkbox-input:hover {
            background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Crect%20id%3D%22a%22%20rx%3D%222%22%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2214%22%20height%3D%2214%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23F2F4F8%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Crect%20rx%3D%222%22%20width%3D%2214%22%20height%3D%2214%22%20x%3D%22.5%22%20y%3D%22.5%22%20stroke%3D%22%23C1C9D1%22%2F%3E%3Cpath%20stroke%3D%22%23515151%22%20zoom%3D%221.5%22%20stroke-width%3D%221.7%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4%207.5L6.5%2010%2011%204.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
        }

    .fancy-theme-gray .fancy-field-picker-button {
        background-image: url(images/gray/calendar.png);
    }

    .fancy-theme-gray .fancy-date-picker-cell-active {
        background-color: #E0E5E9;
    }

    .fancy-theme-gray .fancy-month-picker-cell-active {
        background-color: #E0E5E9;
    }

    .fancy-theme-gray .fancy-panel-tbar {
        border-right-width: 0;
        border-left-width: 0;
        border-bottom: 1px solid #d3dbe1;
    }

        .fancy-theme-gray .fancy-panel-tbar .fancy-toolbar-tab {
            margin-top: 8px;
            background: #e5e5e7;
        }

        .fancy-theme-gray .fancy-panel-tbar .fancy-toolbar-tab-active {
            background: #626262;
        }

    .fancy-theme-gray .fancy-field-text-input {
        color: #888;
    }

    .fancy-theme-gray .fancy-button-text {
        color: #8E8E8E;
    }

    .fancy-theme-gray .fancy-panel-bbar {
        border-left-width: 0;
        border-right-width: 0;
    }

    .fancy-theme-gray li:hover {
        background: #626262;
        color: white;
        opacity: 0.8;
    }

    .fancy-theme-gray li.fancy-combo-item-selected {
        background: #626262;
        color: white;
    }

    .fancy-theme-gray li.fancy-combo-item-focused {
        background: #626262;
        color: white;
    }

    .fancy-theme-gray .fancy-bar-button:active {
        background-color: #eff2f5;
    }

    .fancy-theme-gray .fancy-field-label {
        color: #8E8E8E;
    }

    .fancy-theme-gray .fancy-date-picker.fancy-grid {
        border-bottom-width: 0;
    }

    .fancy-theme-gray .fancy-month-picker div.fancy-grid {
        border-bottom-width: 0;
        border-right-width: 1px;
        border-left-width: 1px;
    }

    .fancy-theme-gray .fancy-field-switcher .fancy-field-text {
        background-color: #d1d9e0;
    }

    .fancy-theme-gray .fancy-switcher-on.fancy-field-switcher .fancy-field-text {
        background-color: #B5B9C4;
    }

        .fancy-theme-gray .fancy-switcher-on.fancy-field-switcher .fancy-field-text:after {
            background-color: #8C8C8C;
            border-color: #8C8C8C;
        }

    .fancy-theme-gray .fancy-field-spin .fancy-field-spin-up {
        background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%20256%20512%22%3E%3Cpath%20fill%3D%22%238a8a8a%22%20d%3D%22M136.5%20185.1l116%20117.8c4.7%204.7%204.7%2012.3%200%2017l-7.1%207.1c-4.7%204.7-12.3%204.7-17%200L128%20224.7%2027.6%20326.9c-4.7%204.7-12.3%204.7-17%200l-7.1-7.1c-4.7-4.7-4.7-12.3%200-17l116-117.8c4.7-4.6%2012.3-4.6%2017%20.1z%22%2F%3E%3C%2Fsvg%3E');
    }

    .fancy-theme-gray .fancy-field-spin .fancy-field-spin-down {
        background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226%22%20height%3D%2230%22%20viewBox%3D%220%200%20256%20512%22%3E%3Cpath%20fill%3D%22%238a8a8a%22%20d%3D%22M119.5%20326.9L3.5%20209.1c-4.7-4.7-4.7-12.3%200-17l7.1-7.1c4.7-4.7%2012.3-4.7%2017%200L128%20287.3l100.4-102.2c4.7-4.7%2012.3-4.7%2017%200l7.1%207.1c4.7%204.7%204.7%2012.3%200%2017L136.5%20327c-4.7%204.6-12.3%204.6-17-.1z%22%2F%3E%3C%2Fsvg%3E');
    }

    .fancy-theme-gray .fancy-panel-resize-corner {
        right: 0;
        border-bottom-color: #626262;
    }

        .fancy-theme-gray .fancy-panel-resize-corner:before {
            bottom: -13px;
        }

    .fancy-theme-gray .fancy-grid-column-order .fancy-grid-cell {
        background: #ececec url(images/gray/a_bg.png) 0 -1px repeat-x;
    }

        .fancy-theme-gray .fancy-grid-column-order .fancy-grid-cell.fancy-grid-cell-selected {
            background: #ececec url(images/gray/a_bg.png) 0 -1px repeat-x;
        }

    .fancy-theme-gray .fancy-checkbox-expander .fancy-field-checkbox-input {
        background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%20320%20512%22%3E%3Cpath%20fill%3D%22%238c8c8c%22%20d%3D%22M24.707%2038.101L4.908%2057.899c-4.686%204.686-4.686%2012.284%200%2016.971L185.607%20256%204.908%20437.13c-4.686%204.686-4.686%2012.284%200%2016.971L24.707%20473.9c4.686%204.686%2012.284%204.686%2016.971%200l209.414-209.414c4.686-4.686%204.686-12.284%200-16.971L41.678%2038.101c-4.687-4.687-12.285-4.687-16.971%200z%22%2F%3E%3C%2Fsvg%3E');
    }

    .fancy-theme-gray .fancy-checkbox-expander.fancy-checkbox-on .fancy-field-checkbox-input {
        background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%20448%20512%22%3E%3Cpath%20fill%3D%22%238c8c8c%22%20d%3D%22M441.9%20167.3l-19.8-19.8c-4.7-4.7-12.3-4.7-17%200L224%20328.2%2042.9%20147.5c-4.7-4.7-12.3-4.7-17%200L6.1%20167.3c-4.7%204.7-4.7%2012.3%200%2017l209.4%20209.4c4.7%204.7%2012.3%204.7%2017%200l209.4-209.4c4.7-4.7%204.7-12.3%200-17z%22%2F%3E%3C%2Fsvg%3E');
    }

    .fancy-theme-gray .fancy-grid-header-cell-trigger {
        background: #ececec url(images/gray/a_bg.png) 0 -1px repeat-x !important;
        border-color: #ddd;
    }

    .fancy-theme-gray .fancy-scroll-right-inner {
        background-color: #B5B9C4;
    }

    .fancy-theme-gray .fancy-scroll-bottom-inner {
        background-color: #B5B9C4;
    }

    .fancy-theme-gray .fancy-grid-header-cell-trigger-image {
        background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%20418%20512%22%3E%3Cpath%20fill%3D%22%238a8a8a%22%20d%3D%22M436%20124H12c-6.627%200-12-5.373-12-12V80c0-6.627%205.373-12%2012-12h424c6.627%200%2012%205.373%2012%2012v32c0%206.627-5.373%2012-12%2012zm0%20160H12c-6.627%200-12-5.373-12-12v-32c0-6.627%205.373-12%2012-12h424c6.627%200%2012%205.373%2012%2012v32c0%206.627-5.373%2012-12%2012zm0%20160H12c-6.627%200-12-5.373-12-12v-32c0-6.627%205.373-12%2012-12h424c6.627%200%2012%205.373%2012%2012v32c0%206.627-5.373%2012-12%2012z%22%2F%3E%3C%2Fsvg%3E');
    }

    .fancy-theme-gray .fancy-date-picker-cell-out-range .fancy-grid-cell-inner {
        color: #d0d0d0;
    }

    .fancy-theme-gray .fancy-date-picker-cell-out-min-max {
        background: #e5e5e7;
    }

        .fancy-theme-gray .fancy-date-picker-cell-out-min-max .fancy-grid-cell-inner {
            color: #d0d0d0;
        }

    .fancy-theme-gray .fancy-button-menu .fancy-button-drop {
        background-image: url(images/gray/bottom.png);
    }

    .fancy-theme-gray li {
        color: #888;
    }

    .fancy-theme-gray .fancy-field-search input.fancy-field-text-input {
        background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%221284%20207%2024%2024%22%3E%3Cpath%20fill%3D%22%23828A99%22%20d%3D%22M1298.5%20222.9C1297.5%20223.6%201296.3%20224%201295%20224%201291.7%20224%201289%20221.3%201289%20218%201289%20214.7%201291.7%20212%201295%20212%201298.3%20212%201301%20214.7%201301%20218%201301%20219.3%201300.6%20220.5%201299.9%20221.5L1302.7%20224.2C1303%20224.6%201303.1%20225.3%201302.7%20225.7%201302.3%20226%201301.6%20226%201301.2%20225.7L1298.5%20222.9ZM1295%20222C1297.2%20222%201299%20220.2%201299%20218%201299%20215.8%201297.2%20214%201295%20214%201292.8%20214%201291%20215.8%201291%20218%201291%20220.2%201292.8%20222%201295%20222Z%22%2F%3E%3C%2Fsvg%3E');
    }

    .fancy-theme-gray .fancy-menu-item-expand {
        background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%20320%20512%22%3E%3Cpath%20fill%3D%22%238a8a8a%22%20d%3D%22M24.707%2038.101L4.908%2057.899c-4.686%204.686-4.686%2012.284%200%2016.971L185.607%20256%204.908%20437.13c-4.686%204.686-4.686%2012.284%200%2016.971L24.707%20473.9c4.686%204.686%2012.284%204.686%2016.971%200l209.414-209.414c4.686-4.686%204.686-12.284%200-16.971L41.678%2038.101c-4.687-4.687-12.285-4.687-16.971%200z%22%2F%3E%3C%2Fsvg%3E');
    }

    .fancy-theme-gray .fancy-menu-item-active .fancy-menu-item-expand {
        background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%20320%20512%22%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M24.707%2038.101L4.908%2057.899c-4.686%204.686-4.686%2012.284%200%2016.971L185.607%20256%204.908%20437.13c-4.686%204.686-4.686%2012.284%200%2016.971L24.707%20473.9c4.686%204.686%2012.284%204.686%2016.971%200l209.414-209.414c4.686-4.686%204.686-12.284%200-16.971L41.678%2038.101c-4.687-4.687-12.285-4.687-16.971%200z%22%2F%3E%3C%2Fsvg%3E');
    }

    .fancy-theme-gray .fancy-grid-header-cell-trigger-up {
        background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226%22%20height%3D%2230%22%20viewBox%3D%220%200%20256%20512%22%3E%3Cpath%20fill%3D%22%238a8a8a%22%20d%3D%22M136.5%20185.1l116%20117.8c4.7%204.7%204.7%2012.3%200%2017l-7.1%207.1c-4.7%204.7-12.3%204.7-17%200L128%20224.7%2027.6%20326.9c-4.7%204.7-12.3%204.7-17%200l-7.1-7.1c-4.7-4.7-4.7-12.3%200-17l116-117.8c4.7-4.6%2012.3-4.6%2017%20.1z%22%2F%3E%3C%2Fsvg%3E');
        background-position: 0 0;
    }

    .fancy-theme-gray .fancy-menu-item-active .fancy-grid-header-cell-trigger-up {
        background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226%22%20height%3D%2230%22%20viewBox%3D%220%200%20256%20512%22%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M136.5%20185.1l116%20117.8c4.7%204.7%204.7%2012.3%200%2017l-7.1%207.1c-4.7%204.7-12.3%204.7-17%200L128%20224.7%2027.6%20326.9c-4.7%204.7-12.3%204.7-17%200l-7.1-7.1c-4.7-4.7-4.7-12.3%200-17l116-117.8c4.7-4.6%2012.3-4.6%2017%20.1z%22%2F%3E%3C%2Fsvg%3E');
        background-position: 0 0;
    }

    .fancy-theme-gray .fancy-grid-header-cell-trigger-down {
        background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226%22%20height%3D%2230%22%20viewBox%3D%220%200%20256%20512%22%3E%3Cpath%20fill%3D%22%238a8a8a%22%20d%3D%22M119.5%20326.9L3.5%20209.1c-4.7-4.7-4.7-12.3%200-17l7.1-7.1c4.7-4.7%2012.3-4.7%2017%200L128%20287.3l100.4-102.2c4.7-4.7%2012.3-4.7%2017%200l7.1%207.1c4.7%204.7%204.7%2012.3%200%2017L136.5%20327c-4.7%204.6-12.3%204.6-17-.1z%22%2F%3E%3C%2Fsvg%3E');
        background-position: 0 0;
    }

    .fancy-theme-gray .fancy-menu-item-active .fancy-grid-header-cell-trigger-down {
        background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226%22%20height%3D%2230%22%20viewBox%3D%220%200%20256%20512%22%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M119.5%20326.9L3.5%20209.1c-4.7-4.7-4.7-12.3%200-17l7.1-7.1c4.7-4.7%2012.3-4.7%2017%200L128%20287.3l100.4-102.2c4.7-4.7%2012.3-4.7%2017%200l7.1%207.1c4.7%204.7%204.7%2012.3%200%2017L136.5%20327c-4.7%204.6-12.3%204.6-17-.1z%22%2F%3E%3C%2Fsvg%3E');
        background-position: 0 0;
    }

    .fancy-theme-gray .fancy-grid-column-sort-ASC .fancy-grid-header-cell-text {
        background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%20320%20512%22%3E%3Cpath%20fill%3D%22%238a8a8a%22%20d%3D%22M288.662%20352H31.338c-17.818%200-26.741-21.543-14.142-34.142l128.662-128.662c7.81-7.81%2020.474-7.81%2028.284%200l128.662%20128.662c12.6%2012.599%203.676%2034.142-14.142%2034.142z%22%2F%3E%3C%2Fsvg%3E');
    }

    .fancy-theme-gray .fancy-grid-column-sort-DESC .fancy-grid-header-cell-text {
        background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%20320%20512%22%3E%3Cpath%20fill%3D%22%238a8a8a%22%20d%3D%22M31.3%20192h257.3c17.8%200%2026.7%2021.5%2014.1%2034.1L174.1%20354.8c-7.8%207.8-20.5%207.8-28.3%200L17.2%20226.1C4.6%20213.5%2013.5%20192%2031.3%20192z%22%2F%3E%3C%2Fsvg%3E');
    }

    .fancy-theme-gray .fancy-field-radio-on .fancy-field-radio-input {
        background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Ccircle%20id%3D%22a%22%20cx%3D%227%22%20cy%3D%227%22%20r%3D%227%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23FFF%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Ccircle%20cx%3D%227%22%20cy%3D%227%22%20r%3D%226.5%22%20stroke%3D%22%238a8a8a%22%2F%3E%3Ccircle%20cx%3D%227%22%20cy%3D%227%22%20r%3D%223%22%20fill%3D%22%238a8a8a%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
        background-position: 0 0;
        background-repeat: no-repeat;
    }

    .fancy-theme-gray .fancy-field-text.fancy-field-radio-on:hover .fancy-field-radio-input {
        background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Ccircle%20id%3D%22a%22%20cx%3D%227%22%20cy%3D%227%22%20r%3D%227%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23F2F4F8%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Ccircle%20cx%3D%227%22%20cy%3D%227%22%20r%3D%226.5%22%20stroke%3D%22%238a8a8a%22%2F%3E%3Ccircle%20cx%3D%227%22%20cy%3D%227%22%20r%3D%223%22%20fill%3D%22%238a8a8a%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
        background-position: 0 0;
        background-repeat: no-repeat;
    }

    .fancy-theme-gray .fancy-combo-item-selected .fancy-field-checkbox-input {
        background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Crect%20id%3D%22a%22%20width%3D%2215%22%20height%3D%2215%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23FFF%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Crect%20width%3D%2214%22%20height%3D%2214%22%20x%3D%22.5%22%20y%3D%22.5%22%20stroke%3D%22%23C1C9D1%22%2F%3E%3Cpath%20stroke%3D%22%238a8a8a%22%20zoom%3D%221.5%22%20stroke-width%3D%221.7%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4%207.5L6.5%2010%2011%204.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    }

        .fancy-theme-gray .fancy-combo-item-selected .fancy-field-checkbox-input:hover {
            background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Crect%20id%3D%22a%22%20width%3D%2215%22%20height%3D%2215%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23F2F4F8%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Crect%20width%3D%2214%22%20height%3D%2214%22%20x%3D%22.5%22%20y%3D%22.5%22%20stroke%3D%22%23C1C9D1%22%2F%3E%3Cpath%20stroke%3D%22%238a8a8a%22%20zoom%3D%221.5%22%20stroke-width%3D%221.7%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4%207.5L6.5%2010%2011%204.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
        }

    .fancy-theme-gray .fancy-field-pass-tip {
        background: #F7F7F7;
        color: #8E8E8E;
    }

    .fancy-theme-gray .fancy-panel-sub-header {
        border-right-width: 0;
        border-left-width: 0;
        color: #515151;
        border-bottom: 1px solid #d3dbe1;
    }

    .fancy-theme-gray .fancy-panel-sub-header-text {
        border-right-width: 0;
        border-left-width: 0;
    }

    .fancy-theme-gray .fancy-grid-tree-expander {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%20%20%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%200h24v24H0z%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20stroke%3D%22%23515151%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.875%22%20d%3D%22M6.5%2010l5.5%204.5%205.5-4.5%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
        background-position-y: -4px;
        background-position-x: -4px;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .fancy-theme-gray .fancy-grid-tree-expander-expanded {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .fancy-theme-gray .fancy-checkbox-middle .fancy-field-checkbox-input {
        background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Crect%20id%3D%22a%22%20rx%3D%222%22%20width%3D%2214%22%20height%3D%2214%22%20x%3D%220.5%22%20y%3D%220.5%22%20%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23FFF%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Crect%20rx%3D%222%22%20width%3D%2214%22%20height%3D%2214%22%20x%3D%22.5%22%20y%3D%22.5%22%20stroke%3D%22%23C1C9D1%22%2F%3E%3Cpath%20stroke%3D%22%23515151%22%20zoom%3D%221.5%22%20stroke-width%3D%221.7%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4%207.5L11%207.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    }

        .fancy-theme-gray .fancy-checkbox-middle .fancy-field-checkbox-input:hover {
            background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Crect%20id%3D%22a%22%20rx%3D%222%22%20width%3D%2214%22%20height%3D%2214%22%20x%3D%220.5%22%20y%3D%220.5%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23F2F4F8%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Crect%20rx%3D%222%22%20width%3D%2214%22%20height%3D%2214%22%20x%3D%22.5%22%20y%3D%22.5%22%20stroke%3D%22%23C1C9D1%22%2F%3E%3Cpath%20stroke%3D%22%23515151%22%20zoom%3D%221.5%22%20stroke-width%3D%221.7%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4%207.5L11%207.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
        }

    .fancy-theme-gray .fancy-grid-tree-folder-closed {
        background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2218%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23515151%22%20d%3D%22M464%20128H272l-54.63-54.63c-6-6-14.14-9.37-22.63-9.37H48C21.49%2064%200%2085.49%200%20112v288c0%2026.51%2021.49%2048%2048%2048h416c26.51%200%2048-21.49%2048-48V176c0-26.51-21.49-48-48-48zm0%20272H48V112h140.12l54.63%2054.63c6%206%2014.14%209.37%2022.63%209.37H464v224z%22%20class%3D%22%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
    }

    .fancy-theme-gray .fancy-grid-tree-folder-opened {
        background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2218%22%20viewBox%3D%220%200%20576%20512%22%3E%3Cpath%20fill%3D%22%23515151%22%20d%3D%22M527.943%20224H480v-48c0-26.51-21.49-48-48-48H272l-64-64H48C21.49%2064%200%2085.49%200%20112v288c0%2026.51%2021.49%2048%2048%2048h400a48.001%2048.001%200%200%200%2040.704-22.56l79.942-128c19.948-31.917-3.038-73.44-40.703-73.44zM54%20112h134.118l64%2064H426a6%206%200%200%201%206%206v42H152a48%2048%200%200%200-41.098%2023.202L48%20351.449V117.993A5.993%205.993%200%200%201%2054%20112zm394%20288H72l77.234-128H528l-80%20128z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
    }

    .fancy-theme-gray .fancy-grid-tree-folder-file {
        background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2218%22%20viewBox%3D%220%200%20384%20512%22%3E%3Cpath%20fill%3D%22%23515151%22%20d%3D%22M369.9%2097.9L286%2014C277%205%20264.8-.1%20252.1-.1H48C21.5%200%200%2021.5%200%2048v416c0%2026.5%2021.5%2048%2048%2048h288c26.5%200%2048-21.5%2048-48V131.9c0-12.7-5.1-25-14.1-34zM332.1%20128H256V51.9l76.1%2076.1zM48%20464V48h160v104c0%2013.3%2010.7%2024%2024%2024h104v288H48z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
    }

    .fancy-theme-gray .fancy-grid-summary-options .fancy-grid-summary-container .fancy-grid-cell:hover {
        background: #e5e5e7;
    }

    .fancy-theme-gray .fancy-menu-item {
        color: #888;
    }

    .fancy-theme-gray .fancy-menu-item-active {
        background: rgba(98, 98, 98, 0.9);
        color: white;
    }

    .fancy-theme-gray .fancy-loadmask-image {
        display: none;
    }

    .fancy-theme-gray .fancy-loadmask-text {
        color: rgba(0, 0, 0, 0.54);
        font-size: 12px;
        font-weight: 700;
    }

    .fancy-theme-gray.fancy-drag-hint-top {
        background-image: url(images/sand/col-drag-top.png);
    }

    .fancy-theme-gray.fancy-drag-hint-bottom {
        background-image: url(images/sand/col-drag-bottom.png);
    }

    .fancy-theme-gray.fancy-panel-grid-inside {
        border-bottom: 0 solid #ddd;
    }

        .fancy-theme-gray.fancy-panel-grid-inside .fancy-grid {
            border-right-width: 0;
            border-left-width: 0;
            border-top: 0;
        }

    .fancy-theme-gray.fancy-panel .fancy-panel-header {
        background-color: #626262;
        color: #F3F3F3;
    }

    .fancy-theme-gray.fancy-panel .fancy-panel-sub-tbar {
        border-top-width: 0;
        border-left-width: 0;
        border-right-width: 0;
        border-bottom: 1px solid #d3dbe1;
    }

    .fancy-theme-gray.fancy-combo-result-list .fancy-field-checkbox-input {
        background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Crect%20id%3D%22a%22%20rx%3D%222%22%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2214%22%20height%3D%2214%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23F2F4F8%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Crect%20width%3D%2214%22%20rx%3D%222%22%20height%3D%2214%22%20x%3D%22.5%22%20y%3D%22.5%22%20stroke%3D%22%23C1C9D1%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    }

        .fancy-theme-gray.fancy-combo-result-list .fancy-field-checkbox-input:hover {
            background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Crect%20id%3D%22a%22%20rx%3D%222%22%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2214%22%20height%3D%2214%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23F2F4F8%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Crect%20width%3D%2214%22%20rx%3D%222%22%20height%3D%2214%22%20x%3D%22.5%22%20y%3D%22.5%22%20stroke%3D%22%23C1C9D1%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
        }

    .fancy-theme-gray.fancy-combo-result-list .fancy-combo-item-selected .fancy-field-checkbox-input {
        background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Crect%20id%3D%22a%22%20rx%3D%222%22%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2214%22%20height%3D%2214%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23FFF%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Crect%20rx%3D%222%22%20width%3D%2214%22%20height%3D%2214%22%20x%3D%22.5%22%20y%3D%22.5%22%20stroke%3D%22%23C1C9D1%22%2F%3E%3Cpath%20stroke%3D%22%23515151%22%20zoom%3D%221.5%22%20stroke-width%3D%221.7%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4%207.5L6.5%2010%2011%204.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    }

        .fancy-theme-gray.fancy-combo-result-list .fancy-combo-item-selected .fancy-field-checkbox-input:hover {
            background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Crect%20id%3D%22a%22%20rx%3D%222%22%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2214%22%20height%3D%2214%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23F2F4F8%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Crect%20rx%3D%222%22%20width%3D%2214%22%20height%3D%2214%22%20x%3D%22.5%22%20y%3D%22.5%22%20stroke%3D%22%23C1C9D1%22%2F%3E%3Cpath%20stroke%3D%22%23515151%22%20zoom%3D%221.5%22%20stroke-width%3D%221.7%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4%207.5L6.5%2010%2011%204.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
        }

    .fancy-theme-gray.fancy-form-panel {
        border-bottom-width: 0;
    }
/*
  gray.less
*/
.fancy-theme-extra-gray {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-weight: 400;
    font-size: 12px;
}

    .fancy-theme-extra-gray .fancy-panel-body {
        border-top-width: 0 !important;
        border-left-width: 0 !important;
        border-bottom-width: 0 !important;
        border-right: 1px #C8C1A5 !important;
    }

    .fancy-theme-extra-gray .fancy-loadmask-image {
        display: none;
    }

    .fancy-theme-extra-gray .fancy-loadmask-text {
        color: rgba(0, 0, 0, 0.54);
        font-size: 12px;
        font-weight: bold;
    }

    .fancy-theme-extra-gray .fancy-grid-header {
        background: #F5F7F7;
    }

    .fancy-theme-extra-gray .fancy-grid-header-cell {
        border-color: #ddd;
        background: #f5f7f7;
        color: rgba(0, 0, 0, 0.54) !important;
        font-weight: 600;
        font-size: 12px;
        font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    }

    .fancy-theme-extra-gray .fancy-form {
        border-top-width: 0;
    }

    .fancy-theme-extra-gray .fancy-form-body .fancy-field-text-input {
        height: 26px !important;
    }

    .fancy-theme-extra-gray .fancy-form-body .fancy-combo-input-container {
        height: 26px !important;
    }

    .fancy-theme-extra-gray .fancy-form-body .fancy-combo-dropdown-button {
        top: -2px;
    }

    .fancy-theme-extra-gray .fancy-form-body .fancy-field-label {
        padding: 6px 10px 0 0;
    }

    .fancy-theme-extra-gray .fancy-grid-cell-even {
        background-color: #fcfdfe;
    }

    .fancy-theme-extra-gray .fancy-grid-cell {
        border-bottom-color: #ccc;
        color: #888;
    }

        .fancy-theme-extra-gray .fancy-grid-cell .fancy-field-checkbox {
            margin-top: -1px;
        }

    .fancy-theme-extra-gray .fancy-grid-column .fancy-grid-cell-over {
        background: #e5e5e7;
    }

    .fancy-theme-extra-gray .fancy-grid-group-row {
        background: #F5F7F7;
        color: rgba(0, 0, 0, 0.54);
        font-size: 12px;
        font-family: tahoma, arial, verdana, sans-serif, Lucida Sans;
        border-bottom: 1px solid #ccc;
        border-right: 1px solid #ccc;
    }

    .fancy-theme-extra-gray .fancy-grid-group-row-inner {
        background-image: url(images/gray/options-slide.gif);
    }

    .fancy-theme-extra-gray .fancy-grid-column-over .fancy-grid-cell {
        background: #E0E5E9;
    }

    .fancy-theme-extra-gray .fancy-bar-container .fancy-combo-input-container {
        height: 24px !important;
    }

    .fancy-theme-extra-gray .fancy-bar-container .fancy-field-text-input {
        height: 24px !important;
        margin-top: 0;
        padding-top: 9px;
    }

    .fancy-theme-extra-gray .fancy-bar-container .fancy-combo-dropdown-button {
        top: -2px;
    }

    .fancy-theme-extra-gray .fancy-bar-container .fancy-combo .fancy-field-text-input {
        margin-top: -1px;
    }

    .fancy-theme-extra-gray .fancy-panel-bar-paging .fancy-bar-button {
        min-width: unset;
        width: 26px !important;
    }

    .fancy-theme-extra-gray .fancy-paging-next {
        background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%20256%20512%22%3E%3Cpath%20fill%3D%22%238a8a8a%22%20d%3D%22M224.3%20273l-136%20136c-9.4%209.4-24.6%209.4-33.9%200l-22.6-22.6c-9.4-9.4-9.4-24.6%200-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6%200-33.9L54.3%20103c9.4-9.4%2024.6-9.4%2033.9%200l136%20136c9.5%209.4%209.5%2024.6.1%2034z%22%2F%3E%3C%2Fsvg%3E');
        background-position: 5px -1px !important;
    }

    .fancy-theme-extra-gray .fancy-paging-prev {
        background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%20256%20512%22%3E%3Cpath%20fill%3D%22%238a8a8a%22%20d%3D%22M31.7%20239l136-136c9.4-9.4%2024.6-9.4%2033.9%200l22.6%2022.6c9.4%209.4%209.4%2024.6%200%2033.9L127.9%20256l96.4%2096.4c9.4%209.4%209.4%2024.6%200%2033.9L201.7%20409c-9.4%209.4-24.6%209.4-33.9%200l-136-136c-9.5-9.4-9.5-24.6-.1-34z%22%2F%3E%3C%2Fsvg%3E');
        background-position: 4px -1px !important;
    }

    .fancy-theme-extra-gray .fancy-paging-first {
        background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%20448%20512%22%3E%3Cpath%20fill%3D%22%238a8a8a%22%20d%3D%22M223.7%20239l136-136c9.4-9.4%2024.6-9.4%2033.9%200l22.6%2022.6c9.4%209.4%209.4%2024.6%200%2033.9L319.9%20256l96.4%2096.4c9.4%209.4%209.4%2024.6%200%2033.9L393.7%20409c-9.4%209.4-24.6%209.4-33.9%200l-136-136c-9.5-9.4-9.5-24.6-.1-34zm-192%2034l136%20136c9.4%209.4%2024.6%209.4%2033.9%200l22.6-22.6c9.4-9.4%209.4-24.6%200-33.9L127.9%20256l96.4-96.4c9.4-9.4%209.4-24.6%200-33.9L201.7%20103c-9.4-9.4-24.6-9.4-33.9%200l-136%20136c-9.5%209.4-9.5%2024.6-.1%2034z%22%2F%3E%3C%2Fsvg%3E');
        background-position: 4px -1px !important;
    }

    .fancy-theme-extra-gray .fancy-paging-last {
        background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%20448%20512%22%3E%3Cpath%20fill%3D%22%238a8a8a%22%20d%3D%22M224.3%20273l-136%20136c-9.4%209.4-24.6%209.4-33.9%200l-22.6-22.6c-9.4-9.4-9.4-24.6%200-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6%200-33.9L54.3%20103c9.4-9.4%2024.6-9.4%2033.9%200l136%20136c9.5%209.4%209.5%2024.6.1%2034zm192-34l-136-136c-9.4-9.4-24.6-9.4-33.9%200l-22.6%2022.6c-9.4%209.4-9.4%2024.6%200%2033.9l96.4%2096.4-96.4%2096.4c-9.4%209.4-9.4%2024.6%200%2033.9l22.6%2022.6c9.4%209.4%2024.6%209.4%2033.9%200l136-136c9.4-9.2%209.4-24.4%200-33.8z%22%2F%3E%3C%2Fsvg%3E');
        background-position: 5px -1px !important;
    }

    .fancy-theme-extra-gray .fancy-paging-refresh {
        background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%238a8a8a%22%20d%3D%22M256.455%208c66.269.119%20126.437%2026.233%20170.859%2068.685l35.715-35.715C478.149%2025.851%20504%2036.559%20504%2057.941V192c0%2013.255-10.745%2024-24%2024H345.941c-21.382%200-32.09-25.851-16.971-40.971l41.75-41.75c-30.864-28.899-70.801-44.907-113.23-45.273-92.398-.798-170.283%2073.977-169.484%20169.442C88.764%20348.009%20162.184%20424%20256%20424c41.127%200%2079.997-14.678%20110.629-41.556%204.743-4.161%2011.906-3.908%2016.368.553l39.662%2039.662c4.872%204.872%204.631%2012.815-.482%2017.433C378.202%20479.813%20319.926%20504%20256%20504%20119.034%20504%208.001%20392.967%208%20256.002%207.999%20119.193%20119.646%207.755%20256.455%208z%22%2F%3E%3C%2Fsvg%3E');
        background-position: 5px 1px !important;
        margin-top: 4px !important;
    }

    .fancy-theme-extra-gray .fancy-separator {
        height: 20px;
    }

        .fancy-theme-extra-gray .fancy-separator div {
            height: 20px;
        }

    .fancy-theme-extra-gray .fancy-bar-text {
        padding-top: 9px !important;
    }

    .fancy-theme-extra-gray .fancy-field-checkbox-input {
        background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Crect%20id%3D%22a%22%20rx%3D%222%22%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2214%22%20height%3D%2214%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23FFF%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Crect%20width%3D%2214%22%20height%3D%2214%22%20rx%3D%222%22%20x%3D%22.5%22%20y%3D%22.5%22%20stroke%3D%22%23C1C9D1%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    }

        .fancy-theme-extra-gray .fancy-field-checkbox-input:hover {
            background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Crect%20id%3D%22a%22%20rx%3D%222%22%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2214%22%20height%3D%2214%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23F2F4F8%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Crect%20width%3D%2214%22%20rx%3D%222%22%20height%3D%2214%22%20x%3D%22.5%22%20y%3D%22.5%22%20stroke%3D%22%23C1C9D1%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
        }

    .fancy-theme-extra-gray .fancy-checkbox-on .fancy-field-checkbox-input {
        background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Crect%20id%3D%22a%22%20rx%3D%222%22%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2214%22%20height%3D%2214%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23FFF%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Crect%20rx%3D%222%22%20width%3D%2214%22%20height%3D%2214%22%20x%3D%22.5%22%20y%3D%22.5%22%20stroke%3D%22%23C1C9D1%22%2F%3E%3Cpath%20stroke%3D%22%23515151%22%20zoom%3D%221.5%22%20stroke-width%3D%221.7%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4%207.5L6.5%2010%2011%204.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    }

        .fancy-theme-extra-gray .fancy-checkbox-on .fancy-field-checkbox-input:hover {
            background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Crect%20id%3D%22a%22%20rx%3D%222%22%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2214%22%20height%3D%2214%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23F2F4F8%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Crect%20rx%3D%222%22%20width%3D%2214%22%20height%3D%2214%22%20x%3D%22.5%22%20y%3D%22.5%22%20stroke%3D%22%23C1C9D1%22%2F%3E%3Cpath%20stroke%3D%22%23515151%22%20zoom%3D%221.5%22%20stroke-width%3D%221.7%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4%207.5L6.5%2010%2011%204.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
        }

    .fancy-theme-extra-gray .fancy-field-picker-button {
        background-image: url(images/gray/calendar.png);
        top: -3px;
    }

    .fancy-theme-extra-gray .fancy-date-picker-cell-active {
        background-color: #E0E5E9;
    }

    .fancy-theme-extra-gray .fancy-month-picker-cell-active {
        background-color: #E0E5E9;
    }

    .fancy-theme-extra-gray .fancy-panel-tbar {
        border-right-width: 0;
        border-left-width: 0;
        border-bottom: 1px solid #d3dbe1;
        background-color: #f5f7f7;
    }

        .fancy-theme-extra-gray .fancy-panel-tbar .fancy-toolbar-tab {
            margin-top: 8px;
            background: #e5e5e7;
        }

        .fancy-theme-extra-gray .fancy-panel-tbar .fancy-toolbar-tab-active {
            background: #626262;
        }

    .fancy-theme-extra-gray .fancy-panel-buttons {
        border-right-width: 0;
        border-left-width: 0;
    }

    .fancy-theme-extra-gray .fancy-panel-sub-tbar {
        background-color: #f5f7f7;
    }

    .fancy-theme-extra-gray .fancy-toolbar-tab.fancy-toolbar-tab-active {
        background-color: #fff !important;
        border-color: #bdc3c7;
        border-top-width: 1px;
        border-left-width: 1px;
        border-right-width: 1px;
    }

        .fancy-theme-extra-gray .fancy-toolbar-tab.fancy-toolbar-tab-active .fancy-button-text {
            color: #8E8E8E !important;
        }

    .fancy-theme-extra-gray .fancy-panel-buttons {
        background-color: #f5f7f7;
    }

    .fancy-theme-extra-gray .fancy-field-text-input {
        color: #888;
    }

    .fancy-theme-extra-gray .fancy-grid-header .fancy-field {
        height: 24px !important;
    }

        .fancy-theme-extra-gray .fancy-grid-header .fancy-field.fancy-field-checkbox {
            height: 18px !important;
        }

    .fancy-theme-extra-gray .fancy-grid-header .fancy-combo-dropdown-button {
        top: -3px;
    }

    .fancy-theme-extra-gray .fancy-grid-header .fancy-combo-input-container {
        height: 24px !important;
    }

    .fancy-theme-extra-gray .fancy-grid-header .fancy-field-text-input {
        height: 24px !important;
        padding-top: 0;
        padding-bottom: 0;
    }

    .fancy-theme-extra-gray .fancy-button {
        line-height: 9px;
        min-height: 25px;
        height: 25px !important;
    }

        .fancy-theme-extra-gray .fancy-button div.fancy-button-image-color {
            margin-top: 3px;
            margin-left: 3px;
        }

    .fancy-theme-extra-gray .fancy-button-text {
        color: #8E8E8E;
    }

    .fancy-theme-extra-gray .fancy-panel-bbar {
        border-left-width: 0;
        border-right-width: 0;
        background-color: #f5f7f7;
    }

    .fancy-theme-extra-gray li:hover {
        background: #626262;
        color: white;
        opacity: 0.8;
    }

    .fancy-theme-extra-gray li.fancy-combo-item-selected {
        background: #626262;
        color: white;
    }

    .fancy-theme-extra-gray li.fancy-combo-item-focused {
        background: #626262;
        color: white;
    }

    .fancy-theme-extra-gray .fancy-bar-button {
        padding: 0px;
    }

        .fancy-theme-extra-gray .fancy-bar-button:active {
            background-color: #eff2f5;
        }

    .fancy-theme-extra-gray .fancy-field-label {
        color: #8E8E8E;
    }

    .fancy-theme-extra-gray .fancy-date-picker {
        border-left-color: #d3dbe1;
    }

        .fancy-theme-extra-gray .fancy-date-picker.fancy-grid {
            border-bottom-width: 0;
        }

    .fancy-theme-extra-gray .fancy-month-picker div.fancy-grid {
        border-bottom-width: 0;
        border-right-width: 1px;
        border-left-width: 1px;
    }

    .fancy-theme-extra-gray .fancy-picker-button-back {
        width: 25px !important;
        min-width: unset;
    }

        .fancy-theme-extra-gray .fancy-picker-button-back .fancy-button-image {
            margin-top: 2px !important;
            margin-left: 2px;
        }

    .fancy-theme-extra-gray .fancy-picker-button-next {
        width: 25px !important;
        min-width: unset;
    }

        .fancy-theme-extra-gray .fancy-picker-button-next .fancy-button-image {
            margin-top: 2px !important;
            margin-left: 2px;
        }

    .fancy-theme-extra-gray .fancy-field-switcher .fancy-field-text {
        background-color: #d1d9e0;
    }

    .fancy-theme-extra-gray .fancy-switcher-on.fancy-field-switcher .fancy-field-text {
        background-color: #B5B9C4;
    }

        .fancy-theme-extra-gray .fancy-switcher-on.fancy-field-switcher .fancy-field-text:after {
            background-color: #8C8C8C;
            border-color: #8C8C8C;
        }

    .fancy-theme-extra-gray .fancy-field-spin .fancy-field-spin-up {
        background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%20256%20512%22%3E%3Cpath%20fill%3D%22%238a8a8a%22%20d%3D%22M136.5%20185.1l116%20117.8c4.7%204.7%204.7%2012.3%200%2017l-7.1%207.1c-4.7%204.7-12.3%204.7-17%200L128%20224.7%2027.6%20326.9c-4.7%204.7-12.3%204.7-17%200l-7.1-7.1c-4.7-4.7-4.7-12.3%200-17l116-117.8c4.7-4.6%2012.3-4.6%2017%20.1z%22%2F%3E%3C%2Fsvg%3E');
    }

    .fancy-theme-extra-gray .fancy-field-spin .fancy-field-spin-down {
        background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226%22%20height%3D%2230%22%20viewBox%3D%220%200%20256%20512%22%3E%3Cpath%20fill%3D%22%238a8a8a%22%20d%3D%22M119.5%20326.9L3.5%20209.1c-4.7-4.7-4.7-12.3%200-17l7.1-7.1c4.7-4.7%2012.3-4.7%2017%200L128%20287.3l100.4-102.2c4.7-4.7%2012.3-4.7%2017%200l7.1%207.1c4.7%204.7%204.7%2012.3%200%2017L136.5%20327c-4.7%204.6-12.3%204.6-17-.1z%22%2F%3E%3C%2Fsvg%3E');
    }

    .fancy-theme-extra-gray .fancy-panel-resize-corner {
        right: 0;
        border-bottom-color: #d9dcde;
    }

        .fancy-theme-extra-gray .fancy-panel-resize-corner:before {
            bottom: -13px;
            border-bottom-color: rgba(0, 0, 0, 0.54);
        }

    .fancy-theme-extra-gray .fancy-grid-column-order .fancy-grid-cell {
        background: #ececec url(images/gray/a_bg.png) 0 -1px repeat-x;
    }

        .fancy-theme-extra-gray .fancy-grid-column-order .fancy-grid-cell.fancy-grid-cell-selected {
            background: #ececec url(images/gray/a_bg.png) 0 -1px repeat-x;
        }

    .fancy-theme-extra-gray .fancy-checkbox-expander .fancy-field-checkbox-input {
        background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%20320%20512%22%3E%3Cpath%20fill%3D%22%238c8c8c%22%20d%3D%22M24.707%2038.101L4.908%2057.899c-4.686%204.686-4.686%2012.284%200%2016.971L185.607%20256%204.908%20437.13c-4.686%204.686-4.686%2012.284%200%2016.971L24.707%20473.9c4.686%204.686%2012.284%204.686%2016.971%200l209.414-209.414c4.686-4.686%204.686-12.284%200-16.971L41.678%2038.101c-4.687-4.687-12.285-4.687-16.971%200z%22%2F%3E%3C%2Fsvg%3E');
        margin-top: -2px;
    }

    .fancy-theme-extra-gray .fancy-checkbox-expander.fancy-checkbox-on .fancy-field-checkbox-input {
        background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%20448%20512%22%3E%3Cpath%20fill%3D%22%238c8c8c%22%20d%3D%22M441.9%20167.3l-19.8-19.8c-4.7-4.7-12.3-4.7-17%200L224%20328.2%2042.9%20147.5c-4.7-4.7-12.3-4.7-17%200L6.1%20167.3c-4.7%204.7-4.7%2012.3%200%2017l209.4%20209.4c4.7%204.7%2012.3%204.7%2017%200l209.4-209.4c4.7-4.7%204.7-12.3%200-17z%22%2F%3E%3C%2Fsvg%3E');
    }

    .fancy-theme-extra-gray .fancy-grid-header-cell-trigger {
        border-color: #ddd;
        background: unset !important;
        border-left-width: 0;
        width: 12px;
        margin-top: 9px;
        height: 12px;
        margin-right: 8px;
    }

    .fancy-theme-extra-gray .fancy-scroll-right-inner {
        background-color: #B5B9C4;
        border-radius: 2px;
    }

    .fancy-theme-extra-gray .fancy-scroll-bottom-inner {
        background-color: #B5B9C4;
        border-radius: 2px;
    }

    .fancy-theme-extra-gray .fancy-grid-header-cell-trigger-image {
        background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%20418%20512%22%3E%3Cpath%20fill%3D%22%238a8a8a%22%20d%3D%22M436%20124H12c-6.627%200-12-5.373-12-12V80c0-6.627%205.373-12%2012-12h424c6.627%200%2012%205.373%2012%2012v32c0%206.627-5.373%2012-12%2012zm0%20160H12c-6.627%200-12-5.373-12-12v-32c0-6.627%205.373-12%2012-12h424c6.627%200%2012%205.373%2012%2012v32c0%206.627-5.373%2012-12%2012zm0%20160H12c-6.627%200-12-5.373-12-12v-32c0-6.627%205.373-12%2012-12h424c6.627%200%2012%205.373%2012%2012v32c0%206.627-5.373%2012-12%2012z%22%2F%3E%3C%2Fsvg%3E');
        background-repeat: no-repeat;
        margin-top: 0px;
        height: 13px;
    }

    .fancy-theme-extra-gray .fancy-date-picker-cell-out-range .fancy-grid-cell-inner {
        color: #d0d0d0;
    }

    .fancy-theme-extra-gray .fancy-date-picker-cell-out-min-max {
        background: #e5e5e7;
    }

        .fancy-theme-extra-gray .fancy-date-picker-cell-out-min-max .fancy-grid-cell-inner {
            color: #d0d0d0;
        }

    .fancy-theme-extra-gray .fancy-button-menu .fancy-button-drop {
        background-image: url(images/gray/bottom.png);
    }

    .fancy-theme-extra-gray li {
        color: #888;
    }

    .fancy-theme-extra-gray .fancy-field-search {
        margin-top: 4px !important;
    }

        .fancy-theme-extra-gray .fancy-field-search input.fancy-field-text-input {
            background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%221284%20207%2024%2024%22%3E%3Cpath%20fill%3D%22%23828A99%22%20d%3D%22M1298.5%20222.9C1297.5%20223.6%201296.3%20224%201295%20224%201291.7%20224%201289%20221.3%201289%20218%201289%20214.7%201291.7%20212%201295%20212%201298.3%20212%201301%20214.7%201301%20218%201301%20219.3%201300.6%20220.5%201299.9%20221.5L1302.7%20224.2C1303%20224.6%201303.1%20225.3%201302.7%20225.7%201302.3%20226%201301.6%20226%201301.2%20225.7L1298.5%20222.9ZM1295%20222C1297.2%20222%201299%20220.2%201299%20218%201299%20215.8%201297.2%20214%201295%20214%201292.8%20214%201291%20215.8%201291%20218%201291%20220.2%201292.8%20222%201295%20222Z%22%2F%3E%3C%2Fsvg%3E');
            height: 24px !important;
        }

            .fancy-theme-extra-gray .fancy-field-search input.fancy-field-text-input:focus {
                border-color: #52a8ec;
            }

    .fancy-theme-extra-gray .fancy-field-search-params-link {
        line-height: 16px;
        background-position: right 11px;
    }

    .fancy-theme-extra-gray .fancy-menu-item-expand {
        background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2216%22%20viewBox%3D%220%200%20320%20512%22%3E%3Cpath%20fill%3D%22%238a8a8a%22%20d%3D%22M24.707%2038.101L4.908%2057.899c-4.686%204.686-4.686%2012.284%200%2016.971L185.607%20256%204.908%20437.13c-4.686%204.686-4.686%2012.284%200%2016.971L24.707%20473.9c4.686%204.686%2012.284%204.686%2016.971%200l209.414-209.414c4.686-4.686%204.686-12.284%200-16.971L41.678%2038.101c-4.687-4.687-12.285-4.687-16.971%200z%22%2F%3E%3C%2Fsvg%3E');
    }

    .fancy-theme-extra-gray .fancy-menu-item-active .fancy-menu-item-expand {
        background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2216%22%20viewBox%3D%220%200%20320%20512%22%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M24.707%2038.101L4.908%2057.899c-4.686%204.686-4.686%2012.284%200%2016.971L185.607%20256%204.908%20437.13c-4.686%204.686-4.686%2012.284%200%2016.971L24.707%20473.9c4.686%204.686%2012.284%204.686%2016.971%200l209.414-209.414c4.686-4.686%204.686-12.284%200-16.971L41.678%2038.101c-4.687-4.687-12.285-4.687-16.971%200z%22%2F%3E%3C%2Fsvg%3E');
    }

    .fancy-theme-extra-gray .fancy-grid-header-cell-trigger-up {
        background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226%22%20height%3D%2226%22%20viewBox%3D%220%200%20256%20512%22%3E%3Cpath%20fill%3D%22%238a8a8a%22%20d%3D%22M136.5%20185.1l116%20117.8c4.7%204.7%204.7%2012.3%200%2017l-7.1%207.1c-4.7%204.7-12.3%204.7-17%200L128%20224.7%2027.6%20326.9c-4.7%204.7-12.3%204.7-17%200l-7.1-7.1c-4.7-4.7-4.7-12.3%200-17l116-117.8c4.7-4.6%2012.3-4.6%2017%20.1z%22%2F%3E%3C%2Fsvg%3E');
        background-position: 0 0;
    }

    .fancy-theme-extra-gray .fancy-menu-item-active .fancy-grid-header-cell-trigger-up {
        background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226%22%20height%3D%2226%22%20viewBox%3D%220%200%20256%20512%22%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M136.5%20185.1l116%20117.8c4.7%204.7%204.7%2012.3%200%2017l-7.1%207.1c-4.7%204.7-12.3%204.7-17%200L128%20224.7%2027.6%20326.9c-4.7%204.7-12.3%204.7-17%200l-7.1-7.1c-4.7-4.7-4.7-12.3%200-17l116-117.8c4.7-4.6%2012.3-4.6%2017%20.1z%22%2F%3E%3C%2Fsvg%3E');
        background-position: 0 0;
    }

    .fancy-theme-extra-gray .fancy-grid-header-cell-trigger-down {
        background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226%22%20height%3D%2226%22%20viewBox%3D%220%200%20256%20512%22%3E%3Cpath%20fill%3D%22%238a8a8a%22%20d%3D%22M119.5%20326.9L3.5%20209.1c-4.7-4.7-4.7-12.3%200-17l7.1-7.1c4.7-4.7%2012.3-4.7%2017%200L128%20287.3l100.4-102.2c4.7-4.7%2012.3-4.7%2017%200l7.1%207.1c4.7%204.7%204.7%2012.3%200%2017L136.5%20327c-4.7%204.6-12.3%204.6-17-.1z%22%2F%3E%3C%2Fsvg%3E');
        background-position: 0 0;
    }

    .fancy-theme-extra-gray .fancy-menu-item-active .fancy-grid-header-cell-trigger-down {
        background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226%22%20height%3D%2226%22%20viewBox%3D%220%200%20256%20512%22%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M119.5%20326.9L3.5%20209.1c-4.7-4.7-4.7-12.3%200-17l7.1-7.1c4.7-4.7%2012.3-4.7%2017%200L128%20287.3l100.4-102.2c4.7-4.7%2012.3-4.7%2017%200l7.1%207.1c4.7%204.7%204.7%2012.3%200%2017L136.5%20327c-4.7%204.6-12.3%204.6-17-.1z%22%2F%3E%3C%2Fsvg%3E');
        background-position: 0 0;
    }

    .fancy-theme-extra-gray .fancy-grid-column-sort-ASC .fancy-grid-header-cell-text {
        background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%20320%20512%22%3E%3Cpath%20fill%3D%22%238a8a8a%22%20d%3D%22M288.662%20352H31.338c-17.818%200-26.741-21.543-14.142-34.142l128.662-128.662c7.81-7.81%2020.474-7.81%2028.284%200l128.662%20128.662c12.6%2012.599%203.676%2034.142-14.142%2034.142z%22%2F%3E%3C%2Fsvg%3E');
    }

    .fancy-theme-extra-gray .fancy-grid-column-sort-DESC .fancy-grid-header-cell-text {
        background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%20320%20512%22%3E%3Cpath%20fill%3D%22%238a8a8a%22%20d%3D%22M31.3%20192h257.3c17.8%200%2026.7%2021.5%2014.1%2034.1L174.1%20354.8c-7.8%207.8-20.5%207.8-28.3%200L17.2%20226.1C4.6%20213.5%2013.5%20192%2031.3%20192z%22%2F%3E%3C%2Fsvg%3E');
    }

    .fancy-theme-extra-gray .fancy-field-radio-on .fancy-field-radio-input {
        background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Ccircle%20id%3D%22a%22%20cx%3D%227%22%20cy%3D%227%22%20r%3D%227%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23FFF%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Ccircle%20cx%3D%227%22%20cy%3D%227%22%20r%3D%226.5%22%20stroke%3D%22%238a8a8a%22%2F%3E%3Ccircle%20cx%3D%227%22%20cy%3D%227%22%20r%3D%223%22%20fill%3D%22%238a8a8a%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
        background-position: 0 0;
        background-repeat: no-repeat;
    }

    .fancy-theme-extra-gray .fancy-field-text.fancy-field-radio-on:hover .fancy-field-radio-input {
        background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Ccircle%20id%3D%22a%22%20cx%3D%227%22%20cy%3D%227%22%20r%3D%227%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23F2F4F8%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Ccircle%20cx%3D%227%22%20cy%3D%227%22%20r%3D%226.5%22%20stroke%3D%22%238a8a8a%22%2F%3E%3Ccircle%20cx%3D%227%22%20cy%3D%227%22%20r%3D%223%22%20fill%3D%22%238a8a8a%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
        background-position: 0 0;
        background-repeat: no-repeat;
    }

    .fancy-theme-extra-gray .fancy-combo-item-selected .fancy-field-checkbox-input {
        background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Crect%20id%3D%22a%22%20width%3D%2215%22%20height%3D%2215%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23FFF%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Crect%20width%3D%2214%22%20height%3D%2214%22%20x%3D%22.5%22%20y%3D%22.5%22%20stroke%3D%22%23C1C9D1%22%2F%3E%3Cpath%20stroke%3D%22%238a8a8a%22%20zoom%3D%221.5%22%20stroke-width%3D%221.7%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4%207.5L6.5%2010%2011%204.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    }

        .fancy-theme-extra-gray .fancy-combo-item-selected .fancy-field-checkbox-input:hover {
            background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Crect%20id%3D%22a%22%20width%3D%2215%22%20height%3D%2215%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23F2F4F8%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Crect%20width%3D%2214%22%20height%3D%2214%22%20x%3D%22.5%22%20y%3D%22.5%22%20stroke%3D%22%23C1C9D1%22%2F%3E%3Cpath%20stroke%3D%22%238a8a8a%22%20zoom%3D%221.5%22%20stroke-width%3D%221.7%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4%207.5L6.5%2010%2011%204.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
        }

    .fancy-theme-extra-gray .fancy-field-pass-tip {
        background: #F7F7F7;
        color: #8E8E8E;
    }

    .fancy-theme-extra-gray .fancy-panel-sub-header {
        border-right-width: 0;
        border-left-width: 0;
        color: #515151;
        border-bottom: 1px solid #d3dbe1;
        background-color: #f5f7f7;
    }

    .fancy-theme-extra-gray .fancy-panel-sub-header-text {
        border-right-width: 0;
        border-left-width: 0;
    }

    .fancy-theme-extra-gray .fancy-grid-tree-expander {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2020%2020%22%3E%0A%20%20%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%200h24v24H0z%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20stroke%3D%22%23515151%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.875%22%20d%3D%22M6.5%2010l5.5%204.5%205.5-4.5%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
        background-position-y: -3px;
        background-position-x: -2px;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .fancy-theme-extra-gray .fancy-grid-tree-expander-expanded {
        background-position-y: -2px;
        background-position-y: -3px;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .fancy-theme-extra-gray .fancy-checkbox-middle .fancy-field-checkbox-input {
        background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Crect%20id%3D%22a%22%20rx%3D%222%22%20width%3D%2214%22%20height%3D%2214%22%20x%3D%220.5%22%20y%3D%220.5%22%20%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23FFF%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Crect%20rx%3D%222%22%20width%3D%2214%22%20height%3D%2214%22%20x%3D%22.5%22%20y%3D%22.5%22%20stroke%3D%22%23C1C9D1%22%2F%3E%3Cpath%20stroke%3D%22%23515151%22%20zoom%3D%221.5%22%20stroke-width%3D%221.7%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4%207.5L11%207.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    }

        .fancy-theme-extra-gray .fancy-checkbox-middle .fancy-field-checkbox-input:hover {
            background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Crect%20id%3D%22a%22%20rx%3D%222%22%20width%3D%2214%22%20height%3D%2214%22%20x%3D%220.5%22%20y%3D%220.5%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23F2F4F8%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Crect%20rx%3D%222%22%20width%3D%2214%22%20height%3D%2214%22%20x%3D%22.5%22%20y%3D%22.5%22%20stroke%3D%22%23C1C9D1%22%2F%3E%3Cpath%20stroke%3D%22%23515151%22%20zoom%3D%221.5%22%20stroke-width%3D%221.7%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4%207.5L11%207.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
        }

    .fancy-theme-extra-gray .fancy-grid-tree-folder-closed {
        background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2218%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23515151%22%20d%3D%22M464%20128H272l-54.63-54.63c-6-6-14.14-9.37-22.63-9.37H48C21.49%2064%200%2085.49%200%20112v288c0%2026.51%2021.49%2048%2048%2048h416c26.51%200%2048-21.49%2048-48V176c0-26.51-21.49-48-48-48zm0%20272H48V112h140.12l54.63%2054.63c6%206%2014.14%209.37%2022.63%209.37H464v224z%22%20class%3D%22%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
    }

    .fancy-theme-extra-gray .fancy-grid-tree-folder-opened {
        background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2218%22%20viewBox%3D%220%200%20576%20512%22%3E%3Cpath%20fill%3D%22%23515151%22%20d%3D%22M527.943%20224H480v-48c0-26.51-21.49-48-48-48H272l-64-64H48C21.49%2064%200%2085.49%200%20112v288c0%2026.51%2021.49%2048%2048%2048h400a48.001%2048.001%200%200%200%2040.704-22.56l79.942-128c19.948-31.917-3.038-73.44-40.703-73.44zM54%20112h134.118l64%2064H426a6%206%200%200%201%206%206v42H152a48%2048%200%200%200-41.098%2023.202L48%20351.449V117.993A5.993%205.993%200%200%201%2054%20112zm394%20288H72l77.234-128H528l-80%20128z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
    }

    .fancy-theme-extra-gray .fancy-grid-tree-folder-file {
        background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2218%22%20viewBox%3D%220%200%20384%20512%22%3E%3Cpath%20fill%3D%22%23515151%22%20d%3D%22M369.9%2097.9L286%2014C277%205%20264.8-.1%20252.1-.1H48C21.5%200%200%2021.5%200%2048v416c0%2026.5%2021.5%2048%2048%2048h288c26.5%200%2048-21.5%2048-48V131.9c0-12.7-5.1-25-14.1-34zM332.1%20128H256V51.9l76.1%2076.1zM48%20464V48h160v104c0%2013.3%2010.7%2024%2024%2024h104v288H48z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
    }

    .fancy-theme-extra-gray .fancy-grid-summary-options .fancy-grid-summary-container .fancy-grid-cell:hover {
        background: #e5e5e7;
    }

    .fancy-theme-extra-gray .fancy-menu-item {
        color: #888;
    }

    .fancy-theme-extra-gray .fancy-menu-item-active {
        background: rgba(98, 98, 98, 0.9);
        color: white;
    }

    .fancy-theme-extra-gray .fancy-grid-header-cell-container {
        border-top-color: #bdc3c7;
        padding: 8px 8px;
    }

    .fancy-theme-extra-gray .fancy-panel-header-text {
        font-weight: 600 !important;
        padding: 8px 14px 8px;
    }

    .fancy-theme-extra-gray .fancy-grid-cell-inner {
        margin-top: 7px;
    }

    .fancy-theme-extra-gray .fancy-grid-column-h-bar .fancy-grid-cell-inner {
        margin-top: 2px;
    }

    .fancy-theme-extra-gray .fancy-grid-header-cell-double .fancy-grid-header-cell-container {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .fancy-theme-extra-gray .fancy-grid-header-cell-double .fancy-grid-header-cell-trigger {
        margin-top: 21px;
    }

    .fancy-theme-extra-gray .fancy-grid-header-grouped .fancy-grid-header-cell-container {
        padding-top: 20px;
    }

    .fancy-theme-extra-gray .fancy-grid-header-grouped .fancy-grid-header-filter-cell-small .fancy-grid-header-cell-container {
        padding-top: 10px;
    }

    .fancy-theme-extra-gray .fancy-grid-header-grouped .fancy-grid-header-filter-cell-small .fancy-grid-header-cell-trigger {
        margin-top: 12px;
    }

    .fancy-theme-extra-gray .fancy-grid-header-grouped .fancy-grid-header-cell-trigger {
        margin-top: 21px;
    }

    .fancy-theme-extra-gray .fancy-grid-header-grouped .fancy-grid-header-cell-group-level-1 .fancy-grid-header-cell-container {
        padding-top: 7px;
    }

    .fancy-theme-extra-gray .fancy-grid-header-grouped .fancy-grid-header-cell-group-level-1 .fancy-grid-header-cell-trigger {
        margin-top: 0;
    }

    .fancy-theme-extra-gray .fancy-grid-header-grouped .fancy-grid-header-cell-group-level-1.fancy-grid-header-cell-double .fancy-grid-header-cell-container {
        padding-top: 20px;
    }

    .fancy-theme-extra-gray .fancy-grid-header-grouped .fancy-grid-header-cell-group-level-2 .fancy-grid-header-cell-container {
        padding-top: 8px;
    }

    .fancy-theme-extra-gray .fancy-grid-header-cell-triple.fancy-grid-header-filter-cell .fancy-grid-header-cell-container {
        padding-top: 20px;
    }

    .fancy-theme-extra-gray .fancy-grid-header-cell-triple.fancy-grid-header-filter-cell .fancy-grid-header-cell-trigger {
        margin-top: -4px;
    }

    .fancy-theme-extra-gray .fancy-grid-header-cell-triple .fancy-grid-header-cell-container {
        padding-top: 36px;
    }

    .fancy-theme-extra-gray .fancy-grid-header-cell-triple .fancy-grid-header-cell-trigger {
        margin-top: 37px;
    }

    .fancy-theme-extra-gray .fancy-grid {
        border-color: #d3dbe1;
    }

    .fancy-theme-extra-gray .fancy-grid-header-cell-select .fancy-field-checkbox {
        margin-top: -9px;
    }

    .fancy-theme-extra-gray .fancy-grid-body .fancy-grid-column-row-drag .fancy-grid-cell-inner {
        margin-top: 4px;
    }

    .fancy-theme-extra-gray .fancy-grid-body .fancy-grid-column-row-drag .fancy-grid-cell-inner-rowdrag {
        top: -4px;
    }

    .fancy-theme-extra-gray .fancy-grid-body .fancy-grid-column-row-drag svg {
        margin-top: 0;
    }

    .fancy-theme-extra-gray .fancy-grid-body .fancy-grid-column-row-drag .fancy-grid-cell .fancy-field-checkbox {
        margin-top: 0;
        position: relative;
        top: 1px;
    }

    .fancy-theme-extra-gray .fancy-grid-body .fancy-grid-column-row-drag .fancy-grid-cell-inner-text {
        position: relative;
        top: -1px;
    }

    .fancy-theme-extra-gray .fancy-grid-state-resize-column .fancy-grid-header-cell:hover {
        background-color: initial;
    }

    .fancy-theme-extra-gray.fancy-panel .fancy-toolbar-tab {
        min-height: unset;
        background: unset;
        margin-top: 6px;
    }

    .fancy-theme-extra-gray.fancy-month-picker .fancy-grid {
        border-left-color: #d3dbe1;
    }

    .fancy-theme-extra-gray.fancy-form-panel .fancy-panel-header {
        border-top-width: 1px;
        border-left-width: 1px;
        border-right-width: 1px;
        border-color: #d9dcde;
    }

    .fancy-theme-extra-gray.fancy-form-panel .fancy-panel-tbar {
        border-left-width: 1px;
        border-right-width: 1px;
        border-color: #d9dcde;
    }

    .fancy-theme-extra-gray.fancy-form-panel .fancy-panel-bbar {
        border-left-width: 1px;
        border-right-width: 1px;
        border-color: #d9dcde;
    }

    .fancy-theme-extra-gray.fancy-form-panel .fancy-panel-buttons {
        border-left-width: 1px;
        border-right-width: 1px;
        border-color: #d9dcde;
    }

    .fancy-theme-extra-gray.fancy-form-panel .fancy-panel-sub-tbar {
        border-left-width: 1px !important;
        border-right-width: 1px !important;
        border-color: #d9dcde;
    }

    .fancy-theme-extra-gray.fancy-grid-state-resize-column .fancy-grid-header-cell:hover {
        background-color: initial;
    }

    .fancy-theme-extra-gray.fancy-panel {
        border-color: #bdc3c7;
    }

    .fancy-theme-extra-gray.fancy-drag-hint-top {
        background-image: url(images/sand/col-drag-top.png);
    }

    .fancy-theme-extra-gray.fancy-drag-hint-bottom {
        background-image: url(images/sand/col-drag-bottom.png);
    }

    .fancy-theme-extra-gray.fancy-panel-grid-inside {
        border-bottom: 0 solid #ddd;
    }

        .fancy-theme-extra-gray.fancy-panel-grid-inside .fancy-grid {
            border-right-width: 0;
            border-left-width: 0;
            border-top: 0;
        }

    .fancy-theme-extra-gray.fancy-panel .fancy-panel-header {
        color: #F3F3F3;
        background-color: #f5f7f7;
        border-bottom-color: #d9dcde;
        color: rgba(0, 0, 0, 0.54);
        font-size: 12px;
        font-weight: 600 !important;
    }

    .fancy-theme-extra-gray.fancy-panel .fancy-panel-sub-tbar {
        border-top-width: 0;
        border-left-width: 0;
        border-right-width: 0;
        border-bottom: 1px solid #d3dbe1;
    }

    .fancy-theme-extra-gray.fancy-combo-result-list .fancy-field-checkbox-input {
        background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Crect%20id%3D%22a%22%20rx%3D%222%22%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2214%22%20height%3D%2214%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23F2F4F8%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Crect%20width%3D%2214%22%20rx%3D%222%22%20height%3D%2214%22%20x%3D%22.5%22%20y%3D%22.5%22%20stroke%3D%22%23C1C9D1%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    }

        .fancy-theme-extra-gray.fancy-combo-result-list .fancy-field-checkbox-input:hover {
            background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Crect%20id%3D%22a%22%20rx%3D%222%22%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2214%22%20height%3D%2214%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23F2F4F8%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Crect%20width%3D%2214%22%20rx%3D%222%22%20height%3D%2214%22%20x%3D%22.5%22%20y%3D%22.5%22%20stroke%3D%22%23C1C9D1%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
        }

    .fancy-theme-extra-gray.fancy-combo-result-list .fancy-combo-item-selected .fancy-field-checkbox-input {
        background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Crect%20id%3D%22a%22%20rx%3D%222%22%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2214%22%20height%3D%2214%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23FFF%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Crect%20rx%3D%222%22%20width%3D%2214%22%20height%3D%2214%22%20x%3D%22.5%22%20y%3D%22.5%22%20stroke%3D%22%23C1C9D1%22%2F%3E%3Cpath%20stroke%3D%22%23515151%22%20zoom%3D%221.5%22%20stroke-width%3D%221.7%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4%207.5L6.5%2010%2011%204.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    }

        .fancy-theme-extra-gray.fancy-combo-result-list .fancy-combo-item-selected .fancy-field-checkbox-input:hover {
            background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Crect%20id%3D%22a%22%20rx%3D%222%22%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2214%22%20height%3D%2214%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23F2F4F8%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Crect%20rx%3D%222%22%20width%3D%2214%22%20height%3D%2214%22%20x%3D%22.5%22%20y%3D%22.5%22%20stroke%3D%22%23C1C9D1%22%2F%3E%3Cpath%20stroke%3D%22%23515151%22%20zoom%3D%221.5%22%20stroke-width%3D%221.7%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4%207.5L6.5%2010%2011%204.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
        }

    .fancy-theme-extra-gray.fancy-form-panel {
        border-bottom-width: 0;
    }
/*
 dark.less
*/
.fancy-theme-dark .fancy-grid {
    background-color: #3c3c3c;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    border-top-color: #5a5a5a;
}

.fancy-theme-dark .fancy-grid-left {
    border-right-color: #5a5a5a;
}

    .fancy-theme-dark .fancy-grid-left .fancy-grid-header {
        border-right-color: #5a5a5a;
    }

.fancy-theme-dark .fancy-grid-right {
    border-left-color: #5a5a5a;
}

.fancy-theme-dark .fancy-panel-body {
    background-color: transparent;
    border: 2px solid #000;
    border-top-width: 0 !important;
    border-left-width: 0 !important;
    border-bottom-width: 0 !important;
    border-right-width: 1px !important;
}

.fancy-theme-dark .fancy-grid-header-cell {
    color: #ccc;
    font-size: 11px;
    background: rgba(85, 85, 85, 0.35);
    border-right-color: #000;
    border-top: 1px solid #5a5a5a;
    -webkit-transition: background 0.2s ease-out;
    -moz-transition: background 0.2s ease-out;
    -ms-transition: background 0.2s ease-out;
    -o-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
}

    .fancy-theme-dark .fancy-grid-header-cell:hover {
        border-top-color: #2f2f2f;
        background: #2f2f2f;
    }

    .fancy-theme-dark .fancy-grid-header-cell.fancy-grid-header-cell-group-level-2 {
        border-bottom: 1px solid #000;
    }

.fancy-theme-dark .fancy-panel-header {
    border-bottom-color: #5a5a5a;
}

.fancy-theme-dark .fancy-grid-header-cell-container {
    border-left-width: 0;
}

.fancy-theme-dark .fancy-grid-header {
    background-color: #2C2C2C;
    border-bottom-color: #000;
    box-shadow: inset 78px 70px 22px 12px rgba(255, 255, 255, 0.1);
}

.fancy-theme-dark .fancy-grid-column {
    background-color: #3c3c3c;
}

.fancy-theme-dark .fancy-grid-cell {
    background: #363636;
    color: #aaa;
    border-bottom-color: #000;
    border-left-color: #404040;
    border-right-color: #000;
    border-top-color: #404040;
}

.fancy-theme-dark .fancy-grid-cell-even {
    background: #2f2f2f;
}

.fancy-theme-dark .fancy-scroll-right {
    background-color: #363636;
}

.fancy-theme-dark .fancy-scroll-right-inner {
    background-color: #2c2c2c;
}

.fancy-theme-dark .fancy-grid-body {
    background-color: #3c3c3c;
}

.fancy-theme-dark .fancy-scroll-bottom {
    background-color: #363636;
}

.fancy-theme-dark .fancy-scroll-bottom-inner {
    background-color: #2c2c2c;
}

.fancy-theme-dark .fancy-grid-column .fancy-grid-cell-over {
    background: #222;
}

.fancy-theme-dark .fancy-grid-column .fancy-grid-cell-selected {
    background: #222;
}

.fancy-theme-dark .fancy-grid-column-selected .fancy-grid-cell {
    background: #222;
}

.fancy-theme-dark .fancy-grid-column-sort-ASC .fancy-grid-header-cell-text {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%20320%20512%22%3E%3Cpath%20fill%3D%22%231f91c2%22%20d%3D%22M288.662%20352H31.338c-17.818%200-26.741-21.543-14.142-34.142l128.662-128.662c7.81-7.81%2020.474-7.81%2028.284%200l128.662%20128.662c12.6%2012.599%203.676%2034.142-14.142%2034.142z%22%2F%3E%3C%2Fsvg%3E');
}

.fancy-theme-dark .fancy-grid-column-sort-DESC .fancy-grid-header-cell-text {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%20320%20512%22%3E%3Cpath%20fill%3D%22%231f91c2%22%20d%3D%22M31.3%20192h257.3c17.8%200%2026.7%2021.5%2014.1%2034.1L174.1%20354.8c-7.8%207.8-20.5%207.8-28.3%200L17.2%20226.1C4.6%20213.5%2013.5%20192%2031.3%20192z%22%2F%3E%3C%2Fsvg%3E');
}

.fancy-theme-dark .fancy-field-spin .fancy-field-spin-up {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%20256%20512%22%3E%3Cpath%20fill%3D%22%231f91c2%22%20d%3D%22M136.5%20185.1l116%20117.8c4.7%204.7%204.7%2012.3%200%2017l-7.1%207.1c-4.7%204.7-12.3%204.7-17%200L128%20224.7%2027.6%20326.9c-4.7%204.7-12.3%204.7-17%200l-7.1-7.1c-4.7-4.7-4.7-12.3%200-17l116-117.8c4.7-4.6%2012.3-4.6%2017%20.1z%22%2F%3E%3C%2Fsvg%3E');
}

.fancy-theme-dark .fancy-field-spin .fancy-field-spin-down {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226%22%20height%3D%2230%22%20viewBox%3D%220%200%20256%20512%22%3E%3Cpath%20fill%3D%22%231f91c2%22%20d%3D%22M119.5%20326.9L3.5%20209.1c-4.7-4.7-4.7-12.3%200-17l7.1-7.1c4.7-4.7%2012.3-4.7%2017%200L128%20287.3l100.4-102.2c4.7-4.7%2012.3-4.7%2017%200l7.1%207.1c4.7%204.7%204.7%2012.3%200%2017L136.5%20327c-4.7%204.6-12.3%204.6-17-.1z%22%2F%3E%3C%2Fsvg%3E');
}

.fancy-theme-dark .fancy-grid-cell-wrapper {
    border-left: 1px solid #404040;
    border-top: 1px solid #404040;
}

.fancy-theme-dark .fancy-grid-column-over .fancy-grid-cell {
    background: #222;
}

.fancy-theme-dark .fancy-button {
    border-color: transparent;
}

    .fancy-theme-dark .fancy-button .fancy-button-text {
        color: #ccc;
    }

    .fancy-theme-dark .fancy-button:hover {
        background: #5a5a5a;
        border: 1px solid #5a5a5a;
    }

    .fancy-theme-dark .fancy-button:active {
        box-shadow: none;
        background: #555;
    }

.fancy-theme-dark .fancy-button-disabled:hover {
    background: transparent;
    border-color: transparent;
}

.fancy-theme-dark .fancy-bar-button-disabled:hover {
    background: transparent;
    border-color: transparent;
}

.fancy-theme-dark .fancy-button-disabled:active {
    box-shadow: none;
    background: transparent;
    border-color: transparent;
}

.fancy-theme-dark .fancy-field-text-input {
    border: 1px solid #151515;
    background: #222;
    color: #ddd;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

    .fancy-theme-dark .fancy-field-text-input:focus {
        background-color: #363636;
        border: 1px solid #151515;
    }

.fancy-theme-dark .fancy-grid-resizer-left {
    border-right: 2px dashed #ed2;
}

.fancy-theme-dark .fancy-grid-resizer-right {
    border-right: 2px dashed #fc2;
}

.fancy-theme-dark .fancy-field-not-valid input {
    background: #f9d3d5 !important;
    border: 1px solid #f9d3d5 !important;
    color: red;
    font-weight: bold;
}

.fancy-theme-dark .fancy-paging-next {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%20256%20512%22%3E%3Cpath%20fill%3D%22%231f1f1f%22%20d%3D%22M224.3%20273l-136%20136c-9.4%209.4-24.6%209.4-33.9%200l-22.6-22.6c-9.4-9.4-9.4-24.6%200-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6%200-33.9L54.3%20103c9.4-9.4%2024.6-9.4%2033.9%200l136%20136c9.5%209.4%209.5%2024.6.1%2034z%22%2F%3E%3C%2Fsvg%3E');
}

.fancy-theme-dark .fancy-paging-prev {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%20256%20512%22%3E%3Cpath%20fill%3D%22%231f1f1f%22%20d%3D%22M31.7%20239l136-136c9.4-9.4%2024.6-9.4%2033.9%200l22.6%2022.6c9.4%209.4%209.4%2024.6%200%2033.9L127.9%20256l96.4%2096.4c9.4%209.4%209.4%2024.6%200%2033.9L201.7%20409c-9.4%209.4-24.6%209.4-33.9%200l-136-136c-9.5-9.4-9.5-24.6-.1-34z%22%2F%3E%3C%2Fsvg%3E');
}

.fancy-theme-dark .fancy-paging-first {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%20448%20512%22%3E%3Cpath%20fill%3D%22%231f1f1f%22%20d%3D%22M223.7%20239l136-136c9.4-9.4%2024.6-9.4%2033.9%200l22.6%2022.6c9.4%209.4%209.4%2024.6%200%2033.9L319.9%20256l96.4%2096.4c9.4%209.4%209.4%2024.6%200%2033.9L393.7%20409c-9.4%209.4-24.6%209.4-33.9%200l-136-136c-9.5-9.4-9.5-24.6-.1-34zm-192%2034l136%20136c9.4%209.4%2024.6%209.4%2033.9%200l22.6-22.6c9.4-9.4%209.4-24.6%200-33.9L127.9%20256l96.4-96.4c9.4-9.4%209.4-24.6%200-33.9L201.7%20103c-9.4-9.4-24.6-9.4-33.9%200l-136%20136c-9.5%209.4-9.5%2024.6-.1%2034z%22%2F%3E%3C%2Fsvg%3E');
}

.fancy-theme-dark .fancy-paging-last {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%20448%20512%22%3E%3Cpath%20fill%3D%22%231f1f1f%22%20d%3D%22M224.3%20273l-136%20136c-9.4%209.4-24.6%209.4-33.9%200l-22.6-22.6c-9.4-9.4-9.4-24.6%200-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6%200-33.9L54.3%20103c9.4-9.4%2024.6-9.4%2033.9%200l136%20136c9.5%209.4%209.5%2024.6.1%2034zm192-34l-136-136c-9.4-9.4-24.6-9.4-33.9%200l-22.6%2022.6c-9.4%209.4-9.4%2024.6%200%2033.9l96.4%2096.4-96.4%2096.4c-9.4%209.4-9.4%2024.6%200%2033.9l22.6%2022.6c9.4%209.4%2024.6%209.4%2033.9%200l136-136c9.4-9.2%209.4-24.4%200-33.8z%22%2F%3E%3C%2Fsvg%3E');
}

.fancy-theme-dark .fancy-paging-refresh {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%231f1f1f%22%20d%3D%22M256.455%208c66.269.119%20126.437%2026.233%20170.859%2068.685l35.715-35.715C478.149%2025.851%20504%2036.559%20504%2057.941V192c0%2013.255-10.745%2024-24%2024H345.941c-21.382%200-32.09-25.851-16.971-40.971l41.75-41.75c-30.864-28.899-70.801-44.907-113.23-45.273-92.398-.798-170.283%2073.977-169.484%20169.442C88.764%20348.009%20162.184%20424%20256%20424c41.127%200%2079.997-14.678%20110.629-41.556%204.743-4.161%2011.906-3.908%2016.368.553l39.662%2039.662c4.872%204.872%204.631%2012.815-.482%2017.433C378.202%20479.813%20319.926%20504%20256%20504%20119.034%20504%208.001%20392.967%208%20256.002%207.999%20119.193%20119.646%207.755%20256.455%208z%22%2F%3E%3C%2Fsvg%3E');
}

.fancy-theme-dark .fancy-field-checkbox-input {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Crect%20id%3D%22a%22%20rx%3D%222%22%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2214%22%20height%3D%2214%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23cccccc%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Crect%20width%3D%2214%22%20height%3D%2214%22%20rx%3D%222%22%20x%3D%22.5%22%20y%3D%22.5%22%20stroke%3D%22%23525252%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}

    .fancy-theme-dark .fancy-field-checkbox-input:hover {
        background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Crect%20id%3D%22a%22%20rx%3D%222%22%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2214%22%20height%3D%2214%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23aaaaaa%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Crect%20width%3D%2214%22%20rx%3D%222%22%20height%3D%2214%22%20x%3D%22.5%22%20y%3D%22.5%22%20stroke%3D%22%23525252%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    }

.fancy-theme-dark .fancy-checkbox-on .fancy-field-checkbox-input {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Crect%20id%3D%22a%22%20rx%3D%222%22%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2214%22%20height%3D%2214%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23cccccc%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Crect%20rx%3D%222%22%20width%3D%2214%22%20height%3D%2214%22%20x%3D%22.5%22%20y%3D%22.5%22%20stroke%3D%22%23525252%22%2F%3E%3Cpath%20stroke%3D%22%23525252%22%20zoom%3D%221.5%22%20stroke-width%3D%221.7%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4%207.5L6.5%2010%2011%204.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}

    .fancy-theme-dark .fancy-checkbox-on .fancy-field-checkbox-input:hover {
        background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Crect%20id%3D%22a%22%20rx%3D%222%22%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2214%22%20height%3D%2214%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23aaaaaa%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Crect%20rx%3D%222%22%20width%3D%2214%22%20height%3D%2214%22%20x%3D%22.5%22%20y%3D%22.5%22%20stroke%3D%22%23525252%22%2F%3E%3Cpath%20stroke%3D%22%23525252%22%20zoom%3D%221.5%22%20stroke-width%3D%221.7%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4%207.5L6.5%2010%2011%204.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    }

.fancy-theme-dark .fancy-grid-group-row-inner {
    background-image: url(images/dark/options-slide.png);
}

.fancy-theme-dark .fancy-field-picker-button {
    background-image: url(images/dark/calendar.png);
}

.fancy-theme-dark .fancy-separator {
    border-right-color: #000;
}

    .fancy-theme-dark .fancy-separator div {
        border-right-color: #404040;
    }

.fancy-theme-dark .fancy-grid-group-row {
    color: #ccc;
    background: #363636;
    border-bottom: 1px solid #222;
    border-right: 1px solid #222;
    -webkit-box-shadow: inset 0px 0px 0px 1px #404040, inset 0px 1px 1px 0px #404040;
    box-shadow: inset 0px 0px 0px 1px #404040, inset 0px 1px 1px 0px #404040;
}

.fancy-theme-dark .fancy-picker-button-date-wrapper {
    width: 234px;
}

.fancy-theme-dark .fancy-grid-column .fancy-month-picker-cell-active {
    background-color: #222;
}

.fancy-theme-dark .fancy-panel-footer .fancy-footer-status {
    color: #7d7a7a;
}

.fancy-theme-dark .fancy-panel-footer .fancy-status-source-text {
    color: #ccc;
}

.fancy-theme-dark .fancy-panel-footer .fancy-status-source-link {
    color: #048DC8;
}

.fancy-theme-dark .fancy-form {
    background-color: #3C3C3C;
    border-color: #5a5a5a;
    border-left-color: #000;
    border-right-color: #000;
    border-bottom-color: #000;
}

    .fancy-theme-dark .fancy-form .fancy-combo-input-container {
        background-color: inherit;
        border-width: 0;
    }

.fancy-theme-dark .fancy-textarea-text-input {
    background-color: #222;
    border: 1px solid #151515;
    color: #ddd;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

    .fancy-theme-dark .fancy-textarea-text-input:focus {
        background-color: #363636;
        border: 1px solid #151515;
    }

.fancy-theme-dark .fancy-field .fancy-field-label {
    color: #ccc;
}

.fancy-theme-dark .fancy-date-picker.fancy-grid {
    border-bottom-width: 0;
}

    .fancy-theme-dark .fancy-date-picker.fancy-grid .fancy-grid-header-cell {
        border-top-width: 0;
    }

.fancy-theme-dark .fancy-month-picker .fancy-grid {
    border-bottom: 1px solid #5a5a5a;
}

.fancy-theme-dark .fancy-switcher-on.fancy-field-switcher .fancy-field-text {
    background-color: #B5B9C4;
}

    .fancy-theme-dark .fancy-switcher-on.fancy-field-switcher .fancy-field-text:after {
        background-color: #525252;
        border-color: #CCCCCC;
        border-width: 2px;
        top: -4px;
    }

.fancy-theme-dark .fancy-field-radio .fancy-field-text {
    color: #ccc;
}

.fancy-theme-dark .fancy-field-radio-input {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Ccircle%20id%3D%22a%22%20cx%3D%227%22%20cy%3D%227%22%20r%3D%227%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23FFF%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Ccircle%20cx%3D%227%22%20cy%3D%227%22%20r%3D%226.5%22%20stroke%3D%22%23525252%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}

.fancy-theme-dark .fancy-field-text:hover .fancy-field-radio-input {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Ccircle%20id%3D%22a%22%20cx%3D%227%22%20cy%3D%227%22%20r%3D%227%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23F2F4F8%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Ccircle%20cx%3D%227%22%20cy%3D%227%22%20r%3D%226.5%22%20stroke%3D%22%23525252%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}

.fancy-theme-dark .fancy-field-radio-on .fancy-field-radio-input {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Ccircle%20id%3D%22a%22%20cx%3D%227%22%20cy%3D%227%22%20r%3D%227%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23FFF%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Ccircle%20cx%3D%227%22%20cy%3D%227%22%20r%3D%226.5%22%20stroke%3D%22%23525252%22%2F%3E%3Ccircle%20cx%3D%227%22%20cy%3D%227%22%20r%3D%223%22%20fill%3D%22%23525252%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}

.fancy-theme-dark .fancy-field-radio-on:hover .fancy-field-radio-input {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Ccircle%20id%3D%22a%22%20cx%3D%227%22%20cy%3D%227%22%20r%3D%227%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23F2F4F8%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Ccircle%20cx%3D%227%22%20cy%3D%227%22%20r%3D%226.5%22%20stroke%3D%22%23525252%22%2F%3E%3Ccircle%20cx%3D%227%22%20cy%3D%227%22%20r%3D%223%22%20fill%3D%22%23525252%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}

.fancy-theme-dark .fancy-seg-button div.fancy-button {
    margin-left: 0;
}

.fancy-theme-dark .fancy-field-button div.fancy-button {
    margin-left: 0;
}

.fancy-theme-dark .fancy-button.fancy-button-pressed {
    background: #222;
    border: 1px solid #5a5a5a;
}

.fancy-theme-dark .fancy-field-search .fancy-field-text {
    background: #222;
}

.fancy-theme-dark .fancy-panel-resize-corner {
    bottom: 1px;
    right: 0;
    border-bottom-color: #000;
}

    .fancy-theme-dark .fancy-panel-resize-corner:before {
        bottom: -13px;
        border-bottom-color: #ccc;
    }

.fancy-theme-dark .fancy-combo-input-container {
    border-color: #5a5a5a;
}

.fancy-theme-dark .fancy-grid-column-order .fancy-grid-cell {
    background: rgba(85, 85, 85, 0.35);
}

    .fancy-theme-dark .fancy-grid-column-order .fancy-grid-cell.fancy-grid-cell-selected {
        background: rgba(85, 85, 85, 0.35);
    }

.fancy-theme-dark .fancy-grid-row-edit {
    background-color: #363636;
    border-color: #000;
}

.fancy-theme-dark .fancy-grid-row-edit-buttons {
    background-color: #363636;
    border-color: #000;
}

.fancy-theme-dark .fancy-checkbox-expander .fancy-field-checkbox-input {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%20320%20512%22%3E%3Cpath%20fill%3D%22%231f91c2%22%20d%3D%22M24.707%2038.101L4.908%2057.899c-4.686%204.686-4.686%2012.284%200%2016.971L185.607%20256%204.908%20437.13c-4.686%204.686-4.686%2012.284%200%2016.971L24.707%20473.9c4.686%204.686%2012.284%204.686%2016.971%200l209.414-209.414c4.686-4.686%204.686-12.284%200-16.971L41.678%2038.101c-4.687-4.687-12.285-4.687-16.971%200z%22%2F%3E%3C%2Fsvg%3E');
}

.fancy-theme-dark .fancy-checkbox-expander.fancy-checkbox-on .fancy-field-checkbox-input {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%20448%20512%22%3E%3Cpath%20fill%3D%22%231f91c2%22%20d%3D%22M441.9%20167.3l-19.8-19.8c-4.7-4.7-12.3-4.7-17%200L224%20328.2%2042.9%20147.5c-4.7-4.7-12.3-4.7-17%200L6.1%20167.3c-4.7%204.7-4.7%2012.3%200%2017l209.4%20209.4c4.7%204.7%2012.3%204.7%2017%200l209.4-209.4c4.7-4.7%204.7-12.3%200-17z%22%2F%3E%3C%2Fsvg%3E');
}

.fancy-theme-dark .fancy-grid-expand-row {
    border-bottom-color: #000;
}

    .fancy-theme-dark .fancy-grid-expand-row.fancy-grid-expand-row-over {
        background: #222;
    }

    .fancy-theme-dark .fancy-grid-expand-row.fancy-grid-expand-row-selected {
        background: #222;
    }

.fancy-theme-dark .fancy-grid-header-cell-trigger {
    background: #2f2f2f;
    border-color: #000;
}

.fancy-theme-dark .fancy-menu-item-text {
    color: #ccc;
}

.fancy-theme-dark .fancy-menu-item-active .fancy-menu-item-text {
    color: #fff;
}

.fancy-theme-dark .fancy-menu-item-active .fancy-menu-item-side-text {
    color: #fff;
}

.fancy-theme-dark .fancy-grid-header .fancy-grid-header-cell:first-child .fancy-grid-header-cell-container {
    border-left-width: 0;
}

.fancy-theme-dark .fancy-bar-left-scroller {
    background-color: #454545;
    margin-left: 0 !important;
    border-right: 1px solid #000;
}

    .fancy-theme-dark .fancy-bar-left-scroller:hover {
        background-color: #404040;
        border-right: 1px solid #000;
    }

.fancy-theme-dark .fancy-bar-right-scroller {
    background-color: #454545;
    margin-right: 0 !important;
    border-left: 1px solid #000;
}

    .fancy-theme-dark .fancy-bar-right-scroller:hover {
        background-color: #404040;
        border-left: 1px solid #000;
    }

    .fancy-theme-dark .fancy-bar-right-scroller .fancy-button-image {
        background-image: url(images/dark/bar-nav.png);
    }

.fancy-theme-dark .fancy-bar-left-scroller .fancy-button-image {
    background-image: url(images/dark/bar-nav.png);
}

.fancy-theme-dark .fancy-panel-sub-tbar {
    background-color: #363636;
    border-top-width: 0;
    border-color: #000;
    border-bottom: 1px solid #000;
}

.fancy-theme-dark .fancy-date-picker-cell-out-range .fancy-grid-cell-inner {
    opacity: 0.4;
}

.fancy-theme-dark .fancy-date-picker-cell-out-min-max {
    background: #222;
}

    .fancy-theme-dark .fancy-date-picker-cell-out-min-max .fancy-grid-cell-inner {
        opacity: 0.4;
    }

.fancy-theme-dark .fancy-button-menu .fancy-button-drop {
    background-image: url(images/dark/bottom.png);
}

.fancy-theme-dark .fancy-menu-item-sep {
    background: #363636;
    border-bottom: 1px solid #5a5a5a;
    border-top: none;
    box-shadow: inset 0px 0px 0px 1px #404040, inset 0px 1px 1px 0px #404040;
}

.fancy-theme-dark .fancy-menu-item-expand {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%20320%20512%22%3E%3Cpath%20fill%3D%22%231f91c2%22%20d%3D%22M24.707%2038.101L4.908%2057.899c-4.686%204.686-4.686%2012.284%200%2016.971L185.607%20256%204.908%20437.13c-4.686%204.686-4.686%2012.284%200%2016.971L24.707%20473.9c4.686%204.686%2012.284%204.686%2016.971%200l209.414-209.414c4.686-4.686%204.686-12.284%200-16.971L41.678%2038.101c-4.687-4.687-12.285-4.687-16.971%200z%22%2F%3E%3C%2Fsvg%3E');
}

.fancy-theme-dark .fancy-menu-item-active .fancy-menu-item-expand {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%20320%20512%22%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M24.707%2038.101L4.908%2057.899c-4.686%204.686-4.686%2012.284%200%2016.971L185.607%20256%204.908%20437.13c-4.686%204.686-4.686%2012.284%200%2016.971L24.707%20473.9c4.686%204.686%2012.284%204.686%2016.971%200l209.414-209.414c4.686-4.686%204.686-12.284%200-16.971L41.678%2038.101c-4.687-4.687-12.285-4.687-16.971%200z%22%2F%3E%3C%2Fsvg%3E');
}

.fancy-theme-dark .fancy-grid-header-cell-trigger-up {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226%22%20height%3D%2230%22%20viewBox%3D%220%200%20256%20512%22%3E%3Cpath%20fill%3D%22%231f91c2%22%20d%3D%22M136.5%20185.1l116%20117.8c4.7%204.7%204.7%2012.3%200%2017l-7.1%207.1c-4.7%204.7-12.3%204.7-17%200L128%20224.7%2027.6%20326.9c-4.7%204.7-12.3%204.7-17%200l-7.1-7.1c-4.7-4.7-4.7-12.3%200-17l116-117.8c4.7-4.6%2012.3-4.6%2017%20.1z%22%2F%3E%3C%2Fsvg%3E');
    background-position: 0 0;
}

.fancy-theme-dark .fancy-menu-item-active .fancy-grid-header-cell-trigger-up {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226%22%20height%3D%2230%22%20viewBox%3D%220%200%20256%20512%22%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M136.5%20185.1l116%20117.8c4.7%204.7%204.7%2012.3%200%2017l-7.1%207.1c-4.7%204.7-12.3%204.7-17%200L128%20224.7%2027.6%20326.9c-4.7%204.7-12.3%204.7-17%200l-7.1-7.1c-4.7-4.7-4.7-12.3%200-17l116-117.8c4.7-4.6%2012.3-4.6%2017%20.1z%22%2F%3E%3C%2Fsvg%3E');
    background-position: 0 0;
}

.fancy-theme-dark .fancy-grid-header-cell-trigger-down {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226%22%20height%3D%2230%22%20viewBox%3D%220%200%20256%20512%22%3E%3Cpath%20fill%3D%22%231f91c2%22%20d%3D%22M119.5%20326.9L3.5%20209.1c-4.7-4.7-4.7-12.3%200-17l7.1-7.1c4.7-4.7%2012.3-4.7%2017%200L128%20287.3l100.4-102.2c4.7-4.7%2012.3-4.7%2017%200l7.1%207.1c4.7%204.7%204.7%2012.3%200%2017L136.5%20327c-4.7%204.6-12.3%204.6-17-.1z%22%2F%3E%3C%2Fsvg%3E');
    background-position: 0 0;
}

.fancy-theme-dark .fancy-menu-item-active .fancy-grid-header-cell-trigger-down {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226%22%20height%3D%2230%22%20viewBox%3D%220%200%20256%20512%22%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M119.5%20326.9L3.5%20209.1c-4.7-4.7-4.7-12.3%200-17l7.1-7.1c4.7-4.7%2012.3-4.7%2017%200L128%20287.3l100.4-102.2c4.7-4.7%2012.3-4.7%2017%200l7.1%207.1c4.7%204.7%204.7%2012.3%200%2017L136.5%20327c-4.7%204.6-12.3%204.6-17-.1z%22%2F%3E%3C%2Fsvg%3E');
    background-position: 0 0;
}

.fancy-theme-dark .fancy-combo-item-selected .fancy-field-checkbox-input {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Crect%20id%3D%22a%22%20width%3D%2215%22%20height%3D%2215%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23FFF%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Crect%20fill%3D%22%23cccccc%22%20width%3D%2214%22%20height%3D%2214%22%20x%3D%22.5%22%20y%3D%22.5%22%20stroke%3D%22%23525252%22%2F%3E%3Cpath%20stroke%3D%22%23525252%22%20stroke-width%3D%221.7%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4%207.5L6.5%2010%2011%204.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}

    .fancy-theme-dark .fancy-combo-item-selected .fancy-field-checkbox-input:hover {
        background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Crect%20id%3D%22a%22%20width%3D%2215%22%20height%3D%2215%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23FFF%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Crect%20fill%3D%22%23555555%22%20width%3D%2214%22%20height%3D%2214%22%20x%3D%22.5%22%20y%3D%22.5%22%20stroke%3D%22%23525252%22%2F%3E%3Cpath%20stroke%3D%22%23151515%22%20stroke-width%3D%221.7%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4%207.5L6.5%2010%2011%204.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    }

.fancy-theme-dark .fancy-combo .fancy-combo-input-container {
    background: initial;
}

.fancy-theme-dark .fancy-grid-cell-flash {
    background: #048DC8 !important;
    color: #ccc;
}

.fancy-theme-dark .fancy-field-pass-tip {
    background: #3C3C3C;
    color: #ccc;
}

.fancy-theme-dark .fancy-panel-sub-header {
    border-right-width: 0;
    border-left-width: 0;
    color: #ccc;
    background-color: #363636;
    border-bottom: 1px solid #000;
}

.fancy-theme-dark .fancy-panel-sub-header-text {
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 0;
}

.fancy-theme-dark .fancy-menu-item-side-text {
    color: #bbb;
}

.fancy-theme-dark .fancy-checkbox-middle .fancy-field-checkbox-input {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Crect%20id%3D%22a%22%20rx%3D%222%22%20width%3D%2214%22%20height%3D%2214%22%20x%3D%220.5%22%20y%3D%220.5%22%20%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23cccccc%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Crect%20rx%3D%222%22%20width%3D%2214%22%20height%3D%2214%22%20x%3D%22.5%22%20y%3D%22.5%22%20stroke%3D%22%23525252%22%2F%3E%3Cpath%20stroke%3D%22%23525252%22%20zoom%3D%221.5%22%20stroke-width%3D%221.7%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4%207.5L11%207.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}

    .fancy-theme-dark .fancy-checkbox-middle .fancy-field-checkbox-input:hover {
        background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Crect%20id%3D%22a%22%20rx%3D%222%22%20width%3D%2214%22%20height%3D%2214%22%20x%3D%220.5%22%20y%3D%220.5%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23aaaaaa%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Crect%20rx%3D%222%22%20width%3D%2214%22%20height%3D%2214%22%20x%3D%22.5%22%20y%3D%22.5%22%20stroke%3D%22%23525252%22%2F%3E%3Cpath%20stroke%3D%22%23525252%22%20zoom%3D%221.5%22%20stroke-width%3D%221.7%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4%207.5L11%207.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    }

.fancy-theme-dark .fancy-combo-list-sub-search-container {
    border-bottom: 1px solid #5a5a5a;
}

.fancy-theme-dark .fancy-grid-tree-folder-closed {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2218%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23C1C5CC%22%20d%3D%22M464%20128H272l-54.63-54.63c-6-6-14.14-9.37-22.63-9.37H48C21.49%2064%200%2085.49%200%20112v288c0%2026.51%2021.49%2048%2048%2048h416c26.51%200%2048-21.49%2048-48V176c0-26.51-21.49-48-48-48zm0%20272H48V112h140.12l54.63%2054.63c6%206%2014.14%209.37%2022.63%209.37H464v224z%22%20class%3D%22%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
}

.fancy-theme-dark .fancy-grid-tree-folder-opened {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2218%22%20viewBox%3D%220%200%20576%20512%22%3E%3Cpath%20fill%3D%22%23C1C5CC%22%20d%3D%22M527.943%20224H480v-48c0-26.51-21.49-48-48-48H272l-64-64H48C21.49%2064%200%2085.49%200%20112v288c0%2026.51%2021.49%2048%2048%2048h400a48.001%2048.001%200%200%200%2040.704-22.56l79.942-128c19.948-31.917-3.038-73.44-40.703-73.44zM54%20112h134.118l64%2064H426a6%206%200%200%201%206%206v42H152a48%2048%200%200%200-41.098%2023.202L48%20351.449V117.993A5.993%205.993%200%200%201%2054%20112zm394%20288H72l77.234-128H528l-80%20128z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
}

.fancy-theme-dark .fancy-grid-tree-folder-file {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2218%22%20viewBox%3D%220%200%20384%20512%22%3E%3Cpath%20fill%3D%22%23C1C5CC%22%20d%3D%22M369.9%2097.9L286%2014C277%205%20264.8-.1%20252.1-.1H48C21.5%200%200%2021.5%200%2048v416c0%2026.5%2021.5%2048%2048%2048h288c26.5%200%2048-21.5%2048-48V131.9c0-12.7-5.1-25-14.1-34zM332.1%20128H256V51.9l76.1%2076.1zM48%20464V48h160v104c0%2013.3%2010.7%2024%2024%2024h104v288H48z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
}

.fancy-theme-dark .fancy-grid-summary-row-bottom .fancy-grid-cell[index="0"] {
    border-top-color: #404040;
}

.fancy-theme-dark .fancy-grid-left .fancy-grid-summary-row-bottom {
    border-right-color: #5a5a5a;
}

.fancy-theme-dark .fancy-grid-right .fancy-grid-summary-row-bottom {
    border-left-color: #5a5a5a;
}

.fancy-theme-dark.fancy-combo-result-list .fancy-field-checkbox-input {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Crect%20id%3D%22a%22%20rx%3D%222%22%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2214%22%20height%3D%2214%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23cccccc%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Crect%20width%3D%2214%22%20rx%3D%222%22%20height%3D%2214%22%20x%3D%22.5%22%20y%3D%22.5%22%20stroke%3D%22%23525252%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}

    .fancy-theme-dark.fancy-combo-result-list .fancy-field-checkbox-input:hover {
        background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Crect%20id%3D%22a%22%20rx%3D%222%22%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2214%22%20height%3D%2214%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23aaaaaa%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Crect%20width%3D%2214%22%20rx%3D%222%22%20height%3D%2214%22%20x%3D%22.5%22%20y%3D%22.5%22%20stroke%3D%22%23525252%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    }

.fancy-theme-dark.fancy-combo-result-list .fancy-combo-item-selected .fancy-field-checkbox-input {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Crect%20id%3D%22a%22%20rx%3D%222%22%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2214%22%20height%3D%2214%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23cccccc%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Crect%20rx%3D%222%22%20width%3D%2214%22%20height%3D%2214%22%20x%3D%22.5%22%20y%3D%22.5%22%20stroke%3D%22%23525252%22%2F%3E%3Cpath%20stroke%3D%22%23525252%22%20zoom%3D%221.5%22%20stroke-width%3D%221.7%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4%207.5L6.5%2010%2011%204.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}

    .fancy-theme-dark.fancy-combo-result-list .fancy-combo-item-selected .fancy-field-checkbox-input:hover {
        background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Crect%20id%3D%22a%22%20rx%3D%222%22%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2214%22%20height%3D%2214%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23aaaaaa%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Crect%20rx%3D%222%22%20width%3D%2214%22%20height%3D%2214%22%20x%3D%22.5%22%20y%3D%22.5%22%20stroke%3D%22%23525252%22%2F%3E%3Cpath%20stroke%3D%22%23525252%22%20zoom%3D%221.5%22%20stroke-width%3D%221.7%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4%207.5L6.5%2010%2011%204.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    }

.fancy-theme-dark.fancy-combo-result-list li.fancy-combo-item-focused {
    color: white;
}

.fancy-theme-dark.fancy-menu {
    background: #2c2c2c;
    border: 1px solid #5a5a5a;
}

.fancy-theme-dark.fancy-field-search-list {
    background: #2c2c2c;
    border-color: #5a5a5a;
}

    .fancy-theme-dark.fancy-field-search-list .fancy-field-input-label {
        color: #ccc;
    }

    .fancy-theme-dark.fancy-field-search-list .fancy-field:hover {
        background: #048DC8;
    }

.fancy-theme-dark.fancy-combo .fancy-combo-dropdown-button {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%226%22%20viewBox%3D%22944%201152%208%204%22%3E%3Cpath%20fill%3D%22%231f91c2%22%20d%3D%22M945.2%201152.2C944.9%201152%20944.5%201152%20944.3%201152.3%20944.1%201152.6%20944.1%201153%20944.4%201153.2L947.6%201155.8C947.8%201156%20948.2%201156%20948.4%201155.8L951.6%201153.2C951.9%201153%20951.9%201152.6%20951.7%201152.3%20951.5%201152%20951.1%201152%20950.8%201152.2L948%201154.5%20945.2%201152.2Z%22%2F%3E%3C%2Fsvg%3E');
    background-position: 9px 13px;
}

.fancy-theme-dark.fancy-loadmask {
    background-color: rgba(116, 116, 116, 0.5);
}

    .fancy-theme-dark.fancy-loadmask .fancy-loadmask-inner {
        background-color: #747474;
    }

    .fancy-theme-dark.fancy-loadmask .fancy-loadmask-text {
        font-weight: bold;
        color: #ccc;
    }

    .fancy-theme-dark.fancy-loadmask .fancy-grid-header-cell-trigger-image {
        background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%20418%20512%22%3E%3Cpath%20fill%3D%22%231f91c2%22%20d%3D%22M436%20124H12c-6.627%200-12-5.373-12-12V80c0-6.627%205.373-12%2012-12h424c6.627%200%2012%205.373%2012%2012v32c0%206.627-5.373%2012-12%2012zm0%20160H12c-6.627%200-12-5.373-12-12v-32c0-6.627%205.373-12%2012-12h424c6.627%200%2012%205.373%2012%2012v32c0%206.627-5.373%2012-12%2012zm0%20160H12c-6.627%200-12-5.373-12-12v-32c0-6.627%205.373-12%2012-12h424c6.627%200%2012%205.373%2012%2012v32c0%206.627-5.373%2012-12%2012z%22%2F%3E%3C%2Fsvg%3E');
    }

.fancy-theme-dark.fancy-grid {
    border: 1px solid #000;
}

.fancy-theme-dark.fancy-panel-grid-inside {
    border-bottom-width: 0;
}

.fancy-theme-dark.fancy-panel .fancy-grid {
    border-top-width: 0;
}

.fancy-theme-dark.fancy-panel .fancy-button {
    margin-left: 5px;
}

.fancy-theme-dark.fancy-panel .fancy-picker-button-back {
    margin-left: 0;
}

.fancy-theme-dark.fancy-panel .fancy-panel-header {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    background: #2c2c2c;
    border-right-color: #000;
    border-top-color: #000;
    border-left-color: #000;
    border-bottom-color: #000;
    text-align: center;
    color: #ccc;
}

.fancy-theme-dark.fancy-panel .fancy-panel-tbar {
    background-color: #363636;
    border-right-width: 0;
    border-left-color: #000;
    border-bottom: 1px solid #000;
}

    .fancy-theme-dark.fancy-panel .fancy-panel-tbar .fancy-toolbar-tab-active {
        background: #048DC8;
    }

.fancy-theme-dark.fancy-panel .fancy-panel-bbar {
    background-color: #363636;
    border-left-color: #000;
    border-bottom-color: #000;
    border-right-width: 0;
}

.fancy-theme-dark.fancy-panel .fancy-panel-footer {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    background: #2c2c2c;
    border-right-width: 0;
    border-top-color: #000;
    border-left-color: #000;
    border-bottom-color: #000;
    color: #ccc;
}

.fancy-theme-dark.fancy-panel .fancy-panel-buttons {
    background-color: #363636;
    border-right-width: 0;
    border-left-color: #000;
    border-bottom: 1px solid #000;
}

.fancy-theme-dark.fancy-panel .fancy-grid-state-resize-column .fancy-grid-header-cell:hover {
    border-top: 1px solid #5a5a5a;
    background-color: rgba(85, 85, 85, 0.35);
}

.fancy-theme-dark.fancy-panel .fancy-month-picker .fancy-picker-button-next {
    margin-left: 15px;
}

.fancy-theme-dark.fancy-combo-result-list {
    background: #2c2c2c;
    border: 1px solid #5a5a5a;
}

    .fancy-theme-dark.fancy-combo-result-list li {
        color: #ccc;
    }

        .fancy-theme-dark.fancy-combo-result-list li:hover {
            color: white;
        }

.fancy-theme-dark .fancy-panel-tbar .fancy-toolbar-tab {
    background: #5A5A5A;
}

.fancy-theme-dark .fancy-panel-tbar .fancy-toolbar-tab-active {
    background: #048DC8;
}

.fancy-theme-dark.fancy-grid-state-resize-column .fancy-grid-header-cell:hover {
    border-top: 1px solid #5a5a5a;
    background-color: rgba(85, 85, 85, 0.35);
}

.fancy-theme-dark .fancy-grid-tree-expander {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%20%20%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%200h24v24H0z%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20stroke%3D%22%23C1C5CC%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.875%22%20d%3D%22M6.5%2010l5.5%204.5%205.5-4.5%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
    background-position-y: -4px;
    background-position-x: -4px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.fancy-theme-dark .fancy-grid-tree-expander-expanded {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.fancy-theme-dark.fancy-form-panel {
    border-bottom-width: 0;
}
/*
 sand.less
*/
.fancy-theme-sand .fancy-panel-body {
    border-top-width: 0 !important;
    border-left-width: 0 !important;
    border-bottom-width: 0 !important;
    border-right: 1px #C8C1A5 !important;
}

.fancy-theme-sand .fancy-grid-header-cell {
    background: #DDD5B6;
    font-size: 11px;
    border-color: #AEAA95;
    border-top: 1px solid #ECE4C5;
}

.fancy-theme-sand .fancy-grid-header-cell-text {
    color: #696558;
}

.fancy-theme-sand .fancy-grid-header {
    background-color: #DDD5B6;
}

.fancy-theme-sand .fancy-grid-cell-even {
    background-color: #F9F9F9;
}

.fancy-theme-sand .fancy-grid {
    border: 1px solid #C8C1A5;
}

.fancy-theme-sand .fancy-scroll-bottom-inner {
    background: #DAE1E8;
}

.fancy-theme-sand .fancy-grid-cell {
    border-color: #C8C1A5;
    color: #888;
}

.fancy-theme-sand .fancy-button {
    background: #ECE4C5;
    border-color: #C8C1A5;
    border-radius: 0;
    transition: all .2s linear;
}

    .fancy-theme-sand .fancy-button .fancy-button-text {
        color: #6A6758;
    }

    .fancy-theme-sand .fancy-button:hover {
        background: #E8DFC0 !important;
        color: #E9E7E2 !important;
    }

    .fancy-theme-sand .fancy-button.fancy-button-pressed {
        background: #696558 !important;
    }

        .fancy-theme-sand .fancy-button.fancy-button-pressed .fancy-button-text {
            color: #E8DFC0 !important;
        }

.fancy-theme-sand .fancy-grid-body .fancy-grid-cell-selected {
    background-color: #6A6758;
    color: #E9E7E2 !important;
}

.fancy-theme-sand .fancy-grid-body .fancy-grid-cell-over {
    background-color: #6A6758;
    color: #E9E7E2 !important;
}

.fancy-theme-sand .fancy-panel-bbar {
    background: #DDD5B6;
    border-color: #C8C1A5;
}

    .fancy-theme-sand .fancy-panel-bbar .fancy-button {
        background: #ECE4C5;
        border-color: #C8C1A5;
        border-radius: 0;
        transition: all .2s linear;
    }

        .fancy-theme-sand .fancy-panel-bbar .fancy-button .fancy-button-text {
            color: #6A6758;
        }

        .fancy-theme-sand .fancy-panel-bbar .fancy-button:hover {
            background: #E8DFC0 !important;
            color: #E9E7E2 !important;
        }

.fancy-theme-sand .fancy-panel-tbar {
    background: #DDD5B6;
    border-color: #C8C1A5;
    border-bottom: 1px solid #c8c1a5;
}

    .fancy-theme-sand .fancy-panel-tbar .fancy-button {
        background: #ECE4C5;
        border-color: #C8C1A5;
        border-radius: 0;
        transition: all .2s linear;
    }

    .fancy-theme-sand .fancy-panel-tbar .fancy-toolbar-tab {
        background: #ECE4C5;
        margin-top: 8px;
    }

    .fancy-theme-sand .fancy-panel-tbar .fancy-toolbar-tab-active {
        background: #6A6758;
    }

        .fancy-theme-sand .fancy-panel-tbar .fancy-toolbar-tab-active:hover {
            background: #6A6758 !important;
        }

.fancy-theme-sand .fancy-panel-buttons {
    background: #DDD5B6;
    border-color: #C8C1A5;
}

    .fancy-theme-sand .fancy-panel-buttons .fancy-button {
        background: #ECE4C5;
        border-color: #C8C1A5;
        border-radius: 0;
        transition: all .2s linear;
    }

.fancy-theme-sand .fancy-button-text {
    color: #696558;
}

.fancy-theme-sand .fancy-grid-cell-even {
    background: #DDD5B6;
}

.fancy-theme-sand .fancy-scroll-bottom-inner {
    background: #AEAA95;
}

.fancy-theme-sand .fancy-scroll-right-inner {
    background: #AEAA95;
}

.fancy-theme-sand .fancy-scroll-bottom {
    background: #F7F1D8;
    background: rgba(247, 241, 216, 0.8);
}

.fancy-theme-sand .fancy-scroll-right {
    background: rgba(247, 241, 216, 0.8);
}

.fancy-theme-sand .fancy-grid-group-row {
    background: #E8DFC0;
    border-color: #C8C1A5;
    border-right: 1px solid #C8C1A5;
    color: #6A6758;
}

.fancy-theme-sand .fancy-grid-group-row-inner {
    background-image: url(images/sand/options-slide.png);
}

.fancy-theme-sand .fancy-field-checkbox-input {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Crect%20id%3D%22a%22%20width%3D%2215%22%20height%3D%2215%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23FFF%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Crect%20width%3D%2214%22%20height%3D%2214%22%20x%3D%22.5%22%20y%3D%22.5%22%20stroke%3D%22%23C8C1A5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}

    .fancy-theme-sand .fancy-field-checkbox-input:hover {
        background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Crect%20id%3D%22a%22%20width%3D%2215%22%20height%3D%2215%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23E8DFC0%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Crect%20width%3D%2214%22%20height%3D%2214%22%20x%3D%22.5%22%20y%3D%22.5%22%20stroke%3D%22%23C8C1A5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    }

.fancy-theme-sand .fancy-checkbox-on .fancy-field-checkbox-input {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Crect%20id%3D%22a%22%20width%3D%2215%22%20height%3D%2215%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23FFF%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Crect%20width%3D%2214%22%20height%3D%2214%22%20x%3D%22.5%22%20y%3D%22.5%22%20stroke%3D%22%23C8C1A5%22%2F%3E%3Cpath%20stroke%3D%22%23696458%22%20stroke-width%3D%221.7%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4%207.5L6.5%2010%2011%204.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}

    .fancy-theme-sand .fancy-checkbox-on .fancy-field-checkbox-input:hover {
        background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Crect%20id%3D%22a%22%20width%3D%2215%22%20height%3D%2215%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23E8DFC0%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Crect%20width%3D%2214%22%20height%3D%2214%22%20x%3D%22.5%22%20y%3D%22.5%22%20stroke%3D%22%23C8C1A5%22%2F%3E%3Cpath%20stroke%3D%22%23696458%22%20stroke-width%3D%221.7%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4%207.5L6.5%2010%2011%204.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    }

.fancy-theme-sand .fancy-paging-next {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%20256%20512%22%3E%3Cpath%20fill%3D%22%23696558%22%20d%3D%22M224.3%20273l-136%20136c-9.4%209.4-24.6%209.4-33.9%200l-22.6-22.6c-9.4-9.4-9.4-24.6%200-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6%200-33.9L54.3%20103c9.4-9.4%2024.6-9.4%2033.9%200l136%20136c9.5%209.4%209.5%2024.6.1%2034z%22%2F%3E%3C%2Fsvg%3E');
}

.fancy-theme-sand .fancy-paging-prev {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%20256%20512%22%3E%3Cpath%20fill%3D%22%23696558%22%20d%3D%22M31.7%20239l136-136c9.4-9.4%2024.6-9.4%2033.9%200l22.6%2022.6c9.4%209.4%209.4%2024.6%200%2033.9L127.9%20256l96.4%2096.4c9.4%209.4%209.4%2024.6%200%2033.9L201.7%20409c-9.4%209.4-24.6%209.4-33.9%200l-136-136c-9.5-9.4-9.5-24.6-.1-34z%22%2F%3E%3C%2Fsvg%3E');
}

.fancy-theme-sand .fancy-paging-first {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%20448%20512%22%3E%3Cpath%20fill%3D%22%23696558%22%20d%3D%22M223.7%20239l136-136c9.4-9.4%2024.6-9.4%2033.9%200l22.6%2022.6c9.4%209.4%209.4%2024.6%200%2033.9L319.9%20256l96.4%2096.4c9.4%209.4%209.4%2024.6%200%2033.9L393.7%20409c-9.4%209.4-24.6%209.4-33.9%200l-136-136c-9.5-9.4-9.5-24.6-.1-34zm-192%2034l136%20136c9.4%209.4%2024.6%209.4%2033.9%200l22.6-22.6c9.4-9.4%209.4-24.6%200-33.9L127.9%20256l96.4-96.4c9.4-9.4%209.4-24.6%200-33.9L201.7%20103c-9.4-9.4-24.6-9.4-33.9%200l-136%20136c-9.5%209.4-9.5%2024.6-.1%2034z%22%2F%3E%3C%2Fsvg%3E');
}

.fancy-theme-sand .fancy-paging-last {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%20448%20512%22%3E%3Cpath%20fill%3D%22%23696558%22%20d%3D%22M224.3%20273l-136%20136c-9.4%209.4-24.6%209.4-33.9%200l-22.6-22.6c-9.4-9.4-9.4-24.6%200-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6%200-33.9L54.3%20103c9.4-9.4%2024.6-9.4%2033.9%200l136%20136c9.5%209.4%209.5%2024.6.1%2034zm192-34l-136-136c-9.4-9.4-24.6-9.4-33.9%200l-22.6%2022.6c-9.4%209.4-9.4%2024.6%200%2033.9l96.4%2096.4-96.4%2096.4c-9.4%209.4-9.4%2024.6%200%2033.9l22.6%2022.6c9.4%209.4%2024.6%209.4%2033.9%200l136-136c9.4-9.2%209.4-24.4%200-33.8z%22%2F%3E%3C%2Fsvg%3E');
}

.fancy-theme-sand .fancy-paging-refresh {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23696558%22%20d%3D%22M256.455%208c66.269.119%20126.437%2026.233%20170.859%2068.685l35.715-35.715C478.149%2025.851%20504%2036.559%20504%2057.941V192c0%2013.255-10.745%2024-24%2024H345.941c-21.382%200-32.09-25.851-16.971-40.971l41.75-41.75c-30.864-28.899-70.801-44.907-113.23-45.273-92.398-.798-170.283%2073.977-169.484%20169.442C88.764%20348.009%20162.184%20424%20256%20424c41.127%200%2079.997-14.678%20110.629-41.556%204.743-4.161%2011.906-3.908%2016.368.553l39.662%2039.662c4.872%204.872%204.631%2012.815-.482%2017.433C378.202%20479.813%20319.926%20504%20256%20504%20119.034%20504%208.001%20392.967%208%20256.002%207.999%20119.193%20119.646%207.755%20256.455%208z%22%2F%3E%3C%2Fsvg%3E');
}

.fancy-theme-sand .fancy-separator {
    border-right: 1px solid #E8DFC0;
}

    .fancy-theme-sand .fancy-separator div {
        border-right: 1px solid #C8C1A5;
    }

.fancy-theme-sand .fancy-field-text-input {
    border-color: #C8C1A5;
}

    .fancy-theme-sand .fancy-field-text-input:focus {
        border-color: #696558;
    }

.fancy-theme-sand .fancy-grid-header {
    border-color: #C8C1A5;
}

.fancy-theme-sand .fancy-grid-left {
    border-color: #C8C1A5;
}

.fancy-theme-sand .fancy-grid-right {
    border-color: #C8C1A5;
}

.fancy-theme-sand .fancy-grid {
    background: #DDD5B6;
    border-top-width: 0;
}

.fancy-theme-sand li:hover {
    background: #6A6758;
    opacity: 0.8;
    color: white;
}

.fancy-theme-sand li.fancy-combo-item-selected {
    background: #6A6758;
    color: white;
}

.fancy-theme-sand li.fancy-combo-item-focused {
    background: #6A6758;
    color: white;
}

.fancy-theme-sand .fancy-grid-header-cell-container {
    border-left-color: transparent;
}

.fancy-theme-sand .fancy-grid-resizer-left {
    border-right: 2px dashed rgba(105, 101, 88, 0.5);
}

.fancy-theme-sand .fancy-grid-resizer-right {
    border-right: 2px dashed rgba(105, 101, 88, 0.5);
}

.fancy-theme-sand .fancy-panel-footer {
    background-color: #6A6758;
    border-color: #C8C1A5;
    border-bottom: 0;
}

    .fancy-theme-sand .fancy-panel-footer .fancy-footer-status {
        color: #E5E3DD;
    }

    .fancy-theme-sand .fancy-panel-footer .fancy-footer-source {
        color: #E5E3DD;
    }

.fancy-theme-sand .fancy-status-source-text {
    color: #E5E3DD;
}

.fancy-theme-sand .fancy-status-source-link {
    color: #E5E3DD;
}

.fancy-theme-sand .fancy-field-label {
    color: #696558;
}

.fancy-theme-sand .fancy-field-picker-button {
    background-image: url(images/sand/calendar.png);
}

.fancy-theme-sand .fancy-picker-button-next .fancy-button-image {
    background-image: url(images/sand/next.png);
}

.fancy-theme-sand .fancy-picker-button-back .fancy-button-image {
    background-image: url(images/sand/back.png);
}

.fancy-theme-sand .fancy-picker-button-date .fancy-button-text {
    background-image: url(images/sand/bottom.png);
}

.fancy-theme-sand .fancy-form {
    background: #DDD5B6;
    border-color: #C8C1A5;
}

.fancy-theme-sand .fancy-field-text-input {
    color: #888;
}

.fancy-theme-sand .fancy-textarea-text-input {
    border-color: #C8C1A5;
}

    .fancy-theme-sand .fancy-textarea-text-input:focus {
        border-color: #696558;
    }

.fancy-theme-sand .fancy-grid-header-cell-group-level-2 {
    border-bottom: 1px solid #AEAA95;
}

.fancy-theme-sand .fancy-date-picker-cell-active {
    background-color: #6A6758;
    color: #E9E7E2 !important;
}

.fancy-theme-sand .fancy-month-picker-cell-active {
    background-color: #6A6758;
    color: #E9E7E2 !important;
}

.fancy-theme-sand .fancy-date-picker.fancy-grid {
    border-bottom: 1px solid #ECE4C5;
}

.fancy-theme-sand .fancy-month-picker .fancy-grid {
    border-bottom: 1px solid #ECE4C5;
}

.fancy-theme-sand .fancy-field-switcher .fancy-field-text {
    background-color: #FFFFFF;
}

    .fancy-theme-sand .fancy-field-switcher .fancy-field-text:after {
        border-color: #C8C1A5;
    }

.fancy-theme-sand .fancy-switcher-on.fancy-field-switcher .fancy-field-text {
    background-color: #E8DFC0;
}

    .fancy-theme-sand .fancy-switcher-on.fancy-field-switcher .fancy-field-text:after {
        background-color: #696558;
        border-color: #696558;
    }

.fancy-theme-sand .fancy-field-radio-input {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Ccircle%20id%3D%22a%22%20cx%3D%227%22%20cy%3D%227%22%20r%3D%227%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23FFF%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Ccircle%20cx%3D%227%22%20cy%3D%227%22%20r%3D%226.5%22%20stroke%3D%22%23C8C1A5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    background-position: 0 0;
    background-repeat: no-repeat;
}

.fancy-theme-sand .fancy-field-text:hover .fancy-field-radio-input {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Ccircle%20id%3D%22a%22%20cx%3D%227%22%20cy%3D%227%22%20r%3D%227%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23E8DFC0%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Ccircle%20cx%3D%227%22%20cy%3D%227%22%20r%3D%226.5%22%20stroke%3D%22%23C8C1A5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    background-position: 0 0;
}

.fancy-theme-sand .fancy-field-radio-on .fancy-field-radio-input {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Ccircle%20id%3D%22a%22%20cx%3D%227%22%20cy%3D%227%22%20r%3D%227%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23FFF%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Ccircle%20cx%3D%227%22%20cy%3D%227%22%20r%3D%226.5%22%20stroke%3D%22%23696458%22%2F%3E%3Ccircle%20cx%3D%227%22%20cy%3D%227%22%20r%3D%223%22%20fill%3D%22%23696458%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    background-position: 0 0;
    background-repeat: no-repeat;
}

.fancy-theme-sand .fancy-field-text.fancy-field-radio-on:hover .fancy-field-radio-input {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Ccircle%20id%3D%22a%22%20cx%3D%227%22%20cy%3D%227%22%20r%3D%227%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23E8DFC0%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Ccircle%20cx%3D%227%22%20cy%3D%227%22%20r%3D%226.5%22%20stroke%3D%22%23696458%22%2F%3E%3Ccircle%20cx%3D%227%22%20cy%3D%227%22%20r%3D%223%22%20fill%3D%22%23696458%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    background-position: 0 0;
    background-repeat: no-repeat;
}

.fancy-theme-sand .fancy-field-radio-input .fancy-field-text {
    color: #6A6758;
}

.fancy-theme-sand .fancy-field-radio .fancy-field-text {
    color: #696558;
}

.fancy-theme-sand .fancy-field-spin .fancy-field-spin-up {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%20256%20512%22%3E%3Cpath%20fill%3D%22%23696458%22%20d%3D%22M136.5%20185.1l116%20117.8c4.7%204.7%204.7%2012.3%200%2017l-7.1%207.1c-4.7%204.7-12.3%204.7-17%200L128%20224.7%2027.6%20326.9c-4.7%204.7-12.3%204.7-17%200l-7.1-7.1c-4.7-4.7-4.7-12.3%200-17l116-117.8c4.7-4.6%2012.3-4.6%2017%20.1z%22%2F%3E%3C%2Fsvg%3E');
}

.fancy-theme-sand .fancy-field-spin .fancy-field-spin-down {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226%22%20height%3D%2230%22%20viewBox%3D%220%200%20256%20512%22%3E%3Cpath%20fill%3D%22%23696458%22%20d%3D%22M119.5%20326.9L3.5%20209.1c-4.7-4.7-4.7-12.3%200-17l7.1-7.1c4.7-4.7%2012.3-4.7%2017%200L128%20287.3l100.4-102.2c4.7-4.7%2012.3-4.7%2017%200l7.1%207.1c4.7%204.7%204.7%2012.3%200%2017L136.5%20327c-4.7%204.6-12.3%204.6-17-.1z%22%2F%3E%3C%2Fsvg%3E');
}

.fancy-theme-sand .fancy-combo-input-container {
    border-color: #C8C1A5;
}

.fancy-theme-sand .fancy-panel-resize-corner {
    border-bottom-color: #6A6758;
    right: 0;
}

    .fancy-theme-sand .fancy-panel-resize-corner:before {
        bottom: -13px;
    }

.fancy-theme-sand .fancy-field-search input.fancy-field-text-input {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%221284%20207%2024%2024%22%3E%3Cpath%20fill%3D%22%23696558%22%20d%3D%22M1298.5%20222.9C1297.5%20223.6%201296.3%20224%201295%20224%201291.7%20224%201289%20221.3%201289%20218%201289%20214.7%201291.7%20212%201295%20212%201298.3%20212%201301%20214.7%201301%20218%201301%20219.3%201300.6%20220.5%201299.9%20221.5L1302.7%20224.2C1303%20224.6%201303.1%20225.3%201302.7%20225.7%201302.3%20226%201301.6%20226%201301.2%20225.7L1298.5%20222.9ZM1295%20222C1297.2%20222%201299%20220.2%201299%20218%201299%20215.8%201297.2%20214%201295%20214%201292.8%20214%201291%20215.8%201291%20218%201291%20220.2%201292.8%20222%201295%20222Z%22%2F%3E%3C%2Fsvg%3E');
}

.fancy-theme-sand .fancy-grid-column-sort-ASC .fancy-grid-header-cell-text {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%20320%20512%22%3E%3Cpath%20fill%3D%22%23696458%22%20d%3D%22M288.662%20352H31.338c-17.818%200-26.741-21.543-14.142-34.142l128.662-128.662c7.81-7.81%2020.474-7.81%2028.284%200l128.662%20128.662c12.6%2012.599%203.676%2034.142-14.142%2034.142z%22%2F%3E%3C%2Fsvg%3E');
}

.fancy-theme-sand .fancy-grid-column-sort-DESC .fancy-grid-header-cell-text {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%20320%20512%22%3E%3Cpath%20fill%3D%22%23696458%22%20d%3D%22M31.3%20192h257.3c17.8%200%2026.7%2021.5%2014.1%2034.1L174.1%20354.8c-7.8%207.8-20.5%207.8-28.3%200L17.2%20226.1C4.6%20213.5%2013.5%20192%2031.3%20192z%22%2F%3E%3C%2Fsvg%3E');
}

.fancy-theme-sand .fancy-grid-column-order .fancy-grid-cell {
    background-color: #DDD5B6;
}

    .fancy-theme-sand .fancy-grid-column-order .fancy-grid-cell .fancy-grid-cell-inner {
        color: #888;
    }

    .fancy-theme-sand .fancy-grid-column-order .fancy-grid-cell.fancy-grid-cell-selected {
        background-color: #DDD5B6;
    }

        .fancy-theme-sand .fancy-grid-column-order .fancy-grid-cell.fancy-grid-cell-selected .fancy-grid-cell-inner {
            color: #888;
        }

.fancy-theme-sand .fancy-grid-row-edit {
    background: #DDD5B6;
    border-color: #C8C1A5;
}

    .fancy-theme-sand .fancy-grid-row-edit .fancy-field-text-value {
        color: #888;
    }

.fancy-theme-sand .fancy-grid-row-edit-buttons {
    background: #DDD5B6;
    border-color: #C8C1A5;
}

.fancy-theme-sand .fancy-checkbox-expander .fancy-field-checkbox-input {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%20320%20512%22%3E%3Cpath%20fill%3D%22%23696458%22%20d%3D%22M24.707%2038.101L4.908%2057.899c-4.686%204.686-4.686%2012.284%200%2016.971L185.607%20256%204.908%20437.13c-4.686%204.686-4.686%2012.284%200%2016.971L24.707%20473.9c4.686%204.686%2012.284%204.686%2016.971%200l209.414-209.414c4.686-4.686%204.686-12.284%200-16.971L41.678%2038.101c-4.687-4.687-12.285-4.687-16.971%200z%22%2F%3E%3C%2Fsvg%3E');
}

.fancy-theme-sand .fancy-grid-cell-selected .fancy-checkbox-expander .fancy-field-checkbox-input {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%20320%20512%22%3E%3Cpath%20fill%3D%22%23E9E7E2%22%20d%3D%22M24.707%2038.101L4.908%2057.899c-4.686%204.686-4.686%2012.284%200%2016.971L185.607%20256%204.908%20437.13c-4.686%204.686-4.686%2012.284%200%2016.971L24.707%20473.9c4.686%204.686%2012.284%204.686%2016.971%200l209.414-209.414c4.686-4.686%204.686-12.284%200-16.971L41.678%2038.101c-4.687-4.687-12.285-4.687-16.971%200z%22%2F%3E%3C%2Fsvg%3E');
}

.fancy-theme-sand .fancy-grid-cell-over .fancy-checkbox-expander .fancy-field-checkbox-input {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%20320%20512%22%3E%3Cpath%20fill%3D%22%23E9E7E2%22%20d%3D%22M24.707%2038.101L4.908%2057.899c-4.686%204.686-4.686%2012.284%200%2016.971L185.607%20256%204.908%20437.13c-4.686%204.686-4.686%2012.284%200%2016.971L24.707%20473.9c4.686%204.686%2012.284%204.686%2016.971%200l209.414-209.414c4.686-4.686%204.686-12.284%200-16.971L41.678%2038.101c-4.687-4.687-12.285-4.687-16.971%200z%22%2F%3E%3C%2Fsvg%3E');
}

.fancy-theme-sand .fancy-checkbox-expander.fancy-checkbox-on .fancy-field-checkbox-input {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%20448%20512%22%3E%3Cpath%20fill%3D%22%23696458%22%20d%3D%22M441.9%20167.3l-19.8-19.8c-4.7-4.7-12.3-4.7-17%200L224%20328.2%2042.9%20147.5c-4.7-4.7-12.3-4.7-17%200L6.1%20167.3c-4.7%204.7-4.7%2012.3%200%2017l209.4%20209.4c4.7%204.7%2012.3%204.7%2017%200l209.4-209.4c4.7-4.7%204.7-12.3%200-17z%22%2F%3E%3C%2Fsvg%3E');
}

.fancy-theme-sand .fancy-grid-cell-selected .fancy-checkbox-expander.fancy-checkbox-on .fancy-field-checkbox-input {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%20448%20512%22%3E%3Cpath%20fill%3D%22%23E9E7E2%22%20d%3D%22M441.9%20167.3l-19.8-19.8c-4.7-4.7-12.3-4.7-17%200L224%20328.2%2042.9%20147.5c-4.7-4.7-12.3-4.7-17%200L6.1%20167.3c-4.7%204.7-4.7%2012.3%200%2017l209.4%20209.4c4.7%204.7%2012.3%204.7%2017%200l209.4-209.4c4.7-4.7%204.7-12.3%200-17z%22%2F%3E%3C%2Fsvg%3E');
}

.fancy-theme-sand .fancy-grid-cell-over .fancy-checkbox-expander.fancy-checkbox-on .fancy-field-checkbox-input {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%20448%20512%22%3E%3Cpath%20fill%3D%22%23E9E7E2%22%20d%3D%22M441.9%20167.3l-19.8-19.8c-4.7-4.7-12.3-4.7-17%200L224%20328.2%2042.9%20147.5c-4.7-4.7-12.3-4.7-17%200L6.1%20167.3c-4.7%204.7-4.7%2012.3%200%2017l209.4%20209.4c4.7%204.7%2012.3%204.7%2017%200l209.4-209.4c4.7-4.7%204.7-12.3%200-17z%22%2F%3E%3C%2Fsvg%3E');
}

.fancy-theme-sand .fancy-grid-expand-row {
    border-bottom-color: #C8C1A5;
}

    .fancy-theme-sand .fancy-grid-expand-row.fancy-grid-expand-row-over {
        background-color: #6A6758;
        color: #E9E7E2 !important;
    }

    .fancy-theme-sand .fancy-grid-expand-row.fancy-grid-expand-row-selected {
        background-color: #6A6758;
        color: #E9E7E2 !important;
    }

.fancy-theme-sand .fancy-grid-header-cell-trigger {
    background: #DDD5B6;
    border-color: #AEAA95;
}

.fancy-theme-sand .fancy-menu-item-active {
    background: #6A6758;
}

.fancy-theme-sand .fancy-grid-header-cell-trigger-image {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%20418%20512%22%3E%3Cpath%20fill%3D%22%23696458%22%20d%3D%22M436%20124H12c-6.627%200-12-5.373-12-12V80c0-6.627%205.373-12%2012-12h424c6.627%200%2012%205.373%2012%2012v32c0%206.627-5.373%2012-12%2012zm0%20160H12c-6.627%200-12-5.373-12-12v-32c0-6.627%205.373-12%2012-12h424c6.627%200%2012%205.373%2012%2012v32c0%206.627-5.373%2012-12%2012zm0%20160H12c-6.627%200-12-5.373-12-12v-32c0-6.627%205.373-12%2012-12h424c6.627%200%2012%205.373%2012%2012v32c0%206.627-5.373%2012-12%2012z%22%2F%3E%3C%2Fsvg%3E');
}

.fancy-theme-sand .fancy-grid-header .fancy-grid-header-cell:first-child .fancy-grid-header-cell-container {
    border-left-width: 0;
}

.fancy-theme-sand .fancy-bar-left-scroller {
    background-color: transparent;
}

.fancy-theme-sand .fancy-bar-right-scroller {
    background-color: transparent;
}

    .fancy-theme-sand .fancy-bar-right-scroller .fancy-button-image {
        background-image: url(images/sand/bar-nav.png);
    }

.fancy-theme-sand .fancy-bar-left-scroller .fancy-button-image {
    background-image: url(images/sand/bar-nav.png);
}

.fancy-theme-sand .fancy-panel-sub-tbar {
    background: #DDD5B6;
    border-color: #C8C1A5;
    border-top-width: 0;
    border-bottom: 1px solid #C8C1A5;
}

.fancy-theme-sand .fancy-grid-state-resize-column .fancy-grid-header-cell:hover {
    background-color: #DDD5B6;
}

.fancy-theme-sand .fancy-grid-cell {
    -webkit-transition: background 0s ease-out;
    -moz-transition: background 0s ease-out;
    -ms-transition: background 0s ease-out;
    -o-transition: background 0s ease-out;
    transition: background 0s ease-out;
}

.fancy-theme-sand .fancy-date-picker-cell-out-range .fancy-grid-cell-inner {
    color: #d0d0d0;
}

.fancy-theme-sand .fancy-date-picker-cell-out-min-max {
    background: #DDD5B6;
}

    .fancy-theme-sand .fancy-date-picker-cell-out-min-max .fancy-grid-cell-inner {
        color: #d0d0d0;
    }

.fancy-theme-sand .fancy-button-menu .fancy-button-drop {
    background-image: url(images/sand/bottom.png);
}

.fancy-theme-sand li {
    color: #888;
}

.fancy-theme-sand .fancy-menu-item-expand {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%20320%20512%22%3E%3Cpath%20fill%3D%22%23696458%22%20d%3D%22M24.707%2038.101L4.908%2057.899c-4.686%204.686-4.686%2012.284%200%2016.971L185.607%20256%204.908%20437.13c-4.686%204.686-4.686%2012.284%200%2016.971L24.707%20473.9c4.686%204.686%2012.284%204.686%2016.971%200l209.414-209.414c4.686-4.686%204.686-12.284%200-16.971L41.678%2038.101c-4.687-4.687-12.285-4.687-16.971%200z%22%2F%3E%3C%2Fsvg%3E');
}

.fancy-theme-sand .fancy-menu-item-active .fancy-menu-item-expand {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%20320%20512%22%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M24.707%2038.101L4.908%2057.899c-4.686%204.686-4.686%2012.284%200%2016.971L185.607%20256%204.908%20437.13c-4.686%204.686-4.686%2012.284%200%2016.971L24.707%20473.9c4.686%204.686%2012.284%204.686%2016.971%200l209.414-209.414c4.686-4.686%204.686-12.284%200-16.971L41.678%2038.101c-4.687-4.687-12.285-4.687-16.971%200z%22%2F%3E%3C%2Fsvg%3E');
}

.fancy-theme-sand .fancy-grid-header-cell-trigger-up {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226%22%20height%3D%2230%22%20viewBox%3D%220%200%20256%20512%22%3E%3Cpath%20fill%3D%22%23696458%22%20d%3D%22M136.5%20185.1l116%20117.8c4.7%204.7%204.7%2012.3%200%2017l-7.1%207.1c-4.7%204.7-12.3%204.7-17%200L128%20224.7%2027.6%20326.9c-4.7%204.7-12.3%204.7-17%200l-7.1-7.1c-4.7-4.7-4.7-12.3%200-17l116-117.8c4.7-4.6%2012.3-4.6%2017%20.1z%22%2F%3E%3C%2Fsvg%3E');
    background-position: 0 0;
}

.fancy-theme-sand .fancy-menu-item-active .fancy-grid-header-cell-trigger-up {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226%22%20height%3D%2230%22%20viewBox%3D%220%200%20256%20512%22%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M136.5%20185.1l116%20117.8c4.7%204.7%204.7%2012.3%200%2017l-7.1%207.1c-4.7%204.7-12.3%204.7-17%200L128%20224.7%2027.6%20326.9c-4.7%204.7-12.3%204.7-17%200l-7.1-7.1c-4.7-4.7-4.7-12.3%200-17l116-117.8c4.7-4.6%2012.3-4.6%2017%20.1z%22%2F%3E%3C%2Fsvg%3E');
    background-position: 0 0;
}

.fancy-theme-sand .fancy-grid-header-cell-trigger-down {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226%22%20height%3D%2230%22%20viewBox%3D%220%200%20256%20512%22%3E%3Cpath%20fill%3D%22%23696458%22%20d%3D%22M119.5%20326.9L3.5%20209.1c-4.7-4.7-4.7-12.3%200-17l7.1-7.1c4.7-4.7%2012.3-4.7%2017%200L128%20287.3l100.4-102.2c4.7-4.7%2012.3-4.7%2017%200l7.1%207.1c4.7%204.7%204.7%2012.3%200%2017L136.5%20327c-4.7%204.6-12.3%204.6-17-.1z%22%2F%3E%3C%2Fsvg%3E');
    background-position: 0 0;
}

.fancy-theme-sand .fancy-menu-item-active .fancy-grid-header-cell-trigger-down {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226%22%20height%3D%2230%22%20viewBox%3D%220%200%20256%20512%22%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M119.5%20326.9L3.5%20209.1c-4.7-4.7-4.7-12.3%200-17l7.1-7.1c4.7-4.7%2012.3-4.7%2017%200L128%20287.3l100.4-102.2c4.7-4.7%2012.3-4.7%2017%200l7.1%207.1c4.7%204.7%204.7%2012.3%200%2017L136.5%20327c-4.7%204.6-12.3%204.6-17-.1z%22%2F%3E%3C%2Fsvg%3E');
    background-position: 0 0;
}

.fancy-theme-sand .fancy-combo-item-selected .fancy-field-checkbox-input {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Crect%20id%3D%22a%22%20width%3D%2215%22%20height%3D%2215%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23FFF%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Crect%20width%3D%2214%22%20height%3D%2214%22%20x%3D%22.5%22%20y%3D%22.5%22%20stroke%3D%22%23C8C1A5%22%2F%3E%3Cpath%20stroke%3D%22%23696458%22%20stroke-width%3D%221.7%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4%207.5L6.5%2010%2011%204.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}

    .fancy-theme-sand .fancy-combo-item-selected .fancy-field-checkbox-input:hover {
        background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Crect%20id%3D%22a%22%20width%3D%2215%22%20height%3D%2215%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23E8DFC0%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Crect%20width%3D%2214%22%20height%3D%2214%22%20x%3D%22.5%22%20y%3D%22.5%22%20stroke%3D%22%23C8C1A5%22%2F%3E%3Cpath%20stroke%3D%22%23696458%22%20stroke-width%3D%221.7%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4%207.5L6.5%2010%2011%204.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    }

.fancy-theme-sand .fancy-grid-cell-flash {
    background-color: #6A6758 !important;
    color: #E9E7E2 !important;
}

.fancy-theme-sand .fancy-field-pass-tip {
    background: #DDD5B6;
    color: #696558;
}

.fancy-theme-sand .fancy-field-spin-up:hover {
    background-color: rgba(232, 223, 192, 0.07);
}

.fancy-theme-sand .fancy-field-spin-down:hover {
    background-color: rgba(232, 223, 192, 0.07);
}

.fancy-theme-sand .fancy-panel-sub-header {
    border-right-width: 0;
    border-left-width: 0;
    background: #DDD5B6;
    color: #696558;
    border-bottom: 1px solid #C8C1A5;
}

.fancy-theme-sand .fancy-checkbox-middle .fancy-field-checkbox-input {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Crect%20id%3D%22a%22%20width%3D%2215%22%20height%3D%2215%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23FFF%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Crect%20width%3D%2214%22%20height%3D%2214%22%20x%3D%22.5%22%20y%3D%22.5%22%20stroke%3D%22%23C8C1A5%22%2F%3E%3Cpath%20stroke%3D%22%23696458%22%20zoom%3D%221.5%22%20stroke-width%3D%221.7%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4%207.5L11%207.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}

    .fancy-theme-sand .fancy-checkbox-middle .fancy-field-checkbox-input:hover {
        background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Crect%20id%3D%22a%22%20width%3D%2215%22%20height%3D%2215%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23E8DFC0%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Crect%20width%3D%2214%22%20height%3D%2214%22%20x%3D%22.5%22%20y%3D%22.5%22%20stroke%3D%22%23C8C1A5%22%2F%3E%3Cpath%20stroke%3D%22%23696458%22%20zoom%3D%221.5%22%20stroke-width%3D%221.7%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4%207.5L11%207.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    }

.fancy-theme-sand.fancy-combo .fancy-combo-dropdown-button {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%226%22%20viewBox%3D%22944%201152%208%204%22%3E%3Cpath%20fill%3D%22%23696458%22%20d%3D%22M945.2%201152.2C944.9%201152%20944.5%201152%20944.3%201152.3%20944.1%201152.6%20944.1%201153%20944.4%201153.2L947.6%201155.8C947.8%201156%20948.2%201156%20948.4%201155.8L951.6%201153.2C951.9%201153%20951.9%201152.6%20951.7%201152.3%20951.5%201152%20951.1%201152%20950.8%201152.2L948%201154.5%20945.2%201152.2Z%22%2F%3E%3C%2Fsvg%3E');
    background-position: 9px 13px;
}

.fancy-theme-sand.fancy-loadmask .fancy-loadmask-inner {
    background-color: #DDD5B6;
}

.fancy-theme-sand.fancy-loadmask .fancy-loadmask-text {
    font-weight: bold;
    color: #696558;
}

.fancy-theme-sand.fancy-menu {
    border-color: #C8C1A5;
}

.fancy-theme-sand.fancy-field-search-list {
    background: #fff;
    border-color: #C8C1A5;
}

    .fancy-theme-sand.fancy-field-search-list .fancy-field:hover {
        background: #6A6758;
        opacity: .8;
    }

        .fancy-theme-sand.fancy-field-search-list .fancy-field:hover .fancy-field-input-label {
            color: #fff;
        }

.fancy-theme-sand.fancy-drag-hint-top {
    background-image: url(images/sand/col-drag-top.png);
}

.fancy-theme-sand.fancy-drag-hint-bottom {
    background-image: url(images/sand/col-drag-bottom.png);
}

.fancy-theme-sand.fancy-panel .fancy-month-picker .fancy-picker-button-next {
    margin-left: 15px;
}

.fancy-theme-sand.fancy-grid {
    border: 1px solid #C8C1A5;
}

.fancy-theme-sand.fancy-panel-grid-inside {
    border-bottom-width: 0;
}

.fancy-theme-sand.fancy-combo-result-list {
    border-color: #C8C1A5;
}

.fancy-theme-sand.fancy-panel-shadow {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.fancy-theme-sand.fancy-panel .fancy-panel-header {
    background-color: #6A6758;
    text-align: center;
    color: #E5E3DD;
    font-size: 18px;
}

.fancy-theme-sand.fancy-panel .fancy-grid {
    border-top-width: 0;
}

.fancy-theme-sand.fancy-tooltip {
    background-color: #6A6758 !important;
}

.fancy-theme-sand.fancy-grid-state-resize-column .fancy-grid-header-cell:hover {
    background-color: #DDD5B6;
}

.fancy-theme-sand .fancy-grid-tree-expander {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%20%20%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%200h24v24H0z%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20stroke%3D%22%23696558%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.875%22%20d%3D%22M6.5%2010l5.5%204.5%205.5-4.5%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
    background-position-y: -4px;
    background-position-x: -4px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.fancy-theme-sand .fancy-grid-cell-over .fancy-grid-tree-expander {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%20%20%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%200h24v24H0z%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20stroke%3D%22%23C1C5CC%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.875%22%20d%3D%22M6.5%2010l5.5%204.5%205.5-4.5%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
}

.fancy-theme-sand .fancy-grid-cell-selected .fancy-grid-tree-expander {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%20%20%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%200h24v24H0z%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20stroke%3D%22%23C1C5CC%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.875%22%20d%3D%22M6.5%2010l5.5%204.5%205.5-4.5%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
}

.fancy-theme-sand .fancy-grid-tree-expander-expanded {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
/*
 bootstrap.less
*/
.fancy-theme-bootstrap .fancy-grid-column .fancy-grid-cell-selected {
    background-color: #428bca;
}

    .fancy-theme-bootstrap .fancy-grid-column .fancy-grid-cell-selected .fancy-grid-cell-inner {
        color: white;
    }

.fancy-theme-bootstrap .fancy-grid-cell {
    border-color: #ccc;
    color: #333;
}

.fancy-theme-bootstrap .fancy-grid-cell-over {
    background: #ebebeb;
}

.fancy-theme-bootstrap .fancy-grid-header {
    background-color: #f5f5f5;
}

.fancy-theme-bootstrap .fancy-grid-header-cell {
    background-color: whitesmoke;
    border-color: #ccc;
    color: #333;
}

.fancy-theme-bootstrap .fancy-button .fancy-button-text {
    color: #333;
}

.fancy-theme-bootstrap .fancy-grid-left {
    border-color: #ccc;
}

    .fancy-theme-bootstrap .fancy-grid-left .fancy-grid-header {
        border-color: #ccc;
    }

.fancy-theme-bootstrap .fancy-grid-right {
    border-color: #ccc;
}

.fancy-theme-bootstrap .fancy-grid-group-row {
    background-color: #f5f5f5;
    color: #333;
}

.fancy-theme-bootstrap .fancy-field-label {
    color: #333;
}

.fancy-theme-bootstrap .fancy-panel-body {
    border-color: #ccc;
}

.fancy-theme-bootstrap .fancy-panel-resize-corner {
    right: 0;
    border-bottom-color: #ccc;
}

    .fancy-theme-bootstrap .fancy-panel-resize-corner:before {
        bottom: -13px;
        border-bottom-color: #333;
    }

.fancy-theme-bootstrap .fancy-panel-header {
    background-color: #f5f5f5;
    border-color: #e3e3e3;
    color: #333;
}

.fancy-theme-bootstrap .fancy-field-text-input {
    color: #333;
}

.fancy-theme-bootstrap .fancy-scroll-right-inner,
.fancy-theme-bootstrap .fancy-scroll-bottom-inner {
    background-color: #c1c1c1;
}

.fancy-theme-bootstrap .fancy-panel-tbar,
.fancy-theme-bootstrap .fancy-panel-bbar,
.fancy-theme-bootstrap .fancy-panel-buttons {
    border-color: #e3e3e3;
}

.fancy-theme-bootstrap .fancy-grid {
    border-color: #e3e3e3;
}

.fancy-theme-bootstrap .fancy-picker-button-date .fancy-button-text {
    background-image: url(images/bootstrap/bottom.png);
}

.fancy-theme-bootstrap .fancy-date-picker-cell-active:hover {
    background-color: #45ABF6;
}

.fancy-theme-bootstrap .fancy-date-picker-cell-active .fancy-grid-cell-inner {
    color: #fff;
}

.fancy-theme-bootstrap .fancy-month-picker-cell-active:hover {
    background-color: #45ABF6;
}

.fancy-theme-bootstrap .fancy-month-picker-cell-active .fancy-grid-cell-inner {
    color: #fff;
}

.fancy-theme-bootstrap .fancy-paging-next {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%20256%20512%22%3E%3Cpath%20fill%3D%22%23333333%22%20d%3D%22M224.3%20273l-136%20136c-9.4%209.4-24.6%209.4-33.9%200l-22.6-22.6c-9.4-9.4-9.4-24.6%200-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6%200-33.9L54.3%20103c9.4-9.4%2024.6-9.4%2033.9%200l136%20136c9.5%209.4%209.5%2024.6.1%2034z%22%2F%3E%3C%2Fsvg%3E');
}

.fancy-theme-bootstrap .fancy-paging-prev {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%20256%20512%22%3E%3Cpath%20fill%3D%22%23333333%22%20d%3D%22M31.7%20239l136-136c9.4-9.4%2024.6-9.4%2033.9%200l22.6%2022.6c9.4%209.4%209.4%2024.6%200%2033.9L127.9%20256l96.4%2096.4c9.4%209.4%209.4%2024.6%200%2033.9L201.7%20409c-9.4%209.4-24.6%209.4-33.9%200l-136-136c-9.5-9.4-9.5-24.6-.1-34z%22%2F%3E%3C%2Fsvg%3E');
}

.fancy-theme-bootstrap .fancy-paging-first {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%20448%20512%22%3E%3Cpath%20fill%3D%22%23333333%22%20d%3D%22M223.7%20239l136-136c9.4-9.4%2024.6-9.4%2033.9%200l22.6%2022.6c9.4%209.4%209.4%2024.6%200%2033.9L319.9%20256l96.4%2096.4c9.4%209.4%209.4%2024.6%200%2033.9L393.7%20409c-9.4%209.4-24.6%209.4-33.9%200l-136-136c-9.5-9.4-9.5-24.6-.1-34zm-192%2034l136%20136c9.4%209.4%2024.6%209.4%2033.9%200l22.6-22.6c9.4-9.4%209.4-24.6%200-33.9L127.9%20256l96.4-96.4c9.4-9.4%209.4-24.6%200-33.9L201.7%20103c-9.4-9.4-24.6-9.4-33.9%200l-136%20136c-9.5%209.4-9.5%2024.6-.1%2034z%22%2F%3E%3C%2Fsvg%3E');
}

.fancy-theme-bootstrap .fancy-paging-last {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%20448%20512%22%3E%3Cpath%20fill%3D%22%23333333%22%20d%3D%22M224.3%20273l-136%20136c-9.4%209.4-24.6%209.4-33.9%200l-22.6-22.6c-9.4-9.4-9.4-24.6%200-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6%200-33.9L54.3%20103c9.4-9.4%2024.6-9.4%2033.9%200l136%20136c9.5%209.4%209.5%2024.6.1%2034zm192-34l-136-136c-9.4-9.4-24.6-9.4-33.9%200l-22.6%2022.6c-9.4%209.4-9.4%2024.6%200%2033.9l96.4%2096.4-96.4%2096.4c-9.4%209.4-9.4%2024.6%200%2033.9l22.6%2022.6c9.4%209.4%2024.6%209.4%2033.9%200l136-136c9.4-9.2%209.4-24.4%200-33.8z%22%2F%3E%3C%2Fsvg%3E');
}

.fancy-theme-bootstrap .fancy-paging-refresh {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23333333%22%20d%3D%22M256.455%208c66.269.119%20126.437%2026.233%20170.859%2068.685l35.715-35.715C478.149%2025.851%20504%2036.559%20504%2057.941V192c0%2013.255-10.745%2024-24%2024H345.941c-21.382%200-32.09-25.851-16.971-40.971l41.75-41.75c-30.864-28.899-70.801-44.907-113.23-45.273-92.398-.798-170.283%2073.977-169.484%20169.442C88.764%20348.009%20162.184%20424%20256%20424c41.127%200%2079.997-14.678%20110.629-41.556%204.743-4.161%2011.906-3.908%2016.368.553l39.662%2039.662c4.872%204.872%204.631%2012.815-.482%2017.433C378.202%20479.813%20319.926%20504%20256%20504%20119.034%20504%208.001%20392.967%208%20256.002%207.999%20119.193%20119.646%207.755%20256.455%208z%22%2F%3E%3C%2Fsvg%3E');
}

.fancy-theme-bootstrap .fancy-field-checkbox-input {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Crect%20id%3D%22a%22%20rx%3D%222%22%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2214%22%20height%3D%2214%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23FFF%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Crect%20width%3D%2214%22%20height%3D%2214%22%20rx%3D%222%22%20x%3D%22.5%22%20y%3D%22.5%22%20stroke%3D%22%23CCCCCC%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}

    .fancy-theme-bootstrap .fancy-field-checkbox-input:hover {
        background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Crect%20id%3D%22a%22%20rx%3D%222%22%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2214%22%20height%3D%2214%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23F2F4F8%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Crect%20width%3D%2214%22%20rx%3D%222%22%20height%3D%2214%22%20x%3D%22.5%22%20y%3D%22.5%22%20stroke%3D%22%23CCCCCC%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    }

.fancy-theme-bootstrap .fancy-checkbox-on .fancy-field-checkbox-input {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Crect%20id%3D%22a%22%20rx%3D%222%22%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2214%22%20height%3D%2214%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23FFF%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Crect%20rx%3D%222%22%20width%3D%2214%22%20height%3D%2214%22%20x%3D%22.5%22%20y%3D%22.5%22%20stroke%3D%22%23CCCCCC%22%2F%3E%3Cpath%20stroke%3D%22%23333333%22%20zoom%3D%221.5%22%20stroke-width%3D%221.7%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4%207.5L6.5%2010%2011%204.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}

    .fancy-theme-bootstrap .fancy-checkbox-on .fancy-field-checkbox-input:hover {
        background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Crect%20id%3D%22a%22%20rx%3D%222%22%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2214%22%20height%3D%2214%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23F2F4F8%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Crect%20rx%3D%222%22%20width%3D%2214%22%20height%3D%2214%22%20x%3D%22.5%22%20y%3D%22.5%22%20stroke%3D%22%23CCCCCC%22%2F%3E%3Cpath%20stroke%3D%22%23333333%22%20zoom%3D%221.5%22%20stroke-width%3D%221.7%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4%207.5L6.5%2010%2011%204.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    }

.fancy-theme-bootstrap .fancy-field-picker-button {
    background-image: url(images/bootstrap/calendar.png);
}

.fancy-theme-bootstrap .fancy-grid-group-row-inner {
    background-image: url(images/bootstrap/options-slide.png);
}

.fancy-theme-bootstrap .fancy-field-spin .fancy-field-spin-up {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%20256%20512%22%3E%3Cpath%20fill%3D%22%23525252%22%20d%3D%22M136.5%20185.1l116%20117.8c4.7%204.7%204.7%2012.3%200%2017l-7.1%207.1c-4.7%204.7-12.3%204.7-17%200L128%20224.7%2027.6%20326.9c-4.7%204.7-12.3%204.7-17%200l-7.1-7.1c-4.7-4.7-4.7-12.3%200-17l116-117.8c4.7-4.6%2012.3-4.6%2017%20.1z%22%2F%3E%3C%2Fsvg%3E');
}

.fancy-theme-bootstrap .fancy-field-spin .fancy-field-spin-down {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226%22%20height%3D%2230%22%20viewBox%3D%220%200%20256%20512%22%3E%3Cpath%20fill%3D%22%23525252%22%20d%3D%22M119.5%20326.9L3.5%20209.1c-4.7-4.7-4.7-12.3%200-17l7.1-7.1c4.7-4.7%2012.3-4.7%2017%200L128%20287.3l100.4-102.2c4.7-4.7%2012.3-4.7%2017%200l7.1%207.1c4.7%204.7%204.7%2012.3%200%2017L136.5%20327c-4.7%204.6-12.3%204.6-17-.1z%22%2F%3E%3C%2Fsvg%3E');
}

.fancy-theme-bootstrap .fancy-button:active {
    border-color: #aeaeae;
    background-color: #ebebeb;
}

.fancy-theme-bootstrap .fancy-panel-tbar {
    background-color: #f5f5f5;
}

    .fancy-theme-bootstrap .fancy-panel-tbar .fancy-toolbar-tab {
        background: #ebebeb;
    }

    .fancy-theme-bootstrap .fancy-panel-tbar .fancy-toolbar-tab-active {
        background: #428bca;
    }

.fancy-theme-bootstrap .fancy-panel-sub-tbar {
    background-color: #f5f5f5;
}

.fancy-theme-bootstrap .fancy-panel-bbar {
    background-color: #f5f5f5;
}

.fancy-theme-bootstrap .fancy-panel-buttons {
    background-color: #f5f5f5;
}

.fancy-theme-bootstrap .fancy-button.fancy-button-pressed {
    background-color: #428bca;
}

    .fancy-theme-bootstrap .fancy-button.fancy-button-pressed .fancy-button-text {
        color: white;
    }

.fancy-theme-bootstrap .fancy-grid-column-order .fancy-grid-cell {
    background-color: #f5f5f5;
}

    .fancy-theme-bootstrap .fancy-grid-column-order .fancy-grid-cell .fancy-grid-cell-inner {
        color: #333;
    }

    .fancy-theme-bootstrap .fancy-grid-column-order .fancy-grid-cell.fancy-grid-cell-selected {
        background-color: #f5f5f5;
    }

        .fancy-theme-bootstrap .fancy-grid-column-order .fancy-grid-cell.fancy-grid-cell-selected .fancy-grid-cell-inner {
            color: #333;
        }

.fancy-theme-bootstrap .fancy-grid-row-edit .fancy-field-text-value {
    color: #333;
}

.fancy-theme-bootstrap .fancy-checkbox-expander .fancy-field-checkbox-input {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%20320%20512%22%3E%3Cpath%20fill%3D%22%23333333%22%20d%3D%22M24.707%2038.101L4.908%2057.899c-4.686%204.686-4.686%2012.284%200%2016.971L185.607%20256%204.908%20437.13c-4.686%204.686-4.686%2012.284%200%2016.971L24.707%20473.9c4.686%204.686%2012.284%204.686%2016.971%200l209.414-209.414c4.686-4.686%204.686-12.284%200-16.971L41.678%2038.101c-4.687-4.687-12.285-4.687-16.971%200z%22%2F%3E%3C%2Fsvg%3E');
}

.fancy-theme-bootstrap .fancy-checkbox-expander.fancy-checkbox-on .fancy-field-checkbox-input {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%20448%20512%22%3E%3Cpath%20fill%3D%22%23333333%22%20d%3D%22M441.9%20167.3l-19.8-19.8c-4.7-4.7-12.3-4.7-17%200L224%20328.2%2042.9%20147.5c-4.7-4.7-12.3-4.7-17%200L6.1%20167.3c-4.7%204.7-4.7%2012.3%200%2017l209.4%20209.4c4.7%204.7%2012.3%204.7%2017%200l209.4-209.4c4.7-4.7%204.7-12.3%200-17z%22%2F%3E%3C%2Fsvg%3E');
}

.fancy-theme-bootstrap .fancy-grid-header-cell-trigger {
    background-color: #f5f5f5;
    border-color: #ccc;
}

.fancy-theme-bootstrap .fancy-bar-left-scroller {
    border-top-width: 1px;
    border-bottom-width: 1px;
}

.fancy-theme-bootstrap .fancy-grid-state-resize-column .fancy-grid-header-cell:hover {
    background-color: whitesmoke;
}

.fancy-theme-bootstrap .fancy-grid-header-cell-trigger-image {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%20418%20512%22%3E%3Cpath%20fill%3D%22%23525252%22%20d%3D%22M436%20124H12c-6.627%200-12-5.373-12-12V80c0-6.627%205.373-12%2012-12h424c6.627%200%2012%205.373%2012%2012v32c0%206.627-5.373%2012-12%2012zm0%20160H12c-6.627%200-12-5.373-12-12v-32c0-6.627%205.373-12%2012-12h424c6.627%200%2012%205.373%2012%2012v32c0%206.627-5.373%2012-12%2012zm0%20160H12c-6.627%200-12-5.373-12-12v-32c0-6.627%205.373-12%2012-12h424c6.627%200%2012%205.373%2012%2012v32c0%206.627-5.373%2012-12%2012z%22%2F%3E%3C%2Fsvg%3E');
}

.fancy-theme-bootstrap .fancy-date-picker-cell-out-range .fancy-grid-cell-inner {
    color: #d0d0d0;
}

.fancy-theme-bootstrap .fancy-date-picker-cell-out-min-max {
    background: whitesmoke;
    color: #d0d0d0;
}

.fancy-theme-bootstrap .fancy-button-menu .fancy-button-drop {
    background-image: url(images/bootstrap/bottom.png);
}

.fancy-theme-bootstrap .fancy-field-search input.fancy-field-text-input {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%221284%20207%2024%2024%22%3E%3Cpath%20fill%3D%22%23333333%22%20d%3D%22M1298.5%20222.9C1297.5%20223.6%201296.3%20224%201295%20224%201291.7%20224%201289%20221.3%201289%20218%201289%20214.7%201291.7%20212%201295%20212%201298.3%20212%201301%20214.7%201301%20218%201301%20219.3%201300.6%20220.5%201299.9%20221.5L1302.7%20224.2C1303%20224.6%201303.1%20225.3%201302.7%20225.7%201302.3%20226%201301.6%20226%201301.2%20225.7L1298.5%20222.9ZM1295%20222C1297.2%20222%201299%20220.2%201299%20218%201299%20215.8%201297.2%20214%201295%20214%201292.8%20214%201291%20215.8%201291%20218%201291%20220.2%201292.8%20222%201295%20222Z%22%2F%3E%3C%2Fsvg%3E');
}

.fancy-theme-bootstrap .fancy-menu-item-expand {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%20320%20512%22%3E%3Cpath%20fill%3D%22%23525252%22%20d%3D%22M24.707%2038.101L4.908%2057.899c-4.686%204.686-4.686%2012.284%200%2016.971L185.607%20256%204.908%20437.13c-4.686%204.686-4.686%2012.284%200%2016.971L24.707%20473.9c4.686%204.686%2012.284%204.686%2016.971%200l209.414-209.414c4.686-4.686%204.686-12.284%200-16.971L41.678%2038.101c-4.687-4.687-12.285-4.687-16.971%200z%22%2F%3E%3C%2Fsvg%3E');
}

.fancy-theme-bootstrap .fancy-menu-item-active .fancy-menu-item-expand {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%20320%20512%22%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M24.707%2038.101L4.908%2057.899c-4.686%204.686-4.686%2012.284%200%2016.971L185.607%20256%204.908%20437.13c-4.686%204.686-4.686%2012.284%200%2016.971L24.707%20473.9c4.686%204.686%2012.284%204.686%2016.971%200l209.414-209.414c4.686-4.686%204.686-12.284%200-16.971L41.678%2038.101c-4.687-4.687-12.285-4.687-16.971%200z%22%2F%3E%3C%2Fsvg%3E');
}

.fancy-theme-bootstrap .fancy-grid-header-cell-trigger-up {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226%22%20height%3D%2230%22%20viewBox%3D%220%200%20256%20512%22%3E%3Cpath%20fill%3D%22%23525252%22%20d%3D%22M136.5%20185.1l116%20117.8c4.7%204.7%204.7%2012.3%200%2017l-7.1%207.1c-4.7%204.7-12.3%204.7-17%200L128%20224.7%2027.6%20326.9c-4.7%204.7-12.3%204.7-17%200l-7.1-7.1c-4.7-4.7-4.7-12.3%200-17l116-117.8c4.7-4.6%2012.3-4.6%2017%20.1z%22%2F%3E%3C%2Fsvg%3E');
    background-position: 0 0;
}

.fancy-theme-bootstrap .fancy-menu-item-active .fancy-grid-header-cell-trigger-up {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226%22%20height%3D%2230%22%20viewBox%3D%220%200%20256%20512%22%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M136.5%20185.1l116%20117.8c4.7%204.7%204.7%2012.3%200%2017l-7.1%207.1c-4.7%204.7-12.3%204.7-17%200L128%20224.7%2027.6%20326.9c-4.7%204.7-12.3%204.7-17%200l-7.1-7.1c-4.7-4.7-4.7-12.3%200-17l116-117.8c4.7-4.6%2012.3-4.6%2017%20.1z%22%2F%3E%3C%2Fsvg%3E');
    background-position: 0 0;
}

.fancy-theme-bootstrap .fancy-grid-header-cell-trigger-down {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226%22%20height%3D%2230%22%20viewBox%3D%220%200%20256%20512%22%3E%3Cpath%20fill%3D%22%23525252%22%20d%3D%22M119.5%20326.9L3.5%20209.1c-4.7-4.7-4.7-12.3%200-17l7.1-7.1c4.7-4.7%2012.3-4.7%2017%200L128%20287.3l100.4-102.2c4.7-4.7%2012.3-4.7%2017%200l7.1%207.1c4.7%204.7%204.7%2012.3%200%2017L136.5%20327c-4.7%204.6-12.3%204.6-17-.1z%22%2F%3E%3C%2Fsvg%3E');
    background-position: 0 0;
}

.fancy-theme-bootstrap .fancy-menu-item-active .fancy-grid-header-cell-trigger-down {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226%22%20height%3D%2230%22%20viewBox%3D%220%200%20256%20512%22%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M119.5%20326.9L3.5%20209.1c-4.7-4.7-4.7-12.3%200-17l7.1-7.1c4.7-4.7%2012.3-4.7%2017%200L128%20287.3l100.4-102.2c4.7-4.7%2012.3-4.7%2017%200l7.1%207.1c4.7%204.7%204.7%2012.3%200%2017L136.5%20327c-4.7%204.6-12.3%204.6-17-.1z%22%2F%3E%3C%2Fsvg%3E');
    background-position: 0 0;
}

.fancy-theme-bootstrap .fancy-grid-column-sort-ASC .fancy-grid-header-cell-text {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%20320%20512%22%3E%3Cpath%20fill%3D%22%23525252%22%20d%3D%22M288.662%20352H31.338c-17.818%200-26.741-21.543-14.142-34.142l128.662-128.662c7.81-7.81%2020.474-7.81%2028.284%200l128.662%20128.662c12.6%2012.599%203.676%2034.142-14.142%2034.142z%22%2F%3E%3C%2Fsvg%3E');
}

.fancy-theme-bootstrap .fancy-grid-column-sort-DESC .fancy-grid-header-cell-text {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%20320%20512%22%3E%3Cpath%20fill%3D%22%23525252%22%20d%3D%22M31.3%20192h257.3c17.8%200%2026.7%2021.5%2014.1%2034.1L174.1%20354.8c-7.8%207.8-20.5%207.8-28.3%200L17.2%20226.1C4.6%20213.5%2013.5%20192%2031.3%20192z%22%2F%3E%3C%2Fsvg%3E');
}

.fancy-theme-bootstrap .fancy-field-radio-input {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Ccircle%20id%3D%22a%22%20cx%3D%227%22%20cy%3D%227%22%20r%3D%227%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23FFF%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Ccircle%20cx%3D%227%22%20cy%3D%227%22%20r%3D%226.5%22%20stroke%3D%22%23C1C9D1%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}

.fancy-theme-bootstrap .fancy-field-text:hover .fancy-field-radio-input {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Ccircle%20id%3D%22a%22%20cx%3D%227%22%20cy%3D%227%22%20r%3D%227%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23F2F4F8%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Ccircle%20cx%3D%227%22%20cy%3D%227%22%20r%3D%226.5%22%20stroke%3D%22%23C1C9D1%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}

.fancy-theme-bootstrap .fancy-field-radio-on .fancy-field-radio-input {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Ccircle%20id%3D%22a%22%20cx%3D%227%22%20cy%3D%227%22%20r%3D%227%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23FFF%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Ccircle%20cx%3D%227%22%20cy%3D%227%22%20r%3D%226.5%22%20stroke%3D%22%23525252%22%2F%3E%3Ccircle%20cx%3D%227%22%20cy%3D%227%22%20r%3D%223%22%20fill%3D%22%23525252%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}

.fancy-theme-bootstrap .fancy-field-text.fancy-field-radio-on:hover .fancy-field-radio-input {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Ccircle%20id%3D%22a%22%20cx%3D%227%22%20cy%3D%227%22%20r%3D%227%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23F2F4F8%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Ccircle%20cx%3D%227%22%20cy%3D%227%22%20r%3D%226.5%22%20stroke%3D%22%23525252%22%2F%3E%3Ccircle%20cx%3D%227%22%20cy%3D%227%22%20r%3D%223%22%20fill%3D%22%23525252%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}

.fancy-theme-bootstrap .fancy-field-radio .fancy-field-text {
    color: #333;
}

.fancy-theme-bootstrap .fancy-combo-item-selected .fancy-field-checkbox-input {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Crect%20id%3D%22a%22%20width%3D%2215%22%20height%3D%2215%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23FFF%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Crect%20width%3D%2214%22%20height%3D%2214%22%20x%3D%22.5%22%20y%3D%22.5%22%20stroke%3D%22%23C1C9D1%22%2F%3E%3Cpath%20stroke%3D%22%23525252%22%20stroke-width%3D%221.7%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4%207.5L6.5%2010%2011%204.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}

    .fancy-theme-bootstrap .fancy-combo-item-selected .fancy-field-checkbox-input:hover {
        background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Crect%20id%3D%22a%22%20width%3D%2215%22%20height%3D%2215%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23F2F4F8%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Crect%20width%3D%2214%22%20height%3D%2214%22%20x%3D%22.5%22%20y%3D%22.5%22%20stroke%3D%22%23C1C9D1%22%2F%3E%3Cpath%20stroke%3D%22%23525252%22%20stroke-width%3D%221.7%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4%207.5L6.5%2010%2011%204.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    }

.fancy-theme-bootstrap .fancy-grid-cell-flash {
    background: #428bca !important;
    color: #fff !important;
}

.fancy-theme-bootstrap .fancy-field-pass-tip {
    background: #F7F7F7;
    color: #333;
}

.fancy-theme-bootstrap .fancy-panel-sub-header {
    border-right-width: 0;
    border-left-width: 0;
    color: #333;
}

.fancy-theme-bootstrap .fancy-grid-tree-expander {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%20%20%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%200h24v24H0z%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20stroke%3D%22%23333333%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.875%22%20d%3D%22M6.5%2010l5.5%204.5%205.5-4.5%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
    background-position-y: -4px;
    background-position-x: -4px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.fancy-theme-bootstrap .fancy-grid-tree-expander-expanded {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.fancy-theme-bootstrap .fancy-checkbox-middle .fancy-field-checkbox-input {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Crect%20id%3D%22a%22%20rx%3D%222%22%20width%3D%2214%22%20height%3D%2214%22%20x%3D%220.5%22%20y%3D%220.5%22%20%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23FFF%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Crect%20rx%3D%222%22%20width%3D%2214%22%20height%3D%2214%22%20x%3D%22.5%22%20y%3D%22.5%22%20stroke%3D%22%23CCCCCC%22%2F%3E%3Cpath%20stroke%3D%22%23333333%22%20zoom%3D%221.5%22%20stroke-width%3D%221.7%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4%207.5L11%207.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}

    .fancy-theme-bootstrap .fancy-checkbox-middle .fancy-field-checkbox-input:hover {
        background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Crect%20id%3D%22a%22%20rx%3D%222%22%20width%3D%2214%22%20height%3D%2214%22%20x%3D%220.5%22%20y%3D%220.5%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23F2F4F8%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Crect%20rx%3D%222%22%20width%3D%2214%22%20height%3D%2214%22%20x%3D%22.5%22%20y%3D%22.5%22%20stroke%3D%22%23CCCCCC%22%2F%3E%3Cpath%20stroke%3D%22%23333333%22%20zoom%3D%221.5%22%20stroke-width%3D%221.7%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4%207.5L11%207.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    }

.fancy-theme-bootstrap .fancy-grid-tree-folder-closed {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2218%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23333333%22%20d%3D%22M464%20128H272l-54.63-54.63c-6-6-14.14-9.37-22.63-9.37H48C21.49%2064%200%2085.49%200%20112v288c0%2026.51%2021.49%2048%2048%2048h416c26.51%200%2048-21.49%2048-48V176c0-26.51-21.49-48-48-48zm0%20272H48V112h140.12l54.63%2054.63c6%206%2014.14%209.37%2022.63%209.37H464v224z%22%20class%3D%22%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
}

.fancy-theme-bootstrap .fancy-grid-tree-folder-opened {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2218%22%20viewBox%3D%220%200%20576%20512%22%3E%3Cpath%20fill%3D%22%23333333%22%20d%3D%22M527.943%20224H480v-48c0-26.51-21.49-48-48-48H272l-64-64H48C21.49%2064%200%2085.49%200%20112v288c0%2026.51%2021.49%2048%2048%2048h400a48.001%2048.001%200%200%200%2040.704-22.56l79.942-128c19.948-31.917-3.038-73.44-40.703-73.44zM54%20112h134.118l64%2064H426a6%206%200%200%201%206%206v42H152a48%2048%200%200%200-41.098%2023.202L48%20351.449V117.993A5.993%205.993%200%200%201%2054%20112zm394%20288H72l77.234-128H528l-80%20128z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
}

.fancy-theme-bootstrap .fancy-grid-tree-folder-file {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2218%22%20viewBox%3D%220%200%20384%20512%22%3E%3Cpath%20fill%3D%22%23333333%22%20d%3D%22M369.9%2097.9L286%2014C277%205%20264.8-.1%20252.1-.1H48C21.5%200%200%2021.5%200%2048v416c0%2026.5%2021.5%2048%2048%2048h288c26.5%200%2048-21.5%2048-48V131.9c0-12.7-5.1-25-14.1-34zM332.1%20128H256V51.9l76.1%2076.1zM48%20464V48h160v104c0%2013.3%2010.7%2024%2024%2024h104v288H48z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
}

.fancy-theme-bootstrap.fancy-panel {
    border-color: #ccc;
    border-bottom-width: 0;
}

.fancy-theme-bootstrap.fancy-grid {
    border-color: #ccc;
}

.fancy-theme-bootstrap.fancy-combo-result-list .fancy-field-checkbox-input {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Crect%20id%3D%22a%22%20rx%3D%222%22%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2214%22%20height%3D%2214%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23F2F4F8%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Crect%20width%3D%2214%22%20rx%3D%222%22%20height%3D%2214%22%20x%3D%22.5%22%20y%3D%22.5%22%20stroke%3D%22%23CCCCCC%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}

    .fancy-theme-bootstrap.fancy-combo-result-list .fancy-field-checkbox-input:hover {
        background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Crect%20id%3D%22a%22%20rx%3D%222%22%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2214%22%20height%3D%2214%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23F2F4F8%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Crect%20width%3D%2214%22%20rx%3D%222%22%20height%3D%2214%22%20x%3D%22.5%22%20y%3D%22.5%22%20stroke%3D%22%23CCCCCC%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    }

.fancy-theme-bootstrap.fancy-combo-result-list .fancy-combo-item-selected .fancy-field-checkbox-input {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Crect%20id%3D%22a%22%20rx%3D%222%22%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2214%22%20height%3D%2214%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23FFF%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Crect%20rx%3D%222%22%20width%3D%2214%22%20height%3D%2214%22%20x%3D%22.5%22%20y%3D%22.5%22%20stroke%3D%22%23CCCCCC%22%2F%3E%3Cpath%20stroke%3D%22%23333333%22%20zoom%3D%221.5%22%20stroke-width%3D%221.7%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4%207.5L6.5%2010%2011%204.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}

    .fancy-theme-bootstrap.fancy-combo-result-list .fancy-combo-item-selected .fancy-field-checkbox-input:hover {
        background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Crect%20id%3D%22a%22%20rx%3D%222%22%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2214%22%20height%3D%2214%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23F2F4F8%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Crect%20rx%3D%222%22%20width%3D%2214%22%20height%3D%2214%22%20x%3D%22.5%22%20y%3D%22.5%22%20stroke%3D%22%23CCCCCC%22%2F%3E%3Cpath%20stroke%3D%22%23333333%22%20zoom%3D%221.5%22%20stroke-width%3D%221.7%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4%207.5L6.5%2010%2011%204.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    }

.fancy-theme-bootstrap.fancy-combo-result-list li {
    color: #333;
}

    .fancy-theme-bootstrap.fancy-combo-result-list li:hover {
        background-color: #ebebeb;
    }

        .fancy-theme-bootstrap.fancy-combo-result-list li:hover .fancy-combo-list-value {
            color: #333;
        }

.fancy-theme-bootstrap li.fancy-combo-item-selected {
    background-color: #428bca;
}

    .fancy-theme-bootstrap li.fancy-combo-item-selected .fancy-combo-list-value {
        color: #fff;
    }

.fancy-theme-bootstrap li.fancy-combo-item-focused {
    background-color: #428bca;
}

    .fancy-theme-bootstrap li.fancy-combo-item-focused .fancy-combo-list-value {
        color: #fff;
    }

.fancy-theme-bootstrap.fancy-panel-tab .fancy-grid {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.fancy-theme-bootstrap.fancy-grid-state-resize-column .fancy-grid-header-cell:hover {
    background-color: whitesmoke;
}
/*
 bootstrap-no-borders.less
*/
.fancy-theme-bootstrap-no-borders .fancy-grid-column .fancy-grid-cell-selected {
    background-color: #428bca;
}

    .fancy-theme-bootstrap-no-borders .fancy-grid-column .fancy-grid-cell-selected .fancy-grid-cell-inner {
        color: white;
    }

.fancy-theme-bootstrap-no-borders .fancy-grid-cell {
    border-color: #ccc;
    color: #333;
}

.fancy-theme-bootstrap-no-borders .fancy-grid-cell-over {
    background: #ebebeb;
}

.fancy-theme-bootstrap-no-borders .fancy-grid-header {
    background-color: #f5f5f5;
}

.fancy-theme-bootstrap-no-borders .fancy-grid-header-cell {
    background-color: whitesmoke;
    border-color: #ccc;
    color: #333;
}

.fancy-theme-bootstrap-no-borders .fancy-button .fancy-button-text {
    color: #333;
}

.fancy-theme-bootstrap-no-borders .fancy-grid-left {
    border-color: #ccc;
}

    .fancy-theme-bootstrap-no-borders .fancy-grid-left .fancy-grid-header {
        border-color: #ccc;
    }

.fancy-theme-bootstrap-no-borders .fancy-grid-right {
    border-color: #ccc;
}

.fancy-theme-bootstrap-no-borders .fancy-grid-group-row {
    background-color: #f5f5f5;
    color: #333;
}

.fancy-theme-bootstrap-no-borders .fancy-field-label {
    color: #333;
}

.fancy-theme-bootstrap-no-borders .fancy-panel-body {
    border-color: #ccc;
}

.fancy-theme-bootstrap-no-borders .fancy-panel-resize-corner {
    right: 0;
    border-bottom-color: #ccc;
}

    .fancy-theme-bootstrap-no-borders .fancy-panel-resize-corner:before {
        bottom: -13px;
        border-bottom-color: #333;
    }

.fancy-theme-bootstrap-no-borders .fancy-panel-header {
    background-color: #f5f5f5;
    border-color: #e3e3e3;
    color: #333;
}

.fancy-theme-bootstrap-no-borders .fancy-field-text-input {
    color: #333;
}

.fancy-theme-bootstrap-no-borders .fancy-scroll-right-inner,
.fancy-theme-bootstrap-no-borders .fancy-scroll-bottom-inner {
    background-color: #c1c1c1;
}

.fancy-theme-bootstrap-no-borders .fancy-panel-tbar,
.fancy-theme-bootstrap-no-borders .fancy-panel-bbar,
.fancy-theme-bootstrap-no-borders .fancy-panel-buttons {
    border-color: #e3e3e3;
}

.fancy-theme-bootstrap-no-borders .fancy-grid {
    border-color: #e3e3e3;
}

.fancy-theme-bootstrap-no-borders .fancy-picker-button-date .fancy-button-text {
    background-image: url(images/bootstrap/bottom.png);
}

.fancy-theme-bootstrap-no-borders .fancy-date-picker-cell-active:hover {
    background-color: #45ABF6;
}

.fancy-theme-bootstrap-no-borders .fancy-date-picker-cell-active .fancy-grid-cell-inner {
    color: #fff;
}

.fancy-theme-bootstrap-no-borders .fancy-month-picker-cell-active:hover {
    background-color: #45ABF6;
}

.fancy-theme-bootstrap-no-borders .fancy-month-picker-cell-active .fancy-grid-cell-inner {
    color: #fff;
}

.fancy-theme-bootstrap-no-borders .fancy-paging-next {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%20256%20512%22%3E%3Cpath%20fill%3D%22%23333333%22%20d%3D%22M224.3%20273l-136%20136c-9.4%209.4-24.6%209.4-33.9%200l-22.6-22.6c-9.4-9.4-9.4-24.6%200-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6%200-33.9L54.3%20103c9.4-9.4%2024.6-9.4%2033.9%200l136%20136c9.5%209.4%209.5%2024.6.1%2034z%22%2F%3E%3C%2Fsvg%3E');
}

.fancy-theme-bootstrap-no-borders .fancy-paging-prev {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%20256%20512%22%3E%3Cpath%20fill%3D%22%23333333%22%20d%3D%22M31.7%20239l136-136c9.4-9.4%2024.6-9.4%2033.9%200l22.6%2022.6c9.4%209.4%209.4%2024.6%200%2033.9L127.9%20256l96.4%2096.4c9.4%209.4%209.4%2024.6%200%2033.9L201.7%20409c-9.4%209.4-24.6%209.4-33.9%200l-136-136c-9.5-9.4-9.5-24.6-.1-34z%22%2F%3E%3C%2Fsvg%3E');
}

.fancy-theme-bootstrap-no-borders .fancy-paging-first {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%20448%20512%22%3E%3Cpath%20fill%3D%22%23333333%22%20d%3D%22M223.7%20239l136-136c9.4-9.4%2024.6-9.4%2033.9%200l22.6%2022.6c9.4%209.4%209.4%2024.6%200%2033.9L319.9%20256l96.4%2096.4c9.4%209.4%209.4%2024.6%200%2033.9L393.7%20409c-9.4%209.4-24.6%209.4-33.9%200l-136-136c-9.5-9.4-9.5-24.6-.1-34zm-192%2034l136%20136c9.4%209.4%2024.6%209.4%2033.9%200l22.6-22.6c9.4-9.4%209.4-24.6%200-33.9L127.9%20256l96.4-96.4c9.4-9.4%209.4-24.6%200-33.9L201.7%20103c-9.4-9.4-24.6-9.4-33.9%200l-136%20136c-9.5%209.4-9.5%2024.6-.1%2034z%22%2F%3E%3C%2Fsvg%3E');
}

.fancy-theme-bootstrap-no-borders .fancy-paging-last {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%20448%20512%22%3E%3Cpath%20fill%3D%22%23333333%22%20d%3D%22M224.3%20273l-136%20136c-9.4%209.4-24.6%209.4-33.9%200l-22.6-22.6c-9.4-9.4-9.4-24.6%200-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6%200-33.9L54.3%20103c9.4-9.4%2024.6-9.4%2033.9%200l136%20136c9.5%209.4%209.5%2024.6.1%2034zm192-34l-136-136c-9.4-9.4-24.6-9.4-33.9%200l-22.6%2022.6c-9.4%209.4-9.4%2024.6%200%2033.9l96.4%2096.4-96.4%2096.4c-9.4%209.4-9.4%2024.6%200%2033.9l22.6%2022.6c9.4%209.4%2024.6%209.4%2033.9%200l136-136c9.4-9.2%209.4-24.4%200-33.8z%22%2F%3E%3C%2Fsvg%3E');
}

.fancy-theme-bootstrap-no-borders .fancy-paging-refresh {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23333333%22%20d%3D%22M256.455%208c66.269.119%20126.437%2026.233%20170.859%2068.685l35.715-35.715C478.149%2025.851%20504%2036.559%20504%2057.941V192c0%2013.255-10.745%2024-24%2024H345.941c-21.382%200-32.09-25.851-16.971-40.971l41.75-41.75c-30.864-28.899-70.801-44.907-113.23-45.273-92.398-.798-170.283%2073.977-169.484%20169.442C88.764%20348.009%20162.184%20424%20256%20424c41.127%200%2079.997-14.678%20110.629-41.556%204.743-4.161%2011.906-3.908%2016.368.553l39.662%2039.662c4.872%204.872%204.631%2012.815-.482%2017.433C378.202%20479.813%20319.926%20504%20256%20504%20119.034%20504%208.001%20392.967%208%20256.002%207.999%20119.193%20119.646%207.755%20256.455%208z%22%2F%3E%3C%2Fsvg%3E');
}

.fancy-theme-bootstrap-no-borders .fancy-grid-column-sort-ASC .fancy-grid-header-cell-text {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%20320%20512%22%3E%3Cpath%20fill%3D%22%23525252%22%20d%3D%22M288.662%20352H31.338c-17.818%200-26.741-21.543-14.142-34.142l128.662-128.662c7.81-7.81%2020.474-7.81%2028.284%200l128.662%20128.662c12.6%2012.599%203.676%2034.142-14.142%2034.142z%22%2F%3E%3C%2Fsvg%3E');
}

.fancy-theme-bootstrap-no-borders .fancy-grid-column-sort-DESC .fancy-grid-header-cell-text {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%20320%20512%22%3E%3Cpath%20fill%3D%22%23525252%22%20d%3D%22M31.3%20192h257.3c17.8%200%2026.7%2021.5%2014.1%2034.1L174.1%20354.8c-7.8%207.8-20.5%207.8-28.3%200L17.2%20226.1C4.6%20213.5%2013.5%20192%2031.3%20192z%22%2F%3E%3C%2Fsvg%3E');
}

.fancy-theme-bootstrap-no-borders .fancy-field-checkbox-input {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Crect%20id%3D%22a%22%20width%3D%2215%22%20height%3D%2215%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23FFF%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Crect%20width%3D%2214%22%20height%3D%2214%22%20x%3D%22.5%22%20y%3D%22.5%22%20stroke%3D%22%23C1C9D1%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}

    .fancy-theme-bootstrap-no-borders .fancy-field-checkbox-input:hover {
        background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Crect%20id%3D%22a%22%20width%3D%2215%22%20height%3D%2215%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23F2F4F8%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Crect%20width%3D%2214%22%20height%3D%2214%22%20x%3D%22.5%22%20y%3D%22.5%22%20stroke%3D%22%23C1C9D1%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    }

.fancy-theme-bootstrap-no-borders .fancy-checkbox-on .fancy-field-checkbox-input {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Crect%20id%3D%22a%22%20width%3D%2215%22%20height%3D%2215%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23FFF%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Crect%20width%3D%2214%22%20height%3D%2214%22%20x%3D%22.5%22%20y%3D%22.5%22%20stroke%3D%22%23C1C9D1%22%2F%3E%3Cpath%20stroke%3D%22%23525252%22%20stroke-width%3D%221.7%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4%207.5L6.5%2010%2011%204.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}

    .fancy-theme-bootstrap-no-borders .fancy-checkbox-on .fancy-field-checkbox-input:hover {
        background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Crect%20id%3D%22a%22%20width%3D%2215%22%20height%3D%2215%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23F2F4F8%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Crect%20width%3D%2214%22%20height%3D%2214%22%20x%3D%22.5%22%20y%3D%22.5%22%20stroke%3D%22%23C1C9D1%22%2F%3E%3Cpath%20stroke%3D%22%23525252%22%20stroke-width%3D%221.7%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4%207.5L6.5%2010%2011%204.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    }

.fancy-theme-bootstrap-no-borders .fancy-field-picker-button {
    background-image: url(images/bootstrap/calendar.png);
}

.fancy-theme-bootstrap-no-borders .fancy-grid-group-row-inner {
    background-image: url(images/bootstrap/options-slide.png);
}

.fancy-theme-bootstrap-no-borders .fancy-field-spin .fancy-field-spin-up {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%20256%20512%22%3E%3Cpath%20fill%3D%22%23525252%22%20d%3D%22M136.5%20185.1l116%20117.8c4.7%204.7%204.7%2012.3%200%2017l-7.1%207.1c-4.7%204.7-12.3%204.7-17%200L128%20224.7%2027.6%20326.9c-4.7%204.7-12.3%204.7-17%200l-7.1-7.1c-4.7-4.7-4.7-12.3%200-17l116-117.8c4.7-4.6%2012.3-4.6%2017%20.1z%22%2F%3E%3C%2Fsvg%3E');
}

.fancy-theme-bootstrap-no-borders .fancy-field-spin .fancy-field-spin-down {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226%22%20height%3D%2230%22%20viewBox%3D%220%200%20256%20512%22%3E%3Cpath%20fill%3D%22%23525252%22%20d%3D%22M119.5%20326.9L3.5%20209.1c-4.7-4.7-4.7-12.3%200-17l7.1-7.1c4.7-4.7%2012.3-4.7%2017%200L128%20287.3l100.4-102.2c4.7-4.7%2012.3-4.7%2017%200l7.1%207.1c4.7%204.7%204.7%2012.3%200%2017L136.5%20327c-4.7%204.6-12.3%204.6-17-.1z%22%2F%3E%3C%2Fsvg%3E');
}

.fancy-theme-bootstrap-no-borders .fancy-button:active {
    border-color: #aeaeae;
    background-color: #ebebeb;
}

.fancy-theme-bootstrap-no-borders .fancy-panel-tbar {
    background-color: #f5f5f5;
}

    .fancy-theme-bootstrap-no-borders .fancy-panel-tbar .fancy-toolbar-tab {
        background: #ebebeb;
    }

    .fancy-theme-bootstrap-no-borders .fancy-panel-tbar .fancy-toolbar-tab-active {
        background: #428bca;
    }

.fancy-theme-bootstrap-no-borders .fancy-panel-sub-tbar {
    background-color: #f5f5f5;
}

.fancy-theme-bootstrap-no-borders .fancy-panel-bbar {
    background-color: #f5f5f5;
}

.fancy-theme-bootstrap-no-borders .fancy-panel-buttons {
    background-color: #f5f5f5;
}

.fancy-theme-bootstrap-no-borders .fancy-button.fancy-button-pressed {
    background-color: #428bca;
}

    .fancy-theme-bootstrap-no-borders .fancy-button.fancy-button-pressed .fancy-button-text {
        color: white;
    }

.fancy-theme-bootstrap-no-borders .fancy-grid-column-order .fancy-grid-cell {
    background-color: #f5f5f5;
}

    .fancy-theme-bootstrap-no-borders .fancy-grid-column-order .fancy-grid-cell .fancy-grid-cell-inner {
        color: #333;
    }

    .fancy-theme-bootstrap-no-borders .fancy-grid-column-order .fancy-grid-cell.fancy-grid-cell-selected {
        background-color: #f5f5f5;
    }

        .fancy-theme-bootstrap-no-borders .fancy-grid-column-order .fancy-grid-cell.fancy-grid-cell-selected .fancy-grid-cell-inner {
            color: #333;
        }

.fancy-theme-bootstrap-no-borders .fancy-grid-row-edit .fancy-field-text-value {
    color: #333;
}

.fancy-theme-bootstrap-no-borders .fancy-checkbox-expander .fancy-field-checkbox-input {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%20320%20512%22%3E%3Cpath%20fill%3D%22%23333333%22%20d%3D%22M24.707%2038.101L4.908%2057.899c-4.686%204.686-4.686%2012.284%200%2016.971L185.607%20256%204.908%20437.13c-4.686%204.686-4.686%2012.284%200%2016.971L24.707%20473.9c4.686%204.686%2012.284%204.686%2016.971%200l209.414-209.414c4.686-4.686%204.686-12.284%200-16.971L41.678%2038.101c-4.687-4.687-12.285-4.687-16.971%200z%22%2F%3E%3C%2Fsvg%3E');
}

.fancy-theme-bootstrap-no-borders .fancy-checkbox-expander.fancy-checkbox-on .fancy-field-checkbox-input {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%20448%20512%22%3E%3Cpath%20fill%3D%22%23333333%22%20d%3D%22M441.9%20167.3l-19.8-19.8c-4.7-4.7-12.3-4.7-17%200L224%20328.2%2042.9%20147.5c-4.7-4.7-12.3-4.7-17%200L6.1%20167.3c-4.7%204.7-4.7%2012.3%200%2017l209.4%20209.4c4.7%204.7%2012.3%204.7%2017%200l209.4-209.4c4.7-4.7%204.7-12.3%200-17z%22%2F%3E%3C%2Fsvg%3E');
}

.fancy-theme-bootstrap-no-borders .fancy-grid-header-cell-trigger-image {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%20418%20512%22%3E%3Cpath%20fill%3D%22%23525252%22%20d%3D%22M436%20124H12c-6.627%200-12-5.373-12-12V80c0-6.627%205.373-12%2012-12h424c6.627%200%2012%205.373%2012%2012v32c0%206.627-5.373%2012-12%2012zm0%20160H12c-6.627%200-12-5.373-12-12v-32c0-6.627%205.373-12%2012-12h424c6.627%200%2012%205.373%2012%2012v32c0%206.627-5.373%2012-12%2012zm0%20160H12c-6.627%200-12-5.373-12-12v-32c0-6.627%205.373-12%2012-12h424c6.627%200%2012%205.373%2012%2012v32c0%206.627-5.373%2012-12%2012z%22%2F%3E%3C%2Fsvg%3E');
}

.fancy-theme-bootstrap-no-borders .fancy-grid-header-cell-trigger-up {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226%22%20height%3D%2230%22%20viewBox%3D%220%200%20256%20512%22%3E%3Cpath%20fill%3D%22%23525252%22%20d%3D%22M136.5%20185.1l116%20117.8c4.7%204.7%204.7%2012.3%200%2017l-7.1%207.1c-4.7%204.7-12.3%204.7-17%200L128%20224.7%2027.6%20326.9c-4.7%204.7-12.3%204.7-17%200l-7.1-7.1c-4.7-4.7-4.7-12.3%200-17l116-117.8c4.7-4.6%2012.3-4.6%2017%20.1z%22%2F%3E%3C%2Fsvg%3E');
    background-position: 0 0;
}

.fancy-theme-bootstrap-no-borders .fancy-menu-item-active .fancy-grid-header-cell-trigger-up {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226%22%20height%3D%2230%22%20viewBox%3D%220%200%20256%20512%22%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M136.5%20185.1l116%20117.8c4.7%204.7%204.7%2012.3%200%2017l-7.1%207.1c-4.7%204.7-12.3%204.7-17%200L128%20224.7%2027.6%20326.9c-4.7%204.7-12.3%204.7-17%200l-7.1-7.1c-4.7-4.7-4.7-12.3%200-17l116-117.8c4.7-4.6%2012.3-4.6%2017%20.1z%22%2F%3E%3C%2Fsvg%3E');
    background-position: 0 0;
}

.fancy-theme-bootstrap-no-borders .fancy-grid-header-cell-trigger-down {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226%22%20height%3D%2230%22%20viewBox%3D%220%200%20256%20512%22%3E%3Cpath%20fill%3D%22%23525252%22%20d%3D%22M119.5%20326.9L3.5%20209.1c-4.7-4.7-4.7-12.3%200-17l7.1-7.1c4.7-4.7%2012.3-4.7%2017%200L128%20287.3l100.4-102.2c4.7-4.7%2012.3-4.7%2017%200l7.1%207.1c4.7%204.7%204.7%2012.3%200%2017L136.5%20327c-4.7%204.6-12.3%204.6-17-.1z%22%2F%3E%3C%2Fsvg%3E');
    background-position: 0 0;
}

.fancy-theme-bootstrap-no-borders .fancy-menu-item-active .fancy-grid-header-cell-trigger-down {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226%22%20height%3D%2230%22%20viewBox%3D%220%200%20256%20512%22%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M119.5%20326.9L3.5%20209.1c-4.7-4.7-4.7-12.3%200-17l7.1-7.1c4.7-4.7%2012.3-4.7%2017%200L128%20287.3l100.4-102.2c4.7-4.7%2012.3-4.7%2017%200l7.1%207.1c4.7%204.7%204.7%2012.3%200%2017L136.5%20327c-4.7%204.6-12.3%204.6-17-.1z%22%2F%3E%3C%2Fsvg%3E');
    background-position: 0 0;
}

.fancy-theme-bootstrap-no-borders .fancy-field-search input.fancy-field-text-input {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%221284%20207%2024%2024%22%3E%3Cpath%20fill%3D%22%23333333%22%20d%3D%22M1298.5%20222.9C1297.5%20223.6%201296.3%20224%201295%20224%201291.7%20224%201289%20221.3%201289%20218%201289%20214.7%201291.7%20212%201295%20212%201298.3%20212%201301%20214.7%201301%20218%201301%20219.3%201300.6%20220.5%201299.9%20221.5L1302.7%20224.2C1303%20224.6%201303.1%20225.3%201302.7%20225.7%201302.3%20226%201301.6%20226%201301.2%20225.7L1298.5%20222.9ZM1295%20222C1297.2%20222%201299%20220.2%201299%20218%201299%20215.8%201297.2%20214%201295%20214%201292.8%20214%201291%20215.8%201291%20218%201291%20220.2%201292.8%20222%201295%20222Z%22%2F%3E%3C%2Fsvg%3E');
}

.fancy-theme-bootstrap-no-borders .fancy-menu-item-expand {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%20320%20512%22%3E%3Cpath%20fill%3D%22%23525252%22%20d%3D%22M24.707%2038.101L4.908%2057.899c-4.686%204.686-4.686%2012.284%200%2016.971L185.607%20256%204.908%20437.13c-4.686%204.686-4.686%2012.284%200%2016.971L24.707%20473.9c4.686%204.686%2012.284%204.686%2016.971%200l209.414-209.414c4.686-4.686%204.686-12.284%200-16.971L41.678%2038.101c-4.687-4.687-12.285-4.687-16.971%200z%22%2F%3E%3C%2Fsvg%3E');
}

.fancy-theme-bootstrap-no-borders .fancy-menu-item-active .fancy-menu-item-expand {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%20320%20512%22%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M24.707%2038.101L4.908%2057.899c-4.686%204.686-4.686%2012.284%200%2016.971L185.607%20256%204.908%20437.13c-4.686%204.686-4.686%2012.284%200%2016.971L24.707%20473.9c4.686%204.686%2012.284%204.686%2016.971%200l209.414-209.414c4.686-4.686%204.686-12.284%200-16.971L41.678%2038.101c-4.687-4.687-12.285-4.687-16.971%200z%22%2F%3E%3C%2Fsvg%3E');
}

.fancy-theme-bootstrap-no-borders .fancy-grid-header-cell-trigger {
    background-color: #f5f5f5;
    border-color: #ccc;
}

.fancy-theme-bootstrap-no-borders .fancy-bar-left-scroller {
    border-top-width: 1px;
    border-bottom-width: 1px;
}

.fancy-theme-bootstrap-no-borders .fancy-grid-state-resize-column .fancy-grid-header-cell:hover {
    background-color: whitesmoke;
}

.fancy-theme-bootstrap-no-borders .fancy-grid-header-cell {
    border-right-color: transparent;
}

.fancy-theme-bootstrap-no-borders .fancy-panel-header {
    border-color: transparent;
}

.fancy-theme-bootstrap-no-borders .fancy-grid-cell {
    border-top-color: transparent;
    border-bottom-color: transparent;
}

.fancy-theme-bootstrap-no-borders * {
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.fancy-theme-bootstrap-no-borders .fancy-panel-header-text {
    padding-left: 8px;
}

.fancy-theme-bootstrap-no-borders .fancy-panel-tbar {
    border-left-width: 0;
    border-right-width: 0;
}

.fancy-theme-bootstrap-no-borders .fancy-panel-bbar {
    border-left-width: 0;
    border-right-width: 0;
}

.fancy-theme-bootstrap-no-borders .fancy-panel-buttons {
    border-left-width: 0;
    border-right-width: 0;
}

.fancy-theme-bootstrap-no-borders .fancy-panel-body-inner .fancy-form {
    border-width: 0;
}

.fancy-theme-bootstrap-no-borders .fancy-grid-header-cell-group-level-1 {
    border-top-color: transparent;
}

.fancy-theme-bootstrap-no-borders .fancy-grid-header-cell-group-level-2 {
    border-bottom-color: transparent;
}

.fancy-theme-bootstrap-no-borders .fancy-grid-summary-row-bottom .fancy-grid-cell {
    border-top-color: #ccc;
}

.fancy-theme-bootstrap-no-borders .fancy-date-picker-cell-out-min-max {
    background: whitesmoke;
    color: #d0d0d0;
}

.fancy-theme-bootstrap-no-borders .fancy-button-menu .fancy-button-drop {
    background-image: url(images/bootstrap/bottom.png);
}

.fancy-theme-bootstrap-no-borders .fancy-combo-item-selected .fancy-field-checkbox-input {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Crect%20id%3D%22a%22%20width%3D%2215%22%20height%3D%2215%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23FFF%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Crect%20width%3D%2214%22%20height%3D%2214%22%20x%3D%22.5%22%20y%3D%22.5%22%20stroke%3D%22%23C1C9D1%22%2F%3E%3Cpath%20stroke%3D%22%23525252%22%20stroke-width%3D%221.7%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4%207.5L6.5%2010%2011%204.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}

    .fancy-theme-bootstrap-no-borders .fancy-combo-item-selected .fancy-field-checkbox-input:hover {
        background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Crect%20id%3D%22a%22%20width%3D%2215%22%20height%3D%2215%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23F2F4F8%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Crect%20width%3D%2214%22%20height%3D%2214%22%20x%3D%22.5%22%20y%3D%22.5%22%20stroke%3D%22%23C1C9D1%22%2F%3E%3Cpath%20stroke%3D%22%23525252%22%20stroke-width%3D%221.7%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4%207.5L6.5%2010%2011%204.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    }

.fancy-theme-bootstrap-no-borders .fancy-field-pass-tip {
    background: #F7F7F7;
    color: #333;
}

.fancy-theme-bootstrap-no-borders.fancy-panel {
    border-color: #ccc;
    border-bottom-width: 0;
}

.fancy-theme-bootstrap-no-borders.fancy-grid {
    border-color: #ccc;
}

.fancy-theme-bootstrap-no-borders.fancy-combo-result-list li {
    color: #333;
}

    .fancy-theme-bootstrap-no-borders.fancy-combo-result-list li:hover {
        background-color: #ebebeb;
    }

        .fancy-theme-bootstrap-no-borders.fancy-combo-result-list li:hover .fancy-combo-list-value {
            color: #333;
        }

.fancy-theme-bootstrap-no-borders li.fancy-combo-item-selected {
    background-color: #428bca;
}

    .fancy-theme-bootstrap-no-borders li.fancy-combo-item-selected .fancy-combo-list-value {
        color: #fff;
    }

.fancy-theme-bootstrap-no-borders li.fancy-combo-item-focused {
    background-color: #428bca;
}

    .fancy-theme-bootstrap-no-borders li.fancy-combo-item-focused .fancy-combo-list-value {
        color: #fff;
    }

.fancy-theme-bootstrap-no-borders.fancy-panel-tab .fancy-grid {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.fancy-theme-bootstrap-no-borders.fancy-grid-state-resize-column .fancy-grid-header-cell:hover {
    background-color: whitesmoke;
}

.fancy-theme-material .fancy-menu-item-expand {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%20320%20512%22%3E%3Cpath%20fill%3D%22%238a8a8a%22%20d%3D%22M24.707%2038.101L4.908%2057.899c-4.686%204.686-4.686%2012.284%200%2016.971L185.607%20256%204.908%20437.13c-4.686%204.686-4.686%2012.284%200%2016.971L24.707%20473.9c4.686%204.686%2012.284%204.686%2016.971%200l209.414-209.414c4.686-4.686%204.686-12.284%200-16.971L41.678%2038.101c-4.687-4.687-12.285-4.687-16.971%200z%22%2F%3E%3C%2Fsvg%3E');
}

.fancy-theme-material .fancy-menu-item {
    color: #6c6e6f;
}

.fancy-theme-material .fancy-menu-item-active .fancy-menu-item-expand {
    /*
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%20320%20512%22%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M24.707%2038.101L4.908%2057.899c-4.686%204.686-4.686%2012.284%200%2016.971L185.607%20256%204.908%20437.13c-4.686%204.686-4.686%2012.284%200%2016.971L24.707%20473.9c4.686%204.686%2012.284%204.686%2016.971%200l209.414-209.414c4.686-4.686%204.686-12.284%200-16.971L41.678%2038.101c-4.687-4.687-12.285-4.687-16.971%200z%22%2F%3E%3C%2Fsvg%3E');
    */
}

.fancy-theme-material .fancy-grid-header-cell-trigger-up {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226%22%20height%3D%2230%22%20viewBox%3D%220%200%20256%20512%22%3E%3Cpath%20fill%3D%22%238a8a8a%22%20d%3D%22M136.5%20185.1l116%20117.8c4.7%204.7%204.7%2012.3%200%2017l-7.1%207.1c-4.7%204.7-12.3%204.7-17%200L128%20224.7%2027.6%20326.9c-4.7%204.7-12.3%204.7-17%200l-7.1-7.1c-4.7-4.7-4.7-12.3%200-17l116-117.8c4.7-4.6%2012.3-4.6%2017%20.1z%22%2F%3E%3C%2Fsvg%3E');
    background-position: 0 0;
}

.fancy-theme-material .fancy-menu-item-active .fancy-grid-header-cell-trigger-up {
    /*
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226%22%20height%3D%2230%22%20viewBox%3D%220%200%20256%20512%22%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M136.5%20185.1l116%20117.8c4.7%204.7%204.7%2012.3%200%2017l-7.1%207.1c-4.7%204.7-12.3%204.7-17%200L128%20224.7%2027.6%20326.9c-4.7%204.7-12.3%204.7-17%200l-7.1-7.1c-4.7-4.7-4.7-12.3%200-17l116-117.8c4.7-4.6%2012.3-4.6%2017%20.1z%22%2F%3E%3C%2Fsvg%3E');
    background-position: 0 0;
    */
}

.fancy-theme-material .fancy-grid-header-cell-trigger-down {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226%22%20height%3D%2230%22%20viewBox%3D%220%200%20256%20512%22%3E%3Cpath%20fill%3D%22%238a8a8a%22%20d%3D%22M119.5%20326.9L3.5%20209.1c-4.7-4.7-4.7-12.3%200-17l7.1-7.1c4.7-4.7%2012.3-4.7%2017%200L128%20287.3l100.4-102.2c4.7-4.7%2012.3-4.7%2017%200l7.1%207.1c4.7%204.7%204.7%2012.3%200%2017L136.5%20327c-4.7%204.6-12.3%204.6-17-.1z%22%2F%3E%3C%2Fsvg%3E');
    background-position: 0 0;
}

.fancy-theme-material .fancy-menu-item-active .fancy-grid-header-cell-trigger-down {
    /*
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226%22%20height%3D%2230%22%20viewBox%3D%220%200%20256%20512%22%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M119.5%20326.9L3.5%20209.1c-4.7-4.7-4.7-12.3%200-17l7.1-7.1c4.7-4.7%2012.3-4.7%2017%200L128%20287.3l100.4-102.2c4.7-4.7%2012.3-4.7%2017%200l7.1%207.1c4.7%204.7%204.7%2012.3%200%2017L136.5%20327c-4.7%204.6-12.3%204.6-17-.1z%22%2F%3E%3C%2Fsvg%3E');
    background-position: 0 0;
    */
}

.fancy-theme-material .fancy-menu-item-active {
    background: #eee;
    color: #6c6e6f;
}

.fancy-theme-material .fancy-panel-header {
    background-color: #eceeef;
    font-weight: 500;
    font-size: 15px;
    color: #6c6e6f;
}

.fancy-theme-material .fancy-grid-header-cell {
    background-color: #fafafa;
    border-color: #e2e2e2;
}

.fancy-theme-material .fancy-panel-tbar {
    border-left-width: 0;
    border-right-width: 0;
}

.fancy-theme-material .fancy-panel-bbar {
    border-left-width: 0;
    border-right-width: 0;
}

.fancy-theme-material .fancy-grid-header-cell-text {
    color: rgba(0, 0, 0, 0.54);
    font: 700 12px "Roboto", sans-serif;
}

.fancy-theme-material .fancy-grid-cell {
    background-color: #fafafa;
    border-color: #e3e3e3;
    color: rgba(0, 0, 0, 0.87);
    font-family: Roboto, sans-serif;
    font-size: 12px;
    font-weight: 400;
}

.fancy-theme-material .fancy-grid-header-cell-container {
    padding-top: 14px;
}

.fancy-theme-material .fancy-grid-column .fancy-grid-cell-selected {
    background-color: #e0e0e0;
}

.fancy-theme-material .fancy-grid-cell.fancy-grid-cell-over {
    background-color: #eee;
}

.fancy-theme-material .fancy-grid-cell-inner {
    margin-top: 13px;
}

.fancy-theme-material .fancy-panel-tbar {
    background-color: #f5f5f5;
}

.fancy-theme-material .fancy-grid-group-row {
    font-family: Roboto, sans-serif;
    font-size: 13px;
    background-color: #f5f5f5;
    color: rgba(0, 0, 0, 0.54);
}

.fancy-theme-material .fancy-grid-group-row-inner {
    padding-top: 13px;
}

.fancy-theme-material .fancy-grid-group-row-collapsed .fancy-grid-group-row-inner {
    background-position: 8px 9px;
}

.fancy-theme-material .fancy-grid-group-row-inner {
    background-position: 8px -91px;
}

.fancy-theme-material .fancy-grid-column-row-drag svg {
    margin-top: -2px;
}

.fancy-theme-material .fancy-field-label {
    color: rgba(0, 0, 0, 0.54);
}

.fancy-theme-material .fancy-grid-header-cell-group-level-1 .fancy-grid-header-cell-container {
    padding-top: 13px;
}

.fancy-theme-material .fancy-grid-header-grouped .fancy-grid-header-cell-group-level-2 .fancy-grid-header-cell-container {
    padding-top: 15px;
}

.fancy-theme-material .fancy-grid-header-cell-double .fancy-grid-header-cell-container {
    padding-top: 32px;
}

.fancy-theme-material .fancy-grid-header-filter-cell-small .fancy-grid-header-cell-container {
    padding-top: 20px;
}

.fancy-theme-material .fancy-grid-header-cell-trigger {
    background-color: #eee;
}

.fancy-theme-material .fancy-grid-header-cell-trigger-image {
    margin-top: 12px;
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%20418%20512%22%3E%3Cpath%20fill%3D%22%238a8a8a%22%20d%3D%22M436%20124H12c-6.627%200-12-5.373-12-12V80c0-6.627%205.373-12%2012-12h424c6.627%200%2012%205.373%2012%2012v32c0%206.627-5.373%2012-12%2012zm0%20160H12c-6.627%200-12-5.373-12-12v-32c0-6.627%205.373-12%2012-12h424c6.627%200%2012%205.373%2012%2012v32c0%206.627-5.373%2012-12%2012zm0%20160H12c-6.627%200-12-5.373-12-12v-32c0-6.627%205.373-12%2012-12h424c6.627%200%2012%205.373%2012%2012v32c0%206.627-5.373%2012-12%2012z%22%2F%3E%3C%2Fsvg%3E');
}

.fancy-theme-material .fancy-panel-header-text {
    padding-top: 17px;
}

.fancy-theme-material .fancy-panel-resize-corner {
    right: 0;
    border-bottom: 15px solid #6c6e6f;
}

.fancy-theme-material .fancy-button-text {
    color: rgba(0, 0, 0, 0.54);
}

.fancy-theme-material .fancy-panel-tbar .fancy-bar-button {
    margin-top: 8px;
}

.fancy-theme-material .fancy-panel-buttons .fancy-bar-button {
    margin-top: 8px;
}

.fancy-theme-material .fancy-separator {
    margin-top: 12px !important;
}

.fancy-theme-material .fancy-bar-text {
    margin-top: 5px;
}

.fancy-theme-material .fancy-grid-header {
    background-color: #fafafa;
}

.fancy-theme-material .fancy-grid-left {
    border-right-color: #e2e2e2;
}

.fancy-theme-material .fancy-button {
    color: rgba(0, 0, 0, 0.54);
}

    .fancy-theme-material .fancy-button:hover {
        background-color: rgba(17, 17, 17, 0.075);
        border-color: none;
    }

.fancy-theme-material .fancy-button-disabled:hover {
    background-color: transparent;
}

.fancy-theme-material.fancy-panel-grid-inside {
    border-bottom-width: 0;
}

.fancy-grid-state-resize-column .fancy-theme-material .fancy-grid-header-cell {
    background-color: initial;
}

.fancy-theme-material ul {
    background-color: #fafafa;
}

.fancy-theme-material li .fancy-combo-list-value {
    color: rgba(0, 0, 0, 0.87);
}

.fancy-theme-material li:hover {
    background-color: #eee;
}

.fancy-theme-material li.fancy-combo-item-selected {
    background-color: #e0e0e0;
}

.fancy-theme-material li.fancy-combo-item-focused {
    background-color: #eee;
}

.fancy-theme-material .fancy-grid-group-row-inner {
    background-image: url(images/gray/options-slide.gif);
}

.fancy-theme-material .fancy-paging-next {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%20256%20512%22%3E%3Cpath%20fill%3D%22%238a8a8a%22%20d%3D%22M224.3%20273l-136%20136c-9.4%209.4-24.6%209.4-33.9%200l-22.6-22.6c-9.4-9.4-9.4-24.6%200-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6%200-33.9L54.3%20103c9.4-9.4%2024.6-9.4%2033.9%200l136%20136c9.5%209.4%209.5%2024.6.1%2034z%22%2F%3E%3C%2Fsvg%3E');
}

.fancy-theme-material .fancy-paging-prev {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%20256%20512%22%3E%3Cpath%20fill%3D%22%238a8a8a%22%20d%3D%22M31.7%20239l136-136c9.4-9.4%2024.6-9.4%2033.9%200l22.6%2022.6c9.4%209.4%209.4%2024.6%200%2033.9L127.9%20256l96.4%2096.4c9.4%209.4%209.4%2024.6%200%2033.9L201.7%20409c-9.4%209.4-24.6%209.4-33.9%200l-136-136c-9.5-9.4-9.5-24.6-.1-34z%22%2F%3E%3C%2Fsvg%3E');
}

.fancy-theme-material .fancy-paging-first {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%20448%20512%22%3E%3Cpath%20fill%3D%22%238a8a8a%22%20d%3D%22M223.7%20239l136-136c9.4-9.4%2024.6-9.4%2033.9%200l22.6%2022.6c9.4%209.4%209.4%2024.6%200%2033.9L319.9%20256l96.4%2096.4c9.4%209.4%209.4%2024.6%200%2033.9L393.7%20409c-9.4%209.4-24.6%209.4-33.9%200l-136-136c-9.5-9.4-9.5-24.6-.1-34zm-192%2034l136%20136c9.4%209.4%2024.6%209.4%2033.9%200l22.6-22.6c9.4-9.4%209.4-24.6%200-33.9L127.9%20256l96.4-96.4c9.4-9.4%209.4-24.6%200-33.9L201.7%20103c-9.4-9.4-24.6-9.4-33.9%200l-136%20136c-9.5%209.4-9.5%2024.6-.1%2034z%22%2F%3E%3C%2Fsvg%3E');
}

.fancy-theme-material .fancy-paging-last {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%20448%20512%22%3E%3Cpath%20fill%3D%22%238a8a8a%22%20d%3D%22M224.3%20273l-136%20136c-9.4%209.4-24.6%209.4-33.9%200l-22.6-22.6c-9.4-9.4-9.4-24.6%200-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6%200-33.9L54.3%20103c9.4-9.4%2024.6-9.4%2033.9%200l136%20136c9.5%209.4%209.5%2024.6.1%2034zm192-34l-136-136c-9.4-9.4-24.6-9.4-33.9%200l-22.6%2022.6c-9.4%209.4-9.4%2024.6%200%2033.9l96.4%2096.4-96.4%2096.4c-9.4%209.4-9.4%2024.6%200%2033.9l22.6%2022.6c9.4%209.4%2024.6%209.4%2033.9%200l136-136c9.4-9.2%209.4-24.4%200-33.8z%22%2F%3E%3C%2Fsvg%3E');
}

.fancy-theme-material .fancy-paging-refresh {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%238a8a8a%22%20d%3D%22M256.455%208c66.269.119%20126.437%2026.233%20170.859%2068.685l35.715-35.715C478.149%2025.851%20504%2036.559%20504%2057.941V192c0%2013.255-10.745%2024-24%2024H345.941c-21.382%200-32.09-25.851-16.971-40.971l41.75-41.75c-30.864-28.899-70.801-44.907-113.23-45.273-92.398-.798-170.283%2073.977-169.484%20169.442C88.764%20348.009%20162.184%20424%20256%20424c41.127%200%2079.997-14.678%20110.629-41.556%204.743-4.161%2011.906-3.908%2016.368.553l39.662%2039.662c4.872%204.872%204.631%2012.815-.482%2017.433C378.202%20479.813%20319.926%20504%20256%20504%20119.034%20504%208.001%20392.967%208%20256.002%207.999%20119.193%20119.646%207.755%20256.455%208z%22%2F%3E%3C%2Fsvg%3E');
}

.fancy-theme-material .fancy-field-checkbox-input {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Crect%20id%3D%22a%22%20rx%3D%222%22%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2214%22%20height%3D%2214%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23FFF%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Crect%20width%3D%2214%22%20height%3D%2214%22%20rx%3D%222%22%20x%3D%22.5%22%20y%3D%22.5%22%20stroke%3D%22%23C1C9D1%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}

    .fancy-theme-material .fancy-field-checkbox-input:hover {
        background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Crect%20id%3D%22a%22%20rx%3D%222%22%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2214%22%20height%3D%2214%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23F2F4F8%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Crect%20width%3D%2214%22%20rx%3D%222%22%20height%3D%2214%22%20x%3D%22.5%22%20y%3D%22.5%22%20stroke%3D%22%23C1C9D1%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    }

.fancy-theme-material .fancy-checkbox-on .fancy-field-checkbox-input {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Crect%20id%3D%22a%22%20rx%3D%222%22%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2214%22%20height%3D%2214%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23FFF%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Crect%20rx%3D%222%22%20width%3D%2214%22%20height%3D%2214%22%20x%3D%22.5%22%20y%3D%22.5%22%20stroke%3D%22%23C1C9D1%22%2F%3E%3Cpath%20stroke%3D%22%238a8a8a%22%20zoom%3D%221.5%22%20stroke-width%3D%221.7%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4%207.5L6.5%2010%2011%204.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}

    .fancy-theme-material .fancy-checkbox-on .fancy-field-checkbox-input:hover {
        background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Crect%20id%3D%22a%22%20rx%3D%222%22%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2214%22%20height%3D%2214%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23F2F4F8%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Crect%20rx%3D%222%22%20width%3D%2214%22%20height%3D%2214%22%20x%3D%22.5%22%20y%3D%22.5%22%20stroke%3D%22%23C1C9D1%22%2F%3E%3Cpath%20stroke%3D%22%238a8a8a%22%20zoom%3D%221.5%22%20stroke-width%3D%221.7%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4%207.5L6.5%2010%2011%204.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    }

.fancy-theme-material .fancy-field-picker-button {
    background-image: url(images/gray/calendar.png);
}

.fancy-theme-material .fancy-picker-button-date-wrapper {
    margin-top: 4px;
}

.fancy-theme-material .fancy-picker-button-today {
    margin-top: 7px !important;
}

.fancy-theme-material .fancy-toolbar-tab {
    margin-top: 19px !important;
    background-color: inherit !important;
}

.fancy-theme-material .fancy-toolbar-tab-active {
    border-bottom: 2px solid #6c6e6f !important;
}

    .fancy-theme-material .fancy-toolbar-tab-active .fancy-button-text {
        color: rgba(0, 0, 0, 0.54) !important;
    }

.fancy-theme-material .fancy-grid-tree-expander {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%20%20%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%200h24v24H0z%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20stroke%3D%22%23C1C5CC%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.875%22%20d%3D%22M6.5%2010l5.5%204.5%205.5-4.5%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
    background-position-y: -4px;
    background-position-x: -4px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.fancy-theme-material .fancy-grid-tree-expander-expanded {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.fancy-theme-material .fancy-bar-container .fancy-field {
    margin-top: 9px !important;
}

.fancy-theme-material .fancy-field-search input.fancy-field-text-input {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%221284%20207%2024%2024%22%3E%3Cpath%20fill%3D%22%23828A99%22%20d%3D%22M1298.5%20222.9C1297.5%20223.6%201296.3%20224%201295%20224%201291.7%20224%201289%20221.3%201289%20218%201289%20214.7%201291.7%20212%201295%20212%201298.3%20212%201301%20214.7%201301%20218%201301%20219.3%201300.6%20220.5%201299.9%20221.5L1302.7%20224.2C1303%20224.6%201303.1%20225.3%201302.7%20225.7%201302.3%20226%201301.6%20226%201301.2%20225.7L1298.5%20222.9ZM1295%20222C1297.2%20222%201299%20220.2%201299%20218%201299%20215.8%201297.2%20214%201295%20214%201292.8%20214%201291%20215.8%201291%20218%201291%20220.2%201292.8%20222%201295%20222Z%22%2F%3E%3C%2Fsvg%3E');
}

.fancy-theme-material .fancy-grid-column-sort-ASC .fancy-grid-header-cell-text {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%20320%20512%22%3E%3Cpath%20fill%3D%22%238a8a8a%22%20d%3D%22M288.662%20352H31.338c-17.818%200-26.741-21.543-14.142-34.142l128.662-128.662c7.81-7.81%2020.474-7.81%2028.284%200l128.662%20128.662c12.6%2012.599%203.676%2034.142-14.142%2034.142z%22%2F%3E%3C%2Fsvg%3E');
}

.fancy-theme-material .fancy-grid-column-sort-DESC .fancy-grid-header-cell-text {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%20320%20512%22%3E%3Cpath%20fill%3D%22%238a8a8a%22%20d%3D%22M31.3%20192h257.3c17.8%200%2026.7%2021.5%2014.1%2034.1L174.1%20354.8c-7.8%207.8-20.5%207.8-28.3%200L17.2%20226.1C4.6%20213.5%2013.5%20192%2031.3%20192z%22%2F%3E%3C%2Fsvg%3E');
}

.fancy-theme-material .fancy-field-radio-on .fancy-field-radio-input {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Ccircle%20id%3D%22a%22%20cx%3D%227%22%20cy%3D%227%22%20r%3D%227%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23FFF%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Ccircle%20cx%3D%227%22%20cy%3D%227%22%20r%3D%226.5%22%20stroke%3D%22%238a8a8a%22%2F%3E%3Ccircle%20cx%3D%227%22%20cy%3D%227%22%20r%3D%223%22%20fill%3D%22%238a8a8a%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    background-position: 0 0;
    background-repeat: no-repeat;
}

.fancy-theme-material .fancy-field-text.fancy-field-radio-on:hover .fancy-field-radio-input {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Ccircle%20id%3D%22a%22%20cx%3D%227%22%20cy%3D%227%22%20r%3D%227%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23F2F4F8%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Ccircle%20cx%3D%227%22%20cy%3D%227%22%20r%3D%226.5%22%20stroke%3D%22%238a8a8a%22%2F%3E%3Ccircle%20cx%3D%227%22%20cy%3D%227%22%20r%3D%223%22%20fill%3D%22%238a8a8a%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    background-position: 0 0;
    background-repeat: no-repeat;
}

.fancy-theme-material .fancy-checkbox-middle .fancy-field-checkbox-input {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Crect%20id%3D%22a%22%20rx%3D%222%22%20width%3D%2214%22%20height%3D%2214%22%20x%3D%220.5%22%20y%3D%220.5%22%20%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23FFF%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Crect%20rx%3D%222%22%20width%3D%2214%22%20height%3D%2214%22%20x%3D%22.5%22%20y%3D%22.5%22%20stroke%3D%22%23C1C9D1%22%2F%3E%3Cpath%20stroke%3D%22%238a8a8a%22%20zoom%3D%221.5%22%20stroke-width%3D%221.7%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4%207.5L11%207.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}

    .fancy-theme-material .fancy-checkbox-middle .fancy-field-checkbox-input:hover {
        background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Crect%20id%3D%22a%22%20rx%3D%222%22%20width%3D%2214%22%20height%3D%2214%22%20x%3D%220.5%22%20y%3D%220.5%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23F2F4F8%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Crect%20rx%3D%222%22%20width%3D%2214%22%20height%3D%2214%22%20x%3D%22.5%22%20y%3D%22.5%22%20stroke%3D%22%23C1C9D1%22%2F%3E%3Cpath%20stroke%3D%22%238a8a8a%22%20zoom%3D%221.5%22%20stroke-width%3D%221.7%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4%207.5L11%207.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    }

.fancy-theme-material.fancy-combo-result-list .fancy-field-checkbox-input {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Crect%20id%3D%22a%22%20rx%3D%222%22%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2214%22%20height%3D%2214%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23F2F4F8%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Crect%20width%3D%2214%22%20rx%3D%222%22%20height%3D%2214%22%20x%3D%22.5%22%20y%3D%22.5%22%20stroke%3D%22%23C1C9D1%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}

    .fancy-theme-material.fancy-combo-result-list .fancy-field-checkbox-input:hover {
        background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Crect%20id%3D%22a%22%20rx%3D%222%22%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2214%22%20height%3D%2214%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23F2F4F8%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Crect%20width%3D%2214%22%20rx%3D%222%22%20height%3D%2214%22%20x%3D%22.5%22%20y%3D%22.5%22%20stroke%3D%22%23C1C9D1%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    }

.fancy-theme-material.fancy-combo-result-list .fancy-combo-item-selected .fancy-field-checkbox-input {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Crect%20id%3D%22a%22%20rx%3D%222%22%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2214%22%20height%3D%2214%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23FFF%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Crect%20rx%3D%222%22%20width%3D%2214%22%20height%3D%2214%22%20x%3D%22.5%22%20y%3D%22.5%22%20stroke%3D%22%23C1C9D1%22%2F%3E%3Cpath%20stroke%3D%22%238a8a8a%22%20zoom%3D%221.5%22%20stroke-width%3D%221.7%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4%207.5L6.5%2010%2011%204.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}

    .fancy-theme-material.fancy-combo-result-list .fancy-combo-item-selected .fancy-field-checkbox-input:hover {
        background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Crect%20id%3D%22a%22%20rx%3D%222%22%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2214%22%20height%3D%2214%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23F2F4F8%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Crect%20rx%3D%222%22%20width%3D%2214%22%20height%3D%2214%22%20x%3D%22.5%22%20y%3D%22.5%22%20stroke%3D%22%23C1C9D1%22%2F%3E%3Cpath%20stroke%3D%22%238a8a8a%22%20zoom%3D%221.5%22%20stroke-width%3D%221.7%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4%207.5L6.5%2010%2011%204.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    }

.fancy-theme-material .fancy-grid-tree-folder-closed {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2218%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23C1C5CC%22%20d%3D%22M464%20128H272l-54.63-54.63c-6-6-14.14-9.37-22.63-9.37H48C21.49%2064%200%2085.49%200%20112v288c0%2026.51%2021.49%2048%2048%2048h416c26.51%200%2048-21.49%2048-48V176c0-26.51-21.49-48-48-48zm0%20272H48V112h140.12l54.63%2054.63c6%206%2014.14%209.37%2022.63%209.37H464v224z%22%20class%3D%22%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
}

.fancy-theme-material .fancy-grid-tree-folder-opened {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2218%22%20viewBox%3D%220%200%20576%20512%22%3E%3Cpath%20fill%3D%22%23C1C5CC%22%20d%3D%22M527.943%20224H480v-48c0-26.51-21.49-48-48-48H272l-64-64H48C21.49%2064%200%2085.49%200%20112v288c0%2026.51%2021.49%2048%2048%2048h400a48.001%2048.001%200%200%200%2040.704-22.56l79.942-128c19.948-31.917-3.038-73.44-40.703-73.44zM54%20112h134.118l64%2064H426a6%206%200%200%201%206%206v42H152a48%2048%200%200%200-41.098%2023.202L48%20351.449V117.993A5.993%205.993%200%200%201%2054%20112zm394%20288H72l77.234-128H528l-80%20128z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
}

.fancy-theme-material .fancy-grid-tree-folder-file {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2218%22%20viewBox%3D%220%200%20384%20512%22%3E%3Cpath%20fill%3D%22%23C1C5CC%22%20d%3D%22M369.9%2097.9L286%2014C277%205%20264.8-.1%20252.1-.1H48C21.5%200%200%2021.5%200%2048v416c0%2026.5%2021.5%2048%2048%2048h288c26.5%200%2048-21.5%2048-48V131.9c0-12.7-5.1-25-14.1-34zM332.1%20128H256V51.9l76.1%2076.1zM48%20464V48h160v104c0%2013.3%2010.7%2024%2024%2024h104v288H48z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
}

.fancy-theme-material .fancy-menu-item {
    padding-top: 3px;
}

    .fancy-theme-material .fancy-menu-item.fancy-menu-item-sep {
        padding-top: 0;
    }

.fancy-theme-material .fancy-menu-item-right-image.fancy-menu-item-expand {
    margin-top: 3px;
}

.fancy-theme-material.fancy-form-panel {
    border-bottom-width: 0;
}
