/* -------------------------------------------------------------------------- */
/* from.css                                                                   */
/* -------------------------------------------------------------------------- */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
}

.buttons-top {
    margin-bottom: 20px;
}

.buttons-bottom {
    margin-top: 10px;
}

button {
    height: 20px;
    padding: 2px;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(51, 51, 51, 0.5);
    cursor: pointer;
}

button.btn-blue {
    font-weight: 700;
    color: rgba(255, 255, 255, 1.0);
    background-color: rgba(0, 153, 204, 1.0);
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="file"],
textarea {
    padding: 2px;
    font-size: 0.9em;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(51, 51, 51, 0.5);
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="file"] {
    height: 20px;
}

select {
    height: 20px;
    padding: 2px;
    font-size: 0.9em;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    box-shadow: 0 1px 2px rgba(51, 51, 51, 0.5);
}

option {
    padding: 2px;
}

.ui-datepicker select,
.ui-datepicker button {
    height: 24px;
}