#color_pref{
	display: none;
}

#zipcode{
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

#zipcode {
    -moz-appearance:textfield; /* Firefox */
}

footer{
	z-index: -1;
}

.laserform ul li{
	list-style-type: disc !important;
	margin-bottom: 6px;
	padding-left: 6px;
}

.laserform ul{
	margin-bottom: 20px !important:
}

.laserform ul li ul li, .laserform ul li ul{
	list-style-type: circle !important;
}

.upload .button{
	display: none !important;
}

.threedlist{
	margin-left: 30px;
}

.threedlist li{
	list-style-type: disc !important;
	padding-bottom: 4px !important;
}

.threedlist ol li{
	list-style-type: number !important;
	margin-bottom: 0;
}

#differentsize{
	margin-top: -5px;
}

#uploadmessage{
	background-color: yellow;
	margin-top: -5px;
	padding: 20px;
	width: 50%;
}

#edit-submit{
	background-image: none;
	background-color: #008485  !important;
	border: 1px solid  #008485  !important;
	min-width: 10%;
	text-align: center !important;
	border-radius: 6px;
	color: #fff !important;
	letter-spacing: 1px;
}

#edit-submit:hover{
	background-color: #003366  !important;
	border: 1px solid  #003366 !important;
}


.messages__wrapper{
	font-size: 1.4em;
	font-style: italic;
	font-weight: bold;
	color: #000 !important;
}

.messages--status{
		color: #000 !important;
}

.popup-overlay.active{
	background-color: rgba(0, 0, 0, .5);
	border: 3px solid #666666;
}

#dropdownMenuButton{
	height: 45px;
}

#dropdownMenuButtonLaser, #dropdownMenuButtonLaserr:hover{
	height: 45px !important;
	width: 350px !important;
}

.maincontent{
	margin-left: 0 !important;
}

.description, #email, #jobtitle, #spamquestion, #length, #height, #firstname, #lastname, #zipcode {
  font-size: 1em !important;
  border: 1px solid grey;
}

.layout-content-main{
	margin-left: 4% !important;
}

#threedprint-block, .container-inline{
	text-align: left !important;
	margin-bottom: 5px;
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none;
    }
}
.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative;
}
.dropdown-toggle {
    white-space: nowrap;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.dropdown-menu-laser {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}


.dropdown-menu-left {
    right: auto;
    left: 0;
}
.dropdown-menu-right {
    right: 0;
    left: auto;
}
@media (min-width: 576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-sm-right {
        right: 0;
        left: auto;
    }
}
@media (min-width: 768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-md-right {
        right: 0;
        left: auto;
    }
}
@media (min-width: 992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-lg-right {
        right: 0;
        left: auto;
    }
}
@media (min-width: 1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-xl-right {
        right: 0;
        left: auto;
    }
}
.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropright .dropdown-toggle::after {
    vertical-align: 0;
}
.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}
.dropleft .dropdown-toggle::after {
    display: none;
}
.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropleft .dropdown-toggle::before {
    vertical-align: 0;
}
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="top"] {
    right: auto;
    bottom: auto;
}
.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}
.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent;
}
.dropdown-menu.show {
    display: block;
	z-index: 1;
}
.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
}
.dropdown-item-text {
    display: block;
    padding: 0.25rem 1.5rem;
    color: #212529;
}

#threedprint{
	text-align: left;
}


.dropdown-menu{
}

.jss291 {
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.jss283 {
  width: 100%;
  display: flex;
  position: relative;
  box-sizing: border-box;
  text-align: left;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  justify-content: flex-start;
  text-decoration: none;
}

.jss283a {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  text-align: left;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  justify-content: flex-start;
  text-decoration: none;
}

.btn-success {
  color: #000000;
  background-color: rgba(0, 0, 0, 0.14);
  border-color: #000000;
  width: 280px;
}

item:active {
  color: #0000;
  text-decoration: none;
  background-color: #fff;
}

.btn-success.focus, .btn-success:focus, .btn-success:not(:disabled):not(.disabled):active, success:not(:disabled):not(.disabled).active:focus, .
btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus, .btn-success:hover,  .show > .btn-success.dropdown-toggl{
  color: #000000;
  background-color: rgba(0, 0, 0, 0.14);
  border-color: #000000 !important;
  width: 280px;
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle{
  color: #000000;
  background-color: rgba(0, 0, 0, 0.14);
  border-color: #000000 !important;
  width: 280px
}

.btn-success:hover{
  color: #000000;
  background-color: rgba(0, 0, 0, 0.14);
  border-color: #000000 !important;
  width: 280px
}

.dropdown-menu.show{
	width: 280px;
	margin-top: 200px;
	margin-left: -90px;
	display: block !important;
}

#dropdownMenuButtonLaser .dropdown-menu.show{
	width: 280px;
	margin-top: 00;
	display: block !important;
}

[type="color"], [type="date"], [type="datetime-local"], [type="email"], [type="file"], [type="month"], [type="number"], [type="password"], [type="search"], [type="tel"], [type="text"], [type="time"], [type="url"], [type="week"] {
	
	max-height: 30px !important;
	min-height: 30px !important;
	max-width: 400px;
}

#firstname, #lastname{
	max-width: 200px !important;
}

#zipcode{
	max-width: 100px;
}

