/*!
 * Start Bootstrap - Scrolling Nav (https://startbootstrap.com/template-overviews/scrolling-nav)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-scrolling-nav/blob/master/LICENSE)
 * Template modified by: Balaji Masabattula
 * Modification Date: 06-13-2020
 */
#pageTitle {
  padding-top: 100px;
}
section {
  padding-bottom: 50px;
}
fieldset {
  overflow: hidden
}

.some-class {
  float: left;
  clear: none;
}

label {
  float: left;
  clear: none;
  display: block;
  padding: 0px 1em 0px 8px;
}

input[type=radio],
input.radio {
  float: left;
  clear: none;
  margin: 2px 0 0 2px;
}

footer {
  box-shadow: 0 50vh 0 50vh #24749f!important;
}

bg-dark {
  background-color:#24749f!important
}

#corpLogo {
  width:50%
}

.navbar-brand {
  width: 310px;
  margin-right: 0px;
}

.btn-welcome{
  color: #007bff;
}
.btn-welcome:hover {
  text-decoration: underline;
  color: #002f61;
}
.excel {
  height: 20px;
  width: 20px;
  z-index: 9999999;
}

@media only screen and (min-width: 768px) {
  #corpLogo{
    width:35%;
    height:35%;
  }
  .navbar-brand {
    width: auto;
  }
}