﻿body {
	width: 100%;
	height: 100%;
	padding-top: 50px;
	padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 1px;
    padding-right: 1px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
} 

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 100%;
}
 
/*ZD-02/11/2017 - this is for the loader*/
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(/Content/Images/loading.gif) center no-repeat #fff;
}



/* JM add Online Discounting */
.loading-Request {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
                                                                           /*color*/       /*Opacity*/
	/*background: url(/Content/Images/online-request.gif) 50% 50% no-repeat rgba(221, 238, 248, 0.80);*/
    background: url(/Content/Images/waiting-for-approval.gif) 50% 50% no-repeat rgba(221, 238, 248, 0.80);
}

/* JM add Loading Results */
.loading-Results {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999; /*color*/ /*Opacity*/
    /*background: url(/Content/Images/online-request.gif) 50% 50% no-repeat rgba(221, 238, 248, 0.80);*/
    background: url(/Content/Images/loading-results.gif) 50% 50% no-repeat rgba(221, 238, 248, 0.50);
}



/* JM add */
.iteminfo-layout {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999; /*color*/ /*Opacity*/
    /*background: url(/Content/Images/online-request.gif) 50% 50% no-repeat rgba(221, 238, 248, 0.80);*/
}



ul#album-list
{
 list-style: none;
 margin-left: 0px;
}

ul#album-list li
{
 height: 140px;
 width: 140px;
 float: left;
 position:center;
 margin: 10px;
 text-align: center;
}

ul#album-list li a, ul#album-list li .button
{
 font-size: 13px;
 float: left;
}

ul#album-list li a span {
    color: red;
    text-decoration: underline;
}

ul#album-list li img {
    background-color:yellow;
    position:center;
    border-radius:20px;
    height:150px;
    width:150px;
}



.dynamicTile .col-sm-2.col-xs-4{
    padding:5px;
}

.dynamicTile .col-sm-4.col-xs-8{
    padding:5px;
}

#tile1{
    background: rgb(0,172,238);
}

#tile2{
    background: rgb(243,243,243);
}

#tile3{
    background: rgb(71,193,228);
}

#tile4{
    background-image: url('http://handsontek.net/demoimages/tiles/facebook.png');
    background-size: cover;
}

#tile5{
    background: rgb(175,26,63);
}

#tile6{
    background: rgb(62,157,215);
}

#tile7{
    background: white;
}

#tile8{
    background: rgb(209,70,37);
}

#tile9{
    background: rgb(0,142,0);
}

#tile10{
    background: rgb(0,93,233);
}

.tilecaption{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%); 
    margin:0!important;
    text-align: center;
    color:white;
    font-family: Segoe UI;
    font-weight: lighter;
}

/* JM add CustomerCalls2 notification*/
.notification-box3 {
	position: fixed;
	z-index: 99;
	width: 40px;
	height: 40px;
	bottom: 20px;
	right: 250px;
	text-align: center;
}

.notification-box3move {
	cursor: move;
	z-index: 10;
	background-color: #2196F3;
	color: #fff;
}

.notification-bell3 {
	animation: bell 1s 1s both infinite;
}

	.notification-bell3 * {
		display: block;
		margin: 0 auto;
		background-color: blue;
		box-shadow: 0px 0px 15px #fff;
		color: aliceblue;
	}

.notification-box2 {
  position: fixed;
  z-index: 99;
  width: 40px;
  height: 40px;
  bottom: 20px;
  right: 210px;
  text-align: center;
}
.notification-box2move {
 cursor: move;
  z-index: 10;
  background-color: #2196F3;
  color: #fff;
}
.notification-bell2 {
  animation: bell 1s 1s both infinite;
}
.notification-bell2 * {
  display: block;
  margin: 0 auto;
  background-color:blue;
  box-shadow: 0px 0px 15px #fff;
  color:aliceblue;
}

