table {
	border: 5px solid #98bf21;
	font-size: 11pt !important;
	font-family: Arial;
	font: Arial CE;
	font-weight: 100;
	border-spacing: 0;
	font: Arial CE;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #98bf21;
	overflow-x: auto; 
	max-width: 100%; 
}

table TH {
	/*background-image: url("images/biglong.gif");
	background-repeat: repeat-x;
	font-weight: normal;
	font-size: 14px;
	border: 1px solid #98bf21;
	border-width: 1px 1px 1px 1px;
	height: 17px;*/
	background-color: white;
	padding: 0px 4px 0px 2px;
	border: 1px solid #98bf21;
	border-width: 1px 1px 1px 1px;
	border-spacing: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	max-width: 380px !important;
}

table TD {
	background-color: white;
	padding: 0px 4px 0px 2px;
	border: 1px solid #98bf21;
	border-width: 1px 1px 1px 1px;
	border-spacing: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	max-width: 380px !important;
}

.error {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
  	background: none repeat scroll 0 0 #fbf7aa;
    color: rgb(162, 125, 53);
	border-color: rgb(162, 125, 53);
}
 
.msg {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}
 
#login-box {
	width: 500px;
	padding: 20px;
	margin-left: 32%;
	background: #98bf21;
	color: #fff;
	border: 2px solid #a7c942;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 1px 2px #72ce3f inset, 0 1px 0 #98bf21;
}

#login-box table TD {
	background-color: #98bf21;
	padding: 0px 4px 0px 2px;
	border: 1px solid #98bf21;
	border-width: 0x;
	border-spacing: 0;
	color: #fff;
	max-width: 80% !important;
	white-space: normal !important;
}

#login-box input {
	
	background-color: #white;
	cursor: pointer;
	padding: 2px;
	border: 2px solid #a7c942;
	margin: 5px 5px 0 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float: left;
	clear: left;
	width: 98% !important;
	background-repeat: repeat-x;
    box-shadow: 0 1px 2px #72ce3f inset, 0 1px 0 #98bf21;
    color: black;
    font-style: bold;
    height: 29px !important;
     
}

#login-box .sub{
	color:#98bf21;
}

.llink{
	color:#fff;
	font-style: bold;
}

.orange {
	background-color: #eb8f00;
}

.blue {
	background-color: #eaf2d3;
}

.pHead {
	background-color: #e1ecbf;
}

.errorTag {
	background-color: #FBF7AA;
}

.green {
	background-color: #98bf21;
}


.selector select {
	border: 0 !important;
	background: transparent;
	color: rgb(56, 70, 13) !important;
	list-style: none outside none;
	margin: 0;
	padding: 0;
	height: 95% !important;
	cursor: pointer;
}

.selector {
	overflow: hidden;
	border: none;
	color: #rgb(56, 70, 13) !important;
	height: 95% !important;
	cursor: pointer;
}

table TD B {
	border: 0px;
	background-color: white;
	font-weight: bold;
}

table TD.heading {
	background-color: #E4ECF7;
	text-align: center;
	border: 1px solid #98bf21;
	border-width: 0px 1px 1px 0px;
}

table TH.heading {
	background-image: url("images/long-header.gif");
	background-repeat: none;
}

table input {
	border: 0px;
	background-color: white;
	font-size: 11pt !important;
	font-family: Arial;
	font: Arial CE;
	font-weight: 100;
	padding: 0px 0px 0px 0px;
	height: auto;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border-collapse: collapse;
	cursor: pointer;
	min-width: 40px;
}

.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button
	{
	font-size: 11pt !important;
	font-family: Arial !important;
	font: Arial CE !important;
}

.ui-tabs .ui-tabs-nav {
	background: #eaf2d3 !important; /**#525252 !important;*/
}

.ui-tabs .ui-tabs-panel /* just in case you want to change the panel */
	{
	background: linear-gradient(to bottom, #eaf2d3 0px, #f5f5f5 100%) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}

body {
	background: #fff !important;
}

.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited
{
	color: #fff;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {

	background-image: linear-gradient(to bottom, #98bf21 45%, #eaf2d3 100%) !important;
}

.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited {
	color: #eb8f00;
	text-decoration: none;
}

.ui-widget-content {
	background: none !important;
	border-top: 1px solid #98bf21 !important;
}

#wykres{
	display:inline-block !important;
}

#wykres img {
	border: solid;
	border-width: 5px 3px 5px 3px;
	border-color: #98bf21;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width:49% !important;
}



html,body {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	font: 89%;
}

p {
	margin: 0 9px 9px
}

#header {
	background-color: #98bf21;
}

#header h1 {
	height: 100px;
	line-height: 80px;
	margin: 0;
	background-color: #98bf21;
	color: #fff;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 5px 20px 15px;
	position: relative;
}

