/*ul#menu, ul#menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 179px;
    font-size: 12px;
}

ul#menu a {
    display: block;
    text-decoration: none;
}

ul#menu li {
    margin-top: 1px;
}

ul#menu li a {
    background: #d1d4d9;
    color: #222;
    padding: 0.5em;
}

ul#menu li a:hover {
    background: #dadce4;
    color: #222;
}

ul#menu li ul li a {
    background: #d6d9df;
    color: #222;
    padding-left: 20px;

}

ul#menu li ul li a:hover {
    background: #dee4e9;
    color: #222;
    border-left: 5px #000 solid;
    padding-left: 15px;
}
 */
.tdakcja {
    text-align: center;
    width: 20px;
}

.comment {
    color: #888;
}

.pointer {
    color: red;
    font-weight: bold;
}

.middle {
    vertical-align: middle;
}

.top {
    vertical-align: top;
}

.bottom {
    vertical-align: bottom;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

._center {
    text-align: center;
}

._left {
    text-align: left;
}

._right {
    text-align: right;
}

.head2_layout {
    text-transform: uppercase;
    border-bottom: 1px solid #d3d9df;
    font-size: 15px;
    font-family: Arial, Verdana, helvetica;
    color: #1666cd;
    font-weight: bold;
    margin: 2px 0px;
    display: block;
    margin-bottom: 8px;
    padding: 2px 0px;
    padding-bottom: 5px;
}

/* Komunikat*/
.komunikat {
    width: auto;
    padding: 10px;
    background: #fee;
    border: 1px solid #f66;
    color: #ff3333;
    margin: 5px 0px;
}

.komunikat_green {
    width: auto;
    padding: 10px;
    background: #efe;
    border: 1px solid #6f6;
    color: #11dd11;
    margin: 5px 0px;
}

.komunikat_blue {
    width: auto;
    padding: 10px;
    background: #eef;
    border: 1px solid #66f;
    color: #1111dd;
    margin: 5px 0px;
}

/**
    * Table .data
    */
a {
    text-decoration: none;
}

.table_info td,
.data td {
    padding: 5px;
    border-top: 1px solid #A6C9E2;
}

.table_info th,
.data th {
    padding: 5px;
    border-top: 1px solid #A6C9E2;
}

.table_print{width:100%;border: 1px solid #A6C9E2}
.table_print td{padding: 10px; }
.table_print .label{
    width: 20%;
}
.table_info,
.data {
    font-family: verdana;
    font-size: 11px;
}

.filter td {
    padding: 5px;
}

.filter {

    font-family: verdana;
    font-size: 11px;
}

/*

.data thead td {
font-family: verdana;
background: url('/images/bgbelka1.gif') left top repeat-x #777;
border-top: 1px solid #b8b8b8;
border-bottom: 1px solid #b8b8b8;

text-align: left;
font-weight: normal;
padding: 5px;
font-size: 11px;
color: white;
}

.data tbody td {
text-align: left;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 6px;
padding-right: 6px;
border-bottom: 1px solid #ddd;
border-left: 0px solid #ccc;

}
*/
table.data tbody tr.parzysty {
    background: rgba(0, 186, 255, 0.05);
}

.parzysty_cena {
}

.nieparzysty_cena {
}

.podswietlenie {
    background: rgba(18, 255, 0, 0.1);
}

table.data tbody td.special_even {
    background-color: #d9d9d9;
}

/**
        Form
        */
.form {
    padding: 0px;
    border-spacing: 0px;
    font-family: verdana;
    font-size: 12px;
    border: 0px solid #b8b8b8;
}

table.form th {

    text-align: left;
    font-weight: normal;
}

table.form tr {
    background: #ffffff;
    border-left: 0px solid #999;
    border-right: 0px solid #999;
    padding: 3px;
}

table.form td, table.form th {
    padding: 3px;
}

/* A href wraz z ikon�*/
div.div_button {
    margin: 10px 0px;
    clear: both;
}

div.div_button table {
    float: left;
    margin-right: 20px;
}

div.div_button table td {
    vertical-align: middle;
    padding-left: 5px;
    padding-bottom: 10px;
}

/*
A.akcja {
   color: #557;
   font-family: verdana, arial, sans-serif;
   text-decoration: none;
}

A:link.akcja {
   color: #557;
   text-decoration: none;
}

A:visited.akcja {
   color: #557;
   text-decoration: none;
}

A:active.akcja {
   color: #557;
}

A:hover.akcja {
   color: #33c;
   text-decoration: none;
}
*/

input.text {
    border: 1px solid #A6C9E2;
    /*border: 1px solid #d1e1FF;*/
    padding: 5px 5px 4px 5px;
    color: #222;
    width: 200px;
    margin: 0px;
    /*background: #f1f9FF;*/
}

select.select {
    border: 1px solid #A6C9E2;

    margin: 0px;
    padding: 5px;
    width: auto;
    color: #222;
}

.textarea {
    border: 1px solid #A6C9E2;
    padding: 2px;
    height: 80px;
    width: 200px;
    color: #222;
}

/*
A.breadcrumbs {
  font-size: 12px;
  color: white;
  font-family: Arial, Tahoma, sans-serif;
  text-decoration: none;
}

A:link.breadcrumbs {
  color: white;
  text-decoration: none;
}

A:visited.breadcrumbs {
  color: white;
  text-decoration: none;
}

A:active.breadcrumbs {
  color: white;
}

A:hover.breadcrumbs {
  color: yellow;
  text-decoration: underline;
}

A.historia {
  font-size: 9px;
  color: white;
  font-weight: bold;
  padding: 1px;
  background: black;
  font-family: Arial, Tahoma, sans-serif;
  text-decoration: none;
}

A:link.historia {
  color: white;
  text-decoration: none;
}

A:visited.historia {
  color: white;
  text-decoration: none;
}

A:active.historia {
  color: white;
}

A:hover.historia {
  color: yellow;
  text-decoration: none;
  background: red;
}

A {
  color: #22c;
  font-family: Verdana, Tahoma, sans-serif;
  text-decoration: none;
}

A:link {
  color: #22c;
  text-decoration: none;
}

A:visited {
  color: #22c;
  text-decoration: none;
}

A:active {
  color: #22c;
}

A:hover {
  color: red;
  text-decoration: underline;
}

A.sortlink {
  color: yellow;
  text-decoration: underline;
}

A:link.sortlink {
  color: yellow;
  text-decoration: underline;
}

A:visited.sortlink {
  color: yellow;
  text-decoration: underline;
}

A:active.sortlink {
  color: yellow;
}

A:hover.sortlink {
  color: white;
  text-decoration: none;
}

A.yellow_link {
  color: yellow;
  text-decoration: underline;
}

A:link.yellow_link {
  color: yellow;
  text-decoration: underline;
}

A:visited.yellow_link {
  color: yellow;
  text-decoration: underline;
}

A:active.yellow_link {
  color: yellow;
}

A:hover.yellow_link {
  color: white;
  text-decoration: none;
}
*/
a.blue_link {
    color: #557;
    font-weight: bold;
}

.brB {
    border-bottom: 1px solid #D3D9DF;
}

.clr {
    clear: both;
}

.rt {
    float: right;
}

.lt {
    float: left;
}

.title {
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.5em;
}

.head_line {
    font-weight: bold;
    color: #4d4d4d;
    padding: 10px 5px;
}

.status10 {
    background: #c5d9f0;
}

.status20 {
    background: #c5d9f0;
}

.status30 {
    background: #f9be8f;
}

.status31 {
    background: #dca175;
}

.status40 {
    background: #76923b;
}

.status41 {
    background: #a7c448;
}

.status50 {
    background: #5f4879;
}

.status51 {
    background: #a37dc9;
}

.status60 {
    background: #e26c09;
}

.status70 {
    background: rgba(129, 255, 17, 0.27);
}

.menu-button {
    width: 122px;

}

.communicate {
    margin-top: 2px;

    background: rgba(250, 255, 39, 0.70);
    border: 1px solid #ccc;
    padding: 4px;

}

.left_menu{
    padding: 0 10px;
}

.left_menu .ui-button.ui-state-default {
    border: 0px;
    border-left: 1px solid #4297D7;

}
.ui-widget-content .ui-state-hover.job_overview{
    border:0px;
}
.left_menu .ui-button {
    margin:0;
    float: left;
    margin-left: -1px;

}
.left_menu .ui-button .ui-button-text {
    padding-left: 2.5em;
    padding-right: 2.1em;
}

.left_menu {
    margin: 0px;
}

.left_menu .ui-button-text {
    font-size: 10px;

}

.job_overview .add-click-class {

    cursor: pointer;
    font-weight: bold;
}

.job_overview {
    position: relative;
}

.job_overview.ui-state-hover-click .abs_desc .close-button {
    display: block;
    margin: 2px;
}

.job_overview .abs_desc .ui-widget-header {
    height: 20px;
}

.job_overview .abs_desc .close-button {
    display: none;
    float: right;
    cursor: pointer;

}

.table_info {
}

.table_info .label {
    text-align: right;
}

.table_info .value {
    font-weight: bold;
}

.job_overview .abs_desc .content {
    padding: 20px;
}

.job_overview .abs_desc {
    display: none;
    position: absolute;
    box-shadow: rgba(0, 0, 0, 0.4) 5px 5px 10px;
    -moz-box-shadow: rgba(0, 0, 0, 0.4) 5px 5px 10px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) 5px 5px 10px;
    width: 500px;
    margin-left: -250px;
    z-index: 10;

}

.job_overview.ui-state-hover-click .abs_desc,
.job_overview.ui-state-hover-js .abs_desc {
    display: block;
    top: 99%;
    left: 60%;
}

#content {
    padding: 0px;
    float: left;
    border: 0px;
}
.ui-button-icon-only{
    height: 2.2em;
}
.data .ui-button{
           font-size: 0.8em;
}