﻿*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body 
{
    background-image: url('Gradient.jpg');
	background-position: left top;
	background-repeat: no-repeat;
    background-size: cover;
}

div#preloader 
{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 230px;
    padding: 5px;
    overflow: hidden;
    margin: -25px 0 0 -115px; 
    border: 1px solid #99BCE8; 
    background-color: #DFE9F6; 
}

.textpanel 
{
    background-color:#F5F5F5 !important;
}

.row_red { background-color:#F5F5F5 !important; }

.menu-title  
{
    /*font-size: 13px;*/
    font-weight: bold;
    color: #22233D;
    cursor: pointer;
}

.menu-panel { border: 0 !important; }
.menu-item img { display: none; }
.menu-item a 
{ 
    padding: 4px 2px 3px 15px;
    line-height: 12px;
}
.menu-item a span
{
    white-space: normal !important;
}

.image-logo
{
    width: 100px;
    height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-left: 25px;
	padding-right: 25px;
}

.image-self
{
}

.x-grid-cell-harfnot 
{
    cursor: pointer;
    background:#eef7aa !important;
}

.icon-pdf { background-image:url(page_white_acrobat.png) !important }
.icon-excel { background-image:url(page_white_excel.png) !important }

.x-tree-icon { display: none !important; }