html,
body {
    height: 100%;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	background-color: #e1ffcd;
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}


.list-group-item {
  overflow: hidden;
  display: table;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
}

.list-group-item > div {
  display: table-cell; 
  vertical-align: middle; 
  float:none;
  overflow: hidden;
}

.list-group-item > a{
  display: table-cell; 
  vertical-align: middle; 
  float:none;
  overflow: hidden;
}

.icon-img{
	margin-top: 40px;
	width :80%;
	pointer-events: none;
}

.ak-img{
	width :80%;
	pointer-events: none;
}

.kapcsolat-img{
	width :99%;
	pointer-events: none;
}

.jumbotron{
	padding: 0px 0px 0px 0px;
}

.jumbotron .row{
	margin-bottom: 30px;
}

.jumbotron h1{
	font-size:30px;
	color: #339900;
	border-bottom: 2px solid;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
}

.jumbotron h2{
	font-size:22px;
	text-align:left;
	color: #339900;
	border-bottom: 2px solid;
	padding: 15px;
	margin: 15px;
	font-weight: bold;
}

.jumbotron p{
	font-size:16px;
	text-align:justify;
	line-height: 26px;
	padding: 15px;

}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 0px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav {
	background-color:#339900;
	font-size: 14px;
	min-height: 44px;
	border: none;
}

.navbar{
	height: 45px;
}

.navbar-nav{
	
}

.navbar-inverse .navbar-nav > a, .navbar-inverse .navbar-nav > .active > a{
	background-color: transparent;
	color: #000000;
	padding-left: 5px;
	padding-right: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > .active > a:hover{
	background-color: #339900;
	color: #ffffff;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	border-bottom: 1px solid #339900;
}

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > .active > a:focus{
	background-color: #339900;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	border-bottom: 1px solid #339900;
}


.navbar-nav > li{
	height: 30px;
	background-color: #abd790;
	border-top: 1px solid #abd790;
	border-left: 1px solid #abd790;
	border-right: 1px solid #abd790;
	margin-top: 15px;
	margin-right: 4px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	box-shadow: 1px -1px #93a786, 1px 0px #93a786;
}

.nav .nav-menu > li > a{
	padding: 4px;
	color: #000000;
}


.nav .navbar-brand{
	color: #ffffff;
	font-size: 16px;
	font-weight:bold;
}

.nav li > form > button.logout {
    padding: 3px;
    border: none;
	color: #000000;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 2px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
	background-color: #339900;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	padding-bottom: 6px;
}

.nav > li > form > button.logout:focus {
    outline: none;
}


.hasDatepicker{
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.my_list{
	
	
}

.my_list .head{
	text-align: center;
	box-shadow: 3px 3px #93a786;
	height:35px; 
	background-color: #339900;
	border: 1px solid #339900;
	color:#ffffff;font-size:14px;
	padding-top: 4px;
	padding-top: 4px;
	font-weight: bold;
}

.my_list .text{
	padding: 2px;
	font-size: 12px;
}

.my_list li{
	box-shadow: 3px 3px #93a786;
	background-color: #abd790;
	border:  1px solid #339900;
}

.my_list li img{
	margin: 5px;
	padding: 5px;
}

.my-login-button{
	margin: 3px;
	background-color: #339900;
	border: 1px solid #339900;
	height: 40px;
	padding-top: 0px;
	border-radius: 8px;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
}

.my-login-button:hover{
	border: 1px solid #339900;
	background-color: #abd790;
	color: #000000;
}

.my-login-button:active{
	border: 1px solid #339900;
	background-color: #339900;
}

.my-new-navbar{
	background-color: #339900;
	padding: 0px;
	margin: 0px;
	height: 40px;
	overflow: hidden;
	display: block;
	position: fixed;
	z-index: 1000;
	width: 100%;
}

.my-new-navbar ul{
	background-color: #339900;
	padding: 0px;
}

.my-new-navbar ul li{
	font-size: 12px;
	margin-left:0px;
	margin-right:0px;
	display: inline-block;
	background-color: #abd790;
	margin-top: 12px;
	padding: 3px;
	padding-left: 3px;
	padding-right: 3px;
	border: 1px solid #99cc66;
	height: 28px;
	overflow: hidden;
	color: #000000;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
}
.my-new-navbar ul li:hover{
	background-color: #339900;
}

.my-new-navbar ul .active{
	background-color: #339900;
}

.my-new-navbar ul .logo{
	width: 113px;
}

.my-new-navbar ul li a{
	color: #000000;
}

.my-new-navbar ul li a:hover{
	color: #ffffff;
	text-decoration: none;
}

.my-new-navbar ul li button{
	font-size: 14px;
	padding: 3px;
	color: #ffffff;
	background: none;
	border: none;
}

.my-new-navbar .navbar-brand{
	display: inline-block;
	background-color: #99cc66;
	margin-top: 10px;
	padding-left: 8px;
	padding-right: 8px;
	border: 1px solid #339900;
	height: 28px;
	overflow: hidden;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
}
