body {
    color: #000000 !important;
    font-family: "SuisseIntl-Light";
    background-color: #F7F8F6;
    margin: auto;
    padding: 0px 30px;
  }
  
  body a {
    color: #000000;
  }
  
  body a:hover {
    color: #333;
    text-decoration: none;
  }
  
  header {
    line-height: normal;
    letter-spacing: 1.28px;
    border-bottom: #000000 solid 1px;
    width: 100%;
    z-index: 100;
    position: fixed;
    background-color: #F7F8F6;
    margin: 0px -30px;
    max-width: inherit;
  }
  
  header a {
    padding: 0px 26px;
  }
  
  .headerLogo {
    text-align: center;
    padding-top: 22px;
  }
  
  .headerLogo img {
    width: 274px;
    height: 30px;
  }
  
  .HomePage .headerLogo.desktop img {
    display: none;
  }
  
  .menuIcon {
    height: 13px;
    width: 35px;
    margin-right: 26px;
  }
  
  header .navigationLinks {
    padding: 32px 0px 0px 30px;
  }
  
  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:hover,
  .navbar-nav .dropdown-menu > li > a:hover {
    color: #333;
    text-decoration: none;
    background-color: #E96F18;
  }
  
  .navBarContainer {
    margin: -55px 0px 0px -15px;
    background-color: #E96F18;
    position: fixed;
    z-index: 100;
    scrollbar-width: none;
    -ms-overflow-style: none;
    overflow-y: auto;
  }
  
  header .navbar-default ul {
    width: 330px;
    padding: 44px 0px 0px 15px;
  }
  
  header .navbar-default .navbar-nav > li > a {
    padding: 0px;
    line-height: 24px;
    color: #000000;
  }
  
  .navBarContainer > div {
    padding: 44px 30px 0px 0px;
    width: 533px;
  }
  
  .navbar-collapse.collapse {
    display: none !important;
  }
  
  .navbar-collapse.collapse.in {
    display: block !important;
    height: 100vh !important;
  }
  
  .navbar-nav > li {
    float: none;
    text-transform: none;
    padding-bottom: 18px;
    display: flex;
    flex-wrap: wrap;
  }
  
  .navbar-nav .open > .dropdown-menu {
    display: block;
    position: relative;
    background: #E96F18;
    border: none;
    box-shadow: none;
    padding-top: 12px;
  }
  
  .navbar-nav .open > .dropdown-menu > li > a {
    color: #000000;
  }
  
  .navbar {
    border: none;
    margin-bottom: 0px;
    min-height: auto;
  }
  
  .navbarHeight {
    height: calc(100vh - 44px);
  }
  
  a.navIcon {
    font-size: 21px;
  }
  
  a.navIcon.disabled {
    color: #CCCCCC;
    cursor: default;
  }
  
  .dropdown ul li {
    list-style: none;
  }


.sideMenu {
  width: 300px;
  height: 100vh;
  background-color: #E96F18;
  position: fixed;
  left: 0;
}

.sideMenu ul {
    list-style-type: none;
    padding: 0;
}
.sideMenu ul li {
    margin: 20px 0;
    list-style: none;
    font-size: 22px;
    padding: 10px;
}
.sub-menu {
    display: none;
    padding-left: 15px;
}
main {
  margin-left: 300px;
}
.toggle {
    cursor: pointer;
}

.greyBackground {
    background-color: #EBE8E3;
}
.brandColorBackground {
  background-color: #E96F18 !important;
}

.glyphiconOrangeBackground {
    -webkit-text-stroke: 3px #E96F18;
}

.fieldSetTitle {
  height: 70px;
  padding-left: 20px;
}

form label {
  font-weight: 700;
  padding-bottom: 10px;
  padding-top: 20px;
}

input[type=submit], a.actionLink {
  width: max-content;
  border-radius: 50px;
  padding: 10px 20px;
  border: 1px solid #000000;
  background-color: inherit;
  color: #000000;
  font-size: 16px;
}

input[type=submit]:hover, a.actionLink:hover {
  background-color: #E96F18;
  border: 1px solid #E96F18;
  color: #000000;
}
input[type=submit].orange ,a.actionLink.orange{
  background-color: #E96F18;
  border: 1px solid #E96F18;
  color: #000000;
}
a.link{
  color:#E96F18;
}
.innerFormBody {
  padding: 20px 30px 30px;
  background-color: #EBE8E3;
}

form input.text,
form textarea.text, textarea.text
 {
  width: 100% !important;
  height: 50px;
  border-radius: 50px;
  padding: 20px;
  border: none;
  font-size: 16px;
}

form textarea.text, textarea.text {
  border-radius: 20px;
}

form textarea {
  min-height: 150px;
}

.uploadDocumentHolder {
  padding-top:20px;
}

form select {
  width: 100%;
  height: 50px;
  font-size: 18px;
  border-radius: 50px;
  padding-left: 20px;
}

input[type=radio] {
  accent-color: #E96F18;
}

tr:nth-child(even),
tr:hover  {
    background-color: #EBE8E3;
}


.delete-glyphicon {
  background: none;
  border: none;
  color: #dc3545;
  cursor: pointer;
  font-size: 20px;
  padding: 0;
}

.delete-glyphicon:hover {
  color: #c82333;
}
.paddingBottom10px{
  padding-bottom:10px;
}
.paddingTop0px{
  padding-top:0px;
}

/* Hide the default file input */
#fileInput {
  display: none;
}

.italicDesc{
  font-size: 13px;
  font-style: italic;
}

input[type='text']:read-only,input[type='radio']:read-only,input[type='number']:read-only,
textarea:read-only, .uploadDocumentHolder.read-only {
  border: 0;
  box-shadow: none;
  background-color: #ddd;
}

.cursorPointer {
  cursor: pointer;
}