﻿/* Material Colours

	Blue 500: #2196f3;
	Blue 700: #1976d2;
	Blue 800: #1565c0;
	Blue 900: #0d47a1;
	Pink A200: #ff4081;


*/
/*Specific Components*/
/*$dentist-info: $accent;*/
/*$card-title: $accent-color;*/
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: button;
}

body {
  padding: 0px;
  margin: 0px;
  background-color: #eee;
}

.card {
  border-radius: 2px;
  /*margin: 1rem;*/
  padding: 10px;
  position: relative;
}

.card-1 {
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.card-1:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.card-2 {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.card-3 {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.card-4 {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.card-5 {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}

.btn-info {
  background-color: #2196f3 !important;
  border-color: #1976d2 !important;
}

.btn-primary {
  background-color: #1565c0 !important;
  border-color: #0d47a1 !important;
}

.text-theme {
  color: #2196f3;
}

.text-theme-dark {
  color: #0d47a1;
}

.text-top {
  vertical-align: top;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.navbar-inverse .navbar-brand,
.navbar-inverse a.navbar-brand {
  color: #fff;
}

.navbar-inverse a.navbar-brand:hover,
.navbar-inverse a.navbar-brand:focus {
  color: rgba(255, 255, 255, 0.8);
}

#page {
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  display: flex;
}

#leftMenu {
  height: 100%;
  width: 60px;
  background-color: #0d47a1;
  text-align: center;
  flex-grow: 0;
  flex-shrink: 0;
}

#section1 {
  height: 100%;
  width: 230px;
  flex-grow: 0;
  flex-shrink: 0;
  display: block;
}

#section2 {
  height: 100%;
  flex-grow: 1;
  flex-shrink: 1;
}

#panel {
  height: 100%;
  width: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  flex-direction: column;
  display: flex;
  visibility: hidden;
}
#panel .contents {
  display: none;
}

#section1.open-panel {
  display: none;
}

#panel.open-panel {
  width: 60%;
  visibility: visible;
}

#panel.open-panel .contents {
  display: block;
}

#techPanel {
  height: 100%;
  width: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  flex-direction: column;
  display: flex;
  visibility: hidden;
}
#techPanel .contents {
  display: none;
}

#techPanel.open-panel {
  width: 250px;
  visibility: visible;
}
#techPanel.open-panel .contents {
  display: block;
}

#techPanel, #panel, #section1, #section2 {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.search {
  margin-left: 0px;
  margin-top: 0px;
}
.search .form-group {
  margin-bottom: 0px;
}

.open-panel .department {
  display: block;
  margin-left: 0px;
  margin-top: 5px;
  margin-bottom: -20px;
}

.section {
  overflow-y: auto;
}

.section.pad {
  padding: 10px 20px;
}

.section .header {
  padding-bottom: 10px;
}

.section-header {
  padding: 10px 20px;
}
.section-header .header {
  padding-bottom: 0px;
}

.depth0 {
  background-color: #fff;
  color: #333;
}

.depth1 {
  background-color: #f5f5f5;
}

.depth2 {
  background-color: #f0f0f0;
}

a.menu-item {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 60px;
  display: block;
  /*width: 100%;*/
  border-left: solid 5px #0d47a1;
  border-right: solid 5px #0d47a1;
  min-height: 56px;
  color: rgba(255, 255, 255, 0.8);
  color: #f0f0f0;
  padding-bottom: 0px;
}

.menu-text {
  color: #fff;
  padding-bottom: 10px;
}

.menu-item:hover,
.menu-item:focus {
  background-color: #1976d2;
  border-color: #1976d2;
}

.menu-item.active {
  background-color: #1565c0;
  border-left-color: #1976d2;
  border-left-color: #2196f3;
  border-right-color: #1565c0;
  color: #fff;
}

.menu-item i {
  font-size: 1.2em;
  padding-bottom: 5px;
}

.menu-item p {
  font-size: 10px;
  font-weight: 400;
  margin-bottom: 0px;
}

.accent, .avatar.accent {
  border-color: #ff0d5f !important;
  background-color: #ff4081;
  color: #fff;
}

.theme {
  background-color: #2196f3;
  color: #fff;
}
.theme .dark {
  background-color: #1976d2;
}
.theme .darker {
  background-color: #1565c0;
}
.theme .darkest {
  background-color: #0d47a1;
}
.theme .white {
  background-color: #fff;
  color: #333;
}

.accent-text {
  color: #ff4081;
}

.theme-text {
  color: #1976d2;
}

.square {
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  margin-right: 10px;
  border: solid 1px #fff;
}

.department {
  line-height: 40px;
  display: inline-block;
}

.title {
  line-height: 40px;
  font-size: 1.5em;
}

