/* width */
::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
  border-radius: 8px;
  border: 2px solid #f1f1f1;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #717171; 
}
md-dialog-content  {
	min-width: calc(100vw / 2);
}

md-dialog .menu-title-container {
	display: -webkit-box;
    display: -moz-box;
}
md-dialog-actions {
	border-top-color: rgba(0,0,0,0.12);
	border-top-width: 1px;
    border-top-style: solid;
}
.app-signin {
	text-transform: none;
	font-family: 'Roboto', sans-serif;
	color: inherit !important;
}
.app-signin:not([disabled]):hover {
	-webkit-box-shadow: 0 0 3px 3px rgba(66, 133, 244, .3) !important;
	box-shadow: 0 0 3px 3px rgba(66, 133, 244, .3) !important;
}
.app-header {
    z-index: 61;
	color: #9E9E9E !important;
	max-height: 48px;
    height: 48px;
    min-height: 48px;
}
.app-header .onix-logo {
	max-height: 48px;
    display: block;
    padding: 4px 0px;
}

ng-md-icon {
	margin: auto;
	background-repeat: no-repeat no-repeat;
	display: inline-block;
	vertical-align: middle;
	fill: currentColor;
	height: 24px;
	width: 24px;
}
ng-md-icon svg {
	pointer-events: none;
	display: block;
}
@media (max-width: 960px) {
	.main-menu.menu-condensed {
		min-width: 250px !important;
		width: 250px !important;
		overflow-x: hidden;	
	}
	.main-menu{
		position: fixed !important;
	}
}
.main-menu md-list-item {
	overflow: hidden;
}
.main-menu {
	height: 100%;
}
.main-menu > md-toolbar, md-sidenav .view-toolbar {
	background-color: #fafafa;
}
.main-menu, md-sidenav .view-toolbar{
	color: rgba(0,0,0,.654);
}
md-sidenav .view-toolbar md-icon {
	color: rgb(59,120,231);
}
.view-toolbar .md-button[disabled] md-icon {
	color: rgba(0,0,0,0.12) !important;
}
.main-menu md-list-item .md-button, .group-nav-menu md-list-item .md-button {
	padding: 0 8px !important;
	height: 36px;
	min-height: 36px;
	max-height: 36px;
}
.menu-toggle md-icon {
	 -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
.menu-toggle md-icon.menu-condensed {
    -moz-transform: rotate(180deg) !important;
    -webkit-transform: rotate(180deg) !important;
    -o-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important;
}
.menu-toggle md-icon{
	-webkit-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
    transition: all 200ms ease 0ms !important;
}
.main-menu md-list-item, .group-nav-menu md-list-item {
	max-height: 48px;
}
.group-nav-menu md-list-item span > p {
	margin: 0px;
	font-size: 10px;
	color: grey;
}
.group-nav-menu md-list-item span > div {
	height: 18px;
}
.menu-profile {
	background-image: url(../images/profile-bg.png);
    background-size: cover;
    background-color: #e8eaf6;
    color: #000;
}
.menu-profile .md-avatar {
	width: 64px !important;
	height: 64px !important;
}
.menu-profile .user-details-container:hover {
	 cursor:pointer;
}
.group-nav-menu {
	padding: 0px;
	min-width: 272px;
}
.group-nav-menu md-list {
	padding: 8px 0px;
	margin: 0px;
}
.md-sidenav-left {
	position: fixed;
}
.app-content {
	height: 100%;
}
md-list-item .md-avatar, md-list-item .md-list-item-inner .md-avatar, .api-avatar{
	width: 32px;
	height: 32px;
}
.api-version {
	font-size: 12px;
}
.api-detail-view {
	background: transparent;
    -webkit-box-shadow: 0 1px 6px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 6px rgba(0,0,0,0.2);
    box-shadow: 0 1px 6px rgba(0,0,0,0.2);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 32px auto;
    width: 800px;
    padding: 16px;
}
.api-scope-detail {
	background: #f9f9f9;
    border-bottom: 1px solid rgba(208,208,208,0.4);
    border-top: 1px solid rgba(208,208,208,0.4);
    min-height: 25px;
    padding: 16px 0px;
}
.menu-title-container {
	display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.menu-title-container > ng-md-icon{
	display: inline-block;
    vertical-align: middle;
    margin-bottom: 8px;
}
.menu-title-container > h1 {
	margin: 0 24px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400;
    letter-spacing: .005em;
    font-size: 18px;
    line-height: 24px;
}
.main-menu .menu-toolbar, .view-toolbar{
	border-bottom: 1.1px solid #d3d3d3;
	color: inherit;
	max-height: 48px;
    height: 48px;
    min-height: 48px;
}

.menu-toolbar-height{
min-height: 48px;
	height: 48px;
}
.main-menu md-list-item, .main-menu md-list-item .md-list-item-inner, .group-nav-menu md-list-item, .group-nav-menu md-list-item .md-list-item-inner{
	height: 48px;
	max-height: 48px;
	min-height: 48px;
}
.md-list-item-inner > ng-md-icon, .help-menu md-menu ng-md-icon, .sub-menu md-menu ng-md-icon {
	margin: 0 16px;
	margin-top: 8px;
    box-sizing: content-box;
    color: rgba(0,0,0,0.54);
}
.md-list-item-inner > span, .help-menu md-menu span, .sub-menu md-menu span {
	font-size: 13px;
    text-transform: none;
    margin: auto 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.main-menu .active-page, .group-nav-menu .active-page {
	color: #1E88E5
}
.main-menu .active-page .md-button, .group-nav-menu .active-page .md-button {
	border-right:3px solid #1E88E5;
}
.main-menu .active-page .md-list-item-inner > ng-md-icon {
	color: #1E88E5
}
.profile-menu .md-icon-button.md-button {
	margin: 0px;
	padding: 0px;
	margin-right: 8px !important;
	margin-left: 26px;
}
.profile-menu .md-icon-button.md-button img {
	height: 40px;
	width: 40px;
	border-radius: 50%;
}
.md-avatar-small {
	height: 24px;
	width: 24px;
	font-size: 24px;
	line-height: 1;
	border-radius: 50%;
	margin: auto;
}
.md-avatar-medium {
    height: 35px;
    width: 35px;
    font-size: 24px;
    line-height: 1;
    border-radius: 50%;
    margin: auto;
}
.notification-label {
    position: absolute;
    display: inline-block;
    background: #fc8675;
    width: 15px;
    height: 15px;
    padding: 4px;
    color: #fff;
    font-size: 9px;
    text-align: center;
    border-radius: 50em;
    -moz-border-radius: 50em;
    -webkit-border-radius: 50em;
    top: 5px;
    right: 5px;
    line-height: 9px;
    text-shadow: none;
}
.login-center-block {
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12);
    margin: auto;
    text-align: center;
   	background-color:#ffffff;
}
#reSend a{
	color: white;
	margin-left: 5px;
	text-decoration: underline;
}
table.table-with-menu td.md-cell:last-child, table.table-with-menu th.md-column:last-child {
	width: 40px;
}
table.table-no-padding.md-table:not(.md-row-select) td.md-cell:first-child, table.table-no-padding.md-table:not(.md-row-select) th.md-column:first-child {
    padding: 0 24px 0 0;
}
table.condensed tr.md-row {
	height: 32px !important;
}
.view-toolbar {
	color: initial;
	min-height: 52px;
	height: 52px;
	background-color:#ffffff !important;
	position: sticky;
    top: 0px;
}
.opaque-chart {
	opacity: 0;
}
line-chart md-card-title, bar-chart md-card-title, column-chart md-card-title, table-chart md-card-title {
	padding: 0px 16px 0px 16px;
}
line-chart md-card-title .md-headline, bar-chart md-card-title .md-headline, column-chart md-card-title .md-headline, table-chart md-card-title .md-headline {
	color: rgba(0,0,0,.654);
}
line-chart md-card-title .md-headline span:first-child, bar-chart md-card-title .md-headline span:first-child, column-chart md-card-title .md-headline span:first-child, table-chart md-card-title .md-headline span:first-child {
	padding: 4px 0px;
}
line-chart md-card-title .md-subhead, bar-chart md-card-title .md-subhead, column-chart md-card-title .md-subhead, table-chart md-card-title .md-subhead   {
	color: rgba(0,0,0,0.54);
    padding-top: 0px !important;
    font-size: 12px !important;
}
.google-chart {
    height: 300px;
    overflow: hidden;
}
.zoom-chart .google-chart {
  height: 500px;
  overflow: hidden;
}
md-card.zoom-chart {
  box-shadow: none;
}
.google-chart.no-title-chart {
	height: 290px;
}
.google-chart-error {
	text-align: center;
    margin-top: 32px;
    font-size: 12px;
    color: rgba(0,0,0,0.54);
}
.loading-container {
	-webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) .1s;
	transition: all cubic-bezier(0.4, 0, 0.2, 1) .1s;
	display: inline-block;
	position: relative;
	height: 4px;
	width: 20px;
	vertical-align: middle;
	font-size: 0;
	-webkit-animation: ls-intro .1s cubic-bezier(0.4, 0, 0.2, 1) 0s 1 normal
		forwards;
	animation: ls-intro .1s cubic-bezier(0.4, 0, 0.2, 1) 0s 1 normal
		forwards;
	margin: 0px 0px 12px;
}

