.list div {
	text-align: left;
	padding-bottom: 5px;
}

.list {
	font-size: 11px;
	background: #eee;
	border: 1px dotted #ccc;
	margin-top: 10px;
	padding: 8px;
}

.list .b {
	font-weight: bold;
}
.list span {
	padding-right: 2px;
}

.hide {
	display: none;
}

.flash {
    background-color: #726460;
    padding: 10px 20px;
    color: #fff;
    font-weight: bold;
    margin: 30px 0;
    font-size: 14px;
}

.flash.info {
    background-color: #3a8f20;
}

.flash.error {
    background-color: #b2283d;
}

#submodal {
	background: #FDFFEF;
	margin-top: 15px;
	z-index: 100000;
}

/*#modal {
	background: #FDFFEF;
	margin-top: 15px;
	z-index: 1000;
}
#modal .header a {
	background: url(/images/icon-close.png) no-repeat;
	display: block;
	height: 24px;
	width: 24px;
	float: right;
}
#modal .content {
	margin: 2px 25px 25px 25px;
	min-height: 220px;
}
#modal h5 {
	font-size: 18px;
	margin: 1em 0;
}


#modal {
  top: 0;
}
#modal .nfo {
  color: #1F1F1F;
}
#modal .light {
  color: #8F8F8F;
}
#modal table tr {
  border: 0 !important;
}
#modal .overflow-adresy td,
#modal .overflow-zamestnani td {
  padding: 3px 0;
}
#modal .delimiter {
  display: none;
}
#modal .newbig {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 15px;
}
#modal .newbig .cislo {
  padding-right: 20px;
}
#modal .fleft {
  float: left;
}
#modal .fright {
  float: right;
  padding-right: 20px;
}
#modal .choises {
  font-size: 18px;
  font-weight: bold;
  width: 500px !important;
  padding-bottom: 20px;
}
#modal .choises a {
  padding: 0 5px;
  text-decoration: none;
}
#modal .mainleft {
  width: 400px;
  padding-right: 30px;
}
#modal textarea {
  background: #f2f2f2;
}
#modal #adresy .bb {
  font-weight: normal;
  color: #1F1F1F;
  padding-top: 25px;
}
#modal #adresy td {
  padding: 0;
}


#modal .detail .first-column {
  width: 150px !important;
}
#modal .detail .newbig .cislo {
  padding-right: 60px
}
*/


.detail .big {
	font-weight: bold;
	font-size: 17px;
}
.detail .uhrada {
	color:grey;
	font-size: 16px;
}
.detail textarea {
	border: 1px solid #ccc;
}
.detail .add-log input {
	width: 250px;
	border: 1px solid #ccc;
}
.detail .b {
	font-weight: bold;
}
.detail .nfo {
	color: #555;
}
.detail .bb {
	color: #555;
	padding-top: 10px;
	font-weight: bold;
}
.detail .overflow-logy {
   font-size: 12px;
}
.detail .overflow-logy .right {
  text-align: right;
}
.detail .smalll {
	font-size: 12px;
	width: 110px;
}
.detail .overflow-adresy {
	height: 380px;
	overflow: auto;
}
.detail .overflow-zamestnani {
	margin-top: 20px;
}

#sortable-table  tbody tr {
    cursor: pointer;
}
