﻿html, body {
	color: #344644;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma;
	font-size: 0.875em;
	background-color: #F1F3F7;
	position: relative;
	min-height: 100%;
	display: inline-table;
    min-width: 100%;
}
body {
	display: table-cell;
}
body.overlay>header, 
body.overlay>aside, 
body.overlay>.page {
	-webkit-filter: blur(0.25em);
	-moz-filter: blur(0.25em);
	-o-filter: blur(0.25em);
	-ms-filter: blur(0.25em);
	filter: blur(0.25em);
}


.noMobile {
	
}
.Mobile {
	display: none;
}


*:disabled {
	cursor: not-allowed !important;
}


.go_top {
	position: fixed;
	bottom: 5px;
	right: 5px;
	font-size: 30px;
	color: #9196a1;
}


input:not([type="checkbox"]):not([type="button"]):not([type="submit"]):not([type="reset"]), select, textarea {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    line-height: 32px;
    padding: 5px 10px;
    outline: 0;
    border-width: 1px;
    border-style: solid;
    border-radius: 0;
    background: #fff;
    font: 13px/16px 'Open Sans',Helvetica,Arial,sans-serif;
    color: #404040;
    appearance: normal;
}
input:not([type="checkbox"]):not([type="button"]):not([type="submit"]):not([type="reset"]):focus, select:focus, textarea:focus {
	border-color: #3276B1;
}
input:disabled, select:disabled, textarea:disabled {
	background-color: rgba(239, 239, 239, 0.3) !important;
	border-color: rgba(118, 118, 118, 0.3) !important;
}

button, input[type=submit], .btn {
	border: none;
	padding: 10px 12px 6px 12px;
	border-bottom: 4px solid;
	-webkit-transition: border-color 0.1s ease-in-out 0s,background-color 0.1s ease-in-out 0s;
	transition: border-color 0.1s ease-in-out 0s,background-color 0.1s ease-in-out 0s;
	outline: none;
	border-radius: 3px;
	background-clip: padding-box;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 8px;
	color: #FFFFFF;
	background-color: #3498db;
	border-color: #2980b9;
	cursor: pointer;
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 10px;
	text-decoration: none;
}
button.btn-l, input[type=submit].btn-l, .btn.btn-l {
	border-radius: 3px 0px 0px 3px;
	float: left;
}
button.btn-r, input[type=submit].btn-r, .btn.btn-r {
	border-radius: 0px 3px 3px 0px;
	float: left;
	border-left-style: solid;
	border-left-width: 1px;
}
.btn input {
	display: none !important;
}
button i, .btn i {
	margin-right: 5px;
}
button:hover, 
input[type=submit]:hover, 
.btn:hover, 
.btn.active {
	background-color: #2980B9;
	border-color: #216897;
}
button.szary, 
input[type=submit].szary, 
.btn.szary, 
.cancelBtn {
	background-color: #95A5A6;
	border-color: #7F8C8D;
}
button.szary:hover, 
input[type=submit].szary:hover, 
.btn.szary:hover, 
.btn.szary.active, 
.cancelBtn:hover {
	background-color: #7F8C8D;
	border-color: #5C6667;
}
button.czerwony, 
input[type=submit].czerwony, 
.btn.czerwony {
	background-color: #E74C3C;
	border-color: #C0392B;
}
button.czerwony:hover, 
input[type=submit].czerwony:hover, 
.btn.czerwony:hover, 
.btn.czerwony.active {
	background-color: #C0392B;
	border-color: #AC2925;
}
button.zolty, 
input[type=submit].zolty,
.btn.zolty {
	background-color: #244062;
	border-color: #16283F;
}
button.zolty:hover, 
input[type=submit].zolty:hover, 
.btn.zolty:hover, 
.btn.zolty.active {
	background-color: #1B3049;
	border-color: #16283F;
}
.btn_radio.zolty {
	background-color: #CCCCCC;
	border-color: #C0C0C0;
}
.btn_radio.zolty:hover, 
.btn_radio.zolty.active {
	background-color: #F1C40F;
	border-color: #F39C12;
}
button.purpurowy, 
input[type=submit].purpurowy, 
.btn.purpurowy {
	background-color: #7266ba;
	border-color: #564AA3;
}
button.purpurowy:hover, 
input[type=submit].purpurowy:hover, 
.btn.purpurowy:hover, 
.btn.purpurowy.active {
	background-color: #605CA8;
	border-color: #555299;
}
button.zielony, 
input[type=submit].zielony, 
.btn.zielony {
	background-color: #7FBA00;
	border-color: #699B00;
}
button.zielony:hover, 
input[type=submit].zielony:hover, 
.btn.zielony:hover, 
.btn.zielony.active {
	background-color: #699B00;
	border-color: #527900;
}
button:disabled, button:hover:disabled, button:disabled *, 
input[type=submit]:disabled, input[type=submit]:hover:disabled, input[type=submit]:disabled *, 
.btn:disabled, .btn:hover:disabled, .btn:disabled *, 
.btn.disabled, .btn:hover.disabled, .btn.disabled * {
	border-color: #ADB2B5 !important;
	background-color: #F4F4F4 !important;
	color: #E9E9E9 !important;
	text-shadow: -1px -1px #838383, 1px 1px #FFF !important;
	cursor: default;
}
.loading, .loading * {
	border-color: transparent !important;
	background-color: transparent !important;
	font-size: 0px !important;
}
.loading:before {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: "Font Awesome 5 Free" !important;
	font-weight: 900;
	font-size: 22px !important;
	color: #000000;
	content: "\f110";
}




a.eksportuj_btn {
	float: right;
	font-size: 12px;
}
a.eksportuj_btn .fa-caret-down {
	font-size: 18px;
	padding: 0px 0px 0px 5px;
	margin: 0px;
	height: 13px;
	line-height: 13px;
	display: inline-block;
}

.btn_zamknij {
	float: right;
    margin-top: -10px;
    margin-right: 0px;
	background-color: #666666;
    color: #444;
	font-size: 12px;
	color: #FFFFFF;
	padding: 4px;
	display: inline-block;
	text-decoration: none;
	width: 15px;
	height: 15px;
	text-align: center;
}
.btn_zamknij:hover {
	background-color: #C26565;
}

