html {
  height: 100%;
}
body {
  font-size: 0.68em;
  margin: 0px;
  padding: 0px;
  background-color: #d7d7d7;
  font-family: Arial;
  color: #333;
  height: 100%;
}

a {
  color: #e95d0f;
}
h1 {
  font-size: 180%;
  padding: 15px 0 10px;
  margin: 0px;
}
h2 {
  font-size: 150%;
  padding: 10px 0 5px;
  margin: 0px;
}
h3 {
  font-size: 120%;
  padding: 5px 0 2px;
  margin: 0px;
}
p {
  margin: 0px;
  padding: 5px 0;
}
form {
  padding: 0px;
  margin: 0px;
}
input {
  border: 1px solid #999;
  font-size: 100%;
  font-family: inherit;
}
select {
  border: 1px solid #999;
  font-size: 100%;
  font-family: inherit;
}
img {
  border: none;
}

/*
* Newsletter
*/
.bar {
  display: inline-block;
  height: 10px;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  background: #F4D690;
  width: 0px;
  overflow: hidden;
}
.bar_100 {
  display: inline-block;
  height: 10px;
  background: #AAA;
  width: 100px;
  overflow: hidden;
}
.bar_large {
  display: inline-block;
  height: 20px;
  background: #AAA;
  width: 475px;
  overflow: hidden;
}
  .bar_large .bar {
    height: 20px;
    font-size: 10px;
    line-height: 20px;
  }

.middle {
  vertical-align: middle;
}
.bottom {
  vertical-align: bottom;
}

/* zarovnání elementů */
.fleft {
  float: left;
}
.fright {
  float: right;
}
.clearer {
  clear: both;
}

/* zarovnání textu */
.left {
  text-align: left;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.top {
  vertical-align: top;
}
.strong {
  font-weight: bold;
}
.small {
  font-size: 90%;
  font-weight: normal;
}

label {
  display: inline-block;
  width: 150px;
  font-weight: bold;
  
}
  
.submit {
  margin: 0 5px;
}
.cats-button {
  display: block;
  float: right;
  font-weight: normal;
  padding: 0px 5px;
  margin: 0px 10px 0px 0px;
  text-align: center;
  border: 1px solid #b3b3b3;
  background-color: #f7f7f7;
  color: #e95d0f;
  text-decoration: none;
}
.cats-button:hover {
  background-color:#f7f7f7;
  color: #000;
}

a.button:link, a.button:visited {
  display:inline-block;
  font-weight:normal;
  padding: 0px 5px;
  text-align:center;
  border: 1px solid #b3b3b3;
  background-color: #f7f7f7;
  color:#e95d0f;
  text-decoration:none;
}
a.button:hover {
  background-color:#f7f7f7;
  color:#000000;
}

#page {
  margin: 0px auto;
  padding: 0px;
  min-height: 100%;
  background: #FFF;
}

  #header {
    position: relative;
    height: 150px;
    overflow: hidden;
  }
    #logo {
      background: url(../images/inwebio.gif) no-repeat;
      display: block;
      position: absolute;
      width: 96px;
      height: 32px;
      top: 15px;
      left: 15px;
    }
    #header h1 {
      font-size: 18px;
      position: absolute;
      left: 112px;
      top: 19px;
      padding: 0px;
      margin: 0px;
      color: #7c7c7c;
      display: block;
      height: 25px;
      line-height: 25px;
    }

    #login {
      position: absolute;
      right: 15px;
      top: 15px;
      text-align: right;
    }
      #login p {
        padding: 0px;
      }
      #login label {
        width: 100px;
        display: inline-block;
        text-align: right;
        margin: 0 5px 0 0;
      }
      #login input {
        width: 150px;
        margin: 3px 0;
      }
      
    #eshop_navigation {
      background: #FF6D06;
      position: absolute;
      bottom: 50px;
      padding: 0 0 0 10px;
    }
      #eshop_navigation a {
        display: inline-block;
        color: #FFF;
        padding: 5px 10px;
        border-left: 1px solid #FFF;
        position: relative;
      }
      #eshop_navigation a.active {
        background: #ff8128;
      }
      #eshop_navigation a .arrow {
        position: absolute;
        left: 50%;
        margin: 0 0 0 -5px;
        top: -5px;
        display: inline-block;
        width: 10px;
        height: 5px;
        background: url(../images/eshop_arrow_bg.png) no-repeat;
      }


    #main_navigation {
      background: #FF6D06;
      position: relative;
      margin: 80px 0 0 0;
      padding: 0 15px;
      width: 100%;
    }
      #main_navigation a {
        color: #FFF;
        padding: 0 10px;
        margin: 5px 5px 0 0;
        display: inline-block;        
        line-height: 20px;
        height: 20px;
        text-decoration: none;
        background: #ff8128;
      }
        #main_navigation a:hover {
 
        }
        #main_navigation a.selected {
          line-height: 20px;
          height: 20px;
          background: #EEE;
          color: #000;
          border-right: none;
        }

    #sub_navigation {
      background: #EEE;
      position: relative;
      width: 100%;
      padding: 0 15px;
      color: #FFF;
    }
      #sub_navigation a {
        color: #000;
        padding: 0 10px;
        margin: 5px 5px 0 0;
        display: inline-block;        
        line-height: 20px;
        height: 20px;
        text-decoration: none;
        background: #F5F5F5;
      }
        #sub_navigation a.selected{
          background: #FFF;
          color: #000;
        }

  #main {
    padding: 15px;
  }
    #login_box {
      position: relative;
      width: 250px;
      margin: 80px auto;
      font-size: 12px;
      border: 1px solid #BDB6BD;
      padding: 20px 15px;
    }
      #login_box label {
        display: inline-block;
        width: 60px;
        text-align: right;
    
      }
      #login_box .legend {
        position: absolute;
        top: -10px;
        left: 10px;
        line-height: 20px;
        border: 1px solid #BDB6BD;
        background: #FFF;
        padding: 0 10px;
        font-weight: bold;
      }
      #login_box .login_text {
    
      }
      #login_box input {
        margin: 2px 0 1px;
      }
  
  
  
  #footer {
    text-align: center;
    font-size: 95%;
    padding: 15px;
    color: #888;
  }

