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, .footer-button, .button1, .button2, .button3, .button4, .button5, .buttonLogout {
  color: white !important;
  border: none !important;
  min-width: 170px;
  width: auto;
  padding: 7px 25px 7px 25px;
  font-family: Arial, Helvetica, sans-serif;
  height: 36px; }

.heading-colour-2 {
  color: #e65c00; }

@media only screen and (max-width: 641px) {
  .footer-button {
    min-width: 120px !important;
    padding: 5px 15px 5px 15px !important; } }

/*Dark Grey*/
.button1 {
  background-color: #7A7B7B; }

/*Lime Green*/
.button2 {
  background-color: #0FBF00; }

/*Brick Red*/
.button3 {
  background-color: #D13737; }

/*Medium Blue*/
.button4 {
  background-color: #016AAB !important; }

/*White*/
.button5 {
  background-color: white !important;
  color: #474D53 !important; }

/*Logout*/
.buttonLogout {
  background-color: #D13737;
  position: absolute;
  right: 0; }

.button-disabled {
  cursor: not-allowed;
  opacity: .65; }

.ui-dialog-title {
  color: #ffffff; }

.ui-multiselect {
  background-color: white; }

#language-flags-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  position: absolute;
  left: 0px;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.text-danger {
  color: #e65c00 !important; }

.check-box {
  width: 25px !important;
  height: 25px !important; }

body, a {
  color: #e65c00 !important; }

a {
  text-decoration: underline; }

.access-denied-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%; }

.access-denied-container p {
  font-size: 1.5em !important;
  margin: 0.5em; }
