/*@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
	    font-family: 'Roboto';
	    src: url('fonts/Roboto-Light-webfont.svg#robotolight') format('svg'),
	         url('fonts/Roboto-Light-webfont.woff') format('woff'),
	    	 url('fonts/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
	         url('fonts/Roboto-Light-webfont.ttf') format('truetype');
	    font-weight: 300;
	    font-style: normal;
	}

	@font-face {
	    font-family: 'Roboto';
	    src: url('fonts/Roboto-Regular-webfont.svg#robotoregular') format('svg'),
	         url('fonts/Roboto-Regular-webfont.woff') format('woff'),
	    	 url('fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
	         url('fonts/Roboto-Regular-webfont.ttf') format('truetype');
	    font-weight: 400;
	    font-style: normal;

	}

	@font-face {
	    font-family: 'Roboto';
	    src: url('fonts/Roboto-Medium-webfont.svg#robotomedium') format('svg'),
	    	 url('fonts/Roboto-Medium-webfont.eot?#iefix') format('embedded-opentype'),
	         url('fonts/Roboto-Medium-webfont.woff') format('woff'),
	         url('fonts/Roboto-Medium-webfont.ttf') format('truetype');
	    font-weight: 500;
	    font-style: normal;

	}
}
*/


@font-face {
		font-family: 'entypo';
		src: url('fonts/entypo.svg') format('svg'),
			url('fonts/entypo.eot') format('embedded-opentype'),
				url('fonts/entypo.woff') format('woff'),
				url('fonts/entypo.ttf') format('truetype');
		font-weight: normal;
		font-style: normal;

}

* {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
	height: 100%;
}

body {
	font-family: 'RobotoDraft', 'Roboto', sans-serif;
	color: #525252;
	position: relative;
	overflow-x: auto;
	/*-webkit-font-smoothing: antialiased;*/
	font-weight: 400;
	background-color: #f2f2f2;
	min-width: 350px;
	min-height: 100vh;
	height: 100%;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'RobotoDraft', 'Roboto', sans-serif;
	/*-webkit-font-smoothing: antialiased;*/
}

h2 {
	color: #d43333;
	font-size: 40px;
	font-weight: 300;
	margin-bottom: 0px;
}

h3 {
	color: #e43737;
	font-size: 27px;
	font-weight: 300;
}

h6 {
	font-weight: 500;
	color: #525252;
}

a:hover, a:focus {
	color: #3988d9;
}

p {
	font-size: 16px;
	font-weight: 300;
	text-rendering: auto;
}

p.opis, h4  {
	font-size: 20px;
	color: #525252;
	font-weight: 300;
	margin-top: 0px;
}

hr + h3 {
	margin-top: 50px;
}

table {
	border-collapse: collapse;
	border: none;
}

td, th {
	padding-top: 8px!important;
}

tr:nth-child(even) {
	background-color: #fbfbfb;
}

tr {
	border: none;
	border-bottom: 1px solid #f2f2f2;
}

table tr:nth-child(even) {
	background-color: #fbfbfb;
}

table tr:hover {
	background-color: #f7f7f7;
}

td {
	border: none;
	border-left: 1px solid #dddddd;
}
table tr th, table thead tr th {
	border-top: none;
	border-right: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	font-size: 14px;
	line-height: 30px;
	color: #474747;
	font-weight: 500;
	background-color: #ecede6;
	border-collapse: separate;
	text-align: left;
	padding: 0.625em 0.625em 0.425em;
}

td:first-child {
	border-left: none;
}

li {
	list-style-type:none;
}

strong, b {
	font-weight: 400;
	line-height: inherit;
}

dl dd {
	margin-left: 15px;
	font-weight: 300;
}

dl dt {
	font-weight: 400;
}

dl dt b {
	background-color: #f5f5f5;
	padding: 5px 7px;
}

dl dt b:first-child {
	margin-left: -7px;
}

