.navbar.blue{
  color: rgb(255,255,255);
}
.navbar.blue .navbar-inner{
  background-color: #2252CE;
  background-image: -moz-linear-gradient(top,#2252CE,#14399C);
  background-image: -ms-linear-gradient(top,#2252CE,#14399C);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#2252CE),to(#14399C));
  background-image: -webkit-linear-gradient(top,#2252CE,#14399C);
  background-image: -o-linear-gradient(top,#2252CE,#14399C);
  background-image: linear-gradient(top,#2252CE,#14399C);
  background-repeat: repeat-x;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#2252CE',endColorstr='#14399C',GradientType=0);
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.25),inset 0 -1px 0 rgba(0,0,0,0.1);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.25),inset 0 -1px 0 rgba(0,0,0,0.1);
  box-shadow: 0 1px 3px rgba(0,0,0,0.25),inset 0 -1px 0 rgba(0,0,0,0.1);
}
.navbar.navbar-page.blue .navbar-inner{
  background-image: -moz-linear-gradient(top,#14399C,#2252CE);
  background-image: -ms-linear-gradient(top,#14399C,#2252CE);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#14399C),to(#2252CE));
  background-image: -webkit-linear-gradient(top,#14399C,#2252CE);
  background-image: -o-linear-gradient(top,#14399C,#2252CE);
  background-image: linear-gradient(top,#14399C,#2252CE);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#14399C',endColorstr='#2252CE',GradientType=0);
}
.navbar.blue .brand{
  font-family: 'Days One',sans-serif;
  display: block;
  float: left;
  /*padding: 10px 20px 10px;
  margin-left: -20px;*/
  padding: 10px 20px 10px 0px;
  margin-left: 0px;
  font-size: 20px;
  font-weight: 200;
  line-height: 1;
  color: white;
}
.navbar.blue .nav > li > a{
  color: white;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  line-height: 20px;
}
.navbar.blue .nav > li > a > img{
  width: 14px;
  height: 14px;
  margin-top: -3px!important;
}
.navbar.blue .nav > li > a > i{
  /* awesome background-image: url('/img/glyphicons-halflings-white.png');*/
  display: inline-block;
  width: 14px;
  line-height: 14px;
  text-align: center;
}
.navbar.blue .nav > li > a:hover{
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
}
.navbar.blue .nav .active > a,
.navbar.blue .nav .active > a:hover{
  color: #ffffff;
  text-decoration: none;
  text-shadow: none;
  background-color: #8A9DCF;
}
.navbar.blue .nav li.dropdown{
  width: auto;
}
.navbar.blue .nav li.dropdown.open > .dropdown-toggle,
.navbar.blue .nav li.dropdown.active > .dropdown-toggle,
.navbar.blue .nav li.dropdown.open.active > .dropdown-toggle{
  color: rgb(255,255,255);
  text-shadow: none;
  background-color: #8A9DCF;
}
.navbar.blue .nav > .active > a,
.navbar.blue .nav > .active > a:hover,
.navbar.blue .nav > .active > a:focus{
  color: rgb(51,51,51);
  text-shadow: none;
  background-color: rgb(227,227,227);
}
#customers{
  /*width: 140px;*/
}
#customer{
  /*width: 124px;*/
}
.navbar.blue .nav > .active > a > [class^="icon-"],
.navbar.blue .nav > .active > a:hover > [class^="icon-"],
.navbar.blue .nav > .active > a:focus > [class^="icon-"]{
  /* awesome background-image: url('/img/glyphicons-halflings.png');*/
}
.navbar.blue .nav li.dropdown > .dropdown-toggle .caret,
.navbar.blue .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar.blue .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar.blue .nav li.dropdown.open.active > .dropdown-toggle .caret{
  border-top-color: rgb(255,255,255);
  border-bottom-color: rgb(255,255,255);
}
.navbar.blue .dropdown-menu li > a:hover,
.navbar.blue .dropdown-menu li > a:focus,
.navbar.blue .dropdown-submenu:hover > a{
  background-color: #2252CE;
  background-image: -moz-linear-gradient(top,#2252CE,#14399C);
  background-image: -ms-linear-gradient(top,#2252CE,#14399C);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#2252CE),to(#14399C));
  background-image: -webkit-linear-gradient(top,#2252CE,#14399C);
  background-image: -o-linear-gradient(top,#2252CE,#14399C);
  background-image: linear-gradient(top,#2252CE,#14399C);
  background-repeat: repeat-x;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#2252CE',endColorstr='#14399C',GradientType=0);
}
.navbar .navbar-inner,
.navbar.blue .navbar-inner{
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.navbar .nav.user-menu{
  position: absolute;
  top: 0px;
  right: 10px;
  left: auto;
}
.navbar.navbar-app .nav.user-menu > li{
  height: auto;
}
.navbar.blue .nav.user-menu > li > a {
  height: auto;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}

.navbar-inner.navbar-customers{
  height: 72px;
}
.navbar-customers .left{
  float: left;
  width: 810px;
}
.navbar-customers .left form{
  margin-left: -10px;
  padding-top: 0;
}
.navbar-customers .left form > input, .navbar-customers .left form > div{
  display: block;
  float: left;
  margin-top: 6px;
  margin-left: 9px;
}
.navbar-customers .right{
  float: right;
}
.navbar-customers .right > .btn{
  margin-top: 5px;
}

.box{
  border: none;
  width: 100%;
}
.box .box-header,.box .box-foot{
  size:10px;
  margin: 0;
  list-style: none;
  height: 30px;
}
.box .box-header{
  background: #E3E3E3;
  background: -moz-linear-gradient(top,#F8F8F8 0%,#E3E3E3 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#F8F8F8),color-stop(100%,#E3E3E3));
  background: -webkit-linear-gradient(top,#F8F8F8 0%,#E3E3E3 100%);
  background: -o-linear-gradient(top,#F8F8F8 0%,#E3E3E3 100%);
  background: -ms-linear-gradient(top,#F8F8F8 0%,#E3E3E3 100%);
  background: linear-gradient(top,#F8F8F8 0%,#E3E3E3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8',endColorstr='#e3e3e3',GradientType=0 );
  -webkit-box-shadow: inset 0 1px 0 #f8f8f8;
  -moz-box-shadow: inset 0 1px 0 #f8f8f8;
  box-shadow: inset 0 1px 0 #f8f8f8;
  border-top: 1px solid rgb(255,255,255);
  border-bottom: 1px solid rgb(192,192,192);
}
.box-content{
  display: block;
  background-color: #f8f8f8;
  overflow: hidden;
  height: 100%;
}
.box-content.box-content-scrollable{
  overflow-y: hidden;
  overflow-y: scroll;
  padding: 0px;
}
.box .box-foot{
  background-color: #E3E3E3;
  background-image: -moz-linear-gradient(top,#E3E3E3,#F8F8F8);
  background-image: -ms-linear-gradient(top,#E3E3E3,#F8F8F8);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#E3E3E3),to(#F8F8F8));
  background-image: -webkit-linear-gradient(top,#E3E3E3,#F8F8F8);
  background-image: -o-linear-gradient(top,#E3E3E3,#F8F8F8);
  background-image: linear-gradient(top,#E3E3E3,#F8F8F8);
  background-repeat: repeat-x;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#E3E3E3',endColorstr='#F8F8F8',GradientType=0);
  -webkit-box-shadow: inset 0 1px 0 #e3e3e3;
  -moz-box-shadow: inset 0 1px 0 #e3e3e3;
  box-shadow: inset 0 1px 0 #e3e3e3;
  border-top: 1px solid rgb(192,192,192);
}
.box-header h4{
  margin: 0px;
  padding: 6px 10px;
  line-height: 18px;
  color: rgb(69,69,69);
  font-size: 16px;
  font-weight: normal;
  text-shadow: 0 1px white;
}

.box.box-login{
  margin: 10px auto;
  width: 380px;
}
.box.box-login .box-content{
  padding: 10px;
}
.box-login .form-horizontal .control-label{
  width: 80px;
}
.box-login .controls{
  margin-left: 100px;
}
.box-login form{
  margin: 0px;
}
.box-login .item-btn-login{
  margin-bottom: 0px;
}
.box-login .item-btn-login button{
  width: 90px !important;
}

.form-customer-filter select,
.form-customer-filter input{
  color: rgb(85,85,85);
}
.form-customer-filter #f-cislo{
  width: 93px;
}
.form-customer-filter #f-nazev{
  width: 221px;
}
.form-customer-filter #f-ic{
  width: 66px;
}
.form-customer-filter #f-misto{
  width: 65px;
}
.form-customer-filter #f-odvetvi{
  width: 165px;
}
.form-customer-filter #f-odvetvi-sub{
  width: 90px;
}
.form-customer-filter #f-konec_od,
.form-customer-filter #f-konec_do{
  width: 72px;
}
.form-customer-filter #f-zalozeni_ok{
  width: 93px;
}
.form-customer-filter #f-stav{
  width: 71px;
}
.form-customer-filter #f-segment{
  width: 65px;
}
.form-customer-filter .input-append .add-on,
.form-customer-filter .input-prepend .add-on{
  width: 22px;
  height: 26px;
  padding: 4px 3px;
  font-size: 12px;
  line-height: 16px;
}
.form-customer-filter .combobox-container{
  margin-top: 1px;
}
.form-customer-filter .combobox-container input{
  height: 26px;
  padding: 2px 3px;
  font-size: 12px;
  line-height: 16px;
}
.form-customer-filter .combobox-container .add-on{
  width: 22px;
  height: 26px;
  padding: 4px 3px;
}
.form-customer-filter .btn > i{
  margin-top: 1px;
}
.form-customer-filter .btn-small{
  padding: 3px 6px;
}
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover{
  background-image: -moz-linear-gradient(top,#2252CE,#14399C);
  background-image: -ms-linear-gradient(top,#2252CE,#14399C);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#2252CE),to(#14399C));
  background-image: -webkit-linear-gradient(top,#2252CE,#14399C);
  background-image: -o-linear-gradient(top,#2252CE,#14399C);
  background-image: linear-gradient(top,#2252CE,#14399C);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#2252CE',endColorstr='#14399C',GradientType=0);
}
.form-customer-filter .btn-send > i{
  margin-right: 0px;
}
.navbar.navbar-page .btn-small  .caret{
  margin-top: 7px;
}

.navbar.navbar-page .btn-group.form-customer-action{
  margin: 7px 0px 0px;
}
.navbar .form-customer-action .btn > i{
  margin-top: 1px;
}

.tab-content-resizable{
  margin-bottom: 10px;
  border-bottom: 1px solid rgb(202,202,202);
  border: 1px solid rgb(202,202,202);
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}
.tab-content-resizable-header,
.tab-content-header{
  display: block;
  clear: both;
  width: 100%;
  padding: 1px 5px;
  height: 30px;
  border-bottom: 1px solid rgb(202,202,202);
  background: rgb(227, 227, 227);
  background: -moz-linear-gradient(top,rgb(248, 248, 248) 0%,rgb(227, 227, 227) 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgb(248, 248, 248)),color-stop(100%,rgb(227, 227, 227)));
  background: -webkit-linear-gradient(top,rgb(248, 248, 248) 0%,rgb(227, 227, 227) 100%);
  background: -o-linear-gradient(top,rgb(248, 248, 248) 0%,rgb(227, 227, 227) 100%);
  background: -ms-linear-gradient(top,rgb(248, 248, 248) 0%,rgb(227, 227, 227) 100%);
  background: linear-gradient(top,rgb(248, 248, 248) 0%,rgb(227, 227, 227) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8',endColorstr='#e3e3e3',GradientType=0 );
  -webkit-box-shadow: inset 0 1px 0 rgb(248, 248, 248);
  -moz-box-shadow: inset 0 1px 0 #f8f8f8;
  box-shadow: inset 0 1px 0 rgb(248, 248, 248);
}
.tab-content-resizable-header .title{
  display: block;
  float: left;
  clear: left;
  width: 300px;
  padding: 3px 8px;
  font-size: 13px;
  font-weight: bold;
  color: rgb(51, 51, 51);
}
.tab-content-resizable-body,
.tab-content-body{
  display: block;
  overflow-x: hidden;
  overflow-y: scroll;
}

.form-horizontal #tab-zakaznik .tab-content-left .control-label{
  width: 150px;
}
.form-horizontal #tab-zakaznik .tab-content-left .controls{
  margin-left: 170px;
}
.kontakt-container{
  display: block;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  border-top: 1px solid rgb(255,255,255);
}
.kontakt-item{
  position: relative;
  padding: 10px 0px;
  border-bottom: 1px solid rgb(202,202,202);
}
.kontakt-item.last{
  border-bottom: none;
}
.kontakt-item .btn{
  position: absolute;
  top: 2px;
  right: 2px;
}
.form-horizontal .kontakt-item .control-label{
  width: 140px;
}
.form-horizontal .kontakt-item .controls{
  display: block;
  margin-left: 160px;
}

#tab-adresy{
  padding: 0px;
}
.adresa-container{
  display: block;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.adresa-item{
  display: block;
  position: relative;
  width: 100%;
  border-bottom: 1px solid silver;
  padding-top: 10px;
}
.adresa-item.last{
  border-bottom: none;
}
.adresa-item .btn{
  position: absolute;
  top: 2px;
  right: 2px;
}
.adresa-item-left,
.adresa-item-right{
  display: block;
  float: left;
  clear: left;
  width: 50%;
}
.adresa-item-right{
  clear: right;
}
.adresa-item-right .combobox-container > input[id|=a-rozvoz_lahev]{
  width: 97px;
}

#tab-poznamky{
  padding: 0px;
}
.poznamka-container{
  display: block;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.poznamka-item{
  display: block;
  position: relative;
  width: 100%;
  border-bottom: 1px solid silver;
  padding-top: 10px;
}
.poznamka-item.private{
  display: none;
}
.poznamka-item.last{
  border-bottom: none;
}
.poznamka-item .btn{
  position: absolute;
  top: 2px;
  right: 2px;
}
.poznamka-item input[id|=n-poznamka]{
  width: 668px;
}
.poznamka-item input[id|=n-dulezite]{
  margin-top: 8px;
}
.poznamka-item .note-check label{
  width: 129px;
}
.poznamka-item .note-check .controls{
  margin-left: 149px;
}

#tab-najmy{
  padding: 0px;
}
.najem-container{
  display: block;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.najem-item{
  display: block;
  position: relative;
  width: 100%;
  border-bottom: 1px solid silver;
  padding: 10px;
}
.najem-subitem{
  display: block;
  clear: both;
  position: relative;
  width: 100%;
}
.najem-item.last{
  border-bottom: none;
}
.najem-item.item-101, .najem-item.item-102{
  background-color: rgb(248,148,6);
  /*background-color: rgb(236,156,32);*/
}
.najem-item .btn{
  position: absolute;
  top: 2px;
  right: 2px;
}
.najem-item .pull-left{
  margin-right: 5px;
}
.najem-item .pull-left.last{
  margin-right: 0px;
}
.najem-item .typ-smlouvy-input,
.najem-item .mnozstvi-lahvi-input,
.najem-item .cena-za-jednotku-input{
  width: 84px;
}
.najem-item .typ-smlouvy-container > .combobox-container > input{
  width: 63px;
}
.najem-item .date-input{
  width: 72px;
}
.najem-item .poznamka-input{
  width: 229px;
}

.modal.profil{
  width: 900px;
  margin-left: -450px;
}
#profile h5{
  margin: 0 5px;
  padding: 5px 0;
  border-top: 1px solid rgb(238,238,238);
}
#profile .control-group{
  margin-bottom: 5px;
}
#profile .control-label{
  width: 100px;
}
#profile .controls{
  margin-left: 120px;
}
#profile textarea{
  resize: none;
  width: 545px;
  max-width: 545px;
  min-width: 545px;
  height: 170px;
  max-height: 170px;
  min-height: 170px;
}
#profile-save{
  width: 85px;
}

.customer-table-count {
  display: block;
  height: 24px;
  line-height: 16px;
  padding: 6px 5px 2px;
  font-size: 12px;
}
label.required{
  color: #b94a48;
}
span.required{
  display: block;
  float: left;
  padding: 4px 0px 0px 3px;
  font-size: 13px;
  font-weight: bold;
  color: #b94a48;
}

.modal.email{
  width: 900px;
  margin-left: -450px;
}
#email .control-group{
  margin-bottom: 5px;
}
#email .control-label{
  width: 100px;
}
#email .controls{
  margin-left: 120px;
}
#email .btn-group{
  /*overflow: hidden;*/
}
.modal-open .modal #email .dropdown-menu.insert-link{
  padding: 4px;
}
#email .insert-link input{
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
#email .insert-link .btn{
  margin-left: -5px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
#email #btn-font
,#email #btn-fontsize
,#email #btn-fontcolor
,#email #btn-insertpicture{
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#email #btn-unlink{
  margin-left: -1px;
}
#email a [class^="icon-"],#email a [class*=" icon-"]{
  display: inline-block;
  padding-top: 3px;
}
#email .btn-mini .caret{
  margin-top: 8px;
}
#email #predmet{
  width: 738px;
}
#email .zprava{
  width: 730px;
  max-width: 730px;
  min-width: 730px;
  height: 230px;
  max-height: 230px;
  min-height: 230px;
  background-color: rgb(255,255,255);
  border-collapse: separate;
  padding: 3px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  box-sizing: content-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  overflow: scroll;
  outline: none;
}
#email .zprava:focus{
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
#email div[data-role="editor-toolbar"] {
  margin-top: 0px;
  margin-bottom: 5px;
  -webkit-user-select: none;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
}
#email #priloha{
  width: 71px;
}
#email .dropdown-menu a{
  cursor: pointer;
}
#email-send{
  width: 85px;
}
#email .dropdown-menu.menu-color{
  width: 120px;
  min-width: 0;
  padding-bottom: 0;
}
#email .dropdown-menu.menu-color li{
  display: block;
  float: left;
  line-height: 15px;
  padding: 0;
  margin: 0;
}
#email .dropdown-menu.menu-color li a{
  display: block;
  width: 15px;
  height: 15px;
  line-height: 15px;
  padding: 0;
  margin: 0 0 4px 4px;
}
#email .dropdown-menu.menu-color li a:hover{
  background: none;
}