/* JM add CustomerCalls notification*/
.notification-box {
  position: fixed;
  z-index: 99;
 width: 40px;
  height: 40px;
  bottom: 20px;
  right: 170px;
  text-align: center;
}
.notification-bell {
  animation: bell 1s 1s both infinite;
}
.notification-bell * {
  display: block;
  margin: 0 auto;
  background-color:blue;
  box-shadow: 0px 0px 15px #fff;
  color:aliceblue;
}
.bell-top {
  width: 6px;
  height: 6px;
  border-radius: 3px 3px 0 0;
}
.bell-middle {
  width: 25px;
  height: 25px;
  margin-top: -1px;
  border-radius: 12.5px 12.5px 0 0;
}
.bell-bottom {
  position: relative;
  z-index: 0;
  width: 32px;
  height: 2px;
}
.bell-bottom::before,
.bell-bottom::after {
  content: '';
  position: absolute;
  top: -4px;
}
.bell-bottom::before {
  left: 1px;
  border-bottom: 4px solid #fff;
  border-right: 0 solid transparent;
  border-left: 4px solid transparent;
}
.bell-bottom::after {
  right: 1px;
  border-bottom: 4px solid #fff;
  border-right: 4px solid transparent;
  border-left: 0 solid transparent;
}
.bell-rad {
  width: 8px;
  height: 4px;
  margin-top: 2px;
  border-radius: 0 0 4px 4px;
  animation: rad 1s 2s both infinite;
}
.notification-count {
  position: absolute;
  z-index: 1;
  top: -6px;
  right: -6px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  border-radius: 50%;
  background-color: #ff4927;
  color: #fff;
  animation: zoom 3s 3s both infinite;
}
@keyframes bell {
  0% { transform: rotate(0); }
  10% { transform: rotate(30deg); }
  20% { transform: rotate(0); }
  80% { transform: rotate(0); }
  90% { transform: rotate(-30deg); }
  100% { transform: rotate(0); }
}
@keyframes rad {
  0% { transform: translateX(0); }
  10% { transform: translateX(6px); }
  20% { transform: translateX(0); }
  80% { transform: translateX(0); }
  90% { transform: translateX(-6px); }
  100% { transform: translateX(0); }
}
@keyframes zoom {
  0% { opacity: 0; transform: scale(0); }
  10% { opacity: 1; transform: scale(1); }
  50% { opacity: 1; }
  51% { opacity: 0; }
  100% { opacity: 0; }
}
@keyframes moon-moving {
  0% {
    transform: translate(-200%, 600%);
  }
  100% {
    transform: translate(800%, -200%);
  }
}


