/*Dark Grey*/
/*Lime Green*/
/*Brick Red*/
/*Medium Blue*/
/*White*/
h1 {
  font-size: 3em !important;
}

h2 {
  font-size: 2.5em !important;
}

h3 {
  font-size: 2em !important;
}

h4 {
  font-size: 1.5em !important;
}

h5 {
  font-size: 1.16em !important;
}

.btn-smartprio, .buttonLogout, .button5, .button4, .button3, .button2, .button1, .footer-button {
  color: white !important;
  border: none !important;
  min-width: 170px;
  width: auto;
  padding: 7px 25px 7px 25px;
  font-family: Arial, Helvetica, sans-serif;
  height: 36px;
}

.smallbutton {
  min-width: 85px;
  font-size: 0.8em;
  width: auto;
  padding: 2px 8px 2px 8px;
  height: 24px;
}

label {
  font-weight: normal !important;
}

.heading-colour-2 {
  color: #e65c00;
}

@media only screen and (max-width: 641px) {
  .footer-button {
    min-width: 120px !important;
    padding: 5px 15px 5px 15px !important;
  }
}

.btn-link:hover {
  text-decoration: none;
}

/*Dark Grey*/
.button1 {
  background-color: #7A7B7B;
}

/*Lime Green*/
.button2 {
  background-color: #0FBF00;
}

/*Brick Red*/
.button3 {
  background-color: #D13737 !important;
}

/*Medium Blue*/
.button4 {
  background-color: #016AAB !important;
}

/*White*/
.button5 {
  background-color: white !important;
  color: #474D53 !important;
}

/*Lime Green*/
.font2 {
  color: #0FBF00;
}

/*Brick Red*/
.font3 {
  color: #D13737;
}

/*Logout*/
.buttonLogout {
  background-color: #D13737;
  position: absolute;
  right: 0;
}

.button-disabled {
  cursor: not-allowed;
  opacity: 0.65;
}

.ui-dialog-title {
  color: #ffffff;
}

.ui-multiselect {
  background-color: white;
}

#language-flags-container {
  display: flex;
  flex-flow: column;
  position: absolute;
  left: 0px;
  height: 100%;
  justify-content: center;
}

.text-danger {
  color: #e65c00 !important;
}

.check-box {
  width: 25px !important;
  height: 25px !important;
}

.hover-cursor-pointer {
    cursor: pointer;
}

/* The popup form - hidden by default */
.form-popup {
    display: none;
    position: absolute;
    width: 600px;
    height: 400px;
    z-index: 15;
    top: 50%;
    left: 50%;
    margin: -200px 0 0 -300px;
    background: #F9F9F9;
}

.back-to-login-text{
    color:black!important;
    font-size:10px;
}

.back-to-login-container {
    width: 400px !important;
    margin-left: 100px;
    text-align: center;
}

.reset-password-email {
    width: 370px !important;
    margin-left: 15px !important;
}


.reset-password-button {
    width: 370px !important;
}

.reset-password-label {
    text-align: left !important;
    width: 370px !important;
    color: black !important;
    font-size: 12px;
    font-weight: bold;
}

.MakeWide {
    -webkit-border-radius: 0;
    border: none !important;
    left: -6px;
    outline: none !important;
    box-shadow: 0px 0px;
}

/*# sourceMappingURL=shared-styles.css.map */
