
 #form_voucher label,th{
    font-weight:normal;
    font-size:15px;
 
 }

#voucher th{ 
text-align: center;
vertical-align: middle!important;
font-weight:normal;
font-size:16px;
}
 #voucher{
	text-align:center;
}
 #voucher tbody tr td {
            height: 27px;
        }
        
 table#voucher,#voucher>tbody>tr>td,#voucher>thead>tr>th,#voucher>thead>tr>td{
        border:solid 1px #d0d0d0;   
}     


        .ua:focus {
            outline: none;
            box-shadow: none;
            border-radius: 0;
        }


        .ua {
            width: 50px;
            border: none #FFFFFF;
            text-align:center;

            background: transparent;
        }

        .uu:focus {
            outline: none;
            box-shadow: none;
            border-radius: 0;
        }

        .uu {
            text-align:center;
            width: 70px;
            border: none #FFFFFF;
            border-bottom: 	#BEBEBE solid 1px; 
            background: transparent;
        }
       .o{
          opacity:0;
        
        }
        .checkbox-custom {
    position: relative;
    padding: 0 0 0 25px;
    margin-bottom: 7px;
    margin-top: 0;
}

.checkbox-custom input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    cursor: pointer;
    z-index: 2;
    margin: -6px 0 0 0;
    top: 50%;
    left: 3px;
}

.checkbox-custom label:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -9px;
    width: 19px;
    height: 18px;
    display: inline-block;
    border-radius: 2px;
    border: 1px solid #bbb;
    background: #fff;
}

.checkbox-custom input[type="checkbox"]:checked +label:after {
    position: absolute;
    display: inline-block;
    font-family: 'FontAwesome';
    content: '\F00C';
    top: 50%;
    left: 4px;
    margin-top: -5px;
    font-size: 11px;
    line-height: 1;
    width: 16px;
    height: 16px;
    color: #333;
}
.checkbox-custom label {
    cursor: pointer;
    line-height: 1.2;
    margin-bottom: 0;
    text-align: left;
}
#del{
	padding:0;
	margin:0;
	position:absolute;
	top:153px;
	right:124px;
	line-height:36px;
}
#del li{
	width:20px;
	height:58px;
	padding:0;
	margin:0;
	list-style:none;
}
#add{
	padding:0;
	margin:0;
	position:absolute;
	top:153px;
	left:124px;
	line-height:36px;
}
#add li{
	width:20px;
	height:58px;
	padding:0;
	margin:0;
	list-style:none;
}
.inputMoney{
	width:100%;
	height:100%;
	font-size:20px;
	text-align:right;
}
.minus{
	position:relative;
	top:0;
	width: 16px;
	height: 16px;   
	color:#fff;   
	font-size:8px;
	line-height:16px;
	background-color:red;     
	border-radius: 50%;      
	-moz-border-radius: 50%;      
	-webkit-border-radius: 50%;
}
.plus{
	position:relative;
	top:0;
	width: 16px;
	height: 16px;   
	color:#fff;   
	font-size:8px;
	line-height:16px;
	background-color:#1bb655;     
	border-radius: 50%;      
	-moz-border-radius: 50%;      
	-webkit-border-radius: 50%;
}
.removeDele{
	position:relative;
	float:right;
	top:0;
	width: 16px;
	height: 16px;   
	color:#fff;   
	font-size:8px;
	line-height:16px;
	background-color:#ddd;     
	border-radius: 50%;      
	-moz-border-radius: 50%;      
	-webkit-border-radius: 50%;
}
.copiesNumber{
	width:20px;
	height:355px;
	float:right;
	font-size:12px;
	margin-right:90px;
	margin-top:-355px;
	line-height: 21px;
}
.copiesNumberInput{
            text-align:center;
            width: 20px;
            border:none;
            border: 1px #C6E2FF solid;
        }
.money,.font-money,.inp{
	 font-weight:bold;
}
#year{
	width:100px;
	border:1px solid #ccc; 
	margin-left:10px;
	font-size:14px;
}
.tableContent:hover{
  -moz-box-shadow: 0 0 10px 0 #dadada;
  -webkit-box-shadow: 0 0 10px 0 #dadada;
  box-shadow: 0 0 10px 0 #dadada;
  border-color: #dadada;
}
.active{
	background: #3c8;
	color:#fff;
}