@charset "utf-8";

/*
 Copyright (c) 2020 AIS Servis s.r.o.  All rights reserved.
*/
/* 
    Created on : 27.4.2020, 10:17:55
    Author     : Martina Klementová <martina.klementova@ais-servis.cz>
*/

/** 
 * Upravy stylu z duvodu starych stranek, ktere nejsou dobre napsane 
 * TODO - po prepsani je nutne postupne mazat
*/

/* ----------------------------------------------------------------
	RADIOBUTTON - zruseni paddingu u labelu za radiobuttonen
---------------------------------------------------------------- */

.novyRadio + label {
  padding: 0;
}

/* ----------------------------------------------------------------
	CHECKBOX - novyCheckbox, zruseni zalamovani
---------------------------------------------------------------- */

.novyCheckbox {
  display: flex;
  align-items: center;
}

/* ----------------------------------------------------------------
	PRILOHY - uprava pro lepsi zobrazeni
---------------------------------------------------------------- */

.prilohyKategorie .novyCheckbox {
  width: 25% !important;
}
.novyCheckbox {
  margin: 0 !important;
}
.novyCheckbox label {
  padding: 0 !important;
}

/* ----------------------------------------------------------------
	TABULKA ZISKATELE
---------------------------------------------------------------- */

.ziskatelTableNovyVzhled td {
  line-height: 0 !important;
}
.ziskatelTableNovyVzhled button.ui-button[class*="ico"],
.ziskatelTableNovyVzhled button.ui-button[class*="Ico"] {
  padding: 0;
  margin: 0;
  display: inline;
}
.zisIcoSluchatkoNew {
  margin: 8px 0 0 5px !important;
}
.ziskatelTableNovyVzhled th {
  white-space: nowrap;
}
.prijmeniJmenoColumnZis {
  width: 200px;
}