body{
	margin:0px;
	padding:0px;
	-webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}



/* -----------PAGE BOX -----------------*/
.page_main_box{ width:100%; border-radius:10px; float:left; -webkit-box-shadow: 0px 0px 10px -6px rgba(0,0,0,0.75); -moz-box-shadow: 0px 0px 10px -6px rgba(0,0,0,0.75); box-shadow: 0px 0px 10px -6px rgba(0,0,0,0.75); }
.page_main_top{ width:100%; border-radius:10px 10px 0px 0px; background:#fff; float:left; }
.page_title{ width:96%;	float:left;	text-align:center; font-size:20px; font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;	color:#FF8303;	padding:0px 2%; }
.page_text{	width:96%; float:left;	text-align:center;	font-size:14px;	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;	color:#ccc;	padding:0px 2%; }
.page_desc{	width:90%;	margin:2%;	padding:3%; float:left; text-align:left; font-size:14px; font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;	color:#666;	display:none; }
.page_space{ height:30px; width:100%; float:left; }



/* -------------------SAYFALAMA----------------------*/
.sayfalama_box{ width:250px; margin-top:30px; margin-bottom:30px;  text-align:center; background:#f5f5f5; color:#EF4A26; border-radius:10px; }
.sayfalama_sonraki{ text-decoration:none; font-size:16px; color:#FFF; padding:5px; border-radius:0px 10px 10px 0px; float:right; background:#2D4263; width:50px; }
.sayfalama_sonraki:hover{ background:#025e82; }
.sayfalama_onceki{ text-decoration:none; font-size:16px; color:#FFF; padding:5px; border-radius:10px 0px 0px 10px; float:left; background:#2D4263; width:50px; }
.sayfalama_onceki:hover{ background:#025e82; }
.sayfalama_page_number{	font-size:16px;  padding:5px; color:#2D4263; }



/* -------------------FILTRE----------------------*/
.panel_form_input50{ padding:5px; font:12px "Lucida Sans Unicode", "Lucida Grande", sans-serif; border:solid 1px #CCC;	float:left; width:50px; margin:7px; }
.panel_form_input100{ padding:5px; font:12px "Lucida Sans Unicode", "Lucida Grande", sans-serif; border:solid 1px #CCC;	float:left; width:75px; margin:7px; }
.panel_form_input200{ padding:5px; font:12px "Lucida Sans Unicode", "Lucida Grande", sans-serif; border:solid 1px #CCC;	float:left; width:150px; margin:7px; }
.panel_form_input300{ padding:5px;	font:12px "Lucida Sans Unicode", "Lucida Grande", sans-serif; border:solid 1px #CCC;	float:left;	width:225px; margin:7px; }
.panel_form_filter{ padding:0.5%;	font:11px "Lucida Sans Unicode", "Lucida Grande", sans-serif; border:solid 1px #CCC;	float:left;	width:10%; margin:0.5%; -ms-box-sizing:content-box;
-moz-box-sizing:content-box;
-webkit-box-sizing:content-box; 
box-sizing:content-box; }

.panel_form_buton {  width: 100px;  background-color:#4B2D5B;  color:#fff;  padding:5px;  margin:7px;  border: none;  border-radius: 4px;  cursor: pointer;  font:12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;  text-decoration:none; float:left;  text-align:center; }
.panel_form_buton:hover {  background-color: #9676CD;  color:#fff; }

.panel_form_buton_red {  width: 100px;  background-color:#F00;  color:#fff;  padding:5px;  margin:7px;  border: none;  border-radius: 4px;  cursor: pointer;  font:12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;  text-decoration:none;
float:left;  text-align:center; }
.panel_form_buton_red:hover {  background-color:#9B0000;  color:#fff; }



/* -------------------UYARI EKRANLARI----------------------*/
.sil_ic_div {
	float:left;
	width:94%;
	margin:3%; 
	border-radius:5px;
	background:#FFF;
	-webkit-box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.75);
}

.sil_onay_buton {
	width:50%;
	padding:15px;
	background:#F00;
	color:#FFF;
	text-align:center;
	border:none;
	border-radius:5px;
	cursor:pointer;
}

.sil_onay_buton:hover {
	background:#900;
}

.sil_vazgec_buton {
	width:50%;
	padding:15px;
	background:#CCC;
	color:#000;
	text-align:center;
	border:none;
	border-radius:5px;
	cursor:pointer;
}

.sil_vazgec_buton:hover {
	background:#999;
}

/* -------------------CIHAZ DETAY----------------------*/
.cihaz_detay_dis_div{
	float:left; 
	width:48%; 
	margin:1%;
	border-radius:5px 5px 5px 5px; 
	-webkit-box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.75);
}

.cihaz_detay_baslik{
	float:left; 
	width:100%; 
	height:50px; 
	padding-top:18px; 
	border-radius:5px 5px 0px 0px; 
	background:#f5f5f5;
	color:#17A2B8; 
	font:bold 18px 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; 
	text-align:center;
}

.cihaz_detay_icerik{
	float:left; 
	width:96%; 
	padding:2%;
}

.hm_text{	
	padding: 5px;
	background: #fff;
	color: #333;
	text-align: center;
	font: 12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
}
	
.hm_text img {
	width: 25px;
}



@media only screen and (max-width: 1020px){

/* -----------PAGE BOX -----------------*/
.page_title{ font-size:2.4em; }
.page_text{	font-size:2em; }
.page_desc{	font-size:2em; } 
.page_space{ height:70px; }



/* -------------------SAYFALAMA----------------------*/
.sayfalama_box{ width:400px; border-radius:10px; }
.sayfalama_sonraki{ font-size:2.8em; padding:10px; width:75px; }
.sayfalama_onceki{ font-size:2.8em; padding:10px; width:75px; }
.sayfalama_page_number{	font-size:2.4em;  padding:15px; }



/* -------------------FILTRE----------------------*/
.panel_form_input50{ padding:18px; font-size:22px; width:75px; }
.panel_form_input100{ padding:20px; font-size:26px; width:150px; }
.panel_form_input200{ padding:20px; font-size:26px;	width:300px; }
.panel_form_input300{ padding:20px;	font-size:26px;	width:450px; }
.panel_form_filter{ padding:3%; margin: 2%;	font-size:30px;	width:39.5%; }

.panel_form_buton { width: 200px; padding:20px; font:26px "Lucida Sans Unicode", "Lucida Grande", sans-serif; }
.panel_form_buton_red { width: 200px; padding:20px; font:26px "Lucida Sans Unicode", "Lucida Grande", sans-serif; }



/* -------------------UYARI EKRANLARI----------------------*/
.sil_ic_div {
	font-size:1.8em;
}

.sil_onay_buton {
	width:100%;
	font-size:1.2em;
}

.sil_vazgec_buton {
	width:100%;
	font-size:1.2em;
}

.mobile_text_space{
	padding-bottom:50px;	
}


/* -------------------CIHAZ DETAY----------------------*/
.cihaz_detay_dis_div{
	width:100%;
	margin-bottom:50px;
	border-radius:15px 15px 15px 15px;
}

.cihaz_detay_baslik{
	padding-top:15px;
	padding-bottom:15px;
	border-radius:15px 15px 0px 0px; 
	font-size:2.2em; 
}

.cihaz_detay_icerik{
	font-size:2em;
}

.hm_text{	
	padding: 50px 5px;
	font-size: 1.4em;
}
	
.hm_text img {
	width: 70%;
}	
	
}