.claims label {
	display: inline-block;
	width: 180px;
	color: #60828e;
	font-size: 1.1em;
	font-weight: normal;
}

.claims form {
	padding-top: 20px;
}

.input, .inputBtn {
	width: 100%;
}

/* Exceptions */


.alert-msg {	
	font-weight: bold;
}

.content-wrap p.flowText {
	max-width: 1000px;
	font-weight: 500;
	color: #000;
}

h2.flowTitle {
	margin-top: 30px;
}


.claimMsg{
	left: 130px;
	padding: 10px;
	text-align: center;
}

.claimMsg.success{
	background: #5cb85c;
	color: #FFF;
}

.claimMsg.error{
	background: #d9534f;
	color: #FFF;
}

.content-wrap .claims{
	height: auto;
}

.contactProcess{
	margin-bottom: 20px;
}

.reportSpacing {
    margin-top: 25px;
}

input[type="file"] {
    display: none;
}

.js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    max-width: 80%;
    font-size: 14px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 8px 20px;
}

.no-js .inputfile + label {
    display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: none;
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -4px;
    margin-right: 4px;
}

.inputfile + label {
    color: #60828e;
    background: #e5e5e5;
    border: 1px solid #608283;
    margin-bottom: 13px;
}

.inputfile:focus + label,
.inputfile.has-focus + label,
.inputfile + label:hover {
   background: #e5e5e5;
}

.inputUploadBackground + label {
    display: none;
}

input#incidentImage:focus{
	outline: none ;
}

.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 26px;
    cursor: pointer;
    border: #60828e 1px solid;
}

.fa-cloud-upload:before{
	 font-family: "fontello";
	 content: '\e806';
	 padding-right: 18px;
}
