/*
    Created on : 07/02/2014, 15:05:24
    Author     : atila
*/

.form-errors ul {
   list-style: none;
   color: #a94442;
}

.picker__input[readonly],
.picker__input:hover {
    background: #fff;
    cursor: text;
}

@media (min-width: 1200px) {
    .picker__holder {
        min-width: 350px !important;
    }
}
