.CustomersModule {
	left: 0px;	
}


.showlistwithtransactions .ListArea .List .ListItem .ListField[fieldname=phonework] {
	display: none;
}

.showlistwithtransactions .ListArea .List .ListItem .ListField[fieldname=email] {
	display: none;
}
.showlistwithtransactions .ListArea .List .ListItem .ListField[fieldname=expensivest] {
	display: block;
	width:70px;
	text-align: right;
}
.showlistwithtransactions .ListArea .List .ListItem .ListField[fieldname=total] {
	display: block;
	width:70px;
	text-align: right;
}
.showlistwithtransactions .ListArea .List .ListItem .ListField[fieldname=orders] {
	display: block;
	width:40px;
	text-align: right;
}
.showlistwithtransactions .ListArea .List .ListItem .ListField[fieldname=lastorder] {
	display: block;
	width:70px;
	font-size:11px;
}
.showlistwithtransactions .ListArea .List .ListItem .ListField[fieldname=lasttotal] {
	display: block;
	width:70px;
	text-align: right;
}


.CustomersModule[listviewmode="ImageView"]  .ListItem {
	display: inline-block;
	vertical-align: top;
	margin:5px;
	width:300px;
	position: relative;
	height:385px;
	margin:20px;
	padding:20px;
	border-top:1px dotted #e1e1e1;	
	box-shadow: 2px 2px 25px rgba(100,100,100,.5);
}
.CustomersModule[listviewmode="ImageView"]  .ListItem:nth-child(odd) {
	background-color: transparent;
}
.CustomersModule[listviewmode="ImageView"]  .ListItem:hover {
	background-color: transparent !important;
}
.CustomersModule[listviewmode="ImageView"] .ListArea .List .ListItem .ListField {
	border-right: none;
	display: none;
}
.CustomersModule[listviewmode="ImageView"] .ListArea .List .ListItem .ListField[fieldname=image] {
	display: block !important;
	width:110px;
	height: 110px;
	padding:0px;
	border: 8px solid #eee;
	position: absolute;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(ImgObjects/CustomerIcon.jpg);
	margin:10px;
}
.CustomersModule[listviewmode="ImageView"] .ListArea .List .ListItem .ListField[fieldname=company] {
	display: block;
	width:150px;
	position:absolute;
	top:105px;
	left:160px;
	font-size:22px;
	line-height:30px;
	color: #999
}
/* .CustomersModule[listviewmode="ImageView"] .ListArea .List .ListItem .ListField[fieldname=accountid] {
	display: block;
	width:150px;
	position:absolute;
	top:135px;
	left:160px;
	font-size:14px;
	line-height:30px;
	color: orange;
}
 */

body .CustomersModule[listviewmode="ListView"]  .List .ListField[fieldname=image] {
	background-size: auto 90%;
	background-position: center;
	background-repeat: no-repeat;
	color: transparent !important;
}

.CustomersModule[listviewmode="ImageView"] .ListArea .List .ListItem .ListField[fieldname=name] {
	display: block;
	width:150px;
	position:absolute;
	top:45px;
	left:160px;
	font-size:22px;
	line-height:30px;
}
.CustomersModule[listviewmode="ImageView"] .ListArea .List .ListItem .ListField[fieldname=lastname] {
	display: block;
	width:150px;
	position:absolute;
	top:75px;
	left:160px;
	font-size:22px;
	line-height:30px;
	color: #999
}
.CustomersModule[listviewmode="ImageView"] .ListArea .List .ListItem .ListField[fieldname=phonemobile] {
	display: block;
	width:250px;
	position:absolute;
	top:180px;
	left:30px;
	font-size:22px;
	line-height:30px;
	color: #999
}
.CustomersModule[listviewmode="ImageView"] .ListArea .List .ListItem .ListField[fieldname=phonework] {
	display: block;
	width:250px;
	position:absolute;
	top:215px;
	left:30px;
	font-size:22px;
	line-height:30px;
	color: #999
}

