﻿.logo {
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
	margin-right: 10px;
	width: 100px;
}

.photos-container {
	color: #212124;
    background-color: #f3f5f6;
	width: 1080px;
    margin: auto;
    padding-bottom: 100px;
}

.feed-page-view .feed {
    width: 1080px;
    margin: auto;
    box-sizing: border-box;
    position: relative;
    height: auto;
    padding-top: 120px;
}

.activity-card:hover {
    box-shadow: 0 16px 32px 0 rgba(0,0,0,.1);
}
.activity-card {
	width: 480px;
    background: #fff;
    margin-top: 0px;
    margin-bottom: 80px;
	margin-left: 30px;
	margin-right: 30px;
    transition: box-shadow .2s;
    border-radius: 4px;
}

.activity-card div.activity-card-content {
    padding: 0;
}

.activity-card-attribution {
    display: inline-block;
    max-width: 480px;
    width: 100%;
    height: 64px;
    padding: 16px;
    vertical-align: middle;
    position: relative;
}


@media all and (max-width: 980px) {
	.logo {
		margin-top: 10px;
		margin-left: 10px;
		margin-bottom: 10px;
		margin-right: 10px;
		width: 70px;
	}
	.photos-container {
		color: #212124;
		background-color: #f3f5f6;
		width: 100%;
		margin: auto;
		padding-bottom: 100px;
	}
	
	.feed-page-view .feed {
		width: 100%;
		margin: auto;
		box-sizing: border-box;
		position: relative;
		height: auto;
		padding-top: 120px;
	}
	
	.activity-card {
		width: 340px;
		background: #fff;
		margin-top: 0px;
		margin-bottom: 80px;
		margin-left: 10px;
		margin-right: 20px;
		transition: box-shadow .2s;
		border-radius: 4px;
	}
	
	.activity-card-attribution {
		display: inline-block;
		max-width: 340px;
		width: 100%;
		height: 64px;
		padding: 16px;
		vertical-align: middle;
		position: relative;
	}
}


.activity-card-attribution .attribution-content {
    line-height: 17px;
}
.activity-card-attribution .attribution-content {
    width: auto;
    max-width: 80%;
    margin-top: 0;
    float: left;
    line-height: 12px;
    height: 32px;
}
.activity-card-attribution .attribution-content .display-price, .activity-card-attribution .attribution-content .display-name, .activity-card-attribution .attribution-content .display-images {
    display: inline-block;
    height: 16px;
    line-height: 16px;
}


.activity-card-attribution .attribution-content .display-name {
    width: 100%;
	color: #000;
    font-weight: 600;
    font-size: 14px;
    float: left;
    display: inline-block;
    text-overflow: ellipsis;
    max-width: 100%;
    height: 20px;
    white-space: nowrap;
    overflow: hidden;
	text-transform: uppercase;
}

.activity-card-attribution .attribution-content .display-price, .activity-card-attribution .attribution-content .display-images {
    color: #b3b3b3;
    font-weight: 400;
    font-size: 12px;
}

.activity-card div.activity-card-photos img, .activity-card div.activity-card-photos .img {
	width: 100%;
    background-color: #fff;
}

.activity-card div.activity-card-content {
    padding: 0;
}

.addtocart-actions {
    text-align: right;
    height: 48px;
    padding: 16px;
    line-height: 16px;
    border-top: 1px solid rgba(0,0,0,.15);
}

.activity-card-actions-labels {
    float: right;
    height: 20px;
    line-height: 20px;
    margin-top: -1px;
}

.addtocart {
	float: left;
    display: inline;
    color: #b3b3b3;
    font-size: 12px;
    font-weight: 400;
    margin-right: 5px;
    text-transform: capitalize;
}

.addtocartbutton {
	float: right;
    display: inline;
    color: #b3b3b3;
    font-size: 12px;
    font-weight: 400;
    margin-right: 5px;
    text-transform: capitalize;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: #f5f5f5;
  font-size: 10px;
}

