.tabs-component .tab-options a.active{
    border-left: solid 5px #0a6aa1;
    background-color: #F7F7F7;
    color: #0a6aa1 !important;
}
.tabs-component .tab-options a.inactive{
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.tab-secondary-action-buttons{
    margin-top: 50px;
    padding-top: 10px;
    border-top: 1px solid #ebedf2;
}

.bootstrap-timepicker-widget table td input {
    width: 110px; !important;
    margin: 0;
    text-align: center;
}