/*
	Your app can have its own CSS. Here, we're tweaking Jo default theme
	stuff for demonstration purposes.
*/

#hide {
	display: none;
}

.iconz {
	display: block;
	height: 80px;
}

.iconz joflexrow {
	height: 80px;
}

.iconz joflexrow > * {
	height: 80px;
	width: 120px;
	background: #ff0;
	margin-right: 5px;
	-webkit-box-flex: 0;
}

jocard {
	padding-bottom: 35px;
}

jotoolbar {
	padding: 10px;
	background: rgba(0, 0, 0, .8);
}

jotoolbar jobutton {
	padding: 5px;
	margin: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-top: none;
	border-bottom: none;
	border-left: none;
	background-color: rgba(0, 0, 0, .8);
}

jotoolbar jobutton:last-child {
	margin-right: 0;
	border-right: none;
}

.refresh {
	background-color: rgba(13, 168, 48, .8);
      
}

.refresh img {
	-webkit-animation-name: refreshRotate;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
}

@-webkit-keyframes refreshRotate {
  from {-webkit-transform: rotate(360deg);}
  to {-webkit-transform: rotate(0deg);}
}
.ujragomb{
    background-color: #cc0033;
    border-radius: 15px;
}


.about img {
	display: block;
	margin: 0 auto 10px auto;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}

.hideui { display: none; }

jotoolbar jobutton.focus, jotoolbar jobutton.selected {
	padding: 5px;
	margin: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-top: none;
	border-bottom: none;
	border-left: none;
	background-color: rgba(0, 0, 0, .8);
}

/*
input, textarea {
	font-size: 15px;
}
*/

/*
jopopup {
	background-image: url(../../css/subtle-shiny.png);
	background-color: #224;
	color: rgba(255, 255, 255, .8);
	border-color: #888;
	-webkit-box-shadow: 0 0 30px #000;
}

jopopup jotitle {
	text-shadow: 0 0 3px rgba(0, 0, 0, .8);
	text-align: center;
	border-color: rgba(255, 255, 255, .2);
}

jopopup jogroup {
	background-color: rgba(255, 255, 255, .4);
}
*/.thumbimage {
    display: block;   
    margin-left: auto;   
    margin-right: auto;

}
.okicon {
    max-width: 48px;
   
}
.pontozgomb{
    max-width: 48px;
    font-weight: bold;
}
.jelentem{
    max-width: 30px;
    padding: 5px;
    background-color: #ff3333;
    border-radius: 20px;
}
.hibajel{
    background-color: #ff3333;
}

.navibutton{
    border-radius:10px;
    padding: 5px;
    background-color: #66915f;
}
.icon_gomb{
    max-width: 48px;
}
.categ_title{
    font-size: x-large;
}
.resultButton{
    padding-top: 0px;
    padding-bottom:  0px;
    margin-bottom: 0px;
}
.timestamp{
    font-size: xx-small;
}