select  {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
		transition: all .15s;
		-webkit-transition: all .15s;
		-moz-transition: all .15s;
	margin-top: 5px;
	line-height: inherit;
	display: block;
	color: #b7b7b7;
	cursor: pointer;
	border: 2px solid #ccc;
	border-radius: 3px;
	height: 49px;
	width: 100%;
	background-image: url('../img/select-bg.png');
	background-repeat: no-repeat;
	background-position: right center;
		padding: 11px 14px 11px 6px;
}

select:hover {
	border-color: #aaa;
}

fieldset {
	padding: 0 0 0 0;
	border: 0px;
}

.icon {
	font-family: 'entypo';
	font-size: 1.4em;
	line-height: 0.15em;
	vertical-align: top;
}

.row {
	max-width: 75em;
}

#outer-wrap {
	min-height: 100vh;
}

#inner-wrap {
	min-height: 100%;
	padding-bottom: 51px;
	overflow: hidden;
}

#body-main {
	height: auto;
	min-height: 100%;
	padding-bottom: 10px;
}

.nav-wrapper {
	background-color: #3988d9;
}

.top-bar {
	background-color: #3988d9;
	height: 78px;
	line-height: 78px;
	margin-bottom: 0px;
	padding: 0 15px;
}

.top-bar .title-area {
	height: 78px;
	float:left;
}

@media only screen and (max-width: 1239px) {
	.top-bar .title-area {
		margin-left: 80px;
	}
}

.top-bar .name {
	height: 78px;
	line-height: 78px;
	display: inline;
}

.top-bar .name img {
	padding: 14px 14px 0 0;
	vertical-align: top;
}

.top-bar .name span {
	line-height: 78px;
}

.top-bar .name span a {
	font-size: 24px;
	font-weight: 300;
	color: #ffffff;
}

.top-bar-section ul {
	background-color: transparent;
}

.top-bar .right {
	margin-right: -15px;
}

.top-bar .right a {
	border: none;
	background: none;
	background-color: transparent;
}

.top-bar-section li a:not(.button) {
	background-color: transparent;
}


.top-bar-section > li.hover > a:not(.button) {
	background-color: rgba(0, 0, 0, 0.15);
}

.top-bar-section .has-dropdown > a:after {
	display: none;
}

.has-dropdown {
	overflow: visible;
	position: relative;
	z-index:99999;
}

.has-dropdown > a {
  border-width: 0 1px 0 1px;
  border-style: solid;
  border-color: rgba(0,0,0,.1);
}

.has-dropdown:hover > a {
	background-color: rgba(0, 0, 0, 0.15)!important;
}

input:-moz-placeholder, input:placeholder, input::-webkit-input-placeholder {
	color: #aaaaaa;
}

.dropdown {
  border: 2px solid #939393;
  border-top: none;
  box-shadow: 0 2px 4px rgba(0,0,0,.15);
	background-color: #ffffff!important;
}

.dropdown h4 {
	font-size: 26px;
}

.dropdown a {
  line-height: normal;
  padding: 0px;
}

#login-dd {
    width: 255px;
}

#login-dd form {
    overflow: hidden;
    padding: 19px 19px;
}

#login-dd h4 {
	font-weight: 300;
	color: #d43333;
}

#login-dd input, input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
    height: 40px;
    margin: 10px 0;
    width: 100%;
    border-width: 2px;
    border-radius: 2px;
    border-color: #ccc;
    box-shadow: none;
    transition: border-color .2s;
    -webkit-transition: border-color .2s;
    -moz-transition: border-color .2s;
    line-height: 16px;
    background-color: #ffffff;
}

#login-dd input[type=checkbox] {
	height: auto;
	width: auto;
	top: 2px;
}

#login-dd label {
	text-transform: none;
	padding: auto;
	font-weight: normal;
	font-size: 14px;
	padding: 8px 5px 2px;
}

#login-dd input:focus {
    border-color: #aaa;
}

