@import url("../css/fontello/css/icon_set_1.css");										/* Icon pack */
@import url("../css/fontello/css/icon_set_2.css");										/* Icon pack */
@import url("../css/fontello/css/fontello.css");											/* Icon pack */
@import url("../css/icon_restaurant/css/icon_restaurants.css");			/* Icon pack */

html {
  height: 100%;
}

@font-face {
    font-family: 'Bariol';
    src: url('../webfontkit/bariol/bariol_regular-webfont.eot');
    src: url('../webfontkit/bariol/bariol_regular-webfont?#iefix') format('embedded-opentype'),
         url('../webfontkit/bariol/bariol_regular-webfont.woff') format('woff'),
         url('../webfontkit/bariol/bariol_regular-webfont.ttf') format('truetype'),
         url('../webfontkit/bariol/bariol_regular-webfont.Bariol') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BariolBold';
    src: url('../webfontkit/bariol/bariol_bold-webfont.eot');
    src: url('../webfontkit/bariol/bariol_bold-webfont?#iefix') format('embedded-opentype'),
         url('../webfontkit/bariol/bariol_bold-webfont.woff') format('woff'),
         url('../webfontkit/bariol/bariol_bold-webfont.ttf') format('truetype'),
         url('../webfontkit/bariol/bariol_bold-webfont.BariolBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans';
    src: url('../webfontkit/opensans/opensans-regular-webfont.eot');
    src: url('../webfontkit/opensans/opensans-regular-webfont?#iefix') format('embedded-opentype'),
         url('../webfontkit/opensans/opensans-regular-webfont.woff') format('woff'),
         url('../webfontkit/opensans/opensans-regular-webfont.ttf') format('truetype'),
         url('../webfontkit/opensans/opensans-regular-webfont.svg#OpenSans') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MuseoSans';
    src: url('../webfontkit/museosans/museosans-300.eot');
    src: url('../webfontkit/museosans/museosans-300?#iefix') format('embedded-opentype'),
         url('../webfontkit/museosans/museosans-300.woff') format('woff'),
         url('../webfontkit/museosans/museosans-300.ttf') format('truetype'),
         url('../webfontkit/museosans/museosans-300.svg#MuseoSans') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MuseoSansLight';
    src: url('../webfontkit/museosans/museosans-100.eot');
    src: url('../webfontkit/museosans/museosans-100?#iefix') format('embedded-opentype'),
         url('../webfontkit/museosans/museosans-100.woff') format('woff'),
         url('../webfontkit/museosans/museosans-100.ttf') format('truetype'),
         url('../webfontkit/museosans/museosans-100.MuseoSansLight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MuseoSans500';
    src: url('../webfontkit/museosans/museosans-500.eot');
    src: url('../webfontkit/museosans/museosans-500?#iefix') format('embedded-opentype'),
         url('../webfontkit/museosans/museosans-500.woff') format('woff'),
         url('../webfontkit/museosans/museosans-500.ttf') format('truetype'),
         url('../webfontkit/museosans/museosans-500.MuseoSans500') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MuseoSansBold';
    src: url('../webfontkit/museosans/museosans-700.eot');
    src: url('../webfontkit/museosans/museosans-700?#iefix') format('embedded-opentype'),
         url('../webfontkit/museosans/museosans-700.woff') format('woff'),
         url('../webfontkit/museosans/museosans-700.ttf') format('truetype'),
         url('../webfontkit/museosans/museosans-700.svg#MuseoSansBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MuseoSansExtraBold';
    src: url('../webfontkit/museosans/museosans_extrabold-webfont.eot');
    src: url('../webfontkit/museosans/museosans_extrabold-webfont?#iefix') format('embedded-opentype'),
         url('../webfontkit/museosans/museosans_extrabold-webfont.woff') format('woff'),
         url('../webfontkit/museosans/museosans_extrabold-webfont.ttf') format('truetype'),
         url('../webfontkit/museosans/museosans_extrabold-webfont.svg#MuseoSansExtraBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
  font-size: 14px;
  margin: 0px;
  padding: 0px;
  background-color: #d7d7d7;
  font-family: MuseoSans;
  color: #333;
  height: 100%;
}

:root{--white:#FFF; 
  --pink:#e04f67; 
  --blue: #003781;
  --light_blue: #4784fb;
  --green:#60B900; 
  --dark_green:#32A067; 
  --neutral_grey:#45494A; 
  --light_grey:#f5f5f5; 
  --tyrkys:#51bce6; 
  --red:#e74c3c; 
  --bronze:#b08d57; 
  --silver:#c0c0c0; 
  --gold:#daae4d; 
  --platinum:#e5e4e2;
  --orange: #FFA800;
  --magenta: #9B0075;
}

a {
  color: #000;
}
  a:hover {
    color: #555;
  }

h1 {
  font-size: 30px;
  padding: 15px 0 10px;
  margin: 0px;
  font-family: MuseoSansLight;
  font-weight: bold;  
}
h2 {
  font-size: 25px;
  padding: 10px 0 5px;
  margin: 0px;
  font-family: BariolBold;
  color: #000;
  font-weight: normal;
}
h3 {
  font-size: 18px;
  padding: 5px 0 2px;
  margin: 0px;
  font-family: MuseoSans500;
  font-weight: normal;
}
p {
  margin: 0px;
  padding: 5px 0;
}
form {
  padding: 0px;
  margin: 0px;
}
input {
  border: 1px solid #999;
  font-size: 100%;
  font-family: inherit;
}
  input[type=text] {
    border: 1px solid #999;
    font-size: 100%;
    font-family: inherit;
    padding: 9px 5px;
    font-size: 14px;
    vertical-align: middle;
  }
  input[type=text].short {
    width: 150px;
  }
    table input[type=text] {
      margin: 2px 0;
    }
    table input[type=file] {
      margin: 2px 0;
    }
    table input[type=radio] {
      margin: 2px 0;
    }
  input[type=password] {
    border: 1px solid #999;
    font-size: 100%;
    font-family: inherit;
    padding: 9px 5px;
    font-size: 14px;
    vertical-align: middle;
    margin: 2px; 
  }
    table input[type=password] {
      margin: 5px 0;
    }
  input[type=submit] {
    border: 1px solid #999;
    font-size: 100%;
    padding: 5px 20px;
    margin: 0 5px;
    cursor: pointer;
    font-family: BariolBold;
    font-size: 20px;
    vertical-align: middle;
    border-radius: 3px;
    background: #EEE;
  }
    input[type=submit]:hover {
      background: #DDD;
    }

  textarea {
    border: 1px solid #999;
    font-size: 100%;
    font-family: inherit;
    padding: 9px 5px;
    font-size: 14px;
    vertical-align: middle;
  }
    table textarea {
      margin: 2px 0;
    }

select {
  border: 1px solid #999;
  font-size: 100%;
  font-family: inherit;
  height: 35px;
}
img {
  border: none;
}

.middle {
  vertical-align: middle;
}
.bottom {
  vertical-align: bottom;
}

/* zarovnání elementů */
.fleft {
  float: left;
}
.fright {
  float: right;
}
.clearer {
  clear: both;
}
.inline_block {
  display: inline-block;
}

/* 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: 85%;
  font-weight: normal;
}

label {
  display: inline-block;
  width: 150px;
  font-weight: bold;
  text-align: right;
  padding: 0 10px 0 0;
}
  
.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: #a4810a;
  text-decoration:none;
}
a.button:hover {
  background-color:#f7f7f7;
  color:#000000;
}*/

strong {
  font-family: MuseoSans500;
  font-weight: normal;
}


table {
  width: 100%;
  margin: 5px 0 10px;
  border-spacing: 0px;
}
  table th {
    background: #DDD;
    padding: 8px 5px;
    font-size: 14px;
    height: 40px;
    font-weight: normal;
  }
    table th img {
      margin: 0 0 5px;
    }
  table td {
    background: none;
    padding: 8px 5px;
    border-bottom: 1px solid #CCC;
    height: 40px;
  }

  table tr.bright td {
    background: none;
    /*background: #fffadc;*/
  }
  table tr.dnes td {
    background: #8dfbff;
  }
  table tr.vikend td {
    color: #AAA;
    background: #f0f0f0!important;
  }
  table tr.vikend.bright td {
    color: #AAA;
    background: #fbe8ff!important;
  }
  table tr.over td {
    background: #E9E9E9;
  }
  table tr.blue td {
    background: #8dfbff;
  }
  table td.first, table th.first {
    width: 15px;
  }
  table td.label, table th.label {
    width: 220px;
    font-weight: bold;
    text-align: right;
  }
  table td.label_short, table th.label_short {
    width: 180px;
    font-weight: bold;
    text-align: right;
  }

.row_label {
  background: var(--red);
  display: inline-block;
  border-radius: 3px;
  line-height: normal;
  font-size: 11px;
  color: #FFF;
  margin: 0px 1px 1px;
  padding: 3px 7px;
  text-align: center;
  white-space: nowrap;
}
.row_label.orange_bg {
  background: var(--orange);
}
.row_label.red_bg {
  background: var(--red);
}
.row_label.blue_bg {
  background: var(--blue);
}
.row_label.light_blue_bg {
  background: var(--light_blue);
}
.row_label.gold_bg {
  background: var(--gold);
}
.row_label.silver_bg {
  background: var(--silver);
}
.row_label.magenta_bg {
  background: var(--magenta);
}
.row_label.grey_bg {
  background: var(--neutral_grey);
}
.row_label.green_bg {
  background: var(--green);
}


  .color_dot {
    font-size: 25px;
  }
  .color_dot::before {
    width: auto;
  }



#page {
  margin: 0px auto;
  padding: 0px;
  min-height: 100%;
  background: #FFF;
}

  #header {
    position: relative;
    background: #4784FB;
    color: #FFF;
    height: 40px;
    z-index: 100;
  }
    #header a {
      color: #FFF;
    }

    #header .user_avatar {
      margin: 0 15px 0 0;
      display: inline-block;
      vertical-align: middle;
    }
    #header .logout {
      height: 30px;
      line-height: 30px;
      vertical-align: middle;
    }
    #logo {
      display: block;
      position: absolute;
      width: 71px;
      height: 40px;
      line-height: 39px;
      top: 0px;
      left: 55px;
      font-size: 26px;
      font-family: BariolBold;
      text-decoration: none;
    }
    
    #show_projekty {
      width: 30px;
      height: 28px;
      background: url(../images/show_menu.png) center no-repeat;
      position: absolute;
      left: 15px;
      top: 6px;
      border-radius: 3px;
      cursor: pointer;
    }
      #show_projekty:hover {
        background: #45B7E9 url(../images/show_menu.png) center no-repeat;
        position: absolute;
      }
    #projekty_select {
      position: absolute;
      left: 0px;
      top: 0px;
      width: 300px;
      height: 100%;
      background: #fbe8ff;
      padding: 0px;
      display: none;
      border-right: 1px solid #CCC;
      z-index: 10;
    }
    
      a.projekt_item {
        display: block;
        color: #000;
        height: 50px;
        border-bottom: 1px solid #CCC;
        padding: 10px 15px;
        line-height: 50px;
        text-decoration: none;
      }
        a.projekt_item.first {
          margin: 40px 0 0 0;
        }
        a.projekt_item:hover {
          background: #FFF;
        }
        a.projekt_item img {
          vertical-align: middle;
          margin: 0 20px 0 0;
        }
      
    
    
    #header h1 {
      font-size: 36px;
      position: absolute;
      left: 50%;
      width: 300px;
      margin: 0 0 0 -150px;
      top: 22px;
      padding: 0px;
      color: #FFF;
      display: block;
      height: 25px;
      line-height: 25px;
      font-family: MuseoSans;
    }

    #login {
      position: absolute;
      right: 15px;
      top: 6px;
      text-align: right;
    }
      #login #logged {
        display: inline-block;
      
        height: 28px;
        line-height: 28px; 
      
        font-family: BariolBold;
        font-size: 16px;
        margin: 0 20px 0 0;
      }
      #login label {
        width: 100px;
        display: inline-block;
        text-align: right;
        margin: 0 5px 0 0;
      }
      #login input {
        width: 150px;
        margin: 3px 0;
        font-family: BariolBold;
        font-size: 16px;
      }
      #login input[type=submit] {
        display: inline-block;
        width: 60px;
        height: 23px;
        margin: -3px 0 0 0;
        font-size: 16px;
        padding: 0 0 0 30px;
        border: none;
        color: #FFF;
        font-size: 16px;
        background: url(../images/header_logout_bg.png) left top no-repeat;
      }
        #login input[type=submit]:hover {
          background: url(../images/header_logout_bg.png) left bottom no-repeat;
          color: #DDD;
        }
      

    #main_navigation {
      position: absolute;
      margin: 0px;
      left: 160px;
      top: 0px;
      font-family: BariolBold;
    }
      #main_navigation ul  {
        display: inline-block;
        background: none;
        padding: 0px;
        margin: 0px;
        list-style: none;
      }
        #main_navigation ul li  {
          display: inline-block;
          background: none;
          padding: 6px 4px;
          margin: 0px;
          list-style: none;
          position: relative;
          height: 28px;
        }
        #main_navigation ul li:hover  {
          background: #3F9DF4;
          padding: 0px 4px;
          height: 40px;
        }
      #main_navigation a {
        color: #FFF;
        padding: 0 15px;
        margin: 0px 2px;
        display: inline-block;        
        line-height: 28px;
        height: 28px;
        text-decoration: none;
        border-radius: 3px;
        font-size: 15px;
      }
        #main_navigation ul li:hover a {
          background: #3F9DF4;
          height: 40px;
          line-height: 40px;
        }
        #main_navigation a.selected {
          background: #45B7E9;
          color: #FFF;
          border-right: none;
        }
        #main_navigation a .arrow {
          display: inline-block;
          width: 10px;
          height: 10px;
          vertical-align: middle;
          margin: 0 0 0 8px;
          background: url(../images/navigation_arrow.gif) no-repeat;
        }

        #main_navigation ul li ul {
          position: absolute;
          left: 0px;
          top: 40px;
          width: 200px;
          background: #fbe8ff;
          border-left: 1px solid #CCC;
          border-bottom: 1px solid #CCC;
          border-right: 1px solid #CCC;
          display: none;
        }
          #main_navigation ul li:hover ul {
            display: block;
          }
          #main_navigation ul li ul li {
            display: block;
            float: none;
            padding: 0px;
            background: none;
          }
            #main_navigation ul li ul li:hover {
              background: none;
              line-height: 28px;
              height: 28px;
              padding: 0px;
            }
            #main_navigation ul li ul li a {
              color: #000;
              display: block;
              float: none;
              margin: 0px;
              border-radius: 0px;
              font-weight: normal;
              font-family: Bariol;
              border-top: 1px solid #CCC;
              line-height: 28px!important;
              height: 28px!important;
              background: none!important;
            }
            #main_navigation ul li ul li:hover a {
              background: none;
              line-height: 28px!important;
              height: 28px!important;
              padding: 0 15px;
              background: #4784FB!important;
              color: #FFF!important;
            }
            #main_navigation ul li ul li a:hover {
 
            }
            #main_navigation ul li ul li a.selected {
              background: #4784FB!important;
              color: #FFF!important;
            }
        

    #sub_navigation {
      background: #FFF;
      position: absolute;
      display: none;
      padding: 1px 50px 0;
      color: #FFF;
      top: 40px;
    }
      #sub_navigation a {
        color: #000;
        padding: 0 15px;
        margin: 0px 1px 0 0;
        display: inline-block;        
        line-height: 25px;
        height: 25px;
        text-decoration: none;
        background: #f7cb37;
      }
        #sub_navigation a.selected{
          background: #f7cb37;
          color: #000;
          text-decoration: underline;
        }
        #sub_navigation a:hover{
          text-decoration: underline;
        }
      
      .lista {
        background: #DDD; 
        border-top: 1px solid #999; 
        border-bottom: 1px solid #999;
        color: #333; font-size: 150%; 
        padding: 10px 20px; 
        margin: 0 -10px 0 -20px;
      }
  
  .pridat {
    padding: 15px 0 5px;
  }


  #main {
    padding: 20px 20px 0;
    min-height: 500px;
    /*width: 990px;
    margin: 0px auto;*/
    /*overflow: hidden;*/
  }
    #login_box {
      position: relative;
      width: 420px;
      max-width: 90%;
      margin: 80px auto;
      font-size: 12px;
      border-radius: 5px;
      padding: 20px 15px;
      background: #EEE;
    }
      #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;
        display: none;
      }
      #login_box .login_text {
        width: 320px;
      }
      #login_box input {
        margin: 5px 0 1px;
      }

      #login_box select {
        width: 330px;
        margin: 3px 0;
        font-size: 16px;
        padding: 7px 3px;
        border: 1px solid #999;
      }
      #login_box #new_login label {
        display: block;
        width: auto;
        text-align: left;
        margin: 15px 0 0 0;
      }
  
  
  
  #footer {
    text-align: center;
    font-size: 95%;
    padding: 15px;
    background: #373737;
    color: #FFF;
    border-top: 1px dashed #FFF;
  }

