@media screen and (max-width: 767px) {
}
@media (min-width: 768px) {
}
body {
  color: #FFF;
  font-family: 'Signika', arial;
  line-height: 1.5;
  font-size: 95%;
  padding: 0;
  margin: 0;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari, Opera */
}
body.fixed {
  overflow-y: hidden;
  overflow-x: hidden;
}
html .noBackground {
  color: #333;
  background: #FFF;
  padding: 0%;
}
input[type="text"], input[type="password"] {
  outline-color: #86b111;
  font-family: 'Signika', arial;
  border: 1px solid #DDD;
  height: 20px;
  padding: 4px;
  font-size: 12px;
}
select {
  font-family: 'Signika', arial !important;
}
hr {
  height: 1px;
  background-color: #DDD;
  border: 0;
  width: 85%;
}
img {
  max-width: 100%;
}
#header .counter, #flow_1 .counter, #flow_2 .counter, #overview .counter {
  background: #86b111 url('/pics/gradient_30.png');
  padding: 0px 7px 0px 7px;
  border-radius: 7px;
  z-index: -1;
  font-size: 13px;
  color: #FFF;
}
#overview .counter, #flow_1 .counter, #flow_2 .counter {
  margin-right: 5px;
  padding: 4px 7px 3px 7px;
  font-size: 10px;
  float: left;
}
#logo-floater {
  float: left;
  height: 50%;
  margin-bottom: -22px;
}
#headerTabs {
  float: left;
  width: 820px;
  position: absolute;
  bottom: 0;
  left: 280px;
}
#headerTabs ul {
  list-style: none;
  -webkit-padding-start: 0px;
}
#headerTabs ul li {
  color: #EEE;
  font-size: 14px;
  position: relative;
  float: left;
  height: 27px;
  margin-right: 3%;
  text-shadow: 0px 0px 2px #333;
  text-transform: uppercase;
  padding: 2px 5px 0px 35px;
  background-size: 21px 21px;
  background-repeat: no-repeat;
  background-position: 7px 2px;
}
#headerTabs ul li.selected {
  color: #222;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  text-shadow: 0px 0px 1px #333 !important;
  background-color: #FFF;
}
#headerTabs ul li#participate {
  background-image: url('/pics/symbols/roleParticipant_light_42.png');
}
#headerTabs ul li#assessor {
  background-image: url('/pics/symbols/roleAssessor_light_42.png');
}
#headerTabs ul li#author {
  background-image: url('/pics/symbols/roleAuthor_light_42.png');
}
#headerTabs ul li#manager {
  background-image: url('/pics/symbols/roleManager_light_42.png');
}
#headerTabs ul li#admin {
  background-image: url('/pics/symbols/roleAdmin_light_42.png');
}
#headerTabs ul li.selected#participate {
  background-image: url('/pics/symbols/roleParticipant_dark_42.png');
}
#headerTabs ul li.selected#assessor {
  background-image: url('/pics/symbols/roleAssessor_dark_42.png');
}
#headerTabs ul li.selected#author {
  background-image: url('/pics/symbols/roleAuthor_dark_42.png');
}
#headerTabs ul li.selected#manager {
  background-image: url('/pics/symbols/roleManager_dark_42.png');
}
#headerTabs ul li.selected#admin {
  background-image: url('/pics/symbols/roleAdmin_dark_42.png');
}
#headerTabs ul li.selected#participate:hover, #headerTabs ul li.selected#assessor:hover, #headerTabs ul li.selected#manager:hover {
  /*   background-image: url('/pics/symbols/back.png');*/
}
html .selected .sprite {
  background: url('/pics/tab_sprite.png') repeat-x;
  position: absolute;
  bottom: 0;
  width: 15px;
  height: 15px;
}
html .selected .sprite.left {
  left: -14px;
  background-position: 15px;
}
html .selected .sprite.right {
  right: -14px;
  background-position: 29px;
}
#settings {
  float: right;
  margin-right: 3%;
  position: absolute;
  right: 0%;
  bottom: 0%;
  font-size: 12px;
  max-width: 230px;
  text-align: right;
}
html .headerButton {
  float: right;
  font-size: 12px;
  color: #EEE;
}
#sign-up {
  margin-right: 1%;
  background-color: #005a9a;
}
#log-in {
  margin-right: 3%;
  background-color: #86b111;
}
/* Content */
#content {
  margin: 0 auto;
  text-align: center;
}
#content:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
html .indented {
  padding-left: 2%;
  margin-bottom: 2%;
}
html .pHeader {
  margin-bottom: 0;
  color: #333;
  border-bottom: 1px solid #DDD;
  display: inline-block;
}
html .wfHide {
  display: none !important;
}
html .stdTextBox {
  font-size: 12px;
  background: #FFF;
  padding: 2%;
  margin: 10px 20px;
  border: 1px solid #DDD;
  position: relative;
}
html .stdMargin {
  margin: 1% 2%;
}
html .highMargin {
  margin: 3% 2%;
}
html .stdRadius {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
html .stdWarningBox {
  font-size: 14px;
  padding: 1%;
  margin: 1%;
  border: 1px solid #DDD;
  position: relative;
  color: #FFF;
}
#content-board {
  min-height: 30em;
  color: #222;
  text-align: left;
  margin: 0 -1%;
}
#content-board::before, #content-board::after {
  content: "";
  display: table;
}
#content-board::after {
  clear: both;
}
#content-board p, li {
  font-size: 12px;
}
#learnosity_wrapper div.lrn_response_wrapper ul li {
  font-size: inherit;
}
html .grid-header {
  height: 45px;
  padding-left: 60px;
  padding-top: 1%;
  background-position: 5px 5px;
  background-repeat: no-repeat;
  display: inline-block;
}
html .grid-header.participant {
  background-image: url('/pics/symbols/roleParticipant_dark_84.png');
  background-size: 42px 42px;
  display: block;
}
html .grid-header.assessor {
  background-image: url('/pics/symbols/roleAssessor_dark_84.png');
  background-size: 42px 42px;
  display: block;
}
html .grid-header.manager {
  background-image: url('/pics/symbols/roleManager_dark_84.png');
  background-size: 42px 42px;
  display: block;
}
html .grid-header.admin {
  background-image: url('/pics/symbols/roleAdmin_dark_84.png');
  background-size: 42px 42px;
}
html .grid-header.author {
  background-image: url('/pics/symbols/roleAuthor_dark_84.png');
  background-size: 42px 42px;
}
html .grid-header.editProfile {
  background-image: url('/pics/symbols/editProfile.png');
}
html .grid-header h1 {
  margin-top: -8px;
}
html .grid-subheader {
  padding-left: 1%;
  height: 50px;
  border-bottom: 1px solid #ddd;
}
html .grid-subheader h2 {
  float: left;
  line-height: 44px;
}
html .grid-subheader img {
  float: right;
  width: 50px;
  height: 50px;
  margin-top: -5px;
}
html .switch {
  position: absolute;
  top: 0;
  right: 0;
}
html .wf-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}
html .wf-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
input.wf-toggle-input + label {
  padding: 2px;
  width: 80px;
  height: 20px;
  border-radius: 0 5px 0 5px;
  border: 1px solid #DDD;
  border-top: 0;
  border-right: 0;
  z-index: 1;
  overflow: hidden;
}
input.wf-toggle-input + label:before, input.wf-toggle-input + label:after {
  display: block;
  position: absolute;
  content: "";
}
input.wf-toggle-input + label:before {
  top: 0px;
  left: 1px;
  bottom: 1px;
  right: 0px;
  border-radius: 0 5px 0 5px;
  transition: background 0.2s;
}
input.wf-toggle-input + label:after {
  top: 2px;
  left: 2px;
  bottom: 2px;
  width: 24px;
  background-color: #999;
  border-radius: 0 5px 0 5px;
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 200ms;
}
input.wf-toggle-input:checked + label:after {
  margin-left: 56px;
  background: linear-gradient(to bottom, #628010 0%, #51690d 100%);
  box-shadow: -5px 0px 10px #ddd;
}
html .wfButton {
  position: relative;
  font-family: 'Signika', arial !important;
  font-weight: 400;
  font-size: 12px;
  display: inline-block;
  padding: 4px 10px 4px;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background: #86b111;
  background: linear-gradient(to bottom, #86b111 0%, #1b8e0e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#86b111', endColorstr='#1b8e0e', GradientType=0);
  border: 1px solid #cccccc;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  border-radius: 5px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
html .wfButton.large {
  font-size: 15px;
  padding: 6px 12px 6px;
}
html .wfButton.small {
  font-size: 10px;
  padding: 2px 5px;
}
html .alternate, html .greenGradient.alternate, html .wfButton.alternate {
  background: #bc1212;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JjMTIxMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhMzEwMTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: linear-gradient(to bottom, #bc1212 0%, #a31010 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc1212', endColorstr='#a31010', GradientType=0);
}
html .wfButton.active {
  background: #0b8919;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBiODkxOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNzU5MTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: linear-gradient(to bottom, #0b8919 0%, #075910 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0b8919', endColorstr='#075910', GradientType=0);
  color: #FFF;
}
html .intermediate, html .greenGradient.intermediate, html .wfButton.intermediate {
  color: white;
  background: #d8d81c;
  background: linear-gradient(to bottom, #d8d81c 0%, #b98f0f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d8d81c', endColorstr='#b98f0f', GradientType=0);
  text-shadow: 0px 1px 1px #777;
}
html .wfButton a {
  color: #FFF;
}
html .wfButton a:hover {
  text-decoration: none !important;
}
html .wfButton:hover:enabled {
  background: #333;
}
html .wfButton:disabled {
  cursor: default;
  opacity: 0.5;
}
html .wfButton.hidden {
  display: none;
}
html .wfButton:focus, input:focus {
  outline: auto #999 3px;
}
html .wfInput {
  height: 30px !important;
}
html .wfCenter {
  text-align: center;
}
html .wfSecondaryText {
  color: #999;
}
html .stdBorder {
  border: 1px solid #DDD;
}
html .stdInputDialog .errorMessage {
  padding-left: 5px;
  font-style: italic;
}
html .topRightTag {
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 0;
  padding: 1%;
  font-size: 10px;
  border: 1px solid #DDD;
  background: #FFF;
  border-top: 0;
  border-right: 0;
  border-radius: 0 5px 0 5px;
  -webkit-border-radius: 0 5px 0 5px;
  -moz-border-radius: 0 5px 0 5px;
}
html .topLeftTag {
  position: absolute;
  left: 0;
  top: 0;
  padding: 1%;
  border: 1px solid #DDD;
  background: #FFF;
  border-top: 0;
  border-left: 0;
  border-radius: 5px 0 5px 0;
  -webkit-border-radius: 5px 0 5px 0;
  -moz-border-radius: 5px 0 5px 0;
}
html .bottomRightTag {
  box-sizing: border-box;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 1%;
  font-size: 12px;
  border: 1px solid #DDD;
  background: #FFF;
  border-bottom: 0;
  border-right: 0;
  border-radius: 5px 0 5px 0;
  -webkit-border-radius: 5px 0 5px 0;
  -moz-border-radius: 5px 0 5px 0;
}
html .stdBackground {
  background: linear-gradient(135deg, #f2f2f2 0%, white 40%);
  /* W3C */
}
html .greenGradient {
  color: white;
  background: linear-gradient(to bottom, #628010 0%, #51690d 100%);
}
html .greenGradient a {
  color: #FFF;
}
html .half {
  width: 50%;
}
html .double-grid {
  width: 48.5%;
  position: relative;
  background: white;
}
html .double-grid .licenseLogo {
  float: right;
  width: 50px;
  height: 50px;
}
html .double-grid h2 {
  display: inline-block;
}
html .full-grid {
  position: relative;
  width: 98%;
  background: white;
}
html .full-grid.no-background {
  background: none !important;
}
html .full-grid.no-padding {
  padding: 0;
  width: 98%;
}
html .double-grid, html .full-grid {
  float: left;
  padding: 1% 1% 0 1%;
  margin: 1% 0 0 1%;
  text-align: left;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  box-sizing: border-box;
}
html .double-grid {
  padding: 1%;
}
html .innerBorder {
  border: 1px solid #DDD;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
html .column {
  width: 50%;
  padding: 1%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
html .column.left {
  float: left;
}
html .column.right {
  float: right;
}
html .timeLeft {
  float: right;
  text-align: right;
  font-size: 12px;
  margin-top: -58px;
}
html .allCaps {
  text-transform: uppercase;
}
html .listLabel {
  width: 30%;
  display: inline-block;
}
/********************************
*** Angular ui-grid  ***
*********************************/
html .ui-grid {
  font-size: 12px;
}
/* -------------- Text */
h1, h2, h3, h4, p, ul {
  margin-top: 0em;
  margin-bottom: 0.5em;
  font-weight: 400;
}
h1 {
  font-size: 30px;
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 16px;
}
h4 {
  font-size: 14px;
}
p {
  font-size: 12px;
  font-weight: 400;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: underline;
}
html .text-input {
  outline-color: #86b111;
  text-align: center;
  font-family: 'Signika', arial;
  font-size: 14px;
  border-radius: 5px;
  height: 20px;
  color: #333;
  width: 80%;
}
html .helper {
  font-size: 11px;
  color: #999;
  border: 1px solid #EEE;
  border-radius: 5px;
  padding: 1%;
}
#headerTabs ul.compact {
  padding: 0;
}
#headerTabs ul.compact li {
  padding-right: 10px;
  font-size: 13px;
  height: 23px;
}
#settings.compact {
  bottom: 60%;
  margin: 0;
  right: 0;
}
/* Responsive sizing */
@media screen and (max-width: 1150px) {
  #headerTabs {
    left: 90px;
  }
  #headerTabs ul li {
    padding-right: 10px;
    font-size: 13px;
    height: 23px;
  }
  #headerTabs .compact {
    font-size: 12px;
  }
  #settings {
    bottom: 60%;
  }
}
@media screen and (max-width: 900px) {
  html .single-grid {
    width: 48%;
    float: left;
    padding-right: 1%;
    padding-left: 1%;
  }
  html .double-grid {
    width: 98%;
    float: left;
    padding-right: 1%;
    padding-left: 1%;
  }
  html .triple-grid {
    width: 96%;
    float: left;
    padding-right: 1%;
    padding-left: 1%;
  }
  html .headerButton {
    font-size: 0.7em;
  }
  #banner-text {
    font-size: 2em;
  }
}
div#uvTab {
  z-index: 100 !important;
  border: 1px solid #333 !important;
}
html .grid-header .flowName, #flowTitle.full-grid #flowSubName, html .grid-header.assessor #flowSubName {
  float: left;
  width: 60%;
  margin-bottom: 20px;
}
html .grid-header.manager {
  width: 60%;
}
html .grid-header.manager .editableWrapper {
  float: left;
}
html .grid-header.manager .flowName {
  float: left;
  width: auto;
}
#flowTitle.full-grid #flowSubName, html .grid-header.assessor #flowSubName {
  padding-left: 60px;
  float: left;
}
html .borderRadius {
  border-radius: 7px !important;
  -webkit-border-radius: 7px !important;
  -moz-border-radius: 7px !important;
}
html .subheaderColor {
  color: #666;
}
html .greyedOut {
  color: #AAA;
}
html .stdSort {
  cursor: move;
  height: 18px;
  width: 18px;
}
html .stdSort:hover {
  background: #86b111;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg2YjExMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxYjhlMGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: linear-gradient(to bottom, #86b111 0%, #1b8e0e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#86b111', endColorstr='#1b8e0e', GradientType=0);
  color: #FFF;
}
html .dragHandle {
  background: url('/pics/symbols/drag.png');
  height: 18px;
  width: 18px;
  background-size: 18px;
}
html .stdSort:hover .dragHandle {
  background-position: 0 18px;
}
html .inline {
  display: inline-block;
  vertical-align: top;
}
/**********************/
/* Mr. WISEflow       */
/**********************/
#mrWiseflow {
  position: fixed;
  right: 10%;
  width: 300px;
  top: 100%;
  transition: top 500ms ease-out 1s;
  -webkit-transition: top 250ms ease-out 500ms;
}
#mrWiseflow .text {
  position: absolute;
  padding: 10px;
  width: 145px;
  right: 4px;
  top: 4px;
}
#mrWiseflow img {
  max-width: auto;
}
/**********************/
/*   Content load     */
/**********************/
#loading-content {
  display: none;
}
/**********************/
/*   IE fixes       */
/**********************/
html .ie .selected .sprite {
  background-image: none !important;
}
html .ie #headerTabs ul li#participate {
  background-image: url('/pics/ie/roleParticipant_light.png');
}
html .ie #headerTabs ul li#assessor {
  background-image: url('/pics/ie/roleAssessor_light.png');
}
html .ie #headerTabs ul li#manager {
  background-image: url('/pics/ie/roleManager_light.png');
}
html .ie #headerTabs ul li#admin {
  background-image: url('/pics/ie/roleAdmin_light.png');
}
html .ie #headerTabs ul li.selected#participate {
  background-image: url('/pics/ie/roleParticipant_dark.png');
}
html .ie #headerTabs ul li.selected#assessor {
  background-image: url('/pics/ie/roleAssessor_dark.png');
}
html .ie #headerTabs ul li.selected#manager {
  background-image: url('/pics/ie/roleManager_dark.png');
}
html .ie #headerTabs ul li.selected#admin {
  background-image: url('/pics/ie/roleAdmin_dark.png');
}
html .ie #specials ul li:first-child + li + li {
  border-right: none;
}
html .ie input[type='password'] {
  font-family: Times !important;
}
html .ie .wiseFlowTabs li {
  padding-right: 2em !important;
}
html .ie .grid-header.participant {
  background-image: url('/pics/symbols/roleParticipant_dark_42.png');
  display: block;
}
html .ie .grid-header.assessor {
  background-image: url('/pics/symbols/roleAssessor_dark_42.png');
  display: block;
}
html .ie .grid-header.manager {
  background-image: url('/pics/symbols/roleManager_dark_42.png');
  display: block;
}
html .ie .grid-header.admin {
  background-image: url('/pics/symbols/roleAdmin_dark_42.png');
  display: block;
}
html .ie8 #browserRecommendation, html .ie9 #browserRecommendation, html .safari.win #browserRecommendation, html .ff4 #browserRecommendation, html .ff3_6 #browserRecommendation, html .ff3_5 #browserRecommendation, html .ff3 #browserRecommendation, html .ff2 #browserRecommendation, html .ff1 #browserRecommendation {
  display: block;
  background-color: #FFF;
  color: #333;
  width: 330px;
  margin: 0 auto;
  z-index: 10;
  border-radius: 0 0 7px 6px;
  box-shadow: 0 5px 10px #333;
  padding: 1% 1% 0 1%;
}
html .ie8 #loginContainer, html .ie9 #loginContainer, html .safari.win #loginContainer, html .ff4 #loginContainer, html .ff3_6 #loginContainer, html .ff3_5 #loginContainer, html .ff3 #loginContainer, html .ff2 #loginContainer, html .ff1 #loginContainer, html .ie9 #loginContainer {
  margin: 8% auto 0 auto !important;
  box-shadow: 0px 5px 10px #333 !important;
}
html .ie8 #browserRecommendation .ie10, html .mac #browserRecommendation .ie10 {
  display: none;
}
[ng-cloak] {
  display: none !important;
}
html .divide10-top-inside {
  padding-top: 10px;
}
html .divide10-bottom-inside {
  padding-bottom: 10px;
}
input::-webkit-calendar-picker-indicator {
  display: none;
}
input[type="date"]::-webkit-input-placeholder {
  visibility: hidden !important;
}
html .imageWrapper {
  max-width: 100;
}
html .fs-btn input.interaction {
  opacity: 0;
}
html .wf-wrapper {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
html .userSwitcher {
  font-size: 12px;
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translate(-50%, 0);
  background: #404040;
  border-radius: 0 0 3px 3px;
  top: 0;
}
html .userSwitcher a {
  display: inline-block;
  padding: 2px 6px;
  color: white;
  cursor: pointer;
  text-decoration: none;
  border-radius: inherit;
}
html .userSwitcher a:hover {
  background: #262626;
}
