/* Törzs, HTML */
body {
	margin-top: 0px;
	background-image: url('../img/hatter.png');
	font-family: 'Open Sans', sans-serif;
	padding-top: 50px;
	font-size: 0.95rem;
}

html, body {
	height: 100%;
}

/* Valami */
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 5px;
    margin-bottom: 10px;
}

/* Felsorolás */
.list-group-item {
	padding: 7px 5px 3px;
	background: none;
	border: none;
	border-bottom: 1px solid #ddd;
}

.list-group-item > .badge2, .list-group-item > .badge3,
.list-group-item > .badge4, .list-group-item > .badge5,
.list-group-item > .badge6, .list-group-item > .badge7  {
  float: right;
}

/* Fejléc */
.header {
    background-image: url('../img/tophatter.jpg');
    background-color: #171717;
    background-size: cover;
    height: auto;
    color: #FFFFFF;
    font-size: 22px;
    padding-top: 7px;
    padding-bottom: 7px;
	border-bottom: 3px solid #19B6F0;
	margin-bottom: 15px;
}

.header > .container {
	padding: 15px 0px;
}

.header h1 {
	color: #FFFFFF;
	font-size: 32px;
}

/* Fejléc - tartalom */
.logo {
	height: 260px;
}

.logo > img {
	position: absolute;
	height: 100%;
}

@media (max-width: 767px) {
	.logo > img {
		width: 90%;
		height: 90%;
	}
}

.adatok > .card {
	border-color: transparent !important;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	font-size: 16px;
}

.adatok > .card > .card-body, .adatok > .card > .card-header {
	background-color: transparent !important;
	border-color: transparent !important;
}

.adatok > .card > .card-body > h3 { margin-top: -15px; }

.adatok .alert {
	margin-top: -10px;
	padding: 5px;
	margin-bottom: 10px;
	border: 1px solid transparent;
	border-radius: 4px;
	font-size: 14px;
}

/* Panel */
.panel-default > .panel-heading {
    background-image: url("../img/panelbg.png");
    color: #FFFFFF;
}
.panel-default { background-color: #DBDEE3; }

/* Menü és lenyíló menü */
.navbar .dropdown .dropdown-menu {
    background-color: #3a3f44;
	color: #c8c8c8;
	font-size: inherit;
}
.navbar .dropdown .dropdown-item {
	color: #c8c8c8;
}

.navbar .dropdown-item:focus, .navbar .dropdown-item:hover {
	color: #ffffff !important;
	text-decoration: none;
	background-color: #343a40;
}

/* Lábléc */
.footer  {
	border-top: 2px solid #000;
	background-image: url('../img/black_paper.png');
	position: relative;
	margin-top: 10px;
	height: auto;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #777;
}

.footer code { background: transparent; }

/* Beágyazott YT videó */ /* Copyright (c) 2011 ZURB, http://www.zurb.com/ | Forráskód: https://gist.github.com/jgarber/2302238 */
.flex-video {
	position: relative;
	padding-top: 25px;
	padding-bottom: 67.5%;
	height: 0;
	margin-bottom: 16px;
	overflow: hidden;
}
.flex-video.widescreen { padding-bottom: 57.25%; }
.flex-video.vimeo { padding-top: 0; }
.flex-video iframe,
.flex-video object,
.flex-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0px !important;
}
@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
	.flex-video { padding-top: 0; }
}

/* Tab */
.tab-pane > .rangok li.well {
	padding: 5px !important;
	margin-bottom: 2px !important;
}

.tab-bordered {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 5px 5px;
    padding: 7px;
}