/* 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;
}

.button {
  border: 1px solid #999;
  font-size: 100%;
  padding: 3px 15px;
  margin: 0 5px;
  cursor: pointer;
  font-family: Bariol;
  font-size: 14px;
  vertical-align: middle;
  border-radius: 3px;
  background: #EEE;
  text-decoration: none;
}
  .button:hover {
    background: #DDD;
  }
  .button i {
    vertical-align: middle;
  }

.head_image {
  margin: 3px 10px 0 0;
  float: left;
}
.head_stav {
  display: inline-block;
  padding: 3px 10px;
  margin: 0 0 0 10px;
  color: #FFF;
  font-weight: normal;
}

  .detail_ukolu {
    width: 60%;
    max-width: 1000px;
    float: left;
    margin: 0 40px 0 0;
  }
  #soubory {
    width: 30%;
    float: left;
  }
  .ext_ico {
    display: inline-block;
    float: left;
    margin: 0 10px 0 0;
  }
    .ext_ico img {
      width: 30px;
    }
  
  .komentare {
    padding: 30px 0 0 0;
  }
    .komentare .textarea_content {
      width: 523px;
    }
      .komentare .textarea_content textarea {
        width: 500px;
        padding: 10px;
        font-size: 14px;
        font-family: Bariol;
      }
      
      .komentare .textarea_content .button {
        float: right;
        font-size: 14px;
        padding: 3px 20px;
        font-family: Bariol;
        margin: 0px;
      }
  

#dashboard {

}
  .dashboard_grafy {
    width: 50%;
    float: left;
    margin: 0px;
  }

    .dashboard_grafy_content {
      position: relative;
      padding: 20px;
      margin: 0 10px 0 0;
      border-bottom: 1px solid #666;
    }
    .dashboard_grafy_content:hover {
      background: #fbe8ff;
    }
      .dashboard_grafy_content a {
        text-decoration: none;
      }

    .dashboard_graf_item {
      display: block;
      height: 10px;
      margin: 0 0 10px;
    }

  .dashboard_item {
    width: 50%;
    float: left;
    margin: 0 0 20px;
  }
    .dashboard_item:hover {
      background: #fbe8ff;
    }
    
    .dashboard_item_content {
      padding: 20px;
    }
  
  

#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 img {
      vertical-align: middle;
    }
  .form_navigation a.selected {
    background: #FFF;
  }
  .form_navigation a:hover {
    background: #E1E1E1;
  }  
  

/* box pro hlášky */
.message {
  background: #00b627;
  border: 1px solid #0e9600;
  color: #FFF;
  display: block;
  padding: 15px;
  margin: -20px -20px 20px;
}
  .message a {
    color: #FFF;
  }
    .message a:hover {
      font-weight: bold;
    }  
  .message a.button {
    color: #000;
  }
    .message a.button:hover {
      font-weight: normal;
    }

