﻿/*!
 * jQuery UI CSS Framework 1.13.2
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming
 */
@import "jquery-ui.min.css";
@import "jquery-ui.structure.min.css";
@import "jquery-ui.theme.min.css";


.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #AFAE69;
    border-bottom-width: 1px;
    background: #DFDE89;
    font-weight: normal;
    color: #000;
}

    .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
        color: #000;
    }

#dialog-form #dialog-tabs a:hover {
    background-color: transparent;
}

#dialog-form #dialog-tabs .ui-tabs-active {
    padding-bottom: .5em;
}
