.select2-container--default .select2-results > .select2-results__options {
    max-height: 600px !important;
    overflow-y: auto;
}

.menu li a {
    padding: 20px 50px !important;
}

#loginButton span {
    background-image: none;
}

#loginButton a:hover {
    text-decoration: none;
}

.logo-left img {
    max-height: 33px;
}

body {
    padding: 6px 0px 0px 0px;
}

#loginForm a:hover {
    text-decoration: none;
}

span.field-validation-valid {
    border: none;
    margin: 0px;
}

span.failed-field {
    border: 1px solid #cc324b;
}

span.input-filter input.datepicker {
    margin: 0px 20px auto auto !important;
    width: 65% !important;
}

@media only screen and (max-width: 1600px) {

    @media all and (max-width:400px) {
        span input.datepicker {
            margin: 0px 20px auto auto !important;
            width: 65% !important;
        }
    }
}

a.button {
    padding: 15px 10px;
    background: #50597b;
    float: left;
    margin-left: 25px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #FFF;
}

    a.button:hover {
        text-decoration: none;
    }