@import 'style.css';
@import 'suggStyle.css';
@import 'Tree.css';
@import 'BarChart.css';


/*.x-panel-header-title-default {
	font-family: Helvetica, Arial, sans-serif !important;
} .x-panel-body-default
.x-window-header-title-default{
	font-family: Helvetica, Arial, sans-serif !important;
}*/
.x-resizable-handle-east {
    width: 10px !important;
}

.x-resizable-handle-west{
    width: 10px !important;
}

.x-resizable-handle-south{
    height: 10px !important;
}
.x-resizable-handle-north{
    height: 10px !important;
}
.x-title-text-default {
	font-family: Helvetica, Arial, sans-serif !important;
}
.x-panel-body-default {
	font-family: Helvetica, Arial, sans-serif !important;
}
.x-btn-inner-default-toolbar-small{
    font-family: Helvetica, Arial, sans-serif !important;

}
.x-box-inner{
  font-family: Helvetica, Arial, sans-serif !important;  
}
/*.x-window-header {
   height: 45px !important;

   .x-window-header-default-top

   padding: 0px 14px 0px 14px;
   //5px 14px 5px 14px
}*/

.x-window-header-text{
    height: 30px !important;
}


::-webkit-scrollbar {
    width: 12px !important;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #706A6A !important;
    -webkit-border-radius: 10px !important;
    border-radius: 10px !important;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px !important;
    border-radius: 10px !important;
    background: #858080 !important;
    -webkit-box-shadow: inset 0 0 6px #554D4D !important;
}
::-webkit-scrollbar-thumb:window-inactive {
	background: #B7B4B4 !important;
}


.x-toolbar-default{
        background-color: rgb(95, 161, 220) !important;
        border-color: rgba(208, 208, 208, 0.1) !important;
}

.x-form-item-label-default{
    
font-family: Helvetica, Arial, sans-serif !important;    
}
.x-form-text-default{
    
font-family: Helvetica, Arial, sans-serif !important;    
}
.ResText{
    position: relative !important;
    float: right !important;
    left: 0px !important;
     margin-right:10px !important;
          
}

/* x-resizable-handle-east x-resizable-handle-west width: 4px */
/* x-resizable-handle-south x-resizable-handle-north height : 4px*/