.message_red {
  background: #c20020;
  border: 1px solid #a10000;
  color: #FFF;
  display: block;
  padding: 15px;
  margin: -20px -20px 20px;
}
  .message_red a {
    color: #FFF;
  }
    .message_red a:hover {
      font-weight: bold;
    }
  .message_red .button {
    color: #000;
  }
    .message_red .button:hover {
      font-weight: normal;
    }
  a.message_red {
    color: #FFF;
  }  
  
.message_tip {
  background: #ff9018;
  border: 1px solid #ffa85a;
  display: block;
  padding: 15px;
  margin: 10px -20px 20px;
}

/* 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: 500px;
  left: 0px;
  top: 0px;
}
.naseptavac_item {
  background: #FFF;
  display:  block;
  padding: 5px;
  width: 500px;
  border-bottom: 1px dotted #999;
  cursor: pointer;
}
  .naseptavac_item:hover {
    background: #CCC;
  }

#sablona_form {
  border: 1px solid #999;
  display: none;
  position: absolute;
  width: 950px;
  padding: 20px;
  background: #FFF;
  margin: 0 0 0 -490px;
  left: 50%;
}

/*
* Custom select
*/
.custom_select.long {
  width: 380px;
  background: url(../images/input_select_long_bg.png) no-repeat;
}
  .custom_select.long .selected_item {
    width: 380px;
  }
  .custom_select.long .custom_select_list {
    width: 380px;
  }
