@media print  { .noprint  { display: none; } }
@media screen { .noscreen { display: none; } }

body {
  color: #7A7A7A;
}

.toolbar-button {
  min-width: 20px;
}

.share-label {
  vert-align: middle;
  margin-left: 10px;
}

.page-content {
  background-color: #ECECEC;
}

.widget-progress {
  width: 95% !important;
  margin-left: 10px;
}

.capitalize {
  text-transform: capitalize;
}

.img-circle {
  height: 50px;
  border-radius: 50%;
  margin: 0 10px;
}

.messages {
  position: relative;
}
.messages-content {
  height: 100vh;
}

.notifications-label {
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  font-size: 12px;
  top: 2px;
  right: 2px;
  background-color: #E75753;
}

.panel-widget {
  background-color: white;
}
.panel-widget-toolbar {
  box-shadow: none;
  margin: 0;
}
.panel-widget-tittle {
  color: #7A7A7A;
}

.options {
  -webkit-transition: all linear 0.5s;
  transition: all linear 0.5s;
}

.options.ng-hide {
  opacity: 0;
}

.fixed-height-widget {
  height: 310px;
}

.donut-chart-title {
  text-align: center;
}

.custom-tooltip {
  font-size: 22px;
  color: #7A7A7A;
  text-align: center;
}

md-radio-group {
  border: none;
}

md-icon {
  height: auto;
}

md-sidenav.md-locked-open.md-sidenav-left {
  width: 110px;
  min-width: 110px;
  max-width: 110px;
}

a.md-button.md-warn.md-raised, a.md-button.md-warn.md-fab, .md-button.md-warn.md-raised, .md-button.md-warn.md-fab {
  color: white;
}

md-radio-button.md-accent.md-checked .md-label span {
  color: #009688;
}

.md-toolbar-tools h1 {
  font-size: 22px;
}

md-backdrop.md-sidenav-backdrop {
  position: fixed;
}

.material-icons {
  vertical-align: middle;
}

.material-icons.md-18 {
  font-size: 18px;
}

.material-icons.md-24 {
  font-size: 24px;
}

.material-icons.md-36 {
  font-size: 36px;
}

.material-icons.md-48 {
  font-size: 48px;
}

.nvd3.nv-pie .nv-pie-title {
  fill: #444444;
  font-weight: 600;
  font-size: 22px !important;
}

.nvtooltip {
  background-color: transparent;
  border: none;
  font-weight: 600;
}

.orange .md-bar2 {
  background-color: orange;
}

.orange .md-container {
  background-color: #ffecc9;
}

.btn-large {
  height: 54px;
  line-height: 54px;
}

.btn-large i {
  font-size: 1.6rem;
}

.mdi {
  display: inline-block;
}

md-toolbar.md-table-toolbar form {
  margin-left: 16px;
}
md-toolbar.md-table-toolbar form > input {
  width: 100%;
  margin: 0;
  border: none;
  color: rgba(0, 0, 0, 0.87);
}
md-toolbar.md-table-toolbar form > input:focus {
  outline: none;
}

.md-table-pagination>.buttons>.md-button.md-icon-button {
  margin: 0 6px;
}

md-toolbar.search-bar form {
  margin-left: 16px;
}
md-toolbar.search-bar form > input {
  width: 100%;
  margin: 0;
  border: none;
  color: white;
  background-color: rgb(102,46,145);
}
md-toolbar.search-bar form > input:focus {
  outline: none;
}

input.signin-pin {
  width: 100%;
  margin: auto;
  border: none;
  background: var(--primary-color);
  color: var(--accent-color);
  display: block;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
}
input.signin-pin:focus {
  outline: none;
}

input.signin-pin::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: var(--accent-color);
}
input.signin-pin:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: var(--accent-color);
    opacity: 1;
}
input.signin-pin::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: var(--accent-color);
    opacity: 1;
}
input.signin-pin:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: var(--accent-color);
}

.moment-picker-input:focus {
    outline: none;
}
.bc-keypad__key {
	color: var(--accent-color);
	margin-bottom: 10px;
}
.bc-keypad__key-button {
	font-size: 3em !important;
    font-weight: bolder;
	color: var(--accent-color);
}
.bc-keypad__key-button svg {
	fill: var(--accent-color);
}

.hint {
  /*  position: absolute;
    left: 2px;
    right: auto;
    bottom: 7px; */
    font-size: 12px;
    line-height: 14px;
    transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
    color: var(--primary-color);
}

.this-device {
	color: red;
}

.selectdemoSelectHeader {
  /* Please note: All these selectors are only applied to children of elements with the 'selectdemoSelectHeader' class */ }
  .selectdemoSelectHeader .demo-header-searchbox {
    border: none;
    outline: none;
    height: 100%;
    width: 100%;
    padding: 0; }
  .selectdemoSelectHeader .demo-select-header {
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
    padding-left: 10.667px;
    height: 48px;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    width: auto; }
  .selectdemoSelectHeader md-content._md {
    max-height: 240px; }

/* Remove arrows from numbe input */
/* Hide HTML5 Up and Down arrows. */
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

button.md-icon-button.profile {
    height: 50px;
    width: 50px;
    padding: 0;
}

/**
 * For the correct positioning of the placeholder element, the dnd-list and
 * it's children must have position: relative
 */
.dndList ul[dnd-list], .dndList md-list[dnd-list],
.dndList ul[dnd-list] > li, .dndList md-list[dnd-list] > md-list-item {
  position: relative;
}

/**
 * The dnd-list should always have a min-height,
 * otherwise you can't drop to it once it's empty
 */
.dndList ul[dnd-list], .dndList md-list[dnd-list] {
  min-height: 42px;
  padding-left: 0;
}

/**
 * The dndDraggingSource class will be applied to
 * the source element of a drag operation. It makes
 * sense to hide it to give the user the feeling
 * that he's actually moving it.
 */
.dndList ul[dnd-list] .dndDraggingSource,
.dndList md-list[dnd-list] .dndDraggingSource {
  display: none;
}

/**
 * An element with .dndPlaceholder class will be
 * added to the dnd-list while the user is dragging
 * over it.
 */
.dndList ul[dnd-list] .dndPlaceholder, .dndList md-list[dnd-list] .dndPlaceholder {
  display: block;
  background-color: #ddd;
  padding: 10px 15px;
  min-height: 42px;
}

md-list-item.min-height-reset,
md-list-item.min-height-reset .md-list-item-inner,
md-list-item.min-height-reset::before,
md-list-item.min-height-reset .md-list-item-inner::before {
  min-height: 0 !important;
}

/* .activeSelect {
    background-color: rgb(102,46,145);
    color: rgba(255,255,255,0.87);
} */

.avatar {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  flex: none;
  width: 40px;
  height: 40px;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 16px;
  border-radius: 50%;
  box-sizing: content-box;
}

.lastRowStyle {
  border-bottom: solid;
}

.bold {
  font-weight: bold;
}

.selectRow {
  cursor: pointer;
}

.selectRow:active, .selectRow:focus  {
  outline: none;
  text-decoration:none;
  -moz-outline-style: none;
}

.selectRow.selected {
  background-color: rgba(158,158,158,0.2);
}

.hide-validation-error .md-errors-spacer {
  display: none;
}

::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb {
    background-color: var(--primary-color);
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.check-status.complete {
  color:green;
}
.check-status.incomplete {
  color:red;
}

label > md-icon.material-icons {
  font-size: 16px;
  min-height: auto;
  min-width: auto;
  width: auto;
  margin-right: 5px;
}
