@font-face {
    font-family: myriad;
    src: url("../webfonts/MYRIADPRO-REGULAR.OTF");
}

div#profileChooser {
    text-align: right;
    padding-bottom: 5px;
    padding-right: 15px;
}

div#statsPanel .x-tab-strip a, div#statsPanelEditor .x-tab-strip a {
    border-bottom: none !important;
}

div#statsPanel .x-tree-node a, div#statsPanelEditor .x-tree-node a, .x-dd-drag-ghost a {
    border-bottom: none !important;
}

div#statsPanel .x-tree-icon-leaf, div#statsPanelEditor .x-tree-icon-leaf {
    width: 16px;
    background-image: url("../img/leaf.gif");
}

/* line 170, ../themes/stylesheets/ext4/default/widgets/_tree.scss */
div#statsPanel .x-tree-icon-parent, div#statsPanelEditor .x-tree-icon-parent {
    width: 16px;
    background-image: url("../img/folder.gif");
}

/* line 175, ../themes/stylesheets/ext4/default/widgets/_tree.scss */
div#statsPanel .x-grid-tree-node-expanded .x-tree-icon-parent,
div#statsPanelEditor .x-grid-tree-node-expanded .x-tree-icon-parent {
    background-image: url("../img/folder-open.gif");
}

div#statsPanel .x-form-checkbox, div#statsPanelEditor .x-form-checkbox {
    margin-right: 5px;
}

span.treedashboard {
    background-image: url(../img/treebutton.png);
    background-position: right;
    background-repeat: no-repeat;
    font-size: 110%;
    padding: 5px 20px 5px 30px;
    line-height: 25px;
    text-align: right;
}

a.treedashboard {
    color: #fff !important;
    font-weight: bold;
    border-bottom: none;
}

a:hover.treedashboard {
    color: #212121 !important;
}

.treeindicators div.x-panel-body {
    border-top-width: 0 !important;
}

div.x-btn a {
    border: none;
}

div#statsPanel .treeitem, div#statsPanelEditor .treeitem {
    /*display: table;*/
}

div#statsPanel .x-tree-panel .x-grid-cell-inner img,
div#statsPanelEditor .x-tree-panel .x-grid-cell-inner img {
    float: left;
}

div.dashPanelBar {
    font-family: myriad;
    font-size: 150%;
    color: #fff;
    font-weight: normal !important;
    border: none !important;
    background: none !important;
    margin-bottom: 20px;
    background: #287785 url(../img/backg_dashpanelbar.png) left top no-repeat !important;
}

div.dashPanelTab {
    border-top-color: #287785 !important;
    border-left-color: #287785 !important;
    border-bottom-color: #287785 !important;
    border-right-color: #287785 !important;
    background-image: none;
    border-radius: 0;
    border-style: none;
    border-width: 0;
    box-shadow: none;
    padding: 0 3px 0 5px;
    background: #287785 url(../img/backg_dashpaneltab.png) left top no-repeat !important;
}

div.dashPanelTab.x-top-active {
    background: #000 url(../img/backg_home.png) left top no-repeat !important;
    padding-bottom: 30px !important;
}

div.dashPanelTab:hover {
    color: #287785 !important;
    background-color: #fff !important;
    background-image: none !important;
}

div.dashPanelBar .x-box-scroller {
    height: 47px;
}

div.dashPanelBar .x-box-scroller-left .x-box-scroller {
    background: #287785 url(../img/scroll_left.png) left top no-repeat !important;
    opacity: 0.2px;
}

div.dashPanelBar .x-box-scroller-right .x-box-scroller {
    background: #287785 url(../img/scroll_right.png) left top no-repeat !important;
    opacity: 0.2px;
}

div.chartNoData div.x-mask {
    background: none repeat scroll 0 0 #fff;
    opacity: 0.9;
}

.noDataMessage {
    background: none !important;
    border: none !important;
}

