/* custom.css */

/* global */
* {
	font-weight: normal!important;
}

/* mój widok -> widget */
.widget-header > .widget-title {
	font-size: 13px;
}

td.category, th.category {
    font-weight: normal;
}
select {
	font-size: 13px!important;
}
.login-logo {
	padding-top: 30px;
}
.login-logo img {
	max-width: 150px;
}
img.logo-panel {
	max-height: 80px;
}
#login-box {
	display: block;
	max-width: 375px;
	margin: 0px auto;
	background: transparent;
}
.login-layout .widget-box .widget-main {
	background: transparent;
}
input[type="checkbox"].ace + .lbl, input[type="radio"].ace + .lbl {
	font-size: 11px;
}
.light-login .widget-box {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #CCC;
}
@media only screen and (max-width: 480px) {
	.login-logo {
		padding-bottom: 30px;
	}
}
