/*
All of the code within the FancyGrid software is developed and copyrighted by FancyGrid, Inc., and may not be copied,
replicated, or used in any other software or application without prior permission from FancyGrid. All usage must coincide with the
FancyGrid End User License Agreement which can be requested by email at support@fancygrid.com.

Build: 1.2.5
*/

.fancy {
    font-family: tahoma, arial, verdana, sans-serif, 'Lucida Sans';
    font-size: 11px;
    font-weight: 700;
    line-height: 14px
}

.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
}

.fancy-display-none {
    display: none
}

.fancy-button {
    text-align: center;
    font-weight: 700;
    -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 .1s linear, color .1s linear;
    -moz-transition: background-color .1s linear, color .1s linear;
    -o-transition: background-color .1s linear, color .1s linear;
    transition: background-color .1s linear, color .1s 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.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: .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: .3
}

.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: 400 11px / 16px tahoma, arial, sans-serif
}

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

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

.fancy-field-not-valid input {
    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-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: 400;
    cursor: pointer
}

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

.fancy-field-search input.fancy-field-text-input {
    background: url(images/default/search.png) no-repeat;
    padding-left: 28px;
    background-position: 8px
}

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

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

.fancy-field-spin .fancy-field-spin-up {
    background: url(images/default/spin.png) no-repeat;
    height: 16px;
    background-position-y: 2px;
    background-position-x: 1px
}

.fancy-field-spin .fancy-field-spin-down {
    background: url(images/default/spin.png) no-repeat;
    height: 13px;
    background-position-y: -17px;
    background-position-x: 1px
}

.fancy-panel-shadow {
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .15);
    box-shadow: 0 0 3px rgba(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: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

.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, .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: 700;
    border-top: 1px solid transparent;
    padding: 14px 14px 18px
}

.fancy-panel .fancy-panel-body {
    background-color: #fff;
    overflow: hidden;
    border: 2px solid #1e8fc6
}

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

.fancy-panel .fancy-panel-bbar .fancy-button {
    margin-right: 10px;
    float: right;
    margin-top: 4px
}

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

.fancy-panel .fancy-panel-buttons .fancy-button {
    margin-right: 10px;
    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-sub-tbar, .fancy-panel .fancy-panel-tbar {
    padding-right: 3px;
    padding-left: 5px;
    height: 30px;
    width: 100%;
    background-color: #F7F7F7
}

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

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

.fancy-panel .fancy-panel-sub-tbar .fancy-toolbar-tab, .fancy-panel .fancy-panel-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-sub-tbar .fancy-toolbar-tab-active, .fancy-panel .fancy-panel-tbar .fancy-toolbar-tab-active {
    background: #048DC8
}

.fancy-panel .fancy-panel-sub-tbar .fancy-toolbar-tab-active .fancy-button-text,
.fancy-panel .fancy-panel-tbar .fancy-toolbar-tab-active .fancy-button-text {
    color: #fff;
    font-weight: 700
}

.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 .1s linear;
    -moz-transition: color .1s linear;
    -o-transition: color .1s linear;
    transition: color .1s linear;
    font-family: tahoma, arial, verdana, sans-serif, 'Lucida Sans';
    font-size: 11px;
    font-weight: 400;
    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: .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: 400
}

.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: 0 0;
    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: 0 0;
    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: 0 0;
    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: 0 0;
    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, .5);
    position: absolute
}

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

.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-bbar, .fancy-panel-buttons, .fancy-panel-footer, .fancy-panel-sub-tbar,
.fancy-panel-tbar {
    position: relative
}

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

.fancy-bar-container {
    width: 10000px
}

.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: 400;
    overflow: hidden;
    resize: none
}

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

.fancy-field-checkbox-input {
    float: left;
    width: 15px;
    height: 14px !important;
    margin: 7px 0 0 0;
    margin-right: 5px;
    margin-bottom: 2px;
    background: url(images/default/check.png) 0 0 no-repeat;
    cursor: pointer
}

.fancy-field-checkbox-input:hover {
    background-position: 0 -28px
}

.fancy-checkbox-on .fancy-field-checkbox-input {
    background-position: 0 -14px
}

