﻿.survey-pages {
    list-style-type: none;
    padding: 0px;
    margin-right: 16px;
}

.survey-pages li {
    font-size: 0.9em;
    border-top: 1px solid #DDDDDD;
}

.survey-pages li:first-child {
    border-top: 0px;
}

.survey-pages a {
    display: block;
    padding: 8px 7px;
    color: #767676;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.survey-pages a:hover {
    border-left: 2px solid #99d9f0;
    margin-left: -2px;
    text-decoration: none;
}

.survey-pages a:active {
    background-color: #DDDDDD;
}

.survey-pages a.active {
    border-left: 2px solid #99d9f0;
    margin-left: -2px;
    font-weight: bold;
}

.survey-pages .icon {
    padding-right: 2px;
}

.pages-sidebar-outer {
    padding-right: 20px;
}

.pages-sidebar-outer.affix {
    position: fixed;
    top: 0px;
}

.pages-sidebar-outer.affixHeader {
    position: fixed;
    top: 52px;
}

.pages-sidebar-inner {
    overflow: auto;
    padding-left: 2px;
    border-right: 1px solid #ddd;
}

.survey-navigation {
    position: fixed;
    bottom: 0px;
    margin-left: -15px;
    z-index: 100;
}

.survey-navigation .survey-navigation-content {
    padding: 10px;
    background-color: #f5f5f5;
    margin-bottom: 0px;
    border-top: 1px solid #ddd;
}

.survey-navigation .pager {
    margin: 0px;
}

.questionsView {
    padding-bottom: 20px;
}

#bottomNav li:not(.disabled) > a {
    color: #333;
}

#bottomNav li:not(.disabled):hover > a {
    color: #333;
}