.btn_mini {
	background-color: #f4f4f4;
    color: #444;
    border: 1px solid #ddd;
    border-radius: 3px;
	font-size: 9px;
	color: #666;
	padding: 4px;
	display: inline-block;
	text-decoration: none;
	min-width: 30px;
	text-align: center;
}
.btn_mini.textRight {
	font-size: 13px;
}
.btn_mini.noText {
	font-size: 0px;
	min-width: inherit;
}
.btn_mini i {
	font-size: 16px;
	display: block;
}
.btn_mini.textRight i {
	display: inline-block;
}
.btn_mini.noText i {
	font-size: 14px;
	width: 14px;
	height: 14px;
	line-height: 14px;
	text-align: center;
}
.btn_mini:hover {
	border-color: #AAAAAA;
	background-color: #E7E7E7;
	color: #000000;
}


.btn-group {
	border-radius: 3px;
	display: inline-block;
	overflow: hidden;
}
.btn-group label {
	margin: 0px;
	border-radius: 0px;
	float: left;
}
label.btn.niebieski {
	border-color: #B0A6BB;
	background-color: #F1EFF3;
	color: #CCCCCC;
}
label.btn.niebieski.active {
	background-color: #3498db;
	border-color: #2980b9;
	color: #FFFFFF;
}
label.btn:disabled {
	cursor: not-allowed !important;
}


.alert {
	border-left-style: solid;
	border-width: 5px;
	padding: 10px 10px 10px 40px;
	margin-bottom: 20px;
	position: relative;
}
.alert strong {
	margin-right: 5px;
}
.alert:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 22px;
	position: absolute;
	top: 7px;
	left: 10px;
}
.alert.ok {
	background-color: #CDE0C4;
	border-color: #8AC38B;
	color: #356635;
}
.alert.ok:before {
    content: "\f05a";
}
.alert.info {
	background-color: #D6DDE7;
	border-color: #9CB4C5;
	color: #305d8c;
}
.alert.info:before {
    content: "\f05a";
}
.alert.warning {
	background-color: #EFE1B3;
	border-color: #DFB56C;
	color: #826430;
}
.alert.warning:before {
    content: "\f071";
}
.alert.error {
	background-color: #C26565;
	border-color: #953B39;
	color: #FFFFFF;
}
.alert.error:before {
    content: "\f057";
}
.alert ul {
	margin-bottom: 0px;
	padding-left: 20px;
}
.alert ul li {
	margin: 0px;
}


.status {
	border: 1px solid #BDBDBD;
	width: 50px;
	height: 24px;
	display: inline-block;
}
.status.niebieski {
	background-color: #0033CC;
}
.status.czerwony {
	background-color: #FF0000;
}
.status.zolty {
	background-color: #FFFF00;
}
.status.zielony {
	background-color: #00B050;
}


.tabBorder_niebieski {
	border: 3px solid #0033CC !important;
}
.tabBorder_czerwony {
	border: 3px solid #FF0000 !important;
}
.tabBorder_zolty {
	border: 3px solid #FFFF00 !important;
}
.tabBorder_zielony {
	border: 3px solid #008000 !important;
}



.panelki {
	overflow: hidden;
}
.panelki ul {
	border: 1px solid #666666;
	margin: 0px 0px 30px 0px;
	padding: 10px;
	list-style-type: none;
}
.panelki ul .btn {
	margin-top: 0px;
}


