@-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);
  }
}
/* Root layout */

html,
body {
  height: 100%;
  width: 100%;
  font-family: 'Nobile', 'Michroma', 'Alegreya Sans', Tahoma, Helvetica, sans-serif;
  font-size: 10px;
}
body {
  overflow: hidden;
}
div {
  box-sizing: border-box;
}
.body-content {
  padding-left: 0px !important;
  padding-right: 0px !important;
  height: 100%;
  width: 100% !important;
  overflow: hidden;
}
/* Priority Colors */

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

.content-layout {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.content-layout-header-panel {
  width: 100%;
  height: 38px;
  box-sizing: border-box;
  background-color: gray;
  color: white;
  padding-left: 12px;
}
.content-layout-header-panel div {
  height: 100%;
}
.content-layout-header-panel .status-indicator {
  height: 22px;
}
.content-layout-header-panel .siteTitle {
  padding-right: 4px;
}
.content-layout-header-panel a {
  padding-left: 2px;
  color: white;
}
/* Content Layout Header Buttons */

.header-buttons-container ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  color: white;
  overflow: hidden;
  height: 100%;
}
.header-buttons-container ul li {
  float: right;
  min-width: 180px;
}
.header-buttons-container ul li a {
  text-decoration: none;
}
.header-buttons-container ul li a .user-img-circle {
  height: 34px;
  width: 34px;
  display: inline-block;
  border-radius: 17px;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-right: 6px;
}
.header-buttons-container ul li a .user-lbl {
  text-align: right;
  margin-right: 6px;
  font-weight: bold;
}
.header-buttons-container ul .user-view-container a {
  min-width: 180px;
  justify-content: flex-end;
}
.header-buttons-container ul .user-view-container:hover {
  background-color: #e32726;
}
.header-buttons-container ul .user-view-container:hover .dropdown-content {
  display: block;
}
.header-buttons-container ul .user-view-container:hover .dropdown-content:hover {
  display: block;
}
.header-buttons-container ul .user-view-container .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 180px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 12;
  height: auto;
}
.header-buttons-container ul .user-view-container .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}
.header-buttons-container ul .user-view-container .dropdown-content a:hover {
  background-color: #f1f1f1;
}
.header-buttons-container .fa-stack {
  color: #e32726;
  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 Navigation Panel */

.content-layout-navigation-panel {
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  background-color: #243741;
  padding-left: 16px;
  color: gray;
}
.content-layout-navigation-panel ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  color: white;
  overflow: hidden;
}
.content-layout-navigation-panel ul li {
  float: left;
  border-left: solid 1px #e32726;
}
.content-layout-navigation-panel ul li:last-child {
  border-right: solid 1px #e32726;
}
.content-layout-navigation-panel ul li a,
.dropbtn {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 13px 16px;
  text-decoration: none;
}
.content-layout-navigation-panel ul li a .navbar-icon {
  font-size: 12px;
  padding-right: 2px;
}
.content-layout-navigation-panel ul li a .fa-arrow-circle-down {
  font-size: 12px;
  padding-left: 2px;
}
.content-layout-navigation-panel ul li a .fa-arrow-circle-right {
  font-size: 12px;
  float: right;
  color: #e32726;
}
.content-layout-navigation-panel ul li a:hover,
.dropdown:hover .dropbtn {
  background-color: #e32726;
}
.content-layout-navigation-panel ul li.dropdown {
  display: inline-block;
}
.content-layout-navigation-panel .navbar-text {
  text-align: center;
  text-transform: capitalize;
}
/* Content Layout Navigation Popup */

.content-layout-navigation-panel .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 180px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 12;
}
.content-layout-navigation-panel .dropdown-content.left {
  right: 14px;
}
.content-layout-navigation-panel .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}
.content-layout-navigation-panel .dropdown-content a .navbar-icon {
  color: #e32726;
}
.content-layout-navigation-panel .dropdown-content a:hover {
  background-color: #f1f1f1;
}
.content-layout-navigation-panel .dropdown:hover .dropdown-content {
  display: block;
}
/* Content Layout Navigation Page */

.content-layout-navigation-page .dropdown-content {
  background-color: #f9f9f9;
  width: 90vw;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.content-layout-navigation-page .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}
.content-layout-navigation-page .dropdown-content a .navbar-icon {
  color: #e32726;
}
.content-layout-navigation-page .dropdown-content a:hover {
  background-color: #f1f1f1;
}
.content-layout-navigation-page .dropdown:hover .dropdown-content {
  display: block;
}
/* Content Layout Display */

.content-layout-display-panel {
  width: 100%;
  height: calc(100% -  128px);
  box-sizing: border-box;
  overflow: auto;
  padding-top: 4px;
  padding-bottom: 4px;
  text-align: center;
}
.content-layout-display {
  height: 100%;
  position: relative;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  min-width: 60vw;
  display: inline-flex;
}
/* Content Layout Footer */

.content-layout-footer-panel {
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  background-color: gray;
  color: white;
  padding-left: 4px;
  padding-right: 4px;
}
.content-layout-footer-panel table {
  display: inline-block;
}
/* Content layout Action bar */

.actionbar ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  color: white;
  overflow: hidden;
}
.actionbar ul li {
  float: right;
}
.actionbar ul li a {
  display: inline-block;
  color: white;
  text-align: center;
  text-decoration: none;
}
.actionbar ul li a .actionbar-icon {
  font-size: 30px;
  padding-right: 2px;
}
.actionbar ul li a .actionbar-icon:hover {
  color: #e32726;
}
.actionbar.tiny ul li a .actionbar-icon {
  font-size: 24px;
  padding-right: 2px;
}
.actionbar.tiny .popup-button:hover .popup-button-content {
  display: block;
}
.actionbar.tiny .popup-button-content {
  right: 14px;
  bottom: 36px;
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 180px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.actionbar.tiny .popup-button-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}
.actionbar.tiny .popup-button-content a .actionbar-icon {
  color: #e32726;
  font-size: 14px;
}
.actionbar.tiny .popup-button-content a:hover {
  background-color: #f1f1f1;
}
.actionbar-tiny-hidden {
  display: none !important;
}
/* 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 */

.background-color-1 {
  background-color: gray;
}
.background-color-2 {
  background-color: #e32726;
}
.background-color-3 {
  background-color: black;
}
.background-color-4 {
  background-color: #243741;
}
.background-color-5 {
  background-color: #666666;
}
.background-color-6 {
  background-color: #cbcbc9;
}
.background-color-7 {
  background-color: white;
}