.custom_select {
  position: relative;
  display: block;
  min-height: 35px;
  padding: 0 5px;
  margin: 0 0 0 0;
  line-height: 35px;
  border: none;
  /*background: url(../images/input_select_bg.png) no-repeat;*/
  color: #000;
  cursor: default;
}

  .custom_select .selected_item {
    display: block;
    cursor: pointer;
    overflow: hidden;
    width: 200px;
    height: 35px;
    font-size: 13px;
    background: url(../images/arrow.png) 180px center no-repeat;
  }
    .custom_select .selected_item:hover {
      font-weight: bold;
    }
  
  .custom_select .custom_select_list {
    position: absolute;
    top: -1px;
    left: -1px;
    display: none;
    background: #FFF;
    border: 1px solid #999;
    width: 100%;
    max-height: 300px;
    max-width: 200px;
    z-index: 10;
    overflow-y: scroll;
    overflow-x: hidden;
  }
    .custom_select .custom_select_list .select_item {
      display: block;
      padding: 8px 5px;
      line-height: 18px;
      font-size: 13px;
      cursor: pointer;
    }
      .custom_select .custom_select_list .select_item.selected {
        background: #BBB;
      }
      .custom_select .custom_select_list .select_item:hover {
        background: #BBB;
      }

/*
* Docházka
*/
.dochazka_head {
  min-width: 900px;
  width: 60%;
  float: left;
  margin: 5px 50px 0 0;
}
.dochazka_table {
  min-width: 900px;
  width: 60%;
  float: left;
  margin: 5px 50px 0 0;
}
#dochazka_rekapitulace_cont {
  min-width: 260px;
  width: 20%;
  float: left;
  margin: 0px -50px 0 0;
}
  #dochazka_rekapitulace {

  }
    #dochazka_rekapitulace_cont input[type=submit] {
      background: #a0c771;
      height: 50px;
      text-align: center;
      border: none;
      width: 100%;
      margin: 0px;
    }
    #dochazka_rekapitulace_cont input[type=submit]:hover {
      background: #afd781;
    }

