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

/***
*			MOBILE DEVICES
***/
@media only screen and (max-width: 641px) {
  .bar-vertical,
.icon-container {
    display: none;
  }

  #flex-container {
    display: flex;
    flex-direction: column;
    position: relative;
  }

  .inner-content {
    padding: 20px;
  }
}
/***
*			DESKTOP
***/
@media only screen and (min-width: 642px) {
  #flex-container {
    display: flex;
    flex-direction: row;
    overflow: hidden;
    position: relative;
  }

  .inner-content {
    padding: 80px;
  }
}
/***
*			SHARED
***/
.bar-horizontal, #upper, #footer {
  width: 100% !important;
}

html, body, #flex-container, .bar-vertical {
  height: 100%;
}

#upper {
  height: calc(100% - 36px);
}

#center-panel {
  height: calc(100% - 80px);
}

body, #footer {
  min-width: calc((120px * 2) + 80px);
  overflow-x: auto;
}

#upper {
  overflow-y: hidden;
}

#smartprio-logo {
  text-align: start;
}

#swarco-logo {
  text-align: center;
  width: 80px;
}

.bar-horizontal {
  width: 80px;
  height: 80px;
  background-color: #61b4e7 !important;
}

#smartprio-logo img {
  margin-top: 6px;
  width: 80px;
  height: 70px;
}

#swarco-logo img {
  margin-top: 5px;
  width: 26.6666666667px;
  height: 26.6666666667px;
}

#close-button {
  position: absolute;
  right: 20px;
  top: 10px;
  color: white;
}

/*
The vertical bar floats to the left of inner-content to keep inner-content
  a consistent distance from the left
*/
.bar-vertical {
  background-color: #61b4e7;
  width: 80px;
  height: 100%;
  float: left;
}

#icon-menu {
  display: flex;
  flex-direction: column;
}

.icon-menu-option {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: calc(80px * 0.75);
  color: white;
  margin: 0px calc(80px * 0.125) calc(80px * 0.125) calc(80px * 0.125);
  padding: calc(80px * 0.0625) calc(80px * 0.0625) 0px calc(80px * 0.0625);
}

.icon-menu-option .fa {
  font-size: 2.5em !important;
}

.fa-caret-right {
  position: absolute;
  right: -9px;
  font-size: 2em;
  /*top: 35%;*/
  visibility: hidden;
  background-color: transparent !important;
  color: white !important;
}

.icon-selected {
  background-color: white;
  visibility: visible !important;
  color: #61b4e7;
}

.icon-menu-option p {
  font-size: 0.8em !important;
  font-weight: bold;
  line-height: normal;
  padding-top: 5px;
  width: 50px;
}

.icon-link {
  cursor: pointer;
}

.inner-content {
  background-color: white;
  overflow-y: scroll;
  height: 100%;
}

#footer {
  display: flex;
  flex-direction: row;
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 36px;
  background-color: black;
}

#footer .bar-vertical {
  background-color: black;
}

/* SmartPrio format for jQuery Multiselect */
div.multiselector-container div.ms-options ul li.selected label {
  color: #ffffff;
  background-color: #006bab;
}

div.multiselector-container div.ms-options ul li label {
  padding: 0px;
  margin: 0px 0;
  font-weight: 400;
}

/*# sourceMappingURL=secondary-layout.css.map */
