html {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
}
.container {
  width: 95%;
}

a:hover {
	cursor: pointer;
}

.dropdown-content.collection {
  background-color: #FFFFFF;
  margin: 0;
  display: none;
  min-width: 300px;
  max-height: auto;
	margin-left: -1px;
  overflow: hidden;
  opacity: 0;
  position: absolute;
  white-space: nowrap;
  z-index: 100;
  will-change: width, height;
}
.brand-logo{
  font-weight:900;
}
.logo-container {
    height: 56px;
}
@media only screen and (min-width: 601px) {
  #nav-large .logo-container {
    height: 75px;
  }
}
#nav-large {
  height: 58px!important;
  box-shadow: none;
}

#nav-large a {
  font-size: 14px!important;
  line-height: 56px;
}
#nav-large i {
  line-height: 56px!important;
}
#nav-large i {
  line-height: 56px!important;
}
#nav-large a {
  height: 58px!important;
}

.fa {
  font-size: 14px;
}

ul.dropdown-content a {
  line-height: 22px!important;
  padding: 16px!important;
}

ul.dropdown-content {
  top: 58px!important;
}


body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

main {
  flex: 1 0 auto;
}

body {
  background: #fff;
}

.input-field textarea:focus + label,
.input-field input[type=date]:focus + label,
.input-field input[type=text]:focus + label,
.input-field input[type=email]:focus + label,
.input-field input[type=password]:focus + label {
  color: #e91e63!important;
}

.input-field textarea:focus,
.input-field input[type=date]:focus,
.input-field input[type=text]:focus,
.input-field input[type=email]:focus,
.input-field input[type=password]:focus {
  border-bottom: 2px solid #e91e63!important;
  box-shadow: none!important;
}


.helper-text {
  text-align: left;
}

.helptext{
  font-size: 1rem;
  color: #9e9e9e;
  margin: 0;
}

.info1 {
  visibility: hidden;
}

.step-actions {
  position: relative!important;
}
ul.stepper {
  height: 100vh;
}

input.uppercase, textarea.uppercase{ 
    text-transform: uppercase;
}
::-webkit-input-placeholder {
    text-transform: none;
}
:-moz-placeholder {
    text-transform: none;
}
::-moz-placeholder {
    text-transform: none;
}
:-ms-input-placeholder {
    text-transform: none;
}
::placeholder {
    text-transform: none;
}

/* SCROLL BAR */

/* width */
::-webkit-scrollbar {
  width: 15px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #0b4269;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #003d6c;
}