html, body {
	height: 100%
}
.cln, .cleaner, .cistic {
	clear: both;
	height: 1px;
	overflow: hidden;
}
.hide {
	display: none;
}
body {
	font: 80%/1.25 sans-serif;
	margin: 0;
	padding: 0;
	min-width: 640px;
	background-color: #E5E5E5;
}
body#iframeContent {
	background-color: white;
}
p {
	line-height: 150%;
}
abbr {
	cursor: help;
	border-bottom: 1px black dotted;
}
/* Links styles start */
a {
	color: #144282;
	text-decoration: underline
}
a:hover {
	background-color: #3C6CAC;
	color: white;
	text-decoration: none
}
#recordList a, #projectList a, .grayedBox a.ext {
	text-decoration: none;
}
#recordList a.ext:hover, .grayedBox a.ext:hover {
	text-decoration: underline;
}
a.ext {
	color: #0066FF !important;
}
a.ext:hover {
	background-color: inherit;
}
a.action, .action {
	color: red !important;
}
a.action:hover {
	color: white !important;
	background-color: red !important;
}
a.invisible {
	color: #aaa;
}
a.grayed, #pagination, #recordControl {
	color: #606060;
}
a.invisible:hover, a.grayed:hover {
	color: #144282 !important;
	background-color: transparent;
}
#validationResults a.ext {
	color: white !important;
}
tr.mouseOver span.hidden, tr.mouseOver a.hidden {
	display: inline;
	font-size: 0.8em;
}
tr.mouseOver a.hidden img {
	margin-bottom: -3px;
}
#activityPayments td.recordActions2 {
	width: 12%;
}
#singleActivityPayments td.recordActions2 {
	width: 30%;
}
#budgetTable td.recordActions2 {
	width: 25%;
}
td.recordActions2 a {
	display: none;
}
tr.mouseOver td.recordActions2 a {
	display: inline;
}
td.cellPositions {
	max-width: 30px;
}
a.ok {
	color: green;
}
a.ok:hover {
	background-color: transparent;
}
.red {
	color: red;
}

