input, textarea{
  border: 1px solid #FFF;
}

.container input:hover, .container textarea:hover, 
.table-striped > tbody > tr:nth-child(2n+1) > td input:hover,
.container input:focus, .container textarea:focus, 
.table-striped > tbody > tr:nth-child(2n+1) > td input:focus{
  border: 1px solid #CCC;
}

.table-striped > tbody > tr:nth-child(2n+1) > td input{
    background-color: #F9F9F9;
    border: 1px solid #F9F9F9;
}

@media print {
    .noPrint {
        display:none;
    }
}

body{
  padding:20px;
	font-family: "open sans" !important;  
}

h4 {
font-size:16px !important;
font-weight:bold !important;
}

.infos input{
  width: 300px;
}

.align-right input{
  text-align:right;
  width: 300px;
}

div.container{
  width: 800px;
}

#imgInp{
  display: none;
}

.copy {
  font-family: "open sans" !important;
  width: 100%;
  margin: 40px 0 20px 0;
  font-size: 10px;
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
  color: #404040;
  cursor: default;
  line-height: 1.4em;
}

.invoice-title {
background-color: #eaeaea;
    color: #777;
    font-size: 27px;
    font-family: "open sans";
}

.client-info {
    font-weight: bold;
    color: #357EBD;
}

.add-remove-logo {
font-size:13px;
}

.label-title {
   font-weight: normal;
    font-size: 12px;
    color: #357EBD;
}

.btn-remove {
    font-size: 13px !important;
    font-weight: bold !important;
    width: 25px !important;
    height: 25px !important;
    padding: 2px 0px !important;
}

.bold-labels {
font-weight: bold;
}

.add-service {
    font-size: 15px !important;
    padding-right: 10px !important;
}

.add-service-label {
padding-left:10px;
}

.table thead>tr>th, .table tbody>tr>th, .table tfoot>tr>th, .table thead>tr>td, .table tbody>tr>td, .table tfoot>tr>td {
border:none;
}

.table thead>tr>th, .table tbody>tr>th, .table tfoot>tr>th, .table thead>tr>td, .table tbody>tr>td, .table tfoot>tr>td {
vertical-align:none;
}

.btn-reset {
	background-color: #d9534f !important;
   border-color: #d9534f !important;
}