.CustomersModule[listviewmode="ImageView"] .ListArea .List .ListItem .ListField[fieldname=email] {
	display: block;
	width:250px;
	position:absolute;
	top:255px;
	left:30px;
	font-size:16px;
	line-height:30px;
	color: #999
}
.CustomersModule[listviewmode="ImageView"] .ListArea .List .ListItem .ListField[fieldname=address] {
	display: block;
	width:150px;
	position:absolute;
	top:305px;
	left:30px;
	font-size:16px;
	line-height:30px;
	color: #999
}
.CustomersModule[listviewmode="ImageView"] .ListArea .List .ListItem .ListField[fieldname=address2] {
	display: block;
	width:150px;
	position:absolute;
	top:325px;
	left:30px;
	font-size:16px;
	line-height:30px;
	color: #999
}
.CustomersModule[listviewmode="ImageView"] .ListArea .List .ListItem .ListField[fieldname=city] {
	display: block;
	width:150px;
	position:absolute;
	top:345px;
	left:30px;
	font-size:16px;
	line-height:30px;
	color: #999
}
.CustomersModule[listviewmode="ImageView"] .ListArea .List .ListItem .ListField[fieldname=state] {
	display: block;
	width:150px;
	position:absolute;
	top:365px;
	left:30px;
	font-size:16px;
	line-height:30px;
	color: #999
}

.CustomersModule[listviewmode="ImageView"] .ListArea .List .ListItem .ListField[fieldname=zipcode] {
	display: block;
	width:150px;
	position:absolute;
	top:365px;
	left:160px;
	font-size:16px;
	line-height:30px;
	color: #999
}


