.islemler{
	 float:right;
	 text-align:right;
}
#mytop100{
	position:absolute;
	top:10rem;
	overflow:auto; 
	height:auto;
	font-size:.8rem;
	z-index:10001
}
.tile-wide{
	width:310px;
}
.appbar_left_img{
	display:block;
}

@media screen and (max-width:500px){
#sidemenu{
	width:85%;
}
.appbar_left_img{
	display:none;
}
#mytop100{
	width:23rem;
	left:calc(50% - 11rem);
}
.main-tile{
  width:46.5vw!important;
  height:120px!important;
}

.soruview_container{
  width:100%;
}
.soruview{
  width:92vw;
}  
.linkview_container{
  width:100%;
}
 
.tile-person{
  width: 96vw;	
}
.tile-wide{
  width: 96vw;
}
.myitem{
  width: 96vw;
}
.myfolder{
  width: 40vw;
}
.linkview{
  width: 96vw;
}
.tile-wide-x{
  width: 100vw;
  max-width: 380px;
}
.btn_mainmenu{
  display:block;
}
.islemler{
  float:left;
}
}
@media screen and (min-width: 500px) {
#mytop100{
	width:42rem;
	left:calc(50% - 20rem);
}	
}
@media screen and (max-width: 800px) {
.main-tile {
    width: 248px;
    height: 120px;
}
}