﻿/* CSS Document */
body
{background:#fff;
 font-family:Trebuchet MS;
 }



header {
	background-color:#d22129;
	width:100%;
	}

.max1000 {
	 max-width:1150px;

	}




@media screen and (max-width:768px)
{
	.navbar-nav
	{
		margin:0px;
	}
}


.ustMenuBg
{
    background-color:#d22129;
    border:none;
}


.ust2MenuBg
{
    background-color:#f48222;
    border:none;
}

.MenuBeyaz
{
    color:#fff !important; 
}

.MenuBeyaz:hover
{
    color:#fff !important; 
    background:#950007 !important;
}


.MenuBeyaz2
{
    color:#fff !important; 
}

.MenuBeyaz2:hover
{
    color:#fff !important; 
    background:#B05000 !important;
}

.RehberSor{
    color:#fff !important;
    background:#944300 !important;
}
.RehberSor:hover{
    color:#000 !important;
    background:#B05000 !important;
}




.Pad0
{
    padding:0;
 }

.Pad5
{
    padding:5px;
 } 
 .UstMenuFont
 {
     font-family:Trebuchet MS !important;
    
 }
 
 .MenuMargin
 {
     margin:0px 0px 5px 0px;
  
 }
 
 
@media (min-width: 1200px) {

} 
 
 /* Large desktops and laptops */
@media (min-width: 1303px) {
                    .althizala a
        {
            
            padding-right:10px;
        }
}

@media (min-width: 1051px)  and (max-width: 1302px)
{
    
    .sagahizala a
    {
        padding:10px 13px !important;
        }

}

/* Landscape tablets and medium desktops */
@media (min-width: 810px) and (max-width: 1050px) {
.sagahizala a
    {
        padding:5px 7px !important;
        font-size:12px;
        }

 .althizala a
        {
            
            padding-right:10px;
            font-size:12px;
        }
        
        .text_mini{ font-size:85%;}
         .text_mini2{ font-size:75%;}


}




/* Portrait tablets and small desktops */
@media (min-width: 600px) and (max-width: 809px) {
    .sagahizala a
    {
        padding:5px 7px !important;
        font-size:11px;
       
        }
        
      .althizala a
        {
            
            padding-right:10px;
            font-size:11px;
        }   
        
         .text_mini{ font-size:85%;}
        .AraYaziKucuk {font-size:25px !important;}
        .text_mini2{ font-size:75%;}
}








/* Landscape phones and portrait tablets  - 591- 752*/
@media (max-width: 599px) 
{
    .AraYaziKucuk {font-size:20px !important;}
    .text_mini2{ font-size:75%;}
    
    
    

}

/* Portrait phones and smaller */
@media (max-width: 450px) 
{
    .AraYaziKucuk {font-size:16px !important;}
    .text_mini2{ font-size:75%;}

}


.marBottomNo
{
    margin-bottom:0px;
    margin-left:auto;
    margin-right:auto;
}

.Width100{width:100%;}
.Width0{width:0px;}


    
    .araYazi
    {
        margin:10px 0px;
        font-size:30px;
        font-family:Trebuchet MS;
        text-align:center;
        line-height:40px;
     background-image:url("../images/arabaslik.jpg");
     background-repeat: no-repeat;
        background-size: contain;
        background-position:center center;

        
    }


.MarginBottom10{margin-bottom:10px;}
.MarginBottom5{margin-bottom:5px;}