.text-bold {
  font-weight: 500;
}

.flip-card {
  float: left;
  margin-bottom: 16px;
  margin-right: 16px;
  background-color: transparent;
  width: 200px;
  height: 170px;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-card.flip .flip-card-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.flip-card-back {
  transform: rotateY(180deg);
}

.flip-card-item {
  padding: 10px 10px 5px 10px;
  color: #333;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  position: relative;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  border: solid 1px #fff;
  width: 100%;
  height: 100%;
}

.group-header {
  width: 50%;
  border-bottom: solid 1px rgba(0, 0, 0, 0.3);
  font-size: 0.75em;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
}

.groups {
  margin-top: 0px;
}

.groups ul li {
  display: block;
  padding-left: 30px;
  padding-right: 10px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 0.875em;
}

.groups li.active {
  background-color: rgba(33, 150, 243, 0.3);
}

.groups ul li:hover {
  background-color: #1976d2;
  color: #fff;
}

.list {
  padding: 0px 0px 0px 20px;
}

.list-item {
  padding: 10px 10px 5px 10px;
  /*width: 25%;*/
  min-width: 200px;
  float: left;
  margin-bottom: 16px;
  margin-right: 16px;
  color: #333;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  position: relative;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  border: solid 1px #fff;
}

.list-item:hover {
  cursor: pointer;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.list-item.active {
  border: 1px solid #2196f3;
  /*box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);*/
}

.list-item.late,
.flip-card-item.late {
  border-color: #ff4081;
}

tr.late td {
  color: #ff4081;
}

.cover-left {
  display: none;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(189, 216, 238, 0.95);
  /*background-color: rgba(25,118,210,0.7);*/
  /*background-color: #f0f0f0;*/
  color: #fff;
  color: #444;
  padding: 4px 8px;
  line-height: 24px;
  /*box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.23);*/
  /*box-shadow: 0 2px 4px rgba(0,0,0,0.16), 0 2px 4px rgba(0,0,0,0.23);*/
}
.cover-left ul li {
  line-height: 16px;
  font-size: 11px;
  /*font-weight: 600;*/
}

.cover-left:hover {
  /*box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);*/
}

.list-item .cover-left,
.flip-card-item .cover-left {
  top: 52px;
  margin: 0px 4px 4px 4px;
}

.actions {
  position: relative;
}

.actions .cover-left {
  top: -6px;
  bottom: -7px;
  right: -5px;
}

.cover-text {
  text-align: center;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.1);
  background-color: rgb(244, 67, 54);
  background-color: #ff4081;
  color: #fff;
  font-weight: 600;
  font-size: 10px;
  height: 16px;
  line-height: 16px;
  width: 16px;
  display: inline-block;
  vertical-align: middle;
}

.cover-text.warning {
  /*background-color: darkorange;*/
  background-color: rgba(0, 0, 0, 0.3);
}

.cover-text.normal {
  background-color: #0d47a1;
}

.list-item .cover-left .cover-text,
.flip-card-item .cover-left .cover-text,
.actions .cover-left .cover-text {
  margin-right: 5px;
}

.list-item .title .cover-text,
.flip-card-item .title .cover-text {
  display: none;
  font-size: 0.875em;
  height: 16px;
  line-height: 16px;
  width: 16px;
  vertical-align: top;
}

.list-item.sub .title .cover-text,
.flip-card-item.sub .title .cover-text {
  display: inline-block;
}

.list-item.sub .title .cover-text,
.flip-card-item.sub .title .cover-text,
.header.prior .cover-left,
.flip-card-item.prior .cover-left {
  display: block;
}

.list-item .title,
.flip-card-item .title {
  font-size: 1.5em;
  line-height: 21px;
  vertical-align: top;
  /*color: $text-color;*/
}

.list-item .item-header,
.flip-card-item .item-header {
  margin-bottom: 4px;
}

.list-item .sub-title,
.flip-card-item .sub-title {
  font-size: 10px;
  line-height: 14px;
}

.list-item.border-bottom,
.list-item .border-bottom,
.flip-card-item.border-bottom,
.flip-card-item .border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.list-item .header-section,
.flip-card-item .header-section {
  min-height: 110px;
}

.list-item .action-section,
.flip-card-item .action-section {
  display: flex;
  line-height: 20px;
  padding-top: 10px;
  padding-bottom: 0px;
}

.list-item .action,
.flip-card-item .action {
  font-size: 1.5em;
  line-height: 20px;
  padding: 0px 0px 0px 10px;
}

.list-item .description,
.flip-card-item .description {
  /*width: 200px;*/
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.list-item:hover .text-muted {
  /*color: #fff;*/
}

.tab-menu {
  padding: 10px 20px;
}
.tab-menu .tab-menu li {
  line-height: 30px;
  border-bottom: 5px solid transparent;
  margin-right: 10px;
}
.tab-menu .tab-menu li.active {
  border-color: #2196f3;
}

.padding-top-clear {
  padding-top: 0px;
}

.avatar {
  border-radius: 50%;
  background-color: #2196f3;
  color: #fff;
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 32px;
  vertical-align: top;
}

address p {
  margin-bottom: 5px;
}

.image-card {
  width: 10%;
  float: left;
  margin-right: 10px;
}

.conversation-container, .detail-container {
  padding: 10px 20px;
}

.conversation {
  margin-bottom: 50px;
  vertical-align: top;
}
.conversation .avatar {
  display: inline-block;
  margin-right: 10px;
}
.conversation .blocks {
  display: inline-block;
  width: 70%;
}
.conversation .reply {
  display: inline-block;
}
.conversation .title-block {
  background-color: rgba(33, 150, 243, 0.1);
  margin-bottom: 2px;
  width: 100%;
  display: block;
}
.conversation .image-block {
  margin-top: -2px;
  background-color: rgba(33, 150, 243, 0.2);
  height: 300px;
  margin-bottom: 2px;
  width: 100%;
}
.conversation .image-block.link {
  height: 80px;
}
.conversation .thumb {
  display: block;
  height: 100%;
  width: 100%;
  text-align: center;
}
.conversation .image-block.link .thumb {
  line-height: 80px;
  padding-top: 5px;
}
.conversation .block {
  padding: 5px 15px;
}
.conversation .secondary-block {
  background-color: rgba(33, 150, 243, 0.1);
  width: 100%;
  margin-bottom: 2px;
}
.conversation .text-block {
  background-color: #f5f5f5;
  margin-top: -2px;
  margin-bottom: 2px;
  display: flex;
}
.conversation .text-block .glyph {
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 10px;
}
.conversation .text-block input {
  flex-grow: 1;
  flex-shrink: 1;
  border: none;
}
.conversation .user {
  font-size: 0.75em;
}

.dates .active {
  color: #ff4081;
}

td label {
  margin-bottom: 0px;
}

#teams {
  flex: 0 0 200px;
  width: 200px;
  background-color: rgb(21, 101, 192);
  color: #fff;
  padding-top: 20px;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
#teams .title {
  padding-left: 20px;
}
#teams .team {
  padding-left: 20px;
  padding-bottom: 5px;
  padding-top: 5px;
  color: #fff;
  width: 200px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
#teams .team:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

#user {
  flex: 0 0 200px;
  width: 200px;
  background-color: #1976d2;
  color: #fff;
  padding-top: 20px;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
#user .title {
  padding-left: 20px;
}
#user .user-item {
  padding-left: 20px;
  padding-bottom: 5px;
  padding-top: 5px;
  color: #fff;
  width: 200px;
  display: block;
}
#user .user-item:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

