.force-centered .shw-time-field-container {
    margin: inherit !important;
}

.shw-time-field-container {
    max-width: 180px;
    margin: inherit;
}

.shw-time-field .validation-field {
    display: none;
    height: 0;
    visibility: hidden;
}

.shw-time-field md-input-container label {
    padding-left: 7px !important;
}

.shw-time-field .time-divider {
    font-weight: bold;
    font-size: 30px;
    line-height: 36px;
    padding-left: 2px;
}

.shw-time-field {
    position: relative;
    height: 40px;
    color: #707070;
    margin-top: 0.25em;
    overflow: hidden;
}

shw-time-field .error-messaging {
    color: rgb(236,9,140);
    font-size: 12px;
    line-height: 14px;
    padding-top: 5px;
    min-height: 30px;
}

.shw-time-field md-input-container {
    border-width: 0px !important;
    margin: 0 4px;
    padding: 0;
    padding-left: 3px;
}

.shw-time-field md-input-container input {
    line-height: 40px !important;
    height: 40px !important;
}

.shw-time-field .meridian {
    position: relative;
    left: 4px;
    font-size: 16px;
}