.altkare_mn_1
{
    background-image:url("../images/altkare_mn_1.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position:center center;
    
 }
 
 .altkare_mn_1:hover
{
    background-image:url("../images/altkare_mn_1_over.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position:center center;
 }
 
 .golge
 {
     width:100%;
     background-image:url("../images/golge.jpg");
     background-repeat:repeat-x;
     height:10px;
     
 }
 
 .MarginUst_0
 {
     margin-top:0px;
     }
     
     
 .AraBaslik
 {
     background:#A30810 !important;
     font-family:Trebuchet MS;
     font-size:16px;
     border:none !important;
 }
 
 .AraListeMetin
 {
  
     font-family:Trebuchet MS;
     font-size:16px;
 
     
 }
 
 
 
 .icsayfaB
 {background:#C4DDF0 !important;}
 
 .BorderNo
 {border:none;
     }
 
   /*SÜREKLİ ÜSTTE KALAN MENÜ CSS KODLARI*/  
    
    .nav-container{ background: url('images/nav_bg.jpg') repeat-x 0 0;}
    .f-nav{ z-index: 998; position: fixed; left: 0; top: 0; width: 100%;} /* this make our menu fixed top */
 
.nav-container .nav { height: 42px;}
 .nav-container   .nav ul { list-style: none; }
  .nav-container  .nav ul li{float: left; margin-top: 6px; padding: 6px; border-right: 1px solid #ACACAC;}
   .nav-container .nav ul li:first-child{ padding-left: 0;}
   .nav-container .nav ul li a { }
   .nav-container .nav ul li a:hover{ text-decoration: underline;}
    
   
   
/*SAĞ ALT KÖŞEDE ÇIKAN YUKARI BUTONU CSSLERİ*/    
a.back-to-top {
    display: none;
    width: 60px;
    height: 60px;
    text-indent: -9999px;
    position: fixed;
    z-index: 999;
    right: 20px;
    bottom: 20px;
    
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    
    background: #d22129 url("../images/up-arrow.png") no-repeat center 43%;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

a:hover.back-to-top {
    background-color: #f48222;
}


/*ANASAYFA BUTONU CSSLERİ*/    
a.anasayfa {
    display: none;
    width: 70px;
    height: 70px;
    text-indent: -9999px;
    position: fixed;
    z-index: 999;
    right: 30px;
    top: 110px;
    
    -webkit-opacity: 0.85;
    -moz-opacity: 0.85;
    
    background: #333 url("../images/home.png") no-repeat center 43%;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

a:hover.anasayfa {
    background-color: #d22129;/*f48222*/
}


/*eski ANASAYFA BUTONU CSSLERİ*/    
a.anasayfa2 {
    display: none;
    width: 100px;
    height: 40px;
    text-indent: -9999px;
    position: fixed;
    z-index: 999;
    right: 20px;
    top: 250px;
    
    -webkit-opacity: 0.75;
    -moz-opacity: 0.75;
    
    background: #d22129 url("../images/home2.png") no-repeat center 43%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

a:hover.anasayfa2 {
    background-color: #f48222;
}






/*puanmatik bekleme BUTONU CSSLERİ*/    
.bekleme {
   
    width: 150px;
    height: 150px;
    text-indent: -9999px;
    position: fixed;
    z-index: 996;
    right: 100px;
    top: 100px;
    
    -webkit-opacity: 0.75;
    -moz-opacity: 0.75;
    

}



.Width75{width:70%;}
.Pad10{padding:10px;}






.DropDownStil
{
    background:#C4DDF0 !important;
    font-size:14px !important;
    font-family:Trebuchet MS !important;
    }
    
.BaslikSagi
{
    font-size:25px !important;
 }
 
 .MetinKaydir
 {
     white-space:normal !important;
 }
 
 .Pad4Drop
 {
     padding:3px 5px !important;
     }
 
 
/* #31708f*/

.haberP
{
    background:#fff;
}

.marginAuto
{margin:0 auto;}

.text50 {font-size:50%}

.Maroon {color:Maroon !important;}

.SatirAralik15 {line-height:15px;}

.text10px{font-size:10px;}
.text11px{font-size:11px;}
.text12px{font-size:12px;}
.text14px{font-size:14px;}
.text16px{font-size:16px;}
.text18px{font-size:18px;}

.Width300px{width:300px !important;}
.Width225px{width:225px !important;}
.Width500px{width:500px !important;}
.Height50px{height:50px !important;}
.BorderAll{border:1px solid #999;}


.btn_k{}

.ListeOK 
{
    
   list-style-type:none;
   
    
    }
    
    .ListeOK li:before
{
    /*content: '✔';   */
    font-size:20px;
    font-family:Webdings;
    content:'a';
    color:Red;

   
}

.Altcizgi1 { border-bottom:solid 1px #C4DDF0; background:#f3f7d3;}

.altcizgi {text-decoration:underline;}

.heightAuto{height:auto !important}


span.eklemeTarih
{
    margin-left:20px !important;
    
    }
span.eklemeTarihi:before
{
    content:'|' !important;
}

.ArkaBeyaz {
background:#fff !important;
}

.marginLeft0 {
margin-left:0 !important;
}


.panelBG {
background-color:#337ab7 !important;
}

.text200 {
font-size:200% !important;
}

.renk1 {
color:red;
}

.renk2 {
color:green;
}

.renk3 {
color:blue;
}

.renkBGAcikTuruncu {
background-color:#fcd6a9 !important;
}



/*SAĞ ALT KÖŞEDE ÇIKAN YUKARI BUTONU CSSLERİ*/    
a.back-to-top {
    display: none;
    width: 60px;
    height: 60px;
    text-indent: -9999px;
    position: fixed;
    z-index: 999;
    right: 20px;
    bottom: 20px;
    
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    
    background: #d22129 url("../images/up-arrow.png") no-repeat center 43%;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

a:hover.back-to-top {
    background-color: #f48222;
}




.uzak {

position:fixed;
top:1000px;
left:10px;
}




.PadSaga10 {
padding-right:10px !important;
}

.labelMezunalan {
font-size:18px;
height:35px;
line-height:35px; 
width:46%;
color:red;
}


#ch_tumu_ogretim {
width:12px;
height:12px;
margin:0px 2px 0px 0px;
padding:0px 0px 0px 0px;
}

#chl_ogretim input[type="checkbox"] {
width:12px;
height:12px;
margin:0px 2px 0px 0px;
padding:0px 0px 0px 0px;
}

#chl_ogretim label {
font-size:10px;
}


#ch_mezunalan input[type="checkbox"]{
width:30px;
height:30px;
margin:0px 0px 0px 10px;
padding:0px 0px 0px 0px;
color:red;
}



#ch_tum_iller {
width:14px;
height:14px;
margin:0px 2px 0px 0px;
padding:0px 0px 0px 0px;
}



#chl_iller input[type="checkbox"] {
width:12px;
height:12px;
margin:0px 2px 0px 0px;
padding:0px 0px 0px 0px;
}

#tabs input[type="checkbox"] {
width:20px;
height:20px;
margin:0px 2px 0px 0px;
padding:0px 0px 0px 0px;
}


#chl_unvturu input[type="checkbox"]{
width:12px;
height:12px;
margin:0px 2px 0px 0px;
padding:0px 0px 0px 0px;
}

#ch_tumu_puan {
width:12px;
height:12px;
margin:0px 2px 0px 0px;
padding:0px 0px 0px 0px;
}
#chl_puan input[type="checkbox"]{
width:12px;
height:12px;
margin:0px 2px 0px 0px;
padding:0px 0px 0px 0px;
}


