
.button4{
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
}

a{
  color: #000000;
  text-decoration: underline;
}
.address{
  margin: 20px 0;
}	  

#anniversaryBadge, #contractorCheck{
  display: none;
}

body{
  background-color: #f7f7f7;
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif !important;
  letter-spacing: 1px;
  line-height: 25px;
  margin: 0;
  width: 100%;
}

input[type="checkbox"], input[type="radio"] {
  accent-color: #f90023;
}

.extraDivider{
  flex: 0 0 170px;
}

.button4:disabled{
  background: linear-gradient(35deg,#f90023 0%,#f90053 100%);
}

#login, .button4{
  /*background: linear-gradient(35deg,#f90023 0%,#f90053 100%);*/
  background-image: linear-gradient(to top right, #f90057,  #fa0031);
  /*border: 4px solid transparent;*/
  border-image-width: 4px;
  border-radius: 0;
  color: #fff;
  font-size: 16px;
 /* padding: 3px 10px; due to design issues on table */
  right: 0;
  /*transition: all .4s ease-in-out;*/
  transition: box-shadow .25s ease, transform .25s ease;
}

#login:hover, .button4:hover{
  background: none;
  /*border: 4px solid #f90023;*/
  border-image: linear-gradient(to top right, #f90057,  #fa0031) 1;
  border-image-width: 4px;
  color: #f90023;
  font-weight: unset;
}

.button4{
  font-size: 16px;
  /* font-size: 20px;  changed due to design issues on table */
  min-height: 34px;
}
.contentDark{
  margin-top: 20px;
}

.footerContinual{
  display: none;
}

footer a:hover{
  color: #F00;
  transition: 0.15s all ease-in;
}

.navigationBarItem:nth-child(1){
margin-left: 1%;
}
#purchaseOrderInstructions {
  max-height: 180px;
  min-height: 120px;
}
.documentIcon {
  background-color: #F00;
  border: unset;
  cursor: pointer;
}

@media only screen and (max-width: 500px) and (orientation: portrait){
  .headerNew{
    height: 104px;
  }
}

@media only screen and (max-width: 389px) and (orientation: portrait){

.extraDivider{
  flex: 0 0 104px;
}

.existingUsersPanel{
  height: auto;
}

  #existingUsers{
    max-height: 320px;
  }

  .restrictedTitle{
    text-align: center;
  }

  .sectionBox{
    margin-left: 10px !important;
    min-height: auto;
  }

  .sectionContent{
    padding: 0;
    width: calc(100% - 30px);
  }

  .sectionTitle{
    font-size: 38pt;
    margin-left: 10px;
  }
  
  .sectionBox{
    width: 300px;
    box-shadow: none;
    margin-right: 0;
  }
  .sectionBoxTitle{
    font-size: 16pt;
  }
  .sectionBoxText{
    font-size: 12pt;
  }

  .contentDark{
    background-position: middle center;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 0;
    padding-top: 130px;
  }
  
  .restrictedBox{
    padding:10px;
    text-align: left;
    width: calc(100% - 60px);
  }

  #partSearch{
    width: calc(100% - 40px);
    margin:10px;
    padding: 10px;
  }

  .formSidePanel{
    width: calc(100% - 40px);
    height: 100%;
    margin: 0 10px;
    max-height: 500px;
  }

  #partList{
    max-height: 285px;
    overflow-y: scroll;
  }

  #partProperties{
    margin: 10px;
    width: calc(100% - 20px);
  }

  .formSection h4{
    margin: 5px 0 0 0;
    font-size: 12pt;
  }

  #menu{
    float: unset;
    margin: unset;
    text-align: center;
  }

}