/* #region Damian Cards*/
.card-block {
  padding: 10px 20px 10px 20px;
  margin-bottom: 0px;
  position: relative;
  background-color: #fff;
  border-radius: 2px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  display: block;
  overflow: hidden;
}

.card .user {
  height: 36px;
  width: 36px;
  line-height: 36px;
  color: #2196f3;
  font-size: 36px;
  margin-right: 8px;
}

.card-holder {
  min-width: 300px;
  max-width: 300px;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .card-holder {
    max-width: none;
  }
}

.card-group-title {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 32px;
}

.card-title {
  color: #2196f3;
  line-height: 24px;
  margin-bottom: -6px;
}

.card-subtitle {
  margin-top: 12px;
  margin-bottom: -6px;
}

.card-title-text {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  margin: 24px 16px 16px 16px;
  text-align: left;
  word-break: normal;
}

.card-title-avatar {
  display: flex;
  align-items: center;
  margin: 16px;
}

.card-supporting-text {
  margin: 16px;
}

.card-image {
  background-color: #797979;
  color: #fff;
  height: 168px;
  overflow: hidden;
}
.card-image > i {
  width: 100%;
  height: 168px;
  line-height: 168px;
}

.card-stacked {
  margin-top: 0;
}

.card-actions {
  margin: 16px 8px;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  position: relative;
}
.card-actions a {
  font-weight: 500;
  line-height: normal;
  color: #2196f3;
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0 8px;
}
.card-actions label {
  margin-bottom: 0;
}
.card-actions i {
  width: 18px;
  height: 18px;
  margin: 2px;
  font-size: 18px;
}

.card-divider {
  border-top: 1px solid rgba(160, 160, 160, 0.2);
}

a.action {
  background-color: #c6c6c6;
  color: #797979;
  display: block;
}

