body {
    background-color: lightgray;
	font-family: Verdana, Arial, sans-serif;
    position: relative;
}

#tahta {
    font-size: 45px;
    background-color: white;
    border: 3px outset gray;
    border-radius: 10px;
    position: absolute;
    top: 50px;
    width: 1500px;
    height: 800px;
    padding: 10px;
}

#tahtaCizim {
    position: absolute;
    top: 60px;
    left: 10px;
    width: 1500px;
    height: 800px;
	touch-action: none;
    z-index: 999999998 !important;
}

cizimAraclari {
	z-index: 999999999 !important;
}

#tahta input, #tahta button {
    font-size: 45px;
}

#tahta input[type="checkbox"],#tahta input[type="radio"] {
    width: 45px;
    height: 45px;
}

#siniflar {
    position: absolute;
    top: 50px;
    left: 1540px;
    width: 350px;
    height: 800px;
    overflow: auto;
    z-index: 0 !important;
}

h1 {
    padding-left: 40px;
    height: 40px;
    font-family: "Comic Sans MS";
    background: url("resimler/logo.png") no-repeat;
}

#kalem,#silgi,#cetvel,#tahtaTemizlemeyiGeriAl,#tahtaCizimiTemizle {
    position: absolute;
    top: 0px;
    border: 1px solid transparent;
    cursor: pointer;
}

#video,#onceki {
	position: absolute;
    top: 880px;
    border: 1px solid transparent;
    cursor: pointer;
    z-index: 999999998;
}

div[id^="renk"],div[id^="cizgiStili"] {
    position: absolute;
    top: 0px;
    width: 20px;
    height: 20px;
    border: 5px solid transparent;
    cursor: pointer;
    text-align: center;
}

#kalemUcu {
    position: absolute;
    top: 5px;
    left: 390px;
    border: 1px solid gray;
    width: 100px;
}

#sonraki {
   position: absolute;
   top: 870px;
   left: 1500px;
   cursor: pointer;
   z-index: 99999999;
}

#dersVideo {
    position: absolute;
    top: 90px;
    left: 120px;
    width: 1280px;
    height: 720px;
}

#videoyuKapat {
    position: absolute;
    top: 90px;
    left: 1360px;
    cursor: pointer;
}


div[id^="sinif"] ul li {
    color: white;
    padding: 5px;
    border: 1px solid green;
	border-radius: 7px;
	background-color: green;
	cursor: pointer;
    margin-bottom: 5px;
}

.secilen {
    border-color: red !important;
    background-color: red !important;
}

@keyframes son {
    from {opacity: 1;z-index: 99;}
    to {opacity: 0;z-index: -1;}
}
.neticeBildir {
    position: absolute;
	top: 50%;
	left: 50%;
	transform: scale(2) translate(-50%, -50%);
	animation: son 5s;
    opacity: 0;
    z-index: -1;
}

span[id^="secenek"] {
    margin: 10px;
    padding: 5px 10px;
    background-color: yellow;
    border: 1px solid yellow;
    border-radius: 7px;
    cursor: pointer;
    display: inline-block;
}

div[id^="soru"] {
    padding: 5px;
    margin: 10px;
    background-color: yellow;
    border: 1px solid yellow;
    border-radius: 7px;
}

span[id^="cevap"] {
    margin: 5px 10px;
    padding: 5px 10px;
    background-color: green;
    border: 1px solid green;
    border-radius: 7px;
    cursor: pointer;
    display: inline-block;
    color: white;
}

.kalemSilgiSec {
    border-color: gray !important;
}

.silgi {
    cursor: no-drop;
}

.dogruSecenek {
    background: linear-gradient(to right, rgb(0,255,0),rgb(0,127,0),rgb(0,255,0)) !important;
}

.yanlisSecenek {
    background: linear-gradient(to right, rgb(255,0,0),rgb(127,0,0),rgb(255,0,0)) !important;
}

.dogruYanlisSoyleme {
	background: linear-gradient(to right, rgb(0,0,255),rgb(0,0,127),rgb(0,0,255));
}

span[id^="balon"] {
    background-color: green;
    color: white;
    border: 1px solid green;
    border-radius: 50%;
    margin: 10px;
    padding: 15px;
    min-height: 60px;
    min-width: 60px;
    text-align: center;
    cursor: pointer;
}

.patlat {
    background-color: transparent !important;
    border-color: transparent !important;
    background: url("resimler/pat.png") no-repeat;
}

@keyframes yanSon {
    0% {opacity: 1;}
    50% {opacity: 0;}
    100% {opacity: 1;}
}

