/* fonts.css */
.float-left {
    position:          relative;
    float:             left;
}
.float-right {
    position:          relative;
    float:             right;
}
.hide {
    display: none;
}
th {
    text-align: left;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}
.center {
    text-align: center;
}

.chat {
    /*width: 790px;*/
    width: 498px;
    border: 1px solid #aaa;
    padding: 3px;
}
.pad-right-5 {
    padding-right:     5px;
}
.pad-bottom-5 {
    padding-bottom:    5px;
}
.pad-right-10 {
    padding-right:     10px;
}

.adresar {
    padding-top:       20px;
}

.adresar-empty {
    width:             100%;
    color:             #aaa;
    font-family:       Verdana, Arial, Helvetica, sans-serif;
    font-size:         32px;
    text-align:        center;
    padding-top:       20px;
}

.white {
   color:              white;
}
.red {
   color:              red;
   background-color:   transparent;
}
.red:hover, red:focus, red:visited, red:active {
   color:              red;
   background-color:   transparent;
   text-decoration:    underline;
}
.red-info {
   color:              red;
   background-color:   transparent;
}
.red-help {
   color:              red;
   background-color:   transparent;
   border-bottom:      red 1px dashed;
}

.blue {
   color:              blue;
   background-color:   transparent;
}
.blue:hover, blue:focus, blue:visited, blue:active {
   color:              blue;
   background-color:   transparent;
   text-decoration:    underline;
}
.blue-row {
   color:              blue;
}
.blue-info {
   color:              blue;
   font-weight:        bold;
   background-color:   transparent;
}
.blue-help {
   color:              blue;
   background-color:   transparent;
   border-bottom:      blue 1px dashed;
}

.grey {
    color:             #999;
}
.greyer {
    color:             #666;
}

.green-help {
   color:              green;
   background-color:   transparent;
   border-bottom:      green 1px dashed;
}

.counter {
   color:              #fff;
   background-color:   transparent;
   text-decoration:    none;
   font-family:        Monospace, Courier, Arial;
   font-size:          12px;
}

.error {
   color:              red;
}

.bottom-bar-hdl {
   width:              970px;
   margin:             0px auto;
}

.bottom-bar {
   position:           fixed;
   color:              #fff;
   background-color:   #2372bf;
   top:                93%;
   font-family:        Verdana, Arial, Helvetica, sans-serif;
   font-size:          13px;
   margin:             0px auto;
   padding:            2px 5px;
   display:            none;
   white-space:        nowrap;
   border:             1px solid #000;
   z-index:            1000;
}

.nowrap {
    white-space: nowrap;
}

.z-edit-time {
   position:           relative;
   color:              #000;
   font-family:        Arial, Helvetica, sans-serif;
   font-size:          12px;
   float:              right;
   right:              40%;
   padding-top:        10px;
}

.box {
   padding:           5px;
   margin:            3px;
   border:            1px #000 dotted;
   background:        #f5f5f5;
   overflow:          hidden;
   margin-bottom:     15px;
}
.box:hover {
   padding:           5px;
   margin:            3px;
   border:            1px #000 solid;
   background:        #e3e3e3;
   overflow:          hidden;
   margin-bottom:     15px;
}

.box-today {
   padding:           5px;
   margin:            3px;
   border:            2px #000 solid;
   background:        #f5f5f5;
   margin-bottom:     15px;
}
.box-today:hover {
   padding:           5px;
   margin:            3px;
   border:            2px #000 solid;
   background:        #e3e3e3;
   margin-bottom:     15px;
}

.header {
   position:           relative;
   color:              #fff;
   text-align:         left;
   font-family:        Verdana, Arial, Helvetica, sans-serif;
   font-size:          20px;
   font-weight:        bold;
   float:left;
}
.header2 {
   position:           relative;
   color:              #fff;
   text-align:         left;
   font-family:        Verdana, Arial, Helvetica, sans-serif;
   font-size:          12px;
   margin-top:         3px;
   margin-right:       3px;
   float:              right;
}
.header2 a {
   color:              #fff;
   text-align:         left;
   font-family:        Verdana, Arial, Helvetica, sans-serif;
   font-size:          12px;
   font-weight:        bold;
   text-decoration:    none;
}
.header2 a:hover,a:focus,a:active {
   background-color:   transparent;
   text-decoration:    underline;
}

