*{font-family: Roboto;}
body {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
    background: #f4f4f4;
}
ui-view {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}
md-input-container {
    /* margin: 10px 0px; */
}
md-autocomplete md-autocomplete-wrap md-progress-linear{
    top:40px;
}
.md-errors-spacer:empty{
    /* display:none; */
}
.center{
	text-align:center;
	align-items: center;
	justify-content: center;
}
.link {
    text-decoration: none;
    color: teal;
    font-size: 14px;
    font-weight: 500;
}
.green {
    color: #0da84b;
}
.red {
    color: #dc4343;
}
.blue {
    color: #2867c5;
}

.form {
    padding: 24px;
    flex: 1;
}
.form-headline {
    width: 100%;
    padding: 20px 0px;
    position: relative;
}
.form-headline-badge {
    position: absolute;
    right: 0px;
    top: 20px;
    background: #185d5b;
    color: white;
    padding: 2px 12px;
    border-radius: 4px;
    cursor: pointer;
}
.form-headline-button {
    position: absolute;
    right: 150px;
    top: 20px;
    background: #185d5b;
    color: white;
    padding: 2px 12px;
    border-radius: 4px;
    cursor: pointer;
}
.form-title {
    color: rgba(0,0,0,.87);
    font-size: 18px;
    margin-bottom: 12px;
}
.form-body {
    display: flex;
    flex-direction: column;
}
.form-actions {
    display: flex;
    align-items: center;
}
.form-right-menu {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    width: 350px;
    background: #eee;
    box-shadow: -1px 0px 2px;
    display: flex;
    flex-direction: column;
    /* overflow: hidden; */
    z-index: 1;
}
.form-right-menu:after {
	content: "";
	background: rgba(0, 0, 0, 00.3);
	width: 100%;
	height: 100%;
	position: fixed;
	right: 350px;
}
.form-menu-headline {
    padding: 10px 20px;
    display: flex;
    align-items: center;
    height: 44px;
    box-sizing: border-box;
    flex: none;
}
.form-menu-title {
    font-size: 16px;
    font-weight: 500;
}
.form-menu-close-button {
    position: absolute;
    top: 10px;
    right: 12px;
    outline: none;
    cursor: pointer;
}
.form-menu-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: auto;
}
.spacer {
    flex: 1;
}

.filepicker-container {
}
.filepicker-container input {
    color: white;
    pointer-events: none;
    position: absolute;
    top: 20px;
    color: transparent;
}