.fancy-checkbox-on .fancy-field-checkbox-input:hover {
    background-position: 0 -42px
}

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

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

.fancy-field-radio-input {
    float: left;
    width: 15px;
    height: 14px !important;
    margin: 7px 0 0 0;
    margin-right: 5px;
    margin-bottom: 2px;
    background: url(images/default/radio.png) 0 0 no-repeat;
    cursor: pointer
}

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

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

.fancy-field-radio .fancy-field-text:hover .fancy-field-radio-input {
    background-position: 0 -28px
}

.fancy-field-radio .fancy-field-text {
    color: #2b587a;
    font-weight: 400
}

.fancy-field-radio-on .fancy-field-radio-input {
    background-position: 0 -14px
}

.fancy-field-radio-on:hover .fancy-field-radio-input {
    background-position: 0 -42px !important
}

.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: 400
}

.fancy-set-collapsed fieldset {
    background: 0 0;
    border-width: 1px 1px 0 1px;
    border-left-color: transparent;
    border-right-color: transparent
}

.fancy-field-tab {
    display: none
}

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

.fancy-combo {
    position: relative
}

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

.fancy-combo input {
    padding: 7px;
    margin: 0;
    height: 13px;
    color: #2B587A;
    float: left;
    outline: 0;
    font: 400 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;
    background: url(images/default/wide_dd.gif) transparent no-repeat center center;
    border: none;
    padding: 0;
    position: absolute;
    right: 0;
    top: -1px;
    height: 30px;
    cursor: pointer
}

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

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

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

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

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

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

.fancy-tag-field {
    position: relative
}

.fancy-tag-field input {
    background: #FFF;
    padding: 7px;
    margin: 0;
    height: 13px;
    color: #2B587A;
    float: left;
    outline: 0;
    font: 400 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: #fff;
    margin-top: -1px;
    z-index: 1
}

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

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

.fancy-tag-field-result-list ul {
    margin-bottom: 0
}

.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 .1s ease;
    transition: left .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
}

.fancy-bar-text {
    color: #8a8a8a;
    line-height: 16px;
    font-family: Lucida Grande, verdana, tahoma, arial, sans-serif, Lucida Sans;
    font-size: 11px;
    font-weight: 400
}

.fancy-separator {
    height: 25px;
    border-right: 1px solid #fff
}

.fancy-separator div {
    height: 25px;
    border-right: 1px solid #E0E0E0
}

.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: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

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

.fancy-button-disabled {
    opacity: .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: .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
}

.fancy-paging-first {
    background: url(images/default/paging.png) no-repeat scroll 0 0 transparent;
    background-position: 3px 3px !important
}

.fancy-paging-last {
    background: url(images/default/paging.png) no-repeat scroll 0 0 transparent;
    background-position: -16px 3px !important
}

.fancy-paging-next {
    background: url(images/default/paging.png) no-repeat scroll 0 0 transparent;
    background-position: -53px 2px !important
}

.fancy-paging-prev {
    background: url(images/default/paging.png) no-repeat scroll 0 0 transparent;
    background-position: -69px 2px !important
}

.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-combo-text, .fancy-field-label-align-right .fancy-field-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
}

.fancy-grid {
    position: relative;
    overflow: hidden;
    border: 1px solid #d3dbe1
}

.fancy-grid-header {
    position: relative;
    overflow: hidden;
    background-color: #e3e9ee;
    border-color: #d3dbe1;
    border-width: 0 0 1px 0;
    border-style: solid
}

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

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

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

.fancy-grid-header-cell-container {
    height: 30px;
    padding: 10px 8px;
    border-left: 1px solid #eff2f5;
    white-space: nowrap
}

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

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

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

.fancy-grid-center {
    position: absolute;
    top: 0;
    float: left;
    height: 100%
}

.fancy-grid-right {
    position: absolute;
    top: 0;
    float: left;
    height: 100%;
    border-left: 2px solid #d3dbe1
}

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

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

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

.fancy-grid-cell {
    border-width: 0 1px 1px 0;
    border-color: #d3dbe1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-style: solid;
    color: #1E8FC6
}

