.notify-alert {
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.23), 0 3px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.23), 0 3px 10px rgba(0, 0, 0, 0.16);
  border: 0 !important;
  max-width: 500px;
  color: #FFF;
}

.notify-alert.alert-success {
  background-color: #4caf50;
}

.notify-alert.alert-info {
  background-color: #2196F3;
}

.notify-alert.alert-warning {
  background-color: #ffad33;
}

.notify-alert.alert-danger {
  background-color: #f55a4e;
}

.notify-alert button[data-notify="dismiss"] {
  margin-left: 5px;
  outline: none !important;
}

#err{
	color: red;
}
#preview img{
	max-width: 100%;
	border: solid #cdcdcd 1px;
	padding:5px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, .2);
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, .2);
	overflow: hidden;
	width:180px;
	height:180px;
}
#previewx img{
	max-width: 100%;
	border: solid #cdcdcd 1px;
	padding:5px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, .2);
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, .2);
	overflow: hidden;
}
.fileContainer {
    overflow: hidden;
    position: relative;
}

.fileContainer [type=file] {
    cursor: inherit;
    display: block;
    font-size: 999px;
    filter: alpha(opacity=0);
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
}

/* Example stylistic flourishes */

.fileContainer {
    background: #00A65A;
    border-radius: .2em;
    float: left;
    padding: .5em;
    color: #fff;
}

.fileContainer [type=file] {
    cursor: pointer;
}
