
/*

.imk-theme-login {
	background-color: #E52552 !important;	
}

.imk-toolbar .x-button.imk-theme-view-default-button .x-inner-el {
    background-color: #E52552 !important;	
}
.imk-toolbar .x-textfield .x-after-input-el .x-font-icon:before { 
	color: #E52552 !important;	
}

.x-treelist-nav .x-treelist-item-selected.x-treelist-item-tool:after { 
	background-color: #E52552 !important;	
}

.x-dialogheader {
	background-color: #E52552 !important;	
}
.x-dialog-outer-border-trl {
    border-top-color: #E52552 !important;
    border-right-color: #E52552 !important;
    border-left-color: #E52552 !important;
}
.x-panelheader {
   	border: 1px solid #E52552 !important;
}

.x-button-action .x-inner-el {
    background-image: -webkit-linear-gradient(top, #817368, #736357 50%, #6d5e53 51%, #736357);
}

*/