.form-item__label, label{
	font-weight: bold;
}

.form-item__label{
	display: inline !important;
}

.jss293a {
  width: 20px;
  height: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
  font-size: 1.25rem;
  align-items: center;
  flex-shrink: 0;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  user-select: none;
  border-radius: 50%;
  justify-content: center;
  float: left;
}

.jss184 {
  color: inherit;
  border: 0;
  margin: 0;
  cursor: pointer;
  outline: none;
  padding: 0;
  position: relative;
  user-select: none;
  border-radius: 0;
  vertical-align: middle;
  -moz-appearance: none;
  text-decoration: none;
  background-color: transparent;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;

}

.jss293 {
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
  font-size: 1.25rem;
  align-items: center;
  flex-shrink: 0;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  user-select: none;
  border-radius: 50%;
  justify-content: center;
}

.dropdown-item1::after {
  display: inline-block;
  margin-left: 4em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}

.dropdown-toggle::after{
  display: none;
}

.dropdown-item1{
	list-style-type: none;
	 margin-left: .655em;
}

#main{
	min-height: 1000px !important;
}

label{
	font-weight: bold !important;
	
}

.dropdown{
	margin-bottom: 20px;
}

.container-inline label::after{
	content: '' !important;
	margin-bottom: 15px;
}

#description{
	width: 50% !important;
	height: 100px !important;
	border: 1px solid gray;
}

.dimensions, .quantity {
	width: 80px !important;
}

#emailmessage{
	color: red;
}

.popup-overlay, .popup-overlay2 {
  /*Hides pop-up when there is no "active" class*/
  visibility: hidden;
  position: absolute;
  background-color: rgba(0, 0, 0, .5);
  border: 3px solid #666666;
  width: 90%;
  height: auto;
  left: 0;
  top: 0;
  z-index: 500000000;
  padding-bottom: 100px;
}

.popup-overlay.active, .popup-overlay2.active, .popup-overlay .active, .popup-overlay2 .active{
  /*displays pop-up when "active" class is present*/
  visibility: visible;
  text-align: center;
  	background-color: rgba(0, 0, 0, .5) !important;
	border: 3px solid #666666 !important;
	min-height: 90%;
}

.popup-content, .popup-content2 {
  /*Hides pop-up content when there is no "active" class */
  visibility: hidden;
}

.popup-content.active, .popup-content2.active {
  /*Shows pop-up content when "active" class is present */
  visibility: visible;
}


.modal{
	margin-top: 0;
	margin-left: 5%;
	width: 90%;
	height: 600px;
	background-color: #fff;
	padding: 30px;
	overflow-y: scroll;
}

.spanlink{
	color: #006666;
	text-decoration: underline;
	text-align: center;
}

.spanlink:hover{
	cursor: pointer;
}

#dimensions2{
	display: none
}

#percentage{
	display: none;
}

.layout-content-main{
	min-height: 1100px !important;
}

@media screen and (min-width: 1900px) and (max-width: 2399px){
	.dropdown-menu.show {
		margin-left: -90px;
		margin-top: 70px;;
	}
	
}

@media screen and (min-width: 100px) and (max-width: 899px) {
  main, .layout-container, .layout-content-front, #main-content {
	  top: 0 !important;
  }
  
  	.dropdown-menu.show {
		margin-left: -80px;
		margin-top: 270px;
	}
	
	#description{
	width: 90% !important;
	height: 100px !important;
	border: 1px solid gray;
	}
	
	#vmessage{
	background-color: yellow;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100%;
	font-size: 1em !important;
		padding-left: 5px;
	padding-right: 15px;
	margin-bottom: 10px;
		border: 1px solid yellow;
	border-radius: 6px;
	}
}

.modal{
	height: 1000px;
}
  
}

@media screen and (min-width: 2400 px) and (max-width: 3839px)
{		#description{
	width: 20% !important;
	height: 100px !important;
	border: 1px solid gray;
}
#edit-submit{
	max-width: 5% !important;
	min-width: 5% !important;
}

  	.dropdown-menu.show {
		margin-left: -90px;
		margin-top: 100px;
	}

}

@media screen and (min-width: 3840px)
{	#description{
	min-width: 60% !important;
	height: 100px !important;
	border: 1px solid gray;
}
#edit-submit{
	max-width: 15% !important;
	min-width: 15% !important;
}

  	.dropdown-menu.show {
		margin-left: -90px;
		margin-top: 200px;
	}
	
}



@media screen and (min-width: 900px) and (max-width: 1300px)	
{	#description{
	min-width: 60% !important;
	height: 100px !important;
	border: 1px solid gray;
}
#edit-submit{
	max-width: 15% !important;
	min-width: 15% !important;
}

  	.dropdown-menu.show {
		margin-left: -90px;
		margin-top: 300px;
	}
	
	#vmessage{
	background-color: yellow;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 80%;
	font-size: 1.2em !important;
		padding-left: 5px;
	padding-right: 15px;
	margin-bottom: 12px;
		border: 1px solid yellow;
	border-radius: 6px;
}
	
}

#vmessage{
	background-color: yellow;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 60%;
	font-size: 1.2em !important;
	padding-left: 25px;
	padding-right: 5px;
	margin-bottom: 20px;
	border: 1px solid yellow;
	border-radius: 10px;
}