/* přepínání záložek */
.switch_link {
  margin: 0 10px 0 0;
}
  .switch_link img {
    vertical-align: top;
  }
.active {
  display: block;
}
.inactive {
  display: none;
}
.active_2 {
  display: block;
}
.inactive_2 {
  display: none;
}



table {
  width: 100%;
  margin: 5px 0 10px;
}
  table th {
    background: #DDD;
    padding: 5px 5px;
  }
  table td {
    background: #EEE;
    padding: 3px 5px;
  }
  table tr.bright td {
    background: #F9F9F9;
  }
  table td.first, table th.first {
    width: 15px;
  }
  table td.label, table th.label {
    width: 190px;
    font-weight: bold;
    text-align: right;
  }
  strong.label {
    display: inline-block;
    width: 110px;
    font-weight: bold;
    text-align: right;
  }
  

#kategorie_tree {
  position: relative;
  text-align: left;
  margin: 5px;
  background: #FFF;
}
  .level_0_sub {
    padding: 3px 10px;
    min-height: 30px;
    margin: 1px 0 1px 0px;
    background: #EEE;
  }
    .level_1_sub {
      padding: 3px 10px;
      min-height: 30px;
      margin: 1px 0 1px 10px;
      background: #EEE;
    }
      .level_2_sub {
        padding: 3px 10px;
        min-height: 30px;
        margin: 1px 0 1px 20px;
        background: #EEE;
      }
        .level_3_sub {
          padding: 3px 10px;
          min-height: 30px;
          margin: 1px 0 1px 30px;
          background: #EEE;
        }
          .level_4_sub {
            padding: 3px 10px;
            min-height: 30px;
            margin: 1px 0 1px 40px;
            background: #EEE;
          }
            .level_5_sub {
              padding: 3px 10px;
              min-height: 30px;
              margin: 1px 0 1px 50px;
              background: #EEE;
            }
              .level_6_sub {
                padding: 3px 10px;
                min-height: 30px;
                margin: 1px 0 1px 60px;
                background: #EEE;
              }
  
  #kategorie_tree .nazev {
    display: inline-block;
    width: 300px;
    padding: 0 15px 0 0;
  }
  #kategorie_tree .cat_select {
    margin: 0 0 0 30px;
  }

