.panel {
    overflow: hidden;
    text-align: left;
    margin: 0;
    border: 0;
    -moz-border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}

.panel-header,
.panel-body {
    border-width: 1px;
    border-style: solid;
}

.panel-header {
    padding: 5px;
    position: relative;
}

.panel-title {
    background: url('images/blank.gif') no-repeat;
}

.panel-header-noborder {
    border-width: 0 0 1px 0;
}

.panel-body {
    overflow: auto;
    border-top-width: 0;
    padding: 0;
}

.panel-body-noheader {
    border-top-width: 1px;
}

.panel-body-noborder {
    border-width: 0px;
}

.panel-body-nobottom {
    border-bottom-width: 0;
}

.panel-with-icon {
    padding-left: 18px;
}

.panel-icon,
.panel-tool {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    height: 16px;
    overflow: hidden;
}

.panel-icon {
    left: 5px;
    width: 16px;
}

.panel-tool {
    right: 5px;
    width: auto;
}

    .panel-tool a {
        display: inline-block;
        width: 16px;
        height: 16px;
        opacity: 0.6;
        filter: alpha(opacity=60);
        margin: 0 0 0 2px;
        vertical-align: top;
    }

        .panel-tool a:hover {
            opacity: 1;
            filter: alpha(opacity=100);
            background-color: #E6E6E6;
            -moz-border-radius: -2px -2px -2px -2px;
            -webkit-border-radius: -2px -2px -2px -2px;
            border-radius: -2px -2px -2px -2px;
        }

.panel-loading {
    padding: 11px 0px 10px 30px;
}

.panel-noscroll {
    overflow: hidden;
}

.panel-fit,
.panel-fit body {
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
}

.panel-loading {
    background: url('images/loading.gif') no-repeat 10px 10px;
}

.panel-tool-close {
    background: url('images/panel_tools.png') no-repeat -16px 0px;
}

.panel-tool-min {
    background: url('images/panel_tools.png') no-repeat 0px 0px;
}

.panel-tool-max {
    background: url('images/panel_tools.png') no-repeat 0px -16px;
}

.panel-tool-restore {
    background: url('images/panel_tools.png') no-repeat -16px -16px;
}

.panel-tool-collapse {
    background: url('images/panel_tools.png') no-repeat -32px 0;
}

.panel-tool-expand {
    background: url('images/panel_tools.png') no-repeat -32px -16px;
}

.panel-header,
.panel-body {
    border-color: #ddd;
}

.panel-header {
    background-color: #ffffff;
}

.panel-body {
    /*  background-color: #fff;
  color: #444;*/
    font-size: 14px;
}

.panel-title {
    font-size: 14px;
    font-weight: bold;
    color: #777;
    height: 16px;
    line-height: 16px;
}

.panel-footer {
    border: 1px solid #ddd;
    overflow: hidden;
    background: #fff;
}

.panel-footer-noborder {
    border-width: 1px 0 0 0;
}

.textbox {
    position: relative;
    border: 1px solid #ddd;
    background-color: #fff;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    -moz-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
}

    .textbox .textbox-text {
        font-size: 14px;
        border: 0;
        margin: 0;
        padding: 4px;
        white-space: normal;
        vertical-align: top;
        outline-style: none;
        resize: none;
        -moz-border-radius: 0px 0px 0px 0px;
        -webkit-border-radius: 0px 0px 0px 0px;
        border-radius: 0px 0px 0px 0px;
    }

    .textbox .textbox-prompt {
        font-size: 14px;
        color: #aaa;
    }

.textbox-button,
.textbox-button:hover {
    position: absolute;
    top: 0;
    padding: 0;
    vertical-align: top;
    -moz-border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}

.textbox-button-right,
.textbox-button-right:hover {
    border-width: 0 0 0 1px;
}

.textbox-button-left,
.textbox-button-left:hover {
    border-width: 0 1px 0 0;
}

.textbox-addon {
    position: absolute;
    top: 0;
}

.textbox-icon {
    display: inline-block;
    width: 18px;
    height: 20px;
    overflow: hidden;
    vertical-align: top;
    background-position: center center;
    cursor: pointer;
    opacity: 0.6;
    filter: alpha(opacity=60);
    text-decoration: none;
    outline-style: none;
}

.textbox-icon-disabled,
.textbox-icon-readonly {
    cursor: default;
}

.textbox-icon:hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
}

.textbox-icon-disabled:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.textbox-focused {
    -moz-box-shadow: 0 0 3px 0 #ddd;
    -webkit-box-shadow: 0 0 3px 0 #ddd;
    box-shadow: 0 0 3px 0 #ddd;
}

.textbox-invalid {
    border-color: #ffa8a8;
    background-color: #fff3f3;
}

.filebox .textbox-value {
    vertical-align: top;
    position: absolute;
    top: 0;
    left: -5000px;
}

.combo {
    display: inline-block;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    border-width: 1px;
    border-style: solid;
    overflow: hidden;
    vertical-align: middle;
}

    .combo .combo-text {
        font-size: 14px;
        border: 0px;
        margin: 0;
        padding: 0px 2px;
        vertical-align: baseline;
    }

.combo-arrow {
    width: 18px;
    height: 20px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.combo-arrow-hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
}

.combo-panel {
    overflow: auto;
}

