
.bg-fade{
  background-color: #EEE;
}

.bg-white{
  background-color: #FFF;
}

.radius{
  padding: 12px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
}

.box-shadow{
  box-shadow:0px 2px 8px -2px #777;
  -moz-box-shadow:0px 2px 8px -2px #777;
  -webkit-box-shadow:0px 2px 8px -2px #777;
  -ms-box-shadow:0px 2px 8px -2px #777;
}

.container{
  padding-top: 12px;
}

.row{
  margin-bottom: 12px;
}
.table_no {
	border:none;
	padding:10px;
}
.table_no_td {
	padding:10px;
	text-align:left;
}
.back_home {
	margin-top:20px;
	padding:10px;
	float:left;
}
.add_user {
	margin-top:20px;
	padding:10px;
	float:right;
}

#inputFile {
    position: relative;
    padding: 0px 0 10px;
    text-align: center;
}

#dropArea {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px 0 20px ;
    border: 2px dashed #494949;
    background: rgba(22, 165, 191, 0);
    transition: all 0.25s cubic-bezier(0.21, 0.51, 0.51, 1);
}

#dropArea.dragover {
    border: 2px dashed #337AB7;
    background: rgba(52, 122, 185, 0.6);
}

#uploadFile {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    display: block;
    width: 300px;
    height: 80px;
    opacity: 0;
}

#inputFileWrap {
/*    position: absolute; */
    display: inline-block;
    height:180px;
    width:200px;
}

.btnInputFile,
.btnChangeFile {
    display: table;
    width: 200px;
    margin: 70px 0 0 0;
}

.btnChangeFile {
    display: none;
}


.btnInputFile span,
.btnChangeFile span {
    position: relative;
    display: table-cell;
    width: 200px;
    height: 50px;
/*    border: 1px solid #333; */
/*    border-radius: 4px; */
/*    background: #333; */
    text-decoration: none;
/*    color: #fff; */
    font-size: 20px;
/*    line-height: 1; */
    font-weight: bold;
    vertical-align: middle;
}

#upFileWrap.selected #btnInputFile {
    display: none;
}

#upFileWrap.selected #btnChangeFile {
    display: table;
}
.file_count_error {
    color:white;
    background-color:red;
}
.file_count_normal {
    color:white;
    background-color:blue;
}