.checkbox_level_0 {
  padding: 0 0 0 10px;
}
  .checkbox_level_1 {
    padding: 0 0 0 20px;
  }
    .checkbox_level_2 {
      padding: 0 0 0 30px;
    }
      .checkbox_level_3 {  
        padding: 0 0 0 40px;
      }
        .checkbox_level_4 {
          padding: 0 0 0 50px;
        }
          .checkbox_level_5 {
            padding: 0 0 0 60px;
          }
            .checkbox_level_6 {
              padding: 0 0 0 70px;
            }
              .checkbox_level_7 {
                padding: 0 0 0 80px;
              }


.cat_checkbox.hidden {
  display: none;
}

.cat_checkbox .checkbox_item {
  height: 25px;
  line-height: 25px;
  padding: 0 10px 0 200px;
  background: #EEE;
  margin: 0 0 1px;
}
  .cat_checkbox .checkbox_item.bright {
    background: #F9F9F9;
  }
  .cat_checkbox .checkbox_item.hover {
    background: #DDD;
  }
  .cat_checkbox .plus {
    display: inline-block;
    width: 20px;
    height: 25px;
    line-height: 25px;
    margin: 0 5px 0 0;
    border-right: 1px solid #FFF;
    font-weight: bold;
    text-decoration: none;
    background: url(../images/more.gif) center no-repeat;
  }
  .cat_checkbox .minus {
    display: inline-block;
    width: 20px;
    height: 25px;
    line-height: 25px;
    margin: 0 5px 0 0;
    border-right: 1px solid #FFF;
    font-weight: bold;
    text-decoration: none;
    background: url(../images/less.gif) center no-repeat;
  }
  .cat_checkbox .blank {
    display: inline-block;
    width: 20px;
    height: 25px;
    line-height: 25px;
    margin: 0 5px 0 0;
    border-right: 1px solid #FFF;
  }

              
.checkbox_list {

}
  .checkbox_list .head {
    height: 10px;
    background: #DDD;
  }
  .checkbox_list ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
  }  
    .checkbox_list ul li {
      margin: 1px 0px;
    }
      .checkbox_list ul li div {
        background: #EEE;
        padding: 2px 0 2px 233px;
      }
      .checkbox_list ul li div.bright {
        background: #F9F9F9;
      }
      .checkbox_list ul li a {
        font-weight: bold;
        text-decoration: none;
      }
      .checkbox_list ul li ul li{
        padding: 0 0 0 20px;
      }


.form_navigation {
  background: #EEE;
  padding: 5px 15px 0 15px;
  width: 100%;
  margin: 0 0 20px -15px;
}
  .form_navigation a {
    display: inline-block;
    height: 22px;
    line-height: 22px;
    padding: 0 10px;
    margin: 0 2px 0 0;
    background: #F5F5F5;
    color: #000;
    cursor: pointer;
    text-decoration: none;
  }
  .form_navigation a.selected {
    background: #FFF;
  }
  .form_navigation a:hover {
    background: #E1E1E1;
  }  
  

/* box pro hlášky */
.message {
  background: #caffc4;
  border: 1px solid #0e9600;
  display: block;
  padding: 5px;
  margin: 10px 0;
}
.message_red {
  background: #ffbfbf;
  border: 1px solid #a10000;
  display: block;
  padding: 5px;
  margin: 10px 0;
}
.message_tip {
  background: #ffdb95;
  border: 1px solid #ffa85a;
  display: block;
  padding: 5px;
  margin: 10px 0;
}

/* datepicker */
a.dp-choose-date {
	width: 19px;
	height: 18px;
	padding: 0;
	margin: 0px 3px;
	display: inline-block;
	text-indent: -2000px;
	overflow: hidden;
	vertical-align: middle;
	background: url(../images/calendar.gif) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}

.red_square {
  display: block;
  width: 10px;
  height: 10px;
  background: #F00;
}
.green_square {
   display: block;
  width: 10px;
  height: 10px;
  background: #0F0; 
}
  
  
.uploadify {
  position: relative;
}
  .over_div {
    display: none;
    position: absolute;
    width: 100%;
    height: 50px;
    line-height: 50px; 
    left: 0px;
    top: 0px;
    background: #FFF;
    color: #F00;
    text-align: center;
  }

/*
* Pager
*/
.PagerClass {
  font-size: 14px;
}
  .PagerClass a, .PagerClass span {
    display: inline-block;
    padding: 5px 10px;
    font-weight: bold;
    background: #EEE;
    margin: 0 1px;
  }
    .PagerClass a  {
      background: #DDD;
    }

    .PagerClass a:hover  {
      background: #CCC;
    }

    
    .PagerClass .first  {
      display: none;
    }
    .PagerClass .last  {
      display: none;
    }