#ch_tumu_unv {
width:12px;
height:12px;
margin:0px 2px 0px 0px;
padding:0px 0px 0px 0px;
}
#chl_universite input[type="checkbox"]{
width:12px;
height:12px;
margin:0px 2px 0px 0px;
padding:0px 0px 0px 0px;
}


#ch_tumu_prog {
width:12px;
height:12px;
margin:0px 2px 0px 0px;
padding:0px 0px 0px 0px;
}
#chl_program input[type="checkbox"]{
width:12px;
height:12px;
margin:0px 2px 0px 0px;
padding:0px 0px 0px 0px;
}

#rb_siralama input[type="radio"]{
width:20px;
height:20px;
margin:0px 2px 0px 0px;
padding:0px 0px 0px 0px;
}


.Ortala {
margin:0 auto !important;
}

#chRulles input[type="checkbox"]{
width:30px;
height:30px;
margin:0px 5px 0px 0px;
padding:0px 0px 0px 0px;
}
#chRulles{
font-size:20px;
}

#chContact input[type="checkbox"]{
width:30px;
height:30px;
margin:0px 5px 0px 0px;
padding:0px 0px 0px 0px;
}
#chContact{
font-size:20px;
}



/*.PanelBaslik {
background-color:#009fb2 !important;
border-color:#009fb2 !important;
font-size:16px;
font-weight:bolder;
}

.PanelBorder {
border-color:#009fb2 !important;
}

.TabText {
color:#0e667c;
}*/




.UyelikRows {
 height:40px; 
 line-height:40px; 
 font-size:20px; 
 margin-bottom:5px;
}




.PanelBaslik {
background-color:#f48222 !important;
border-color:#f48222 !important;
font-size:16px;
font-weight:bolder;
padding:5px 5px 5px 10px;
}

.PanelBorder {
border-color:#cccccc !important;
}

.TabText {
color:#944300;
}

.PanelHeadFiltre {
    padding:5px;
    font-size:14px;
    background-color:#578dd0 !important;
    color:#fff !important;
    /* f48222     337ab7: primary rengi */
}

.PadLeft5 {
    padding-left:5px;
}

.PadRight5 {
    padding-right:5px;
}

.ButonIci {
    padding:4px !important;
    height:30px !important;
  
}

.ButonIci2 {
    padding:2px !important;
    height:40px !important;
  
}

.hrStil{
    background-color:darkblue;
    height:1px;
}

.hrStil2y{
    background-color:maroon;
    height:1px;
}

.Width25{width:25%;}
.Width50{width:50%;}