/* Hlavni nabidka */
.header-menu {
   position:           relative;
   color:              #fff;
   text-align:         left;
   font-family:        Verdana, Arial, Helvetica, sans-serif;
   font-size:          12px;
   font-weight:        bold;
   list-style-type:    none;
   margin:             0px;
   padding:            0px;
   z-index:            1000;
}

.header-menu li {
   display:            inline;
   margin:             0px;
   padding:            0px;
}

.header-menu li a {
   color:              #000;
   background-color:   #fff;
   text-decoration:    none;
   border:             1px solid #000;
   border-bottom:      none;
}

.header-menu li a:active {
   color:              #fff;
   background-color:   #000;
   text-decoration:    none;
}
.header-menu li a:hover {
   color:              #fff;
   background-color:   #000;
   text-decoration:    none;
}

.header-menu li.selected a {
   position:           relative;
   color:              #fff;
   background-color:   #000;
   text-decoration:    none;
}

.header-menu li.pad {
   padding-right:      10px;
}

/* Hlavni stranka */
.content {
  color:              #000;
  background-color:   transparent;
  text-align:         left;
  font-family:        Arial, Helvetica, sans-serif;
  font-size:          12px;
  overflow:           hidden;
  margin:             0px;
  padding:            0px 20px 0px 20px;
}
.content a {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}
.content a[href]:hover, a[href]:focus {
    text-decoration: underline;
}
.content a:visited {
    text-decoration: none;
    background: transparent;
}
.content a:active {
    text-decoration: none;
    background: transparent;
}

/*
.content p {
  color:              #000;
  margin:             0px;
  padding:            5px 0px;
}
*/
.content h1 {
  color:              #000;
  font-family:        Verdana, Arial, Helvetica, sans-serif;
  font-size:          16px;
  margin:             0px;
  padding:            10px 0px;
}
.content h2 {
  color:              #000;
  font-family:        Verdana, Arial, Helvetica, sans-serif;
  font-size:          14px;
  margin:             0px;
  padding:            0px;
}
.content h3 {
   position:           relative;
   color:              #000;
   float:              left;
   font-family:        Verdana, Arial, Helvetica, sans-serif;
   font-size:          16px;
   margin:             0px;
   padding:            10px 0px;
}

.content-login {
  color:              #000;
  background-color:   #fff;
  text-align:         center;
  font-family:        Arial, Helvetica, sans-serif;
  font-size:          12px;
  margin:             0px;
  padding:            0px 10px 0px 10px;
}
.content-login p {
  margin:             0px;
  padding:            10px 0px 10px 0px;
}

.footer {
  color:              #fff;
  background-color:   #3399ff;
  text-align:         center;
  font-family:        Verdana, Arial, Helvetica, sans-serif;
  font-size:          11px;
}
.footer a {
  color:              #fff;
  background-color:   #3399ff;
  font-weight:        bold;
  text-decoration:    none;
}
.footer a:hover, a:focus, a:active {
  text-decoration:    underline;
  background-color:   #3399ff;
}

table {
color:              #000;
text-align:         left;
text-decoration:    none;
font-family:        Arial, Helvetica, sans-serif;
font-size:          12px;
margin:             0px;
padding:            0px;
}

.blue-back {
    margin: -10px -20px;
    padding: 10px 20px;
    background: #eaeaff;
}

.table5 td, .table5 th {
    padding:           0px 5px 0px 0px;
    vertical-align:    middle;
}
.table10 td, .table10 th {
    padding:           0px 10px 0px 0px;
    vertical-align:    middle;
}