a.bad {
	color: red;
}
a.bad:hover {
	background-color: transparent;
}
tr.columnAction a {
	font-size: 0.8em;
}
#upgradeAccountLinkBox a {
	font-size: 1.1em;
}
.inline {
	display: inline;
}
a#help {
	color: white !important;
	background-color: #FF6600 !important;
	margin-left: 8px;
	font-weight: bold;
	padding: 0px 5px !important;
	text-decoration: none;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.description a:hover {
	background-color: transparent;
	text-transform: none;
}
a.image {
	background-color: transparent;
}
a#archivedProjectsLink {
	font-size: 0.9em;
}
a#addUser {
	font-size: 1.2em;
}
a img {
	border: 0
}
a.activeTag {
	color: green;
}
a.activeTag:hover {
	background-color: transparent;
}
div#headerLinks a, div#currentUserInfo a {
	padding: 2px;
}
div#headerLinks a:hover, div#currentUserInfo a:hover {
	text-decoration: none;
	background: #fff;
	color: #333;
}
#importSteps li a {
	color: green;
}
#importSteps li a:hover {
	background-color: transparent;
}
img#companyLogo {
	padding: 10px;
	background-color: white;
}
/* Page header */
#headerWrapper {
	background-color: #6797D9;
}
#header {
	padding: 5px 10px 0 10px;
	margin: 0 auto;
	min-width: 960px;
	max-width: 1280px;
}
#headerLinks {
	color: #fff;
	float: left;
}
#currentUserInfo {
	float: right;
	color: #fff;
	font-size: 0.9em;
}
div#currentProjectName {
	clear: both;
	line-height: 50px;
}
#header h1 a {
	text-decoration: none;
}
#header a {
	color: white;
	background-color: transparent;
}
a#editedProject {
	text-decoration: none;
	font-weight: bold;
	color: black;
}
a#editedProject:hover {
	background-color: #6797D9 !important;
	color: black !important;
}
.commentHeader a:hover {
	color: black;
	background-color: transparent;
}
#menu li.selected a {
	background-color: #E5E5E5;
	color: #000;
	font-size: 110%;
}
#menu a {
	background-color: #3C6CAC;
	color: #fff;
	text-decoration: none;
	line-height: 25px;
	height: 25px;
	float: left;
	display: inline;
	font-weight: bold;
	padding: 0 10px;
	margin: 0;
	text-align: center;
}
#menu a:hover {
	color: #467bc3;
	text-decoration: none;
	background: #fff
}
#footer a {
	color: #707070 !important;
}
#footer a {
	color: #707070 !important;
	background-color: transparent;
}
#leftMenu {
	float: left;
}
#leftMenu a {
	margin-right: 1px;
}
#rightMenu {
	float: right;
}
#rightMenu a {
	margin-left: 1px;
}
#menu h2 {
	display: none
}
#detailActionLinks a {
	color: red;
}
/*#actionLinks a:hover, */
#detailActionLinks a:hover {
	color: white !important;
	background-color: red !important;
}
#contentTable {
	min-width: 960px;
	max-width: 1280px;
	margin: 8px auto 0 auto;
}
#pageContent {
	background: #fff;
	text-align: left;
	padding: 10px 20px 10px 20px;
	-webkit-box-shadow: 0.3em 0.3em 5px #CCC;
	-moz-box-shadow: 0.3em 0.3em 5px #CCC;
}
#pageContentWithSidebar {
	vertical-align: top;
	background: #fff;
	text-align: left;
	padding: 10px 20px 10px 20px;
	-webkit-box-shadow: 0.3em 0.3em 5px #CCC;
	-moz-box-shadow: 0.3em 0.3em 5px #CCC;
	box-shadow: 0.3em 0.3em 5px #CCC;
}
#rightPanel {
	vertical-align: top;
	padding: 0;
	padding-left: 12px;
	width: 27%;
}
#rightPanel > div, #rightPanel > p {
	margin-left: 5px;
}
#rightPanel > ul, #rightPanel > ol {
	margin-left: 10px;
}
ul#activityListList, ul#keywordGroupList {
	list-style-type: none;
	margin-left: 0;
}
ul#activityListList a, ul#keywordGroupList a {
	margin-right: 5px;
}
ul#commentList li {
	margin-bottom: 5px;
}
#addMoreFiltersContent ul {
	list-style-type: none;
	margin-left: 0;
}
#addMoreFiltersContent a {
	text-decoration: none;
}
#addMoreFiltersContent li {
	padding-left: 20px;
}
li#li_paid {
	background: url(/images/money.png) no-repeat left center;
}
li#li_activeOnly {
	background: url(/images/tick.png) no-repeat left center;
}
li#li_list {
	background: url(/images/list.png) no-repeat left center;
}
li#li_note {
	background: url(/images/comment.png) no-repeat left center;
}
li#li_anchorText {
	background: url(/images/anchor-text.png) no-repeat left center;
}
li#li_targetPageUrl {
	background: url(/images/page.png) no-repeat left center;
}
li#li_addedBy {
	background: url(/images/user.png) no-repeat left center;
}
li#li_dateRange {
	background: url(/images/date.png) no-repeat left center;
}
li#li_starred {
	background: url(/images/star.png) no-repeat left center;
}
li#li_position {
	background: url(/images/chart-curve.png) no-repeat left center;
}
li#li_projectId {
	background: url(/images/project.png) no-repeat left center;
}
div.notification {
	font-size: 1.2em;
	background-color: #FFFFCC;
	margin-bottom: 10px;
	padding: 0 20px;
	border: 1px solid #F4E960;
}
div.notification h3, div.wizardArrow h3 {
	margin-top: 15px;
}
div.notification p {
	margin-top: 0;
}
div.wizardArrow p {
	margin: 0 !important;
}
h3.nextStep {
	background: url(/images/header-next-step.png) no-repeat left center;
	padding-left: 30px;
	padding-top: 10px;
	height: 26px;
	margin-top: 10px;
}
h3.question {
	background: url(/images/header-question.png) no-repeat left center;
	padding-left: 30px;
	padding-top: 10px;
	height: 26px;
	margin-top: 10px;
}
ol#projectFirstSteps {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}
ol#projectFirstSteps li {
	padding-left: 40px;
	margin-bottom: 10px;
	background: #FFC url(/images/big-tick-box.png) 0 50% no-repeat;
}
ol#projectFirstSteps li.done {
	background: #FFC url(/images/big-tick.png) 0 50% no-repeat;
}
ol#projectFirstSteps div {
	font-size: 0.7em;
}
ul#projectPermittedUsers {
	list-style: none;
	font-size: 1.3em;
	margin: 0;
	padding: 0;
}
/* Links styles end */
/* DT SS styles start */
dt {
	clear: left;
	float: left;
	margin: 4px 8px 0 0;
	padding: 0;
	position: relative;
	text-align: right;
	white-space: nowrap;
}
dd {
	font-size: 10px;
	margin: 0 0 5px 0;
}
dd label {
	line-height: 1em;
}
#activityEdit dt {
	width: 32px;
}
#userEditBox dt {
	width: 106px;
}
#googleAnalyticsSettings dt {
	width: 61px;
}
#gaAccessSettings dt {
	width: 61px;
}
/* DT SS styles end */
/* Lists styles start */
ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}
ul.withPoints {
	margin-left: 20px;
	padding-left: 0;
	list-style-type: disc;
}
#menu ul {
	background: #6797d9;
	margin: 0;
	padding: 0;
	text-align: left
}
ul#detailActions > li > a {
	display: block;
	text-decoration: none;
	padding-left: 40px;
	line-height: 35px;
	color: black;
	text-decoration: underline;
}
ul#detailActions > li > a.main {
	font-size: 1.4em;
}
ul#detailActions > li > a:hover {
	background-color: white;
	text-decoration: none;
}
#menu li {
	display: inline;
}
span.small {
	font-size: 0.8em;
	color: gray;
}
span.today {
	background-color: #FFFF70;
	padding: 2px 7px;
	font-weight: bold;
}
ul#projectList {
	list-style-type: disc;
	margin-left: 20px;
	padding-bottom: 5px;
}
li {
	margin-top: 5px;
}
table {
	border-collapse: collapse;
	width: 100%;
	font-size: 100%;
}
#contentTable table thead tr {
	background-color: #F0F0F0;
}
#contentTable table tbody tr {
	border-top: 1px solid #EFEFEF;
}
#contentTable table tbody tr:first-child, #websiteList tr {
	border-top: none !important;
}
#contentTable table td {
	padding: 5px;
}
table td.highlighted {
	background-color: #FFFFCC !important;
}
table th {
	padding: 6px 5px;
	text-align: left;
}
table th a {
	color: #606060;
	background-color: transparent;
	font-size: 0.9em;
	text-decoration: none;
}
th.header {
	color: #606060;
	text-decoration: none;
}
table th:hover a {
	color: black;
	background-color: transparent;
	text-decoration: underline;
}
table th.header {
	cursor: pointer;
	padding-right: 10px;
}
table th.header:hover, table th.headerSortUp, table th.headerSortUp:hover {
	background-image: url(/images/asc.gif);
	background-repeat: no-repeat;
	background-position: center right;
}
table th.headersortdown, table th.headersortdown:hover
/*, table th.headerSortUp:hover*/
 {
	background-image: url(/images/desc.gif);
	background-repeat: no-repeat;
	background-position: center right;
}
table th.headerSortUp, table th.headerSortDown, table th.headerSortUp a, table th.headerSortDown a {
	color: black;
}
h1 {
	font-size: 1.8em;
	color: #fff;
	margin: 0;
	display: inline;
}
h2 {
	margin-top: 8px;
	font-size: 1.5em;
}
h2 > a {
	color: black;
}
h2 > a:hover {
	color: black;
	background-color: transparent;
}
h2#submenu a {
	font-size: 1em;
	margin-left: 0;
}
h3 {
	color: black;
	margin: 10px 0 7px 0;
	font: bold 110%/normal sans-serif;
	padding: 0;
}
#rightPanel h3 {
	color: black;
	padding: 5px;
	font-size: 1em;
	background-color: #EEF4FC;
	margin-top: 10px;
}
body#iframeContent h3 {
	margin-top: 0;
}
#rightPanel h3:first-child {
	margin-top: 0;
}
span.required {
	color: red;
}
#footer {
	color: #707070;
	clear: both;
	margin: 10px auto;
	font-size: 0.8em;
	min-width: 960px;
	max-width: 1280px;
}
#resultsBox {
	margin-top: 10px;
	border: none;
}
.floatedBox {
	float: left;
	margin-right: 10px;
}
.clear {
	clear: both;
	margin: 0 !important;
}
#headerBox {
	background-color: #EEF4FC;
	color: black;
	margin: -10px -20px 10px;
	padding: 10px 22px 10px;
}
#headerBox span {
	color: #AAA;
	font-size: 0.9em;
}
#headerBox a {
	text-decoration: none;
}
#headerBox a.action {
	font-size: 0.9em;
	font-weight: normal;
	margin-left: 10px;
}
#headerBox h2 {
	font-size: 1.3em;
	display: inline;
}
#messages div {
	padding: 10px 20px;
	background: #EEF4FC;
	border: 1px solid #6797D9;
	font-size: 14px;
	margin-bottom: 20px;
}
#messages .error {
	color: #ff0000;
	border: 1px solid #ff0000;
}
#messages .done {
	color: #248F11;
	border: 1px solid #248F11;
}
#messages .info {
	color: #1558AF;
	border: 1px solid #1558AF;
}
#content {
	min-height: 500px;
	padding-bottom: 30px;
}
h2.delimiter {
	font-size: 13px;
	color: #1D569F;
	margin-top: 25px;
	border-left: 10px solid #5390DF;
	padding-left: 10px;
}
#content form {
	margin-bottom: 20px;
}
hr.delimiter {
	background: #99B7DF;
	color: #DFEDFF;
	border: 0;
}
.icon-add {
	background: url(/images/icon-small-add.png) no-repeat;
	padding-left: 25px;
	line-height: 18px;
	display: inline-block;
}
.icon-add:hover {
	background: url(/images/icon-small-add.png) no-repeat;
	color: #000;
	text-decoration: underline;
}
#markmenu ul {
	float: left;
	width: 650px;
	padding-top: 3px;
}
#markmenu ul li {
	display: inline;
	font-size: 14px;
	padding-right: 5px;
}
#markmenu ul li a {
	background: #eee;
	padding: 4px;
	text-decoration: none;
}
#markmenu ul li a:hover {
	color: #000;
}
#markmenu ul li.active a {
	background: #6F6F6F;
	color: #fff;
}
#markmenu form {
	float: right;
	width: 150px;
}
#markmenu form input {
	width: 115px;
}
#markmenu form .submit {
	background: url(/images/icon-small-search.png) no-repeat;
	border: 0;
	width: 16px;
	margin-left: 5px;
	cursor: pointer;
	cursor: hand;
}
#submenu {
	padding: 10px 0;
}
#submenu a {
	display: inline-block;
	margin: 0 10px 0 0;
}
#submenu a.active {
	font-weight: bold;
}
.listo th {
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	font-family: tahoma;
	background: #eee;
	vertical-align: middle;
	border-right: 2px solid #fff;
}
.listo td {
	font-size: 11px;
}
.listo tr:hover td {
	background: #efe;
	cursor: pointer;
	cursor: hand;
}
.notice {
	margin-top: 20px;
	font-style: italic;
	color: #555;
}
#modal {
	position: absolute;
	border: 1px solid #ccc;
	width: 918px;
	background: #FDFFEF;
	margin-top: 15px;
	z-index: 100;
}
#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;
}
.filtr div {
	text-align: right;
}
.filtr .list div {
	text-align: left;
	padding-bottom: 5px;
}
.filtr .list {
	font-size: 11px;
	background: #eee;
	border: 1px dotted #ccc;
	margin-top: 10px;
	padding: 8px;
}
.filtr .list .b {
	font-weight: bold;
}
.filtr .list span {
	padding-right: 2px;
}
.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;
}
#submodal {
	position: absolute;
	z-index: 1000;
	width: 700px;
	min-height: 170px;
	margin: 100px 0 0 90px;
	background: #fff;
	border: 2px solid #000;
	padding: 30px;
}
#submodal .center {
	text-align: center;
}
#submodal .left {
	text-align: left;
}
#submodal .bigbiglarge {
	font-size: 40px;
}
#submodal .bigbiglarge a {
	text-decoration: none;
	color: #000;
}
#submodal .bigbiglarge a:hover {
	background: transparent;
	color: #ff0000;
}
#submodal .biglarge {
	font-size: 25px;
	padding-bottom: 15px;
}
#submodal .large {
	font-size: 17px;
	padding-bottom: 15px;
}
#submodal .MAILtextArea {
	margin-left: 98px;
	margin-top: -13px;
}