.action-circle {
  border-radius: 50%;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  font-size: 16px;
}

.avatar-text {
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  line-height: 18px;
  position: relative;
  display: flex;
}

.primary {
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  color: rgba(0, 0, 0, 0.87);
  margin-right: 16px;
  /*padding-left: 4px;*/
  font-weight: 500;
}

.secondary {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  position: relative;
  font-size: 12px;
  font-weight: 400;
}

.flex-item {
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0 8px;
  line-height: normal;
}

.flex-fill {
  flex-grow: 1;
  flex-shrink: 1;
}

.flex-right {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  display: flex;
}

.card {
  border-radius: 2px;
  /*margin: 1rem;*/
  padding: 10px;
  position: relative;
}

.card-1 {
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.card-1:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.card-2 {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.card-3 {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.card-4 {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.card-5 {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}

/* #endregion*/
.truncate {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card {
  position: relative;
  margin: 0.5rem 0 1rem 0;
  background-color: #fff;
  transition: box-shadow 0.25s;
  border-radius: 2px;
  display: block;
  overflow: hidden;
}
.card .card-title {
  font-size: 24px;
  font-weight: 300;
}
.card .card-title.activator {
  cursor: pointer;
}
.card.small, .card.medium, .card.large {
  position: relative;
}
.card.small .card-content, .card.medium .card-content, .card.large .card-content {
  max-height: 100%;
  overflow: hidden;
}
.card.small .card-image, .card.medium .card-image, .card.large .card-image {
  height: 150px;
  overflow: hidden;
  background: #c6c6c6;
}
.card.small .card-image + .card-content, .card.medium .card-image + .card-content, .card.large .card-image + .card-content {
  max-height: 40%;
}
.card.small {
  height: 300px;
}
.card.medium {
  height: 400px;
}
.card.large {
  height: 500px;
}
.card.horizontal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.card.horizontal.small .card-image, .card.horizontal.medium .card-image, .card.horizontal.large .card-image {
  height: 100%;
  max-height: none;
  overflow: visible;
}
.card.horizontal.small .card-image img, .card.horizontal.medium .card-image img, .card.horizontal.large .card-image img {
  height: 100%;
}
.card.horizontal .card-image {
  max-width: 50%;
}
.card.horizontal .card-image img {
  max-width: 100%;
  width: auto;
}
.card.horizontal .card-stacked {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}
.card.horizontal .card-stacked .card-content {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.card.sticky-action .card-action {
  z-index: 2;
}
.card.sticky-action .card-reveal {
  z-index: 1;
  padding-bottom: 64px;
}
.card .card-image {
  position: relative;
}
.card .card-image img {
  display: block;
  border-radius: 2px 2px 0 0;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}
.card .card-image .card-title {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
}
.card .card-content {
  padding: 10px 20px;
  border-radius: 0 0 2px 2px;
}
.card .card-content > p {
  margin: 0;
  color: inherit;
}
.card .card-action {
  position: relative;
  background-color: inherit;
  border-top: 1px solid rgba(160, 160, 160, 0.2);
  padding: 0 20px;
}
.card .card-reveal {
  padding: 20px;
  position: absolute;
  background-color: #fff;
  width: 100%;
  overflow-y: auto;
  top: 100%;
  height: 100%;
  z-index: 3;
  display: none;
}
.card .card-reveal .card-title {
  cursor: pointer;
  display: block;
}

.dentist-info .avatar {
  width: 48px;
  height: 48px;
  overflow: hidden;
  margin: 15px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  background-color: #000;
  color: #fff;
  text-align: center;
}
.dentist-info .avatar i {
  line-height: 48px;
  font-size: 20px;
}
.dentist-info .title-group {
  font-size: 2.5rem;
  vertical-align: middle;
  display: inline-block;
}
.dentist-info .title-group p {
  font-size: 14px;
}
.dentist-info .card-title {
  margin: 15px 0px 10px 0px;
  font-size: 16px;
  /*&:hover {
  	background-color: $grey-light;
  }*/
}
.dentist-info .card-label {
  color: #797979;
}
.dentist-info .card-value {
  color: #393939;
}

.left-area .menu-item.active {
  background-color: #fff;
  border-right-color: #2196f3;
}
.left-area .menu-item:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.area-container {
  bottom: 0px;
}

.preference i {
  color: #0d47a1;
}
.preference span {
  white-space: pre-line;
}

.nav-pills > li > a {
  border-bottom-width: 1px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  border-bottom-color: #ff4081;
  border-bottom-width: 1px;
}

.nav-pills > li > a:hover,
.nav-pills > li > a:focus {
  border-bottom-color: #2196f3;
  border-bottom-width: 1px;
}