#header h1 span{

	line-height: 20px;
	margin: 0;
	background-color: #98bf21;
	color: #fff;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14;
	padding: 0px 5% 15px;
	position: relative;
}

#container {
	text-align: left;
	width: 100%;
	margin: 0;
	display:block;
	overflow-y:auto;
	overflow-x:auto;
}

#footer p {
	margin: 0;
	padding: 5px 10px
}

#footer {
	
	position: fixed;
	bottom: 0;
	color: #fff;
	background-color: #98bf21;
	margin: auto;
	display: block;
	width: 100%;
	padding: 10px;
	z-index: 9999 !important;
}

#footer a {
	color: white;
	background-color: #98bf21;
}

.leftText {
	text-align: left;
}

.rightText {
	text-align: right;
}

.centerText {
	text-align: center;
}

.toLeft {
	float: left;
	clear: both;
}

.toRight {
	float: right;
	margin-right: 10px;
}

.toCenter {
	text-align: center;
	clear: both;
}

#navi {
	padding: 30px 0;
	border-bottom: 1px dotted #999999;
}

#navi a {
	color: #FDC609;
	background-color: #131313;
}

#navi ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#navi ul li {
	display: inline;
}

.leftMenu {
	float: left;
	clear: left;
	padding: 2px;
	margin: 5px;
	width: 16% !important;
}


.leftMenu input {
	
	background-color: #98bf21;
	cursor: pointer;
	padding: 2px;
	border: 2px solid #a7c942;
	margin: 5px 5px 0 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float: left;
	clear: left;
	width: 98% !important;
	background-repeat: repeat-x;
    box-shadow: 0 1px 2px #72ce3f inset, 0 1px 0 #98bf21;
    color: #fff;
    font-style: bold;
    white-space: pre-wrap !important;
	vertical-align: top !important;
}

.alink {
	
	background-color: #98bf21;
	cursor: pointer;
	padding: 2px;
	border: 2px solid #a7c942;
	margin-left: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	clear: both;
	width: 100px !important;
	background-repeat: repeat-x;
    box-shadow: 0 1px 2px #98bf21 inset, 0 1px 0 #a7c942;
    color: #fff;
    font-style: bold;
    height: 25px !important;
    text-decoration: none !important;
 
    
}

.logout {
	
	background-color: #98bf21;
	cursor: pointer;
	padding: 2px;
	border: 2px solid #a7c942;
	margin: 5px 5px 0 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	clear: both;
	width: 100px !important;
	background-repeat: repeat-x;
    box-shadow: 0 1px 2px #98bf21 inset, 0 1px 0 #a7c942;
    color: #fff;
    font-style: bold;
    height: 22px !important;
    text-decoration: none !important;
    text-align:center;
	margin-left: 10px;
	float: right;
}


input:disabled {
	background: #999999;
}



.pinkInput{
	color: rgb(0,85,43);
}

.pinkInputChanged{
	color: #eb8f00;
	
}

/* PACE */
.pace.pace-inactive {
	display: none;
}

