* {
	font-size: 10px;
}

.vstack > * {
	margin-bottom: 0 !important;	
}

/* !Interface */
#uiRequestIndicator {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	height: 5px;
	background: #ae1010;
	background-repeat: no-repeat;
	display: none;
	text-align: right;
}
#uiRequestIndicator img {
	position: absolute;
	top: 0;
	right: 0;
}

/* !Notifications */
.notice-wrap {
	position: fixed;
	bottom: 2px;
	right: 2px;
	width: 300px;
	max-width: 300px;
	z-index: 99999;
}
* html .notice-wrap {
	position: absolute;		
}
.notice-item {
	padding: 0.5rem;
	font-size: small;
	border-radius: 2px;
	display: block;
	position: relative;
	margin: 0 0 2px 0;
	color: #303030;
}
.notice-item td {
	padding: 0.5rem;
}
.notice-item.info {
	background-color: 		#8fb76c;
}
.notice-item.alert {
	background-color: 		#d4c051;
}
.notice-item.error {
	background-color: 		#d45d41;
	color: white;
}
.notice-item.load {
	background-color: 		#afa89a;
}


th {
	background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 22%);
}
.ui-draggable-handle {
	cursor: 	move;
}
.ui-draggable-dragging {
	background: white;
	box-shadow: 2px 2px 7px #d5d5d5;
	padding: 0.25rem 0.5rem;
	border-radius: 0.25rem;
}
.scheduleTable_selectGroups, .auditoriesTable_selectAuditories, .personsTable_selectPersons {
	cursor: pointer;
}
.scheduleTable_personScheduleLine {
	
}
.scheduleTable_pairBlock, .auditoriesTable_pairBlock, .personsTable_pairBlock {
	height: 2em;
}
.scheduleTable_pairBlock[weekType="В"], .auditoriesTable_pairBlock[weekType="В"], .personsTable_pairBlock[weekType="В"], .scheduleTable_weekType[weekType="В"] {
	border: none;
	border-bottom: 1px solid #f1f1f1;
}
.scheduleTable_pairBlock[weekType="Н"], .scheduleTable_dayBlock, .auditoriesTable_pairBlock[weekType="Н"], .auditoriesTable_dayBlock, .personsTable_pairBlock[weekType="Н"], .personsTable_dayBlock, .scheduleTable_weekType[weekType="Н"] {
	border: none;
	border-bottom: 1px solid #c2c2c2;
}
.scheduleTable_pairBlock.ui-droppable-hover {
	background:	#efefef;
}
#scheduleTable tr.day td, #auditoriesTable tr.day td {
	border-top: 2px solid #838383 !important;	
}
.scheduleTable_scheduleLine, .upsTable_discipline, .scheduleLinesPanel_card {
	cursor: pointer;
}
.scheduleTable_scheduleLine *, .upsTable_discipline *, .scheduleLinesPanel_card {
	line-height: 1.2;
}
.scheduleTable_scheduleLine:hover, .upsTable_discipline:hover, .scheduleLinesPanel_card:hover {
	background:	#f8f8f8 !important;
}
.upsTable_discipline.similiar, .scheduleTable_scheduleLine.similiar {
	background:	#f8f8f8 !important;
}
.upsTable_discipline.selected, .scheduleTable_scheduleLine.selected {
	background:	#e7e7e7 !important;
}

.scheduleTable_dayBlock.highlighted {
	animation: scheduleTable_highlightDay 1s forwards;
}
@keyframes scheduleTable_highlightDay {
	100% {
		text-shadow: 0 0 10px rgb(0, 0, 0);
	}
}


#scheduleLinesPanel_cardEditor {
	background: #e7e7e7;
	display: none;
	margin-top: -1px;
}
#scheduleLinesPanel_cardEditor * {
	font-size: 9pt;
}
.select2-container .select2-selection--single {
	height: unset;	
}
.select2-dropdown {
	min-width: 300px;
}
.scheduleLinesPanel_card {
	cursor: pointer;
}

.scheduleTable_scheduleLine[type=lecture] .scheduleTable_scheduleLine_info,
#scheduleLinesPanel_cardEditor_hours[type=lecture],
.upsTable_discipline[type=lecture] .upsTable_discipline_type,
.scheduleLinesPanel_card[type=lecture] div {
	background: radial-gradient(at top right,  rgba(221, 241, 255, 1) 0%, rgba(238, 245, 255, 0) 70%);
}
.scheduleTable_scheduleLine[type=practice] .scheduleTable_scheduleLine_info,
#scheduleLinesPanel_cardEditor_hours[type=practice],
.upsTable_discipline[type=practice] .upsTable_discipline_type,
.scheduleLinesPanel_card[type=practice] div {
	background: radial-gradient(at top right,  rgba(255, 252, 234, 1) 0%, rgba(255, 251, 222, 0) 70%);
}

#moduleSchedule_upsTable {
	box-shadow: 0 0 15px #818181;
}


.muted {
	color: #d5d5d5;
}

.isSavingNow {
	animation-name: isSavingNowAnimation;
	animation-duration: 1s;
	animation-iteration-count: infinite; 
}
@keyframes isSavingNowAnimation {
  0% {
	color: #efefef;
  }
  50% {
	color: #dfcf58;
  }
  100% {
	color: #efefef;
  }
}

.borderless {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: none;
	border: none;
	padding: 0;
	background: none;
}

.dashedLink {
	text-decoration: underline dotted;
	cursor: pointer;
}