/* Custom Stylesheet */
/**
 */

.button-color-click
{
  color: #f8b739 !important;
}

.custom-label-bold-margin
 {
  margin-bottom: 0;
  font-weight: 700;
  !important;
}

.no-row-margin
 {
  margin-bottom: 0;
  line-height: 1.0;
  !important;
}

.height-2-5  {
   height: 2.5rem !important;
}

.height-2-0  {
   height: 2.0rem !important;
}
}
.no-margin {
   margin-top: 0em;
   margin-bottom: 0em;
}

.no-border-top {
  border-top: 0px solid #dee2e6 !important; }
  
.big-checkbox  {
	width: 25px; 
	height: 25px;
}
.medium-checkbox  {
	width: 20px; 
	height: 20px;
}
.std-font-bold {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: 800;
  font-size: 0.8rem !important;
  color: black;	
}
.hiddenElem {
display: none;
}
.visibleElem {
display: block;
}