.fancy-grid-cell-inner {
    margin-left: 9px;
    margin-top: 9px;
    margin-right: 9px;
    font-weight: 400
}

.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 solid #eff2f5
}

.fancy-panel-grid-inside {
    border-bottom: 2px solid #1e8fc6
}

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

.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-weight: 700
}

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

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

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

.fancy-grid-empty-text {
    color: #8a8a8a;
    margin: 7px
}

.fancy-scroll-right {
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(235, 235, 245, .5);
    width: 12px;
    height: 100%;
    -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-right-active, .fancy-scroll-right-hover {
    width: 16px
}

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

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

.fancy-touch .fancy-scroll-right-inner {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none
}

.fancy-scroll-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(235, 235, 245, .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-bottom-active, .fancy-scroll-bottom-hover {
    height: 16px
}

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

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

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

.fancy-grid-column-sort-ASC .fancy-grid-header-cell-text {
    background: url(images/default/sort-arrows.png) no-repeat scroll right -77px transparent;
    padding-right: 17px
}

.fancy-grid-column-sort-DESC .fancy-grid-header-cell-text {
    background: url(images/default/sort-arrows.png) no-repeat scroll right 1px transparent;
    padding-right: 17px
}

.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, .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, .5);
    background-color: transparent !important;
    display: none;
    z-index: 1
}

.fancy-grid-color-cell {
    width: 17px;
    height: 17px;
    border: 1px solid #dbdbdb;
    cursor: pointer
}

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

.fancy-grid-column-sparkline-bullet canvas, svg, 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
}

.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 {
    background-color: #60B3E2
}

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

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

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

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

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

.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: 9px
}

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

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

.fancy-grid-group-row {
    height: 31px;
    background: #E1E7ED;
    color: #1e8fc6;
    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
}

.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
}

.fancy-grid-header-cell-double-size .fancy-grid-header-cell-container {
    padding-top: 24px;
    padding-bottom: 24px;
    height: 60px
}

.fancy-grid-header-filter-cell .fancy-grid-header-cell-container {
    height: 60px
}

.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-date-picker-cell-out-range {
    color: #d0d0d0
}

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

.fancy-grid-column .fancy-date-picker-cell-active {
    color: #fff;
    background-color: #1E8FC6
}

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

.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: 4px 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
}

.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: #fff;
    background-color: #1E8FC6
}

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

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

.fancy-month-picker-action-buttons .fancy-bar-button {
    margin-top: 3px !important
}

.fancy-loadmask {
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(208, 208, 208, .5)
}

.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: #1E8FC6;
    margin-top: 4px;
    font-size: 13px;
    font-weight: 300;
    font-family: 'Open Sans', 'Helvetica Neue', helvetica, arial, verdana, sans-serif
}

.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
}

.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
}

.fancy-theme-blue .fancy-panel-header {
    font-family: tahoma, arial, verdana, sans-serif, Lucida Sans;
    font-size: 13px;
    font-weight: 300;
    color: #FFF;
    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-first, .fancy-theme-blue .fancy-paging-last,
.fancy-theme-blue .fancy-paging-next, .fancy-theme-blue .fancy-paging-prev {
    background-image: url(images/blue/paging.png)
}

.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-DESC .fancy-grid-header-cell-text {
    background-image: url(images/blue/sort-arrows.png)
}

.fancy-theme-blue .fancy-grid-column-sort-ASC .fancy-grid-header-cell-text {
    background-image: url(images/blue/sort-arrows.png)
}

.fancy-theme-blue .fancy-field-checkbox-input {
    background-image: url(images/blue/check.png)
}

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

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

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

.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-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-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-scroll-bottom-inner {
    background: #DAE1E8
}

.fancy-theme-gray .fancy-grid-cell-inner {
    color: #888
}

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

.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(images/gray/paging.png)
}

.fancy-theme-gray .fancy-paging-last {
    background-image: url(images/gray/paging.png)
}

.fancy-theme-gray .fancy-paging-prev {
    background-image: url(images/gray/paging.png)
}

.fancy-theme-gray .fancy-paging-first {
    background-image: url(images/gray/paging.png)
}

