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

.input, .inputBtn {
	width: 270px;
}

/* Exceptions */
.loader {
	margin-left: 8px !important;
}

.alert-msg {	
	margin: 15px 0 0 180px;
	font-weight: bold;
}


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

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

.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;
}

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

.form-control{
	border-radius: 0;
}

.btn-file {
  position: relative;
  overflow: hidden;
}

.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}

input[readonly] {
  background-color: white !important;
  cursor: text !important;
}

.transperant{
	background-color: transparent;
	color: #60828e;
	border: 1px solid;
	border-radius: 0;
}

.transperant{
	background-color: transparent;
	color: #60828e;
	border: 1px solid;
	border-radius: 0;
}

.content-wrap .claims{
	padding: 0;
}