/* Doboz */
.box {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
	box-shadow: 0 1px 1px rgba(0,0,0,.05)
}
.box-body {
	padding: 10px;
	border-bottom: 1px solid transparent;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.box-body .row:first-child { margin-bottom: 7px; }
.box-body input { text-transform: uppercase; }
.box-body h4 { font-size: 16px; }

.box-type1 { background-color: #28292C; }
.box-type2 { background-color: #467db5; }
.box-type1 .box-body, .box-type2 .box-body { color: #fff; }
.box-label {
    text-transform: uppercase;
    font-size: 12px;
    opacity: 0.75;
}
.box-type1 .box-colored, .box-type2 .box-colored {
    font-size: 14px;
	color: #19B6F0;
}
.box-type1 h1, .box-type2 h1 {
    margin: 0;
    font-size: 30px;
}
.box-type1 h4, .box-type2 h4 { margin: 0; }

/* Jelszó erősség */
#pwindicator {
	margin-top: 4px;
	width: 150px;
}
.bar { height: 2px; }
.pw-very-weak .bar {
	background: #d00;
	width: 30px;
}
.pw-very-weak .label { color: #d00; }
.pw-weak .bar {
	background: #d00;
	width: 60px;
}
.pw-weak .label { color: #d00; }
.pw-mediocre .bar {
	background: #f3f01a;
	width: 90px;
}
.pw-mediocre .label { color: #f3f01a; }
.pw-strong .bar {
	background: #f3b31a;
	width: 120px;
}
.pw-strong .label { color: #f3b31a; }
.pw-very-strong .bar {
	background: #0d0;
	width: 150px;
}
.pw-very-strong .label { color: #0d0; }

/* Egyéb */
.toTop {
	position: fixed;
	right: 30px;
	bottom: 30px;
	display: none;
	cursor: pointer;
	color: #FFF;
	width: 30px;
	height: 30px;
	padding-top: 5px;
	padding-left: 9px;
	background: #19B6F0;
	z-index: 1;
}

/* Dobozok */
.small-box {
	border-radius: 2px;
	position: relative;
	display: block;
	margin-bottom: 20px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.small-box > .inner { padding: 10px; }
.small-box > .small-box-footer {
	position: relative;
	text-align: center;
	padding: 3px 0;
	color: #fff;
	color: rgba(255, 255, 255, 0.8);
	display: block;
	background: rgba(0, 0, 0, 0.1);
	text-decoration: none;
}
.small-box > .small-box-footer:hover {
	color: #fff;
	background: rgba(0, 0, 0, 0.25);
}
.small-box h3 {
	font-size: 38px;
	font-weight: bold;
	margin: 0 0 10px 0;
	white-space: nowrap;
	padding: 0;
}
.small-box p { font-size: 15px; }
.small-box:hover {
	text-decoration: none;
	opacity: 0.9;
}
@media (max-width: 767px) {
	.small-box { text-align: center; }
	.small-box p { font-size: 12px; }
}

.bg-aqua, .bg-black, .bg-blue, .bg-brown, .bg-fuchsia, .bg-green,
.bg-light-blue, .bg-lime, .bg-maroon, .bg-navy, .bg-olive,
.bg-orange, .bg-purple, .bg-red, .bg-teal, .bg-yellow
{
	color: #fff;
}
.bg-aqua:hover, .bg-black, .bg-blue:hover, .bg-brown:hover, .bg-fuchsia:hover, .bg-green:hover,
.bg-light-blue:hover, .bg-lime:hover, .bg-maroon:hover, .bg-navy:hover, .bg-olive:hover,
.bg-orange:hover, .bg-purple:hover, .bg-red:hover, .bg-teal:hover, .bg-yellow:hover
{
	color: #EBEBEB;
}
.bg-aqua { background-color: #00c0ef !important; }
.bg-black { background-color: #111111 !important; }
.bg-blue { background-color: #0073b7 !important; }
.bg-brown { background-color: #8B4513 !important; }
.bg-fuchsia { background-color: #f012be !important; }
.bg-gray { color: #6E6E6E; background-color: #d2d6de !important; }
.bg-gray:hover { color: #3D3D3D; }
.bg-green { background-color: #00a65a !important; }
.bg-light-blue { background-color: #3c8dbc !important; }
.bg-lime { background-color: #01ff70 !important; }
.bg-maroon { background-color: #d81b60 !important; }
.bg-navy { background-color: #001f3f !important; }
.bg-olive { background-color: #3d9970 !important; }
.bg-orange { background-color: #ff851b !important; }
.bg-purple { background-color: #605ca8 !important; }
.bg-red { background-color: #dd4b39 !important; }
.bg-teal { background-color: #39cccc !important; }
.bg-yellow { background-color: #f39c12 !important; }

/* Newwell */
.newwell {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 0.25rem;
    margin-bottom: 10px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
}
.newwell-default { border-color: #DDD; }
.newwell-header {
	padding: 0.5rem 0.7rem;
	margin-bottom: 0;
	color: inherit;
	background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.newwell-default > .newwell-header {
	background-color: #28292c;
    color: #F8F8F8;
    border-color: #F7F7F7;
	border-top: 2px solid #19B6F0;
}
.newwell-default > .newwell-header span.glyphicon {
    color: #10ADDE;
	top: 2px;
}
.newwell-default > .newwell-header span.fa {
    color: #10ADDE;
	top: 2px;
}
.newwell-title {
    margin: 0px;
    font-size: 16px;
    color: inherit;
	font-weight: bold;
}
.newwell-body { padding: 10px; }

/* Chat */
.chatbody {
	position: fixed;
	right: 30px;
	bottom: 0px;
	background: #FFFFFF;
	width: 170px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	border: 1px solid #B5B5B5;
	border-radius: 2px 2px 0px 0px;
}

.chathead {
	font-size: 20px;
	border-bottom: 1px solid #B5B5B5;
	text-align: center;
}

.chatpost {
	border-bottom: 1px solid #B5B5B5;
	line-height: 20px;
	padding: 5px 0px 5px 0px;
}

.chatcontainer {
	height: 620px;
	overflow-y: scroll;
	word-wrap: break-word;
}

.chatbox {
	position: absolute;
	bottom: 0px;
	padding: 5px 0px;
	width: 97%;
	background: #FFFFFF;
}

.chatbox > .col-md-10, .chatbox > .col.md-2 {
	padding-right: 0px;
	padding-left: 0px;
}

.chat {
	padding: 5px;
	text-align: left;
	display: none;
	position: fixed;
	right: 30px;
	bottom: 25px;
	background: #FFFFFF;
	width: 350px;
	height: 700px;
	border: 1px solid #B5B5B5;
	border-radius: 2px 2px 0px 0px;
	z-index: 2;
}

/***/
.link { cursor: pointer; }