﻿html, body
{
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-family: Arial, Verdana;
    font-size: 12px;
}

body
{
    margin: 0;
    padding: 0;
    background-color: transparent;
}

a
{
    text-decoration: none;
    color: Blue;
}

a:hover
{
    text-decoration: underline;
}
a:visited 
{
    color: #660066;
}

#loading
{
    position: absolute;
    z-index: 999;
    width: 200px;
    height: 200px;
    left: 50%;
    top: 50%;
    margin-left: -100px;
    margin-top: -100px;
}

#loading #loading-image, .showDiv #loading-image
{
    background: url(../Images/loader.gif) no-repeat center center;
    width: 120px;
    height: 120px;
    margin-left: auto;
    margin-right: auto;
    top: 50%;
    margin-top: -60px;
    position: relative;
}

#loading #loading-text, .showDiv #loading-text
{
    width: 120px;
    margin: 10px auto 10px auto;
    top: 50%;
    position: relative;
    font-size: 14px;
    font-weight: bold;
    color: #21214A;
    text-align: center;
}

#loading.small-loading
{
    width: 100%;
    height: 90px;
    margin: 0;
    left: auto;
    top: auto;
    position: static;
}

#loading.small-loading #small-loading-image
{
    background: url(../Images/small_loader.gif) no-repeat bottom center;
    width: 45px;
    height: 52px;
    margin-left: auto;
    margin-right: auto;
}

#loading.small-loading #loading-text
{
    position: static;
    margin-left: auto;
    margin-right: auto;
}

#build-error-message
{
    width: 100%;
    top: 50%;
    margin-top: 10px;
    position: relative;
    font-size: 14px;
    font-weight: bold;
    color: #21214A;
    text-align: center;
}

.custom-loading-mask
{
    position: absolute;
    z-index: 999;
    width: 200px;
    height: 200px;
    left: 50%;
    top: 50%;
    margin-left: -100px;
    margin-top: -100px;
    background: url(../Images/loader.gif) no-repeat top center;
    border: none;
}

.custom-loading-mask div
{
    width: 120px;
    margin: 25px auto 5px auto;
    top: 50%;
    position: relative;
    font-size: 14px;
    font-weight: bold;
    color: #21214A;
    text-align: center;
    border: none;
    background: none;
}

#header-wrap
{
    position: relative;
    width: 100%;
}

#header-container
{
    height: 30px; /*background-color: #c4d7db;*/
    background-color: transparent;
}

#tabContainer
{
    background-color: transparent;
}

#header
{
    width: 100%;
    position: relative;
    background-color: transparent;
}

#header-top
{
    height: 77px;
    width: 100%;
    margin-bottom: -31px;
    position: relative;
    background: #454B7D url(../Images/header_bg_image.png) repeat-x top center;
}

#header-top #logout
{
    width: 100px;
    height: 33px;
    margin-right: 20px;
    float: right;
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    background-repeat: no-repeat;
    background-image: url(../Images/logout.png);
    background-position: 0 0;
}

#header-top #logout:hover
{
    background-position: 0 -33px;
}

#header-top #changepass {
	width: 100px;
	height: 30px;
	float: right;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
    cursor: pointer;
    background: url(../Images/change_pass.png);
    border: 1px solid #515379;
    border-radius: 5px;
    margin-right: 5px;
    text-align: center;
    margin-top: -4px;
    padding-top: 5px;
    display: none;
}

#header-top #changepass:hover
{
    background: url(../Images/change_pass_hover.png);
}

#header-top #logout div 
{
    margin-left: 44px;
    margin-top: 9px;
}
#header-top #usernameDiv
{
    text-align: right;
    margin-left: auto;
    margin-right: 20px;
    margin-top: -28px;
    width: 200px;
    color: white;
    z-index: 999999999;
}
#header-title
{
    height: 44px;
    width: 393px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 19px;
    background: url("../Images/header.png") no-repeat center bottom;
}

#header #main-toolbar
{
    margin-top: -3px;
    float: right;
}

#header #main-toolbar .x-panel-body-noheader
{
    border: none;
}

