* {
	outline: none;
}
.md-menu .md-button {
    display: flex;
    justify-content: center;
}
.md-avatar{
	object-fit: cover;
}
.md-button.md-default-theme.md-primary.md-fab, .md-button.md-primary.md-fab, .md-button.md-default-theme.md-primary.md-raised, .md-button.md-primary.md-raised,
.md-toolbar-tools {
    color: #FFF;
}
.innactive .md-toolbar-tools{
	background: gray;
}
.hint{
	font-size: small;
	color: #999;
}
.alert{
	padding: 16px;
	box-shadow: 0px 0px 8px #CCC;
	background: #EFEFEF;
	margin: 8px 8px 16px;
}
.alert > *{
	max-width: 800px;
	margin: 0px auto;
}

.touch-of-mint{
	box-shadow: 0px 0px 8px #7bccd2
}

.card{
	overflow: hidden;
	/*border-radius: 8px;*/
	margin: 8px;
	background: #FFF;
}
.card, .card > a{
	display: block;
	position: relative;
}
.cards img, .card img{
	width: 100%;
}
.card > *:not(img):not(.escape){
	padding: 8px;
}
.card .subtitle {
	display: block;
	overflow: hidden;
	line-height: 1em;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: small;
	color: #089;
	text-align: center;
}
.card h3{
	position: absolute;
	box-sizing: border-box;
	width: 100%;
	margin: 0px;
	background: #FFF9;
	color: #083b40;
	white-space: nowrap; 
	overflow: hidden; 
	text-overflow: ellipsis;
}
.card h3+p{
	margin-top: 40px;
}
.card h3 + md-list:not(.escape){
	padding-top: 45px;
}
.card .status{
	margin: 5px;
	font-size: smaller;
	color: #308c94;
}
.card .edit, .card .action{
	position: absolute;
    top: 0px;
    right: 0px;
    background: #FFF;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
}
.card .action.tr{
    top: 0px;
    right: 0px;
    left: initial;
    bottom: initial;
}
.card .action.tl{
    top: 0px;
    left: 0px;
    right: initial;
    bottom: initial;
}

md-card-content{
	min-height: 100px;
}
.pog{
	position: relative;
	margin: 0px;
	border-radius: 15px;
	box-shadow: 2px 2px 4px #0009;
	overflow: hidden;
}
.pog img{
	display: block;
	width: 100%;
}
.pog h3{
	text-align: center;
	margin: 0px;
	background: #3339;
	color: #fff;
	font-weight: 100;
	padding: 4px 4px 4px 30px;
	position: absolute;
	width: 100%;
	box-sizing: border-box;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.pog .circle{
	border-radius: 50%;
	background: #3339;
	position: absolute;
	width: 20px;
	height: 20px;
	padding: 2px;
	line-height: 20px;
	text-align: center;
	color: #FFF;
}
.pog .bl{
	bottom: 5px;
	left: 5px;
}
.pog .tl{
	top: 5px;
	left: 5px;
}
.pog .tr{
	top: 5px;
	right: 5px;
}
.pog .br{
	bottom: 5px;
	right: 5px;
}
.pog .green{
	color: #a7d8a7!important;
}
.pog .orange{
	color: #e2aa79!important;
}
.pog .male{
	border-bottom: 2px solid #0AF;
}
.pog .female{
	border-bottom: 2px solid #F0A;
}





.entry{
	position: relative;
}
.draft{
	border-left: 4px solid #CCC;
}
.scheduled, .paid{
	border-left: 4px solid #F0F;
}
.submitted{
	border-left: 4px solid #0AF;
}
.approved{
	border-left: 4px solid #0FA;
}
.returned{
	border-left: 4px solid #FA0;
}

.draft .info-btn{
	color: #CCC;
}
.submitted .info-btn{
	color: #0AF;
}
.approved .info-btn{
	color: #0FA;
}
.returned .info-btn{
	color: #FA0;
}
.info-btn{
	position: absolute;
	top: 5px;
	right: 5px;
	background: #FFF;
	border-radius: 2px;
	padding: 5px;
	box-shadow: 0px 0px 2px #999;
}
.pre{
	white-space: pre-wrap;
}
.fa-flag .green{
	color: green;
}
.fa-flag .orange{
	color: orange;
}



.table.dense tr td{
	padding: 2px 5px;
}
.table tr:hover td{
	background: #EEE;
}
.table tr th{
	background: #EEE;
}

td .md-avatar{
	margin: 0px;
}