.dochazka_cont {
  margin: 2px 0;
}

span.dnes {
  color: #F00;
  float: right;
  display: inline-block;
  font-size: 11px;
  padding: 0 5px;
}
span.vikend {
  color: #0B0;
  float: right;
  display: inline-block;
  font-size: 11px;
  padding: 0 5px;
}
span.svatek {
  color: #F00;
  float: right;
  display: inline-block;
  font-size: 11px;
  padding: 0 0 3px;
  max-width: 80%;
  cursor: default;
}


.dochazka_mesice {
  min-width: 700px;
  width: 50%;
  height: 50px;
  margin: 0 0 -5px;
  padding: 0 0 0 50px;
}
  .dochazka_mesice h2 {
    position: relative;
    display: inline-block;
    padding: 0px;
    margin: 0 1px 0 0;
    width: 15%;
  }
    .dochazka_mesice h2 a {
      text-decoration: none;
      background: #f7cb37;
      display: block;
      padding: 10px;
      font-size: 14px;
      height: 30px;
      text-align: center;
    }
    .dochazka_mesice h2 a strong{
      display: block;
      text-transform: uppercase;
    }

  .dochazka_mesice h3 {
    position: relative;
    display: inline-block;
    padding: 0px;
    margin: 0 1px 0 0;
    font-weight: normal;
    font-family: MuseoSans;
    width: 15%;
  }
    .dochazka_mesice h3 a {
      text-decoration: none;
      background: #eab828;
      display: block;
      padding: 10px;
      font-size: 14px;
      height: 30px;
      text-align: center;
    }
    .dochazka_mesice h3 a strong{
      display: block;
      text-transform: uppercase;
    }
    
    .dochazka_mesice h3 a:hover {
      color: #555;
    }
  
