@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
html,
body {
  height: 100%;
  width: 100%;
}
body {
  overflow: hidden;
}
/* Priority Colors */

.priority-low {
  color: #31ad00;
}
.priority-medium {
  color: #db8a1a;
}
.priority-high {
  color: #db2901;
}
.priority-normal {
  color: #00a1ff;
}
/* Content Layout */

.content-layout {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.content-layout-header-panel {
  width: 100%;
  height: 42px;
  box-sizing: border-box;
  background-color: #882e82;
  color: white;
  padding-left: 12px;
}
.content-layout-header-panel div {
  height: 100%;
}
.content-layout-header-panel .status-indicator {
  height: 22px;
}
.header-buttons-container .fa-stack {
  color: white;
  cursor: pointer;
  margin-right: 4px;
}
.header-buttons-container .fa-stack .fa {
  font-size: 1.4em;
}
.header-buttons-container .fa-stack .fa-circle-thin {
  font-size: 2.4em;
}
.header-buttons-container label {
  margin-right: 4px;
}
.content-layout-breadcrumb-panel {
  width: 100%;
  height: 28px;
  box-sizing: border-box;
  background-color: #cbcbc9;
  padding-left: 16px;
  color: #882e82;
}
.content-layout-breadcrumb-panel a {
  color: #882e82;
}
.content-layout-display-panel {
  width: 100%;
  height: calc(100% -  120px);
  box-sizing: border-box;
  overflow: auto;
  padding-top: 4px;
  padding-bottom: 4px;
  display: inline-flex;
}
.content-layout-display {
  height: 100%;
  position: relative;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  min-width: 60vw;
}
.content-layout-footer-panel {
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  background-color: #882e82;
  color: white;
  padding-left: 4px;
  padding-right: 4px;
}
.content-layout-footer-panel table {
  display: inline-block;
}
/* Light Layout & Login Divs */

.light-layout-login {
  padding-left: 20px;
  padding-top: 20px;
  background-position: 0 0;
  height: 100%;
  width: 100%;
  background-image: url(../Images/Company/BPMLoginScreen.png);
  background-size: cover, cover;
}
.light-layout-login a {
  color: white;
}
.light-layout-login .largeLoginHeadingLabel {
  font-size: 18pt;
  color: white;
  font-weight: bold;
}
.light-layout-login .LoginLabels {
  color: white;
}
/* Index Landing Page */

.landing-layout-main {
  height: 100%;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  display: inline-block;
  box-sizing: border-box;
}
.landing-layout-main-left {
  height: 100%;
  width: 35vw;
  display: inline-block;
  float: left;
  box-sizing: border-box;
  padding-left: 8px;
  padding-right: 8px;
}
.landing-layout-main-right {
  height: 100%;
  width: 35vw;
  display: inline-block;
  float: left;
  box-sizing: border-box;
  padding-left: 8px;
  padding-right: 8px;
}
.landing-layout-main-branding {
  background: url('../Images/HomeScreenTiles/eWorkflow 2013 image for website.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain, contain;
  width: 100%;
  height: 18vh;
  display: block;
  box-sizing: border-box;
}
.landing-layout-main-right-iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.background-color-1 {
  background-color: #882e82;
}
.background-color-2 {
  background-color: #41a940;
}
.background-color-3 {
  background-color: #c8006e;
}
.background-color-4 {
  background-color: #243741;
}
.background-color-5 {
  background-color: #666666;
}
.background-color-6 {
  background-color: #cbcbc9;
}
.background-color-7 {
  background-color: white;
}
