﻿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%;
}

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


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


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;
}

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: #006600;
	border-color: #009900;
	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: #009900;
	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: #F1C40F;
	border-color: #F39C12;
}
button.zolty:hover, 
input[type=submit].zolty:hover, 
.btn.zolty:hover, 
.btn.zolty.active {
	background-color: #CDA60A;
	border-color: #AD8B03;
}
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 * {
	border-color: #ADB2B5;
	background-color: #F4F4F4;
	color: #E9E9E9;
	text-shadow: -1px -1px #838383, 1px 1px #FFF;
}
.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: FontAwesome !important;
	font-size: 22px !important;
	color: #000000;
	content: "\f110";
}



.pulpitPanel {
	background-color: #FFFFFF;
	padding: 15px;
	border-top-style: solid;
	border-width: 3px;
	overflow: hidden;
}
.pulpitPanel i {
	float: left;
	font-size: 35px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #FFFFFF;
	margin-right: 10px;
}
.pulpitPanel h4 {
	font-weight: normal;
	margin: 0px;
}
.pulpitPanel h2 {
	margin: 0px;
	font-size: 24px;
}
.pulpitPanel.zielony {
	border-color: #53D0C0;
}
.pulpitPanel.zielony i {
	background-color: #53D0C0;
}
.pulpitPanel.zolty {
	border-color: #FFA83C;
}
.pulpitPanel.zolty i {
	background-color: #FFA83C;
}
.pulpitPanel.niebieski {
	border-color: #62A9F9;
}
.pulpitPanel.niebieski i {
	background-color: #62A9F9;
}
.pulpitPanel.czerwony {
	border-color: #F76767;
}
.pulpitPanel.czerwony i {
	background-color: #F76767;
}


.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;
}



.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: FontAwesome;
    font-size: 22px;
	position: absolute;
	top: 7px;
	left: 10px;
}
.alert.ok {
	background-color: #CDE0C4;
	border-color: #8AC38B;
	color: #356635;
}
.alert.ok:before {
    content: "\f058";
}
.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;
}





header {
	background-color: #006600;
	height: 50px;
	line-height: 50px;
	z-index: 1;
	position: relative;
}
header .logo {
	width: 200px;
	padding: 10px 15px;
	text-align: center;
	background-color: #009900;
	display: inline-block;
	float: left;
	height: 30px;
}
header .logo img {
	height: 30px;
}
header .prawa {
	float: right;
}
header nav a {
	text-align: center;
	color: #FFFFFF;
	display: inline-block;
	position: relative;
	width: 50px;
	font-size: 15px;
	float: left;
}
header nav a:hover {
	background-color: #009900;
}
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: #E8EBF2;
	width: 230px;
	position: absolute;
	z-index: 0;
	top: 0px;
	left: 0px;
	padding-top: 50px;
	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 .user {
	background-color: #FFFFFF;
	color: #344644;
	padding: 10px 15px 10px 15px;
	border-bottom: 1px solid #dce1e4;
}
aside .user i {
	width: 24px;
	text-align: center;
	font-size: 16px;
}

aside .autor {
	text-shadow: 0px 0px 5px #FFFFFF;
	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 #FFFFFF;
	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 {
	color: #16191c;
	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:hover a, nav.menu ul li.active a {
	border-color: #006600;
	color: #16191c;
}
nav.menu ul li.active>a:before {
	content: "\f0d9";
	font-family: FontAwesome;
	display: block;
	height: 27px;
	line-height: normal;
	width: 27px;
	position: absolute;
	right: -21px;
	font-size: 20px;
	color: #CBD3D8;
}
nav.menu ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
nav.menu 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:hover a i, nav.menu ul li.active a i {
	color: #006600;
}
nav.menu ul li ul {
	display: none;
	background-color: #DCDFE6;
}
nav.menu ul li.active ul {
	display: block;
}
nav.menu ul li ul li {
	margin: 0px;
	padding: 0px;
}
nav.menu ul li ul li a {
	border-width: 0px;
	height: 28px;
	line-height: 28px;
	padding-left: 10px;
}
nav.menu ul li ul li a:hover {
	background-color: #D7DAE1;
}




.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 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;
}


.posredni {
	padding: 3px 7px;
	border-radius: 10px;
	background-color: orange;
	color: #FFFFFF;
	font-size: 10px;
	display: inline-block;
	text-align: center;
}
.aktywny {
	padding: 3px 7px;
	border-radius: 10px;
	background-color: #356e35;
	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: #006600;
	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;
}



.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;
	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 .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 {
	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;
}


#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 {
	background-color: #009900;
	color: #fff;
	display: block;
	font-size: 2em;
	font-weight: 400;
	padding: 15px 0;
	text-align: center;
	text-transform: uppercase;
	height: auto;
	line-height: normal;
}
.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: #006600 #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: #006600;
	display: block;
	font-size: 14px;
}
.r-tabs .r-tabs-accordion-title.r-tabs-state-active a {
	background-color: #C27D0A;
}
.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;
}












.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-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: FontAwesome;
	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;
}




@media (max-width: 640px) {
	.noMobile {
		display: none;
	}
	.Mobile {
		display: block;
	}
	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;
	}
}



