/* Nastavenie, aby dokazalo skrolovat modalne okno */
.modal {
	overflow-y: scroll;
}

/* ID */
#cca-publication-js-copy {
	cursor: pointer;
	color: #0099ff;
	text-decoration: underline;
}
#cca-publication-js-copy:hover {
	text-decoration: none;
}


/* Class */
a.cca-switcher-top {
	color: white;
}

.cca-table-width-auto {
	width: auto !important;
}

.cca-sk-en {
	font-size: 14px;
	color: #b3b3b3;
	padding-left: 6px;
	font-style: italic;
	font-weight: bold;
	border-left: 1px solid #b3b3b3;
	margin-left: 8px;
}

.cca-right-sk-en {
	font-size: 14px;
	color: #b3b3b3;
	padding-right: 6px;
	font-style: italic;
	font-weight: bold;
	border-right: 1px solid #b3b3b3;
	margin-right: 8px;
}
.cca-normal {
	font-weight: normal;
	font-style: normal;
}
.cca-note {
	color: #b3b3b3;
} 
.cca-align-center {
	text-align: center;
}
.cca-align-left {
	text-align: left;
}
.cca-align-right {
	text-align: right;
}
.cca-select-offset {
	padding-left: 40px;
}
.cca-nowrap {
	white-space: nowrap;
}

.cca-alert-nodisplay {
	display: none;
}
.cca-section-header {
	margin-bottom: 0px !important;
}
.cca-section-header-single {
	margin-bottom: 6px !important;
}
.cca-section-bottom-0px {
	margin-bottom: 0px !important;
}
.cca-margin-bottom-15px {
	margin-bottom: 15px;
}
.cca-form-admin {
	background: #eef;
	padding: 10px;
	margin-bottom: 10px;
}
.cca-blue-link {
	color: #0099ff !important;
	text-decoration: underline !important;
}
.cca-blue-link:hover {
	text-decoration: none !important;
}

.cca-top-padding-8px {
	padding-top: 8px;
	margin-top: 0px;
}
.cca-bottom-padding-8px {
	padding-bottom: 8px;
	margin-bottom: 0px;
}

.cca-bibtex td {
	padding-right: 5px;
	vertical-align: top;
}

/* */
td.highlight {
	background-color: whitesmoke !important;
}

/*
.ui-datepicker-week-end {
	background: #eee;
}*/
.ui-datepicker-calendar th {
	background: #666;
	color: #fff;
	border: 1px solid white;
	text-align: center;
}
.ui-datepicker-calendar td {
	border: 1px solid white;
	text-align: center;
}

.readonly {
	background: #eee !important;
}

.cca-required {
	/*border: 1px solid red;*/
	background: #FEE;
}

.datepicker-0 {
	background: #fff;
}
.datepicker-1 {
	background: #dfd;
	font-weight: bold;
}
.datepicker-2 {
	background: #ddf;
	font-weight: bold;
}
.datepicker-3 {
	background: #fee;
	font-weight: bold;
}
.datepicker-7, .datepicker-8, .datepicker-9, .datepicker-10, .datepicker-11, .datepicker-12, .datepicker-13 {
	background: #ffd;
	font-weight: bold;
}
.datepicker-14 {
	background: #dfbf9f;
	font-weight: bold;
}
.datepicker-15 {
	background: #ffe4b3;
	font-weight: bold;
}
.datepicker-weekend {
	background: #eee;
}

.cca-no-margin {
	margin: 0px !important;	
}
.cca-max-width-500 {
	max-width: 500px;
}

/* Prepisanie stylov povodnej sablony */
.sky-form {
	border: none !important;
}

.sky-form .cca-label {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;

}
.sky-form .cca-label-note {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-weight: normal !important;
	color: #999 !important;
}
.sky-form .cca-section {
	margin-bottom: 2px !important;
}

/* Zmena sirky dl zoznamu v research projects */
@media (min-width: 768px) {
	dt.cca-rp {
		width: 230px;
	}
	dd.cca-rp {
		margin-left: 250px;
	}
}

/* Prepisanie editora */
.cca-editor-btn-sk-en, .cca-editor-btn-sk-en:hover {
	border: none;
	background: none;
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
	color: #b3b3b3;
	text-align: left;
	padding: 5px 5px;
	pointer-events: none;
}

.cca-weekend-background-tr td, .cca-weekend-background-tr:hover td {
	background: #eee !important;
}
.cca-holiday-background-tr td, .cca-holiday-background-tr:hover td {
	background: #ccc !important;
}
.cca-click-td {
	cursor: pointer;
}

.cca-link-h1-right {
	color: #0099ff !important;
}

.cca-background-attendance-0 {
	background: #FFF;
}
.cca-background-attendance-1 {
	background: #EFE;
}
.cca-background-attendance-2 {
	background: #FEE;
.cca-size-availability {
	height: 9px;
	width: 9px;
}
.cca-color-red {
	color: red;
}

#cca-course-detail-table {
	border: 1px solid red;
}


#cca-course-detail-table td.head {
	background: #d9edf7 !important;
	vertical-align: top;
}

td.cca-bibtex-head {
	vertical-align: top !importatnt;
	background: lightblue;
}

div.cca-small-text {
	font-size: 9px;
	color: gray;
	background: red;
}

#cca-course-row-line tr td {
	border-top: none !important;
}

/* 28.2.22 */
.cca-epc {
	color: red !important;
}