.validation-error {
	color: #f00;
	font-size: 16px;
}

.messages li {
	list-style-type: none;
}

ul.messages, .messages li {
	padding: 0;
}

.pin {
	letter-spacing: 1em;
	width: 200px;
	padding: 0;
    font-size: 1em;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    text-align: left;
    border-bottom: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

::-webkit-input-placeholder {
   letter-spacing: 0em;
   font-family: Merriweather, Times, serif;
}

:-moz-placeholder { /* Firefox 18- */
   letter-spacing: 0em;
   font-family: Merriweather, Times, serif;
}

::-moz-placeholder {  /* Firefox 19+ */
   letter-spacing: 0em;
   font-family: Merriweather, Times, serif;
}

:-ms-input-placeholder {  
   letter-spacing: 0em;
   font-family: Merriweather, Times, serif;
}

.pinWrapper {
	position: relative;
	float: left;
	width: 100%;
}

.pinSibling {
	background: repeating-linear-gradient( to right, #395c73, #395c73 1em, white 0px, white 1.6em);
    position: absolute;
    bottom: -3px;
    left: -4px;
    right: 0;
    height: 3px;
    width: 150px;
}

.has-error .pinSibling {
	background: repeating-linear-gradient( to right, #e74c3c, #e74c3c 1em, white 0px, white 1.6em);
}

.has-error .select.form-control, 
.has-error .select.select2-search input[type="text"] {
	color: #e74c3c;
    border-color: #e74c3c;
    box-shadow: none;
}

.has-error .select-primary .select2-choice,
.has-error .select-primary .select2-choice .select2-arrow {
	color: #e74c3c;
	border-top-color: #e74c3c;
}
.input-group-addon {
	display: inline-block;
	width: 30px;
}