
.inputDash {
      margin-top: 30px;
    border: 0;
    line-height: 45px;
    height: 45px;
    display: inline-block;
    width: 140px;
    text-align: center;
    margin: 0 5px;
    outline: none;
    font-size: 36px;
    background-image: linear-gradient(to right, #383a3c 0%, #383a3c 50%, transparent 50%);
    background-size: 22px 1px;
    background-repeat: repeat-x;
    background-position: left bottom;
}

.mccmargin{
  margin-top: 30px;
}
div.mccContent{
    text-align: justify;
    padding-left: 10px;
    padding-right: 10px;

}
div.mccContent img{
    padding-top: 10px;
    padding-bottom: 10px;
    width: 60%;
    height: auto;

}

/* Loading page start */
/* Absolute Center Spinner */
#loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}


/* Transparent Overlay */
#loading:before {
  content: '';
  display: block;
  position: fixed;
    z-index: -10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
    background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .8));

  background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0,.8));
}

.mcctable {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 70%;
  margin-top: 10px;  
  margin-bottom: 20px;
}

.mcctable td {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

.mccpoints {
  border-radius: 50%;
  background-color:#F7971E;
  display:inline;
  color:white;
  padding: 3px;
  height: 27px;
  width: 27px;
}