.page {
    width: 100%;
    height: 100%;
    overflow: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.page-background {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
}
.video-background {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
}
.video-mask {
    position: absolute;
    background: rgba(1, 178, 172, 0.32);
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.image-background {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.login {
    background: white;
    display: flex;
    flex-direction: column;
    width: 500px;
    box-sizing: border-box;
    box-shadow: 0 1px 8px 0 rgba(0,0,0,.2), 0 3px 4px 0 rgba(0,0,0,.14), 0 3px 3px -2px rgba(0,0,0,.12);
    padding: 20px 0px;
}
.login-headline{
	width: 100%;
	text-transform: uppercase;
	letter-spacing: 1px;
	box-sizing: border-box;
	padding: 0px 40px 0px 30px;
	font-size: 24px;
	font-weight: 500;
	line-height: 80px;
	border-left: 8px solid teal;
	white-space: pre-wrap;
	max-width: 100%;
}
.login-body{
	display: flex;
	flex-direction: column;
	padding: 20px 40px 0px 40px;
}
.login-options {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0px;
}
.login-options md-checkbox {
    margin: 0;
    display: flex;
    align-items: center;
    color: #777;
}
.login-link {
    color: #00a09a;
    cursor: pointer;
    text-decoration: none;
}
.login-link:hover {
    text-decoration: underline;
}
.login-button {
    margin: 20px 0px;
}
.login-button:hover {
    background: #34B5B0;
}
.login-signup-access {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.login-paragraph {
    margin: 0;
    margin-bottom: 10px;
    color: #333;
}


.signup-page {}
.signup {
    background: white;
    display: flex;
    flex-direction: column;
    /* width: 800px; */
    box-sizing: border-box;
    box-shadow: 0 1px 8px 0 rgba(0,0,0,.2), 0 3px 4px 0 rgba(0,0,0,.14), 0 3px 3px -2px rgba(0,0,0,.12);
    padding: 20px 0px;
    margin: 100px 0px;
    padding-bottom: 0px;
}
.signup-headline {
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-sizing: border-box;
    padding: 0px 40px 0px 30px;
    font-size: 24px;
    font-weight: 500;
    line-height: 80px;
    border-left: 8px solid teal;
    white-space: pre-wrap;
    max-width: 100%;
}

.previous-contact {
    margin: 10px 20px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 12px 0px;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
}
.previous-contact-title.ng-binding {
    font-weight: 700;
    font-size: 12px;
    padding: 0px 10px;
}
.previous-contact-text {
    padding: 0px 10px;
    margin-top: 16px;
    font-size: 12px;
}
.previous-contact-caption {
    padding: 0px 10px;
    margin-top: 4px;
    font-size: 12px;
    color: #555;
}


.stats-table {
    text-align: left;
    border-collapse: collapse;
    box-sizing: border-box;
    border: 0px;
    width: 100%;
}
.stats-table td, .stats-table th {
    border: 1px solid #ccc;
    padding: 4px 20px;
    font-size: 12px;
}

.header{
    width: 100%;
    z-index: 1;
    position: relative;
}

.page-header {
    height: 110px;
    position: relative;
    z-index: 1;
    width: 100%;
}
.page-header-content {
    width: 100%;
    height: 100%;
}
.page-header-toolbar {
    width: 100%;
    height: 56px;
    background: #01a29c;
}
.page-header-toolbar-content {
    max-width: 1280px;
    width: 100%;
    margin: auto;
    display: flex;
    height: 100%;
}
.page-header-logo {
    height: 100%;
    width: auto;
    flex: none;
    padding: 8px 0px;
    box-sizing: border-box;
}
.page-header-logo img {
    height: 100%;
}
.page-header-toolbar-tools {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 0px 20px;
}
.page-header-profile {
    width: 200px;
    flex-direction: column;
    height: 100%;
    overflow: visible;
    box-sizing: border-box;
    position: relative;
}
.profile-button {
    width: 100%;
    height: 100%;
    display: flex;
    color: white;
    cursor: pointer;
    align-items: center;
    padding: 8px;
    box-sizing: border-box;
    background: #01a29c;
    z-index: 2;
    outline: none;
    position: relative;
}
md-icon.profile-button-avatar {
    border-radius: 50%;
    background: #ddd;
    width: 36px;
    height: 36px;
    flex: none;
    font-size: 44px;
    color: white;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: baseline;
    margin-right: 10px;
}
.profile-button-text {
    font-weight: 500;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
md-icon.profile-button-arrow {
    color: inherit;
}
.profile-dropdown {
    position: absolute;
    color: #333;
    top: 60px;
    right: 0;
    width: 100%;
    min-width: 160px;
    /* z-index: 1; */
    transform: translateY(-110%);
    visibility: hidden;
    transition: transform .4s cubic-bezier(.25,.8,.25,1),visibility .4s cubic-bezier(.25,.8,.25,1);
    box-shadow: 0 2px 1px -1px rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 1px 3px 0 rgba(0,0,0,.12);
}
.page-header-profile.open .profile-dropdown {
    transform: translateY(0);
    visibility: visible;
}
.page-header-profile.open md-icon.profile-button-arrow {
    transform: rotate(180deg);
}
.dropdown-button {
    height: 48px;
    padding: 0 16px;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    outline: none;
}
md-icon.dropdown-button-icon {
    margin: 0;
    margin-right: 4px;
    color: black;
}

.page-subheader-toolbar{
    width: 100%;
    height: 56px;
}

.page-subheader-toolbar-content{
    width: 100%;
    margin: auto;
    display: flex;
    height: 100%;
    max-width: 1280px;
}

.page-header-navigation {
    width: 100%;
    height: 54px;
    background: #fff;
}
.page-header-navigation-content {
    max-width: 1280px;
    width: 100%;
    margin: auto;
    display: flex;
    height: 100%;
}
.page-header-navigation-item {
    width: auto;
    height: 100%;
    margin-right: 10px;
}
.page-header-navigation-link {
    height: 100%;
    display: inline-flex;
    align-items: center;
    padding: 0px 8px;
    text-decoration: none;
    cursor: pointer;
}
md-icon.page-header-navigation-item-icon {
    color: #004D4A;
    flex: none;
    margin-right: 4px;
}
.page-header-navigation-item-text {
    color: #4F8A87;
    font-size: 15px;
    font-weight: 400;
}
.page-header-navigation-link.active {
    background: #eee;
    color: #004D4A;
}
.page-content {
    flex: 1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.page-content-header {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: inset 0px 0px 0px 100px rgba(0, 77, 74, 0.9);
    background-image: url(assets/home.jpg);
    height: 150px;
    margin-bottom: -120px;
    flex: none;
}
.page-content-header.page-content-header-large {
    height: 200px;
}
.page-content-title {
    min-height: 56px;
    max-height: 56px;
    padding-right: 32px;
    color: #fff;
    font-size: 28px;
    line-height: 56px;
}

.page-content-header-content {
    max-width: 1280px;
    width: 100%;
    margin: auto;
    display: flex;
    height: 100%;
    box-sizing: border-box;
    padding: 42px 0 0;
}
.page-content-searcher {
    height: 56px;
    flex: 1;
    background: white;
    display: flex;
}
md-icon.page-content-searcher-icon {
    width: 56px;
    height: 56px;
    margin: 0;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-content-searcher > input {
    flex: 1;
    border: 0;
    outline: none;
}
.filters-menu {
    display: flex;
    align-items: center;
    position: relative;
}
.filters-dropdown {
    position: absolute;
    top: 100%;
    right: 0px;
    width: 600px;
    background: white;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    border: 1px solid rgba(0,0,0,0.2);
    padding: 12px;
    z-index: 1;
}
.filter {
    padding: 0px;
    background: #eee;
    border-radius: 16px;
    display: flex;
    align-items: center;
    height: 32px;
    margin: 0px 4px;
}
.filter-text {
    font-size: 14px;
    padding-left: 16px;
    font-weight: 500;
}
.filter .md-button{
	margin:0;
}
.filters {
    display: flex;
    align-items: center;
}
.filters-dropdown-item {
    padding: 10px;
    display: flex;
    align-items: center;
}
.filter-dropdown-label {
    font-size: 14px;
    font-weight: 500;
    width: 100px;
}
.filter-dropdown-actions {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page-content-body {
    flex: 1;
    overflow: hidden;
}
.page-content-body-content {
    max-width: 1280px;
    width: 100%;
    margin: auto;
    display: flex;
    height: 100%;
    box-sizing: border-box;
    overflow: hidden;
    padding: 42px 0px;
}
.page-content-body-content {}
.sidebar {
    height: calc(100% - 100px);
    overflow: auto;
    width: 200px;
    box-sizing: border-box;
    margin: 100px 20px 0px 0px;
    display: flex;
    flex-direction: column;
}
.sidebar-title {
    margin: 4px 0px;
    top: 0px;
    /* background: #f4f4f4; */
    font-family: Roboto,"Helvetica Neue",sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: rgba(0, 0, 0,.54);
    height: 48px;
    line-height: 16px;
    display: flex;
    box-sizing: border-box;
    padding: 16px;
}
.sidebar-link {
    outline: none;
    margin: 4px 0px;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0 16px;
    position: relative;
    height: 48px;
    cursor: pointer;
}
.sidebar-link.active {
    background: #e7e7e7;
}
.sidebar-link:hover{
	background: #e7e7e7;
}
.sidebar-link.disabled {
    pointer-events: none;
    opacity: 0.5;
}
md-icon.sidebar-link-icon {
    margin: 0 12px 0px 0px;
}
.sidebar-link-text {
    font-size: 14px;
    color: #666;
    font-weight: 500;
    display: flex;
    align-items: start;
    cursor: pointer;
    padding: 4px;
    box-sizing: border-box;
    outline: none;
    margin: 4px 0px;
    flex: 1;
}
.sidebar-body {padding-right: 10px;}
.sidebar-icon {
    width: 24px;
    height: 24px;
    margin-right: 4px;
    display: flex;
    align-items: center;
    justify-content: start;
    flex: none;
}
.sidebar-icon md-icon {
    font-size: 16px;
    min-width: 16px;
    min-height: 16px;
    line-height: 16px;
    width: 16px;
    height: 16px;
    margin: 0;
}
.sidebar-text {
    min-height: 24px;
    flex: 1;
    display: flex;
    align-items: center;
}

.page-content-main {
    flex: 1;
    box-sizing: border-box;
    overflow: auto;
    display: flex;
    flex-direction: column;
    background: white;
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 3px 0 rgba(0,0,0,.12);
    border-radius: 2px;
}
.page-content-toolbar-pages {
    display: flex;
    height: 100%;
    align-items: center;
}
.page-content-main-toolbar {
    height: 56px;
    display: flex;
    border-bottom: 1px solid #ddd;
    flex: none;
}
.page-content-toolbar-searcher {
    display: flex;
    flex: 1;
    position: relative;
    height: 100%;
}
.page-content-toolbar-searcher input {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    box-sizing: border-box;
    border: 0;
    outline: none;
    padding-left: 52px;
}
.page-content-toolbar-searcher .searcher-icon {
    position: absolute;
    z-index: 1;
    left: 16px;
    top: 16px;
    pointer-events: none;
}
.page-content-toolbar-buttons {
    flex: 1;
    padding: 0px 10px;
    align-items: center;
    display: flex;
}
.page-content-toolbar-pages {
    padding: 0px 10px;
    align-items: center;
}
.page-content-toolbar-pages-text {
    font-size: 16px;
    font-weight: 400;
    color: #777;
    margin-right: 12px;
}
.page-content-toolbar-pages .md-icon-button {
    margin: 0;
}
.page-content-list-item {
    display: flex;
    min-height: 56px;
    align-items: center;
    cursor: pointer;
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
    outline: none;
}
.page-content-list-item.deleted {
    box-shadow: 4px 0px 0px inset red;
}
.page-content-list-item:nth-child(2n+1) {
    background: #f5f5f5;
}
.page-content-list-item:hover {
    background: rgb(224, 224, 224);
}
.page-content-item-cell {
    outline: none;
    padding: 8px 12px;
    font-size: 14px;
    text-decoration: none;
    transition: background .1s ease-in-out;
    position: relative;
    cursor: pointer;
    color: #616161;
    font-weight: 400;
    margin: 0 8px;
    height: 100%;
    box-sizing: border-box;
    overflow: hidden;
    min-height: 44px;
    align-items: center;
    display: flex;
}
.page-content-item-cell .md-button {
    margin: 0;
}
.page-content-main-body {
    flex: 1;
    overflow: auto;
}
.page-content-item-avatar {
    width: 40px;
    height: 40px;
    overflow: hidden;
    padding: 0;
    margin: 0px 20px;
    border-radius: 50%;
}
.page-content-item-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.page-content-item-cell input, .page-content-item-cell select {
    width: 100%;
    height: 100%;
    font-size: 12px;
    font-weight: 500;
    outline: none;
    padding: 2px 4px;
    box-sizing: border-box;
    border: 1px solid #999;
    height: 24px;
    position: absolute;
    /* top: 10px; */
    /* left: 4px; */
    /* width: calc(100% - 10px); */
}
.page-content-item-cell input.ng-invalid, .page-content-item-cell select.ng-invalid {
    background: #ed9f9f;
}
.page-content-list {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid #ccc;
}
.page-content-list {
    flex: 1;
    overflow: auto;
}
.page-content-list.no-hover .page-content-list-item {
    cursor: initial;
    min-height: 44px;
}
.page-content-list.no-hover .page-content-list-item:hover {
    background: #fafafa;
}
.page-content-list.no-hover .page-content-list-item:nth-child(2n+1):hover {
    background: #f5f5f5;
}
.page-content-list-item:last-child {
    border-bottom: 0px;
}
.page-content-list.no-spacing .page-content-item-cell {
    padding: 0px;
    margin: 0px 8px;
}


.page-content-master-slave {
    width: 100%;
    height: 100%;
    display: flex;
}
.page-content-master {
    width: 250px;
    height: 100%;
    overflow: auto;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    background: #eee;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
}
.page-content-slave {
    padding: 20px;
    overflow: auto;
    display: flex;
    flex: 1;
}
.master-header {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 16px 0px;
}
.master-title {
    font-size: 18px;
    font-weight: 500;
    color: rgba(0, 0, 0,.54);
    line-height: 20px;
    display: flex;
    box-sizing: border-box;
}
.master-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
    padding: 12px 0px;
    box-sizing: border-box;
}


.profile-card {
    width: 100%;
    background: white;
    display: flex;
    padding: 32px 8px;
    border: 1px solid #e0e0e0;
    box-shadow: 0 2px 4px -1px rgba(0,0,0,.2), 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12);
    place-self: flex-start;
}
.profile-card-avatar {
    width: 150px;
    height: 150px;
    padding: 16px 32px;
    margin-right: 38px;
}
.profile-card img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    box-shadow: 0 2px 4px -1px rgba(0,0,0,.2), 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12);
}
.profile-card-body {
    padding: 16px 32px 16px 0px;
    flex: 1;
}
.profile-card-title {
    font-size: 28px;
}
.profile-card-text {
    margin-top: 6px;
    font-size: 14px;
    color: #666;
}
.profile-card-card-contact {
    flex-direction: column;
    box-sizing: border-box;
    display: flex;
    padding: 16px 32px;
    border-left: 1px solid #e0e0e0;
}
.profile-card-data {
    width: 100%;
    padding: 8px 0;
    display: flex;
}
.profile-card-label {
    width: 72px;
    flex: none;
    font-size: 14px;
    font-weight: 500;
}
.profile-card-value {
    margin-left: 24px;
    font-size: 14px;
}



.alert-error{
    color: #721c24 !important;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-warning {
    color: #856404 !important;
    background-color: #fff3cd;
    border-color: #ffeeba;
}


.cards-container {
  width: 100%;
  height: calc(50vw + 24px);
  flex: none;
  position: relative;
}
.cards-container ui-slider{
    width: 100%;
    height: 100%;
    position: absolute;
}
.card {
    width: calc(100% - 12px);
    height: 100%;
    border-radius: 16px;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
.card, .card.blue-card{
    background: rgb(30,87,153);
    background: -moz-linear-gradient(-45deg, rgba(30,87,153,1) 0%, rgba(41,137,216,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);
    background: linear-gradient(135deg, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=1 );
}
.card.silver-card{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d2dfed+0,c8d7eb+26,bed0ea+51,a6c0e3+51,afc7e8+62,bad0ef+75,99b5db+88,799bc8+100;Grey+Blue+Gloss+%231 */
    background: rgb(210,223,237); /* Old browsers */
    background: -moz-linear-gradient(-45deg,  rgba(210,223,237,1) 0%, rgba(200,215,235,1) 26%, rgba(190,208,234,1) 51%, rgba(166,192,227,1) 51%, rgba(175,199,232,1) 62%, rgba(186,208,239,1) 75%, rgba(153,181,219,1) 88%, rgba(121,155,200,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  rgba(210,223,237,1) 0%,rgba(200,215,235,1) 26%,rgba(190,208,234,1) 51%,rgba(166,192,227,1) 51%,rgba(175,199,232,1) 62%,rgba(186,208,239,1) 75%,rgba(153,181,219,1) 88%,rgba(121,155,200,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  rgba(210,223,237,1) 0%,rgba(200,215,235,1) 26%,rgba(190,208,234,1) 51%,rgba(166,192,227,1) 51%,rgba(175,199,232,1) 62%,rgba(186,208,239,1) 75%,rgba(153,181,219,1) 88%,rgba(121,155,200,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2dfed', endColorstr='#799bc8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.card.charcoal-card{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b5bdc8+0,828c95+36,28343b+100;Grey+Black+3D */
    background: rgb(181,189,200); /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(181,189,200,1) 0%, rgba(130,140,149,1) 36%, rgba(40,52,59,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8', endColorstr='#28343b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.card.green-card{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b4ddb4+0,83c783+17,52b152+33,008a00+67,005700+83,002400+100;Green+3D+%231 */
    background: rgb(180,221,180); /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(180,221,180,1) 0%, rgba(131,199,131,1) 17%, rgba(82,177,82,1) 33%, rgba(0,138,0,1) 67%, rgba(0,87,0,1) 83%, rgba(0,36,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(180,221,180,1) 0%,rgba(131,199,131,1) 17%,rgba(82,177,82,1) 33%,rgba(0,138,0,1) 67%,rgba(0,87,0,1) 83%,rgba(0,36,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(180,221,180,1) 0%,rgba(131,199,131,1) 17%,rgba(82,177,82,1) 33%,rgba(0,138,0,1) 67%,rgba(0,87,0,1) 83%,rgba(0,36,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4ddb4', endColorstr='#002400',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.card.orange-card{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fceabb+0,fccd4d+50,f8b500+51,fbdf93+100;Orange+3D+%235 */
    background: rgb(252,234,187); /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 50%, rgba(248,181,0,1) 51%, rgba(251,223,147,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(252,234,187,1) 0%,rgba(252,205,77,1) 50%,rgba(248,181,0,1) 51%,rgba(251,223,147,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(252,234,187,1) 0%,rgba(252,205,77,1) 50%,rgba(248,181,0,1) 51%,rgba(251,223,147,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.card.teal-card{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#93cede+0,75bdd1+41,49a5bf+100;Blue+3D+%235 */
    background: rgb(147,206,222); /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(147,206,222,1) 0%, rgba(117,189,209,1) 41%, rgba(73,165,191,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(147,206,222,1) 0%,rgba(117,189,209,1) 41%,rgba(73,165,191,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(147,206,222,1) 0%,rgba(117,189,209,1) 41%,rgba(73,165,191,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93cede', endColorstr='#49a5bf',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.card-data {
    display: flex;
    align-items: start;
    overflow: hidden;
    justify-content: space-between;
}
.card-data-item {
    display: flex;
    flex-direction: column;
}
.card-data-item.card-owner {
    max-width: 50%;
    padding-right: 10px;
}
.card-data-item-label {
    color: rgba(255, 255, 255, 0.4);
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
}
.card-data-item-value {
    font-weight: 500;
    color: white;
    text-transform: capitalize;
    margin-top: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.card-settings {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}
.page-content-list-item .card-settings {
    margin-top: 0px;

    padding: 8px 12px;
    margin: 0 8px;
}
.page-content-list-item .selected-card-settings {
    border: 1px solid lightgray; 
    background: white;
}
.card-setting {
    width: 100%;
    height: 44px;
    align-items: center;
    padding: 8px;
    box-sizing: border-box;
    display: flex;
    outline: none;
}
.card-settings-title {
    color: #0ea5a3;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.010em;
    line-height: 24px;
    margin: 12px 0px;
}
.card-settings-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    border-radius: 4px;
    overflow: hidden;
    padding: 2px;
    box-sizing: border-box;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2), -1px -1px 3px rgba(0, 0, 0, 0.1);
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f2f6f8+0,d8e1e7+50,b5c6d0+51,e0eff9+100;Grey+Gloss+%232 */
     /* Old browsers */
     /* FF3.6-15 */
     /* Chrome10-25,Safari5.1-6 */
     /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     /* IE6-9 fallback on horizontal gradient */
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100;White+3D */
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
md-icon.card-setting-icon {
    margin: 4px;
    font-size: 20px;
    width: 20px;
    height: 20px;
    margin-right: 12px;
    color: teal;
    min-width: 20px;
    min-height: 20px;
}
.card-setting-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.010em;
    line-height: 24px;
    color: teal;
}
.card-settings-item {
    display: flex;
    padding: 10px 0px;
    width: 100%;
    box-sizing: border-box;
    /* align-items: center; */
    height: 55px;
}
.card-settings-text {
    flex: 1;
}
.card-settings-icon {
    margin-right: 10px;
}
.card-setting-text-line-1 {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.010em;
}
.card-setting-text-line-2 {
    font-size: 12px;
    letter-spacing: 0.020em;
    margin-top: 4px;
    color: #777;
    font-weight: 500;
}

.card-logo {
    width: 100%;
    box-sizing: border-box;
    height: 24px;
}
.card-logo img {
    height: 100%;
    float: right;
}
.card-product-name {
    position: absolute;
    top: 44px;
    font-weight: BOLD;
    color: #00b2af;
    font-size: 13px;
    left: 20px;
}
.card-number {
    color: white;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 20px;
    flex: 1;
    display: flex;
    align-items: center;
}
.card-expiry-date {
    /* position: absolute; */
    font-size: 12px;
    font-weight: bold;
    display: flex;
}
.card-expiry {
}
.card-expiry-label {
    font-size: 10px;
    font-weight: bold;
}
.card-payment-button {
    color: teal;

    text-align: left;

    font-weight: bold;
    font-size: 14px;
}

.badge{
    margin: 0;
    padding-right: 8px;
}

.badge-error {
    color: #dc3545;
}

.alert-warning {
    color: #856404 !important;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.badge-warning {
    color: #b68900;
}