header {
	background-color: #9196a1;
	height: 50px;
	line-height: 50px;
	position: relative;
}
header .prawa {
	float: right;
}
header nav ul {
	display: inline-block;
	position: relative;
	width: 50px;
	float: left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
header nav ul a {
	text-align: center;
	color: #FFFFFF;
	display: block;
	width: auto;
	font-size: 15px;
}
header nav ul a:hover {
	background-color: #797E8C;
}
header nav a .count {
	background: none repeat scroll 0 0 #e74c3c;
	border-radius: 50%;
	background-clip: padding-box;
	color: #fff;
	display: block;
	font-size: 9px;
	height: 14px;
	line-height: 14px;
	position: absolute;
	right: 10px;
	text-align: center;
	top: 11px;
	width: 14px;
}


.kontener {
	background-color: #3A3633;
}
aside:before, aside:after {
	content: " ";
	display: table;
}


aside {
	border-width: 2px;
	border-color: #DCE1E4;
	background-color: #2C3B41;
	width: 230px;
	position: absolute;
	z-index: 0;
	top: 0px;
	left: 0px;
	padding-top: 0px;
	min-height: 100%;
	webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	border-right-style: solid;
}
*:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
aside.schowaj {
	left: -225px;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
aside .logo {
	width: 200px;
	padding: 5px 15px 5px 15px;
	text-align: center;
	background-color: #FFFFFF;
	display: inline-block;
	float: left;
	height: 80px;
}
aside .logo img {
	height: 80px;
}
aside .user {
	background-color: #222D32;
	color: #FFFFFF;
	padding: 10px 15px 10px 15px;
	overflow: hidden;
}
aside .user i {
	width: 24px;
	text-align: center;
	font-size: 16px;
}

aside .autor {
	text-shadow: 0px 0px 5px #000000;
	color: #867B75;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	text-align: center;
	font-size: 11px;
	padding-top: 7px;
	padding-bottom: 3px;
}
aside .autor a {
	text-shadow: 0px 0px 5px #000000;
	color: #867B75;
	text-decoration: none;
}
aside .autor a:hover {
	text-decoration: underline;
}

nav.menu {
	font-size: 13px;
}
nav.menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
nav.menu ul li a.tyt {
	background-color: #000000;
    color: #FFFFFF;
    padding: 10px 15px 10px 5px;
	display: block;
	overflow: hidden;
    text-decoration: none;
}
nav.menu ul li ul {

}
nav.menu ul li ul a {
	color: #c0bbb7;
	text-decoration: none;
	display: block;
	height: 28px;
	line-height: 28px;
	-webkit-transition: border-color 0.1s ease-in-out 0s,background-color 0.1s ease-in-out 0s,box-shadow 0.1s ease-in-out 0s;
	transition: border-color 0.1s ease-in-out 0s,background-color 0.1s ease-in-out 0s,box-shadow 0.1s ease-in-out 0s;
	overflow: hidden;
	padding: 8px 15px 8px 0px;
	border-left: 4px solid transparent;
}
nav.menu ul li ul li:hover a, nav.menu ul li ul li.active a {
	border-color: #9196a1;
	color: #FFFFFF;
	background-color: #1E282C;
}
nav.menu ul li ul li.active>a:before {
	content: "\f0d9";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	display: block;
	height: 27px;
	line-height: normal;
	width: 27px;
	position: absolute;
	right: -21px;
	font-size: 20px;
	color: #F1F3F7;
}
nav.menu ul li ul li a .count {
	padding: 1px;
	background: #e74c3c none repeat scroll 0 0;
	border-radius: 50%;
	background-clip: padding-box;
	color: #fff;
	display: block;
	font-size: 10px;
	height: 17px;
	line-height: 17px;
	float: right;
	margin-top: 5px;
	text-align: center;
	min-width: 17px;
}
nav.menu ul li ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
nav.menu ul li ul li a i {
	margin-right: 5px;
	font-size: 1.3em;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	float: left;
}
nav.menu ul li ul li:hover a i, nav.menu ul li ul li.active a i {
	color: #9196a1;
}
nav.menu ul li ul li ul {
	display: none;
	background-color: #2C3B41;
}
nav.menu ul li ul li.active ul {
	display: block;
}
nav.menu ul li ul li ul li {
	margin: 0px;
	padding: 0px;
}
nav.menu ul li ul li ul li a {
	border-width: 0px;
	height: 28px;
	line-height: 28px;
	padding-left: 10px;
}
nav.menu ul li ul li ul li a:hover {
	background-color: #444443;
}

nav.menu ul li.color-niebieski .tyt, .pulpit .color-niebieski {
	background-color: #9196a1;
}
nav.menu ul li.color-pomaranczowy .tyt, .pulpit .color-pomaranczowy {
	background-color: #F4AC71;
}
nav.menu ul li.color-pomaranczowy ul {
	border-color: #F4AC71;
}
nav.menu ul li.color-pomaranczowy ul li:hover a, nav.menu ul li.color-pomaranczowy ul li.active a {
	border-color: #F4AC71;
}
nav.menu ul li.color-pomaranczowy ul li:hover a i, nav.menu ul li.color-pomaranczowy ul li.active a i {
	color: #F4AC71;
}
nav.menu ul li.color-czerwony .tyt, .pulpit .color-czerwony {
	background-color: #C26565;
}
nav.menu ul li.color-czerwony ul {
	border-color: #C26565;
}
nav.menu ul li.color-czerwony ul li:hover a, nav.menu ul li.color-czerwony ul li.active a {
	border-color: #C26565;
}
nav.menu ul li.color-czerwony ul li:hover a i, nav.menu ul li.color-czerwony ul li.active a i {
	color: #C26565;
}
nav.menu ul li.color-zolty .tyt, .pulpit .color-zolty {
	background-color: #D5AC57;
}
nav.menu ul li.color-zolty ul {
	border-color: #D5AC57;
}
nav.menu ul li.color-zolty ul li:hover a, nav.menu ul li.color-zolty ul li.active a {
	border-color: #D5AC57;
}
nav.menu ul li.color-zolty ul li:hover a i, nav.menu ul li.color-zolty ul li.active a i {
	color: #D5AC57;
}
nav.menu ul li.color-zielony .tyt, .pulpit .color-zielony {
	background-color: #15AABF;
}
nav.menu ul li.color-zielony ul {
	border-color: #15AABF;
}
nav.menu ul li.color-zielony ul li:hover a, nav.menu ul li.color-zielony ul li.active a {
	border-color: #15AABF;
}
nav.menu ul li.color-zielony ul li:hover a i, nav.menu ul li.color-zielony ul li.active a i {
	color: #15AABF;
}
nav.menu ul li.color-zielony2 .tyt, .pulpit .color-zielony2 {
	background-color: #87AA45;
}
nav.menu ul li.color-zielony2 ul {
	border-color: #87AA45;
}
nav.menu ul li.color-zielony2 ul li:hover a, nav.menu ul li.color-zielony2 ul li.active a {
	border-color: #87AA45;
}
nav.menu ul li.color-zielony2 ul li:hover a i, nav.menu ul li.color-zielony2 ul li.active a i {
	color: #87AA45;
}
nav.menu ul li.color-czerwony2 .tyt, .pulpit .color-czerwony2 {
	background-color: #B30504;
}
nav.menu ul li.color-czerwony2 ul {
	border-color: #B30504;
}
nav.menu ul li.color-czerwony2 ul li:hover a, nav.menu ul li.color-czerwony2 ul li.active a {
	border-color: #B30504;
}
nav.menu ul li.color-czerwony2 ul li:hover a i, nav.menu ul li.color-czerwony2 ul li.active a i {
	color: #B30504;
}
nav.menu ul li.color-fiolet .tyt, .pulpit .color-fiolet {
	background-color: #8942A8;
}
nav.menu ul li.color-fiolet ul {
	border-color: #8942A8;
}
nav.menu ul li.color-fiolet ul li:hover a, nav.menu ul li.color-fiolet ul li.active a {
	border-color: #8942A8;
}
nav.menu ul li.color-fiolet ul li:hover a i, nav.menu ul li.color-fiolet ul li.active a i {
	color: #8942A8;
}
nav.menu ul li.color-blekitny .tyt, .pulpit .color-blekitny {
	background-color: #5CA0C1;
}
nav.menu ul li.color-blekitny ul {
	border-color: #5CA0C1;
}
nav.menu ul li.color-blekitny ul li:hover a, nav.menu ul li.color-blekitny ul li.active a {
	border-color: #5CA0C1;
}
nav.menu ul li.color-blekitny ul li:hover a i, nav.menu ul li.color-blekitny ul li.active a i {
	color: #5CA0C1;
}




.pulpit a {
	text-align: center;
	margin: 0px 20px 30px 20px;
	padding: 50px 0px 50px 0px;
	color: #FFFFFF;
	font-weight: bold;
	display: block;
	text-decoration: none;
	font-size: 18px;
}
.pulpit a i {
	font-size: 50px;
	margin-bottom: 15px;
}

.DropDownDialog {
	border-radius: 3px;
	background-color: #F1F3F7;
	width: 500px;
	border: 2px solid rgb(210, 214, 222);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 6px 8px;
	color: white;
	border-radius: 5px;
	font-size: 11px;
	position: absolute;
	z-index: 2;
	max-width: 350px;
	display: none;
}
.DropDownDialog button {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	float: right;
}


.DropDownMenu {
	display: none;
	position: absolute;
    right: 0px;
    width: 180px;
    list-style-type: none;
    z-index: 3;
}
.DropDownMenu:before {
	content: "\f0d8";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	display: block;
	height: 27px;
	line-height: normal;
	width: 27px;
	position: absolute;
	right: 5px;
	top: -10px;
	font-size: 29px;
	color: #FFFFFF;
	text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.15);
}
.DropDownMenu .kontener {
	border-radius: 5px;
	overflow: hidden;
	background-color: #FFFFFF;
	margin-top: 10px;
	border: 1px solid rgba(0, 0, 0, 0.15);
	box-shadow: 0 6px 12px rgba(0,0,0,0.176);
	height: auto;
	line-height: normal;
	text-align: left;
}
.DropDownMenu .kontener a {
	color: #333333;
	background-color: #FFFFFF;
	height: auto;
	line-height: normal;
	text-decoration: none;
	padding: 8px;
	display: block;
	font-size: 14px;
}
.DropDownMenu .kontener a.bg_szary {
	background-color: #E2E2E2;
	font-weight: bold;
}
.DropDownMenu .kontener a:hover {
	background-color: #F6F6F6;
}
.DropDownMenu .kontener a.active {
	background-color: #216897;
	color: #FFFFFF;
}
.DropDownMenu .kontener a .fa-file-excel {
	background-color: #217346;
	color: #FFFFFF;
	padding: 5px;
}
.DropDownMenu .kontener a .fa-file-code {
	background-color: #0070BB;
	color: #FFFFFF;
	padding: 5px;
}
.DropDownMenu .kontener a .fa-file-pdf {
	background-color: #FF0000;
	color: #FFFFFF;
	padding: 5px;
}




.historia_zmian tbody tr td header {
	background-color: transparent!important;
	margin: 0px!important;
}



.smart_terminarz_lista {
	width: 170px;
	padding-left: 10px;
	padding-right: 10px;
	top: 0px;
	bottom: 0px;
}
.smart_terminarz_lista .fc-event {
	margin-bottom: 10px;
}




.page {
	padding: 10px;
	margin: 0px 0px 0px 230px;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	background-color: #F1F3F7;
}
.page.pelny {
	padding: 10px 10px 10px 15px;
	margin: 0px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.page h1 {
	font-size: 20px;
	font-weight: normal;
}
.page h1 a {
	text-decoration: none;
	color: #344644;
}
.page h1 span {
	font-size: 15px;
}
.page .box {
	background: #FFFFFF;
    box-shadow: 1px 1px 2px 0 #CCCCCC;
    margin-bottom: 20px;
    border-radius: 3px;
    background-clip: padding-box;
    position: relative;
}
.page .box .control {
	box-shadow: -1px 1px 3px 0px #FFFFFF;
	position: absolute;
	z-index: 2;
	top: 0px;
	right: 0px;
	padding: 3px;
	background-color: #FFFFFF;
}
.page .box .srodek {
	padding: 20px;
}
.page .box footer {
	padding: 15px;
	border-top: 1px solid rgba(0,0,0,.1);
	background-color: #F8F8F8;
	border-color: rgb(224, 224, 224);
	border-top-style: solid;
	border-left-style: solid;
	border-width: 1px;
	overflow: hidden;
}
.page .box footer>* {
	margin: 0px 0px 0px 10px;
	float: right;
}
.page .window {
	border-style: solid;
	border-width: 3px 1px 1px 1px;
	border-color: #D2D6DE;
	background: #FFFFFF;
	margin-bottom: 20px;
}
.page .window.pelnyEkran, 
.page .box.pelnyEkran {
	position: absolute;
	z-index: 2;
	margin: 0px;
	border: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}
.page .window .gora {
	padding: 6px 7px;
	background-color: #FAFAFA;
}
.page .window .gora .input-group {
	width: 240px;
	margin-bottom: 0px;
}
.page .window .gora .control {
	float: right;
}
.page .window .gora .control a {
	margin-left: 10px;
}
.page .window .srodek {
	background-color: #FFFFFF;
}
.page .window .srodek .alert {
	margin: 20px;
}
.page .window .dol {
	padding: 6px 7px;
	background-color: #FFFFFF;
	font-size: 12px;
	height: 22px;
	line-height: 22px;
}


.zz_ramka {
	border: 2px solid #EB068C;
}
.zz_ramka-2 {
	border: 2px solid #F5A2C5;
}


.aktywny {
	padding: 3px 7px;
	border-radius: 10px;
	background-color: #356e35;
	color: #FFFFFF;
	font-size: 10px;
	display: inline-block;
	text-align: center;
}
.aktywny_zolty {
	padding: 3px 7px;
	border-radius: 10px;
	background-color: #FFC000;
	color: #FFFFFF;
	font-size: 10px;
	display: inline-block;
	text-align: center;
}
.nieaktywny {
	padding: 3px 7px;
	border-radius: 10px;
	background-color: #a90329;
	color: #FFFFFF;
	font-size: 10px;
	display: inline-block;
	text-align: center;
}


.tabela_wczytaj i {
	text-align: center;
	display: block;
	font-size: 35px;
	color: #9196a1;
	margin-top: 40px;
	margin-bottom: 40px;
}
.tabela_wczytaj a {
	border-width: 1px;
	border-color: #DDDDDD;
	padding: 10px 0px 10px 0px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	display: block;
	color: #403F3D;
	text-decoration: none;
	border-bottom-style: solid;
	text-transform: uppercase;
	background-color: #EEEEEE;
	transition-duration: 0.3s;
}
.tabela_wczytaj a:hover {
	background-color: #403F3D;
	color: #FFFFFF;
	transition-duration: 0.3s;
}




.tabela2 {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #444444;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.tabela2.breakpoint > tbody > tr {
  background-color: #eeeeee;
}
.tabela2.breakpoint > tbody > tr > td {
	border-width: 1px;
	border-color: #DDDDDD;
	background-color: #EEEEEE;
	font-size: 12px;
	border-top-style: solid;
	border-right-style: solid;
}
.tabela2 > tbody > tr > td {
	padding: 8px 10px;
	text-align: left;
	border-left: none;
	border-width: 1px;
	border-color: #DDDDDD;
	border-bottom-style: solid;
	border-right-style: solid;
}
.tabela2 > tbody > tr.szare > td {
	background-color: #F9F9F9;
}
.tabela2 > tbody > tr:hover:not(.footable-row-detail) {
  background-color: #ECF3F8;
}
.tabela2 > tbody > tr:hover:not(.footable-row-detail) > td {
  color: #000000;
  background-color: #ECF3F8;
}
.tabela2 > tbody > tr > td.footable-row-detail-cell,
.tabela2 > tbody > tr > td.footable-first-column {
  border-left: none;
}
.tabela2 > thead > tr > th {
	background: linear-gradient(#F2F2F2, #FAFAFA);
  border-bottom: 1px solid #dddddd;
  padding: 10px;
  text-align: left;
}
.tabela2 > thead > tr > th,
.tabela2 > thead > tr > td {
	color: #333333;
	border-top: none;
	border-left: none;
	font-weight: bold;
	border-color: #DDDDDD;
	background-color: #F5F5F5;
	font-size: 12px;
	border-style: solid solid solid none;
	border-width: 1px 1px 2px medium;
}
.tabela2 > thead > tr > th {
  border-left: none;
}





.smart {
	
}
.smart .nr_dowodu {
	text-transform: uppercase;
}
.smart header {
	display: block;
	padding: 8px 0 !important;
	border-bottom: 1px dashed rgba(0,0,0,.2);
	background: #fff;
	font-size: 16px;
	font-weight: bold;
	color: #232323;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	height: auto;
	line-height: normal;
}
.smart header a {
	float: right;
	margin-left: 15px;
	margin-top: -3px;
	font-weight: normal;
}
.smart fieldset {
	margin: 0px;
	padding: 0px;
	outline: 0px;
	display: block;
	border: none;
	color: #666666;
	overflow: hidden;
	position: relative;
}
.smart fieldset section {
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
}
.smart fieldset section label.control-label {
	display: block;
	margin-bottom: 6px;
	line-height: 19px;
	font-weight: 400;
	font-size: 13px;
	color: #333333;
	text-align: left;
	white-space: normal;
}
.smart fieldset section.has-error label.control-label {
	color: #FF0000;
}
.smart fieldset section.disabled label.control-label {
	color: #CCCCCC!important;
}
.smart fieldset section.disabled .form-control {
	color: #CCCCCC!important;
	border-color: #CCCCCC!important;
}
.info_szare {
	padding: 5px 45px 5px 45px;
	background-color: #F8F8F8;
	float: right;
}
.info_szare label {
	display: block;
	margin-bottom: 6px;
	line-height: 19px;
	font-weight: 400;
	font-size: 13px;
	color: #333333;
	text-align: left;
	white-space: normal;
}
.smart fieldset section b {
	font-weight: bold;
	text-align: center;
	margin-bottom: 3px;
}
.smart fieldset section .form-control {
    font-size: 12px;
    line-height: 1.5;
	border-color: #BDBDBD;
}
.smart fieldset section .form-control:focus {
	border-color: #3276B1;
}
.smart fieldset section .form-control.error {
	border-color: #B94A48;
	background-color: #FFF0F0 !important;
}
.smart fieldset section .form-control.valid {
	border-color: #468847;
	background-color: #F0FFF0 !important;
}
.smart fieldset section span.form-error {
	display: block;
	clear: both;
	font-size: 11px;
	color: #FF0000;
}
.smart .row {
	margin: 0 -15px;
	overflow: hidden;
}
.smart .row .col {
	float: left;
	min-height: 1px;
	padding-right: 15px;
    padding-left: 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.smart .row .col.col-2 {
	width: 16.66%;
}
.smart .row .col.col-3 {
	width: 25%;
}
.smart .row .col.col-4 {
	width: 33.33%;
}
.smart .row .col.col-5 {
	width:41.66%
}
.smart .row .col.col-6 {
	width: 50%;
}
.smart .row .col.col-7 {
	width: 58.33%;
}
.smart .row .col.col-8 {
	width: 66.66%;
}
.smart .row .col.col-9 {
	width: 75%;
}
.smart .row .col.col-10 {
	width: 83.33%;
}
.smart .row .col.col-11 {
	width: 91.66%;
}
.smart.wyszukiwarka button, .smart.wyszukiwarka .wz, .smart.wyszukiwarka .btn {
	margin: 0px;
	font-size: 12px;
	font-weight: normal;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 29px;
	line-height: 29px;
	border-bottom-width: 3px;
}
.smart.wyszukiwarka .wz {
	padding: 2px 5px 0px 5px;
	margin: 0px;
	height: 24px;
	line-height: 24px;
	font-size: 22px;
	display: inline-block;
}
.smart.wyszukiwarka .wz i {
	float: left;
	padding-top: 2px;
	width: 100%;
	display: block;
	text-align: center;
}
.smart.wyszukiwarka .wz input {
	display: none;
}
.smart.wyszukiwarka .zaawansowana {
	border-bottom-style: dashed;
	border-width: 1px;
	border-color: #D2D6DE;
	border-top-style: dashed;
	padding-top: 15px;
}

.smartCut {
	font-size: 11px;
	font-weight: bold;
	padding: 3px 5px 3px 5px;
}
.smartCut.mini {
	font-size: 10px;
	font-weight: normal;
}
.smartCut.max {
	font-size: 12px;
	display: block;
	margin-bottom: 5px;
}
.smartCut.max span {
	display: block;
}
.smartCut.max i.fas {
	float: right;
	font-size: 16px;
	margin-left: 5px;
}
.smartCut.zielony {
	color: #356635;
	background-color: #CDE0C4;
}
.smartCut.zolty {
	color: #826430;
	background-color: #EFE1B3;
}
.smartCut.pomaranczowy {
	color: #FFFFFF;
	background-color: #FFB06B;
}
.smartCut.niebieski {
	color: #305d8c;
	background-color: #D6DDE7;
}
.smartCut.czerwony {
	color: #FFFFFF;
	background-color: #C26565;
}
.smartCut.szary {
	color: #5C5C5C;
	background-color: #EEEEEE;
}
.smartCut.fioletowy {
	color: #6E587A;
	background-color: #D9D0DD;
}
.smartCutZawartosc {
	padding: 0px;
}
.smartCutZawartosc span {
	padding: 3px 5px 3px 5px;
}
.smartCutZawartosc i {
	line-height: 22px;
	width: 22px;
	text-align: center;
	font-size: 18px;
	margin: 0px !important;
	background-color: #EEEEEE;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #DDDDDD;
	color: #666666;
}
.smartCutZawartosc i:hover {
	background-color: #CCCCCC;
	cursor: pointer;
}
.smartCutZawartosc i.fa-times-circle, .smartCutZawartosc i.czerwony {
	color: #FFFFFF;
	background-color: #C26565;
}
.smartCutZawartosc i.fa-exclamation-circle {
	color: #826430;
	background-color: #EFE1B3;
}
.smartCutZawartosc i.fa-check-circle, .smartCutZawartosc i.zielony {
	color: #356635;
	background-color: #CDE0C4;
}


.ta-l {
	text-align: left;
}
.ta-r {
	text-align: right;
}


.smart_tree {
	position: relative;
}
.smart_tree ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	box-sizing: content-box;
}
.smart_tree ul li {
	margin: 0px;
	padding: 5px;
    position: relative;
	list-style-type: none;
	box-sizing: content-box;
}
.smart_tree ul li:before {
	content:'';
	left: -20px;
	position: absolute;
	right: auto;
	border-left: 1px solid #999;
	bottom: 50px;
	height: 100%;
	top: -11px;
	width: 1px;
	-webkit-transition: "border-color 0.1s ease 0.1s";
	-moz-transition: "border-color 0.1s ease 0.1s";
	-o-transition: "border-color 0.1s ease 0.1s";
	transition: "border-color 0.1s ease 0.1s";
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.smart_tree ul li:after {
	content: '';
    left: -20px;
    position: absolute;
    right: auto;
	border-top: 1px solid #999;
	height: 20px;
	top: 18px;
	width: 25px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.smart_tree>ul>li:after, .smart_tree>ul>li:before {
    border: 0px;
}
.smart_tree li:last-child:before {
    height: 30px;
}
.smart_tree ul li span {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px dotted #999;
	border-radius: 5px;
	display: inline-block;
	padding: 3px 8px;
	text-decoration: none;
	-webkit-transition: color .2s ease .1s,background-color .2s ease .1s,border-color .3s ease .2s;
	-moz-transition: color .2s ease .1s,background-color .2s ease .1s,border-color .3s ease .2s;
	-o-transition: color .2s ease .1s,background-color .2s ease .1s,border-color .3s ease .2s;
	transition: color .2s ease .1s,background-color .2s ease .1s,border-color .3s ease .2s;
}
.SmartSort ul li span {
	cursor: move;
}
.smart_tree ul li span i {
	font-size: 1.3em;
}
.smart_tree ul li label {
	display: inline-block;
	padding: 3px 8px;
	text-decoration: none;
	-webkit-transition: color .2s ease .1s,background-color .2s ease .1s,border-color .3s ease .2s;
	-moz-transition: color .2s ease .1s,background-color .2s ease .1s,border-color .3s ease .2s;
	-o-transition: color .2s ease .1s,background-color .2s ease .1s,border-color .3s ease .2s;
	transition: color .2s ease .1s,background-color .2s ease .1s,border-color .3s ease .2s;
}
.smart_tree ul li ul {
	padding-left: 34px;
	padding-top: 10px;
}
.smart_tree ul li ul li {
	padding: 5px;
}





.ui-datepicker {
	width: 17em;
	display: none;
	border: 1px solid #DDDDDD;
    position: absolute;
    background: #fff;
    top: 100px;
    left: 20px;
    padding: 14px;
    margin-top: 5px;
    border-radius: 4px;
    width: 255px;
}
.ui-datepicker:before {
	position: absolute;
	top: -7px;
	left: 9px;
	display: inline-block;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #ccc;
	border-left: 7px solid transparent;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	content: '';
}
.ui-datepicker:after {
    position: absolute;
    top: -6px;
    left: 10px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    content: '';
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
	border-radius: 4px;
	min-width: 32px;
	margin-right: 4px;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
	border-radius: 4px;
	min-width: 32px;
	margin-left: 4px;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-prev-hover {
	background-color: #EEEEEE;
	cursor: pointer;
}
.ui-datepicker .ui-datepicker-next-hover {
	background-color: #EEEEEE;
	cursor: pointer;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 40px 0 40px;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	display: inline-block;
	font-size: 12px;
    padding: 1px;
    height: auto;
    margin: 0;
    cursor: default;
    display: inline-block;
}
.ui-datepicker select.ui-datepicker-month {
	margin-right: 2%;
    width: 56%;
}
.ui-datepicker select.ui-datepicker-year {
	width: 40%;
}
.ui-datepicker table {
	width: 100%;
	font-family: Tahoma;
    font-size: 12px;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
	font-family: Tahoma;
    font-size: 17px;
    width: 20px;
    height: 20px;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
    border-radius: 4px;
	text-align: center;
	text-decoration: none;
	font-family: Tahoma;
    font-size: 17px;
    color: #344644;
    height: 20px;
    line-height: 20px;
}
.ui-datepicker td a:hover {
	background-color: #EEEEEE;
}
.ui-datepicker td a.ui-state-active {
	background-color: #357EBD;
	color: #FFFFFF !important;
}
.ui-datepicker td.ui-state-disabled span {
	color: #999;
    cursor: not-allowed;
    text-decoration: line-through;
}
.ui-priority-secondary {
	color: #999 !important;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

	

.icon {
	font-size: 27px;
}
.icon.czerwony {
	color: #C26565;
}
.icon.zielony {
	color: #8AC38B;
}



#dialog_zdjecie {
	text-align: center;
}
#dialog_zdjecie img {
	width: 70%;
}
#dialog_zdjecie strong {
	display: block;
}

#zalacznik_tabela a {
	text-decoration: none;
	color: #000000;
}
#zalacznik_tabela .galeria img {
	max-width: 220px;
	max-height: 220px;
}



.panel_logowania {
	max-width: 350px;
	min-width: 280px;
	margin: 60px auto 20px;
	overflow: hidden;
	border-radius: 3px 3px 0 0;
	background-clip: padding-box;
}
.panel_logowania header {
	border-width: 1px;
	border-color: #E1E1E1;
	background-color: #FFFFFF;
	color: #fff;
	display: block;
	font-size: 2em;
	font-weight: 400;
	padding: 15px 0;
	text-align: center;
	text-transform: uppercase;
	height: auto;
	line-height: normal;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
}
.panel_logowania .box {
	background: #FFFFFF;
    border-radius: 0 0 3px 3px;
    background-clip: padding-box;
    border: 1px solid #e1e1e1;
    border-bottom-width: 5px;
    padding: 40px 25px;
}
.panel_logowania .box input[type=submit] {
	font-size: 1.125em;
	width: 100%;
	padding: 15px 17px 11px 17px;
}








.r-tabs .r-tabs-nav {
    display: table;
    list-style: none;
    margin: 0 0 -1px 0;
    padding: 0;
    z-index: 1;
}
.r-tabs .r-tabs-nav:before, 
.r-tabs .r-tabs-nav:after {
	display: table;
    content: "";
}
.r-tabs .r-tabs-tab {
	border-style: solid;
	border-width: 3px 1px 1px 1px;
	border-color: #FFFFFF #FFFFFF #DDDDDD #FFFFFF;
	background-color: #ffffff;
	float: left;
}
.r-tabs .r-tabs-tab a {
	padding: 10px 15px;
	display: inline-block;
	text-decoration: none;
	color: #444444;
    font-size: 13px;
}
.r-tabs .r-tabs-tab a:hover {
	color: #999999;
}
.r-tabs .r-tabs-tab.r-tabs-state-active {
	border-color: #9196a1 #DDDDDD #ffffff #DDDDDD;
	pointer-events: none;
}
.r-tabs .r-tabs-accordion-title {
	border-width: 1px;
	border-color: #FFFFFF;
	font-size: inherit;
	font-weight: inherit;
	margin: 0;
	border-bottom-style: solid;
}
.r-tabs .r-tabs-accordion-title a {
	text-decoration: none;
	color: #FFFFFF;
    font-weight: bold;
    padding: 12px 24px;
	background-color: #9196a1;
	display: block;
	font-size: 14px;
}
.r-tabs .r-tabs-accordion-title.r-tabs-state-active a {
	background-color: #C27D0A;
}
.r-tabs .r-tabs-accordion-title a, .ui-accordion .ui-accordion-header {
	text-decoration: none;
	color: #FFFFFF;
    font-weight: bold;
    padding: 12px 24px;
	background-color: #9196a1;
	display: block;
	font-size: 14px;
}
.r-tabs .r-tabs-panel {
	border-width: 1px;
	border-color: #DDDDDD;
	background-color: #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 24px;
	border-top-style: solid;
	margin-top: -1px;
}
.r-tabs .r-tabs-state-disabled a {
	color: #C0C0C0!important;
}
.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled a {
	background-color: #DFDFDF!important;
}





.footable > thead > tr > th, .footable > thead > tr > td {
	font-size: 11px;
}





.input-group {
	position: relative;
	display: table;
	border-collapse: separate;
	border-spacing: 0px;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 15px;
}
.input-group>.input-group-addon {
	border-radius: 4px 0px 0px 4px;
	border-style: solid none solid solid;
	border-width: 1px;
	border-color: #cccccc;
	padding: 6px 12px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	color: #555555;
	text-align: center;
	background-color: #eeeeee;
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
	display: table-cell;
	box-sizing: border-box;
}
.input-group>.form-control {
	border-radius: 0px 4px 4px 0px;
	display: table-cell;
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin: 0px;
	min-height: 35px;
	padding: 6px 12px !important;
	color: #555555;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cccccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, 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;
	box-sizing: border-box;
}







.ui-tooltip, .arrow:after {
    background: black;
}
.ui-tooltip {
    padding: 6px 8px;
    color: white;
    border-radius: 5px;
    font-size: 11px;
    position: absolute;
	z-index: 9999;
	max-width: 300px;
}
.arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
}
.arrow.top {
    top: -16px;
    bottom: auto;
}
.arrow.left {
    left: 20%;
}
.arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.arrow.top:after {
    bottom: -20px;
    top: auto;
}



.ui-widget-overlay {
	background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0.1) 0%, rgba(20,20,20,0.5) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(0,0,0,0.1)), color-stop(100%, rgba(20,20,20,0.5)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0.1) 0%, rgba(20,20,20,0.5) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(0,0,0,0.1) 0%, rgba(20,20,20,0.5) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(0,0,0,0.1) 0%, rgba(20,20,20,0.5) 100%);
	background: radial-gradient(ellipse at center, rgba(0,0,0,0.1) 0%, rgba(20,20,20,0.5) 100%);
}
.ui-dialog {
	border-radius: 3px;
	background-color: #FFFFFF;
	padding: 0px;
	width: 500px;
	border: 2px solid rgba(0,0,0,0.3);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-sizing: border-box;
}
.ui-draggable .ui-dialog-titlebar {
	border-bottom-style: solid;
	border-width: 1px;
	border-color: #E5E5E5;
	padding: 15px;
}
.ui-dialog .ui-dialog-title {
	font-size: 19px;
}
.ui-dialog .ui-dialog-titlebar-close {
	margin: -10px 0px 0px 0px;
	background: transparent;
	border: 0px;
}
.ui-dialog .ui-dialog-titlebar-close:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f00d";
	color: #CCCCCC;
	font-size: 15px;
}
.ui-dialog .ui-dialog-titlebar-close:hover:before {
	color: #999999;
}
.ui-dialog .ui-dialog-buttonpane {
	background-color: #F6F6F6;
	border-top-style: solid;
	border-width: 1px;
	border-color: #E7EBEE;
}
.ui-dialog .ui-dialog-buttonpane button {
	border: 0px;
	font-weight: normal;
	font-size: 12px;
	padding: 10px 15px 10px 15px;
	margin-left: 7px;
}