#login-dd .button {
    height: 40px;
    margin: 10px 0;
    width: auto;
    color: #ffffff;
    background-color: #43ac44;
    border: none;
    box-shadow: none;
    font-weight: normal;
    float: right;
    padding: 0 20px;
    font-size: 16px;
    transition: box-shadow .1s ease-in;
}

#login-dd .button:hover {
	box-shadow: inset 0px 4px 5px -2px rgba(0,0,0,.20);
}

#login-dd #login-problem {
    background-color: #e4e3e3;
    text-align:center;
    width: 100%;
		height: 32px;
}

#login-dd #login-problem a {
    color: #9e9e9e;
    background-color: none;
    padding:0px;
    font-size: 15px;
}

#login-dd #login-problem a:hover {
	background: none;
	color: #454545!important;
}

#login-dd #morph {

}

.has-dropdown:hover .dropdown {
	display: block;
	top: 78px;
	left: 0;
	position:absolute;
	visibility: visible;
	min-width: 200px;
}


.top-bar-section ul {
    width: auto;
    height: auto !important;
    display: inline;
}

.top-bar .right a.ni-user {
	display:block;
	height: 78px;
	min-width: 78px;
	background-image: url('../img/user.png');
	background-repeat: no-repeat;
	background-position: right 26px center;
	font-size: 14px;
	padding: 0 15px;
	font-weight: 500;
}

.top-bar .right a.ni-user span {
	line-height: 80px;
	padding: 0 36px 0 10px;
	color: #ffffff;
}

.top-bar.expanded .title-area {
	background-color: #3988d9;
}

.top-bar .dropdown a {
	color: #666666!important;
	line-height: 30px!important;
	font-size: 14px;
}

.top-bar .dropdown a:hover {
	background-color: #eeeeee;
}

#nav {
	padding: 0px;
	width: 240px;
}

.panel {
	min-height: 100%;
	border: 0px;
	padding: 20px 0 0 0;
	background: none;
}

.panel ul {
	list-style-type: none;
}

.panel ul li a {
	color: #262323;
	display:block;
	font-size: 18px;
	font-weight: 400;
	line-height: 17px;
	width: 100%;
	height:100%;
	padding: 17px 20px 15px 20px;
}

.panel ul li ul li a {
	color: #262323;
	display:block;
	font-size: 17px;
	font-weight: 400;
	line-height: 17px;
	width: 100%;
	height:100%;
	padding: 17px 20px 15px 20px;
}

@media only screen and (max-width: 1200px) {
	.panel ul li a {
		font-size: 17px;
		padding: 17px 20px 15px 20px;
	}

}

.panel ul li a:hover, .panel ul li a.active {
	background-color: #3988d9;
	color: #ffffff;
}

#main {
	width: 960px;
	margin-top: 20px;
	padding: 25px;
	margin-bottom: 20px;
	float: right;
	border: 1px solid rgba(0,0,0,.09);
	/*box-shadow: 0px 5px 15px rgba(0,0,0,.03);*/
	min-height: 450px;
}

#footer-wraper {
	background-color: #fff;
	border-top: 1px solid rgba(0,0,0,.09);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

#footer {
	max-width: 1200px;
	margin: 0 auto;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
}

#footer ul {
	float: right;
	line-height: 50px;
	margin: 0px
}

#footer ul li {
	display: inline-block;
	margin-left: 10px;
}

.home-choice em {
	color: #262323;
	text-transform: uppercase;
	display: inline;
	font-style: normal;
}


@media only screen and (max-width: 767px) {
	.features p {
		padding-top: 65px;
		text-align: left;
		margin-right: -15px;
		width: 180px;
	}
}



.features p {
	font-size: 16px;
}

