* {
	font-family: 'Open Sans';
    font-weight: 400;
    font-size: 13px;
    margin: 0px;
    padding: 0px;
}

html, body {
	background-color: black;
	height: 100%;
	min-height: 100%;
}

a {
	text-decoration: none;
}

ul {
    margin-left: 16px;
    list-style-type: square;
}

.list-unstyled {
	list-style-type: none;
}

.framed-image {
	background-color: #FFFFFF;
	padding: 8px;
	border: 1px solid #b9b9b9;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}

.framed {
	background-color: #FFFFFF;
	padding: 0px;
	border: 1px solid #b9b9b9;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}







.breadcrumb-container {
	background-color: #f4f4f4;
	height: 34px;
}

/* Navigáció */

.navbar {
	margin-bottom: 0;
}

/* MainBlock */

.mainblock {
	background: white;
	margin-bottom: 0px;
}

/* Fejléc képmező */

.main-image {
	background: url("/images/1.jpg");
	background-size: cover;
	text-align: left;
	color: #FFF;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 1.7;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
}

.main-image .title {
	font-size: 40px;
	font-weight: 400;
	margin: 20px 0;
}


/* Footer */

.footer {
	background: #000;
	padding: 5px 10px;
	height: auto;
}

.footer h1 {
	font-size: 18px;
	color: white;
}

.footer a {
	text-decoration: none;
	color: white;
}

ul{
  margin-left:0px;
}

.footer li {
	text-decoration: none;
	color: white;
}


/* Adatvédelem div */
.bottom-warning-wrapper {
	max-width: 1228px;
	padding: 20px;
	margin: 0 auto;
    webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
}

.bottom-warning {
	position: fixed;
	z-index: 10000;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #f42433;
	color: #fff;
}

.bottom-warning-text {
	position: relative;
	padding: 5px 5px;
}

.bottom-warning-link {
	color: #FFF;
	text-decoration: underline;
}

.bottom-warning-link:hover {
	color: #FFF;
}

.panel {
	margin-top: 10px;
	margin-bottom: 5px;
}

.panel-heading .panel-realdanger {
	background-color: red;

}

.panel-heading h1 {
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

.nevjegy {
	margin: 10px;
	border-radius: 5px;
        min-height: 200px;
}



/* admin list */
.pointer { cursor: pointer; }
.no-padding { padding: 0px !important; }
.no-margin { margin: 0px !important; }
.no-border { norder: 0px !important; }

.padding-10 { padding: 10px !important; }
.margin-10 { margin: 10px !important; }
.bold { font-weight: bold; }

.panel { margin-top: 10px; }
.panel-searchline { padding: 5px; margin-bottom: 5px; border: 1px solid transparent; background-color: #d9edf7; border-color: #bce8f1;  color: #31708f; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3); }
.panel-footer .pagination { margin: 0; }
.panel-footer a {
	color: inherit;
	text-decoration: none;
}

.panel, .alert { box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3); }
.shadowed { box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3); }

/* Material switch */

.material-switch > input[type="checkbox"] {
    display: none;
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative;
    width: 40px;
}

.material-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position:absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}
.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}

.simpletable {
  border: 1px;
  width: 100%;
  padding: 10px !important;
}