.fc-view table tr td, .fc-view table tr th, .fc .fc-row, .fc-divider {
	border-color: #ddd;
}
.fc-toolbar {
	padding: 6px 7px;
    background-color: #FAFAFA;
}
.fc-day-header {
	background-color: #eee;
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#f2f2f2),to(#fafafa));
	background-image: -webkit-linear-gradient(top,#f2f2f2 0,#fafafa 100%);
	background-image: -moz-linear-gradient(top,#f2f2f2 0,#fafafa 100%);
	background-image: -ms-linear-gradient(top,#f2f2f2 0,#fafafa 100%);
	background-image: -o-linear-gradient(top,#f2f2f2 0,#fafafa 100%);
	background-image: -linear-gradient(top,#f2f2f2 0,#fafafa 100%);
	font-size: 12px;
	border: 1px solid #ddd;
	padding: 4px;
    line-height: 1.428571429;
}
td.fc-other-month {
	background-image: -webkit-gradient(linear,left top,right bottom,color-stop(0.25,rgba(0,0,0,.03)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(0,0,0,.03)),color-stop(0.75,rgba(0,0,0,.03)),color-stop(0.75,transparent),to(transparent));
	background-image: -webkit-linear-gradient(135deg,rgba(0,0,0,.03)25%,transparent 25%,transparent 50%,rgba(0,0,0,.03)50%,rgba(0,0,0,.03)75%,transparent 75%,transparent);
	background-image: -moz-linear-gradient(135deg,rgba(0,0,0,.03)25%,transparent 25%,transparent 50%,rgba(0,0,0,.03)50%,rgba(0,0,0,.03)75%,transparent 75%,transparent);
	background-image: -ms-linear-gradient(135deg,rgba(0,0,0,.03)25%,transparent 25%,transparent 50%,rgba(0,0,0,.03)50%,rgba(0,0,0,.03)75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(135deg,rgba(0,0,0,.03)25%,transparent 25%,transparent 50%,rgba(0,0,0,.03)50%,rgba(0,0,0,.03)75%,transparent 75%,transparent);
	background-image: linear-gradient(135deg,rgba(0,0,0,.03)25%,transparent 25%,transparent 50%,rgba(0,0,0,.03)50%,rgba(0,0,0,.03)75%,transparent 75%,transparent);
	background-color: #FAFCFD;
	background-size: 16px 16px;
}
.fc button {
	
}
.fc button:hover {
	color: #333333;
	background-color: #e6e6e6;
	border-color: #adadad;
}
.fc button.fc-state-active {
    background-color: #cccccc;
    background-image: none;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.fc button:disabled {
    border-color: #ADB2B5;
    background-color: #F4F4F4;
    color: #E9E9E9;
    text-shadow: -1px -1px #838383, 1px 1px #FFF;
}
.fc-button-group button {
	border-radius: 0px;
}
.fc-button-group button:first-child {
	border-radius: 4px 0px 0px 4px;
}
.fc-button-group button:last-child {
	border-radius: 0px 4px 4px 0px;
}
.fc-prev-button {
	border-radius: 4px 0px 0px 4px;
}
.fc-next-button {
	border-radius: 0px 4px 4px 0px;
}
.fc-event {
	border-left-style: solid;
	border-radius: 0px;
	border-width: 0px 0px 0px 5px;
	background-color: #6F6F6F;
	border-color: #363636;
}
.fc-event .fc-time {
	font-weight: bold;
	padding: 3px 0px 2px 3px;
	font-size: 11px;
	display: block;
	line-height: 16px;
}
.fc-event .fc-title {
	font-weight: bold;
	padding: 3px 0px 2px 3px;
	font-size: 11px;
	display: block;
	line-height: 16px;
}
.fc-event .fc-title .ultra-light {
    font-weight: 300!important;
}
.fc-event .fc-title i {
    font-size: 14px;
    margin-top: 4px;
    margin-right: 4px;
    position: absolute;
    z-index: 5;
    top: 0px;
    right: 0px;
}
.fc-event.czarny {
	background-color: #6F6F6F;
	border-color: #363636;
}
.fc-event.niebieski {
	background-color: #80A5B4;
	border-color: #4A7384;
}
.fc-event.zolty {
	background-color: #D5AC57;
	border-color: #A97B1C;
}
.fc-event.zielony {
	background-color: #94A26E;
	border-color: #607035;
}
.fc-event.szary {
	background-color: #ADB9BD;
	border-color: #7C898F;
}
.fc-event.czerwony {
	background-color: #BE415D;
	border-color: #8F0222;
}

.fc table tr[data-time="06:00:00"] td {
	border-top-style: solid;
	border-top-color: #99A4C1;
	border-top-width: 1px;
}
.fc table tr[data-time="14:00:00"] td {
	border-top-style: solid;
	border-top-color: #96CD96;
	border-top-width: 1px;
}
.fc table tr[data-time="22:00:00"] td {
	border-top-style: solid;
	border-top-color: #E1AEB0;
	border-top-width: 1px;
}
.fc table tr[data-time="00:00:00"] td,
.fc table tr[data-time="01:00:00"] td,
.fc table tr[data-time="02:00:00"] td,
.fc table tr[data-time="03:00:00"] td,
.fc table tr[data-time="04:00:00"] td,
.fc table tr[data-time="05:00:00"] td,
.fc table tr[data-time="22:00:00"] td,
.fc table tr[data-time="23:00:00"] td {
	background-color: #F9EEEF;
}
.fc table tr[data-time="06:00:00"] td,
.fc table tr[data-time="07:00:00"] td,
.fc table tr[data-time="08:00:00"] td,
.fc table tr[data-time="09:00:00"] td,
.fc table tr[data-time="10:00:00"] td,
.fc table tr[data-time="11:00:00"] td,
.fc table tr[data-time="12:00:00"] td,
.fc table tr[data-time="13:00:00"] td {
	background-color: #EBF4FA;
}
.fc table tr[data-time="14:00:00"] td,
.fc table tr[data-time="15:00:00"] td,
.fc table tr[data-time="16:00:00"] td,
.fc table tr[data-time="17:00:00"] td,
.fc table tr[data-time="18:00:00"] td,
.fc table tr[data-time="19:00:00"] td,
.fc table tr[data-time="20:00:00"] td,
.fc table tr[data-time="21:00:00"] td {
	background-color: #EDF4EA;
}

.simplecolorpicker.inline {
	border-radius: 2px;
	padding: 0px;
	overflow: hidden;
}
.simplecolorpicker span.color, .simplecolorpicker span.color[data-selected] {
	width: 40px;
	height: 25px;
	line-height: 25px;
	margin: 0px;
	border: 0px !important;
	text-align: center;
	font-size: 14px;
}
.simplecolorpicker span.color:hover:after {
	opacity: 0.4;
}
.simplecolorpicker span.color[data-selected]:after {
	font-size: 14px;
	opacity: 1;
}
.simplecolorpicker span.color:hover {
	border: 0px;
}



.fc-ltr .fc-time-area .fc-chrono th {
	background-position: center;
	background-size: 100%;
	background-repeat: repeat-y;
	/*background-image: url('terminarz.png');*/
}



@media (max-width: 640px) {
	.noMobile {
		display: none !important;
	}
	.Mobile {
		display: block !important;
	}
	html, body {
	    position: relative;
	    min-height: inherit;
	    display: block;
	    min-width: inherit;
    }
    .panel_logowania {
		margin: 0px auto 0px auto;
		border-radius: 0px;
		min-width: inherit;
	}
	.panel_logowania .box {
	    padding: 20px 5px;
	}
	header .logo {
    	width: auto;
    	padding: 10px;
    }
    header nav a {
		font-size: 17px;
	}
	nav.menu {
		font-size: 16px;
	}
    aside {
	    width: 100%;
	    position: relative;
	    padding-top: 0px;
	    min-height: inherit;
	    overflow: hidden;
	    display: none;
    }
    aside.schowaj, aside.autoSchowaj {
    	left: 0px;
    	display: block;
    }
    .page {
	    padding: 0px;
	    margin: 0px 0px 0px 0px;
    }
    .page.pelny {
    	padding: 0px;
    }
	.r-tabs .r-tabs-panel {
		padding: 15px 2px 15px 2px;
	}
}



