/* a { text-decoration: none; }*/

 .nav--default ul > li  {
        color: #717171;
        text-decoration: none; }
 .nav--default ul > li.current {
        text-decoration: none;
        background: none;
        color: #FFF;
        padding: 0 0 0 15px; }

/* turn off the up/down arrows (spinners) for inputs that require numbers */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* FIREFOX SPECIFIC - turn off the up/down arrows (spinners) for inputs that require numbers */
input[type=number] {
    -moz-appearance:textfield;
}

/**
* This allows you to disable hover events for any elements
*/
.disabledItem {
  pointer-events: none;  /**<-----------*/
  opacity: 0.8;
}

#btnDocumentUpload{
	display: none;
}

.well--confirm {
  background: #dff0d8;
  color: #3c763d;
  padding: 20px 25px;
  margin-bottom: 30px; }

  .well--infomation{
  padding: 20px 25px;
  margin-bottom: 30px;
  text-align: center; }
