
input,input[type="text"],input[type="password"],textarea,select {
	width: 100%;
	margin-bottom: 0px;
}

input[type="text"],textarea{
	box-sizing: border-box;
}
textarea{
	resize: none;
}
input[type="text"]{
	height: 30px
}

input[name="personnel_field[field_totalprice]"]{
	background-color: #eeeeee;
	float: right;
	margin-top: 10px;
	width: 100px;
}


input[name="personnel_field[field_percost]"],input[name="personnel_field[field_freenum]"]{
	 float: right;
	 width: 50px;
	 min-height: 30px;
	 margin-top: 10px;
	 margin-right: 10px;
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 border: 0px;

	 background-color: transparent;
	 border-color: transparent;

	 -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
	 -moz-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
}



input[name="product_field[field_totalprice]"]{
	background-color: #eeeeee;
	float: right;
	margin-top: 10px;
	width: 100px;

}

input[type="radio"], input[type="checkbox"] {
margin: 0px 0 0;
}

.baseDiv label{
	margin-bottom: 0px
}

.baseDiv .radio-group {
  display: flex;
  height: 30px;
  align-items: center;
  gap: 0.5em;
}
.baseDiv .radio-group input[type="radio"] {
  vertical-align: middle;
}
.baseDiv .radio-group label {
	cursor: pointer;
}



.baseDiv{
	width: 100%;
	height: auto;
}
.baseDiv label{
    cursor: default;
    margin-bottom: 0px;
}
.baseDiv .baseDiv-item{
	width: 100%;
	min-height: 30px;
	margin-bottom: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #dddddd;
}
.baseDiv .baseDiv-item-label{
	width: 20%;
	height: 100% !important;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;

}
.baseDiv .baseDiv-item-controls{
	width: 80%;
	height: 100%;
	background-color: #eeeeee;
	float: left;
	display: inline-block;
	box-sizing: border-box;
}

.base_tb_infor{
	position: absolute;
	right: 0px; 
	top: 5px;
	margin-right: 20%;
	z-index: 10;
}




.fileDiv{
	width: 100%;
	height: auto;
}
.fileDiv label{
    cursor: default;
    margin-bottom: 0px;
}
.fileDiv .fileDiv-item{
	width: 100%;
	min-height: 30px;
	margin-bottom: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #dddddd;
}
.fileDiv .fileDiv-item-label{
	width: 20%;
	height: 100% !important;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;

}
.fileDiv .fileDiv-item-controls{
	width: 80%;
	height: 100%;
	background-color: #eeeeee;
	float: left;
	display: inline-block;
	box-sizing: border-box;
}



.table-container-personnel {
  display: table;
  width: 100%;
  border-collapse: collapse;
}
.table-row-personnel {
  display: table-row;
}
.table-cell-personnel {
  display: table-cell;
  padding: 8px;
  border: 1px solid #ccc;
}
.table-row-personnel-head{
	background-color: #eeeeee;
}

.table-row-personnel .buttonDelpic img{
	height: 25px;
}

.table-row-personnel .buttonDelpic{
	position: absolute;
	text-decoration: none;
	border: 0 none;
	margin-top: 10px;
}


.table-container-product {
  display: table;
  width: 100%;
  border-collapse: collapse;
}
.table-row-product {
  display: table-row;
}
.table-cell-product {
  display: table-cell;
  padding: 8px;
  border: 1px solid #ccc;
}
.table-row-product-head{
	background-color: #eeeeee;
}



.btn2 {
  display: inline-block;
  margin-right: 5px;
  padding: 6px 16px;
  font-size: 14px;
  line-height: 18px;
  color: #edffd1;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 0 none;
  background-color: #4bbd00;
  float: left !important;
  text-indent: 0px;
}
.btn2:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #4cdb00;
  border-bottom: 0 none;
  float:left !important;
  text-indent: 0px;
}



/*上傳 按钮*/
.a-upload {
    padding: 4px 10px;
    height: 20px;
    line-height: 20px;
    position: relative;
    cursor: pointer;
    color: #888;
    background: #fafafa;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    cursor: pointer;
}

.a-upload  input {
    position: absolute;
    font-size: 12px;
    right: 0;
    top: 0;
    opacity: 90;
    filter: alpha(opacity=90);
    cursor: pointer
}


.a-upload:hover {
    color: #444;
    background: #eee;
    border-color: #ccc;
    text-decoration: none
}














.mask{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(100, 100, 100, 0.5);
    z-index: 999999;
}


/***************************** 加载 **********************************/

#loaderContainer>div {
    width: 200px;
    height: 200px;
    color: white;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    border: 5px solid #3498db;
    border-radius: 50%;
    animation: borderScale 2s infinite ease-in-out;
}

#loaderContainer>div>p {
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    font-size: 1.5em;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

#loaderContainer>div>p>a {
    color: #ffffff;
}

#loaderContainer>div>p>a:hover {
    color: #4daded;
}

@keyframes borderScale {
    0% {
        border: 5px solid white;
        color: #4daded;
    }
    50% {
        border: 25px solid #3498db;
        color: #FFFFFF;
    }
    100% {
        border: 5px solid white;
        color: #4daded;
    }
}
