@charset "UTF-8";


/*.resim-galeri img{*/
/*  max-width: 100%;*/
/*  height: 100px;*/
/*}*/

/*.dosya-galeri img{*/
/*    width: 100%;*/
/*    height: 90px;*/
/*  }*/
/*.dosya-galeri textarea{*/
/*    margin-top: -10px !important;*/
/*    margin-bottom: 10px !important;*/
/*    width: 100%;*/
/*}*/

.resim-sil {
display: none;
position: absolute;
top: 20px;
right: 30px;
border-radius: 5em;
padding: 2px 6px 3px;
text-decoration: none;
font: 500 15px/14px sans-serif;
background: #555;
border: 2px solid #fff;
color: #FFF;
box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 2px 4px rgba(0,0,0,0.3);
  text-shadow: 0 1px 2px rgba(0,0,0,0.5);
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
.resim-sil:hover {
 background: #E54E4E;
  padding: 3px 7px 5px;
  top: 20px;
right: 30px;
}
.resim-sil:active {
 background: #E54E4E;
  top: 20px;
right: 30px;
}

.dosya-sil {
display: none;
position: absolute;
top: 20px;
right: 30px;
border-radius: 5em;
padding: 2px 6px 3px;
text-decoration: none;
font: 500 15px/14px sans-serif;
background: #555;
border: 2px solid #fff;
color: #FFF;
box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 2px 4px rgba(0,0,0,0.3);
  text-shadow: 0 1px 2px rgba(0,0,0,0.5);
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
.dosya-sil:hover {
 background: #E54E4E;
  padding: 3px 7px 5px;
  top: 20px;
right: 30px;
}
.dosya-sil:active {
 background: #E54E4E;
  top: 20px;
right: 30px;
}

.img-container,
.img-preview {
	background-color: #f7f7f7;
	overflow: hidden;
	width: 100%;
	text-align: center;
}

.img-container {
	min-height: 300px;
	max-height: 600px;
	margin-bottom: 20px;
}
.img-container > img {
	max-width: 100%;
}

.docs-preview {
	margin-right: -15px;
	margin-bottom: 10px;
}

.img-preview {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.img-preview > img {
	max-width: 100%;
}

.preview-lg {
	width: 263px;
	height: 148px;
}



.img-container-mobil,
.img-preview-mobil {
	background-color: #f7f7f7;
	overflow: hidden;
	width: 100%;
	text-align: center;
}

.img-container-mobil {
	min-height: 300px;
	max-height: 600px;
	margin-bottom: 20px;
}
.img-container-mobil > img {
	max-width: 100%;
}

.docs-preview-mobil {
	margin-right: -15px;
	margin-bottom: 10px;
}

.img-preview-mobil {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.img-preview-mobil > img {
	max-width: 100%;
}

.preview-lg-mobil {
	width: 263px;
	height: 148px;
}




.img-container-manset,
.img-preview-manset {
	background-color: #f7f7f7;
	overflow: hidden;
	width: 100%;
	text-align: center;
}

.img-container-manset {
	min-height: 300px;
	max-height: 600px;
	margin-bottom: 20px;
}
.img-container-manset > img {
	max-width: 100%;
}

.docs-preview-manset {
	margin-right: -15px;
	margin-bottom: 10px;
}

.img-preview-manset {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.img-preview-manset > img {
	max-width: 100%;
}

.preview-lg-manset {
	width: 263px;
	height: 148px;
}