.tr-zlist {
  color:              #000;
  background-color:   transparent;
  height:             17px;
  text-align:         left;
  text-decoration:    none;
  font-family:        Monospace, Courier, Arial;
  font-size:          12px;
  margin:             0px;
  padding:            0px;
}
.tr-zlist a {
  color:              #000;
  background-color:   transparent;
  font-weight:        normal;
  text-decoration:    none;
}
.tr-zlist a:hover, a:focus {
  background-color:   transparent;
  text-decoration:    underline;
}
.tr-zlist a:visited {
  background-color:   transparent;
}
.tr-zlist a:active {
  background-color:   transparent;
}
.tr-zlist:hover, tr-zlist:focus, tr-zlist:active {
  background-color:   #ddd;
  text-decoration:    none;
}

.tr-zlist-red {
  color:              red;
  background-color:   transparent;
  height:             17px;
  text-align:         left;
  text-decoration:    none;
  font-family:        Monospace, Courier, Arial;
  font-size:          12px;
  margin:             0px;
  padding:            0px;
}
.tr-zlist-red a {
  color:              red;
  background-color:   transparent;
  font-weight:        normal;
  text-decoration:    none;
}
.tr-zlist-red a:hover, a:focus {
  background-color:   transparent;
  text-decoration:    underline;
}
.tr-zlist-red a:visited {
  background-color:   transparent;
}
.tr-zlist-red a:active {
  background-color:   transparent;
}
.tr-zlist-red:hover, tr-zlist-red:focus, tr-zlist-red:active {
  background-color:   #ddd;
  text-decoration:    none;
}

.tr-zlist-blue {
  color:              blue;
  background-color:   transparent;
  height:             17px;
  text-align:         left;
  text-decoration:    none;
  font-family:        Monospace, Courier, Arial;
  font-size:          12px;
  margin:             0px;
  padding:            0px;
}
.tr-zlist-blue a {
  color:              blue;
  background-color:   transparent;
  font-weight:        normal;
  text-decoration:    none;
}
.tr-zlist-blue a:hover, a:focus {
  background-color:   transparent;
  text-decoration:    underline;
}
.tr-zlist-blue a:visited {
  background-color:   transparent;
}
.tr-zlist-blue a:active {
  background-color:   transparent;
}
.tr-zlist-blue:hover, tr-zlist-blue:focus, tr-zlist-blue:active {
  background-color:   #ddd;
  text-decoration:    none;
}
.tr-zlist-green {
  color:              green;
  background-color:   transparent;
  height:             17px;
  text-align:         left;
  text-decoration:    none;
  font-family:        Monospace, Courier, Arial;
  font-size:          12px;
  margin:             0px;
  padding:            0px;
}
.tr-zlist-green a {
  color:              green;
  background-color:   transparent;
  font-weight:        normal;
  text-decoration:    none;
}
.tr-zlist-green a:hover {
  background-color:   transparent;
  text-decoration:    underline;
}
.tr-zlist-green a:visited {
  background-color:   transparent;
}
.tr-zlist-green a:active {
  background-color:   transparent;
}
.tr-zlist-green:hover, tr-zlist-green:focus, tr-zlist-green:active {
  background-color:   #ddd;
  text-decoration:    none;
}

.tr-zlist-small {
  color:              #000;
  background-color:   transparent;
  height:             17px;
  text-align:         left;
  text-decoration:    none;
  font-family:        Verdana, Courier, Arial;
  font-size:          11px;
  margin:             0px;
  padding:            0px;
}
.tr-zlist-small a {
  color:              #000;
  background-color:   transparent;
  font-weight:        normal;
  text-decoration:    none;
}
.tr-zlist-small a:hover, a:focus {
  background-color:   transparent;
  text-decoration:    underline;
}
.tr-zlist-small a:visited {
  background-color:   transparent;
}
.tr-zlist-small a:active {
  background-color:   transparent;
}
.tr-zlist-small:hover, tr-zlist:focus, tr-zlist:active {
  background-color:   #ddd;
  text-decoration:    none;
}

.tr-bheader {
  color:              #000;
  background-color:   transparent;
  height:             13px;
  text-align:         left;
  text-decoration:    none;
  font-family:        Verdana, Arial;
  font-size:          12px;
  margin:             0px;
  padding:            0px;
}

