﻿.InputTextStd{
  /* 
    padding: 8px 15px 10px 15px;
    margin: 6px 0;*/

    margin:3px;
    padding:7px;
    padding: 8px 20px 8px 20px;

    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius:2px;
    background-color:#f2f8fc;
    box-shadow: 0 1px #fff, inset 0 1px 4px rgba(0, 0, 0, 0.15);
}
    .InputTextStd.InputTextStd100 {
        width: 100%;    
    }

.InputTextStd:focus{
    background-color:#fff;
    border:1px solid #3093c7;
}

.InputTextStd:disabled{
    background-color:#d8e4eb;
}




.StandartDugme{
    display: inline-block;
    min-width: 50px;
    background-color: #4CAF50;
    color: white;
    margin:3px;
    padding:7px;
    padding: 8px 20px 8px 20px;
    border:none;

    cursor: pointer;
    font-size:14px;
    transition: all 0.2s ease-in-out;
    box-sizing:border-box;
    text-align:center;


}

.StandartDugme:hover {
    opacity: 0.8;
}

    .StandartDugme.sabit {
        width:unset !important;
    }

.Tabloicinde{
    padding: 2px 5px 2px 5px !important;
    min-width:10px;
    width:unset !important;
}



.GenislikYuzde50{
    width: calc(50% - 6px) !important;
}
.GenislikYuzde100 {
    width: 100% !important;
}

.KazanimSecClass{
    margin-left:30px;
}

/*

    ************************** Tablo içi Yüzdelik Gösterme Classları *****************************
*/




.TDYuzdelikGosterDisDivi{
    width:100%;
    box-sizing:border-box;
    background-color:#ccc;
    position:relative;
}
.TDYuzdelikGosterDisDivi .TDYuzdelikGostericDivi{
    display:inline-block;
    width:50%;
}
.TDYuzdelikGosterDisDivi .YaziYaz{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    line-height:24px;
    text-align:center;
}
.TabloTdYuzdelik{
    position:relative;
    overflow:hidden;
    padding:0px !important;
}
.TabloTdYuzdelik .TabloTdYuzdelikDivi{
    position:absolute;
    left:0;
    top:0;
    /*display:inline-block;*/
    height:300px;
    /*max-height:100%;*/
    width:5%;
    z-index:0;
}
.TabloTdYuzdelik .Mavi{
    background-color:#61b5e5;
}
.TabloTdYuzdelik .Yesil{
    background-color:#58c348;
}
.TabloTdYuzdelik .YaziYaz{
    z-index:1;
    position:relative;
    text-align:center;
    
}

.YerTutucu {
    display: inline-flex;
    margin:3px;
    border:0px solid #ff0000;
    min-width:150px;
    
   /* background-color: rgba(0, 0, 0, 0.2);*/
}



.PencereYukleniyorDivi{
    text-align:center;
    font-family:Arial;
    font-size:16px;
    font-weight:bold;
}






#KopyalananSorularDiviDis {
    display:none;
}
#KopyalananSorularDivi{

       /* border: 1px solid #eee;
        background-color: rgba(100, 100, 100, 1.0);
        box-shadow: 5px 5px 5px #000;*/
        color: #000;
        /*top: -1000px;
            opacity: 0.0;*/
        display: inline-block;
        opacity: 1.0;
        z-index:10;
        width: 100%;
        left: 0;
        margin: 0px;
        text-shadow: none;
        -moz-transition: opacity 0.1s ease-in-out 0.1s;
        -o-transition: opacity 0.1s ease-in-out 0.1s;
        -webkit-transition: opacity 0.1s ease-in-out;
        -webkit-transition-delay: 0.2s;
        transition: opacity 0.2s ease-in-out 0.1s;
        
        text-align:left;
        height:500px;
        overflow-x:hidden;
        padding:3px !important;
        margin:0px !important;
        border:1px solid #bbb;
        background-color:#ddd;
        box-sizing:border-box;
}