.noDataMessage div {
    background: none !important;
    border: none !important;
    cursor: default;
    font: 18px Arial !important;
    font-weight: bold !important;
    padding: 0;
}

.normalToolbarButton {
    border-color: #9d9d9d;
    background-image: none;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fbfbfb), color-stop(100%, #e9e9e9));
    background-image: -webkit-linear-gradient(top, #fbfbfb, #e9e9e9);
    background-image: -moz-linear-gradient(top, #fbfbfb, #e9e9e9);
    background-image: -o-linear-gradient(top, #fbfbfb, #e9e9e9);
    background-image: -ms-linear-gradient(top, #fbfbfb, #e9e9e9);
    background-image: linear-gradient(top, #fbfbfb, #e9e9e9);
}

.notificationInfo {
    background: url(../img/popup_info.png) left top no-repeat;
    padding-left: 60px;
    min-height: 60px;
}

.notificationQuestion {
    background: url(../img/popup_question.png) left top no-repeat;
    padding-left: 60px;
    min-height: 60px;
}

.notificationWarning {
    background: url(../img/popup_warning.png) left top no-repeat;
    padding-left: 60px;
    min-height: 60px;
}

.notificationError {
    background: url(../img/popup_error.png) left top no-repeat;
    padding-left: 60px;
    min-height: 60px;
}

.sqlErrorsNotificationArea {
    font-size: 120%;
    overflow: auto;
}

.sqlErrorsNotificationArea li {
    list-style: square;
    list-style-position: inside;
    padding-left: 10px;
}

.helpContent h3 {
    font-size: 14px;
    padding: 20px 0 0 0;
}

.helpContent li {
    list-style: square;
    list-style-position: inside;
    padding-left: 10px;
}

.sqlTemplateListCell {
    margin-top: 5px;
    margin-left: 5px;
    padding: 5px 0 10px 55px;
    background: url(../img/ddm/sqldocument-icon.png) left top no-repeat;
    background-size: 40px 40px;
    min-height: 50px;
}

.translationTemplateListCell {
    margin-top: 5px;
    margin-left: 5px;
    padding: 5px 0 10px 55px;
    background: url(../img/ddm/translation-icon.png) left top no-repeat;
    background-size: 40px 40px;
    min-height: 50px;
}

.sqlTemplateFilterListCell {
    margin-top: 5px;
    margin-left: 5px;
    padding: 5px 0 10px 55px;
    background: url(../img/ddm/sqlFilter-icon.png) left top no-repeat;
    background-size: 40px 40px;
    min-height: 50px;
}

.sqlTemplateFilterListCell code {
    color: #666
}

.hintTitle {
    font-weight: bold;
    font-size: 130%;
    display: block;
}

.height22 {
    line-height: 22px;
}

div#statsPanel fieldSet, div#statsPanelEditor fieldSet, div.reportAreaEditorWindow fieldSet {
    margin: 0 !important;
    padding: 10px 0 10px 5px !important;
}

div#statsPanel label, div#statsPanelEditor label, div.reportAreaEditorWindow label {
    margin: 0 5px 0 0 !important;
}

div#statsPanel label, div#statsPanelEditor label, div.reportAreaEditorWindow label {
    font-weight: normal;
}

.fieldSetTitle, .fieldSetTitle legend {
    /*color: #677a4b;*/
    /*font-family: proxima_novalight;*/
    font-size: 120% !important;
    border-bottom: none !important;
    padding-top: 10px;
    -moz-padding-start: 0px !important;
    -webkit-padding-start: 0px !important;
    -ms-padding-start: 0px !important;
    -moz-padding-end: 0px !important;
    -webkit-padding-end: 0px !important;
    -ms-padding-end: 0px;
}

.sqlEditorFilterForm .CodeMirror {
    border: 1px solid #b5b8c8;
}

.sqlEditorFilterForm .recordSelected {
    background-color: #e0e0e0 !important !
}