/*
//
//  THIS CODE IS USED ENTERPRISE WIDE (ACROSS ALL SITES)
//  DO NOT EDIT IT, BUT OVERRIDE IT IN SITE SPECIFIC CSS
//
*/

.hideShowDiv, .hidden {
  display:none;
}

#mask {
	position: fixed;
	background-color: rgba(0,0,0,.4);
	width: 100%;
	height: 1000px;
	left: 0px;
	top: 0px;
	z-index: 101;
	display: none;
}

.modalDiv {
  position: fixed;
  /*width: 80%;*/
  /*height: auto;*/
  top: 5%;
  left: 5%;
  bottom: 5%;
  right: 5%;
  z-index: 1000;
  display: none;
  overflow: scroll;
  /*grid-template-columns: 20% 1fr 20%;*/
}

.subConfirmation {
  display: none;
}

.showModal {
  display: block;
}

@media (min-width: 450px) {

}

@media (min-width: 600px) {
	.modalDiv {
    top: 10%;
    left: 10%;
    bottom: 10%;
    right: 10%;
    overflow: unset;
  }
}

@media (min-width: 700px) { 
	
}

@media (min-width: 900px) {
	
}

@media (min-width: 1200px) {
	
}