﻿body {
}

.button_blue {
    background-color: #007aff !important;
    color: #fff !important;
}

.light_text{
    color:red;
    font-weight:bolder
}

    .button_blue .f-btn-text {
        /*font-size: 1rem;*/
    }

.button_green {
    background-color: ForestGreen !important;
    color: #fff !important;
}

.button_orange {
    background-color: Chocolate !important;
    color: #fff !important;
}

.button_white {
    color: white;
}

.clear {
    clear: both;
}

.f-btn-icon-arrowd {
    color: #fff !important;
}

.f-state-focus.f-radiobutton.f-checked {
    border-color: #007aff;
}

    .f-state-focus.f-radiobutton.f-checked:after {
        background-color: #007aff;
    }

.f-state-default a,
.f-state-default a:link,
.f-state-default a:visited {
    color: #444;
}

.f-state-hover,
.f-menu .f-state-hover,
.f-widget-content .f-state-hover,
.f-widget-header .f-state-hover,
.f-state-focus,
.f-widget-content .f-state-focus,
.f-widget-header .f-state-focus {
    border-color: #007aff;
    background-color: rgba(100,149,237,0.1);
    color: #007aff;
}

    .f-state-hover a,
    .f-state-hover a:hover,
    .f-state-hover a:link,
    .f-state-hover a:visited,
    .f-state-focus a,
    .f-state-focus a:hover,
    .f-state-focus a:link,
    .f-state-focus a:visited {
        color: #007aff;
    }

.f-state-active,
.f-widget-content .f-state-active,
.f-widget-header .f-state-active {
    border-color: #007aff;
    background-color: rgba(100,149,237,0.1);
    color: #007aff;
}

    .f-state-active a,
    .f-state-active a:link,
    .f-state-active a:visited {
        color: #007aff;
    }

.f-state-focus.f-radiobutton.f-checked {
    border-color: #007aff;
}

.f-qtip-inner.f-widget-content {
    background-color: rgba(0,0,0,.75);
    color: #fff;
}

.f-checkbox.f-checked, .f-checkbox.f-checkbox-indeterminate {
    background-color: #007aff;
    border-color: #007aff;
}

.f-state-active .f-icon {
    color: #007aff;
}

.panel_border {
    border: 1px solid #c5c5c5;
}

.f-grid-column-lines .f-grid-cell {
    /*border-right: 2px solid #9e5309 !important;*/
}
.f-grid-row-lines .f-grid-cell {
    /*border-right: 2px solid #9e5309 !important;*/
}


.f-corner-all, .f-corner-top, .f-corner-left, .f-corner-tl {
    border-top-left-radius: 4px
}

.f-corner-all, .f-corner-top, .f-corner-right, .f-corner-tr {
    border-top-right-radius: 4px
}

.f-corner-all, .f-corner-bottom, .f-corner-left, .f-corner-bl {
    border-bottom-left-radius: 4px
}

.f-corner-all, .f-corner-bottom, .f-corner-right, .f-corner-br {
    border-bottom-right-radius: 4px
}

.f-btn{
    border-radius:3px;
}

.f-window > div:first-child {
    background-color: #007aff !important;
    color: #fff;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

    .f-window > div:first-child > div:nth-child(2) > a > i {
        color: #fff;
    }

.f-messagebox-icon.f-messageicon-information,
.f-messagebox-icon.f-messageicon-question {
    color: #007aff;
}

.f-state-error,
.f-widget-content .f-state-error,
.f-widget-header .f-state-error {
    border-color: #ffa8a8;
    background-color: #fff8f8;
    color: #000;
}

    .f-state-error .f-icon,
    .f-state-error-text .f-icon {
        color: #ff6c6c;
    }

.bgpanel .f-widget-header,
.bgpanel .f-widget-content,
.bgpanel a, .bgpanel span,
.bgpanel .f-icon {
    color: rgba(255, 255, 255, 0.7);
}


#treeMenu .f-tree-node-selected .f-tree-cell {
    background-color: #007AFF !important;
}

.f-tree-minimode-item {
    background-color: #01162F;
}

.f-tree-minimode-ghost .f-tree-cell-inner {
    color: rgba(255, 255, 255, 0.7);
}

    .f-tree-minimode-ghost .f-tree-cell-inner a.f-tree-cell-text {
        color: rgba(255, 255, 255, 0.7);
    }

    .f-tree-minimode-ghost .f-tree-cell-inner:hover {
        color: #fff;
    }

.f-tree-minimode-list .f-tree-minimode-item .f-tree-minimode-item-inner {
    border-bottom-width: 0px;
    border-bottom-style: none;
}

.bgpanel .f-widget-header,
.bgpanel .f-widget-content,
.bgpanel .f-tree-headerstyle .f-panel-body,
.bgpanel .f-tree-node.f-widget-header .f-tree-cell-inner,
.bgpanel .f-tree-minimode-item .f-tree-minimode-item-inner {
    color: rgba(255, 255, 255, 0.7);
    border-color: transparent;
    background-image: none;
}

.green{
    color:darkgreen;
}
.red{
    color:red;
}
.text-weight{
    font-weight:bolder
}