.ShowList .CustomerList {
	left:0px;
}
.ShowCustomerForm .ToolBarList {
	top:-100px;	
}
.ShowCustomerForm .ToolBarEditor {
	top:0px;	
}
.ShowCustomerForm .CustomerArea {
	left: 0px;	
}
.CustomersModule .CustomerPhoto {
	width:70px !important;
	height:70px !important;
	display: inline-block;
	margin:0px;
	margin-bottom:20px;
	margin-right: 20px;
	background-image: url(ImgObjects/CustomerIcon.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: top;
	border:12px solid #fff;
	box-shadow: 0px 0px 2px #ccc
}

.CustomersModule .Form .CustomerGeneral {
	position: relative;
}

.CustomersModule .Form .CustomerAddress {
	position: relative;
	width:500px;
	display: inline-block;
	vertical-align: top;
	margin-top:20px;
	margin-bottom:30px;
}
.CustomersModule .Form .BusinessInfo {
	margin-top:20px;
	border-left: 1px dotted #999;
	padding-bottom:30px;
	position: relative;
	width:240px;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	padding-left:20px;
	margin-left:20px;
	margin-bottom:30px;
}
.CustomersModule .Form .PrincipleInfo {
	border-top:1px dotted #999;
	padding-top:20px;
	padding-bottom:30px;
}
.CustomersModule .Form .ContactInfo {
	border-top:1px dotted #999;
	padding-top:20px;
	padding-bottom:30px;
}

.CustomersModule .Form .BillingInfo {
	margin-top:30px;
	/* border-top:1px dotted #999; */
	padding-top:20px;
	padding-bottom:30px;
}
.CustomersModule .Form .BankInfo {
	padding-top:20px;
	padding-bottom:30px;
}

.CustomersModule .BillingInfo .FormElement:nth-child(1) {
	display: block;
}
.CustomersModule .BillingInfo .FormElement:nth-child(1) input {
	width:300px;
}
.Form .ReferenceInfo {
	margin-top:30px;
	border-top:1px dotted #999;
	padding-top:20px;
	padding-bottom:30px;
	border-bottom:1px dotted #999;
	margin-bottom:20px;
}

.CustomersModule .ToolBarList .PrintBtn {
	-webkit-filter: none;
	right:70px !important;
}
.CustomersModule .MenuItem > span {
	/*display:none;*/
}

@media (max-width: 850px) {
	.MenuItem > span {
		display:none;
	}
}
.CustomersModule .sentlistbtn {
	-webkit-filter: invert()
}
.CustomersModule .MenuBar .ListCounter {
	color: #1090C1;
}
.CustomersModule .ToolBarEditor .OptionsBtn {

}
.CustomersModule .CompanyInfo {
	display: inline-block;
	border: none;
}
.CustomersModule .Email2AndWebsiteInfo {
	display: inline-block;
	border: none;	
	margin-top:0px;
}
.CustomersModule .AccountInfo {
	display: inline-block;
	border: none;		
}
.CustomersModule .IndustryInfo {
	display: inline-block;
	border: none;			
}
.CustomersModule .AssigedPorfessionalBtn {
	border: none;	
	top:20px;
}
.CustomersModule .GenerateLastIdBtn {
	background-image: url(ImgObjects/GeneratorIcon.png);
}
.CustomersModule .ServiceGroups {
	display: none;
}
.CustomersModule .PaymentMethodsInfo {
	display: none;
}
.CustomersModule [recordtype="resource"] .ServiceGroups {
	display: block;
}
.CustomersModule form .servicegroups {
	width: 630px;
	border-top: 1px dotted #ddd;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	max-height:150px;
	padding:0px 10px;
	overflow-y: auto;
	padding-top:10px;
	-webkit-overflow-scrolling: touch;	
}
.CustomersModule .servicegroups .ListItem .ListField {
	display:none !important;
}
.CustomersModule .servicegroups .Selected {
	background-color: #ccc !important;
}

.CustomersModule .servicegroups ListField[fname="code"] {
	display: inline-block;
	width:50px;
	font-size:14px;
	color: #888;
}
.CustomersModule .servicegroups ListField[fname="name"] {
	display: inline-block;
	width:250px;
	border: none;
}
.CustomersModule .servicegroups ListField[fname="number"] {
	display: inline-block;
	width:30px;
	font-size:14px;
	color: #888;
	text-align: center;
}
.CustomersModule .servicegroups ListField[fname="numbercount"] {
	display: inline-block;
	width:30px;
	font-size:14px;
	color: var(--blue);
	font-weight: bold;
	text-align: center;
}

.CustomersModule .servicegroups ListField[fname="price"] {
	display: inline-block;
	width:70px;
	border: none;
}
.CustomersModule .servicegroups ListField[fname="servicestatus"] {
	display: inline-block;
	width:30px;
	border: none;
	color: transparent;
	background-position: center;
	background-size: auto 80%;
	background-repeat: no-repeat;	

}

.CustomersModule .Form .ServiceOptions  {
	margin-left:10px;
	margin-top: 35px;
	display: block;
	width: 600px;
}
.CustomersModule .Form .ServiceOptions * {
	margin: 5px 5px;
}
.CustomersModule .Form .ServiceOptions input{
	width: 50px;
	pointer-events:none;
	border: 1px solid transparent;
	margin-right: 10px;
}
.CustomersModule .Form .ServiceOptions input[type=checkbox]{
	position: relative;
	top:0px;
}

.CustomersModule .Form .ServiceOptions .servicedurationvalue {
	width:35px;
}
.CustomersModule .Form .ServiceOptions .servicecountvalue {
	width:35px;
}
.CustomersModule .Form .ServiceOptions .priceinputvalue{
	width: 50px;
}
.CustomersModule .Form .ServiceOptions.EditServiceOptionsMode input {
	pointer-events:auto;	
	border: 1px solid #ccc;
}
.CustomersModule .Form .ServiceOptions label {
	display: inline-block;
	vertical-align: middle;
}
.CustomersModule .PlansToolBar {
	border: 1px solid red;
	z-index:1000000;
	display: inline-block;
	width:150px;
	margin-left:50px;
	height:40px;
	vertical-align: middle;
	text-align: right;
	border: none;
	display: block;
	position: absolute;
	right: 0px;
	top:-5px;
}
.CustomersModule.ViewMode .PlansToolBar {
	display: none !important;
}
.CustomersModule .PlansToolBar div {
	border: none;
	position: absolute;
	top:0px;
	right:5px;

}
.CustomersModule .PlansToolBar .DoneBtn2 {
	display: none !important;
}
.CustomersModule .EditPlanMode .DoneBtn2 {
	display: block !important;
}
.CustomersModule .EditPlanMode .EditBtn2 {
	display: none !important;
}
.CustomersModule .EditServiceOptionsMode .DoneBtn2 {
	display: block !important;
	margin-top: 0px;
}
.CustomersModule .EditPlanMode .EditBtn2 {
	display: none !important;
}
.CustomersModule .EditServiceOptionsMode .EditBtn2 {
	display: none !important;
}
.CustomersModule .ServiceIcon.AssistantBtn {
	position: absolute !important;
	right:30px;
	top:10px;
}
.CustomersModule [name="assignedprofessionalname"] {
	width:300px !important;
}
.CustomersModule .servicegroups [serviceitemstatus="true"] [fname="servicestatus"] {
	background-image: url(ImgObjects/paidListIcon.png);	
}
.CustomersModule .Form .AssignAccountBtn {
	display: none;	
}
.CustomersModule .AssigedReferralBtn {
/* 	display: none; */
}
.CustomersModule [selectvalue="professional"] .AssigedReferralBtn {
	display: inline-block;
}
.CustomersModule form .OtherOriginElement {
	display: none;
}
.CustomersModule form [selectvalue="other"] .OtherOriginElement {
	display: inline-block;
}
/*.CustomersModule .AssigedSourceBtn {
	display: none;
}
.CustomersModule [selectvalue="professional"] .AssigedSourceBtn {
	display: inline-block;
}*/

.CustomersModule form .AssignAccountBtn {
	display: none;	
}
[usecustomeraccount="true"] .CustomersModule form .AssignAccountBtn {
	display: inline-block;	
}
[clinichistoryactive="yes"] .ReservationsModule .ToolBarEditor .BookIcon {
	display: inline-block;
}
.CustomersModule .ToolBar .SearchFieldOptionsBtn {
	background-image: url(ImgObjects/searchoptionsicon.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	width: 25px;
	height: 40px;
	margin: 0px 5px;
	vertical-align: middle;
/* 	position: absolute; */
/* 	top:15px; */
/* 	left:200px; */
	opacity: .5;
	transition: transfrom 1s;
	display: inline-block;

}
.CustomersModule .ToolBar .ShowSearchSelector .SearchFieldOptionsBtn {
	transform: rotateY(180deg);
}
.CustomersModule .ToolBar .SearchSelector {
	display: inline-block;
	width: 0;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	border-radius: 8px;	
	overflow: hidden;
}
.CustomersModule .ToolBar .ShowSearchSelector .SearchSelector {
	width: auto;
}
.CustomersModule .ToolBar .SearchSelector * {
 	display: inline-block;
	background-color: #e1e1e1;
}
.MainArea .CustomersModule .ToolBar .MenuBar .SearchSelector .Selected {
 	display: inline-block;
	background-color: #888 !important;
	color: #fff !important;
}

.CustomersModule .ToolBar .SearchSelector *:nth-child(odd) {
 	display: inline-block;
	background-color: #d8d8d8;
}
.CustomersModule .ToolBar .SearchBox input {
    /* width: 180px; */
}
.CustomersModule form .ServiceIcon {
	background-image: url(ImgObjects/ArrowIconBlack.png);
}
.CustomersModule form .RelationshipIcon {
	width: 35px;
	height: 35px;
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	position: absolute;
	top: 15px;
	right: 30px;
	background-image: url(ImgObjects/relationshipaddicon.png);
}
.CustomersModule form .List .ListItem .ListField[fieldname="fullname"] {
	display: inline-block !important;
}
.CustomersModule form .List .ListItem .ListField[fieldname="relationshiptranslated"] {
	display: inline-block !important;
	width: 120px;
	color: var(--blue);
	font-size: 13px;
	font-weight: bold;
}
.CustomersModule .relationshipgroup .ListItem .ShowCustomerInfoBtn {
	display: inline-block;
	width: 30px;
	height:40px;
	background-repeat: no-repeat;
	background-size: 80%;
	background-position: center;
	cursor: pointer;

}
.CustomersModule [typename="account"] .CustomerAccountElement {
	display: none;
}
.ShowAccountsBtn {
	background-image: url(ImgObjects/customeraccounticon.png);
	width: 30px;
	height: 30px;
	background-size: 100%;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
}
.CustomersModule .BillingPanel .SectionTitle {
	color: var(--green2);
}
.CustomersModule form .DeleteCustomerAccountBtn {
	width: 15px;
	height: 15px;
	display: block;
	background-image: url(ImgObjects/DeleteBtn1.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	cursor: pointer;
	position: absolute;
	top:25px;
	right:-37px;
}
.CustomersModule form .AuthorizedBtn {
	position: absolute;
	right: 20px;
	top: 20px;
}
.CustomersModule form .SendReservationLink {
	
}
.CustomersModule form .SendReservationLinkWithService {
	
}

.CustomersModule[listviewmode="ListView"] .ListArea .List .ListItem .ListField[fieldname=name] {
	display: block;
}
.CustomersModule[listviewmode="ListView"] .ListArea .List .ListItem .ListField[fieldname=lastname] {
	display: block;
}
.CustomersModule[listviewmode="ListView"] .ListArea .List .ListItem .ListField[fieldname=phonemobile] {
	display: block;
}

.CustomersModule[listviewmode="ListView"] .ListArea .List .ListItem .ListField[fieldname=email] {
	display: block;
}