.loading-node:before, .loading-node:after {
	content: "";
	display: block;
	background: #3367d6;
	height: 16px;
	width: 16px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	-webkit-transform: scale(0.25);
	transform: scale(0.25);
	-webkit-animation: ls-pulse .6s cubic-bezier(0.4, 0, 0.2, 1) 0s infinite
		normal;
	animation: ls-pulse .6s cubic-bezier(0.4, 0, 0.2, 1) 0s infinite normal;
}

.loading-node:nth-child(1):before {
	left: 0;
	-webkit-animation-delay: .1s;
	animation-delay: .1s;
}

.loading-node:nth-child(1):after {
	left: 8px;
	-webkit-animation-delay: .25s;
	animation-delay: .25s;
}

.loading-node:nth-child(2):before {
	left: 16px;
	-webkit-animation-delay: .4s;
	animation-delay: .4s;
}
@-webkit-keyframes ls-pulse {
	0% {
		-webkit-transform:scale(0.25);
	}
	15% {
		-webkit-transform:scale(0.35);
	}
	30% {
		-webkit-transform:scale(0.25);
	}
}
@keyframes ls-pulse {
	0% {
		-webkit-transform:scale(0.25);
		transform:scale(0.25);
	}
	15% {
		-webkit-transform:scale(0.35);
		transform:scale(0.25);
	}
	30% {
		-webkit-transform:scale(0.25);
		transform:scale(0.35);
	}
}
@-webkit-keyframes ls-intro {
	0% {
		width: 0;
		-webkit-transform: scaleX(0);
	}
	to {
		-webkit-transform: scaleX(1);
	}
}
@keyframes ls-intro {
	0% {
		width: 0;
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
	}
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

/* table.md-table:not(.multiple-false) tbody.md-body>tr.md-row:not([disabled]):hover {
    background-color: #eee!important;
} */

table.md-table tbody.md-body>tr.md-row {
    transition: background-color .2s;
}

table.md-table.no-checkbox[multiple] td:first-child, table.md-table.no-checkbox[multiple] th:first-child{
	display: none;
}
.date-range-widget {
	margin: 28px 23px 0px 23px;
    background: #EEEEEE;
    border-radius: 4px;
    border: 1px solid #E0E0E0;
}
.date-range-widget md-tabs {
	margin: 8px;
	width: 155px;
}
.date-range-widget md-tab-item {
	padding: 4px 16px;
	font-size: 12px;
}
.date-range-widget md-pagination-wrapper, .date-range-widget md-tabs-canvas {
	height: 32px;
}
.detail-tabs {
	height: calc(100vh - 100px);
}
.md-button[type=forecast] {
	margin: 0px;
}
/* Form Styles */
.form-container {
	padding: 12px;
}
.form-group {
	margin-bottom: 0px;
}
.form-group label {
	display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
.date-range-widget .form-group {
	margin: 8px 0px;
}
.date-range-widget label {
	padding: 8px 4px;
	margin-bottom: 0px;
}
.date-range-widget input[type=date]{
	padding: 0px 8px;
	max-width: 120px;
}
.form-group label, .form-group input, .form-group select {
    font-size: 12px;
}
.form-group input[disabled] {
	color: rgba(0, 0, 0, 0.380392);
}
.md-chips md-chip .md-chip-remove md-icon{
	fill: rgb(97,97,97);
}
.md-chips md-chip.md-focused .md-chip-remove md-icon {
	fill: rgb(255,255,255);
}
md-chips.form-control.no-border {
	padding-top: 1px;
}
md-chips.form-control {
	padding: 0px 12px;
	height: auto;
	min-height: 34px;
}
md-chips.form-control.no-border,md-chips.form-control.no-border:focus-within, md-chips.form-control.no-border:focus{
	border: none;
	box-shadow: none;
}
md-chips.form-control:focus-within{
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}
md-chips.form-control > md-chips-wrap {
	padding: 0px;
	box-shadow: none !important;
}
md-chips.form-control > md-chips-wrap > .md-chip-input-container {
	margin: 0px !important;
}
md-chips.form-control > md-chips-wrap > md-chip {
	margin: 2px 6px 2px 0px;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
}
md-chips.form-control > md-chips-wrap > md-chip > .md-chip-remove-container,  md-chips.form-control > md-chips-wrap > md-chip > .md-chip-remove-container > button {
	width: 28px;
	height: 28px;
}
.form-control {
    height: 28px;
    padding: 0px 4px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-control:focus {
	border-color: rgb(59,120,231);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}
.form-control:focus + div>.pass-btn {
  border-color: #66afe9;
  outline: 0;
}
/* End Form Style */
.account-summary {
	margin: 4px 8px 0px 8px;
    background: #ffffff;
    position: relative;
    overflow: hidden;
	color: #2962ff;
	font-size: 18px;
}
.budget-summary {
	margin: 4px 8px 0px 8px;
    background: #ffffff;
    position: relative;
    overflow: hidden;
    color: #2962ff;
}
.account-summary .group-nav {
	position: absolute;
    top:25px;
}
@media (max-width: 600px) {
	.account-summary .group-nav {
		position: absolute;
		top:9px;
}
}
.account-summary h2 {
	margin: 0px;
	min-height: 28px;
	padding: 24px 0px 24px 10px;
}
.account-summary .placeholder-wrapper {
	padding-left: 10px;
}
.account-summary h3 {
	margin: 4px 0px 0px 0px;
    font-weight: normal;
}
.account-summary .summary-icon {
	position: absolute;
    top: 0px;
    right: 10px;
    font-size: 64px;
    opacity: 0.3;
}
.account-summary .summary-icon md-icon {
	font-size: inherit;
	width: 64px;
	color: rgba(178, 178, 178, 0.54);
}
.account-summary .account-summary-title {
	display: inline-block;
	font-size: 12px;
}
.account-summary .account-summary-value {
	text-align: center;
}
.account-summary .account-summary-value.balance {
	color: #4CAF50;
}
.account-summary .account-summary-value.spend, .over-spend {
	color: #F44336;
}
.input-group-addon {
	padding: 5px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}
a.budget-edit {
	float: right;
    color: rgb(59,120,231);
    cursor: pointer;
}
a.budget-edit:hover {
	color: rgb(22, 78, 182);
}
.share-item {
	height: 36px;
	min-height: 36px;
    margin: 2px 0px;
	line-height: 36px;
}
.share-item .share-user {
	line-height: 18px;
}
.email-only {
	padding: 9px 0px;
}
.share-item .share-user div:last-child, .share-radio-desc div:last-child {
	color: rgba(0,0,0,0.54);
	font-size: 12px;
}
.drive-share {
	padding-right: 12px;
	border-radius: 4px;
}
md-table-container tr[disabled] img {
	opacity: 0.5;
}
.share-item img, .share-item md-icon {
	max-height: 32px;
	max-width: 32px;
	height: 32px;
	width: 32px;

	margin: 2px 8px;
	border-radius: 50%;
}
.share-item .md-icon-button md-icon {
	width: 24px;
	height: 24px;
	font-size: 24px;
	margin: 0px;
}
.permission-select, .user-permission-select {
	margin: 0px;
	padding: 0px;
}
.permission-select md-icon, .user-permission-select md-icon, md-option md-icon {
	margin-right: 8px;
	font-size: 24px;
    height: 24px;
    width: 24px;
}
.permission-select md-select{
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    padding: 3px 3px 3px 8px;
    background-color: #f5f5f5;
    /* margin: 14px 11px 4px 4px; */
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #ccc
}
.permission-select md-select md-select-value, .user-permission-select md-select md-select-value {
	border-bottom: none !important;
	background-image: none !important;
	padding-left: 0px;
	font-size: 14px;
}
.user-permission-select md-select {
	height: 36px;
}
.user-permission-select {
	min-width: 88px;
}
.multiple-false tr, .setup-table tr {
	cursor: pointer;
}
.multiple-false .md-checkbox-column, .multiple-false .md-checkbox-cell, .setup-table .md-checkbox-column, .setup-table .md-checkbox-cell {
	display: none;
}
.multiple-false tr.md-selected, .multiple-false tr.md-selected:hover {
	background-color: #3F51B5 !important;
}
.multiple-false tr.md-selected td.md-cell {
	color: #fff;
}
.admin-page-card {
	padding: 15px;
}
.card-margin{
	margin: 16px 0;
}
.admin-page-card:focus, .admin-page-card:hover {
    cursor: pointer;
    outline: none;
}
.admin-page-card md-icon {
	font-size: 48px;
	height: 48px;
	width: 48px;
	min-height: 48px;
	min-width: 48px;
}
.admin-page-card .md-headline, .admin-page-card .md-subhead{
	margin: auto;
}
.admin-page-card .md-headline {
	font-size: 14px;
	font-weight: 500;
}
.admin-page-card .md-subhead {
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 400px;
	opacity: .87;
}
.subscription-card {
  min-width: 200px;
  max-width: 200px;
}
.delete-progress {
	padding: 8px;
    margin: 0 6px;
}
.delete-progress svg {
	top: inherit;
	left: inherit;
}
.budget-save-progress {
	margin: auto;
}
.payment-method:focus, .payment-summary:focus {
	outline: none;
	margin-bottom:5px
}
.payment-method {
	cursor: pointer;
	margin-bottom: 5px;
}
.payment-method > .payment-detail {
	cursor: default;
}
.payment-method > .payment-detail > .form-group  {
	padding: 0px 4px 0px 0px;
}
.sharing-input .md-chip-input-container, .sharing-input input {
	width: 100%;
}
.next-po{
	background-color: #afafaf;
	padding: 8px 2px 8px 5px;
}
.active-po {
	background-color: #00C853;
	color:#ffffff;
	padding: 8px 2px 8px 5px;
}
.threshold-percentage.threshold-met {
	background-color: rgb(30,136,229);
	color: #fff;
	border: none;
}
.threshold-percentage.threshold-metsmall{
	color: rgb(30,136,229);
}
.payment-summary>span:nth-child(3)>md-icon{
    color:#fff!important;
}
.date-picker, .uib-datepicker-popup.dropdown-menu {
	padding: 0px;
}
.date-picker, .uib-datepicker-popup, .column-picker {
	background: #fff;
}
.column-picker {
	min-width: 275px;
	padding-bottom: 0px;
}
.md-select-menu-container {
    z-index: 900;
}

md-backdrop.md-select-backdrop {
    z-index: 899;
}
.date-range-options {
	background: #616161;
	color: #ffffff !important;
    padding: 17px 0px 10px 16px;
    height: 32px;
}
.date-range-container div {
	padding: 0px 2px;
	outline: none;
}
.date-title-label {
    font-size: 13px;
    padding: 4px !important;
	text-align: center;
	color: #2962ff;
}
.detail-panel {
	font-size: 13px;
}
.detail-panel .parent-detail {
	white-space:nowrap;
	overflow-x: hidden;
	line-height: 24px;
}
.detail-panel .parent-detail div {
	margin: 0px 4px;
}
.detail-panel .parent-detail:hover {
	color: #15c;
    cursor: pointer;
    outline: none;
}
.detail-panel>div>span:first-child {
	color: #898887
}
.permission-message {
	width: 100%;
	margin-bottom: 12px;
}
.permission-message textarea {
	resize: none;
	height: 50px;
	font-size: 13px;
	width: 100%;
	padding: 2px 8px;
	outline: none;
	border-color: rgba(0,0,0,0.38);
}
.text-overflow {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.nav-menu-button {
	text-transform: initial;
	color: rgba(0,0,0,.54);
	margin: 0px;
	font-size: 16px; 
}
.nav-menu-button[aria-expanded="true"] {
	background-color: #E8F0FE;
	color: #1967D2;
}
.main-menu.menu-condensed {
	min-width: 64px;
    width: 64px;
    max-width: 64px;
    overflow-x: hidden;
}
.main-menu, .main-menu:hover {
	min-width: 256px;
    width: 256px;
    max-width: 256px;
    -webkit-transition: all cubic-bezier(0.4,0.0,0.2,1) 0.2s;
    transition: all cubic-bezier(0.4,0.0,0.2,1) 0.2s;
}
.main-menu.menu-condensed:hover {
	margin-right: -192px;
    min-width: 256px;
    width: 256px;
    max-width: 256px;
}
.main-menu md-list-item {
	overflow: hidden;
	max-height: 48px;
}
.main-menu {
	height: 100%;
}
.main-menu > md-toolbar, md-sidenav .view-toolbar {
	background-color: #fafafa;
}
.main-menu, md-sidenav .view-toolbar{
	color: rgba(0,0,0,.654);
}
md-sidenav .view-toolbar md-icon {
	color: rgb(59,120,231);
}
.main-menu md-list-item .md-button, .main-menu .help-menu .md-list-item-inner {
	padding: 0 8px !important;
	height: 36px; 
	min-height: 36px;
	max-height: 36px;
}
.main-menu:hover md-list-item.sub-list .md-button {
  padding: 0 24px !important;
  -webkit-transition: all cubic-bezier(0.35,0.0,0.25,1) 0.2s;
   transition: all cubic-bezier(0.35,0.0,0.25,1) 0.2s;
}
.main-menu .help-menu .md-list-item-inner:hover, .main-menu .sub-menu .md-list-item-inner:hover {
	background-color: rgba(158,158,158,0.2);
}
.provider-img {
	height: auto;
	margin: auto;
}
md-card[role=button] {
	background: #fff;
	transition: all 0.3s ease;
}
md-card[role=button]:hover {
	box-shadow: 12px 15px 20px 0px rgba(46, 61, 73, 0.15);
}
.account-picker {
	max-width: 60%;
	margin: auto;
}
.account-picker md-list > md-list-item[disabled] .md-list-item-text h3, 
.account-picker md-list > md-list-item[disabled] .md-list-item-text h4,
.account-picker md-list > md-list-item[disabled] .md-list-item-text p {
	color: #bdbcbc !important;
}
.account-picker md-list > md-list-item[disabled] .md-button:hover{
	background: none;
}
md-select.md-default-theme[disabled] .md-select-value, md-select[disabled] .md-select-value{
	background-image: none;
}
.form-control[aria-readonly="true"]:focus, .form-control[aria-readonly="true"]:focus-within  {
	border-color: #ccc !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}
.form-group>.form-control[readonly] {
	background-color: initial;
	border: 1px solid #ccc;
    box-shadow: none;
    cursor: default;
}
/* Comments and User Card Styles */
.comment-box,
.comment-place {
  border: solid 1px #cfd8dc;
}
.comment-section .request-info {
  margin-bottom: 30px;
  margin-top: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #003663;
}
.comment-section .comment-container {
  margin-bottom: 10px;
}
.comment-section .comment-container .requested-comment-box {
  margin-bottom: 20px;
  position: relative;
}
.comment-section .comment-container .requested-comment-box .comment-place {
  padding-left: 20px;
  min-height: 60px;
  margin-left: 16px;
}
.comment-section .comment-container .requested-comment-box .comment-place md-input-container {
  margin: 0 0 0 16px;
}
.comment-section .comment-container .requested-comment-box .comment-place md-input-container textarea {
  min-height: 40px;
  padding-top: 10px;
  font-size: 14px;
}
.comment-section .comment-container .requested-comment-box .comment-place .comment-button {
  text-align: center;
  color: #0299e8;
  font-size: 14px;
  font-weight: bold;
  margin-top: 18px;
}
.comment-section .comment-container .requested-comment-box .comment-place:before {
  content: ' ';
  width: 0px;
  height: 0px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #cfd8dc;
  position: inherit;
  margin-left: -31px;
  margin-top: 18px;
}
.comment-section .comment-container .requested-comment-box .comment-place:after {
  content: ' ';
  width: 0px;
  height: 0px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #fff;
  position: absolute;
  margin-left: -30px;
  margin-top: 18px;
}
.comment-section .comment-container .comment-box {
  padding: 0px 8px;
  color: rgb(117, 117, 117);
}
.comment-section .comment-container .comment-box .comment-created-date {
  font-size: 12px;
  font-style: italic;
  text-align: right;
  padding-top: 10px;
}
.comment-section .comment-container .comment-box .comment-created-date span:first-child {
  font-weight: bold;
}
.comment-section .comment-container .comment-box .comment-section-separator {
  margin: 26px 0 20px 0;
  border-top: solid 1px #e3e4e8;
  border-bottom: transparent;
  color: #e3e4e8;
}
.comment-section .comment-container .comment-box .comment-box-content {
  font-size: 14px;
  padding-top: 10px;
}
user-card .user-card {
	display: inherit;
}
user-card .user-card .user-details-container {
	font-size: 12px;
	padding: 10px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	text-align: left;
}
user-card .user-card .avatar-container {
	padding: 8px;
}
user-card .user-card .avatar-container .md-avatar {
	border-radius: 50%;
	width: 32px;
	height: 32px;
	vertical-align: middle;
}
.groups-med {
	height: calc(100vh - 190px);
	max-height: calc(100vh - 190px);
}
.groups-full, .budgets-full {
	height: calc(100vh - 145px);
	max-height: calc(100vh - 145px);
}
.domain-users {
  height: calc(100vh - 184px);
  max-height: calc(100vh - 184px);
}
.repeated-item {
	border-bottom: 1px solid #ddd;
    box-sizing: border-box;
    height: 75px;
    padding-top: 10px;
}
.blurred-text {
	color: transparent !important;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
md-card.as-sortable-item, md-card.as-sortable-placeholder {
  border: none;
  border-radius: unset;
  padding: 4px;
  margin: 6px;
}
kpi-chart.as-sortable-item, kpi-chart.as-sortable-placeholder {
  border: none;
  border-radius: unset;
  margin: unset;
}
kpi-chart.as-sortable-item {
  background-color: unset;
}
kpi-chart>.zoom-chart>.as-sortable-item-handle {
  cursor: initial;
}
.disable-color>img {
  opacity: 0.5;
}
.watch-option>.md-label {
    line-height: 1.25;
    overflow: auto;
    white-space: normal;
    width: fit-content;
}