﻿.layout-navbar-fixed .wrapper .sidebar-dark-primary .brand-link:not([class*=navbar]) {
    background-color: #ffffff!important;
}

.add-btn {
    background-color: #ff9b44;
    border: 1px solid #ff9b44;
    border-radius: 50px;
    color: #fff;
    float: right;
    font-weight: 500;
    min-width: 140px;
}

.roles-menu, .list-group {
    margin-top: 60px;
}

.roles-menu > ul {
    background-color: #fff;
    border: 1px solid #e3e3e3;
    list-style: none;
    margin: 0;
    padding: 0;
}

.roles-menu > ul > li {
    display: block;
    position: relative;
}

.roles-menu > ul > li.active a {
    border-color: #ff9b44;
    color: #ff9b44;
}

.roles-menu > ul > li a {
    border-left: 3px solid transparent;
    color: #333;
    display: block;
    padding: 10px 15px;
    position: relative;
}

.role-action {
    float: right;
    display: none;
}

.action-circle.large {
    height: 24px;
    width: 24px;
}

.action-circle {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 100%;
    height: 20px;
    width: 20px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.action-circle.large .material-icons {
    font-size: 16px;
    vertical-align: -4px;
}

.action-circle .material-icons {
    color: #ccc;
    font-size: 18px;
    vertical-align: -3px;
}

.action-circle.large {
    height: 24px;
    width: 24px;
}

.notification-list .status-toggle {
    float: right;
}

.role-action {
    float: right;
    display: none;
}

.action-circle.large {
    height: 24px;
    width: 24px;
}

.action-circle {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 100%;
    height: 20px;
    width: 20px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.action-circle.large .material-icons {
    font-size: 16px;
    vertical-align: -4px;
}

.action-circle .material-icons {
    color: #ccc;
    font-size: 18px;
    vertical-align: -3px;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
}

.continue-btn {
    background-color: #fff;
    border: 1px solid #ff9b44;
    border-radius: 50px;
    color: #ff9b44;
    display: block;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 20px;
    text-align: center;
}

.cancel-btn {
    background-color: #fff;
    border: 1px solid #ff9b44;
    border-radius: 50px;
    color: #ff9b44;
    display: block;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 20px;
    text-align: center;
}

.modal-body {
    padding: 30px;
}

span.select2.select2-container.is-invalid,
span.select2.select2-container.is-invalid .select2-selection--multiple,
span.select2.select2-container.is-invalid .select2-selection--single {
    border-color: #dc3545;
}