@media screen and (max-width: 1300px) {
  .db_container_left{
    width: calc(100% - 20px);
  }
  .db_container_right{
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 1175px) {
  .odhlaseni{
    width: 80px!important;
  }
  tr.table_top_values td {
    text-align: center;
    padding: 0px 5px;
    font-size: 12px;
    line-height: 100%;
  }
  tr.table_top_small td {
    font-size: 8px;
    text-align: center;
    padding: 0px 7px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #top_search{
    padding: 2px 7px!important;
  }
  .top{
    height: 50px;
    left: 0px;
    width: 100%;
  }
  .menu_top{
    top: 50px;
  }
  .page{
    top: 45px;
  }
}

@media screen and (max-width: 920px) {
  .menu_top{
    position: fixed;
    top: 50px;
    display: none;
    z-index: 999;
  }
  .menu_logo{
    display: none;
  }
  .top{
    left: 0px;
    width: 100%;
    padding-left: 0px;
  }
  .page{
    left: 0px;
    width: 100%;
  }
  .menu_icon{
    display: block;
  }
  .menu_top_cont a.menu_dash{
    display: block;
  }
  .tt_w{
    display: none;
  }
  .dialog{
    left: calc(50vw - 150px);
    
  }
}

@media screen and (max-width: 700px) {
  .filtr_nazev{
    text-align: left;
  }
  
  .dialog{
    top: 70px;
  }
}

@media screen and (max-width: 578px) {
  .menu_form{
    display: block;
  }
  .tt_x{
    display: none;
  }
}

@media screen and (max-width: 513px) {
  .logout_1{
    display: none;
  }
  .menu_top a.logout_2 {
    display: block;
  }
  .f_box{
    width: 50%;
  }
  #f_box_3{
    display: none;
  }
  #f_lokace{
    font-size: 0px;
  }
}

@media screen and (max-width: 432px) {
  .dialog_checkbox{
    width: 100px;
  }
}

@media screen and (max-width: 337px) {
  .f_box{
    width: 100%;
  }
  #f_box_2{
    display: none;
  }

}