/* Sunuculardaki Farklılıktan Dolayı Alternatif Icon Ve Font Kütüphanesi  */
@import url("//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.0.3/css/font-awesome.min.css");

/* Body Stili*/
body {
  overflow-x: hidden;
    
}




/* <a> Etiketi Stili*/
a:link {text-decoration: none;color :#2c3560;}
a:visited {text-decoration: none;}
a:hover {text-decoration: none;color :#2c3560;}
a:active {text-decoration: none;color :white;}
/*Colors*/
.white{
    color :white;
}
/* Fenerbahçe Laciverti*/
.fb{
    color :#2c3560;
}
/*Banner*/
.banner{
   
    list-style-type:none;
    padding-top: 7px;
    padding-bottom: -3px;
    background-color: #f7f7f7;
     box-shadow: 0 3px 3px rgba(0,0,0,0.30);
   
}
/*Sidebar*/
#wrapper {
   
  padding-left: 250px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
    margin-top: 45px;
    margin-right: 0px;
    
}

#wrapper.toggled {
  padding-left: 50px;
}
#wrapper.toggled2 {
     padding-left: 250px;
  }
#sidebar-border{
    border-bottom: 1px solid #ecff0d;
}

#sidebar-wrapper {
 z-index: 1;
 
  position: fixed;
  left: 250px;
  width: 0;
    top: 45px;
    bottom: 0;
  height: auto;
  margin-left: -250px;
  overflow-y: auto;
  background: #f7f7f7;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
    padding-left: 250px;
    overflow: hidden;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
 
}
.sidebar-close{
    text-align: center;
    font-size: 10px;
    margin-left: -45px;
    margin-top: -15px;
}
.sidebar-selcuk-logo{
    text-decoration: none;
    margin-left:10px;
	margin-top:0px;
	width:35px;
	height:30px;
    padding: 0px;
}
.canvasbtn{
    text-align: center;
    padding-right: 35px;
    padding-top: 10px;
}
#sidebar-wrapper:hover {
 
   /*   
    */
}
#sidebar-wrapper:hover + #page-content-wrapper{
 
}
#wrapper.toggled #sidebar-wrapper {
  width: 250px;
    overflow: hidden;
     z-index: 1;
}

#page-content-wrapper {
  width: 100%;
  position: absolute;
  padding: 15px;
  margin-right: -250px;
}

#wrapper.toggled #page-content-wrapper {
  position: absolute;
  margin-right: -250px;
}
#wrapper.toggled2 #page-content-wrapper {
  position: absolute;
  margin-right: -250px;
}


/* Sidebar Stili */

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  padding: 0;
  list-style: none;
  color: #000;
  margin-left: -250px;
  text-align: left;
}

.sidebar-nav li {
  text-indent: 20px;
  line-height: 40px;
}

.sidebar-nav li a {
  display: block;
  text-decoration: none;
  color: #2c3560;
 font-weight: bold;
    
  
}

.sidebar-nav li a:hover {
  text-decoration: none;
  color: yellow;
  background: rgba(255, 255, 255, 0.2);
  background-color: #2c3560;
    font-weight: bold;
    
   
}
.sidebar-nav-close {
  
  text-align: left;
}

.sidebar-nav-close li {
  text-indent: 20px;
  line-height: 40px;
      
}

.sidebar-nav-close li a {
  display: block;
  text-decoration: none;
  color: #2c3560;
 font-weight: bold;
       -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    height: 55px;
  width: 120px;
    margin-left: -17px;
}

.sidebar-nav-close li a:hover {
  text-decoration: none;
  color: yellow;
  background: rgba(255, 255, 255, 0.2);
  background-color: #2c3560;
    font-weight: bold;
       -webkit-border-radius:2px;
    -moz-border-radius: 2px;
    height: 55px;
    width: 120px;
    margin-left: -17px;
}


.sidebar-nav>.sidebar-brand {
  height: 65px;
  font-size: 18px;
  line-height: 60px;
}

.sidebar-nav>.sidebar-brand a {
  color: #2c3560;
}