.datum_button_ok {
  display: none;
}

.save_box {
  margin: 20px -20px 0 -20px;
  background: #373737;
  color: #FFF;
}
  .save_box_content {
    padding: 50px;
  }
  .save_box_content ul {
    padding: 0px;
    margin: 40px 0px 20px;
  }
    .save_box_content ul li {
      padding: 7px 0 7px 20px;
      margin: 0px;
      list-style: none;
      background: url(../images/next_disabled.gif) 0 10px no-repeat;
    }


.stavy_tagy {
  margin: 10px 0;
}
  .stav_tag {
    background: #DDDDDD;
    padding: 3px 7px;
    display: inline-block;
    margin: 0 2px 2px 0;
    font-size: 13px;
    text-decoration: none;
  }
  .stav_tag:hover {
    background: #FFFADC;
    padding: 3px 7px;
    display: inline-block;
    font-size: 13px;
    text-decoration: none;
  }

  .red_tag {
    background: #FF0000;
    padding: 3px 7px;
    display: inline-block;
    font-size: 13px;
    text-decoration: none;
    color: #FFF;
  }

.header_grey {
  background: #EEE;
  padding: 20px;
  margin: -20px -20px 20px;
  border-bottom: 1px dashed #333;
}
.width_25p {
  width: 25%;
}
.width_40p {
  width: 40%;
}
.width_50p {
  width: 50%;
}
.width_60p {
  width: 60%;
}