/*
* Našeptávač
*/
#naseptavac_form {
  position: relative;
  z-index: 100;
}
  #naseptavac_form .search_tiskarna {
    font-size: 12px;
    padding: 3px;
    width: 300px;
    margin: 0 0 10px;
  }
  #naseptavac_form #naseptavac {
    position: absolute;
    top: 25px;
    border: 1px solid #000;
    display: none;
    z-index: 100;
    width: 330px;
    background: #FFF;
  }
    #naseptavac_form #naseptavac .naseptavac_item {
      display: block;
      padding: 5px;
      cursor: pointer;
    }
      #naseptavac_form #naseptavac .naseptavac_item:hover {
        background: #BBB;
      }

  #kategorie_values .kategorie_values_item {
    display: inline-block;
    padding: 5px;
    margin: 2px 5px 2px 0;
    line-height: 15px;
    background: #CCC;
  }
  #kategorie_values .kategorie_values_item a {
    cursor: pointer;
  }
    #kategorie_values .kategorie_values_item a img {
      vertical-align: middle;
      margin: 0 0 0 10px;
    }


/* graf, statistika */
.graf_container {
  padding: 0 10px;
}

.graf_wrapper {
  width: 750px;
  float: left;
 /* overflow-x: scroll;*/
}
.graf {
  position: relative;
  padding: 0 0 0 60px;
  height: 150px;
  margin: 0 0 30px 0;
  border-bottom: 1px solid #000;
}
  .graf_column {
    text-align: center;
    margin: 0 1px 0 0;
    color: #FFF;
    display: block;
    float: left;
    font-size: 8px;
    background: #999;
 
    width: 20px;
  }
  .graf .maximum {
    background: url(../images/rule_line.gif) right top no-repeat;
    width: 55px;
    padding: 2px 5px 0 0;
    position: absolute;
    left: 0px;
    top: 0px;
    text-align: right;
  }
  .graf .medium {
    background: url(../images/rule_line.gif) right top no-repeat;
    width: 55px;
    padding: 2px 5px 0 0;
    position: absolute;
    left: 0px;
    top: 75px;
    text-align: right;
  }
  .graf .minimum {
    width: 55px;
    padding: 0 5px 0 0;
    position: absolute;
    left: 0px;
    bottom: 0px;
    text-align: right;
  }
  .graf .h_rule {
    position: absolute;
    left: 0px;
    height: 180px;
    width: 60px;
    border-right: 1px solid #000;
  }
  .graf .v_rule {
    position: absolute;
    left: 0px;
    bottom: -30px;
    height: 30px;
    padding: 0 0 0 60px;
  }
  .datum {
    display: inline-block;
    width: 16px;
    padding: 0 0 0 3px;
    text-align: left;
    border-left: 1px solid #FFF;
  }
  .datum.line {
    border-left: 1px solid #000;
  }

form {

}
fieldset {
  border: 1px solid #999;
  padding: 5px 10px;
  margin: 0 0 10px;
}
  fieldset legend {
    border: 1px solid #999;
    padding: 2px 10px;
    margin: 0 0 10px;
    font-weight: bold;
  }

#naseptavac {
  position: absolute;
  width: 300px;
  border: 1px solid #000;
  display: none;
  z-index: 100;
}
.naseptavac_item {
  display: block;
  padding: 5px;
  background: #FFF;
}
  .naseptavac_item:hover {
    background: #EEE;
  }


#nahled {
  
}
  #nahled td {
    padding: 0px;
    background: transparent;
  }
    #nahled table {
      width: 100%;
      padding: 0px;
      margin: 0px;
    }
  #nahled ul li {
    padding: 0px;
    background: transparent;
  }
    #nahled table {
      padding: 0px;
      margin: 0px;
    }
    
    #nahled p {
      margin: 0px;
      padding: 5px 0;
      line-height: 150%;
    }
    #nahled ul {
      line-height: 150%;
    }
      #nahled ul li {
        
      }
    
    

.show {
  display: inline-block;
  background: url(../images/arr-down.gif) no-repeat;
  padding: 0 0 0 20px;
}
  .show.active {
    display: inline-block;
    background: url(../images/arr-up.gif) no-repeat;
    padding: 0 0 0 20px;
  }
