
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

input[type=file] {
    display: block;
}



.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    width:100%;
    /*
    font-size: 200px;
    direction: ltr;
    cursor: pointer;
    */
}


.btn-success {
    color: #fff;
    background-color: #fe7a06;
}

/*
#ThrongGoButton {
font-size:1.8em;
background-color: #fe7a06;
border:none;
color:#fff;
margin-top:0.6em;
width:auto;
}
*/

.fileinput-button {
	display: inline-block;
    margin-top: 0.6em;
     width:auto;
     -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding:0.25em;

  position: relative;
  overflow: hidden;
  display: inline-block;
}

#dropzone {
    background: #fff;
    width: 100%;
    height: 150px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #009ddc;
    border-radius: 5px;
}
#dropzone.in {
    width: 100%;
    line-height: 200px;
    font-size: larger;
}
#dropzone.hover {
    background: #c5eefe;
}
#dropzone.fade {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 1;
}