.SinavtipiKonuSatirispani {
    position: relative;
    text-indent:15px;
    padding-left:20px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


.SinavtipiKonuSatirispani:after{
  height: 0;
  width: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #000;
  -webkit-transform: origin(50% 20%);
  -ms-transform: origin(50% 20%);
  transform: origin(50% 20%);
  -webkit-transition: all 0.125s ease-in-out;
  transition: all 0.125s ease-in-out;
  content: '';
  display: block;
  margin-top: 0px;
  pointer-events: none;
  position: absolute;
  left: 2px;
  top: 20%;
  

}
.SinavtipiKonuSatirispani.open{
   /* color:#2e811f !important;*/
}
.SinavtipiKonuSatirispani.open:after{
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  
}


.OtoSecilenSorular{
    position:relative;
    padding:3px;
}
.OtoSecilenSorular .Yukleniyor{
    position:absolute;
    color:#fff;
    font-size:16px;
    text-align:center;
    font-weight:bold;
    text-shadow:3px 3px 3px #000;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(0, 0, 0, 0.50);
    z-index:10;
}

.SinavindirTablosu {
    width:100%;
}
.SinavindirTablosu td {
    border:1px solid #333;
    padding:5px;
    text-align:center;
}
.SinavindirTablosu th {
    border:1px solid #333;
    padding:5px;
    background-color:#ccc;
}
.SilindiSatiri{
    color:#fff !important;
    background-color:#cc0000 !important;


}


.BasliklarDugmelerDuzenle{
    cursor: pointer;
    margin:-3px;
    
    transition: all 0.2s ease-in-out;
    box-sizing:border-box;
    position:absolute;
    left:12px;

    /*background: url(../images/edit.png);
    background-size: 27px 27px;
    background-repeat: no-repeat;*/
   /* border:2px solid #f65a00;
    border-radius:15px;*/
   width:26px;
   
   height:26px;
   line-height:26px;
   font-size:16px;
   background-color:#32b61b;
   border:1px solid #fff;
   border-radius:3px;
   text-align:center !important;
}
.BasliklarDugmelerDuzenle:hover{
    color:#000;
    background-color:#fff;
}


    /****************************** SORU LİSTELEME***********************************/

.DivSayfalama{
 padding-left:5px;
}
.YeniSoruListelemeMenu {
    margin:5px;
    padding-left:5px;
   /* background-color:#3093c7;*/
}
    .YeniSoruListelemeMenu{
        padding-left:5px;
    }

#DivResimListeust{
    height:100%;
    position:relative;
   /* border:1px solid #ff0000;*/
}



/*----------------------------- SORU LİSTELEME ---------------------------------*/


.ProgresBarim{
    margin:10px;
    margin-left:40px;
    margin-right:40px;
    border:1px solid #555;
    background-color:#999;
    box-sizing:border-box;
    overflow:hidden;
    height:auto;
    position:relative;
    font-size:16px;

}
.ProgresBarim .ProgresBarimSurec{
    box-sizing:border-box;
    position:relative;
    width:0%;
    margin:1px;
    padding-top:10px;
    height:50px;
    padding-bottom:10px;
    background-color:#26759e;
    max-width:calc(100% - 2px);
}


.ProgresBarimMetinKismi{
    text-align:center;

}

.ProgresBarim .ProgresBarimMetinKismiDisi{
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    text-align:center;
}

    .ProgresBarim .ProgresBarimMetinKismiDisi table {
        width: 100%;
        color: #fff;
        padding-top: 10px;
        padding-bottom: 10px;
        height: 100%;
        vertical-align: central;
    }

/****************************** PROFİL ***********************************/
.ProfilAnaDivi{
    padding:5px;
}

/*----------------------------- PROFİL ---------------------------------*/

.ZorlukSuzgeci{
    display:inline-block;
    padding:5px;
    padding-left:3px;
    padding-right:3px;
    margin:3px;
    border:1px solid #aaa;
    color:#aaa;
    cursor:pointer;
    box-sizing:border-box;
    min-width:50px;
    width:calc(20% - 6px);
    text-align:center;
    white-space:nowrap;
    text-wrap:normal;
    display:inline-table;
    font-size:13px;
}
    .ZorlukSuzgeci.secili {
        border:1px solid #133d5b;
        background-color:#3093c7;
        color:#fff;
        /*font-weight:bold;*/
    }

.ZorlukYok{
    border-color:#515151;
    background-color:#979797 ;
}

.ZorlukCokKolay{
    border-color:#9be08d;
    border-color:#2e811f;

 /*   background-color:#9be08d;*/
    background-color:#2e811f;
   /* color:#333 !important;*/

}
.ZorlukKolay{
    border-color:#2ea1db;
  /*  background-color:#2e811f !important;*/
    background-color:#2ea1db;
}
.ZorlukNormal{
    border-color:#103881;
    /*border-color:rgba(34, 150, 209, 0.00);*/
  /*  background-color:#2296d1;*/
    background-color:#103881;
}

.ZorlukZor{
     border-color:#cf5f0a;
       background-color:#cf5f0a ;

}
.ZorlukCokZor{
    border-color:#a9151a;
    background-color:#a9151a ;

}


