@import 'Desktop-all_1.css';
@import 'Desktop-all_2.css';
@import 'Desktop-all_3.css';
@import 'Desktop-all_4.css';
@import 'Desktop-all_5.css';
@import 'Desktop-all_6.css';
@import 'Desktop-all_7.css';

/*override*/
.x-btn-icon-el-green-button-large {
	font-size: 32px!important;
}
.x-btn-icon-el-brue-button-large {
	font-size: 32px!important;
}
.x-btn-icon-el-red-button-large {
	font-size: 32px!important;
}
.x-btn-icon-el-orange-button-large {
	font-size: 32px!important;
}
/*Blue window az azzure-nál szürke kóddal szerepel*/
/*Blue*/
.x-window-header-blue-window-active {
	border-color: #3b92f3;
	background-color: #6badf6
}

.x-window-blue-window-active {
    border-color: #3b92f3;
    background-color: #6badf6;
}
.x-window-header-blue-window-active .x-tool-img {
	background-color:#6badf6;
}
/*Green*/
.x-window-header-green-window-active {
	border-color: #aabb40;
	background-color: #b2c24e
}

.x-window-green-window-active {
    border-color: #aabb40;
    background-color: #6badf6;
}
.x-window-header-green-window-active .x-tool-img {
	background-color:#b2c24e;
}
/*Red*/
.x-window-header-red-window-active {
	border-color: #aabb40;
	background-color: #6f058
}

.x-window-red-window-active {
    border-color: #aabb40;
    background-color: #6f058;
}
.x-window-header-red-window-active .x-tool-img {
	background-color:#6f058;
}
/*Orange*/
.x-window-header-orange-window-active {
	border-color: #aabb40;
	background-color: #f6b46b
}

.x-window-orange-window-active {
    border-color: #f5aa58;
    background-color: #f6b46b;
}
.x-window-header-orange-window-active .x-tool-img {
	background-color:#f6b46b;
}