/* JM add Side Bar Menu Design*/
*,*:before,*:after {
	box-sizing: border-box;
}
:after {
	content: "";
}
nav {
  float: left;
	position: relative;
	top: 0;
  left: 0;

}
nav ul {
    text-align: center;
  position: fixed;
  z-index: 99;
  width: 40px;
  height: 530px;
  bottom: 20px;
  right: 0;
  left:10px;
  border-radius:10px;
}
nav ul li {
	position: relative;
  width: 60px;
  cursor: pointer;
	background: crimson;
    /*background-color:blue;*/
	text-transform: uppercase;
	transition:all .4s ease-out;
}
nav ul li:after {
	position: absolute;
	background: white;
	color: crimson;
	top:0;
	left: 70px;
	width: 70px; height: 100%;
  opacity:.5;
  transform: perspective(400px) rotateY(90deg);
	transform-origin: 0 100%;
	transition:all .4s ease-out;
}
nav ul li:nth-child(1):after { 
	content: "Home";
	line-height: 88px;
}
nav ul li:nth-child(2):after { 
	content: "About";
	line-height: 88px;
}
nav ul li:nth-child(3):after { 
	content: "Work";
	line-height: 85px;
}
nav ul li:nth-child(4):after { 
	content: "Say hi";
	line-height: 70px;
}
nav ul li:hover {
	transform: translateX(-70px);
}
nav ul li:hover:after {
  opacity: 1;
	transform: perspective(400px) rotateY(0deg) scale(1) ;
}
nav ul li > div {
	display: inline-block;
	padding: 25px 0;
	background: transparent;
}
nav ul li div { position: relative; }
.roof {
	width: 0;
	height: 0;
	top:2px;
	border-style: solid;
	border-width: 0 21px 15px 21px;
	border-color: transparent transparent #ffffff transparent;
}
.front {
	position: relative;
	top: 3px;
	width: 28.5px;
	height: 20px;
	margin: 0 auto;
	background: white;
}
/*door*/
.front:after {
	position: absolute;
	background: crimson;
	width: 11px;
	height: 13px;
	bottom: 0;
	left:9px;
}
/*/// About me ////*/
.head {
	width: 32px;
	height: 35px;
	background: white;
	border-radius:8px;
}
/*mouth*/
.head:after {
	width: 4px;
	height: 10px;
	background: white;
	position: absolute;
	border-radius:4px 0 0 4px;
	top:21px;
	left: 14px;
	transform:rotate(270deg);
}
.eyes {
	width: 8px;
	height: 5px;
	border-radius: 50%;
	position: absolute;
	top: 10px;
	left: 5px;
	background: crimson;
}
/*right eye*/
.eyes:after {
	width: 8px;
	height: 5px;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 14px;
	background: crimson;
}
.beard {
	width: 32px;
	height: 17px;
	background: crimson;
	border:2px solid white;
	position: absolute;
	bottom: 0;
	left: 0;
	border-radius:0 0 8px 8px;
}
/*nose*/
.beard:after {
	position: absolute;
	top:-2px;
	left: 11px;
	background: white;
	width:6px;
	height: 4px;
	border-left:1px solid crimson;
	border-right:1px solid crimson;
}
/*//work//*/
.paper {
	position: relative;
	height:32px;
	width: 29px;
	background: white;
	border:2px solid white;
}
/*window*/
.paper:after {
	position: absolute;
	top:1px;
	left: 0;
	width: 25px;
	height: 29px;
	background: white;
	border-top:4px solid crimson;
}
.lines {
	position: absolute;
	top: 36px;
	left: 5px;
	width: 11px;
	box-shadow: 0 0 0 1px crimson;
}
.lines:after {
	position: absolute;
	top: 4px;
	left: 3px;
	width: 14px;
	box-shadow: 0 0 0 1px crimson;
}
.lines:nth-child(2) {
	position: absolute;
	top: 44px;
	left: 8px;
	width: 11px;
}
.lines:nth-child(2):after {
	position: absolute;
	top: 4px;
	left: -3px;
	width: 11px;
}
.lines:nth-child(3) {
	position: absolute;
	top: 52px;
	left: 8px;
	width: 14px;
}
.lines:nth-child(3):after {
	display: none;
}
/*//mail //*/
.mail-base {
	position: relative;
	width: 32px;
	height: 18px;
	background: white;
}
.mail-top {
	position: absolute;
	z-index: 20;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	transform: rotate(180deg);
	border-style: solid;
	border-width: 0 16px 11px 16px;
	border-color: transparent transparent crimson transparent;
}
.mail-top:after {
	position: absolute;
	z-index: 20;
	left: -16px;
	top: 3px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 16px 9px 16px;
	border-color: transparent transparent white transparent;
}

/*Klein 09202023*/
#cc {
	height: 750px !important;
}
.layout-panel-south {
	top: unset !important;
	bottom: 0 !important;
}
/*#regionTittle {
	height: 800px !important;
}*/

::-ms-reveal {
	display: none;
}

#cashReceiptPrivilegeLabel, #btnCashReceiptAddPrivilegeID, #cashReceiptAddPrivilegeID,
#creditCardPrivilegeLabel, #btnCreditCardAddPrivilegeID, #creditCardAddPrivilegeID,
#checkReceiptPrivilegeLabel, #btnCheckReceiptAddPrivilegeID, #checkReceiptAddPrivilegeID,
#btnAddPrivilege, #customerPrivilegeID, #privilegeID, #btnPointsRedemption, #btnPrcPointsMaintenance, #btnPrcViewer,
#pdcReceiptPrivilegeLabel, #btnPdcReceiptAddPrivilegeID, #pdcReceiptAddPrivilegeID, #privilegeIDLabel,
#deferedPrivilegeLabel, #deferredPrivilegeID, #btnAddPrivilegeDeferred, #collectionDeferredPrivilegeIDLabel,
#collectionDeferredPrivilegeID, #btnAddPrivilegeCollectionDeferred {
	/*display: none !important;*/
}
/*#manualInputCheckPrivilege {
	display: none !important;
}*/