#imlec {
    position: absolute;
    color: white;
    background-color: red;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin: 0px;
    padding: 2px;
    border: 1px solid red;
    border-radius: 7px;
    animation: yanSon 1s infinite;
}

#sekil, #ipucuSekil {
    margin: 0px 10px 10px 0px;
    padding: 0px;
    top: 0px;
    left: 0px;
    float: left;
    background-color: white;
}

.normalTablo {
    border-collapse: collapse;
}

.normalTablo td {
    border: 1px solid black;
}

#cozumeSuruklenecekler {
    width: 600px;
    margin-right: 50px;
    float: left;
}

#cozumeSurukleKume {
    width: 450px;
    min-height: 300px;
    border: 2px solid black;
    border-radius: 10px;
}

.siralamaKutusu {
    border: 2px solid black;
    border-radius: 10px;
    height: 270px;
    width: 270px;
    text-align: center;
    vertical-align: middle;
}

.kucuktur {
    font-size: 225px;
}

#siralanacakSayilar {
    margin-top: 50px;
}

.dersYukleniyor {
    position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 15px;
    text-align: center;
    background-color: red;
    color: white;
    border: 1px solid red;
    border-radius: 10px;
}

#yeniden, #ipucu {
    position: absolute;
    top: 30px;
    cursor: pointer;
}

.cozumKutulari {
    position: relative;
    border: 1px solid green;
    border-radius: 5px;
    width: 220px;
    height: 380px;
    margin: 10px;
    float: right;
    display: flex;
    flex-direction: column-reverse;
    overflow: hidden;
}
.cozumKutusuAdi {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,255,0,.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 90;
}

#seffaflik {
    position: absolute;
    top: 5px;
	left: 570px;
    cursor: pointer;
}

figure {
    float: left;
    padding: 0px;
    margin: 0px;
    background-color: white;
    border: 1px solid lightgray;
}
figcaption {
    text-align: center;
    padding: 0px;
    margin: 0px;
}

#tahta iframe {
    border-style:hidden;
    width: 1500px;
    height: 800px;
}

@keyframes yan {
    from {opacity: 0;}
    to {opacity: 1;}
}
#tahta h2,satir {
    animation: yan 1s;
}

k {
    color: red;
    font-weight: bold;
}

m {
    color: blue;
    font-weight: bold;
}

y {
    color: green;
    font-weight: bold;
}

aci {
    display:inline-block;
    overflow:hidden;
    width:150px;
    margin-left:10px;
    text-align:center;
    vertical-align:middle;
    padding:0px;
    border-bottom:1px solid black;
}

svg[id^="nokta"] {
    position: absolute;
    animation: yanSon 1s infinite;
}

.ui-widget {
    z-index: 999999998 !important;
}

abbr {
    border-bottom: 1px dotted gray;
}

div[id^="sinif"]{
   height: 720px;
   overflow: auto;
}

#dersKayitNo {
    position: absolute;
    top: 20px;
    left: 1700px;
    background-color: lightgray;
    border-radius: 7px;
}

#soruNoBildir, #cevaplayanSayisiBildir, #kalanSureBildir {
    border: none !important;
    border-radius: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    color: white;
    float: left;
    font-weight: bold;
}
ilkBes {
    display:inline-block;
    overflow:hidden;
    width:300px;
    margin-left:10px;
    text-align:center;
}
#oyunSoruKutusu ilkBesSatir ilkBes {
    background-color: rgba(0,255,0,.5); 
}
#oyunSoruKutusu ilkBesSatir:nth-child(4n+1) ilkBes {
    background-color: rgba(0,0,255,.5); 
}
ilkBes.baslik {
    border-bottom: 1px solid black;
    font-weight: bold;
}

#ipucuPenceresi {
	font-size: 30px;
}

.terminalSembolu, .islemSembolu, .kararSembolu {
	border: 5px solid black;
}
.terminalSembolu {
	text-align: center;
	width: 150px;
	border-radius: 60px;
	padding: 20px;
}
.islemSembolu {
	width:200px;
	height:100px;
	text-align: center;
}
.kararSembolu {
	width: 200px;
	height: 200px;
	margin-left:70px;
	transform: rotate(45deg);
}
.kararSembolu div{
	text-align: center;
	transform: rotate(-45deg);
}

#sirayaKoymaSorusu li {
	background-color: yellow;
	font-weight: bold;
	border-radius: 10px;
	padding: 5px;
	margin: 15px;
	cursor: move;
}