#header .main-toolbar-separator
{
    width: 1px;
    height: 28px;
    float: left;
    margin: 2px 4px;
    background: url("../Images/main_toolbar_separator.gif") no-repeat center top;
    display: none;
}

#header .main-toolbar-item
{
    width: 23px;
    height: 23px;
    float: right;
    margin: 5px 4px 0;
    cursor: pointer;
    background-position: 0 0;
    display: none;
}

#header .main-toolbar-item:hover
{
    background-position: 0 -23px;
    background-repeat: no-repeat;
    text-decoration: none;
}

#header .main-toolbar-common-item
{
    width: 23px;
    height: 23px;
    float: left;
    margin: 5px 4px 0;
    cursor: pointer;
    background-position: 0 0;
}
#header .main-toolbar-common-item-dashboard {
    width: 23px;
    height: 23px;
    float: left;
    margin: 5px 4px 0;
    cursor: pointer;
    background-position: 0 0;
}

#header .main-toolbar-common-item:hover
{
    background-position: 0 -23px;
    background-repeat: no-repeat;
    text-decoration: none;
}

#header .main-toolbar-special-item
{
    width: 24px;
    height: 24px;
    float: left;
    margin: 5px 4px 0;
    cursor: pointer;
    background-position: 0 0;
    display: none;
}
    #header .main-toolbar-special-item:hover {
        opacity: 0.8;
    }

#header .main-toolbar-item a:hover
{
    text-decoration: none;
}

#header .add_filter
{
    width: 25px;
    height: 22px;
    float: left;
    background: url("../Images/filter.gif") no-repeat;
    background-position: 0 0;
    cursor: pointer;
}
#header .add_filter:hover
{
    background-position: 0px -22px;
}

#header .remove_filter
{
    width: 25px;
    height: 22px;
    float: left;
    background: url("../Images/clear_filter.gif") no-repeat;
    background-position: 0 0;
    cursor: pointer;
}

#header .remove_filter:hover
{
    background-position: 0px -22px;
}

#header .remove_filter.x-masked
{
    cursor: default;
}

#header .remove_filter.x-masked:hover
{
    background-position: 0 0;
}

#Container
{
    background-color: #E1E2EC;
}

#Container .componentPanel
{
    background: transparent;
}

#Container fieldset
{
    margin: 10px 10px 4px;
    padding: 0;
}

#Container fieldset legend
{
    margin-left: 5px;
}

#Obrowser
{
    background-color: #E1E2EC;
    height: 100%;
    width: 100%;
    overflow: auto;
    padding-top: 8px;
}

#footer-wrap
{
    position: fixed;
    width: 100%;
    height: 25px;
    bottom: 0;
    z-index: 55;
    left: 0;
    border-top: 1px solid #CCC;
    color: #FFF;
    font-size: 11px;
}

#footer-container
{
    height: 25px;
    background: url(../Images/footer_bg.png) repeat-x;
}

#footer
{
    width: 100%;
}

#footer #grid-navigation
{
    float: left;
    margin-left: 4px;
}

#footer #grid-navigation div
{
    float: left;
}

#footer #grid-navigation input
{
    width: 21px;
    height: 15px;
    margin: 4px 4px 0;
    float: left;
    font-size: 10px;
    text-align: center;
}

#footer #record-navigation
{
    float: left;
    margin-left: 4px;
}

#footer #record-navigation div
{
    float: left;
}

#footer #record-navigation input
{
    width: 21px;
    height: 15px;
    margin: 4px 4px 0;
    float: left;
    font-size: 10px;
    text-align: center;
}

#footer #edit-navigation
{
    float: left;
    margin-left: 4px;
}

#footer #edit-navigation div
{
    float: left;
}

#footer #edit-navigation input
{
    width: 21px;
    height: 15px;
    margin: 4px 4px 0;
    float: left;
    font-size: 10px;
    text-align: center;
}

#footer .navigation-button
{
    width: 22px;
    height: 21px;
    margin-top: -1px;
    padding-top: 6px;
    cursor: pointer;
    text-align: center;
}

