html {
  font-size: 14px;
}

/* Navigation Rules Begin */

.navbar {
	  border-radius:0!important;
	  margin-bottom:0!important;
  }
  
.navbar img.navicon {
	height:auto;
	width:25px;
	margin-right:10px;
}

@media (min-width: 1200px) {
  html {
    font-size: 16px;
  }
  .navbar {
	  border-radius:0!important;
	  margin-bottom:0!important;
  }
  
.navbar-toggle {
	display:none;
}
}

@media (max-width: 1200px) {

 .navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
  border-radius: 4px;
}
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 0;
}

.dropdown-menu {
	max-height:250px;
	overflow:auto;
}

.save-button {
    font-family: 'Anton';
    font-size: 26px;
    background-color: #ffcc00;
    border-radius: 5px;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
}

/* Navigation Rules End */

.slidewrap {
	display:none;
}

.instructions {
    margin-left: 25px;
    margin-right: 25px; 
}

.instructionsContent {
    padding: 25px 25px 25px 25px;
	max-width:50%;
	margin:auto;
}

.customerForm {
    margin-left: 25px;
    margin-right: 25px;
}

.customerFormContent {
    padding: 25px 25px 25px 25px;
	max-width:50%;
	margin:auto;
}

.customerFormTable td {
    padding: 5px 5px 5px 5px;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

div.image-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    background-color: transparent;
    z-index: 999999;
    text-align: center;
}

.image-holder {
    position: absolute;    
    top: 50%;
    width: 150px;
    height: 150px;
}

    .image-holder img {
        width: 100%;
        margin-left: -50%;
        margin-top: -50%;
    }


#divRunningTotalModal {
	z-index:888888;
	position:fixed;
	bottom:150px;
	left:15px;
	background-color:white;
}

#pRunningTotal {
    /*z-index: 9999999999999;
    position: absolute;
    bottom: 3px;
    right: 3px;*/
	border-radius:10px;
	color:darkred; 
	font-size:18px;
	margin:5px;
	/*padding:5px;*/
}

/* Icon Navigation */

.undo-redo {
	position:absolute;
	z-index:1;
	bottom: 60px;
	left:10px;
}

.undo-redo .btn {
	margin:5px;
	padding:0;
	position: relative;
}

.undo-redo .btn img {
	padding:15px 25px;
	max-width:100px;
}

.undo-redo .save-button {
	background:#efefef;
	border-radius:15px;
}

img.fa-plus {
/*	background:#efefef;
	border-radius:50px;
	padding:20px;
	position:absolute;
	bottom:60px;
	right:10px;
	max-width:90px;
	z-index:1;*/
	display:none;
}

.compass {
	position:absolute;
	z-index:1;
}

.footer {
	position:fixed;
	bottom:0;
	background:#000;
	color:#efefef;
	margin:0;
	padding:15px 20px 35px;
	height:30px;
	width:100%;
	box-sizing:border-box;
	display:flex;
	justify-content:space-between;
	align-items:center;
}

.footer-left {
	text-align:left;
}

.footer-right {
	text-align:right;
}

.header-notice {
	color:#ccc;
	font-size:14px;
	padding-left:15px;
}

@media (max-width: 1200px) {
	.header-notice {
		display:none !important;
	}
}

@media (max-width: 1000px) {

.footer {
	flex-direction:column;
	text-align:center;
	padding:10px 15px 30px;
	height:auto;
}

.footer-left,
.footer-right {
	text-align:center;
}

.footer-right {
	font-size:12px;
	margin-top:3px;
}
	
.slidewrap {
	display:block;
	position:fixed;
	top:120px;
	right:10px;
	width:150px;
	z-index:999;
}

.slidewrap p {
	color:#fff;
}

.slidecontainer {
    background-color:white;
    padding: 0px 10px 5px 10px; 
    z-index:777;
    bottom:60px;
    position:absolute;
   /* display:none;*/
    width: 100%;
    color:darkred;
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 25px;
  background: #D3D3D3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
 /* transform: rotate(270deg);*/
}
.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  background: #04AA6D;
  cursor: pointer;
}
.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #04AA6D;
  cursor: pointer;
}

	
.undo-redo {
	position:fixed;
	bottom:100px;
}

.undo-redo .btn img {
	padding:10px;
	margin:5px;
	max-width:45px;
}

img.fa-plus {
	background:#efefef;
	border-radius:50px;
	display:block;
	padding:20px;
	position:fixed;
	bottom:100px;
	right:10px;
	rotate: 45deg;
	max-width:60px;
	transition:all ease 0.5;
	z-index:1;
}

img.fa-plus.collapsed {
	rotate:0deg;
} 

.instructionsContent {
	font-size:12px;
    padding: 25px 25px 25px 25px;
	max-width:500px;
	margin:auto;
}

.customerFormContent {
    padding: 25px 25px 25px 25px;
	max-width:500px;
	margin:auto;
}

#divRunningTotalModal {
	bottom:120px;
}

#pRunningTotal {
	font-size:14px;
}

}