
/*VaGy: 2015.10.28. PopUp ablakoknak */
.x-window-default {
    border-color: #cfcfcf;
}

.modalWindow{
	/*border: 1px solid #cfcfcf;*/
	border: 1px solid #8D8D8D;
	padding: 0px;
	color: #626262 !important;
    font-family: "Open Sans","Helvetica Neue",Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857;
	background: inherit;
}

.modalWindow h3{
	margin-top: 20px;
	margin-bottom: 10px;
}

/* ===HEADER=== */
	.modalHeader{
		/*padding: 20px 10px 10px 10px;*/
		border-bottom: 1px solid #e5e5e5;
		min-height: 16.43px;
		/*padding: 15px;*/
		padding:0px;
	}
		.modalHeader .modalTitle{
			padding: 15px;
			font-size: 20px;
			color: #626262 !important;
			font-weight: bold;
		}

/* ===CONTENT=== */
	.modalHr{
		border-bottom: 1px solid #e5e5e5;
		height: 2px;
		width: 100%;
		padding: 10px 0px 10px 0px;
	}

	.modalContent {
		margin: 15px;
		/*position: relative;*/
	}
/* ===FOOTER=== */
	.modalFooter {
		/*padding: 0px 10px 0px 10px;
		padding: 15px;
		text-align: right;
		*/
	}
	.modalWindow .x-toolbar-footer {
		background-color: white !important;
		background-image: none !important;
		border-top: 1px solid #e5e5e5 !important;
		margin: 0px !important;
		padding: 12px 12px 12px 12px !important;
		right: 12px;
	}

    /*
        TODO: modalWindow x.btn
        A gombbal kapcsolatos szabályok beépítve a frameworkbe.
                {
                    xtype: 'button'
                    ui: 'primary' ---> ["primary"|"info"|"dark"|"success"|"warning"|"danger"]
                }
    */

/* From Magic*/
/*.callout {*/
    /*border-left: 3px solid #eee;*/
    /*margin: 5px 0px !important;*/
    /*padding: 20px !important;*/
	/*display: inline;*/
	/*width: 100%;*/
/*}*/

/*.callout-info {*/
    /*background-color: #f4f8fa;*/
    /*border-color: #6bbcd7;*/
/*}*/
/*.callout-success {*/
    /*background-color: #f3faf3;*/
    /*border-color: #81ca80;*/
/*}*/
/*.callout-warning {*/
    /*background-color: #fcf8f2;*/
    /*border-color: #e9c842;*/
/*}*/
/*.callout-danger {*/
    /*background-color: #fdf7f7;*/
    /*border-color: #e96562;*/
/*}*/
/*.callout-description {*/
    /*background-color: #f4f8fa;*/
    /*border-color: #6bbcd7;*/
    /*margin: 0 0 10px 0 !important;*/
/*}*/

.window-SettingsPopUpMenu > .x-window-body {
	padding: 5px !important;
	
}