.tr-blist {
  color:              #000;
  background-color:   transparent;
  height:             17px;
  text-align:         left;
  text-decoration:    none;
  font-family:        Verdana, Arial;
  font-size:          12px;
  margin:             0px;
  padding:            0px;
}
.tr-blist a {
  color:              #000;
  background-color:   transparent;
  font-weight:        bold;
  text-decoration:    none;
}
.tr-blist a:hover, a:focus {
  background-color:   transparent;
  text-decoration:    underline;
}
.tr-blist a:visited {
  background-color:   transparent;
}
.tr-blist a:active {
  background-color:   transparent;
}
.tr-blist:hover, tr-blist:focus, tr-blist:active {
  background-color:   #ddd;
  text-decoration:    none;
}

.tr-zheader {
  color:              #000;
  background-color:   transparent;
  height:             13px;
  text-align:         left;
  text-decoration:    none;
  font-family:        Monospace, Courier, Arial;
  font-size:          12px;
  margin:             0px;
  padding:            0px;
}
.tr-zheader a {
  color:              blue;
  background-color:   transparent;
  text-decoration:    none;
}
.tr-zheader:hover, tr-zheader:focus, tr-zheader:active {
  text-decoration:    none;
}

.tr-zheader-small {
  color:              #000;
  background-color:   transparent;
  height:             13px;
  text-align:         left;
  text-decoration:    none;
  font-family:        Verdana, Courier, Arial;
  font-size:          10px;
  margin:             0px;
  padding:            0px;
}
.tr-zheader-small a {
  color:              blue;
  background-color:   transparent;
  text-decoration:    none;
}
.tr-zheader-small:hover, tr-zheader:focus, tr-zheader:active {
  text-decoration:    none;
}

.tr-zlist-err {
  color:              #000;
  background-color:   #efc7c7;
  height:             17px;
  text-align:         left;
  text-decoration:    none;
  font-family:        Monospace, Courier, Arial;
  font-size:          12px;
  margin:             0px;
  padding:            0px;
}
.tr-zlist-err a {
  color:              #000;
  background-color:   transparent;
  font-weight:        normal;
  text-decoration:    none;
}
.tr-zlist-err:hover, tr-zlist:focus, tr-zlist:active {
  background-color:   #ddd;
  text-decoration:    underline;
}

.tr-zlist-inactive {
  color:              #999;
  background-color:   transparent;
  height:             17px;
  text-align:         left;
  text-decoration:    none;
  font-family:        Monospace, Courier, Arial;
  font-size:          12px;
  margin:             0px;
  padding:            0px;
}
.tr-zlist-inactive a {
  color:              #999;
  background-color:   transparent;
  font-weight:        normal;
  text-decoration:    none;
}
.tr-zlist-inactive:hover, tr-zlist-inactive:focus, tr-zlist-inactive:active {
  color:              #999;
  background-color:   #ddd;
  text-decoration:    underline;
}

.align {
  color:              #000;
  text-align:         left;
  text-decoration:    none;
  font-family:        Verdana, Arial, Helvetica, sans-serif;
  font-size:          12px;
  margin:             10px 0px 0px 0px;
  padding:            0px;
}
.align-small {
  color:              #000;
  text-align:         left;
  text-decoration:    none;
  font-family:        Verdana, Arial, Helvetica, sans-serif;
  font-size:          11px;
  margin:             10px 0px 0px 0px;
  padding:            0px;
}
.align-small th {
   padding:           0px 2px 0px 2px;
}
.align-small td {
   padding:           0px 2px 0px 2px;
}

.align-zlist {
  color:              #000;
  text-align:         left;
  text-decoration:    none;
  font-family:        Verdana, Arial, Helvetica, sans-serif;
  font-size:          11px;
  margin:             0px 0px 0px 0px;
  padding:            0px;
}

input.btn {
   color: #000;
   font-family:        Verdana, Arial, Helvetica, sans-serif;
   font-size:          12px;
   font-weight:        normal;
   background-color:   #fff;
   border:             1px solid #aaa;
}

input.btn:hover {
   font-family:        Verdana, Arial, Helvetica, sans-serif;
   font-size:          12px;
   font-weight:        normal;
   border:             1px solid #000;
}

