﻿
.link {
	color:blue !important;
	cursor:pointer;
}

.yukleniyor {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    background: url('../img/animasyonlu/flask.svg') no-repeat center;
	background-size: 64px 64px;
	background-position: right 10px bottom 10px;
    z-index: 99999999;
}

[contenteditable="true"].single-line {
	white-space: nowrap;
	width:200px;
	overflow: hidden;
} 
[contenteditable="true"].single-line br {
    display:none;
}

[contenteditable="true"].single-line * {
    display:inline;
    white-space:nowrap;
}

.fixed-sn .double-nav, .fixed-sn footer, .fixed-sn main {
   padding-left: 0px;!important
}

#loading {
	display: none;
	position: absolute;
	top: 10px;
	right: 10px;
}

#calendar {
	max-width: 90%;
	margin: 0 auto; 
	padding-bottom: 40px;
}

.ogrenci_isim{
	text-transform: capitalize;
}

.ogrenci_sinif{
	text-transform: uppercase;
}