/* tables */
table#sortable-table thead tr th, table#sortable-table tfoot tr th,
table#sortable-table2 thead tr th, table#sortable-table2 tfoot tr th {
	background-color: #e6EEEE;
	font-size: 8pt;
	padding: 4px;
}
table#sortable-table thead tr .header,
table#sortable-table .tablesorter-header,
table#sortable-table2 thead tr .header,
table#sortable-table2 .tablesorter-header {
	background-image: url(/images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table#sortable-table thead tr .headerSortUp,
table#sortable-table th.tablesorter-headerSortUp,
table#sortable-table2 thead tr .headerSortUp,
table#sortable-table2 th.tablesorter-headerSortUp {
	background-image: url(/images/asc.gif);
}
table#sortable-table thead tr .headerSortDown,
table#sortable-table th.tablesorter-headerSortDown,
table#sortable-table2 thead tr .headerSortDown,
table#sortable-table2 th.tablesorter-headerSortDown {
	background-image: url(/images/desc.gif);
}
table#sortable-table thead tr .headerSortDown, table#sortable-table thead tr .headerSortUp,
table#sortable-table2 thead tr .headerSortDown, table#sortable-table thead tr .headerSortUp {
	background-color: #8dbdd8;
}
table#sortable-table2 tbody,
table#sortable-table tbody{
	overflow: auto;
}
.sum th {
	background-color: #e6EEEE;
	font-weight: bold;
}
.red {
	color: #ff0000;
}
.black {
	color: #000;
}
.green {
	color: #0F7F14;
}
.yellow {
	color: #EFC400;
}
.orange {
	color: orange;
}
.orange2 {
	color: #EF7E01;
}
.blue {
	color: #0021BF;
}
.yellow2 {
	color: #EFC400;
}
.orchid {
	color: #BA0085;
}

