
/**/

.fa, .fas {
  font-family: 'Font Awesome 5 Free' !important;
  font-weight: 900 !important;
}


.flex {
  display: flex;
  justify-content: space-between;
}

.flex label {
  margin-right: 20px;
}

.pointer {
  cursor: pointer;
}

.error {
  font-weight: bold;
  color: #f00;
}

.clear { 
  clear:both;
}

.shadow {
  box-shadow: 3px 5px 10px 1px #333;
}

.PositionAbso {
  position: absolute;
}

.InlineBlock {
  display: inline-block;
}

.gray {
  background-color: #eee;
  padding: 25px;
}

.none { display:none; }
.block { display:block; }
.inline{display:inline; }
.b { font-weight: bold; }
.red {	color: red; }
.blue { color: blue; }
.green { color: green; }

.w100 { width: 100px; }

.nowrap {
  white-space: nowrap;
}