.cartsummary_m {
	display: none;
	background-color: #f9f9f9;
    border-bottom: 1px solid #ccc;
}

.cartsummary_m a {
	color: #00B3F0;
	text-decoration: none;
}

@media all and (max-width: 1024px) {
	.cartsummary_m {
		display: block;
		color: #00B3F0;
	}
	.cartsummary {
		display: none;
	}
}

.cartsummary a {
	color: #000;
}

.navbar-default {
    color: #000;
}
.navbar-default .navbar-nav>li>a {
    color: #000;
    margin-top: 10px;
    font-size: 24px;
    font-family: 'Sanchez', serif;
}

.text1 {
	color: #7c7070;
}
.material-icons.md-18 {
font-size: 18px !important;
height: 18px !important;
width: 18px !important;
}
.material-icons.md-24 {
font-size: 24px !important;
height: 24px !important;
width: 24px !important;
}
.material-icons.md-36 {
font-size: 36px !important;
height: 36px !important;
width: 36px !important;
}
.material-icons.md-48 {
font-size: 48px !important;
height: 48px !important;
width: 48px !important;
}

.disabled {
	color: grey;
}
.paid {
	color: green;
}
.notpaid {
	color: red;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.bolder {
	font-weight: 700;
}

.cart-footer {
	font-size: 22px;
}

.cart {
	text-align: center;
}
.cart-thumbnail {
	width: 100px;
	background-color: #ccc;
	padding: 1px;
	margin: 2px;
}

.cartsummary {
	width: 250px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #fff;
}

.photoframe {
	padding: 5px;
	border: 1px solid #ccc;
	margin: 5px;
}
.photocontainer {
	margin-bottom: 10px;
}
.photo img, .photo .img {
	height: 306px;
    width: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #ccc;
	padding: 1px;
}

@media all and (max-width: 1024px) {
	.photo img, .photo .img {
		display: block;
		max-width: 95%;
		height: auto;
	}
}

.photoname {
	margin-left: 0;
    margin-top: 2px;
    margin-bottom: 6px;
    color: #8e8e8e;
    font-size: 14px;
    font-weight: 100;
}
.price {
	margin-left: 0;
    margin-top: 2px;
    margin-bottom: 6px;
    color: #333;
    font-size: 24px;
    font-weight: 100;
}

body {
    font-family: "open sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: #fdfdfd;
    font-size: 16px;
}
md-tooltip.ha .md-content {
    text-align: center;
    height: auto;
}
.fh { height: calc(100vh - 65px)}
.fhc { height: calc(100vh - 96px)}
.header {background-color: rgb(238,238,238);text-transform: uppercase;font-weight: bolder;color: rgba(0,0,0,0.54);}
div.header {display: flex;-webkit-box-align: center;-webkit-align-items: center;align-items: center;}
.date {width: 115px;text-align: center;color: rgba(0,0,0,0.54);}
.ha { height: auto;}
.black {color: #000;}
.cb {clear:both}
.mt {margin-top: 10px;}
.mb {margin-bottom: 10px}
.mb30 {margin-bottom: 30px;}
.ml {margin-left:10px}
.ml30 {margin-left:30px}
.mr {margin-right:10px}
.dn {display:none}
.p {padding: 10px}
.pt {padding-top: 10px}
.pl {padding-left: 10px}
.pr {padding-right: 10px}
.pb {padding-bottom: 10px}
.right {text-align:right}
.left {text-align:left}
.center {text-align:center}
.vam {vertical-align: middle;}
.vab {vertical-align: bottom;}
.disabled {
    color: rgb(189,189,189);
}
.odd{
}
.even{
}

.client {
    margin-top:120px;
}

.header-padding {
    margin-top:100px;
}

.md-2-line:hover {background-color: rgb(250,250,250);}
.header:hover {background-color: rgb(238,238,238);}

.list p { margin: 0px 0px 0px 0px; color: rgba(126, 117, 117, 0.98) }
.list h4 { margin-top: 0px; margin-bottom: 10px}

.filterbox {
    margin: 20px 0px 20px 0px;
}

.alert-void {
    background-color: rgba(232, 232, 232, 0.42);
    border-color: #c4c8c9;
    color: #888484;
}

.drop-box {
    background: #F8F8F8;
    border: 2px dashed #DDD;
    width: 100%;
    text-align: center;
    padding: 20px 10px;
}
.white {
    color: #fff;
}

.navbar {
    margin-bottom: 0px;
}
.page-header {
    padding-bottom: 9px;
    margin: 0px 0 0px;
    border-bottom: 1px solid #eee;
}

md-list-item.md-2-line, md-list-item.md-2-line>.md-no-style {
    min-height: 55px;
    height: 55px;
}
md-list-item h3 { font-size: 18px; margin: 10px 0 0 0}
md-list-item p { font-size: 10px; }

.md-button.md-fab.md-fab-bottom-right {
    position: fixed;
}
.icon-medium {
    font-size: 20px;
}
md-content {
	background-color: #f3f5f6;
}

.nmb {
    margin-bottom: 0px;
}

md-toast {
    position: fixed;
}

md-toolbar.md-default-theme:not(.md-menu-toolbar), md-toolbar:not(.md-menu-toolbar) {
    background-color: rgba(172, 189, 28, 0.8);
    color: rgb(255, 255, 255);
}

md-toolbar {
    max-height: 44px;
}

md-toolbar {
    min-height: 44px;
}

.md-toolbar-tools {
    max-height: 44px;
}

.smaller {
font-size: 65%;
}

.filters md-chips md-chip {
    background: transparent;
    color: rgb(66,66,66);
    font-size: 12px;
    font-weight: 400;
}

.filters md-chip .md-chip-remove-container button.filterchip {
    position: relative;
    height: 16px;
    width: 16px;
    line-height: 18px;
    text-align: center;
    background: rgb(188, 202, 73);
    color:rgb(255, 255, 255) ;
    border-radius: 50%;
    border: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
    transition: background 0.15s linear;
    display: block;
    left: -5px;
    top: 8px;
}

.counter {
	margin-left: 40px;
    line-height: 55px;
}

.counter span {
    display: inline-block;
    width: 26px;
    height: 26px;
    box-sizing: content-box;
    border: 1px solid #ddd;
    border-radius: 50%;
    line-height: 26px;
    text-align: center;
    color: #a3a3a3;
    cursor: pointer;
}

.clienttype, .employeename {
    color: rgb(189,189,189);
}

.attribute1_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px 66px 18px 20px;
    height: 60px;
    font-size: 18px;
    line-height: 24px;
    box-shadow: inset 0 -1px 0 0 #eceded;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 18px;
    background-color: #fafbfc;
    color: rgba(0, 0, 0, 0.50);
}

.attribute2_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 14px 66px 18px 20px;
    height: 50px;
    line-height: 24px;
    box-shadow: inset 0 -1px 0 0 #eceded;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 18px;
    font-weight: 500;
    background-color: rgb(250,250,250);
}

.filters md-chip .md-chip-remove-container button.filterchip:hover, 
.filters md-chip .md-chip-remove-container button.filterchip:focus {
    background: rgb(147, 158, 53);
    color:rgb(255, 255, 255) ;
}

md-list {
    padding: 0px 0;
}
.md-button.md-default-theme[disabled], .md-button[disabled], .md-button.md-default-theme.md-raised[disabled], .md-button.md-raised[disabled], .md-button.md-default-theme.md-fab[disabled], .md-button.md-fab[disabled], .md-button.md-default-theme.md-accent[disabled], .md-button.md-accent[disabled], .md-button.md-default-theme.md-warn[disabled], .md-button.md-warn[disabled] {
    opacity: .55;
    color: rgba(0,0,0,0.38);
    cursor: not-allowed;
}

md-content {
	overflow: initial;
}