.Footer__footerBg {
    display: none;
}

h2.TicketFormLeftContainer__formTitle {
    line-height: 20px;
}div#field_category label:before {content: "Request Type or ";}

div#field_subject label:before {content: "Request Title or ";}

div#field_description label:before {content: "Brief Request Overview or ";}

.TicketFormLeftContainer__sectionName {
    font-size: 30px;
    border-bottom: 2px solid;
    margin-bottom: 20px;
}

.ticketForm label {font-weight: bold;font-style: italic;}

.Project_In_Process_right label {
    font-weight: bold;
    font-style: italic;
}

.commonStyle__rightPanelDetail .Info__infoLabel {
    font-weight: bold;
    font-style: italic;
}
div#field_layoutId {
    display: none;
}
li#portal_tabGettingStarted a {
  color:white;
}

div.gsbutton {
  font-weight: bold;
  background-color:#e46317; 
  text-align:center;
  padding:10px;
  border-radius:10px;
}
div.gsbutton a {
  color: white;
}

div.gsbutton:hover {
  background-color:white;
  border: 1px #e46317 solid;
  padding: 9px;
}
div.gsbutton:hover a {
  color:#e46317;
}