/* upravy 201708 */
.customer-table{
  width: 943px;
}
.customer-table-head{
  padding-top: 3px;
}
.customer-table th,
.customer-table td{
  line-height: 18px;
  padding: 5px 4px;
  text-align: left;
  border-right: 1px solid rgb(204,204,204);
  overflow: hidden;
}
.customer-table td{
  padding-top: 3px;
  padding-bottom: 3px;
}
.customer-table td span.td-fill{
  display: block;
  height: 18px;
  line-height: 18px;
  overflow: hidden;
}
.customer-table td:last-child,
.customer-table th:last-child
{
  border-right: none;
}
.customer-table .loading{
  width: 942px;
  height:  100px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  color: #3CAE37;
}
div.loading{
  width: 942px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  color: #3CAE37;
  margin-top: 56px;
}
.customer-table .cislo{
  width: 101px;
}
.customer-table .nazev{
  width: 230px;
}
.customer-table .ic{
  width: 75px;
  text-align: center;
}
.customer-table .misto{
  width: 95px;
  text-align: center;
}
.customer-table .odvetvi{
  width: 290px;
}
.customer-table .telefon{
  width: 110px;
}
.customer-table .editace{
  width: auto;
  padding-top: 2px;
  padding-bottom: 2px;
  text-align: center;
}
.customer-table-body tr{
  cursor: default;
}
.customer-table-body.data tr.even{
  background: rgb(235,235,235)
}
.customer-table-body.data tr:hover > td{
  color: rgb(255,255,255);
  background-color: #2252CE;
}
.customer-table-body.data tr.zmena > td, .customer-table-body.data tr.even.zmena > td{
  /*color: rgb(248,148,6);*/
  color: rgb(218,37,28);
}
.customer-table-body.data tr.zmena:hover > td, .customer-table-body.data tr.even.zmena:hover > td{
  color: rgb(255,255,255);
  /*background-color: rgb(248,148,6);*/
  background-color: rgb(218,37,28);
}
.customer-table-body .btn-mini {
  padding: 1px 5px;
  font-size: 11px;
  line-height: 16px;
}
.customer-table-body .btn-mini > i{
  margin-top: 0;
}

.archive-table{
  width: 943px;
}
.archive-table-head{
  padding-top: 3px;
}
.archive-table th,
.archive-table td{
  line-height: 18px;
  padding: 5px 4px;
  text-align: left;
  border-right: 1px solid rgb(204,204,204);
  overflow: hidden;
}
.archive-table td{
  padding-top: 3px;
  padding-bottom: 3px;
}
.archive-table td span.td-fill{
  display: block;
  height: 18px;
  line-height: 18px;
  overflow: hidden;
}
.archive-table td:last-child,
.archive-table th:last-child
{
  border-right: none;
}
.archive-table .loading{
  width: 942px;
  height:  100px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  color: #3CAE37;
}
div.loading{
  width: 942px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  color: #3CAE37;
  margin-top: 56px;
}
.archive-table .nazev{
  width: 568px;
}
.archive-table .velikost{
  width: 120px;
  text-align: right;
}
.archive-table .datum{
  width: 230px;
  text-align: center;
}
.archive-table-body tr.even{
  background: rgb(235,235,235)
}

#tab-soubory .tab-content-header{
  padding: 1px 0 0 0;
}