.combo-arrow {
    background: url('comboimages/combo_arrow.png') no-repeat center center;
}

.combo-panel {
    background-color: #fff;
}

.combo {
    border-color: #ddd;
    background-color: #fff;
}

.combo-arrow {
    background-color: #ffffff;
}

.combo-arrow-hover {
    background-color: #E6E6E6;
}

.combo-arrow:hover {
    background-color: #E6E6E6;
}

.combo .textbox-icon-disabled:hover {
    cursor: default;
}

.textbox-invalid {
    border-color: #ffa8a8;
    background-color: #fff3f3;
}

.combobox-item,
.combobox-group {
    font-size: 14px;
    padding: 3px;
    padding-right: 0px;
}

.combobox-item-disabled {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.combobox-gitem {
    padding-left: 10px;
}

.combobox-group {
    font-weight: bold;
}

.combobox-item-hover {
    background-color: #E6E6E6;
    color: #444;
}

.combobox-item-selected {
    background-color: #CCE6FF;
    color: #000;
}

.tree {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    .tree li {
        white-space: nowrap;
    }

        .tree li ul {
            list-style-type: none;
            margin: 0;
            padding: 0;
        }

.tree-node {
    height: 18px;
    white-space: nowrap;
    cursor: pointer;
}

.tree-hit {
    cursor: pointer;
}

.tree-expanded,
.tree-collapsed,
.tree-folder,
.tree-file,
.tree-checkbox,
.tree-indent {
    display: inline-block;
    width: 16px;
    height: 18px;
    vertical-align: top;
    overflow: hidden;
}

.tree-expanded {
    background: url('comboimages/tree_icons.png') no-repeat -18px 0px;
}

.tree-expanded-hover {
    background: url('comboimages/tree_icons.png') no-repeat -50px 0px;
}

.tree-collapsed {
    background: url('comboimages/tree_icons.png') no-repeat 0px 0px;
}

.tree-collapsed-hover {
    background: url('comboimages/tree_icons.png') no-repeat -32px 0px;
}

.tree-lines .tree-expanded,
.tree-lines .tree-root-first .tree-expanded {
    background: url('comboimages/tree_icons.png') no-repeat -144px 0;
}

.tree-lines .tree-collapsed,
.tree-lines .tree-root-first .tree-collapsed {
    background: url('comboimages/tree_icons.png') no-repeat -128px 0;
}

.tree-lines .tree-node-last .tree-expanded,
.tree-lines .tree-root-one .tree-expanded {
    background: url('comboimages/tree_icons.png') no-repeat -80px 0;
}

.tree-lines .tree-node-last .tree-collapsed,
.tree-lines .tree-root-one .tree-collapsed {
    background: url('comboimages/tree_icons.png') no-repeat -64px 0;
}

.tree-line {
    background: url('comboimages/tree_icons.png') no-repeat -176px 0;
}

.tree-join {
    background: url('comboimages/tree_icons.png') no-repeat -192px 0;
}

.tree-joinbottom {
    background: url('comboimages/tree_icons.png') no-repeat -160px 0;
}

.tree-folder {
    background: url('comboimages/tree_icons.png') no-repeat -208px 0;
}

.tree-folder-open {
    background: url('comboimages/tree_icons.png') no-repeat -224px 0;
}

.tree-file {
    background: url('comboimages/tree_icons.png') no-repeat -240px 0;
}

.tree-loading {
    background: url('comboimages/loading.gif') no-repeat center center;
}

.tree-checkbox0 {
    background: url('comboimages/tree_icons.png') no-repeat -208px -18px;
}

.tree-checkbox1 {
    background: url('comboimages/tree_icons.png') no-repeat -224px -18px;
}

.tree-checkbox2 {
    background: url('comboimages/tree_icons.png') no-repeat -240px -18px;
}

.tree-title {
    font-size: 14px;
    display: inline-block;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    padding: 0 2px;
    height: 18px;
    line-height: 18px;
}

.tree-node-proxy {
    font-size: 14px;
    line-height: 20px;
    padding: 0 2px 0 20px;
    border-width: 1px;
    border-style: solid;
    z-index: 9900000;
}

.tree-dnd-icon {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 18px;
    left: 2px;
    top: 50%;
    margin-top: -9px;
}

.tree-dnd-yes {
    background: url('comboimages/tree_icons.png') no-repeat -256px 0;
}

.tree-dnd-no {
    background: url('comboimages/tree_icons.png') no-repeat -256px -18px;
}

.tree-node-top {
    border-top: 1px dotted red;
}

.tree-node-bottom {
    border-bottom: 1px dotted red;
}

.tree-node-append .tree-title {
    border: 1px dotted red;
}

.tree-editor {
    border: 1px solid #ccc;
    font-size: 12px;
    height: 14px !important;
    height: 18px;
    line-height: 14px;
    padding: 1px 2px;
    width: 80px;
    position: absolute;
    top: 0;
}

.tree-node-proxy {
    background-color: #fff;
    color: #444;
    border-color: #ddd;
}

.tree-node-hover {
    background: #E6E6E6;
    color: #444;
}

.tree-node-selected {
    background: #CCE6FF;
    color: #000;
}

.validatebox-invalid {
    border-color: #ffa8a8;
    background-color: #fff3f3;
    color: #000;
}