input[type=text], input[type=password], textarea, select {
    border: 1px solid #bbb;
    background-color: #fff;
}
input[type=text]:focus, input[type=password]:focus, textarea:focus, select:focus {
    border-color: #666;
}

input.text {
   color:              #000;
   width:              200px;
   height:             16px;
   margin:             0px;
}
input.textz {
   color:              #000;
   width:              165px;
   height:             16px;
   margin:             0px;
}
input.small {
    color:              #000;
    width:              130px;
    height:             16px;
}
input.zakazka {
    color:              #000;
    width:              165px;
    height:             16px;
}
input.long {
    color:              #000;
    width:              504px;
    height:             16px;
}
input.texts {
   color:              #000;
   width:              120px;
   height:             16px;
   margin:             0px;
}
input.textm {
   color:              #000;
   width:              350px;
   height:             16px;
   margin:             0px;
}
input.textl {
  color:              #000;
  width:              504px;
  height:             16px;
  margin:             0px 0px 0px 0px;
}
input.text3 {
  color:              #000;
  width:              80px;
  height:             16px;
  margin:             0px 0px 0px 0px;
}
input.text4 {
  color:              #000;
  width:              50px;
  height:             16px;
  margin:             0px 0px 0px 0px;
}

textarea {
  color:              #000;
  width:              504px;
  margin:             0px 0px 0px 0px;
}

textarea.adresar-area {
  color:              #000;
  width:              165px;
  margin:             0px 0px 0px 0px;
}

select {
  color:              #000;
  width:              167px;
  margin:             0px 0px 0px 0px;
}
.select-b {
  color:              #000;
  width:              202px;
  margin:             0px 0px 0px 0px;
}
.select-c {
  color:              #000;
  width:              240px;
  margin:             0px 0px 0px 0px;
}

.select-d {
  color:              #000;
  width:              190px;
  margin:             0px 0px 0px 0px;
}

.sel-short {
  color:              #000;
  width:              140px;
  margin:             0px 0px 0px 0px;
}
.sel-shorter {
  color:              #000;
  width:              70px;
  margin:             0px 0px 0px 0px;
}

.sel-long {
  color:              #000;
  width:              202px;
  margin:             0px 0px 0px 0px;
}
.sel-etapa {
  color:              #000;
  width:              250px;
  margin:             0px 0px 0px 0px;
}

form {
  margin:             0;
  padding:            0;
  display:            inline;
}

img {
   border:             0;
   margin:             0px;
   padding:            0px;
   vertical-align:     bottom;
}

hr {
  color:              #fff;
  width:              100%;
  display:            block;
  border:             none;
  border-top:         1px solid #ccc;
  margin:             8px 0px 5px 0px;
}
.hr-zakazka {
  color:              #fff;
  width:              100%;
  display:            block;
  border:             none;
  border-top:         1px solid #666;
  margin:             8px 0px 5px 0px;
}

.hr-plan {
  color:              #fff;
  width:              100%;
  display:            block;
  border:             none;
  border-top:         1px dotted #000;
  margin:             8px 0px 1px 0px;
}
.hr-plan2 {
  color:              #fff;
  width:              100%;
  display:            block;
  border:             none;
  border-top:         1px dotted #000;
  margin:             2px 0px 5px 0px;
}
.clearer {
   clear: both;
}

.alphabet {
   font-family:        Monospace, Courier, Arial;
    font-size: 15px;
    text-align: center;
    width: 100%;
}

.alphabet a {
   color:              #000;
   text-decoration:    none;
}

.alphabet-selected {
    color: blue;
    font-weight: bold;
    text-decoration: underline;
}

.alphabet a:active {
   color:              blue;
   text-decoration:    none;
}
.alphabet a:hover {
   color:              blue;
   text-decoration:    none;
}

.dialog, #address-search {
    font-size: 13px;
    line-height: 20px;
}

a.rezim {
    font-weight: normal !important;
    text-decoration: none !important;
}
a.rezim:hover {
    text-decoration: underline !important;
}

