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; }

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; } }

/*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; }

/*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: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  position: absolute;
  left: 0px;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

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

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

body {
  color: #fff !important; }

ul {
  list-style: circle; }

li {
  padding-left: 10px;
  margin-bottom: 10px; }

.secondary-color {
  color: #e65c00; }

#contact-swarco {
  margin: 0 auto;
  margin-top: 40px;
  background-color: darkorange;
  padding: 20px;
  width: 100%;
  max-width: 480px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

#title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

#title a {
  text-decoration: none;
  color: inherit; }

#swarco-logo-contact {
  max-width: 200px !important; }

.screenshot {
  height: 120px !important;
  width: 200px;
  margin: 10px; }

#contact-details p {
  font-size: 0.8em;
  margin: 0;
  padding: 0; }

#smartprio-screenshots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