.feature-icon {
	background: #e43737;
	background: -moz-linear-gradient(left, #e43737 0%, #e43737 50%, #d43333 50%, #d43333 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e43737), color-stop(50%,#e43737), color-stop(50%,#d43333), color-stop(100%,#d43333));
	background: -webkit-linear-gradient(left, #e43737 0%,#e43737 50%,#d43333 50%,#d43333 100%);
	background: -o-linear-gradient(left, #e43737 0%,#e43737 50%,#d43333 50%,#d43333 100%);
	background: -ms-linear-gradient(left, #e43737 0%,#e43737 50%,#d43333 50%,#d43333 100%);
	background: linear-gradient(to right, #e43737 0%,#e43737 50%,#d43333 50%,#d43333 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e43737', endColorstr='#d43333',GradientType=1 );
	height: 134px;
	margin: 40px 0 10px 50%;
	width: 134px;
	border-radius: 67px;
	-webkit-border-radius: 67px;
		 -o-transform: translateX(-67px);
	   -moz-transform: translateX(-67px);
	-webkit-transform: translateX(-67px);
			transform: translateX(-67px);
}

.feature-icon div {
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 100%;
	font-family: 'entypo';
	color: #ffffff;
	font-size: 145px;
	line-height: 66px;
}

#fi-1 {
	background-image: url('../img/features/1.png');
}

#fi-2 {
	background-image: url('../img/features/2.png');
}

#fi-3 {
	background-image: url('../img/features/3.png');
	background-position: left 40px center;
}

#fi-4 {
	background-image: url('../img/features/4.png');
}

#fi-5 {
	background-image: url('../img/features/5.png');
}

.help {
	cursor: help;
	border-bottom: 1px solid #eeeeee;
	position: relative;
}


/* Grono */

h4 {
	font-weight: 400;
}

.floatwrapper {
	overflow: hidden;
}

.czesc {
	margin-top: 20px;
}

.czesc li {
	font-size: 15px;
	list-style-type: none;
}

.czesc li:before {
	content: " ";
	margin-right: 10px;
	color: #dddddd;
}

/* Plan i Kalendarz */

h2.plan {
	display: inline-block;
}

.plan-choice {
	width: 130px;
	display: inline-block;
	margin: 0px;
	vertical-align: top;
	margin-top: 5px;
	height: 45px!important;
}

.plan-name {
	display: none;
}

.plan-choice.nauczyciel {
	width: auto;
}

.plan-choice.nauczyciel .nl-field {
	max-width: initial;
}

.plan-choice.nauczyciel .nl-field-toggle {
	padding-right: 60px;
}

.plan-choice .nl-field-toggle, .nl-form.plan-choice input, .nl-form.plan-choice select {
	font-size: 40px;
	font-weight: 300;
	color: #d43333;
	padding: 4px 5px;
	border-color: #ffffff;
	/*border-bottom-color: #dddddd; */
	background-image: url('../img/select-transparent-bg.png');
}

.plan-choice .nl-field-toggle:hover, .nl-form.plan-choice select:hover {
	background-image: url('../img/select-bg.png');
}

.nl-form.plan-choice input, .nl-form.plan-choice select {
	padding: 1px;
}

.wide-table {
  width: auto;
  margin-top: 20px;
	margin-left: -25px;
	margin-right: -25px;
	max-width: none;
}

.wide-table table {
    width: 100%;
	border: none;
	border-bottom: 1px solid #f2f2f2;
	border-collapse: collapse;
}

caption {
    font-size: 1.5em;
    font-weight: 500;
    line-height: 2em;
}

.wide-table thead {

	margin-bottom: 2px;
}

.wide-table th {
	border-right: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	border-bottom: 1px solid #ffffff;
    height: 3.3em;
    font-size: 14px;
	color: #474747;
	font-weight: 500;
    background-color: #ecede6;
	/*padding-top: 12px!important;*/
	background-color: none;
	line-height: 30px!important;
	border-collapse: separate;
	text-align: left;
}
.wide-table tr td {
    /* background-color: #ecede6; */
	background-color: none;
	border-width:  0 0 1px 1px;
	border-style: solid;
	/* border-color: #ffffff; */
	border-color: #dddddd;
	border-bottom-color: #f2f2f2;
    height: 47px;
    vertical-align: middle;
	padding-top: 9px!important;
	color: #444444;
	overflow: hidden;
}

