﻿.nevda-settings .nevda-sidebar,
.nevda-settings .nevda-content,
.nevda-content-column--settings-form {
    font-family: Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.nevda-settings .nevda-sidebar {
    width: 360px;
}

.nevda-settings .nevda-sidebar--bar,
.nevda-settings .nevda-sidebar--main {
    background-color: #5C5C5C;
    color: #6D7D8D;
}

.nevda-settings .nevda-sidebar__item {
    color: #C5C1C0;
}

.nevda-settings .nevda-sidebar-collapse__header-wrapper {
    padding-top: 9.5px;
    padding-bottom: 9.5px;
    border-top: 1px solid #6D6967;
}

.nevda-settings-group {
    display: flex;
    padding: 6.5px 15px;
    cursor: pointer;
}

.nevda-settings__group-link--active .nevda-settings-group,
.nevda-settings-group:hover {
    background-color: #403F3F;
}

.nevda-settings-group:hover {
    padding-top: 5.5px;
    padding-bottom: 5.5px;
    border-top: 1px solid #353535;
    border-bottom: 1px solid #353535;
}

.nevda-settings__group-link--active .nevda-settings-group .nevda-settings-group__icon,
.nevda-settings-group:hover .nevda-settings-group__icon {
    background-color: #333232;
}

.nevda-settings-group__icon {
    flex: none;
    margin-right: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    width: 42px;
    border-radius: 50%;
    font-size: 18px;
    background-color: #515050;
    color: #C5C1C0;
}

.nevda-settings-group__title {
    margin-top: 3px;
    font-size: 16px;
    font-weight: 700;
    color: #E9E7E7;
}

.nevda-settings-group__description {
    font-size: 11px;
    color: #A29D9A;
}

.nevda-settings__close {
    cursor: pointer;
}

.nevda-settings .nevda-content-column {
    flex: 1;
    max-width: 1200px;
}

.nevda-settings .nevda-content-column__content {
    padding-top: 30px;
    padding-bottom: 30px;
}

.nevda-settings__settings-wrapper {
    flex: 1;
    padding-right: 30px;
    padding-left: 30px;
}

.nevda-settings__settings-group {
    margin-bottom: 25px;
    border-bottom: 1px solid #C5C1C0;
}

.nevda-settings__settings-group:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.nevda-settings__group-title {
    display: block;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 700;
    color: #C5C1C0;
}

.nevda-settings__group-item {
    display: flex;
    justify-content: space-between;
    min-height: 30px;
    margin-bottom: 25px;
}

.nevda-settings__settings-group:last-child .nevda-settings__group-item:last-child {
    margin-bottom: 0;
}

.nevda-settings__item-label {
    font-size: 16px;
    font-weight: 700;
    color: #5C5C5C;
}

.nevda-settings__item-control {
    flex: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: 30px;
}

.nevda-settings md-switch,
.nevda-settings md-switch .md-container,
.nevda-settings md-checkbox {
    margin: 0;
}