#footer .navigation-button:hover
{
    background: url(../Images/midnight/footer-button-hover.gif) no-repeat center center;
}

#footer #number-of-results
{
    float: left;
    margin-left: 4px;
}

#footer #number-of-results div
{
    float: left;
    margin-top: 5px;
    margin-right: 6px;
}

#footer #number-of-results input
{
    width: 21px;
    height: 15px;
    margin: 4px 4px 0;
    float: left;
    font-size: 10px;
    text-align: center;
}

#footer #number-of-results .navigation-button
{
    margin-top: -1px !important;
}

#footer #footer-logo
{
    width: 86px;
    height: 25px;
    float: right;
    background: url(../Images/footer_logo.png) no-repeat left 2px;
}

#footer .separator
{
    width: 1px;
    height: 19px;
    margin: 3px 4px 0;
    background: url(../Images/footer_separator.gif) no-repeat;
}

.MULTISELECT
{
    height: 12px;
    width: 12px;
    margin-left: 0px;
    cursor: pointer;
}

.GROUP2FILTER
{
    height: 16px;
    width: 16px;
    background: url(../Images/Group2Filter.png) no-repeat center center;
    margin-left: 0px;
    cursor: pointer;
}
.expand
{
    height: 12px;
    width: 12px;
    background-image: url(../Images/expand.gif);
}
.collapse
{
    height: 12px;
    width: 12px;
    background-image: url(../Images/collapse.gif);
}

.hideDiv
{
    display: none;
}

.showDiv
{
    display: block;
    background-color: #E1E2EC;
}


.panel
{
    margin-left: 25%;
    margin-top: 15%;
    text-align: center;
}

.colname
{
    padding-left: 5px;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
}

.colvalue
{
    padding-left: 10px;
    font-size: 14px;
    text-align: left;
}


.buttonTD
{
    padding-left: 100px;
    height: 60px;
}

.textfield
{
    font-family: Arial, Verdana;
    font-size: 12px;
    font-style: normal;
}

.textfield-empty
{
    font-family: Arial, Verdana;
    font-size: 12px;
    font-style: italic;
    color: Gray;
}

ul.x-tab-strip-top
{
    border-color: #55607E !important;
}

.x-tab-strip-top .x-tab-right span.x-tab-strip-text
{
    padding: 4px 17px;
    font-family: Arial, Verdana;
    font-size: 12px;
    color: #fff;
}

.x-tab-strip-top .x-tab-strip-inner
{
    padding-top: 2px;
}

.x-tab-strip-top .x-tab-strip-over .x-tab-strip-inner
{
    padding-top: 1px;
    padding-bottom: 1px;
}

ul.x-tab-strip li
{
    margin-top: 1px !important;
}

ul.x-tab-strip li.x-tab-strip-active
{
    margin-top: 0px !important;
}

ul.x-tab-strip li.x-tab-strip-active.x-tab-strip-over .x-tab-strip-inner
{
    padding-top: 3px;
    padding-bottom: 0px;
}

.x-tab-strip-top .x-tab-strip-active .x-tab-right span.x-tab-strip-text
{
    /* Different font color for selected tab?! */
}

.x-tab-panel-header
{
    padding-bottom: 0px !important;
}

.x-tab-panel-bwrap
{
    margin-top: 2.4px;
}

td.x-grid3-hd-over, td.sort-desc, td.sort-asc, td.x-grid3-hd-menu-open
{
    border-left: 1px solid #FBF0D2 !important;
    border-right: 1px solid #F2DFA3 !important;
}

.x-grid3-hd-row td
{
    padding: 0px;
}

.x-grid3-hd-selected .x-grid3-hd-inner
{
    background: url(../Images/midnight/grid_grid3-hrow-selected.gif) repeat-x left bottom !important;
}

.x-grid3-hd-selected .x-grid3-hd-btn
{
    background: url(../Images/midnight/grid_grid3-hd-btn-selected.gif) no-repeat left center;
}

.x-grid3-row-selected
{
    background: #E8E9F4 !important;
    border: 1px solid #CCC !important;
}

