﻿.cropit-preview {
	width: 96px; /* largura da imagem a ser cropada */
	height: 96px; /* altura da imagem a ser cropada */
	background-color: #f8f8f8;
	background-size: cover;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-top: 7px;
	cursor: move;
	*margin: 0 0 10px 0;
}
 
/* Translucent background image */
.cropit-preview-background {
	opacity: .1;
}

/*
 * If the slider or anything else is covered by the background image,
 * use relative or absolute position on it
 */
input.cropit-image-zoom-input {
	position: relative;
}

/* Limit the background image by adding overflow: hidden */
#image-cropper {
	*overflow: hidden;
}

input.cropit-image-input { /* hide file input */
    visibility: hidden;
}

input[type=range] {
  -webkit-appearance: none;
  width: 166px;
  vertical-align: middle;  
  margin: 8.4px 0;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 166px;
  height: 3.2px;
  cursor: pointer;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
  background: #dcdcdc;
  border-radius: 0px;
  border: 0px solid rgba(0, 0, 0, 0);
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
  border: 1.5px solid #909090;
  height: 20px;
  width: 10px;
  border-radius: 0px;
  background: #f0f0f0; 
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -8.4px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #f6f6f6;
}
input[type=range]::-moz-range-track {
  width: 166px;
  height: 3.2px;
  cursor: pointer;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
  background: #dcdcdc;
  border-radius: 0px;
  border: 0px solid rgba(0, 0, 0, 0);
}
input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
  border: 1.5px solid #909090;
  height: 20px;
  width: 10px;
  border-radius: 0px;
  background: #f0f0f0;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 166px;
  height: 3.2px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #c3c3c3;
  border: 0px solid rgba(0, 0, 0, 0);
  border-radius: 0px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
}
input[type=range]::-ms-fill-upper {
  background: #dcdcdc;
  border: 0px solid rgba(0, 0, 0, 0);
  border-radius: 0px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
}
input[type=range]::-ms-thumb {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
  border: 1.5px solid #909090;
  height: 20px;
  width: 10px;
  border-radius: 0px;
  background: #f0f0f0;
  cursor: pointer;
  height: 3.2px;
}
input[type=range]:focus::-ms-fill-lower {
  background: #dcdcdc;
}
input[type=range]:focus::-ms-fill-upper {
  background: #f6f6f6;
}


/*
update_photo {
bottom: 21px;
left: 20px;
overflow: hidden;
width: 300px;
}

txt_update_photo {
-webkit-font-smoothing: antialiased;
font-weight: 700;
padding: 10px 12px 10px 35px;
}

lnk_update_photo {
color: #fff;
display: block;
overflow: hidden;
position: relative;
text-align: left;
}
*/

#mask {
    position: absolute;
    z-index: 9000;
    background-color: #000;
    display: none;
}

#boxes .window {
    position: fixed;
    width: 350px;
    height: 200px;
    display: none;
    z-index: 9999;
    padding: 20px;
}

/* Customize your modal window here, you can add background image too */
#boxes #dialog {
    width: 300px;
    height: 300px;
}

/* Show load indicator when image is being loaded */
.cropit-image-preview.cropit-image-loading .spinner {
    opacity: 1;
    position: relative;	
}

/* Show move cursor when image has been loaded */
.cropit-image-preview.cropit-image-loaded {
    cursor: move;
}

/* Translucent background image */
.cropit-image-background {
    opacity: .2;
}

/*
* If the slider or anything else is covered by the background image,
* use relative or absolute position on it
*/
input.cropit-image-zoom-input {
    position: relative;
}

/* Limit the background image by adding overflow: hidden */
/*#image-cropper {
overflow: hidden;
}*/
