html, body {
  height: 100%;
}

.noBorder {
  border: 0;
}

.border1 {
  border: 1px;
}

.bodyflex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

body {
  display: block;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
}

body,td,th {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

th,td,input,select {
  border: 1px solid black;
  /* top | right | bottom | left */
  padding: 0 2px 0 2px; 
  border-radius: 2px;
}

.dropdown { 
	max-width: 200px; 
	min-width: 100px;
}

.fullwidth {
	width: 100%;
}

.left-align {
	text-align: left;
}

.center-align {
	text-align: center;
}

.right-align {
	text-align: right;
}

.number-imput {
	text-align: right;
}

.modal2 {
  display: none;
  position: fixed;
  z-index: 1; 
  border: 2	px solid #888;
  padding-top: 40px;
  padding-left: 10px;
  left: 0;
  top: 0;
  width: 100%;
  height: 98%;
  overflow: hidden;
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.4);
}

.modal2-content {
  background-color: #fefefe;
  margin: auto;
  padding: 10px;
  border: 0px solid #888;
  width: 100%;
  height: 100%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  width: 100%;
  text-align: left;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.container {
  max-width: 960px;
}

.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }
.border-top-gray { border-top-color: #adb5bd; }

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }

.lh-condensed { line-height: 1.25; }