.x-grid3-row
{
    /*background-color: #FFFFFF !important;*/
}

.x-grid3-row-over
{
    background: #E8E9F4 !important;
    border: 1px solid transparent !important; /*      #aec2dc     background: #FBF0D2 !important; 	border: 1px dashed !important; 	border-color: #F3DD9D #F2DFA3 #F3DD9D #FBF0D2 !important; */
}

.x-grid3-row-over .detailGrid #loading
{
    background-color: #F3F4F8;
}

.x-panel-body
{
    background-color: transparent;
    border: 1px solid #999;
    border-left: 0px;
    border-right: 0px;
}


.x-grid3
{
    background-color: #FFFFFF !important;
}


#leftNormalVcontrol .x-panel-body
{
    border: none;
}

#rightGroupByVcontrol .x-panel-body
{
    border: none;
}
#reportTypePanel
{
    width: 150px;
}

.filter-disabled{
	color:gray !important;
	opacity: .35;
    -moz-opacity: .35;
    filter: alpha(opacity=35);
}
.detail-value
{
	vertical-align:top;
	font-size:12px;
	padding-left:10px;
}
.detail-caption
{
	vertical-align:top;
	font-size:12px;
	font-weight:bold;
}
.detail-fieldset
{
	border: 1px solid #B5B8C8;
}
.detail-fieldset legend
{
	font-size:13px;
	font-weight:bold;
	color: #15428B;
	margin-left:  5px;
}

.x-grid3-cell-inner
{
	height: 13px;
}

#header .main-toolbar-item-for-invoice
{
    width: 24px;
    height: 24px;
    float: left;
    margin: 5px 4px 0;
    cursor: pointer;
    background-position: 0 0;
}

.aspButton {
	width: 114px;
	height: 28px;
	background-color: #747aa5;
	font: normal 11px arial,verdana;
    color: #FFF;
    font-weight: bold;
    border: 2px outset #343863;
}
.aspButton:hover {
	background-color: #343863;
	cursor: pointer;
}
.ADD
{
    height: 16px;
    width: 16px;
    background: url(../Images/add.png) no-repeat center center;
    margin-left: 0px;
    cursor: pointer;
}

.DELETE
{
    height: 16px;
    width: 16px;
    background: url(../Images/delete.png) no-repeat center center;
    margin-left: 0px;
    cursor: pointer;
}

.EDIT
{
    height: 16px;
    width: 16px;
    background: url(../Images/edit.png) no-repeat center center;
    margin-left: 0px;
    cursor: pointer;
}

.LINK
{
    height: 16px;
    width: 16px;
    background: url(../Images/gotopage.png) no-repeat center center;
    margin-left: 0px;
    cursor: pointer;
}
     
.DOWNLOAD
{
    height: 16px;
    width: 16px;
    background: url(../Images/download.png) no-repeat center center;
    margin-left: 0px;
    cursor: pointer;
}

.IMAGE
{
    height: 16px;
    width: 16px;
    background: url(../Images/image_viewer.png) no-repeat center center;
    margin-left: 0px;
    cursor: pointer;
}

.new-div-cls {
  border: 1px solid red;
    height: 23px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 18px;
    width: 397px;
    background: url(../Images/login_gradient.jpg) no-repeat center center;
}
.GROUP_DELETE
{
    height: 16px;
    width: 16px;
    background: url(../Images/delete.png) no-repeat center center;
    margin-left: 0px;
    cursor: pointer;
}
.GROUP_DELETE1
{
    height: 16px;
    width: 16px;
    background: url(../Images/delete.png) no-repeat center center;
    margin-left: 0px;
    cursor: pointer;
}

.COPY_TO_HIT_CRM {
	HEIGHT: 16px;
	WIDTH: 16px;
    background: url(../Images/copytohitcrm.png) no-repeat center center;
    margin-left: 0px;
    cursor: pointer;
}

.BUY_ARTICLE
{
    height: 16px;
    width: 16px;
    background: url(../Images/supplier_article.png) no-repeat center center;
    margin-left: 0px;
    cursor: pointer;
}