.filtr2 {
	font-size: 11px;
	line-height: 20px;
	border-bottom: 2px solid #eee;
	padding-bottom: 10px;
}
.filtr2 p {
	padding-bottom: 10px;
}
.filtr2 span {
	padding-right: 20px;
}
.filtr2 input, .filtr2 select {
	font-size: 11px;
	border: 1px solid #ddd;
	cursor: pointer;
	cursor: hand;
}
.filtr2 .submit {
	padding: 1px 5px;
	font-size: 12px;
}
.filtr2 .submit:hover {
	border-color: #000;
}
.datepicker {
	border-collapse: collapse;
	border: 2px solid #999;
	position: absolute;
	width: 170px;
}
.datepicker tr.controls th {
	height: 22px;
	font-size: 11px;
}
.datepicker select {
	font-size: 11px;
}
.datepicker tr.days th {
	height: 18px;
}
.datepicker tfoot td {
	height: 18px;
	text-align: center;
	text-transform: capitalize;
}
.datepicker th, .datepicker tfoot td {
	background: #eee;
	font: 10px/18px Verdana, Arial, Helvetica, sans-serif;
}
.datepicker th span, .datepicker tfoot td span {
	font-weight: bold;
}
.datepicker tbody td {
	width: 24px;
	height: 24px;
	border: 1px solid #ccc;
	font: 11px/22px Arial, Helvetica, sans-serif;
	text-align: center;
	background: #fff;
}
.datepicker tbody td.date {
	cursor: pointer;
	padding: 0;
	height: 10px;
}
.datepicker tbody td.date.over {
	background-color: #99ffff;
}
.datepicker tbody td.date.chosen {
	font-weight: bold;
	background-color: #ccffcc;
}
/* Some resets for compatibility with existing CSS */
.date_selector, .date_selector * {
	width: auto;
	height: auto;
	border: none;
	background: none;
	margin: 0;
	padding: 0;
	text-align: left;
	text-decoration: none;
}
.date_selector {
	background: #F2F2F2;
	border: 1px solid #bbb;
	padding: 5px;
	margin: -1px 0 0 0;
	position: absolute;
	z-index: 100000;
	display: none;
}
.date_selector_ieframe {
	position: absolute;
	z-index: 99999;
	display: none;
}
.date_selector .nav {
	width: 17.5em;
/* 7 * 2.5em */
}
.date_selector .month_nav, .date_selector .year_nav {
	margin: 0 0 3px 0;
	padding: 0;
	display: block;
	position: relative;
	text-align: center;
}
.date_selector .month_nav {
	float: left;
	width: 55%;
}
.date_selector .year_nav {
	float: right;
	width: 35%;
	margin-right: -8px;
/* Compensates for cell borders */
}
.date_selector .month_name, .date_selector .year_name {
	font-weight: bold;
	line-height: 20px;
}
.date_selector .button {
	display: block;
	position: absolute;
	top: 0;
	width: 18px;
	height: 18px;
	line-height: 17px;
	font-weight: bold;
	color: #003C78;
	text-align: center;
	font-size: 120%;
	overflow: hidden;
	border: 1px solid #F2F2F2;
}
.date_selector .button:hover, .date_selector .button.hover {
	background: none;
	color: #003C78;
	cursor: pointer;
	border-color: #ccc;
}
.date_selector .prev {
	left: 0;
}
.date_selector .next {
	right: 0;
}
.date_selector table {
	border-spacing: 0;
	border-collapse: collapse;
	clear: both;
}
.date_selector th, .date_selector td {
	width: 2.5em;
	height: 2em;
	padding: 0;
	text-align: center;
	color: black;
}
.date_selector td {
	border: 1px solid #ccc;
	line-height: 2em;
	text-align: center;
	white-space: nowrap;
	color: #003C78;
	background: white;
}
.date_selector td.today {
	background: #FFFEB3;
}
.date_selector td.unselected_month {
	color: #ccc;
}
.date_selector td.selectable_day {
	cursor: pointer;
}
.date_selector td.selected {
	background: #D8DFE5;
	font-weight: bold;
}
.date_selector td.selectable_day:hover, .date_selector td.selectable_day.hover {
	background: #003C78;
	color: white;
}
.ident-msg {
	border: 1px solid #eee;
	background: #EFF6FF;
	padding: 10px 15px;
}
.ident-msg .nfo {
	font-weight: bold;
	font-size: 14px;
	color: #ff0000;
}
.ident-msg .text {
	font-size: 15px;
	border-bottom: 1px dotted #555;
	padding-bottom: 5px;
	color: #ff0000;
}
.ident-msg h3 {
	font-size: 12px;
	color: #555;
}
.ident-msg select {
	width: 350px;
	padding: 2px 0 2px 10px;
	margin: 0 10px;
	cursor: pointer;
	cursor: hand;
}
.ident-msg input {
	font-weight: bold;
	color: #555;
	border: 1px solid #555;
	cursor: pointer;
	cursor: hand;
}
.ident-msg input:hover {
	color: #ff0000;
	border-color: #ff0000;
}
.ident-msg form {
	padding-bottom: 15px;
	border-bottom: 1px dotted #ddd;
}




