input {
      font-size: 14px;
      height: 28px

    }
    select {
      font-size: 14px;
      height: 28px
    }
    input{
      padding-left: 2px;
      padding-right: 2px;
    }
    .radio-label {
   display: inline-block;
    vertical-align: top;
    margin-right: 3%;
}
.radio-input {
   display: inline-block;
    vertical-align: top;
}
.blinking{
    font-weight: bold;
    animation:blinkingText 1.2s infinite;
}
@keyframes blinkingText{
    0%{     color: red;    }
    49%{    color: red; }
    60%{    color: transparent; }
    99%{    color:transparent;  }
    100%{   color: red;    }
}
.d-none {
	display : none
}

.table-anchor {
  font-weight: bold;
  letter-spacing: -0.5px;
  line-height: 100%;
  text-decoration: none;
  color: black;
  word-wrap: break-word !important; 
  display:block; 
  width:100%; 
  height:100%
}

a:hover {
  text-decoration: none;
  color: blue
}
.Table-Scroll{
    width: 100%;
    height: 100%;
    overflow: scroll;
  }

textarea {
   resize: none;
   font-size: 13px
}