.wide-table table thead {
	background: rgb(238, 238, 238);
}

.wide-table td:first-child {
	border-left: none;
	padding-left: 25px;
}

.wide-table th:first-child {
	padding-left: 24px;
}

.wide-table tr:last-child td {
	border-bottom: 1px solid #f2f2f2;
}

.wide-table tr:nth-child(even) {
	background-color: #fbfbfb;
}

#plan-small {
	margin: 0 -25px;
}

#plan-small .tHead {
	font-weight: 500;
	font-size: 1.125em;
	margin-top: 30px;
	margin-bottom: 10px;
	padding-left: 25px;
}

#plan-small .tRow {
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid #f2f2f2;
}

#plan-small .right {
	padding-left: 5px;
}

#plan-small .tRow:nth-of-type(odd) {
	background: #fafafa;
}

#plan-small .tRow .hour {
	position: absolute;
	top: 50%;
	margin-top: -8px;
	padding-left: 25px;
}

#plan-small .tRow .lesson {
	float: left;
	margin-left: 155px;
	padding: 8px 8px 7px 8px;
	border-left: 1px solid #d6d6d4;
	width: 200px;
}

#plan table {
	table-layout: fixed;
}

#plan td, #plan th {
	width: auto;
}

#plan td a + span:before, #plan-small a + span:before {
	content: '/ ';
	color: #dddddd;
	cursor: auto;
	display: inline-block;
	position: absolute;
	left: -10px;

}

#plan td:first-child {
	width: 150px;
}

#plan .help, #plan-small .help {
	margin-left: 11px;
	display: inline-block;
	height: 1em;
}


#kalendarz td {
	/* background-color: #f8f9f4; */
   	height: 120px;
   	vertical-align: top;
	width: 14.285%;
	padding: 0!important;
	position: relative;
	font-weight: 300;
	background-clip: padding-box;
	border-color: #dddddd;
	width: 14.285%;
}

#kalendarz .day {
	display: none;
	visibility: hidden;
}

.legend {
	width: 550px;
	max-width: 100%;
}

.legend td {
	border: 1px solid #dddddd!important;
}

.legend .today {
	color: #3fa53f;
}

.today {
	background-color: #EDF7D9;
}

#kalendarz tr:nth-child(even) {
	background-color: #ffffff;
}

#kalendarz th:first-child {
	padding: 0.5em 0.625em 0.625em;
}

h2.kalendarz {
	display: inline-block;
	padding-right: 15px;
	border-right: 1px solid #dddddd;
}

.subkalendarze {
	display: inline-block;
	margin-bottom: 14px;
	vertical-align: bottom;
}

.subkalendarze li {
	display: inline-block;
	list-style: none;
}

.subkalendarze li a {
	color: #525252;
	font-weight: 300;
	margin-left: 10px;
}

.subkalendarze li a:hover {
	color: #d43333;
}

#submenu {
    position: absolute;
    top: 32px;
    right: 25px;
    list-style: none;
    padding: 0px;
    margin: 0;
	line-height: inherit;
	color: #b7b7b7;
}

#submenu ul {
	float: left;
	margin-left: 10px;
}

#submenu a {
    float: left;
    text-align: center;
	border: 2px solid #ccc;
	background-color: #f4f4f4;
	padding: 13px 11px 0 11px;
	display: inline-block;
	height: 44px;
	z-index: 0;
	position: relative;
	color: #474747;
	background-repeat: no-repeat;
    transition: all .15s;
	-webkit-transition: all .15s;
	-moz-transition: all .15s;
	line-height: 16px;
	font-size: 14px;
}

#submenu a:hover {
	z-index: 1;
	border-color: #aaaaaa;
	opacity: 1;
}

#submenu li {
	display: block;
	float: left;
	margin: 0 0 0 -2px;
	padding:0px;
}