.popup {
  position: absolute;
  width: 60%;
  left: 50%;
  margin: 0 0 0 -30%;
  padding: 20px;
  background: #FFF;
  z-index: 100;
  border-radius: 5px;
  overflow: hidden;
  box-sizing: border-box;
  top: 100px;
}
#mask {
  position: absolute;
  z-index: 79;
  background-color: #252525;
  display: none;
  left: 0px;
  top: 0px;
}
#loader {
  position: fixed;
  background: #FFF;
  width: 300px;
  padding: 20px;
  left: 50%;
  top: 300px;
  margin: 0 0 0 -170px;
  border-radius: 5px;
  text-align: center;
  display: none;
  z-index: 100;
}
  #loader img {
    margin: 0 0 20px 0;
  }


.user_level{display:inline-block; padding:5px 10px; border-radius:3px; font-weight:bold; }
.level_bronze{background:var(--bronze); color:#FFF; }
.level_silver{background:var(--silver); color:#FFF }
.level_gold{background:var(--gold); color:#FFF }
.level_platinum{background:var(--platinum); color:#333}
.avatar_btn_container{margin:-30px 0 0 0;}
.avatar_upload_btn{text-decoration:none; display:inline-block; padding:3px 10px; border-radius:3px; background:#EEE; color:#333; cursor:pointer; -webkit-box-shadow:0 2px 5px rgba(0,0,0,0.1); -moz-box-shadow:0 2px 5px rgba(0,0,0,0.1); box-shadow:0 2px 5px rgba(0,0,0,0.1); }
.avatar_upload_btn:hover{background:#333; color:#FFF; }
.avatar_bronze div{border-color:var(--bronze)!important;}
.avatar_silver div{border-color:var(--silver)!important;}
.avatar_gold div{border-color:var(--gold)!important;}
.avatar_platinum div{border-color:var(--platinum)!important;}
.bronze{background:var(--bronze); }
.silver{background:var(--silver); }
.gold{background:var(--gold); }
.platinum{background:var(--platinum); }
.bronze_color{color:var(--bronze); }
.silver_color{color:var(--silver); }
.gold_color{color:var(--gold); }
.platinum_color{color:var(--platinum); }

.hidden {
  display: none;
}
.container {
  margin: -20px -20px 20px -20px;
  border-bottom: 1px dashed #333;
}
.main_title {
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
}

.margin_30{padding:30px 0;}
.margin_60{padding:60px 0;}
.margin_90{padding:90px 0;}
.grey_bg {
  background: #EEE;
}
tr.green_td td {
  background: #d3ffd4;
}

.ucetni_jednotka_blok {
  padding: 20px;
  background: #EEE;
  border-radius: 5px;
}