/**
 * You can place your custom CSS statements here
 * it is better to write everything custom here
 * because this file won't be replaced during upgrade
 * Don't forget to rename this file to "site.css"
 */
/*subuser profilbol kiszedi a group valaszto sort
*/
#row-subuser-groups {
    display: none;
}


a.button {
	height: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}


/*
leszedi az arakat a termekek neve mellol
 */

.am-product-terms {
   display:none;
}





#qfauto-4 {
	margin-bottom: 8px;
}
#qfauto-7 {
	margin-bottom: 8px;
}
#qfauto-10 {
	margin-bottom: 8px;
}
#qfauto-13 {
	margin-bottom: 8px;
}
#qfauto-16 {
	margin-bottom: 8px;
}



input[type=checkbox] {
    -webkit-appearance: none;
    /* -moz-appearance: none; */
    -o-appearance:none;
    appearance: none;
    background: url("/amember/application/default/views/public/img/checkbox.png") no-repeat;
    width: 24px;
    height: 18px;
    vertical-align: middle;
    border:none;
    box-shadow:none;
/*	padding-bottom: 10px;
	padding-top: 10px;*/
}

input[type=checkbox]:focus {
    outline:none;
    border:none;
    background-color: transparent;
}

input[type=checkbox]:checked {
    background: url("/amember/application/default/views/public/img/checkbox-selected.png") no-repeat;
}

ul.am-tabs #menu-member {
	width: 17px;
	height: 17px;
	text-indent: 4em;
	overflow: hidden;
	background: url("../img/dashboard.png") no-repeat center center;
	border: 1px solid #cccccc;
	color: #555960;
  
}
  
ul.am-tabs li.active #menu-member,
ul.am-tabs #menu-member:hover {
	background-image: url("../img/dashboard-h.png");
	background-color: #e95e01;
	border-color: #c7665b;
}


/*leszedi a dashboard ikont mert amugy ketto lenne ott*/
.am-tabs-narrow-switch {
  cursor: pointer;
  float: left;
  padding-right: 8px;
  display: none;
}

.am-tabs-narrow-dashboard {
  float: left;
  padding-right: 8px;
  display: none;
}

@media all and (max-width: 500px) {
  .am-tabs-narrow-switch,
.am-tabs-narrow-dashboard {
    display: none;
  }
	