#submenu li:first-child a {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
#submenu li:last-child a {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

#submenu .reveal {
	width: 0px;
	height: 16px;
	display: inline-block;
	overflow: hidden;
	transition: .2s all;
	white-space: nowrap;
	opacity: 0;
	margin-right: 5px;
}

#submenu li:hover .reveal {
	width: auto;
	opacity: 1;
}

#submenu li:hover .unreveal {
	display: none;
}

#submenu .icon {
	font-size: 32px;
	vertical-align: bottom;
	height: 20px;
	float: left;
	margin-top: -3px;
	margin-right: 3px;
	opacity: 0.8;
}

#submenu label {
	font-weight: inherit;
}

#submenu input[type=checkbox] {
	width: 16px;
	height: 16px;
	margin-right: 1px;
	cursor:pointer;
}

#submenu input[type=submit] {
	display: none;
}

.report {
	margin-top: 20px;
	margin-bottom: 0px;
}

.report a {
	font-size: 14px;
	position: relative;
	padding-left: 20px;
}

.report a:before {
	content: '⚑';
	font-size: 30px;
	font-family: 'entypo';
	color: rgb(188, 188, 188);
	margin-right: 3px;
	position: absolute;
	width: 30px;
	height: 30px;
  	top: -23px;
  	margin-left: -20px;
}

#miesiace li {
	display: block;
	float: left;
	margin: 0 0 0 -2px;
	padding:0px;
}
#miesiace a {
	font-size: 0px;
}
#miesiace .mp a {
	background-image: url('../img/left.png');
	padding-left: 32px;
	background-position: left 11px center;
}
#miesiace .mn a {
	background-image: url('../img/right.png');
	padding-right: 32px;
	background-position: right 11px center;
}

/*  Zastepstwa */

#ogloszenia {
	text-align: center;
	margin-bottom: 30px;
}

#ogloszenia h4 {
	color: #d43333;
}

#ogloszenia p {
	margin-bottom: 5px;
}

/*#ogloszenia {
    width: 49%;
    float: right;
}*/
#zastepstwa_info {
    text-align: center;
		font-size: 18px;
		background-color: #f4f4f4;
		padding: 5px initial;
		border-radius: 2px;
}
/*#zastepstwa_polowa {
    width: 49%;
    float: left;
}*/

#zastepstwa .wide-table {
    margin-top: 0px;
}

#zastepstwa table,
#zastepstwa_polowa table {
	width: 100%;
}

.wazne {
    background-color: #fcc;
}
form {
    clear: both;
}

#zastepstwa td, #zastepstwa_polowa td {
	color: #444444;
	width: auto;
	height: 37px;
	border-width: 1px 0 1px 1px;
	border-top-color:#f2f2f2;
}

#zastepstwa td:nth-child(1), #zastepstwa_polowa td:nth-child(1) {
	width: 150px;
}

#zastepstwa td:nth-child(2), #zastepstwa_polowa td:nth-child(2) {
	width: 50px;
}

h4.nauczyciel {
	color: #d43333;
	margin-top: 30px;
}

#zastepstwa .wide-table, #zastepstwa_polowa .wide-table {
	margin-top: 10px;
}

#zastepstwa li:before, #zastepstwa_polowa li:before {
	content: "→";
	margin-right: 10px;
	color: #dddddd;
}

#zastepstwa li span {
	font-weight: 300;
	margin-left: 4px;
}

/*   Administratorzy  */
.administratorzy a {
	font-weight: 400;
}

/*   Logowanie        */

label {
	display: inline-block;
}

form label.inline {
	margin: 10px 0 0 0;
	line-height: 40px;
	padding: 0;
}

#login-form span {
	margin-top: 10px;
	min-height: 40px;
	vertical-align: middle;
	font-size: 14px;
	display: block;
	padding-top: 4px;
	padding-left: 20px;
	line-height: 16px;
}

