@charset "UTF-8";


/* top bar settings: BEGIN override */

.top-bar {
  background-color: #000;
  padding: 0 30px;
  font-size: smaller;
}


.top-bar a {
    display:  inline-block;
    line-height: 60px;
    padding-top: 0;
    padding-bottom: 0;
}

.top-bar ul {
    background: transparent !important;
}

.selected {
    background-color: rgba(255, 255, 255, .2);     
}


/* top bar settings: END */


.log-in-form {
  border: 1px solid #cacaca;
  padding: 1rem;
  border-radius: 0;
}



.isDisabled {
  color: currentColor;
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
}


.dkblue {
	background : #84ABC5;
}