.sidebar-nav>.sidebar-brand a:hover {
  color: yellow;
  background-color: #2c3560;
}
@media(max-width:992px) {
    .user-word {
    
    }}
/* Ekran Boyutu 868den Büyük Olursa*/
@media(min-width:868px) {
   /*Mobil Logo*/
.logo-small {
    display: none;
}
    .ders-metin {
    margin-left:8%
}
    /* Arkaplan Stili*/
.background-style{
    background-image: url(../img/diger/fenerbahce1.jpg);
    background-size: cover; 
    background-repeat: no-repeat;
    background-position: bottom top;
    background-attachment: fixed; 
    
}
    #navbarbuton{
   display: none;
    }
    #navbarToggleExternalContent{
       display: none; 
    }
    #logo-text{
     margin-left: -20px;
    margin-right: -20px;
    text-align: left;
    font-size: 10px; 
    color: #000;
        display: inherit;
}
    .et-tak-card {
        display: inherit;
    }
    }
/* Ekran Boyutu 868den Küçük Olursa*/
@media(max-width:868px) {
    /*iki Nokta*/
    .in {
    display:none;
}
    /*Mobil Açılış Scripti*/
.se-pre-con-mobil {
    margin-top:30%;
    
}
     /*Mobil Logo*/
.logo-small {
    display: inherit;
    position: fixed;
     top: 10px;
    left: 7px;
   
}
    .duyuru-indis {
    position: fixed;
    left:  50px;
        color: yellow;
  background-color: #2c3560;
}
    .power {
    display: none;
}
    .social {
    display: none;
}
.ders-table {
    
}
    .carousel {
  position: relative;
    margin-left: 0px;
        
}
     #navbarbuton{
   position: fixed;
         top: -8px;
         right: -5px;
         
    }
    .baslik {
    font-size: medium;
    font-weight: bold;color:#2c3560;
}
    
    .et-tak {
   display: none; 
}
    .et-tak-card{
      display: none;  
    }
    .tarih-saat{
    display: none; 
}.tarih-saat2{
    display: none; 
    }
    
   #sidebar-wrapper{
   margin-left: -100%;
       display: none;
        z-index: 1;
   }
   #wrapper {
   padding-left:0px;
      
  }
    
    .footer-telif{
        font-family: sans-serif;
    }
         #uye-gir {
    background-color: aliceblue;
    margin-left: 0px;
    margin-right: 0px;
         margin-top:  -90px;
}
}
/* Ekran Boyutu 868den Büyük Olursa*/
@media(min-width:868px) {
    /* Açılıp Kapalan Ana Alan*/
  #wrapper {
   padding-left: 250px;
      
  }
    #area{
        padding-top:  5%;
        padding-left:  6%;
     
      
            
    }
  #wrapper.toggled {
     padding-left: 100px;
  }
  #wrapper.toggled2 {
     padding-left: 250px;
  }
 #sidebar-wrapper{
    width: 250px;
      z-index: 1;
  }
    
    #et-tak-card.toggled4{
        -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          transition: all 0.5s ease;
        right: -200px;
        border-bottom-style: dashed;
    }
    /* Butona Basıldığındaki İşlem*/
  #wrapper.toggled #sidebar-wrapper {
    z-index: 1000;
  position: fixed;
  left: 250px;
  width: 300px;
  height: 100%;
  margin-left: -450px;
  overflow-y: auto;
  background: #f7f7f7;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
    padding-left: 200px;
      overflow: hidden;
       z-index: 1;
      
  }
 #wrapper.toggled2 #sidebar-wrapper {
     z-index: 1000;
  position: fixed;
  left: 250px;
  width: 0;
  height: 100%;
  margin-left: -250px;
  overflow-y: auto;
  background: #f7f7f7;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
    padding-left: 250px;
     overflow: hidden;
      z-index: 1;
  }
  #page-content-wrapper {
     position: relative;
    margin-right: 0;
  }
  #wrapper.toggled #page-content-wrapper {
   position: relative;
    margin-right: 0;
  }
    #wrapper.toggled2 #page-content-wrapper {
   
  }
}
	
body {
  background: white;
  text-align: center;
}
.area{
    position: absolute;
   
}