/*

    ****************** Soru Yükleme Spinner1 
*/
.SoruYuklemeSpinner1 {
	position: relative;
	display: inline;
	text-align: center;
}
.SoruYuklemeSpinner1 > div {
	width: 12px;
	height: 12px;
	background-color: rgba(244,128,38,0.5);
	border: 1px solid rgba(255,255,255,1);
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.SoruYuklemeSpinner1 .bounce9 {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
.SoruYuklemeSpinner1 .bounce8 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
.SoruYuklemeSpinner1 .bounce7 {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}
.SoruYuklemeSpinner1 .bounce5 {
	-webkit-animation-delay: -0.1s;
	animation-delay: -0.1s;
}
.SoruYuklemeSpinner1 .bounce4 {
	-webkit-animation-delay: -0.2s;
	animation-delay: -0.2s;
}
.SoruYuklemeSpinner1 .bounce3 {
	-webkit-animation-delay: -0.3s;
	animation-delay: -0.3s;
}
.SoruYuklemeSpinner1 .bounce2 {
	-webkit-animation-delay: -0.4s;
	animation-delay: -0.4s;
}
.SoruYuklemeSpinner1 .bounce1 {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}
/*

    ****************** Soru Yükleme Spinner 
*/
.SoruYuklemeSpinner {
	position: absolute;
	margin: 57px auto 0;
	margin-left: 50px;
	width: 300px;
	text-align: center;

}
.SoruYuklemeSpinner > div {
	width: 12px;
	height: 12px;
	background-color: rgba(244,128,38,0.5);
	border: 1px solid rgba(255,255,255,1);
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.SoruYuklemeSpinner .bounce9 {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
.SoruYuklemeSpinner .bounce8 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
.SoruYuklemeSpinner .bounce7 {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}
.SoruYuklemeSpinner .bounce5 {
	-webkit-animation-delay: -0.1s;
	animation-delay: -0.1s;
}
.SoruYuklemeSpinner .bounce4 {
	-webkit-animation-delay: -0.2s;
	animation-delay: -0.2s;
}
.SoruYuklemeSpinner .bounce3 {
	-webkit-animation-delay: -0.3s;
	animation-delay: -0.3s;
}
.SoruYuklemeSpinner .bounce2 {
	-webkit-animation-delay: -0.4s;
	animation-delay: -0.4s;
}
.SoruYuklemeSpinner .bounce1 {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}
@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
    }
}
@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}



/*SEPET CİRCLE*/
.sk-fading-circle {
  margin: 100px auto;
  width: 30px;
  height: 30px;
  position: relative;
  background-color:#fff;
  border-radius:18px;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #ff0000;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
          animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); 
}
.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); 
}
.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; 
}
.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; 
}
.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; 
}
.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; 
}
.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; 
}
.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; 
}
.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; 
}
.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; }
}

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; } 
}

/*************************--------------SEPET CİRCLE ***********************/


.DogrulamaDivi {
    display:block;
    position:absolute;
    z-index:10;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-color:rgba(23, 27, 70, 0.51);
    border:2px solid #555;
}
.DogrulamaTablosu {

    width: 500px;
    font-family: "Myriad Pro", "Trebuchet MS", sans-serif;
    color: #fff;
    background-color:#555;
    height:200px;
}
.DogrulamaTablosu td{
    text-align:center;
    align-content:center;
    padding:3px;
    font-size:18px;

}
    .DogrulamaTablosu input[type=text] {
        border:2px solid #999;
        height:30px;
        text-align:center;
        font-size:20px;
        font-weight:bold;
        color:#666;
        width:80%;
        margin:20px;
    }
    .DogrulamaTablosu input[type=button] {
        border:1px solid #ccc;
        height:30px;
        text-align:center;
        font-size:15px;
        color:#fff;
        width:50%;
        cursor:pointer;
        background-color:rgba(11,37,107,1);
    }

    .DogrulamaTablosu input[type=button]:hover {

        background-color:rgb(49, 96, 224);
    }
.OrnekDosyaTablo td{
    padding:5px;
    padding-bottom:7px;
    padding-top:7px;
    
}

.EklemeBekleyenKaynak{
    padding:5px;
    border:1px solid #aaa;
    background-color:#eee;
    font-size:13px;
    margin-bottom:3px;
    border-radius:2px;
    position:relative;
    padding-left:20px;
}
    .EklemeBekleyenKaynak .SilDugmesi {
        position:absolute;
        left:0px;
        top:calc(50% - 12px);
        width:24px;
        height:24px;
        font-size:16px;
        cursor:pointer;
        border:0px solid #000;
        text-indent:0px;
        text-align:center;
    }
        .EklemeBekleyenKaynak .SilDugmesi :hover {
            color:#ee0000;
        }

    

/********************************************************************/
/****************** İŞLEM SONUÇ MESAJLARI ***************************/
/********************************************************************/

.DivislemSonucBilgilendirme{
    position:fixed;
    right:0px;
    width:350px;
    max-width:100%;
    height:auto;
    top:0px;
    padding:2px;
    z-index:999;
    margin-right:5px;

}
.islemSonuclari{
    position:relative;

    overflow:hidden;

}
.AsilElement {
    color: #fff;
    padding: 10px;
    border-radius: 3px;
    padding-left: 25px;
    margin-bottom: 3px;
    /*box-shadow:2px 2px 2px #555;*/
    border:1px solid #fff;
}
    .AsilElement.Yesil{
        background-color:#37bb4a;
    }
    .AsilElement.Kirmizi{
        background-color:#dd3333;
    }
    .AsilElement.Turuncu{
        background-color:#f29c01;
    }

    .islemSonuclari .SilDugmesi {
        position: absolute;
        left: 0px;
        top: calc(50% - 12px);
        width: 24px;
        height: 24px;
        font-size: 16px;
        cursor: pointer;
        border: 0px solid #000;
        text-indent: 0px;
        text-align: center;
        
    }
                .islemSonuclari .SilDugmesi :hover {
                    color: #155c0a;
                }

.islemSonuclari.hide-me {
  animation: hideme .5s forwards;

}
@keyframes hideme {
    100% {
        height: 0;
        opacity: 0;
    }
}
