div.required > label:after {
    content: ' *';
    color: #c9302c;
}

.input-group span.input-group-addon.addon-secondary {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.error .form-control { border: 1px solid #c9302c; }
.error .input-group span.input-group-addon.addon-secondary { border: 1px solid #c9302c; border-right: none; }

.ms-container { width: auto !important; }

nav.navbar .user-size.dropdown-menu li.welcome {
    width: auto;
}
.profile-info { word-break: break-word;
    font-size: 90%;
}
nav.navbar .welcome .avatar {
    width: 80px !important;
    height: 80px !important;
}
.iconPreview {
    background-color: #e6e8ec;
}
.iconPreview {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 80%;
}
.iconPreview {
    z-index: 2;
}
.table-acl-permissions tr:nth-child(even) {
    background: #cccccc1f;
}

.table-recordinfo th {
    border: none;
    font-weight: normal;
    width: 50%;
}
.table-recordinfo th, .table-recordinfo td {
    padding: 0.4em;
}
td.td-actions {
    min-width: 110px;
    text-align: center;
    padding: .1rem 0 !important;
}
.table-legend {
    font-size: 0.7em;
}
.table-legend thead th {
    font-size: 1.5em;
    color: #2cc4b6;
    padding: 0 0 1em 0;
    font-weight: 600;
}
.table-legend tbody td, .table-legend tbody th {
    padding: 0.5em 3em 0.3em 0.3em;
}
.table-legend tbody td {
    padding-right: 0;
}

/* notifications */
.notification-unread i.la.la-bug {
    color: #dc1a1f !important;
}
.notification-unread i.la.la-clipboard {
    color: #2196F3 !important;
}
.notification-unread i.la.la-bullhorn {
    color: #FF9800 !important;
}
.notification-unread i.la.la-bell {
    color: #0331b3 !important;
}
.notification-unread .message-body-heading {
    color: #dc1a1f !important;
}
.notification-unread .message-body {
    color: #000 !important;
}
.notification-options {
    text-align: left;
    padding: 0 1em;
}
.notification-options label {
    width: 100%;
    font-size: 0.8em;
    padding: 0;
    margin: 0;
}
.notification-options input[type="checkbox"] {
    float: left;
    width: auto;
    margin: 5px 5px 0 0;
}
.notification-icon {
    display: table-cell;
    vertical-align: middle;
    padding: 0.5em;
}
.notification-icon i {
    font-size: 2.8rem;
}
.notification-icon i.la.la-bug, .notification-icon i.la.la-hourglass-end {
    color: #dc1a1f;
}
.notification-icon i.la.la-clipboard {
    color: #2196F3;
}
.notification-icon i.la.la-bullhorn {
    color: #FF9800;
    font-size: 2.6em;
}
.notification-body {
    display: table-cell;
    vertical-align: top;
    padding: .7rem 0 0 1rem;
    text-align: left;
}
.notification-title {
    font-size: .85rem;
    font-weight: 600;
    margin: 0;
    padding: 0;
    text-align: left;
}
.notification-body span.date {
    color: #6b8496;
    font-size: .7rem;
    font-weight: 500;
    margin: 0;
    padding: 0.5em 0;
    text-align: left;
}
a.notification-link {
    display: block;
    text-decoration: none;
}

/* filters */
aside.toolbar-filters {
	display: none;
	position: fixed;
    top: 1vh;
    right: 0;
    width: 300px;
    height: 98vh;
    padding: 5em 0 1em;
    background: #fff;
    padding-top: 0;
	z-index: 1000;
	border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
	overflow: hidden;
}
aside.toolbar-filters .toolbar-filters-label {
	border-top-left-radius: 15px;
	padding: 2em 0;
	background: #2c304d;
	color: #e76c90;
    text-align: center;
}
.toolbar-filters-container {
    overflow-y: scroll;
    height: 88vh;
}
ul.filters-list {
	padding: 2em 2em 2em 2em;
	list-style: none;

	display: grid;
	grid-template-columns: auto;
}
.filters-list-label {
	text-align: center;
    padding: 1.5em 0 0 0;
}
ul.filters-list > li {
    font-size: 1.05em;
    line-height: 1;
    position: relative;
    display: block;
}
ul.filters-list > li > a {
    font-size: 0.85em;
    display: block;
    padding: 0.5em 0.5em 0.5em 0;
}
.toolbar-filters-close {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border: 0;
    color: #fff;
    font-size: 2em;
}
li.filter-categ {
    padding: 10px 0;
}
li.filter-categ span {
    margin-bottom: 15px;
}