@charset "utf-8";

.btn-imgdragcrop {
    padding: 10px 10px;
    min-height: 40px;
    min-width: 40px;
    font-size: 20px;
    margin: 13px 5px !important;
    border: 1px solid #e3e3e3;
    box-shadow: 0 0 10px 0px #00000005;
}
.btn-default {
    color: black;
    background: #fff;
}
.dropzone						{background-color: transparent;text-align: center;position: relative;border: 1px solid transparent;display: flex;align-items: center;justify-content: center;overflow: hidden;}
.dropzone:after					{content: 'Resminizi buraya bırakın veya eklemek için tıklayın!';font-size: 17px;color: #00d50f;font-weight: 500;position: absolute;bottom: 2%;padding: 10px 10px 10px 65px;width: 96%;min-height: 50px;text-align: left;margin: 0;z-index:0;display: flex;align-items: center;justify-content: start;line-height: 1;opacity: 10;background-color: #ffffffc4;border: 1px solid #00d50f;backdrop-filter: blur(20px);-webkit-backdrop-filter: 20px;}
.dropzone:before				{content: "\f0ee";position: absolute;display: flex;align-items: center;justify-content: center;top: auto;left: 25px;bottom: 3.5%;width: 45px;height: 35px;z-index: 1;color: #00d50f;font-size: 34px;font-family: 'font awesome 5 pro';-moz-osx-font-smoothing: grayscale;-webkit-font-smoothing: antialiased;font-style: normal;font-variant: normal;text-rendering: auto;line-height: 1;font-weight: 100;}

.dropzone.loading:after			{ content: 'Lütfen bekleyin, resim yükleniyor'; }
.dropzone.loading:before		{ content: ''; }

.dropzone.done:after			{ content: '';}
.dropzone.done:before			{ content: '';}

/* not an image */
.dropzone.notAnImage			{ background-color: #f2dede; border-color: #ebccd1; }
.dropzone.notAnImage:after		{ content: 'Seçilen dosya bir resim değil!'; color: #a94442; }
.dropzone.notAnImage:before		{ content: ''; color: #ebccd1; }

.dropzone.alert-danger			{ background-color: #f2dede; }
.dropzone.alert-danger:after	{ content: ''; }

.dropzone.smalltext:after		{ font-size: 20px; }

.dropzone > span				{ font-size: 30px; color: #bbbbbb; position: absolute; top: 35%; left: 0; width: 100%; text-align: center; z-index:0;}
.dropzone > span.loader			{ display: none; }
.dropzone > input[type=file]	{position: absolute;top: 0;left: 0;bottom: 0;right: 0;width: 100%;opacity: 0;cursor: pointer;z-index:2;height: 100% /* IE HACK*/;background: transparent;}
.dropzone > input[type=text]	{ display: none; }

.dropzone .progress				{ bottom: 10px; left: 10px; right: 10px; display: none;  }

.dropzone .cropWrapper			{overflow: hidden;position: absolute;top: -2px;bottom: 0;left: -1px;right: 0;z-index: 10;background-color: transparent;text-align: left;}
/*.dropzone canvas.final			{ background-color: #eeeeee;}*/

.dropzone img					{cursor: move;z-index: 5;position: relative;max-width: none;}
.dropzone img.ghost				{opacity: 0;z-index: auto;overflow: hidden;position: absolute;top: 0;bottom: 0;left: 0;right: 0;z-index: auto;background-color: transparent;text-align: center;}
.dropzone img.main				{cursor: move;}
.dropzone .final img.main 		{ cursor: auto; }
.dropzone img.preview			{ width: 100%; }

.dropzone .tools				{ position: absolute; top: 10px; right: 10px; z-index: 999; display: inline-block; }
.dropzone .tools > *			{ margin: 0 0 0 5px; }

.dropzone.smalltools .tools .btn	{ padding: 1px 4px; font-size: 12px; }

.dropzone .download				{ position: absolute; bottom: 10px; left: 10px; z-index: 999; display: inline-block; }
.dropzone .download > *			{ margin: 0 0 0 5px; }

.icon-flipped 					{ transform: scaleX(-1); -moz-transform: scaleX(-1); -webkit-transform: scaleX(-1); -ms-transform: scaleX(-1); }

.rotate_90						{ /*General*/
transform: rotate(90deg);
/*Firefox*/
-moz-transform: rotate(90deg);
/*Microsoft Internet Explorer*/
-ms-transform: rotate(90deg);
/*Chrome, Safari*/
-webkit-transform: rotate(90deg);
/*Opera*/
-o-transform: rotate(90deg);}
.html5imageupload						{ background-color: #eeeeee; text-align: center; position: relative; border: 1px solid #dddddd; display: inline-block;  }
.html5imageupload:after					{ content: 'Resminizi buraya bırakın veya eklemek için resmin üzerine tıklayın!'; font-size: 30px; color: #bbbbbb; position: absolute; bottom: 60%; left: 0; width: 100%; text-align: center; z-index:0;}
.html5imageupload:before				{ content: '/f0ee '; font-family:"Glyphicons Halflings"; font-size: 60px; color: #dbdbdb; position: absolute; top: 40%; left: 0; width: 100%; text-align: center; z-index:0;}

.html5imageupload.loading:after			{ content: 'Lütfen bekleyin, resim yükleniyor'; }
.html5imageupload.loading:before		{ content: ''; }

.html5imageupload.done:after			{ content: '';}
.html5imageupload.done:before			{ content: '';}

/* not an image */
.html5imageupload.notAnImage			{ background-color: #f2dede; border-color: #ebccd1; }
.html5imageupload.notAnImage:after		{ content: 'Seçilen dosya bir resim değil!'; color: #a94442; }
.html5imageupload.notAnImage:before		{ content: ''; color: #ebccd1; }

.html5imageupload.alert-danger			{ background-color: #f2dede; }
.html5imageupload.alert-danger:after	{ content: ''; }

.html5imageupload.smalltext:after		{ font-size: 20px; }

.html5imageupload > span				{ font-size: 30px; color: #bbbbbb; position: absolute; top: 35%; left: 0; width: 100%; text-align: center; z-index:0;}
.html5imageupload > span.loader			{ display: none; }
.html5imageupload > input[type=file]	{ position: absolute; top: 0; left: 0; bottom: 0; right: 0; width: 100%; opacity: 0; cursor: pointer; z-index:2; height: 100% /* IE HACK*/ }
.html5imageupload > input[type=text]	{ display: none; }

.html5imageupload .progress				{ bottom: 10px; left: 10px; right: 10px; display: none;  }

.html5imageupload .cropWrapper			{ overflow: hidden; position: absolute; top:0; bottom: 0; left: 0; right: 0; z-index: 10; background-color: #eeeeee}
/*.html5imageupload canvas.final			{ background-color: #eeeeee;}*/

.html5imageupload img					{ z-index: 20; position: relative; }
.html5imageupload img.ghost				{ opacity: .2; z-index: auto; float:left /* HACK for not scrolling*/; }
.html5imageupload img.main				{ cursor: move; }
.html5imageupload .final img.main 		{ cursor: auto; }
.html5imageupload img.preview			{ width: 100%; }

.html5imageupload .tools				{ position: absolute; top: 10px; right: 10px; z-index: 999; display: inline-block; }
.html5imageupload .tools > *			{ margin: 0 0 0 5px; }

.html5imageupload .download				{ position: absolute; bottom: 10px; left: 10px; z-index: 999; display: inline-block; }
.html5imageupload .download > *			{ margin: 0 0 0 5px; }


.html5imageupload.smalltools .tools .btn	{ padding: 1px 4px; font-size: 12px; }