.card-2 {
  padding-top: 0.4%;
  background: #fff;
  height: 30px;
  bottom: 0;
    left:0;
    right: 0;
    z-index: 1;
  position: fixed;
  width: auto;
    box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
   font-size: 10px;
   color: :#2c3560;
}

.card-3 {
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}


.card-4 {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  height: 100%;
  background-color: #fff;
  position: relative;
 padding-left: 35px;
}

.card-5 {
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}
h4{
     color: #2c3560;
    }
h5{
   
    
}
.selcuk-logo{
    margin-top:-5px;
	/*width:143px;
	height:45px;*/
    width:67%;
	
    }
.logo-text{
    margin-left: 30px;
    margin-right: 0px;
    text-align: left;
    font-size: 10px; 
    color: #000;
    display: none;
}
.user-text{
    font-family: sans-serif;
    
}
.tarih-saat{
  color:#2c3560; margin-top:5px;margin-left: -25px;margin-right: 5px;
  
}
.tarih-saat2{
  color:#2c3560; margin-top:5px;margin-left: -45px;
    
}
.user-profile{
    width: auto;
    height: auto;
    max-width: 40px;
    min-width: 30px;
    max-height: 40px;
    min-height: 30px;
    
}
.sidebar-icon{
    text-decoration: none;
  
    margin-left:10px;
	margin-top:20px;
	width:30px;
	height:25px;
}

.social-icons{
     position: fixed;
     bottom: 0;
}
.sb-icon{
    list-style: none;
    padding: -5px;
    margin-bottom: -15px;
     margin-left: -20px;
}
.icon{
    list-style: none;
    margin-right: 50px;
    text-align: right;
}

.text-line{
   line-height: 3px;
    
}
/* Profil Fotosu*/
.clickedprofile{
    width: auto;
    height: auto;
    max-width: 500px;
    min-width: 400px;
    max-height: 500px;
    min-height: 400px;
    
}

.profile{
    width: auto;
    height: auto;
    max-width: 80px;
    min-width: 70px;
    max-height: 80px;
    min-height: 70px;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 30px;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
}
.profile:hover{
    width: auto;
    height: auto;
    max-width: 80px;
    min-width: 70px;
    max-height: 80px;
    min-height: 70px;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 30px;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
     box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}
#disload{
    
}
.no-js #loader { 
    display: none;  
}
.js #loader {
    display: block; position: absolute; left: 100px; top: 0; 
}
/* Açılış Scripti*/
.se-pre-con {
    width:30%;
    height:30%;
    position: fixed;
    left: 0px;
    top: 0px;
    padding-top: 20%;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-position:  center;
    background-repeat:  no-repeat;
    background-color: #ffffff;
}
.viewp{
    text-align: left;
}

/* Anasayfa Kartları*/
.card-area {
  position: relative;
  margin: 2px;
  width: 250px;
  height: 160px;
  background-color: #ffffff;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.image {
    margin-top: 5px;
     margin-right: 5px;
     margin-left: -8px;
  height: 100%;
  opacity: 0.7;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.9s;
          transition-duration: 0.9s;
    
}

.caption {
  position: absolute;
  top: auto;
  bottom: 0;
  opacity: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: #ffffff;
  padding: 15px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: opacity 0.1s 0.3s, -webkit-transform 0.4s;
  transition: opacity 0.1s 0.3s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0.1s 0.3s;
  transition: transform 0.4s, opacity 0.1s 0.3s, -webkit-transform 0.4s;
}

.caption-title {
  margin-top: 0;
  margin-bottom: 10px;
}

.caption-content {
  margin: 0;
}

.caption-link {
  color: #724b31;
  text-decoration: none;
  opacity: 1;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
          transition-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
}
.caption-link:hover {
  opacity: 0.65;
}

.slide-up:hover .image {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}
.slide-up:hover .caption {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: opacity 0.1s, -webkit-transform 0.4s;
  transition: opacity 0.1s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0.1s;
  transition: transform 0.4s, opacity 0.1s, -webkit-transform 0.4s;
}

/*Process bar*/