.fancy-theme-gray .fancy-field-checkbox-input {
    background-image: url(images/gray/check.png)
}

.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-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: #fff;
    opacity: .8
}

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

.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-radio-input {
    background-image: url(images/gray/radio.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-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 {
    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, .35);
    border-right-color: #000;
    border-top: 1px solid #5a5a5a;
    -webkit-transition: background .2s ease-out;
    -moz-transition: background .2s ease-out;
    -ms-transition: background .2s ease-out;
    -o-transition: background .2s ease-out;
    transition: background .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, .1)
}

.fancy-theme-dark .fancy-grid-cell {
    background: #363636;
    color: #888;
    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(images/dark/sort-arrows.png)
}

.fancy-theme-dark .fancy-grid-column-sort-DESC .fancy-grid-header-cell-text {
    background-image: url(images/dark/sort-arrows.png)
}

.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 {
    background: rgba(85, 85, 85, .35);
    border: 1px solid #5a5a5a
}

.fancy-theme-dark .fancy-button .fancy-button-text {
    color: #ccc
}

.fancy-theme-dark .fancy-button:hover {
    background: #5a5a5a
}

.fancy-theme-dark .fancy-button:active {
    box-shadow: none;
    background: #555
}

.fancy-theme-dark .fancy-button-disabled:hover {
    background: rgba(85, 85, 85, .35)
}

.fancy-theme-dark .fancy-bar-button-disabled:hover {
    background: rgba(85, 85, 85, .35)
}

.fancy-theme-dark .fancy-button-disabled:active {
    background: rgba(85, 85, 85, .35);
    box-shadow: none
}

.fancy-theme-dark .fancy-field-text-input {
    border: 1px solid #151515;
    background: #222;
    color: #ddd;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .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: 700
}

.fancy-theme-dark .fancy-paging-next {
    background: url(images/dark/paging.png) no-repeat scroll 0 0 transparent
}

.fancy-theme-dark .fancy-paging-last {
    background: url(images/dark/paging.png) no-repeat scroll 0 0 transparent
}

.fancy-theme-dark .fancy-paging-prev {
    background: url(images/dark/paging.png) no-repeat scroll 0 0 transparent
}

.fancy-theme-dark .fancy-paging-first {
    background: url(images/dark/paging.png) no-repeat scroll 0 0 transparent
}

.fancy-theme-dark .fancy-field-checkbox-input {
    background-image: url(images/dark/check.png)
}

.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 0 0 0 1px #404040, inset 0 1px 1px 0 #404040;
    box-shadow: inset 0 0 0 1px #404040, inset 0 1px 1px 0 #404040
}

.fancy-theme-dark .fancy-picker-button-date-wrapper {
    width: 222px
}

.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-textarea-text-input {
    background-color: #222;
    border: 1px solid #151515;
    color: #ddd
}

.fancy-theme-dark .fancy-textarea-text-input:focus {
    border: 1px solid #ccc
}

.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-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: #CCC;
    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(images/dark/radio.png)
}

.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
}

.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, .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-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, .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-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: #fff
}

.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-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, .8)
}

.fancy-theme-sand .fancy-scroll-right {
    background: rgba(247, 241, 216, .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(images/sand/check.png)
}

.fancy-theme-sand .fancy-paging-next {
    background-image: url(images/sand/paging.png)
}

.fancy-theme-sand .fancy-paging-last {
    background-image: url(images/sand/paging.png)
}

.fancy-theme-sand .fancy-paging-prev {
    background-image: url(images/sand/paging.png)
}

.fancy-theme-sand .fancy-paging-first {
    background-image: url(images/sand/paging.png)
}

.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: .8;
    color: #fff
}

.fancy-theme-sand li.fancy-combo-item-selected {
    background: #6A6758;
    color: #fff
}

.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, .5)
}

.fancy-theme-sand .fancy-grid-resizer-right {
    border-right: 2px dashed rgba(105, 101, 88, .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-combo-dropdown-button {
    background-image: url(images/sand/wide_dd.png)
}

.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: #FFF
}

.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(images/sand/radio.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
}


