/*
Template Name: HR2 - Template
Version: 1.0
Author: HostingRed SAS
Author URL: http://hostingred.com
*/
/*******************************************
USE THIS FILE TO INCLUDE YOUR OWN CSS STYLES
********************************************/

      
 
  
      
      
      .invoiceBox > input {
  display: none;
}
.invoiceBox label {
	display: block;
}



      .invoiceBox2 > input {
  display: none;
}
.invoiceBox2 label {
	display: block;
}



.boxFile {
	display: inline-block;
  width: 100%;
  border: 1px solid grey;
  background: #fff;
  color: grey;
  padding: 10px;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.boxFile:hover {
	cursor: pointer;
	background: #001E60;
	color: #fff;
}
.boxFile i {
	display: block;
	font-size: 26px;
	margin-bottom: 5px;
}




.boxFile2 {
	display: inline-block;
  width: 100%;
  border: 1px solid grey;
  background: #fff;
  color: grey;
  padding: 10px;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.boxFile2:hover {
	cursor: pointer;
	background: #001E60;
	color: #fff;
}
.boxFile2 i {
	display: block;
	font-size: 26px;
	margin-bottom: 5px;
}


.attached,
.attached:hover,
.attached:focus {
	background: #97D700;
  color: #fff;
  border: 1px solid #97D700;
}
      
		