#menu-toggle4{
        position: absolute;
        top: 47px;left: -23%;
    
       
    }


.user-align {
    margin-top: 0px;
}
/* Footer Telif*/
.footer-telif {
  font-family: sans-serif;
}
/* Sağ Taraftaki Dinamik Banner*/
.et-tak {
    position: fixed;
    right: 0px;
    top: 45px;;
}

.et-tak-card {
    -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          transition: all 0.5s ease;
    position: fixed;
    right: 0px;
    top: 0;
    width: 200px;
    height: 100%;
    background-color: #f7f7f7;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
/* Duyuru Sayısı*/
.duyuru-indis {
    position: fixed;
    margin-top: 12px;
    margin-left: -10px;
    color: yellow;
  background-color: #2c3560;
}


/*User*/

.admin-uye-gir {
    box-shadow: 0 -3px 4px rgba(0,0,0,0.30);
    background-color: #f7f7f7;
    margin-left: 25%;
    margin-right: 25%;
    margin-top: -50px;
    height: 40%;
}
.uye-gir {
    box-shadow: 0 -3px 4px rgba(0,0,0,0.30);
    background-color: #f7f7f7;
    margin-left: 15%;
    margin-right: 5%;
    margin-top: -50px;
    height: 40%;
}
/* Sağ Taraftaki Dinamik Banner */
.hava {
   
    position:relative;top:70px;margin-left: 17px;margin-bottom: 20px; left:3%;width:185px; height:200px;
}

.etkinlik {
    position:relative;margin-top: 90px;margin-bottom: -40px;  left:10%;width:170px; height:20%px;
}




/*Ziyaret*/
.ziyaret {
     position:relative;top:20px; left:7%;width:170px; height:100px;
}


/* Başlık*/
.baslik {
    font-weight: bold;color:#2c3560;
}




/* Banner */
.banner-fix {
   position:fixed;width:auto;right:0;left:0; 
}
/* Sosyal Media*/
.social {
    color:#2c3560;margin-left:40px;
}
/* Dersler Tablosu*/
.ders-table {
    width: auto;
    height: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
/* Selçuk Logo */
.selcuk-logo2 {
    width:75px;
	height:23px;
}

.tmargin {
    margin-left: 10px;margin-right: 10px; position: relative;
   
}
.smargin {
    margin-left: 10px;margin-right: 10px; position: relative;
}

.in-margin {
    margin-top: -10px;
}
.bt-margin {
    margin-top: -5px;
}

.user-word {
    margin-left: -%20;
    margin-right: %20;
    width:90px;
}
/* Arama Tuşu*/
.search-style {
    margin-left: 20px;
}
/* Yeni Duyuru Iconu*/
.duyuru-bell {
    position:fixed;left:-55px;margin-top:11px;font-size:6px;
}
/* Tüm Inputlar*/
.input-type {
    width:110%; background-color:transparent;border:none;color:#0275DA
}

/*print img*/

.whater{
    top: 0;
    left:0;
        opacity: 1;
        height: 100%;
        width: 100%;
        position: absolute;
        z-index: -1;
    }
/* Tüm TextArealar*/
.textarea-type {
    resize:auto;width:90%;background-color:transparent;border:none;color:#0275DA
}
/*Çıkış Tuşu*/
.power {
    position:fixed;right:20px;top:0px;
    
}
/*Selçuk Logo Yazısı */
.selcukuni {
    font-size:13px;
    font-family:times new roman;
    
    margin-top:5px; 
    margin-left:-3px; 
    width:50%;
    line-height:15px;
    color:black;
}

/*Özgeçmiş Line*/
.line-height {
    line-height:25px;
}


/*Uye Giriş Uyarısı*/
#example-text-input11 {
    overflow:auto;
    padding:40px;
    height:400px;
}


/*Üyelik li ul*/


.uyelik-li li a {
  display: block;
  text-decoration: none;
  color: #2c3560;
 font-weight: bold;
       
    
    
}

.uyelik-li li a:hover {
  text-decoration: none;
  color: yellow;
 
  background-color: #2c3560;
    font-weight: bold;
      
}








