HTML, BODY {
    height: 100%;
    margin: 0px;
    padding: 0px;
	overflow: hidden;
	overflow-y: hidden;
	overflow-x: hidden;
}
.word-wrap {
	word-wrap: break-word; /* Régebbi neve */
	overflow-wrap: break-word; /* Modern neve */
	word-break: break-word; /* Biztonság kedvéért */
}
.content-1 {
	padding: 30px 25px 20px 25px;
}
.form-control {
	border: solid 1px #999999;
}
.form-check-input[type=checkbox] {
	border: solid 1px #999999;
}
.form-check-input-2[type=checkbox] {
	position: relative;
	top: 6px;
}
.mk-10 {
	margin: 10px;
}
.mk-15 {
	margin: 15px;
}

.btn-s1 {
	padding: 3px 5px 3px 5px;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
}
.btn-s2 {
	padding: 4px 6px 4px 6px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
}

#content {
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 58px 0px 58px 0px;
}

.navbar-top {
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15) !important;
	border-bottom: solid 2px #1D70FA
}
.navbar-bottom {
	box-shadow: 0 -0.5rem 1rem rgba(0, 0, 0, .15) !important;
	border-top: solid 2px #1D70FA
}
.form-control-highlighted {
	color: #1D70FA;
	font-weight: bold;
}
.form-control-highlighted:focus {
	color: #1D70FA;
}

.btn-outline-secondary {
	background-color: #ffffff;
}

.textarea_s1 {
	line-height: 1.2;
	font-size: 14px;
	font-weight: 500;
}

/**/
.bg-blue-light {
	background-color: #f1f9fb;
}

/**/
.card-title-x {
	color: #ff0000;
	cursor: pointer;
	display: none;
}
.card-title:hover .card-title-x {
	display: inline-block;
}
.card-header .card-title {
	margin-bottom: 0px;
}
.card-body-small {
    padding: 10px;
}

/* 4 OSZLOPOS KERET ------------------------------------------------------------ */
#content_block {
	display: flex;
	height: 100%;
}
#sidebar_left {
	position: relative;
	width: 200px;
    min-width: 200px;
    max-width: 200px;
	background-color: #ffffff;
	overflow-y: auto;
	border-right: solid 2px #1D70FA;
}
#list {
	position: relative;
	width: 200px;
    min-width: 200px;
    max-width: 200px;
	background-color: #ffffff;
	overflow-y: auto;
	border-right: solid 2px #1D70FA;
}
#main {
	position: relative;
	flex-grow: 1;
	background-color: #ffffff;
	overflow-y: auto;
}
#sidebar_right {
	position: relative;
	width: 200px;
    min-width: 200px;
    max-width: 200px;
	background-color: #ffffff;
	overflow-y: auto;
	border-left: solid 2px #1D70FA;
}

/* 4 OSZLOPOS KERET ------------------------------------------------------------ */
#app_block {
	display: flex;
	height: 100%;
}
#app_sidebar_left {
	position: relative;
	width: 200px;
    min-width: 200px;
    max-width: 200px;
	background-color: #ffffff;
	overflow-y: auto;
	border-right: solid 2px #1D70FA;
}
#app_list {
	position: relative;
	width: 200px;
    min-width: 200px;
    max-width: 200px;
	background-color: #ffffff;
	overflow-y: auto;
	border-right: solid 2px #1D70FA;
}
#app_content {
	position: relative;
	flex-grow: 1;
	background-color: #ffffff;
	overflow-y: auto;
}
#app_sidebar_right {
	position: relative;
	width: 200px;
    min-width: 200px;
    max-width: 200px;
	background-color: #ffffff;
	overflow-y: auto;
	border-left: solid 2px #1D70FA;
}

/* GPT AI CHAT ----------------------------------------------------------------- */
.mvalaszto {
	display: inline-block;
	border: solid 1px #ff0000;
	border-radius: 5px;
	line-height: 1;
	padding: 2px 5px 2px 5px;
	margin: 0px 5px 5px 0px;
	background-color: #cccccc;
	font-weight: bold;
}
.mvalaszto:hover {
	background-color: #ffffff;
}
.mvalaszto-active {
	background-color: #ffa7a7;
}
.favorit {
	display: none;
	font-size: 11px;
	border: solid 1px #cccccc;
	margin-bottom: 5px;
	padding: 5px;
	cursor: pointer;
}

/* ALTALANOS GORGETOSAV -------------------------------------------------------- */
.ssbar *::-webkit-scrollbar {
    width: 10px;
}
.ssbar *::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
.ssbar *::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 5px;
}
.ssbar *::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.ssbar *::-webkit-scrollbar-button {
    display: none;
}
.ssbar * {
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
}
.ssbar *::-webkit-scrollbar-corner {
    background: transparent;
}

