.relative {
  position: relative; }

.absoulute {
  position: absolute; }

.fixed {
  position: fixed; }

.aln-left {
  text-align: left; }

.aln-right {
  text-align: right; }

.aln-center {
  text-align: center; }

.border {
  border: solid 1px; }

.left-bdr {
  border-left: solid 1px; }

.right-bdr {
  border-left: solid 1px; }

.top-bdr {
  border-top: solid 1px; }

.bottom-bdr {
  border-bottom: solid 1px; }

.rmv-bdr {
  border: none; }

.rmv-mrg {
  margin: 0; }

.rmv-pad {
  padding: 0; }

.round-col {
  border-radius: 100%; }

.bdr-rds-2 {
  border-radius: 2px; }

.bdr-rds-4 {
  border-radius: 4px; }

.bdr-rds-6 {
  border-radius: 6px; }

.bdr-rds-8 {
  border-radius: 8px; }

.uppercase {
  text-transform: uppercase; }

.capitalize {
  text-transform: capitalize; }

.f-bold {
  font-weight: bold; }

.f-normal {
  font-weight: normal; }

.full-width {
  width: 100%; }

.half-width {
  width: 50%; }

.z-idx-1 {
  z-index: 1; }

.z-idx-11 {
  z-index: 11; }

.z-idx-101 {
  z-index: 101; }

.z-idx-1001 {
  z-index: 1001; }

.clear {
  clear: both; }

.font-12 {
  font-size: 12px; }

.font-13 {
  font-size: 13px; }

.font-14 {
  font-size: 14px; }

.font-15 {
  font-size: 15px; }

.font-16 {
  font-size: 16px; }

.font-18 {
  font-size: 18px; }

.font-21 {
  font-size: 21px; }

.font-22 {
  font-size: 22px; }

.rmv-pull {
  float: inherit; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.hide {
  display: none; }

.show {
  display: block; }

  .bordered_div{
    border-top: 1px solid #cccccc !important; 
    border-left: 1px solid #cccccc !important; 
    border-right: 1px solid #cccccc !important; 
    padding: 5px !important;
    margin: 0px !important;
  }
  
  .borderless_div{
    border-left: 1px solid #cccccc !important; 
    border-right: 1px solid #cccccc !important; 
    padding: 5px !important;
    margin: 0px !important;
  }
  
  .non_bordered_div{
    border-left: 1px solid #cccccc !important; 
    border-right: 1px solid #cccccc !important; 
    padding: 5px !important;
    margin: 0px !important;
  }

  .div_gray_bg{
    background-color: #e6e6e6;
  }

  .border_bottom{
    border-bottom: 1px solid #cccccc !important; 
  }

  .padding15{
    padding: 0px 15px 0px 15px;
  }
  
  .padding7{
  	padding: 7px;
  }
  
  .padding12{
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }

  .proStatus{
    border-radius: 12px;
    padding: 4px 12px 4px 12px;
    border: 1px solid gray;
  }

  .MacTelFileLink{
    text-decoration: underline;
  }

  .coatsFileLink{
    text-decoration: underline;
  }
  
  .addRemoveBtn{
  	width: 34px !important;
    min-width: 0px !important;
    padding: 6px !important;
    text-align: center !important;
    align-items: center !important;
    margin-left: 4px !important;
    font-weight: bold !important;
  }
  
  .itemNumber{
    padding: 5px;
    font-weight: bold;
    color: blue;
    border: 1px blue dotted;
    margin-right: 5px;
    background-color: #f9f5f5;
    border-radius: 7px;
  }
