
[class*="entypo-"]:before {
  font-family: 'entypo', sans-serif;
}

// body {
//   background-color: #eaeaea;
//   font-family: 'Roboto';
// }

.center-block, .carrousel, .carrousel .wrapper {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.file-panel{
	padding:5px;
}
.gallery {
  list-style: none;
}

.portrait {
  width: 150px;
  background-color: #FFF;
  padding: 5px;
  margin: 7px 0px 0px 7px;
  text-align: center;
  cursor: pointer;
  float: left;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.portrait:hover {
  -moz-transform: scale(1.04, 1.04);
  -ms-transform: scale(1.04, 1.04);
  -webkit-transform: scale(1.04, 1.04);
  transform: scale(1.04, 1.04);
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.portrait .pic {
  width: 100%;
  margin: 5px 0;
}


.portrait .foot .heart {
  margin-left: 4px;
}

.carrousel {
  display: none;
  position: fixed;
  z-index: 1051;
  width: 100%;
  height:100%;
  background-color: rgba(10, 10, 10, 0.8);
  overflow:auto;
  overflow-x:hidden;
}
.carrousel .wrapper {
  width:100%;
  height: auto;
  text-align:center;
  overflow: hidden;
  /*.loading{
    color: #FFF;
    font-size: 24px;
    margin: 40% 40%;
    display: none;
  }*/
}

.carrousel .wrapper > img {
  width: 100%;
  z-index: 9999;
  text-align: center;
}
.carrousel .wrapper .btn-black{
  margin-top:10px;
  margin-right: 20px ;
}
.innerdiv{
  padding: 20px;
}

// .close {
//   cursor: pointer;
//   color: #FFF;
//   position: absolute;
//   top: 4px;
//   right: 8px;
//   font-size: 18px;
// }

// .close:hover {
//   font-size: 20px;
//   color: #DDD;
// }
.thumbnail{
	border: 0px solid #e1e1e1;
}
 .filetag{
        	color: #CCCCCC;
        	font-size: 12px;
					display: inline-block;
        }



#picker {
    display: inline-block;
    line-height: 1.42857;
    margin: 0 12px 0 0;
    vertical-align: middle;
}
#picker .webuploader-pick {
    display: block;
    padding: 6px 12px;
}

#uploader-demo .thumbnail img {
    width: 100%;
}

.file-item {
    float: left;
    border: 2px dashed #C8CBCE;
    margin: 0 20px 20px 0;
    padding: 4px;
    position: relative;
}
.file-item .error {
    background: red none repeat scroll 0 0;
    color: white;
    font-size: 14px;
    height: 20px;
    left: 4px;
    line-height: 23px;
    position: absolute;
    right: 4px;
    text-align: center;
    top: 4px;
}
.file-item .info {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    bottom: 4px;
    color: white;
    font-size: 12px;
    height: 20px;
    left: 4px;
    line-height: 20px;
    overflow: hidden;
    position: absolute;
    right: 4px;
    text-indent: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 10;
}
.upload-state-done::after {
    bottom: 0;
    color: #4cae4c;
    content: "";
    font-family: FontAwesome;
    font-size: 32px;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    position: absolute;
    right: 4px;
    z-index: 99;
}
.file-item .progress {
    background: transparent none repeat scroll 0 0;
    border-radius: 0;
    bottom: 4px;
    height: 4px;
    left: 4px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 4px;
    z-index: 15;
}
.file-item .progress span {
    animation: 2s linear 0s normal none infinite running progressmove;
    background: #d14 url("../images/progress.png") repeat-x scroll 0 0;file-item
    display: block;
    height: 100%;
    overflow: hidden;
    transform: translateZ(0px);
    transition: width 200ms linear 0s;
    width: 0;
}
.thumbnail, .img-thumbnail {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}


.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;

}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
  border-color: #ccc;
}
.content_size{
	margin-top: 30px;
}
/*body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset,
legend, input, button, textarea, blockquote, th, td, p { margin:0; padding:0 }
input, button, select, textarea { outline:none }*/

li {
	list-style: none;
}

img {
	vertical-align: top;
	border: none
}

textarea {
	resize: none
}


/*body { width:auto; height:auto; padding:0; margin:0; color: #666; background: #FFF; }
body, input, textarea { font-size:12px; font-family:Arial, Verdana, "Microsoft Yahei", Simsun }*/


.clear {
	clear: both
}

.clearfix:after {
	content: ".";
	display: block;
	font-size: 0;
	height: 0;
	clear: both;
	visibility: hidden
}

.clearfix {
	zoom: 1
}

.innerdiv{
	text-align: center;
	margin-left: 100px ;
	margin-right: 100px ;
	margin-top: 50px ;
	background: #F0F0F0;
}
.innerimg{
		height: 500px;
		border: 1px solid #CCC;
		display: inline-block;
		background: #CCC;
		text-align: center;
		margin: 50px;
		overflow-y:scroll;
		overflow-x:scroll;

	}
#radio_wrap {
	margin-left: 20px;
	padding: 20px auto 0;
	font-size: 12px;
	*word-spacing: -1px;
}

/*@media screen and (-webkit-min-device-pixel-ratio:0) {*/
	#radio_wrap input {
		display: none;
	}
	#radio_wrap li {
		position: relative;
		width: 230px;
		height: 180px;
		border: 1px solid #CCC;
		display: inline-block;
		*display: inline;
		*zoom: 1;
		margin: 0 2px;
	}
	#radio_wrap li.checked {
		border: 2px solid red;
		margin: 1px 1px;
	}
	#radio_wrap li.checked i {
		width: 30px;
		height: 30px;
		position: absolute;
		right: 0;
		bottom: 0;
		_right: -1px;
		_bottom: -1px;
		background: url(../../static/images/checked.gif) no-repeat;
	}
	.image-padding {
		margin-top: 10px;
		margin-left: 30px;
		margin-right: 40px;
		margin-bottom: 20px;
		width: 140px;
		text-align: center;
	}
	// .form-control {
	// 	margin: 5px;
	// }
	// .control-label {
	// 	margin: 5px;
	// }
	.iframe-file {
		width: 100%;
		height: 50px;
	}
	.navbar {
		min-height: 30px;
	}
	.tt_title {
		width: 100%;
		text-align: center;
		margin-top: 10px;
	}
	.image_empty
	{
		width: 200px;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.modal-backdrop .fade .in
	{
		height: 150%;
	}


		.imgbutton{
		display:block;
		width:41px;
		height:41px;
		margin:0 auto;
		background-color: #000000;
	  background: url(static/images/btn_zin_nor.png) no-repeat
		}
/*}*/
@keyframes progressmove {
0% {
    background-position: 0 0;
}
100% {
    background-position: 17px 0;
}
}
@keyframes progressmove {
0% {
    background-position: 0 0;
}
100% {
    background-position: 17px 0;
}
}
@keyframes progressmove {
0% {
    background-position: 0 0;
}
100% {
    background-position: 17px 0;
}

}