/*-----Kariyer Modülü-----*/

/*-----Genel-----*/
/* Buradaki Renk Kodları Kolaylıkla Replace Edilebilsin Diye Burada Toplanmıştır */
.backgroundGradientAcikRenk { background: #2323FF;}
.backgroundGradientKoyuRenk { background: #1515A1;}
.buttonHover { background: #1515A1;}
.borderRenk { border: #ABAAA8;}
.ayracRenk { border: #c2c2c2;}

.yenile-button { background: url(../images/yenile_sprite.png) no-repeat; background-position: 0 0px; border: none; display: block; height: 24px; text-decoration: none; width: 24px; }
.yenile-button:hover { background-position: 0 -24px; }
.yenile-button:active { background-position: 0 -48px; }

.delete-button { background: url(../images/delete_sprite.png) no-repeat; background-position: 0px 0px; border: none; display: block; float: left; height: 26px; text-decoration: none; width: 28px; }
.delete-button:hover { background-position: 0px -26px; }
.delete-button:active { background-position: 0px -52px; }

.delete-button_right { background: url(../images/delete_sprite.png) no-repeat; background-position: 0px 0px; border: none; display: block; float: right; height: 26px; text-decoration: none; width: 28px; margin-top: 10px;}
.delete-button_right:hover { background-position: 0px -26px; }
.delete-button_right:active { background-position: 0px -52px; }

.edit-button { background: url(../images/edit_button.png) no-repeat; background-position: 0px 0px; border: none; display: block; float: right; height: 26px; text-decoration: none; width: 28px; margin-top: 10px;}
.edit-button:hover { background-position: 0px -26px; }
.edit-button:active { background-position: 0px -52px; }

.save-button { background: url(../images/save_button.png) no-repeat; background-position: 0px 0px; border: none; display: block; float: right; height: 26px; text-decoration: none; width: 28px; margin-top: 10px;}
.save-button:hover { background-position: 0px -26px; }
.save-button:active { background-position: 0px -52px; }
/*-----Genel-----*/

/*-----İK Giris Formu-----*/ 
#ikGirisSayfaAlani { height: 220px; width:352px;}    
.closeIcon{float:left; position: absolute; top:0px; left:335px; cursor:pointer;}
#ikGirisSayfaAlani #ikGirisIcerikAlani{height:220px; width:310px; padding: 0px 20px; border:1px solid #ABAAA8; background-color:#e2e2e2; margin-top:10px;}
.ikGirisEkraniBaslik { font-size: 21px; font-weight: bold; text-align: center; padding: 10px;}
.ikGirisEkraniRowAyrac {border-top:1px solid #c2c2c2; border-bottom: 1px solid #c2c2c2; margin-bottom: 20px; }
.ikGirisEkraniYazi { width: 100px; padding-top: 5px;margin: 10px 0px 0px 20px; float: left; font-weight: bold; font-size: 14px; clear: both;}
.ikGirisEkraniInputDiv {width:160px; height:14px; padding:5px 5px 5px 5px; margin:10px 0px 0px 0px; border:1px solid #d5d5d5; float:left; }
.ikGirisEkraniInputDiv:focus { outline:none; border-color: #1515A1; }
.ikGirisEkraniCheckBoxDiv { float: right; margin: 10px 20px 10px 10px;}
.ikGirisEkraniLinkDiv { float: left; margin: 10px 20px 10px 20px; text-align: right;}
.ikGirisEkraniBtn {
	float:right;
	width:92px;
	height:30px;
	color: #ffffff;
	text-align:center;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding:0px;
	cursor:pointer;
    margin-right:20px;
    clear: both;
    font-size: 16px;
    font-weight: bold;

	background: #1515A1;
	background: -moz-linear-gradient(top, #2323FF, #1515A1); 
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#2323FF), to(#1515A1));
	background: -webkit-linear-gradient(top, #2323FF, #1515A1);
	background: -o-linear-gradient(top, #2323FF, #1515A1);
	background: linear-gradient(to bottom, #2323FF, #1515A1);
	
	border:1px solid #1515A1;
	border-radius: 3px;
	  -moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
	  
	box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2), 0  1px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.1);

	}

.ikGirisEkraniBtn:hover {background: #1515A1; }
.css-label { cursor: pointer;}
/*-----İK Giris Formu-----*/

/*-----İK Genel-----*/
#ikSayfaIcerik { margin-top: 30px;} 
#ikSayfaIcerik .solAlan { overflow: hidden; float: left; width: 180px; border:1px solid #ABAAA8; background-color:#e2e2e2; margin-bottom: 20px;}
#ikSayfaIcerik #sagAlan { float: right; border:1px solid #ABAAA8; max-width: 780px; padding: 10px;}
#ikSayfaIcerik .sagAlanContainer { float: right; width: 770px; margin-bottom: 20px;}

.ikUyeGirisBaslik { font-size: 21px; font-weight: bold; text-align: center; padding: 10px;}
.ikUyeGirisRowAyrac {border-top:1px solid #c2c2c2; border-bottom: 1px solid #c2c2c2; margin-bottom: 20px; margin: 0px 10px }
.ikUyeGirisYazi { width: 100px; padding-top: 5px; margin: 10px 0px 0px 10px; float: left; font-weight: bold; font-size: 14px; clear: both;}
.ikUyeGirisInputDiv {width:148px; height:14px; padding:5px 5px 5px 5px; margin:5px 0px 0px 10px; border:1px solid #d5d5d5; float:left; }
.ikUyeGirisInputDiv:focus { outline:none; border-color: #1060AC; }
.ikUyeGirisCheckBoxDiv { float: right; margin: 10px 10px 10px 10px;}
.ikUyeGirisLinkDiv { float: left; margin: 10px 10px 0px 10px; }

.ikSayfaFotoAlani { margin: 9px 29px; width: 120px; height:160px; border: 1px solid #1060AC;}
.ikKullaniciAdSoyad { font-weight: bold; font-size: 16px; padding: 1px; margin-left: 7px;}
.ikKullaniciYazi { padding: 1px; margin-left: 7px;}
.ikKullaniciBilgi { font-size: 10px; font-weight:bold; padding: 1px; margin-left: 7px; line-height: 15px;}
.ikKullaniciCikis { text-align: right; font-size: 10px; font-weight:bold; padding: 1px; margin-right: 10px; cursor: pointer;}
.ikBtn {
	float:none;
    width: 100%;
	height:30px;
	color: #ffffff;
	text-align:center;
	padding:0px;
	cursor:pointer;
    margin-top:10px;
    clear: both;
    font-size: 14px;
    font-weight: bold;
	background: #7bb900;
	border:1px solid #6DAB00;
}
.ikBtn:hover {background: #6DAB00; }
.ikBtnGreen { background: #7bb900; border-color:#6DAB00; }
.ikBtnGreen:hover { background: #6DAB00;}
.ikBtnTable { width: 100%;}
.kaydetButtonDiv { float: right; margin-right: 10px;}
.buttonContainerDiv { width: 100%; height: 40px;}
.kaydetBtn {padding: 0px 5px; margin-left: 10px; }
/*-----İK Genel-----*/

/*-----İK Sayfası-----*/
.ikIcerikYazi { width: 750px;}
.ikPozisyonTable { margin-top: 30px; width: 100%; table-layout: fixed; border-collapse:collapse; }
.ikPozisyonTable tr:first-child{ background-color: #1515A1; color: #fff;}
.ikPozisyonTable tr:first-child td{ border-right:1px solid #fff;}
.ikPozisyonTable tr:first-child td:last-child{ border-right:0px;}
.ikPozisyonTable tr{ border: 1px solid #1515A1;}
.ikPozisyonTable td{ padding: 5px; font-size: 12px; text-align: center; vertical-align: middle;}
.ikPozisyonTable td:last-child{ padding-top: 0px;}
.ikPozisyonTableHeader { font-weight: bold; font-size: 14px;}
.ikBasvurBtn{ font-size: 12px; }
/*-----İK Sayfası-----*/

/*-----İlan Detay Sayfası-----*/
.ilanDetayIcerik { width: 750px; float: left;}
.ilanDetayBaslik { padding: 10px; font-size: 21px; font-weight: bold; color: #FFF; width: 730px; 
    /*background: #1515A1;
	background: -moz-linear-gradient(top, #2323FF, #1515A1); 
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#2323FF), to(#1515A1));
	background: -webkit-linear-gradient(top, #2323FF, #1515A1);
	background: -o-linear-gradient(top, #2323FF, #1515A1);
	background: linear-gradient(to bottom, #2323FF, #1515A1);
	
	border:1px solid #1515A1;*/

    background: #1060AC;
    border: 1px solid #1060AC;
	  
	box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2), 0  1px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.1);
	 }
.ilanDetayTable { width: 100%; table-layout: fixed; float: left; margin: 20px 0px;}
.ilanDetayTable td:first-child{ width: 120px; color: #1060AC; font-weight: bold;}
.ilanDetayTable td:nth-child(2){ width: 10px; color: #1060AC; font-weight: bold;}
.ilanDetayTable td:nth-child(3){ width: 250px; }
.ilanDetayTable td:nth-child(4){ width: 120px; color: #1060AC; font-weight: bold;}
.ilanDetayTable td:nth-child(5){ width: 10px; color: #1060AC; font-weight: bold;}
.ilanDetayTable td { padding: 5px;}
.ilanDetayNitelikBaslik { padding: 5px; float: left; margin-top: 20px; color: #1060AC; font-weight: bold; font-size: 16px; clear: both;}
.ilanDetayNitelikIcerik { padding: 5px; float: left; margin-bottom: 20px; clear: both;}
.ilanDetayNitelikIcerik ul{ list-style: inside; -webkit-padding-start: 20px; }

.inputDiv {float:left;}
.ilanKariyerSiteContainer { float: right; margin: 10px 0px; width: 70%; }
.ilanKariyerSiteContainer a img{ height: 30px; margin-right: 20px; float: right;}

.ilanSosyalMedyaIcerik {width: 30%; float: left; padding: 10px 0px 0px 0px;}
.ilanSosyalMedyaIcerik .ilanSosyalMedya{ float: left; margin: 0px 10px 0px 0px; height: 30px; }
.ilanSosyalMedyaIcerik .ilanSosyalMedya:first-of-type{ margin-left: 3px; }
/*-----İlan Detay Sayfası-----*/


/*-----Profil Sayfası-----*/
#ikSayfaIcerik #uploadAlan { float: right; margin-left: 10px; min-height: 86px; width: 150px;}
.profilCvEkleIcerik { float: right; margin: 0px 0px 20px 10px; min-height: 86px; width: 150px; border: 1px solid #ABAAA8; background-color:#e2e2e2; }
.profilSayfaIcerik { width: 578px;}
.profilSayfaBaslik { padding: 10px; font-size: 14px; font-weight: bold; color: #FFF; margin-top:40px; 
    background: #1060AC;
    /*background: #1515A1;
	background: -moz-linear-gradient(top, #2323FF, #1515A1); 
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#2323FF), to(#1515A1));
	background: -webkit-linear-gradient(top, #2323FF, #1515A1);
	background: -o-linear-gradient(top, #2323FF, #1515A1);
	background: linear-gradient(to bottom, #2323FF, #1515A1);*/
	
	border:1px solid #1060AC;
	  
	box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2), 0  1px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.1);
	 }
.profilSayfaBaslik:first-child { margin-top: 0px;}
.cvEkleBaslik{ padding: 0px; height: 38px; }
.cvEkleBaslikYazi { float: left; padding: 10px; font-size: 14px; font-weight: bold;}
.cvEkleBaslikIcon { float: right; margin: 3px 3px 0px 0px;}
.cvEkleIcerik { padding: 5px 0px 0px 0px; margin-left: 35px; max-width: 105px; overflow: hidden;}
.file_input_row { margin: 5px 0px 5px 4px; float: left;}
.file_input_textbox{ float: left; width:77px;height:22px; padding:1px; border: 1px solid rgb(193, 193, 193); margin:0px;}
.file_input_div{float:left; position: relative; width:60px; height:26px; overflow: hidden;}
.file_input_hidden{font-size: 45px;position: absolute;	right: 0px; top: 0px; opacity: 0; filter: alpha(opacity=0); -ms-filter: "alpha(opacity=0)"; -khtml-opacity: 0;-moz-opacity: 0;}
.file_input_button {
	width:60px;
	height:26px;
	color: #ffffff;
    font-weight: bold;
	text-align:center;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding:0px;
	cursor:pointer;
    position: absolute; top: 0px;border: 0px; margin: 0px;
	background: #7BB900;
	/*background: -moz-linear-gradient(top, #6ED86A, #7AC443);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#6ED86A), to(#7AC443));
	background: -webkit-linear-gradient(top, #6ED86A, #7AC443);
	background: -o-linear-gradient(top, #6ED86A, #7AC443);
	background: linear-gradient(to bottom, #6ED86A, #7AC443);*/
	  
	box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2), 0  1px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.1);
    }
.profilInputDiv { float: none; table-layout: fixed; width: 578px; margin: 10px 0px 20px 0px;}
.profilInputDiv td{ vertical-align:middle; }
.profilInputDiv td:first-child{ width: 100px;}
.profilInputDiv td:nth-child(3){ width: 100px;}
.profilInput {width:150px; height:14px; padding:5px 5px 5px 5px; margin:10px 0px 0px 0px; border:1px solid #d5d5d5; float:left; }
.profilInput:focus { outline:none; border-color: #1515A1; }
.profilYazi { width: 100px; margin: 10px 0px 0px 0px; float: left; font-weight: bold; font-size: 12px; clear: both;}
.starRate { margin: 10px 0px 0px 0px; float: left; font-weight: bold; font-size: 14px; clear: both;}
.profilYaziUzun { width: 200px; margin: 10px 0px 0px 0px; float: left; font-weight: bold; font-size: 14px; clear: both;}
.profilSelectInput {height: 24px; padding: 0px; width: 162px;}
.profilSelectInputTiny {height: 24px; padding: 0px; width: 44px; margin-right: 11px;}
.profilTextAreaInput {height: 75px; padding: 0px; width: 454px; resize: none;}
.profilTextAreaInputTiny {height: 75px; padding: 0px; width: 162px; resize: none;}
.profilInputSingleLine {height: 24px; padding: 0px; width: 454px; resize: none;}
.divRadio { float: left;}
.divSpan{ float: left; padding-right: 15px; font-weight: bold; font-size: 14px;}
.sifremiUnuttumBtn { float: right; margin: 0px 0px 20px 0px; padding: 6px 0px; height: 20px;}
.sifremiUnuttumBtn span{ float: left; margin:0px 10px;}
.sifremiUnuttumBtn img{ float: right; margin:0px 10px;}
.pdfExportBtn { float: right; margin: 0px 0px 20px 0px; padding: 6px 0px; height: 20px;}
.pdfExportBtn span{ float: left; margin:0px 10px;}
.pdfExportBtn img{ float: right; margin:0px 10px;}
.nav { 
	overflow: hidden; 
	margin: 0 0 -1px 0;
	line-height:20px;
    width: 760px;
    float: right;
	}
	
.nav li { 
	float: left;
	color:#ffffff;
    font-size: 16px;
    font-weight: bold;
	margin: 0 5px 0 0;
	color: #1515A1;
	/*background-color: #F5F5F5;  
	
	/*border-radius:3px 3px 0px 0px;
	-moz-border-radius: 3px 3px 0px 0px;
	-webkit-border-radius:3px 3px 0px 0px;  EMRAH
	
	background: #1515A1;
	background: -moz-linear-gradient(top, #2323FF, #1515A1);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#2323FF), to(#1515A1));
	background: -webkit-linear-gradient(top, #2323FF, #1515A1);
	background: -o-linear-gradient(top, #2323FF, #1515A1);
	background: linear-gradient(to bottom, #2323FF, #1515A1);*/
	
	box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.1);
    list-style: none;
    background: #1060AC;
	
	}
	
.nav li a { 
	display: block;
	color:#ffffff; 
	padding: 5px 15px; 
	text-align:center; 
	text-decoration:none;
	
	border:1px solid #1060AC;/*border:1px solid #1515A1;*/
	border-bottom:none;
	/*border-radius:3px 3px 0px 0px;
	-moz-border-radius: 3px 3px 0px 0px;
	-webkit-border-radius:3px 3px 0px 0px; EMRAH*/
	}
	
.nav li a:hover  {
    color: #ffffff;
	background-color: #0E508F;  
	}

.nav li img { 
	margin-right:10px; 
	}

.basvurularAlan { border: 1px solid #ABAAA8; padding: 10px; width: 770px; float: left;  }
.basvurularAlan tr:first-child{ background-color: #1060AC; color: #fff; }
.basvurularAlan tr{ border: 1px solid #1060AC;}
.basvurularAlan td{ padding: 5px; font-size: 12px;}
.alanAyrac { border-bottom: 1px solid #ABAAA8; width: 100%; padding: 5px 0px;}
/*-----Profil Sayfası-----*/

/*-----Yeni Üye Kayıt-----*/
.yeniUyeKayitSayfaIcerik { width: 580px; padding: 10px;}
.yeniUyeKayitSayfaBaslik { padding: 10px; font-size: 16px; font-weight: bold; color: #FFF;  
    background: #1515A1;
	background: -moz-linear-gradient(top, #2323FF, #1515A1); 
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#2323FF), to(#1515A1));
	background: -webkit-linear-gradient(top, #2323FF, #1515A1);
	background: -o-linear-gradient(top, #2323FF, #1515A1);
	background: linear-gradient(to bottom, #2323FF, #1515A1);
	
	border:1px solid #1515A1;
	  
	box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2), 0  1px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.1);
	 }
.yeniUyeKayitInputDiv{float: none; table-layout: fixed; width: 670px; margin: 10px 0px 20px 0px;}
.yeniUyeKayitInputDiv td{ vertical-align:middle; }
.yeniUyeKayitInputDiv td:first-child { width: 120px; font-weight: bold; padding-top: 10px;}
.yeniUyeKayitInputDiv td:nth-child(3) { width: 120px; font-weight: bold; padding-top: 10px;}
.yeniUyeKayitInputDiv td select { width: 120px; padding: 3px 5px;}
#captchaAlan { float: left; width: 112px; margin-top: 5px; }
#captchaYenileAlan { float: left; margin: 5px 10px; }
#captchaYenileAlan #captchaDurumAlan { margin-top: 10px; }
/*-----Yeni Üye Kayıt-----*/

/*-----Şifremi Unuttum-----*/
.sifreDegistirFormuRow { float: left; clear: both;}
/*.sifremiUnuttumInputDiv{ width: 200px;}
.sifremiUnuttumSayfaIcerik { width: 280px; padding: 10px;}
.sifremiUnuttumSayfaBaslik { padding: 10px; font-size: 16px; font-weight: bold; color: #FFF;  
    background: #1515A1;
	background: -moz-linear-gradient(top, #2323FF, #1515A1); 
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#2323FF), to(#1515A1));
	background: -webkit-linear-gradient(top, #2323FF, #1515A1);
	background: -o-linear-gradient(top, #2323FF, #1515A1);
	background: linear-gradient(to bottom, #2323FF, #1515A1);
	
	border:1px solid #1515A1;
	  
	box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2), 0  1px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.1);
	 }
.epostaInput{width: 210px;}	 */
/*-----Şifremi Unuttum-----*/
/*-----Kariyer Modülü-----*/
