.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;

}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle-gold {
  width: 30px;
  height: 30px;
  text-align: center !important;
  padding: 6px 0 !important;
  font-size: 12px !important;
  line-height: 1.428571429 !important;
  border-radius: 15px !important;
  background-color: #DAA520 !important;
  border-color: #DAA520 !important;
}

.btn-circle-black {
  width: 30px;
  height: 30px;
  text-align: center !important;
  padding: 6px 0 !important;
  font-size: 12px !important;
  line-height: 1.428571429 !important;
  border-radius: 15px !important;
  background-color: black !important;
  border-color: black !important;
}

.btn-circle:hover {
  background-color: black !important;
  border-color: black !important;
}

.glyph-hover-effect:hover
{
	color:red;
	cursor:pointer;
}

.panel-hover-effect:hover
{
   cursor:pointer;
  border: 1px solid #F6BB31
}

.modal-fit .modal-dialog {
    padding: 10px;
  }
  
  .modal-fit .modal-body {
    max-height: calc(100vh - 250px);
    padding: 5px;
    overflow: auto;
  }
  .modal-fit .modal-header {
    padding: 5px;
    border-bottom: 1px solid #e5e5e5;
  }
  .modal-fit .modal-footer {
    padding: 0px;
  }
  