/* V3 UI styles */

.v3-page-content {
    margin-left: 15px;
    margin-top: 15px;
}


.v3-btn {
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 1.42857;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    text-decoration: none;
    text-transform: none;
}

.v3-btn:hover {
    text-decoration: none;
    opacity: 0.9;
}

.v3-btn-default {
    color: #000;
    background-color: #fff;
    border-color: #000;
}

.v3-btn-default:hover {
    color: #000;
    background-color: #f5f5f5;
    border-color: #000;
}

.v3-btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.v3-btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.v3-btn .fa {
    margin-right: 4px;
}

/* Footer */
.footer--lists-mobile .footer--pages {
    width: 100% !important;
    display: block !important;
}

/* Footer columns */
.footer--lists-mobile .footer--pages ul.v3-footer-col {
    display: block !important;
    flex: 1 1 50%;
    max-width: 50%;
    box-sizing: border-box;
    list-style: none;
    padding: 0 !important;
    margin: 0;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
}

.v3-footer-col li {
    margin: 3px 0 !important;
    border: none !important;
}

.v3-footer-col li a {
    color: #000;
    text-decoration: none;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
}

/* Profile data (from account.css) */
.profile--data {
    font-size: 15px;
    padding: 0;
}

.profile--data .profile--item {
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 2.0625rem;
    padding: 0 .3125rem;
}

.profile--data .profile--item strong {
    font-weight: 600;
}

.profile--data .profile--item:nth-child(even) {
    background: #eee;
}

.v3-category {
    vertical-align: top;
    display: block;
    padding: .625rem 0;
}

.v3-category-options {
    display: block;
    width: 100%;
}

.v3-page-title {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    color: #646464;
    display: block;
    text-transform: uppercase;
    margin-bottom: 1.25rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #666;
    width: 100%;
}