.pace {
	-webkit-pointer-events: none;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	z-index: 2000;
	position: fixed;
	height: 60px;
	width: 100px;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.pace .pace-progress {
	z-index: 2000;
	position: absolute;
	height: 60px;
	width: 100px !important;
}

.pace .pace-progress:before {
	content: attr(data-progress-text);
	text-align: center;
	color: #fff;
	background: #98bf21;
	border-radius: 50%;
	font-family: "Helvetica Neue", sans-serif;
	font-size: 14px;
	font-weight: 100;
	line-height: 1;
	padding: 20% 0 7px;
	width: 50%;
	height: 40%;
	margin: 10px 0 0 30px;
	display: block;
	z-index: 999;
	position: absolute;
}

.pace .pace-progress:after {
	border-radius: 50%;
	border: 5px solid #98bf21;
	content: ' ';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 60px;
	width: 100px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-animation: spin-3 2s linear infinite;
	-moz-animation: spin-3 2s linear infinite;
	-o-animation: spin-3 2s linear infinite;
	animation: spin-3 2s linear infinite;
}

.pace .pace-activity {
	font-size: 15px;
	line-height: 1;
	z-index: 2000;
	position: absolute;
	height: 60px;
	width: 100px;
	display: block;
}

.pace .pace-activity:before {
	border-radius: 50%;
	border: 5px solid #98bf21;
	content: ' ';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 60px;
	width: 100px;
	-webkit-animation: spin-1 2s linear infinite;
	-moz-animation: spin-1 2s linear infinite;
	-o-animation: spin-1 2s linear infinite;
	animation: spin-1 2s linear infinite;
}

.pace .pace-activity:after {
	border-radius: 50%;
	border: 5px solid #98bf21;
	content: ' ';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 60px;
	width: 100px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-animation: spin-2 2s linear infinite;
	-moz-animation: spin-2 2s linear infinite;
	-o-animation: spin-2 2s linear infinite;
	animation: spin-2 2s linear infinite;
}

@
-webkit-keyframes spin-1 { 0% {
	-webkit-transform: rotate(0deg);
}

100%{
-webkit-transform
:
 
rotate
(359deg);
}
}
@
-moz-keyframes spin-1 { 0% {
	-moz-transform: rotate(0deg);
}

100%{
-moz-transform
:
 
rotate
(359deg);
}
}
@
-o-keyframes spin-1 { 0% {
	-o-transform: rotate(0deg);
}

100%{
-o-transform
:
 
rotate
(359deg);
}
}
@
keyframes spin-1 { 0% {
	transform: rotate(0deg);
}

100%{
transform
:
 
rotate
(359deg);
}
}
@
-webkit-keyframes spin-2 { 0% {
	-webkit-transform: rotate(59.8deg);
}

100%{
-webkit-transform
:
 
rotate
(418
.8deg
);
}
}
@
-moz-keyframes spin-2 { 0% {
	-moz-transform: rotate(59.8deg);
}

100%{
-moz-transform
:
 
rotate
(418
.8deg
);
}
}
@
-o-keyframes spin-2 { 0% {
	-o-transform: rotate(59.8deg);
}

100%{
-o-transform
:
 
rotate
(418
.8deg
);
}
}
@
keyframes spin-2 { 0% {
	transform: rotate(59.8deg);
}

100%{
transform
:
 
rotate
(418
.8deg
);
}
}
@
-webkit-keyframes spin-3 { 0% {
	-webkit-transform: rotate(119.6deg);
}

100%{
-webkit-transform
:
 
rotate
(478
.6deg
);
}
}
@
-moz-keyframes spin-3 { 0% {
	-moz-transform: rotate(119.6deg);
}

100%{
-moz-transform
:
 
rotate
(478
.6deg
);
}
}
@
-o-keyframes spin-3 { 0% {
	-o-transform: rotate(119.6deg);
}

100%{
-o-transform
:
 
rotate
(478
.6deg
);
}
}
@
keyframes spin-3 { 0% {
	transform: rotate(119.6deg);
}
100%{
transform
:
 
rotate
(478
.6deg
);
}
}



.myDialog {
text-align: left !important;

}

.ui-dialog {
	background: #fff !important;
	
}
.ui-widget-header {
    color: #ffffff;
    font-weight: bold;
    box-shadow: 0 1px 2px #72ce3f inset, 0 1px 0 #98bf21;
    border: 2px solid #a7c942;
    background-image: linear-gradient(to bottom, #98bf21 45%, #eaf2d3 100%) !important;
}
.ui-datepicker td span, .ui-datepicker td a {
  color: black; /* Numbers color */
}
.ui-datepicker-calendar .ui-state-hover {
  color: black;  /* Numbers color on hover */
}
.ui-datepicker-calendar .ui-state-active {
  color: black; /* Selected date color */
}

textarea {
	border: none;
}

.min40 {
	min-width: 6.5em;
}

.dropdownTD140{
	min-width: 10em;
}

.dropdownTD160{
	min-width: 11em;
}

.emsy22{ 
	min-width: 22.4em;
}

.emsy26{ 
	min-width: 26em;
}

.scrollTableX {
	display: block; 
	overflow-x: auto;
	white-space: nowrap;
}

.1_rzis_klient{
	display: block; 
	overflow-x: scroll; 
	white-space: nowrap;
}

.movingHeaders{
	position:absolute; 
	width:22.4em; 
	font-weight:normal;
	text-align: left !important;
}

.movingHeaders26em{
	position:absolute; 
	width:26em; 
	font-weight:normal;
	text-align: left !important;
}

.linesMovingHeader{
	position:absolute; 
	width:22.4em; 
	font-weight:normal;
	text-align: left !important;
	white-space: normal !important;
	min-height:2.5em !important;
	height: 2.5em !important;	
}

.linesMovingHeader26em{
	position:absolute; 
	width:26em; 
	font-weight:normal;
	text-align: left !important;
	white-space: normal !important;
	min-height:2.5em !important;
	height: 2.5em !important;	
}

.boldFont{
	font-weight:bold !important;
}

.centerText{
	text-align: center;
}

.higherCells{
	min-height:2.65em !important;
	height: 2.65em !important;	
	font-weight:normal;
}
.noLimit{
	max-width: none !important;
}

.wramMyRide{
	white-space: normal !important;
}

.scrollBtn{
	background-color: #98bf21;
	cursor: pointer;
	padding: 2px;
	border: 2px solid #a7c942;
	margin: 5px 5px 0 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	clear: left;
	width: 46.3% !important;
	background-repeat: repeat-x;
    box-shadow: 0 1px 2px #72ce3f inset, 0 1px 0 #98bf21;
    color: #fff;
    font-style: bold;
    white-space: pre-wrap !important;
	vertical-align: top !important;
}