.UPLOAD_INVOICE
{
    height:16px;
    width:16px;
    background:url(../Images/upload.png) no-repeat center center;
    margin-left:0px;
    cursor:pointer;    
}

.EDIT_TIMESHEET {
	height: 16px;
    width: 16px;
    background: url(../Images/clock_edit.png) no-repeat center center;
    margin-left: 0px;
    cursor: pointer;
}

.TRANSFER {
    height: 16px;
    width: 16px;
    background: url(../Images/transfer.png) no-repeat center center;
    margin-left: 0px;
    cursor: pointer;
}

.WORKFLOW
{
    height: 16px;
    width: 16px;
    background: url(../Images/workflow.png) no-repeat center center;
    margin-left: 0px;
    cursor: pointer;
}

.ZOOM
{
    height: 16px;
    width: 16px;
    background: url(../Images/zoom.png) no-repeat center center;
    margin-left: 0px;
    cursor: pointer;
}

.VIEW
{
    height: 16px;
    width: 16px;
    background: url(../Images/view.png) no-repeat center center;
    margin-left: 0px;
    cursor: pointer;
}



.GETNAW, .GETPERSONEN
{
    height: 16px;
    width: 16px;
    background: url(../Images/gotopage.png) no-repeat center center;
    margin-left: 0px;
    cursor: pointer;
}

.RC_TO_VA
{
    height: 16px;
    width: 16px;
    background: url(../Images/rc_to_va.png) no-repeat center center;
    margin-left: 0px;
    cursor: pointer;
}

.EDIT_SUPPLIER
{
    height: 16px;
    width: 16px;
    background: url(../Images/supplier.png) no-repeat center center;
    margin-left: 0px;
    cursor: pointer;
}


.DELETE, .DELETE_INVOICE, .DELETE_WORKFLOW, .WP_DELETE_DOC
{
    height: 16px;
    width: 16px;
    background: url(../Images/delete.png) no-repeat center center;
    margin-left: 0px;
    cursor: pointer;
}

.RESTORE
{
    height: 16px;
    width: 16px;
    background: url(../Images/add.png) no-repeat center center;
    margin-left: 0px;
    cursor: pointer;
}



.EDIT_CUSTOMER_H
{
    height: 16px;
    width: 16px;
    background: url(../Images/customer_h.png) no-repeat center center;
    margin-left: 0px;
    cursor: pointer;
}

.EDIT_CUSTOMER_P
{
    height: 16px;
    width: 16px;
    background: url(../Images/customer_p.png) no-repeat center center;
    margin-left: 0px;
    cursor: pointer;
}
.rowClass1 {
    font-weight: bold !important;
    font-size: 16px !important;
    color:#FFF;
    background-color:grey;
}

.rowClass2 {
    font-weight: normal;
    font-size: 12px;
}
.biggertext {
    font-size: 16px;
}
.GBDashboardWithParam {
    height: 16px;
    width: 16px;
    background: url(../Images/dashboard_icon.png) no-repeat center center;
    margin-left: 0px;
    cursor: pointer;
}
.my-fieldset {
}

.my-fieldset .x-fieldset-header {
    font-size:14px;
}

/*#dashboardPanel .x-grid3-hd-row td {
    padding: 5px;
}*/

#dashboardPanel .x-grid3-cell-inner, #dashboardPanel .x-grid3-hd-inner {
    padding: 11px 3px 3px 2px;
}
#dashboardPanel .x-grid3-cell-inner {
    height: 16px !important;
}
#dashboardPanel .x-grid3-hd-row td, #dashboardPanel .x-grid3-row td, #dashboardPanel .x-grid3-summary-row td {
    font: normal 13px arial, tahoma, helvetica, sans-serif;
}

#dashboardPanel .x-form-item label {
    width: auto !important;
}

.red-cell {
    background: url(../Images/red.png);
    background-repeat: no-repeat;
    background-position: 4px 2px;
}

.green-cell {
    background: url(../Images/green.png);
    background-repeat: no-repeat;
    background-position: 4px 2px;
}