.w120 { width: 120px !important; }
.w300 { width: 300px !important; }


.history-block {
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.history-block td {
  font-size: 12px;
  padding: 3px 5px !important;
}
.history-block tr:hover td {
  background: #eee;
}


.codee {
  line-height: 14px;
  font-size: 12px;
  padding: 5px;
  font-family: courier;
  border: 1px solid #555;
  margin-bottom: 20px;
  margin-top: 5px;
  background: #efefef;
}


#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
}
.overflow-logy td {
  padding-left: 0 !important;
}
.overflow-adresy {
  width: 395px;
}
.overflow-adresy textarea {
  width: 392px;
}
.overflow-adresy td {
  padding-right: 0 !important;
}
.overflow-zamestnani td,
.overflow-zamestnani p {
  padding-left: 4px !important;
}
#modal .detail .second-column {
  width: 135px !important;
}
#modal .detail .third-column {
  width: 156px !important;
}
#modal .detail #log {
  width: 310px;
}

#modal .detail .small {
  width: 44px !important;
}

.history-block td {
  width: 130px;
}

.row-grey {
	background-color:#DDDDDD;
}
.row-grey td, .row-grey td input, .row-grey td select {
	color:grey;
}
.large {
	font-size: 25px;
}
#modal .smslistbtn {
	margin: 20px 0;
}

tr.red td.action {
	color: #000!important;
}
#rejstrikHodnoceni {
  margin-left: 20px;
}

.collector {
    display: none;
}