input[type=submit], input[type=button] {
	height: 40px;
	margin: 10px 0;
	width: auto;
	color: #ffffff;
	background-color: #43ac44;
	border: none;
	box-shadow: none;
	font-weight: normal;
	padding: 0 20px;
	font-size: 16px;
	transition: all .1s ease-in;
	border-radius: 2px;
	font-weight: 400;
	font-family: inherit;
}

input[type=submit]:hover, input[type=button]:hover {
	box-shadow: inset 0px 4px 5px -2px rgba(0,0,0,.20), inset 0px 0px 0px 2px rgba(0,0,0,.10);
	text-shadow: 0px 2px 2px rgba(0,0,0,.30);
	cursor: pointer;
}

input[type=button] {
	background-color: #3988d9;
}

select::-ms-expand {
    display: none;
}

#kontakty fieldset {
	border: none;
	padding: 0px;
	margin: 0px;
}

#kontakty td {
	padding:0px 2px !important;
}
#kontakty input, #kontakty select {
	border:0px;
	margin:0px;
	border-radius: 0px;
	box-shadow:none;
}
#kontakty select {
	height: 47px;
	background-image: url('../img/select-transparent-bg.png');
	color: rgba(0, 0, 0, 0.75);
}
#kontakty select:hover {
	background-image: url('../img/select-bg.png')
}
#kontakty select:focus {
	background-image: url('../img/select-bg.png')
}

#kontakty tr:hover {
	background-color: initial;
}

#kontakty tr:hover input[type=text] {
	background-image: url('../img/edit-transparent-bg.png');
	background-repeat: no-repeat;
	background-position: right center;
}

ul.info li:before {
	content: " ";
	background-image: url('../img/question-transparent.png');
	background-repeat: no-repeat;
	background-position: left center;
	display: inline-block;
	margin-right: 6px;
	width: 14px;
	height: 13px;
	opacity: 0.8;
}

ul.info li:hover:before {
	opacity: 1;
}

p.information {
	text-align: center;
	font-size: 18px;
	background-color: #f4f4f4;
	padding: 5px initial;
	border-radius: 2px; 
	clear: both;
}

p.alert {
	background-color: #FDE9E4;
	padding: 5px 10px;
	border-radius: 2px; 
	clear: both;
}


@media print{

	html {
		background: #fff;
	}
	body {
	    width: auto;
			-webkit-print-color-adjust:exact;
	}
	table {
	    border-collapse: collapse;
	}
	a {
	    color: #000;
	    text-decoration: none;
	}
	#top, #nav, #footer, #plan-small, .nav-overlay, p {
	    display: none;
	}

	h2 {
		font-size: 29px;
		margin-top: 0px;
	}

	.plan-choice {
		margin-top: -8px;
		height: 38px;
		display: none;
	}

	.plan-name {
		display: inline;
	}

	p.opis {
	    display: block;
			font-size: 14px;
	}
	table {
		max-width: 100%;
		font-size: 12px;
		margin-bottom: 0px;
	}

	#main {
		max-width: 680px!important;
		float: none;
		margin: 0 auto;
		padding-bottom: 0px;
	}

	.wide-table table thead {
		background: #EEEEEE!important;
	}

	.wide-table table th {
		 box-shadow: inset 0 0 0 1000px #eeeeee!important;
		font-size: 11px;
		height: 37px!important;
		line-height: 20px!important;
		padding: 0.5625em 0.625em!important;
	}

	.wide-table tr:last-child, .wide-table tr:last-child td, table  {
		border-bottom: none!important;
	}

	a[href]:after {
    content: none !important;
	}

	#plan td {
		height: 35px;
		padding: 0.5625em 0.625em!important;
	}

	#plan td:first-child {
		padding-left: 24px!important;
	}

	#plan .help {
		border: none!important;
		margin-left: 10px!important;
	}

	#plan .help:before {
		left: -8px;
	}

	@page {
		margin-top: 15mm;
	}

}