@charset "utf-8";
/* Theme: default */
.sx-link {
    background-image: url(theme-css/default/sprites);
}

header, footer {
    background-color: #EAEAEA;
    color: #666;
}

.border-panel {
    border-color: #CCC;
}

.border-title {
    background-color: #D6E3F7;
    color: #4F4F4F;
    border-bottom-color: #CCC;
}

.color-link svg {
    fill: #666;
}

.sx-button {
    background-color: #DDD;
    border-color: #BABABA;
}

.sx-button-theme.active,
.sx-button-theme:hover,
.sx-button:hover {
    background-color: #8CADE0;
}

.sx-button span {
    color: #0B56A6;
}

.sx-button-theme {
    background-color: #DDD;
    border-color: #BABABA;
    color: #0B56A6;
}

.sx-panel {
    border-color: #CCC;
}

.sx-panel .sx-panel-heading,
.sx-panel.wizard .wizard-step-title {
    background-color: #EEE;
    border-bottom-color: #CCC;
    color: #005DA3;
}

.sx-panel.hideable .sx-panel-heading {
    background-color: #FFF;
    color: #333;
}

.sx-tabs .sx-tab {
    border-color: #97A4B6;
}

.sx-tabs a {
    color: #5E6175;
}

.sx-tabs .sx-tab.selected {
    background-color: #BFCEE8;
}

.sx-tabs .sx-tab:hover {
    background-color: #E0E3E6;
}

.sx-tabs .sx-tab.selected a {
    color: #4D4D4D;
}

.sx-tabs-panel .sx-tabs > .sx-tab {
    color: #005DA3;
}

.sx-tabs-panel .sx-tabs > .sx-tab:hover {
    background-color: #E0E0FF;
}

.sx-info-border,
.sx-help-display {
    background-color: #DEEEEF;
    border-color: #A6C2E9;
}

#sx-info {
    background-color: #DEEEEF;
}

#sx-info-header {
    background-color: #C7D5D6;
    border-bottom-color: #A6C2E9;
}

#sx-info-header h2 {
    color: #0B56A6;
}

.sx-dialog-title {
    background-color: #005DA3;
    color: #F1F1F1;
}
